library(syuzhet)
library(wordcloud)
## Loading required package: RColorBrewer
library(plotly)
## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
library(tm)
## Loading required package: NLP
## 
## Attaching package: 'NLP'
## The following object is masked from 'package:ggplot2':
## 
##     annotate
library(tidytext)
library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(RColorBrewer)
library(ggplot2)
library(magrittr)
library(stringr)
library(twitteR)
## 
## Attaching package: 'twitteR'
## The following objects are masked from 'package:dplyr':
## 
##     id, location

SETUP CREDENTIALS.

API_KEY <- "AVkKX52SdvJHVkL8FKkiWx1Zl"
API_SECRET_KEY <- "rX4kXD8LJbeNa8p19MCQvEIjhNXLa5gyBBeAhorC3C2dCpgh1Y"
ACCESS_TOKEN <-  "1595206858142121986-NZNHhytlvCoFo7eAFlNomofNthZLFk"
ACCESS_SECRET <-  "K7qSpHI15utrwDkoI3OwOHHg6IlwKT5RO0QQXwgvhcdIu"
setup_twitter_oauth(consumer_key = API_KEY,
                    consumer_secret = API_SECRET_KEY,
                    access_token = ACCESS_TOKEN,
                    access_secret = ACCESS_SECRET)
## [1] "Using direct authentication"

EXTRACTING TWEETS.

trending_Tweets <- searchTwitter("#SpotifyWrapped -filter:retweets", n=10000, 
                                 lang="en", since="2022-11-22", 
                                 until="2022-11-29", retryOnRateLimit = 120)
trending_Tweets
## [[1]]
## [1] "heliosk_: Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕"
## 
## [[2]]
## [1] "m4ac1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3]]
## [1] "bottomindenial: I predict my top genre will be rap. #SpotifyWrapped"
## 
## [[4]]
## [1] "CliffosPin: I predict my top podcast will be Pod Meets World  #SpotifyWrapped"
## 
## [[5]]
## [1] "TreeshVille: I predict my most played song will be  That Girl😭 #SpotifyWrapped"
## 
## [[6]]
## [1] "bottomindenial: I predict my most played song will be Through The Wire (Kanye West) #SpotifyWrapped"
## 
## [[7]]
## [1] "carolinetpwk: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8]]
## [1] "carolinetpwk: I predict my most played song will be I Burned LA Down \n#SpotifyWrapped"
## 
## [[9]]
## [1] "Gabhy1522: I predict my top genre will be Kpop💎💙 #SpotifyWrapped"
## 
## [[10]]
## [1] "CliffosPin: I predict my top artist will be Taylor Swift. #SpotifyWrapped"
## 
## [[11]]
## [1] "LupitaVee713: I predict my top artist will be Justin Bieber #SpotifyWrapped"
## 
## [[12]]
## [1] "ckyp_: My #SpotifyWrapped in 2022 will flex between LoFi beats, to early 2000s Jay-Z, to T-Swift and Sunmi (courtesy of the gorlfren)"
## 
## [[13]]
## [1] "sariashi: I predict my top artist will be @Eiffel65Band #SpotifyWrapped"
## 
## [[14]]
## [1] "warnerofvere: we don’t talk about bruno va a estar en mi top 5, no me escondo\n#SpotifyWrapped https://t.co/OcGBB8WgEz"
## 
## [[15]]
## [1] "SUPERR1CHKIDS: I predict my top artist will be tyler the creator #SpotifyWrapped"
## 
## [[16]]
## [1] "Seb_Dharma: I predict my top artist will be Sebastian Yatra #SpotifyWrapped"
## 
## [[17]]
## [1] "stpbcksillygirl: I predict my most played song will be Never Goodbye nct dreamm #SpotifyWrapped"
## 
## [[18]]
## [1] "kali_heartbeat: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped it’s between shawn mendes or borassca"
## 
## [[19]]
## [1] "hackwithClark: Hack\n\nWhat is the issue with your account? Send a DM to Get it fixed or Recovered !!!\n\n#Round #Robinhood #Acorns… https://t.co/M9bcBporhP"
## 
## [[20]]
## [1] "SUPERR1CHKIDS: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[21]]
## [1] "emilyirizarry02: i swear if brown noise is in my top artist in the #SpotifyWrapped like im sorry i needed help sleeping 😪😪"
## 
## [[22]]
## [1] "CliffosPin: I predict my top genre will be pop? Or pop adjacent. #SpotifyWrapped"
## 
## [[23]]
## [1] "MLBONFAX: #SpotifyWrapped just dropped https://t.co/rqaTL1bcHD"
## 
## [[24]]
## [1] "ArtisticXP_: I’m real nervous for my Spotify wrapped this year😅 my music was all over the place #SpotifyWrapped"
## 
## [[25]]
## [1] "SUPERR1CHKIDS: I predict my most played song will be monks by frank ocean #SpotifyWrapped"
## 
## [[26]]
## [1] "guzuiz: my #SpotifyWrapped when it comes out is just gonna be these two https://t.co/oykbMjoBbn"
## 
## [[27]]
## [1] "thecherrieberry: I think this will be the year that my top 5 artists change drastically #SpotifyWrapped"
## 
## [[28]]
## [1] "CliffosPin: I predict my most played song will be 'I Think He Knows' - Taylor Swift #SpotifyWrapped"
## 
## [[29]]
## [1] "kristenmurdock: I predict my top artist will be [well it better be @taylorswift13 or I’m gonna be real upset] #SpotifyWrapped"
## 
## [[30]]
## [1] "Mr_BalIoonhands: I predict my top artist will be [Jacques Brel] #SpotifyWrapped"
## 
## [[31]]
## [1] "ItsnotuK: I predict my top artist will be @JIDsv for sure #SpotifyWrapped"
## 
## [[32]]
## [1] "vivis_so: I predict my top podcast will be distractable  #SpotifyWrapped"
## 
## [[33]]
## [1] "equalssign: my #SpotifyWrapped: 2022 was an interesting year..you didn't let hate paralyze your mind a total of 10613 times"
## 
## [[34]]
## [1] "LandoBurdette: I predict my top artist will be [Rod Wave] #SpotifyWrapped"
## 
## [[35]]
## [1] "vivis_so: I predict my top artist will be Lucy #SpotifyWrapped"
## 
## [[36]]
## [1] "childerolandusa: Sabrina Carpenter Space\nhttps://t.co/bLRQ6C7rCb\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[37]]
## [1] "marileezafari: I just want my damn #SpotifyWrapped already. Give it to me, you cowards."
## 
## [[38]]
## [1] "vivis_so: I predict my top genre will be probably kpop #SpotifyWrapped"
## 
## [[39]]
## [1] "vivis_so: I predict my most played song will be 소녀 소녀 by loonas haseul #SpotifyWrapped"
## 
## [[40]]
## [1] "saymynamegabi: I predict my top artist will be Beyoncé #SpotifyWrapped"
## 
## [[41]]
## [1] "massiveballscb: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[42]]
## [1] "wnwgalleria: My one and only Chevron Amethyst earrings. 😍 #CyberMonday #SpotifyWrapped #beadedjewelry #handmadegifts #lizzo https://t.co/Xx3sFlXtwb"
## 
## [[43]]
## [1] "vv3spa: I predict my top artist will be [weird al yankovic] #SpotifyWrapped"
## 
## [[44]]
## [1] "vv3spa: I predict my top genre will be [rock] #SpotifyWrapped"
## 
## [[45]]
## [1] "PaintWaterChug: just drank milk #awesome #badass #dope #swag #rad #SpotifyWrapped #cool #nice"
## 
## [[46]]
## [1] "vv3spa: I predict my most played song will be [pancreas] #SpotifyWrapped"
## 
## [[47]]
## [1] "apriljeanapril: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[48]]
## [1] "TheC0baltBlu3: Why tf y'all posting \"I hope (artist) is my #1 on #SpotifyWrapped?\nThat shit ain't for two days and everyone's post… https://t.co/6to5HmhJoz"
## 
## [[49]]
## [1] "apriljeanapril: I predict my top podcast will be Anything Goes with Emma Chamberlain #SpotifyWrapped"
## 
## [[50]]
## [1] "AParedeOrtis: I predict my most played song will be A Que le Tiramos #SpotifyWrapped"
## 
## [[51]]
## [1] "GoldenDreams50: I predict my top podcast will be louder with crowder #SpotifyWrapped"
## 
## [[52]]
## [1] "slimytrain: I predict my top podcast will be ... nothing! #SpotifyWrapped"
## 
## [[53]]
## [1] "HackwithFred: HTML is getting better😆🤪\nJust but a hint of my website😂\n#100DaysOfCode \n#100daysofcodechallenge\n#codeHive2022… https://t.co/AiKFbUHBD4"
## 
## [[54]]
## [1] "BraydenMeechan1: I predict my top artist will be billie eilish  #SpotifyWrapped"
## 
## [[55]]
## [1] "SunbeaM_GSW: Yo, can  #SpotifyWrapped drop already?"
## 
## [[56]]
## [1] "deathisbac1001: I predict my top artist will be XXXTENTACION #SpotifyWrapped"
## 
## [[57]]
## [1] "Meateater89: I predict my top podcast will be Archetypes\n #SpotifyWrapped"
## 
## [[58]]
## [1] "agustdxk: I predict my top artist will be @badomenscult #SpotifyWrapped"
## 
## [[59]]
## [1] "apriljeanapril: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[60]]
## [1] "OncoDancing: I predict my most played song will be [probably something by crosses?] #SpotifyWrapped"
## 
## [[61]]
## [1] "sunnasg_: I predict my top artist will be [the weeknd] #SpotifyWrapped"
## 
## [[62]]
## [1] "BraydenMeechan1: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[63]]
## [1] "macedodouglas13: I predict my top artist will be m #SpotifyWrapped I KNOW HER Mariah Carey @MariahCarey MARIAH CAREY"
## 
## [[64]]
## [1] "slimytrain: I predict my top artist will be Raleigh Keegan #SpotifyWrapped"
## 
## [[65]]
## [1] "Josefa98167895: would you make a great career online and become a millionaire by 2022. \ntake this free test and find out how you ca… https://t.co/Ff8jSw6lUX"
## 
## [[66]]
## [1] "deathisbac1001: I predict my most played song will be True Love by X &amp; YE #SpotifyWrapped"
## 
## [[67]]
## [1] "DBakerOutdoors: Slow hunts usually have incredible sunsets...\n#outdoors #nature #wildlife #hunting #duckhunting #duckhunter… https://t.co/XQwS63Djqc"
## 
## [[68]]
## [1] "itsoliveyalll: #SpotifyWrapped PLEASEEEE"
## 
## [[69]]
## [1] "apriljeanapril: I predict my most played song will be Jump Then Fall (Taylor’s Version) #SpotifyWrapped"
## 
## [[70]]
## [1] "BraydenMeechan1: I predict my most played song will be happier than ever #SpotifyWrapped"
## 
## [[71]]
## [1] "slimytrain: I predict my top genre will be country. #SpotifyWrapped"
## 
## [[72]]
## [1] "rotnsick: my top artist will be @machinegunkelly 100% , no questions asked.  #SpotifyWrapped"
## 
## [[73]]
## [1] "Darlyn_twt: I predict my most played song will be obviously Yet To Come 🔥 #SpotifyWrapped"
## 
## [[74]]
## [1] "MikyleK: I predict my most played song will be \"Understand\" - Hippo Campus #Hippocampus @thehalocline #SpotifyWrapped https://t.co/7G3gskB2Jm"
## 
## [[75]]
## [1] "pnwlife77: I predict my top artist will be  @MorganWallen #SpotifyWrapped"
## 
## [[76]]
## [1] "slimytrain: I predict my most played song will be All I Want for Christmas is You by Mariah Carey #SpotifyWrapped"
## 
## [[77]]
## [1] "roxyposie: cant predict my # 1 song this year #SpotifyWrapped"
## 
## [[78]]
## [1] "savestheday91: I predict my top artist will be Andrew Garfield 😅 #SpotifyWrapped https://t.co/zOpGilmdfr"
## 
## [[79]]
## [1] "dhiyaulzz: I predict my top artist will be [ BLACKPINK ] #SpotifyWrapped"
## 
## [[80]]
## [1] "macedodouglas13: I predict my most played song will be Carly Rae Jepsen - Talking to Yourself #SpotifyWrapped"
## 
## [[81]]
## [1] "nicolasmavr: I predict my top artist will be [Eleni Foureira] #SpotifyWrapped"
## 
## [[82]]
## [1] "dhiyaulzz: I predict my top genre will be [ kpop ] #SpotifyWrapped"
## 
## [[83]]
## [1] "ladyofdaycourt: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[84]]
## [1] "nicolasmavr: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[85]]
## [1] "dhiyaulzz: I predict my most played song will be [pink venom/shutdown] #SpotifyWrapped"
## 
## [[86]]
## [1] "QueenpinClark: https://t.co/835vHrEQt5\nWe live 😎💯\n#truecrimecommuity #RedVelvet #AnkitGupta𓃵 #BSC #DonaldTrump #dolar… https://t.co/z3AbVHwojb"
## 
## [[87]]
## [1] "drsweetnlowe: I predict my top artist will be American rock band my chemical romance @MCRofficial #SpotifyWrapped"
## 
## [[88]]
## [1] "Enigma_Soul01: My #SpotifyWrapped is going to be a very bizarre mix of deathcore, vocaloid/j pop, game soundtracks and synthwave https://t.co/4Ed10YwzXt"
## 
## [[89]]
## [1] "nicolasmavr: I predict my most played song will be [El Telephone] #SpotifyWrapped"
## 
## [[90]]
## [1] "__mallorym: Idk how much longer I can wait please drop #SpotifyWrapped"
## 
## [[91]]
## [1] "savestheday91: I listened to too much Tick Tick Boom and Moulin Rouge for it to be anything else. \n\nI predict my top genre will be… https://t.co/dZeQajgbKY"
## 
## [[92]]
## [1] "hsreid: i predict my top artist will be taylor swift. #spotifywrapped"
## 
## [[93]]
## [1] "drsweetnlowe: I predict my top podcast will be obviously @AMorbidPodcast  #SpotifyWrapped"
## 
## [[94]]
## [1] "phaniehcr: I predict my top artist will be @jose_madero 💛\n#SpotifyWrapped"
## 
## [[95]]
## [1] "Imerikalozano: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[96]]
## [1] "Boston_Box: I predict my most played song will be ABOUT DAMN TIME #SpotifyWrapped"
## 
## [[97]]
## [1] "Imerikalozano: I predict my most played song will be fall in love #SpotifyWrapped"
## 
## [[98]]
## [1] "drsweetnlowe: I predict my most played song will be Famous Last Words #SpotifyWrapped"
## 
## [[99]]
## [1] "bbunniev: My 6 months VS my all-time \nWhich y’all prefer?? \n(Some of these would never be in the same room 😂)\n#SpotifyWrapped… https://t.co/EcZza0tkJP"
## 
## [[100]]
## [1] "LifeonArisTwo: #wip trying to do more energetic scenes and illustrations #art #characterdesign #illustration #blackart… https://t.co/9WLSJ3wMZY"
## 
## [[101]]
## [1] "QueenCityBird: I predict my top podcast will be #Archetypes without a doubt. #ArchetypesWithMeghan #ArchetypesOnSpotify… https://t.co/W3SOd7TLIe"
## 
## [[102]]
## [1] "scrapxmusic: JUST DROPPED A FIRE TRACK “6TH SENSE” RUN IT UP 🔥🔥\n\nhttps://t.co/xP2zy1Csuc\n\n#artist #Producer #underground #rap… https://t.co/AcJUuqywM9"
## 
## [[103]]
## [1] "Pazanato: it's almost #SpotifyWrapped time https://t.co/eeirWrraxn"
## 
## [[104]]
## [1] "angela2k1: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[105]]
## [1] "ApolloViet: I predict my top podcast will be The Tim Dillon Show #SpotifyWrapped"
## 
## [[106]]
## [1] "omgsihyuna: I predict my top podcast will be UNHhhh #SpotifyWrapped"
## 
## [[107]]
## [1] "Boeing74: I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped"
## 
## [[108]]
## [1] "SUN34TR: I predict my most played song will be pretty boy by the nbhd #SpotifyWrapped"
## 
## [[109]]
## [1] "allieemackeyy: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[110]]
## [1] "Halo_JJ: I predict @tvgirlz ‘s not allowed, indie, @bbnomula , @snyplease #SpotifyWrapped https://t.co/pyc8oygKlu"
## 
## [[111]]
## [1] "jimmy_plz_help: ,@MrBeast \nDay 692 of asking @MrBeast to give me $10,000 so that I can buy a new car\n\n#Mrbeast                     … https://t.co/yVJlp9rCNB"
## 
## [[112]]
## [1] "allieemackeyy: I predict my top genre will be [Country] #SpotifyWrapped"
## 
## [[113]]
## [1] "omgsihyuna: I predict my top artist will be weeekly #SpotifyWrapped"
## 
## [[114]]
## [1] "omgsihyuna: I predict my top genre will be bubblegumpussypop #SpotifyWrapped"
## 
## [[115]]
## [1] "TheDFSguys_: Good amount of value to work with on this slate, let’s kill it. Full lineup for the main slate @ 7PM EST. 🔥🔥 \n~Luca… https://t.co/Cp47ehdi98"
## 
## [[116]]
## [1] "theitaliamoon: New Twitter ✨\n#SpotifyWrapped #乌鲁木齐 #FIFAWorldCupQatar2022 #new #RedVelvetBirthdayParty #mommy https://t.co/Vpox5S0mQT"
## 
## [[117]]
## [1] "ScarboroughTWTC: Eventually the 'cOoL kIdS' will make fun of this trend, but they're just mad my music festival crushes theirs.… https://t.co/rHNjDVjL90"
## 
## [[118]]
## [1] "omgsihyuna: I predict my most played song will be top secret by weeekly #SpotifyWrapped"
## 
## [[119]]
## [1] "LZZYHALE666: I predict my top artist will be [Halestorm @LZZYHALE ] #SpotifyWrapped"
## 
## [[120]]
## [1] "SengokuSeju: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Emo rap"
## 
## [[121]]
## [1] "franefig: Next year my #SpotifyWrapped is going to be 99% Daisy Jones and The Six"
## 
## [[122]]
## [1] "LZZYHALE666: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[123]]
## [1] "stupidlylogic: I predict my top podcast will be therapist gecko LMAO #SpotifyWrapped"
## 
## [[124]]
## [1] "klausthorne: provável que seja assim: \nartista = lana • taylor • nicki • beyoncé • avril\nsingle = break my soul • 2 be loved • w… https://t.co/Zvh3cBaVjl"
## 
## [[125]]
## [1] "ToiletMonster31: I predict my most played song will be RUN BTS #SpotifyWrapped"
## 
## [[126]]
## [1] "SengokuSeju: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped 1000 blunts, rain dance, escape plan, or psychosocial"
## 
## [[127]]
## [1] "JahblessAzubui2: https://t.co/EFzouNL0PD\n\n A Village Burial Vlog\n\nCheck out another amazing video.. village vlog. You will get to en… https://t.co/lYRFdNWATS"
## 
## [[128]]
## [1] "DazedSkiezTTV: Come Get Good And Rant W/ Us! https://t.co/zkNinczALo\n\n#VALORANT #gold #silver #youtubegaming #gamer #LiveStream… https://t.co/XNAav4Gjez"
## 
## [[129]]
## [1] "ojoanemile: @Naija_PR See your answer!!! #SpotifyWrapped #RedVelvet #9ja #music https://t.co/aL4TJL7Z91"
## 
## [[130]]
## [1] "SolimanRacha: \"The easiest thing to be in the world is you. The most difficult thing to be is what other people want you to be.\"… https://t.co/bmqqFedrin"
## 
## [[131]]
## [1] "ToiletMonster31: I predict my top artist will BANGTAN MUTHAFCKIN SONYEODAN #SpotifyWrapped"
## 
## [[132]]
## [1] "LZZYHALE666: I predict my most played song will be [Masterpiece @MIWband @ChrisMotionless ] #SpotifyWrapped"
## 
## [[133]]
## [1] "iamochayan: I predict my top podcast will be @ToonsThatCurse #SpotifyWrapped"
## 
## [[134]]
## [1] "theboyzbrainrot: I predict my top podcast will be The Darker Side of Life or Chug Jug with You #SpotifyWrapped"
## 
## [[135]]
## [1] "RickTheBuilda: Cooking on the grill is a year round activity. Even if it’s 38 degrees. Change my mind. #changemymind #NewEngland… https://t.co/jppgZH9Q8j"
## 
## [[136]]
## [1] "josephcup18: About 5 finger strolls I think I got some decent stuff #Love #F4F #S4S #SpotifyWrapped"
## 
## [[137]]
## [1] "KevWatchedAFilm: I predict my top artist will be AJR #SpotifyWrapped"
## 
## [[138]]
## [1] "BTTG161: Forget about your #SpotifyWrapped.\n\nListen to Markin' Out.\n\n#WWE #WWERaw #WWENXT #SmackDown #AEW #AEWDynamite… https://t.co/H5FryomsO2"
## 
## [[139]]
## [1] "stupidlylogic: I predict my top artist will be maybe see plus @seeplusband #SpotifyWrapped"
## 
## [[140]]
## [1] "2viccruz: I Predict My Top Artist Will Be \n1 Olivia Rodrigo \n2 Conan Gray\n3 Sabrina Carpenter\n4 Dove Cameron\n5 Shawn Mendes\n #SpotifyWrapped"
## 
## [[141]]
## [1] "ToiletMonster31: I predict my top genre will be KPOP OBVI #SpotifyWrapped"
## 
## [[142]]
## [1] "alopez1197: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @RSprachrohr without a doubt"
## 
## [[143]]
## [1] "xime_nh: @Spotify #SpotifyWrapped i'm so excited for that"
## 
## [[144]]
## [1] "iamochayan: I predict my top artist will be @AriLennox #SpotifyWrapped"
## 
## [[145]]
## [1] "Tkubo_afro: I predict my top artist will be [#SnoopnDogg] #SpotifyWrapped"
## 
## [[146]]
## [1] "marynherfangirl: WHEN #SpotifyWrapped"
## 
## [[147]]
## [1] "Tkubo_afro: I predict my top genre will be [Disco] #SpotifyWrapped"
## 
## [[148]]
## [1] "iamochayan: I predict my most played song will be That’s Final by @aint_afraid or Waste My Time by @AriLennox #SpotifyWrapped"
## 
## [[149]]
## [1] "theboyzbrainrot: I predict my top artist will be NCT 127 #SpotifyWrapped"
## 
## [[150]]
## [1] "stupidlylogic: I predict my top genre will be vocaloid lmao #SpotifyWrapped"
## 
## [[151]]
## [1] "mxdnight_rxin: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[152]]
## [1] "Tkubo_afro: I predict my most played song will be [sexyback by Justin Timberlake] #SpotifyWrapped"
## 
## [[153]]
## [1] "punzbaby: I predict my top podcast will be BANTER #SpotifyWrapped"
## 
## [[154]]
## [1] "theboyzbrainrot: I predict my top genre will be Kpop. 😐 #SpotifyWrapped"
## 
## [[155]]
## [1] "chrisderespino_: I predict my top podcast will be [who tf listens to podcasts] #SpotifyWrapped"
## 
## [[156]]
## [1] "theboyzbrainrot: I predict my most played song will be Feel My Rhythm by Red Velvet 🤭#SpotifyWrapped"
## 
## [[157]]
## [1] "Boston_Box: I predict my top podcast will be And the Runner Up Is... #SpotifyWrapped"
## 
## [[158]]
## [1] "user42069666420: I predict my top podcast will be unreleased music that ppl illegally uploaded in podcast form #SpotifyWrapped"
## 
## [[159]]
## [1] "TheeAstroDot: #TheeAstroDot #ArmyWarrant #SpotifyWrapped #RedVelvet \n\nCheck out TheeAstroDot's video! #TikTok https://t.co/IhKAzXHgJc"
## 
## [[160]]
## [1] "chrisderespino_: I predict my top artist will be [Taylor Alison Swift] #SpotifyWrapped"
## 
## [[161]]
## [1] "ShutUp_AJ: I predict my most played song will be 6666 - four fists. Or, maybe, darker still - @parkwayofficial\n\n#SpotifyWrapped"
## 
## [[162]]
## [1] "chrisderespino_: I predict my top genre will be [FAG POP] #SpotifyWrapped"
## 
## [[163]]
## [1] "VaginaPlug: I predict my top genre will be Indica  #SpotifyWrapped"
## 
## [[164]]
## [1] "user42069666420: I predict my top artist will be conan gray  #SpotifyWrapped"
## 
## [[165]]
## [1] "chrisderespino_: I predict my most played song will be [right where you left me OR break my soul] #SpotifyWrapped"
## 
## [[166]]
## [1] "Boston_Box: I predict my top artist will be Barbra Streisand.  #SpotifyWrapped"
## 
## [[167]]
## [1] "user42069666420: I predict my top genre will be modern rock #SpotifyWrapped"
## 
## [[168]]
## [1] "aroc88: I also enjoy seeing these #SpotifyWrapped https://t.co/f0zRSvUYjo"
## 
## [[169]]
## [1] "user42069666420: I predict my most played song will be family line #SpotifyWrapped"
## 
## [[170]]
## [1] "nickipinkprink: I predict my top podcast will be [Inner monologue olivia neill] #SpotifyWrapped"
## 
## [[171]]
## [1] "migos_kilosfit: The Hawmiees #migos #kilos #fit #SpotifyWrapped #gains #motivational #gymbrand #gym #gear https://t.co/ZhRsc09kbQ"
## 
## [[172]]
## [1] "m0hs1n1: live rn come join ! https://t.co/iAf1dVqejm #SpotifyWrapped #MW2 #CallofDuty"
## 
## [[173]]
## [1] "mal_aki_01: If you don't sleep before people that snore in their sleep. Forgerr abourr it💔😂 #RedVelvet #SpotifyWrapped… https://t.co/vEaVsMqjYs"
## 
## [[174]]
## [1] "taylahcabello: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[175]]
## [1] "EmiMulligan: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped prob drugs you should try some of not"
## 
## [[176]]
## [1] "SwiftieJess19XX: I predict my top artist will be @machinegunkelly  #SpotifyWrapped"
## 
## [[177]]
## [1] "M6_6_06: I predict my most played song will be One Up by Central Cee #SpotifyWrapped"
## 
## [[178]]
## [1] "doctordave: Prediction– My #SpotifyWrapped :\n\n1. Song with a hard guitar solo I had to practice\n2. \"Question?\" by Taylor Swift… https://t.co/vkWwzH9xJ8"
## 
## [[179]]
## [1] "nickipinkprink: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[180]]
## [1] "Boston_Box: I predict my top genre will be Pop.  #SpotifyWrapped Pop"
## 
## [[181]]
## [1] "Marshyism: I predict my top podcast will be [Morbid] #SpotifyWrapped"
## 
## [[182]]
## [1] "taylahcabello: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[183]]
## [1] "Izzeythedon: Retweet Biko 🥹🤲🏾 @petiteback_ @Oyinriri26 @chaneldior1017 @wizkidayo @sakpo0007_ @DinahDanladi1 @Emmanuel12544… https://t.co/UeoHmo5w1Q"
## 
## [[184]]
## [1] "EmiMulligan: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped this charming man ngl"
## 
## [[185]]
## [1] "nickipinkprink: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[186]]
## [1] "taylahcabello: I predict my most played song will be Vigilante Shit #SpotifyWrapped"
## 
## [[187]]
## [1] "M6_6_06: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[188]]
## [1] "nickipinkprink: I predict my most played song will be [mariners apartment complex] #SpotifyWrapped"
## 
## [[189]]
## [1] "andybidibidis_: Can @YouTube make their version of #SpotifyWrapped?"
## 
## [[190]]
## [1] "Big_46_2: I predict my top podcast will be The Album Years by Steven Wilson and Tim Bowness #SpotifyWrapped"
## 
## [[191]]
## [1] "imisspurpIed: me doing this prediction as if i dont already know my top artist is arctic monkeys LOL #SpotifyWrapped"
## 
## [[192]]
## [1] "francisco_b22: I predict my most played song will be [safira by sirkazzio] #SpotifyWrapped"
## 
## [[193]]
## [1] "raul_ipina: #SpotifyWrapped  this was mine in 2020 https://t.co/IV3d8JkkkS"
## 
## [[194]]
## [1] "AuthorMrE: Can’t remember if I announced the trailer on here 🤔 Here it is anyway!\n\n😺Lots of Meows in The Little Tales of Alexa… https://t.co/tF5KRzuNa2"
## 
## [[195]]
## [1] "catbat0: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[196]]
## [1] "Darlyn_twt: I predict my most played song will be obviously Yet To Come  #SpotifyWrapped"
## 
## [[197]]
## [1] "nikkieeli: When is Spotify going to let me see my #SpotifyWrapped I need it to tell me I’m obsessed with Taylor swift, even though I already know"
## 
## [[198]]
## [1] "LaurieFinlayson: This wouldn’t be half bad, would it? There’s a few surprises too!\n\nI guess it’s a sneak peek at my #SpotifyWrapped,… https://t.co/o0TNaKEf69"
## 
## [[199]]
## [1] "catbat0: I predict my top artist will be [mother mother? or mcr] #SpotifyWrapped"
## 
## [[200]]
## [1] "OlmecPrince: Add me on snap onesimo_m #SpotifyWrapped"
## 
## [[201]]
## [1] "thepencilbaber_: JB BARBERING SALON - \nKUMASI MOSHIE ZONGO \nLink up for the best cut --- \n0560990713// 0594053088\n\nthepencilbarber_… https://t.co/nChG8uBsT6"
## 
## [[202]]
## [1] "Big_46_2: I predict my top artist will be Nine Inch Nails #SpotifyWrapped"
## 
## [[203]]
## [1] "catbat0: I predict my top genre will be [alternative rock] #SpotifyWrapped"
## 
## [[204]]
## [1] "Roooowwws: #SpotifyWrapped should be s national holiday"
## 
## [[205]]
## [1] "leisakimone: I predict my top podcast will be something @DiscoveryID  #SpotifyWrapped"
## 
## [[206]]
## [1] "briiii_lyn: I predict my most played song will be That’s why they call it the blues #SpotifyWrapped"
## 
## [[207]]
## [1] "catbat0: I predict my most played song will be [bitchboy by the oozes] #SpotifyWrapped"
## 
## [[208]]
## [1] "mariasofiamenez: I predict my most played song will be 21 by Gracie Abrams #SpotifyWrapped"
## 
## [[209]]
## [1] "BronxBombrs: It’s almost time #SpotifyWrapped https://t.co/qlivn1val1"
## 
## [[210]]
## [1] "briiii_lyn: I predict my top genre will be rock/alternative #SpotifyWrapped"
## 
## [[211]]
## [1] "briiii_lyn: I predict my top artist will be @eltonofficial  #SpotifyWrapped"
## 
## [[212]]
## [1] "skyebro_: I predict my top genre will be phonk or alternative 🤲#SpotifyWrapped"
## 
## [[213]]
## [1] "leisakimone: I predict my top artist will be @Drake  #SpotifyWrapped"
## 
## [[214]]
## [1] "baddispositioon: Yees 🤍 #SpotifyWrapped https://t.co/RAS9h6Ky4F"
## 
## [[215]]
## [1] "cowsupremacyy: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[216]]
## [1] "Heyyoongiah: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[217]]
## [1] "astrid_belova: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \nProbably twice"
## 
## [[218]]
## [1] "Hansumbunnie: @the_kingslife This Will End like Eifi Airdrop Where None Of Us Got Our Tokens &amp; Even De Ones  Bought With Huge Sum… https://t.co/uNIm8XQaNI"
## 
## [[219]]
## [1] "Georgia_1037: I predict my top artist will be either @5SOS or @taylorswift13 #SpotifyWrapped but i can’t decide who"
## 
## [[220]]
## [1] "cowsupremacyy: I predict my most played song will be Build God Then We’ll Talk 🙈🙈🙈 #SpotifyWrapped"
## 
## [[221]]
## [1] "WeezYbloomix: I predict my most played song will be [Alien Superstar by Beyonce] #SpotifyWrapped"
## 
## [[222]]
## [1] "astrid_belova: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nIllusion or cheers"
## 
## [[223]]
## [1] "KateLoganBeauty: So, it will soon be time for #SpotifyWrapped and as it has been a VERY stressy year think i might have leaned on Re… https://t.co/RCROgD3GcE"
## 
## [[224]]
## [1] "fixed_surebet: Congratulations more winnings to be recorded #CyberMonday #ZehMer #COP27 #SpotifyWrapped https://t.co/ma5IL0wA4h"
## 
## [[225]]
## [1] "College_IRL_: Taking care of yourself shouldn’t be a second thought. Self-care starts now! #college #collegelife #selfcare… https://t.co/Xxy5pCqRFf"
## 
## [[226]]
## [1] "wafflemak: predictions for my #SpotifyWrapped top artists: @strayfromdapath @scenequeenrocks and @ddlovato"
## 
## [[227]]
## [1] "goldrushstan13: I predict my top podcast will be Happiest Podcast on Earth #SpotifyWrapped"
## 
## [[228]]
## [1] "itmecatalina: put my spotify into insta fest to try to get a hint to what my #SpotifyWrapped might look like and oh my god what i… https://t.co/ewWIPgkjzq"
## 
## [[229]]
## [1] "metobomerng: I predict my most played song will be litterally any babytron song #SpotifyWrapped"
## 
## [[230]]
## [1] "goldrushstan13: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[231]]
## [1] "maroeteez: #SpotifyWrapped IS ON FRIDAY??"
## 
## [[232]]
## [1] "WeezYbloomix: I predict my top artist will be [Beyonce] #SpotifyWrapped"
## 
## [[233]]
## [1] "allremixes: I predict my top artist will be Red Hot Chili Peppers #SpotifyWrapped"
## 
## [[234]]
## [1] "ADelphinius: Boycott Apple 4 wanting 2 suppress free Speach R the owners of the company American? The Galaxy Phone is just as go… https://t.co/Tm56msTXLl"
## 
## [[235]]
## [1] "goldrushstan13: I predict my top genre will be bedroom pop #SpotifyWrapped"
## 
## [[236]]
## [1] "maryavliss: I predict my most played song will be RunBts by BTS  #SpotifyWrapped"
## 
## [[237]]
## [1] "goldrushstan13: I predict my most played song will be The Archer by Taylor Swift #SpotifyWrapped"
## 
## [[238]]
## [1] "PrettySophieK: I predict my top genre will be: is 90’s sadcore indie folk a genre? #SpotifyWrapped"
## 
## [[239]]
## [1] "heartpotters: I predict my top artist will be [maya hawke] #SpotifyWrapped"
## 
## [[240]]
## [1] "04_jerrr: Im so excited for my 2022  #SpotifyWrapped"
## 
## [[241]]
## [1] "allremixes: I predict my most played song will be Jesus Christ Pose #SpotifyWrapped"
## 
## [[242]]
## [1] "heartpotters: I predict my most played song will be [thérèse or nothing new] #SpotifyWrapped"
## 
## [[243]]
## [1] "SMPingForTheSMP: My top podcast better be The Magnus Archives or I’m switching to Amazon music #SpotifyWrapped"
## 
## [[244]]
## [1] "Essential_Mark: #SpotifyWrapped \nI genuinely don’t mind. Also- I’ve had Sprouts on all year and happy 😃 with that https://t.co/wEro7bKbAZ"
## 
## [[245]]
## [1] "svndayclub: I predict my most played song will be [Cause for Concern by Lovejoy] #SpotifyWrapped"
## 
## [[246]]
## [1] "deareadernovia: elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/ccP30uEVja"
## 
## [[247]]
## [1] "OurPodFather: I predict my most played song will be Spitting off the edge of the world - Yeah Yeah Yeahs #SpotifyWrapped"
## 
## [[248]]
## [1] "Jm76Mendoza: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[249]]
## [1] "caitinlv: I predict my most played song will be Last Train Home by the Pat Metheny Group, my most played artist will be Def L… https://t.co/8N5a4tfxid"
## 
## [[250]]
## [1] "voltaire_marie: I predict my top podcast will be [#Archetypes ] \n#ArchetypesWithMeghan\n#SpotifyWrapped"
## 
## [[251]]
## [1] "YourBoyGavo: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped country"
## 
## [[252]]
## [1] "heyyouguys18: I predict my most played song will be big parade #SpotifyWrapped"
## 
## [[253]]
## [1] "sav_anna2: we all already know taylor will be my top artist but like i can’t wait for spotify to tell me that #SpotifyWrapped"
## 
## [[254]]
## [1] "CodeNameRetro1: I predict my most played song will be Late, by Kanye West! #SpotifyWrapped"
## 
## [[255]]
## [1] "Luevermore: I predict my top artist will be Taylooor swiffffft #SpotifyWrapped"
## 
## [[256]]
## [1] "j2dat419: I predict my top artist will be Eminem, duh 😂🤷🐐 #SpotifyWrapped"
## 
## [[257]]
## [1] "majabxrger: #SpotifyWrapped cannot come any slower 💀 i need it NOW. https://t.co/TV8nqUnBXS"
## 
## [[258]]
## [1] "vanessitarv: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[259]]
## [1] "Luevermore: I predict my most played song will be block me out  #SpotifyWrapped"
## 
## [[260]]
## [1] "ShaySetura22: I predict my most played song will be [Super Freaky Girl] #SpotifyWrapped"
## 
## [[261]]
## [1] "mischiefhale: I predict my top podcast will be [@AMorbidPodcast] #SpotifyWrapped"
## 
## [[262]]
## [1] "yankeegoomba: I predict my top artist will be black midi #SpotifyWrapped"
## 
## [[263]]
## [1] "StellaArcticFox: I predict my most played song will be \nHurt by Oliver Tree\n#SpotifyWrapped \n\nthis thing is interesting"
## 
## [[264]]
## [1] "Person123432123: I predict my top artist will be Lemon Demon (@neilcic)#SpotifyWrapped"
## 
## [[265]]
## [1] "_lucaaraujoo: I predict my top artist will be Lana Del Rey  #SpotifyWrapped"
## 
## [[266]]
## [1] "cannacutie24: I don’t want to jinx nothing but it’s like I can see every one in my TL from the 🍃 community! High everyone can you… https://t.co/lzXSltpb09"
## 
## [[267]]
## [1] "jackeelantern: When is #SpotifyWrapped gonna dropppppp?!!!!!!!"
## 
## [[268]]
## [1] "biza_sarah: Since when does @POTUS \"let protesters speak for themselves?\"\n\nWeak.\n#CCP #SpotifyWrapped #乌鲁木齐… https://t.co/9UL7elBPQj"
## 
## [[269]]
## [1] "yankeegoomba: I predict my top genre will be experimental rock or some bullshit #SpotifyWrapped"
## 
## [[270]]
## [1] "wild_flowa: I predict my most played song will be Disconnected by 5sos #SpotifyWrapped"
## 
## [[271]]
## [1] "purityempire: I predict my top artist will be Van Halen #SpotifyWrapped"
## 
## [[272]]
## [1] "tenderyv: i predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[273]]
## [1] "mischiefhale: I predict my top artist will be [@MissioMusic  or @Stray_Kids] #SpotifyWrapped"
## 
## [[274]]
## [1] "RawwwMoney: I predict my top artist will be @BigThirty375 #SpotifyWrapped"
## 
## [[275]]
## [1] "parttimeobiwan: I predict my top artist will be Akina Nakamori. Without a doubt. Lol. #SpotifyWrapped"
## 
## [[276]]
## [1] "_lucaaraujoo: I predict my most played song will be Low Blow by honeymoan #SpotifyWrapped"
## 
## [[277]]
## [1] "anavitxt: I predict my top artist will be @Beyonce or @rosalia this I'm not sure wanna see the result #SpotifyWrapped"
## 
## [[278]]
## [1] "sovadashopee: I predict my top artist will be @DojaCat #SpotifyWrapped"
## 
## [[279]]
## [1] "yankeegoomba: I predict my most played song will be Dethroned or chondro #SpotifyWrapped"
## 
## [[280]]
## [1] "VRoyTheGOAT: man we need more von music #SpotifyWrapped boutta be out n im already knowing durk boutta be my most listened to artist this year💀"
## 
## [[281]]
## [1] "mischiefhale: I predict my most played song will be [Does Anybody Love Me @MissioMusic] #SpotifyWrapped"
## 
## [[282]]
## [1] "Iawrencenovia: elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/lyjTBr8syi"
## 
## [[283]]
## [1] "WeezYbloomix: I predict my top podcast will be [Archetypes with Meghan] #SpotifyWrapped"
## 
## [[284]]
## [1] "STATEOFTEAR: mary on a cross by ghost is going to be number one because it’s NUMBER ONE IN MY HEART!!!! WORDDD  #SpotifyWrapped https://t.co/gI4Tt4L2rV"
## 
## [[285]]
## [1] "Person123432123: I predict my most played song will be [Eyewishes/Bystanding] #SpotifyWrapped"
## 
## [[286]]
## [1] "le0xrd: Ma quando esce spotify wrapped ?\n\n#SpotifyWrapped #spotifywrapped2022 #ita"
## 
## [[287]]
## [1] "angie959262342: me pretending to be \"surprised\" when seeing BTS as my n.o 1# most played artist on my #SpotifyWrapped https://t.co/SjJzdRJK5q"
## 
## [[288]]
## [1] "17dinogasm: #HOT by @pledis_17  will take #1 spot in my #SpotifyWrapped 2022 \n\n#SEVENTEEN \n#세븐틴 \n\nhttps://t.co/fX2hWwhYxu"
## 
## [[289]]
## [1] "SilentlyDark69: I predict my top artist will be [#MichaelJackson] #SpotifyWrapped"
## 
## [[290]]
## [1] "goldenxcoacoac: I predict my top artist will be taylor swift 🥰 #SpotifyWrapped"
## 
## [[291]]
## [1] "anavitxt: I predict my top genre will be pop, as usual #SpotifyWrapped"
## 
## [[292]]
## [1] "FalconAlbane: I predict my top artist will be Leslie Cheung 张国荣 #SpotifyWrapped"
## 
## [[293]]
## [1] "kerongbb: Dog chose his onlin gender #SpotifyWrapped #RedVelvet https://t.co/rN1U4k6t6M"
## 
## [[294]]
## [1] "anavitxt: I predict my most played song will be despechá by @rosalia #SpotifyWrapped"
## 
## [[295]]
## [1] "i6jxnini: I predict my most played song will be [cute by rosalia lol #SpotifyWrapped"
## 
## [[296]]
## [1] "iKay_Mo: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[297]]
## [1] "McLushy: Anyone who complained about not getting @taylorswift13 tickets better show their @Spotify Wrapped or Fest results s… https://t.co/JQojxpllhq"
## 
## [[298]]
## [1] "onlycarolknows: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[299]]
## [1] "i6jxnini: I predict my top artist will be rosalía #SpotifyWrapped"
## 
## [[300]]
## [1] "AkiraCoded: I predict my top artist will be Alex G #SpotifyWrapped"
## 
## [[301]]
## [1] "dmillerwats: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan"
## 
## [[302]]
## [1] "MoomooPtpt: I predict my most played song will be Waiting by Woodz #SpotifyWrapped"
## 
## [[303]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy #TOP100MostHandsomeFaces"
## 
## [[304]]
## [1] "ShaySetura22: I predict my top artist will be [Beyoncé] #SpotifyWrapped"
## 
## [[305]]
## [1] "onlycarolknows: I predict my most played song will be vent'anni #SpotifyWrapped"
## 
## [[306]]
## [1] "AkiraCoded: I predict my most played song will be Mary - Alex G #SpotifyWrapped"
## 
## [[307]]
## [1] "salemified: I predict my top podcast will be distractible, I really didn't listen to any other podcast this year #SpotifyWrapped"
## 
## [[308]]
## [1] "IsaacLarrier: I predict my top artist will be Beach House #SpotifyWrapped"
## 
## [[309]]
## [1] "iKay_Mo: I predict my most played song will be Rich Flex by Drake &amp; 21 Savage #SpotifyWrapped"
## 
## [[310]]
## [1] "PinstripeSZN99: Can’t wait to see what my top artists and songs look like on  #SpotifyWrapped"
## 
## [[311]]
## [1] "salemified: I predict my top artist will be Chloe moriondo @kidzwithbugz probably #SpotifyWrapped"
## 
## [[312]]
## [1] "MeghanSchrag: I predict my top artist will be probably fucking John Powell #SpotifyWrapped"
## 
## [[313]]
## [1] "vanessajaye: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé"
## 
## [[314]]
## [1] "mature_13: I predict my top artist will be [@ladygaga] #SpotifyWrapped"
## 
## [[315]]
## [1] "whyidontsmilee: my top artist this year will be joywave. it has to be. it will be @joywave . #SpotifyWrapped"
## 
## [[316]]
## [1] "YoursTrulySofia: I predict my most played song will be [Make up sex] #SpotifyWrapped"
## 
## [[317]]
## [1] "Alice_Targaryen: Yo idc about Christmas I care about #SpotifyWrapped . That’s the real holiday for me"
## 
## [[318]]
## [1] "Justfordogshop1: Dog Toys Chew Cleaning Teeth-Molar Toothbrush 🪥 \n\n#SpotifyWrapped #FIFAWorldCup #RedVelvet #Dog #dogs #pet #pets… https://t.co/E9yZmpACmE"
## 
## [[319]]
## [1] "Leanel_Hell: #SpotifyWrapped PREDICTIONS: top artist mitski, top song violence by frank iero"
## 
## [[320]]
## [1] "manox_eth: @Spotify is probably the only company I actually want to give my data to. \n\n#SpotifyWrapped"
## 
## [[321]]
## [1] "jzfallows: I predict my most played song will be something by Taylor Swift!! #SpotifyWrapped"
## 
## [[322]]
## [1] "mature_13: I predict my most played song will be [Applause - Lady gaga] #SpotifyWrapped"
## 
## [[323]]
## [1] "elysespeaches: I predict my most played song will be Sit Pissers by Lord Aethelstan #SpotifyWrapped"
## 
## [[324]]
## [1] "Sheisty12Big: I predict my top artist will be [21 Savage] #SpotifyWrapped"
## 
## [[325]]
## [1] "Ade197303: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan"
## 
## [[326]]
## [1] "theCOURTsystem: I’m literally all over dear lorddd #instafest #SpotifyWrapped https://t.co/YbKJ0edamp"
## 
## [[327]]
## [1] "marissacrenwlge: ok ahead of #SpotifyWrapped , here's my best bet at my top 5 for this year:\nTaylor Swift\nHarry Styles\nBeyonce\nFlore… https://t.co/C18gzJXsWY"
## 
## [[328]]
## [1] "DROWNINGZLESSON: I predict my top podcast will be very really good  #SpotifyWrapped"
## 
## [[329]]
## [1] "lyOness_pride: I predict my top artist will be [@OnlyOneOf_twt] #SpotifyWrapped"
## 
## [[330]]
## [1] "ShirellHill3: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[331]]
## [1] "DROWNINGZLESSON: I predict my top artist will be my chemical romance #SpotifyWrapped"
## 
## [[332]]
## [1] "Sheisty12Big: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[333]]
## [1] "Lottedek_: I predict my top artist will be Sufjan Stevens #SpotifyWrapped"
## 
## [[334]]
## [1] "njnic23: Since #SpotifyWrapped is too busy teasing us on main… the way this is too accurate… https://t.co/1Yljx1Lrmg"
## 
## [[335]]
## [1] "MetronomeGh: Songtitle- #indecisive\nproduced by @MetronomeGh\nMixed and mastered by @astirbeats \n#FIFAWorldCup #SpotifyWrapped… https://t.co/yQdQuVFIlB"
## 
## [[336]]
## [1] "K_Rinou: I predict my top podcast will be #Archetypes #SpotifyWrapped"
## 
## [[337]]
## [1] "sdmc_004: I predict my top artist will be\n–  Taylor Swift\n– Chase Atlantic\n– The Weeknd\n– Harry Styles\n– Billie Eilish\n– One… https://t.co/FnjAfLnbwE"
## 
## [[338]]
## [1] "DROWNINGZLESSON: I predict my top genre will be rock or something idk #SpotifyWrapped"
## 
## [[339]]
## [1] "Youngfolarge: 50 jeez back to back daily dropping new tapes. #RedVelvet #30BG #Wizkid #SpotifyWrapped"
## 
## [[340]]
## [1] "cascoded67: I predict my top artist will be @boburnham #SpotifyWrapped\nif im wrong then i failed my New Year’s resolution"
## 
## [[341]]
## [1] "Arvinthehuman: I predict my top artist will be Natalia Lafourcade #SpotifyWrapped"
## 
## [[342]]
## [1] "AmymKimble: I predict my top podcast will be #Archetypes #SpotifyWrapped"
## 
## [[343]]
## [1] "DROWNINGZLESSON: I predict my most played song will be drowning lessons #SpotifyWrapped"
## 
## [[344]]
## [1] "aeagle624: I predict my top podcast will be @tillnpodcast #SpotifyWrapped"
## 
## [[345]]
## [1] "mabfx3: My instafest is already embarassing so I can imagine my #SpotifyWrapped will be even worst 🫠"
## 
## [[346]]
## [1] "_useryoongi: I predict my most played song will be DPR IAN - No Blueberries #SpotifyWrapped"
## 
## [[347]]
## [1] "Sheisty12Big: I predict my most played song will be [Shotta Flow 6] #SpotifyWrapped"
## 
## [[348]]
## [1] "MMcn03062875: I predict my top podcast will be [Archetype] #SpotifyWrapped"
## 
## [[349]]
## [1] "ClassyLady_24: Are y’all still eating Thanksgiving leftovers? #SpotifyWrapped #PollOfTheDay"
## 
## [[350]]
## [1] "BonnieAuntea: I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped"
## 
## [[351]]
## [1] "FRY1N6_P4N: I predict my top podcast will be [Min indre dialog] #SpotifyWrapped"
## 
## [[352]]
## [1] "b0dypaint: I predict my most played song will be Lover, You Should've Come Over #SpotifyWrapped"
## 
## [[353]]
## [1] "Lauracoder12: Who wants Experience Artist..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/qWKrcbXCeC"
## 
## [[354]]
## [1] "JawshieTheShark: I predict my top artist will be one of these three, Huey Lewis and the News, Oingo Boingo, or Electric Light Orchestra #SpotifyWrapped"
## 
## [[355]]
## [1] "vkemp01: I predict my top podcast will be #Archetypes on #SpotifyWrapped"
## 
## [[356]]
## [1] "AlohaScoobyDoo: I’m watching Inside The Criminal Mind on Netflix, and I think they used a picture of Ross Lynch as Dahmer instead o… https://t.co/ALOdqLylGD"
## 
## [[357]]
## [1] "Arti767_: I predict my most played song will be Another Love by Tom Odell #SpotifyWrapped"
## 
## [[358]]
## [1] "ShaySetura22: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[359]]
## [1] "_maroonmoon: I predict my top artist will be [keem or peggy] #SpotifyWrapped"
## 
## [[360]]
## [1] "vanessajaye: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Meghan’s Archetypes"
## 
## [[361]]
## [1] "GirlTema: I predict my top podcast will be Archetypes #SpotifyWrapped\n#Archetypes #ArchetypesWithMeghan"
## 
## [[362]]
## [1] "holidaygrl1225: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[363]]
## [1] "rissalutions: I predict my top podcast will be [Archetypes by Meghan Markle] #SpotifyWrapped"
## 
## [[364]]
## [1] "JAMIESDARLIN: nearly the lgbt communities favourite time of year x #SpotifyWrapped https://t.co/4lCJdlWhRw"
## 
## [[365]]
## [1] "AndyUTorres: I predict my top podcast will be \"Cosas\" by @robertomtzTV  and JacoboWong --  @MrPablor  #SpotifyWrapped"
## 
## [[366]]
## [1] "miggon: I predict my most played song will be \"New Delhi Freight Train\" by Terry Allen #SpotifyWrapped"
## 
## [[367]]
## [1] "jakedashed: I predict my most played song will be Future Perfect (Pass The MIC) #SpotifyWrapped https://t.co/mwOmVi23Fo"
## 
## [[368]]
## [1] "vanessajaye: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. Cuff It"
## 
## [[369]]
## [1] "vixltoon: I predict my top artist will be Paramore OR Apink #SpotifyWrapped"
## 
## [[370]]
## [1] "Jdemonallthaway: Ig mutuals drop it down below 👇 #igmutuals #foryoupage #Instagram不具合 #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا… https://t.co/l4vQpEy7Hl"
## 
## [[371]]
## [1] "iKay_Mo: I predict my top genre will be Hip Hop #SpotifyWrapped"
## 
## [[372]]
## [1] "leighsmanipink: I predict my most played song will be Not My Job by Flo #SpotifyWrapped"
## 
## [[373]]
## [1] "Youngfolarge: Believe it.  Am better than @davido  #SpotifyWrapped #30BG"
## 
## [[374]]
## [1] "vixltoon: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[375]]
## [1] "sayilysally: I predict my most played song will be \"Vincent\" by Don McLean #SpotifyWrapped"
## 
## [[376]]
## [1] "sandrablunt1958: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #archetypesonspotify"
## 
## [[377]]
## [1] "iwouldntaskyouu: I predict my most played song will be El doctor - paliza #SpotifyWrapped"
## 
## [[378]]
## [1] "Julie_lmao13: I predict my most played song will be *checks my Spotify stats* Telecaster B Boy by Wonderlands X Showtime #SpotifyWrapped"
## 
## [[379]]
## [1] "brownskinkage1: Anbu black ops sucks #NARUTO #SpotifyWrapped #البرازيل_ِسويسرا #tiktok #ميقا #BRASUI https://t.co/HWu3i5yybi"
## 
## [[380]]
## [1] "linifiles: I predict my top artist will be ROSALÍA or NewJeans #SpotifyWrapped"
## 
## [[381]]
## [1] "Vijoelante: In preperation of #SpotifyWrapped I hearby present my \"Favorites\" playlist.\n\nWarning, it's over 200 songs long :)\n\nhttps://t.co/Zac9moyC4T"
## 
## [[382]]
## [1] "28Sabs: when i didn't top this number i fucked up #SpotifyWrapped https://t.co/LSBYwdiag2"
## 
## [[383]]
## [1] "1ElectricMag: Make sure this Friday you tag us in your #SpotifyWrapped results"
## 
## [[384]]
## [1] "linifiles: I predict my top genre will be (probably) K-Pop #SpotifyWrapped"
## 
## [[385]]
## [1] "Starstrux3: I predict my top podcast will be Sonic Symbilism #SpotifyWrapped"
## 
## [[386]]
## [1] "tgzerosugar: I predict my most played song will be Testing or I Love U by the chainsmokers #SpotifyWrapped"
## 
## [[387]]
## [1] "josephh__m: I think my top artist will be Quadeca no cyappp, either Quad, bbno$ or Yung Gravy 🫡 #SpotifyWrapped"
## 
## [[388]]
## [1] "noeyedgirI: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[389]]
## [1] "crzygrnflashes: I predict my top genre will be pop??? #SpotifyWrapped"
## 
## [[390]]
## [1] "ilyj913: I predict my top artist will be ITZY #SpotifyWrapped"
## 
## [[391]]
## [1] "noeyedgirI: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[392]]
## [1] "daddymyershere: I predict my top artist will be Green Day 😍😍😍😍😜😜😜 #SpotifyWrapped"
## 
## [[393]]
## [1] "noeyedgirI: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[394]]
## [1] "linifiles: I predict my most played song will be Hurt by NewJeans #SpotifyWrapped"
## 
## [[395]]
## [1] "noeyedgirI: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[396]]
## [1] "RaulLop76366986: I predict my most played song will be First Class by Jack Harlow #SpotifyWrapped"
## 
## [[397]]
## [1] "MdollarBetts: NHL FREEPLAY #cash #SpotifyWrapped #RedVelvet #SportsGambling #bettingpicks https://t.co/PriIuKTnph"
## 
## [[398]]
## [1] "R_jeonko22: Goooooooooo jungkook \nSo. proud ❤💜🥵🔥😭😭😭😭Congratulations to my beloved child And there are still other achievements… https://t.co/2OuHnGewBy"
## 
## [[399]]
## [1] "Starstrux3: I predict my most played song will be It’s In Our Hand #SpotifyWrapped"
## 
## [[400]]
## [1] "crzygrnflashes: I predict my most played song will be ni idea tal vez duvet??? #SpotifyWrapped"
## 
## [[401]]
## [1] "ilyj913: I predict my top genre will be kpop girl group #SpotifyWrapped"
## 
## [[402]]
## [1] "davieskeller9: I’m given $1,000 today cause I know people will need money for Christmas 🎄 follow @davieskeller9 and dm me for the… https://t.co/dDO7x1weQE"
## 
## [[403]]
## [1] "akselineemeli: I predict my most played song will be [Location, Dave] #SpotifyWrapped"
## 
## [[404]]
## [1] "WAHBamboo: Name another top 5 on a artists spotify that is so radicaly different to their other stuff. imagine listening to Ca… https://t.co/8Vc6Cw4d6K"
## 
## [[405]]
## [1] "HatcherSophie: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped getting curios with JVN"
## 
## [[406]]
## [1] "AshDaAries: I predict my top artist will be Tyler The Creator #SpotifyWrapped"
## 
## [[407]]
## [1] "KEYNGofBOSTON: Letitia Wright, Pharrell Williams, and LeKeith Stanfield should play Diana Ross, Smokey Robinson, and Marvin Gaye r… https://t.co/9JFmQmPVhU"
## 
## [[408]]
## [1] "giovancreano11: Not a bad lineup #SpotifyWrapped  #instafestapp https://t.co/cNp9wZKdBU"
## 
## [[409]]
## [1] "ilyjunniee: I predict my top genre will be dance pop as always #SpotifyWrapped"
## 
## [[410]]
## [1] "ilyj913: I predict my most played song will be Sneakers 👀 #SpotifyWrapped"
## 
## [[411]]
## [1] "dio82_: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[412]]
## [1] "KaosCryptid: If in my #SpotifyWrapped it comes back to say my most played song is Why Do I by @SetItOff or Ride by… https://t.co/zFyOXp479o"
## 
## [[413]]
## [1] "CestEliza: I predict my most played song will be Variations on a Cloud by Miracle Musical #SpotifyWrapped"
## 
## [[414]]
## [1] "nikitavance: If Nicki Minaj isn't my top artist then my wrapped is broken and I'll be demanding a new one asap #SpotifyWrapped"
## 
## [[415]]
## [1] "AshDaAries: I predict my most played song will be New Magic Wand #SpotifyWrapped"
## 
## [[416]]
## [1] "Starstrux3: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[417]]
## [1] "lttlfreakmattie: I've got absolutely no clue what my most played song will be  #SpotifyWrapped"
## 
## [[418]]
## [1] "Kxtxerinne: For all the girls in the inland empire , california area 📍❤️✨ tap in with love #CyberMonday #SpotifyWrapped https://t.co/3RrrjfcPvj"
## 
## [[419]]
## [1] "sourtaem: #SpotifyWrapped is already looking at me sideways, we both know half my list will just be taemin"
## 
## [[420]]
## [1] "sock_footed: I predict my most played song will be Nico and the Niners #SpotifyWrapped"
## 
## [[421]]
## [1] "dio82_: I predict my top genre will be Alt Rock #SpotifyWrapped"
## 
## [[422]]
## [1] "supafly1974: #StocksToBuy $COSM up 53% and still climbing! Easy money! #stockmarket #NASDAQ #SpotifyWrapped #RedVelvet #AMC #CNBC #FoxNews"
## 
## [[423]]
## [1] "Avr9teen: My top artist is probably going to be Tyler the creator💀#SpotifyWrapped"
## 
## [[424]]
## [1] "dio82_: I predict my most played song will be Hello You #SpotifyWrapped"
## 
## [[425]]
## [1] "styleofjvo: I predict my top artist will be [Johnny Orlando]  #SpotifyWrapped"
## 
## [[426]]
## [1] "forsiwoo: I predict my top podcast will be Learn Korean with David even though i didn’t know i followed that podcast 😭#SpotifyWrapped"
## 
## [[427]]
## [1] "lorenshtarkey: my Spotify wrapped is about to be so fucked up cause I was on the aux at my old nut ass job #SpotifyWrapped"
## 
## [[428]]
## [1] "fanxieturt: if cinderella by cidergirl isn’t my top song on my #SpotifyWrapped I’m gonna riot"
## 
## [[429]]
## [1] "kindagoldrush: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[430]]
## [1] "sound_saint1: Poison rose is my new single and I’ll be dropping it soon so keep your hopes high @jonmosesvocals @NkanyeziKubheka… https://t.co/LKNgtBTTZ4"
## 
## [[431]]
## [1] "cewulidgabxyau9: Military perps used Soap odor chemical as they saw me using the kitchen\n\nMy occipital lobe, aorta were hit with… https://t.co/n6krjBcAiq"
## 
## [[432]]
## [1] "MadisonTrudeau: I predict my top artist will be joji #SpotifyWrapped"
## 
## [[433]]
## [1] "mjeaster1000: I predict my top podcast will be [DRAMA MAMA @benoftheweek] #SpotifyWrapped"
## 
## [[434]]
## [1] "KaosCryptid: I predict my top artist will be either @thewonderyears, @withconfidence_ , or @HotMulligan.\n\n#SpotifyWrapped"
## 
## [[435]]
## [1] "kindagoldrush: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[436]]
## [1] "franklin48205: 💪🏿💪🏿💪🏿 appreciate all the positive feedback and ears 🚀🚀🚀 #tapin if you not hip here goes the link #SpotifyWrapped… https://t.co/IqgBYflUVt"
## 
## [[437]]
## [1] "funkyenderboy: i predict my most played song will be i don’t want to set the world on fire by the ink spots because i looped it to… https://t.co/3Yw3Ya9SKS"
## 
## [[438]]
## [1] "mjeaster1000: I predict my most played song will be [Betty (Get Money) By @yunggravy] #SpotifyWrapped"
## 
## [[439]]
## [1] "CheriflyTwitch: I am genuinely afraid to see my #SpotifyWrapped because I listen to so much Celtic Meditation at work, Metal on the… https://t.co/tsKfHXdPnm"
## 
## [[440]]
## [1] "oddeyegirIs: I predict my top artist will be Red Velvet #SpotifyWrapped"
## 
## [[441]]
## [1] "GamingTherap1st: #1 Therapist in the Warzone! \n\nLive now!!\n\nhttps://t.co/Vg0tPJpSY8\n\n#SpotifyWrapped #twitch #CallofDutyWarzone2 #streamer"
## 
## [[442]]
## [1] "kindagoldrush: I predict my most played song will be Better Man (Taylor’s Version) #SpotifyWrapped"
## 
## [[443]]
## [1] "ganjagoblinnn: I predict my most played song will be Love by Keyshia Cole #SpotifyWrapped"
## 
## [[444]]
## [1] "mjeaster1000: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[445]]
## [1] "katelafraise: I predict my top genre will be ... pop ? Rock ?  Idk  #SpotifyWrapped"
## 
## [[446]]
## [1] "multiskpopstan: Will Kpop be #1 again this year 🤡🤡 #SpotifyWrapped https://t.co/wlHV7c9bac"
## 
## [[447]]
## [1] "m0shim0nster: I predict my most played song will be ZOMBIE SONG NIGHTCORE 😭😭😭😭😭😭😭😭😭😭 i really wish i was joking #SpotifyWrapped"
## 
## [[448]]
## [1] "TheFakeMaalikM: I predict my top podcast will be The Dan LeBatard Show with Stu Gotz #SpotifyWrapped\n@LeBatardShow https://t.co/A0DvUYfc5U"
## 
## [[449]]
## [1] "29jonn: I predict my top artist will be Dreamcatcher #SpotifyWrapped"
## 
## [[450]]
## [1] "mjeaster1000: I predict my top artist will be [Yung Gravy] #SpotifyWrapped"
## 
## [[451]]
## [1] "carlabradley89: I predict my most played song will be @UMO 's \"That Life\" #SpotifyWrapped"
## 
## [[452]]
## [1] "29jonn: I predict my top genre will be Idol Rock #SpotifyWrapped"
## 
## [[453]]
## [1] "Sapphiredrogon: I predict my top genre will be Rock Ballads #SpotifyWrapped"
## 
## [[454]]
## [1] "squiliamfancy: What if this is Spotify with #SpotifyWrapped https://t.co/NzP4wmETLP"
## 
## [[455]]
## [1] "lttlfreakmattie: I predict my top genre will be any  pop genre #SpotifyWrapped"
## 
## [[456]]
## [1] "AndroidZNerd: Which One Is Better #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا"
## 
## [[457]]
## [1] "skellyrizzy: I predict my top genre will be dreamo #SpotifyWrapped"
## 
## [[458]]
## [1] "eatkelpeveryday: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[459]]
## [1] "29jonn: I predict my most played song will be VISION by Dreamcatcher #SpotifyWrapped"
## 
## [[460]]
## [1] "PSMartiniFest: I predict my most played song will be We Fell in Love in October #SpotifyWrapped"
## 
## [[461]]
## [1] "lttlfreakmattie: I predict my top artist will be 1. 1d, 2. harry, 3. louis #SpotifyWrapped"
## 
## [[462]]
## [1] "y_swiftie13: I predict my top podcast will be @the13TSpodcast #SpotifyWrapped"
## 
## [[463]]
## [1] "Sapphiredrogon: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[464]]
## [1] "skellyrizzy: I predict my top artist will be either twenty one pilots or waterparks #SpotifyWrapped"
## 
## [[465]]
## [1] "D_Dandridge1: @GmacCash Always gotta do too much, like damn bro… I couldn’t just have her ??? 😒 I’m telling momma.… https://t.co/LlnGfWzliL"
## 
## [[466]]
## [1] "Ruby12325: iPhone 4SRemember the old cell phone #SpotifyWrapped https://t.co/CvjvPMtwIv"
## 
## [[467]]
## [1] "efffortlessley: #SpotifyWrapped WHWRE THE FUCK IS IT YOU STIPUD SLUTS"
## 
## [[468]]
## [1] "Mattie_TweetBox: I predict my top artist will be [Dean Lewis] #SpotifyWrapped"
## 
## [[469]]
## [1] "CanineDeBoii: I predict my top podcast will be: probably @donutmedia's Past Gas #SpotifyWrapped"
## 
## [[470]]
## [1] "alvaromurgui: I predict my top artist will be [Shawn Mendes / Morat] #SpotifyWrapped"
## 
## [[471]]
## [1] "y_swiftie13: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[472]]
## [1] "skellyrizzy: I predict my top podcast will be @SLUMBERPODCAST  because i am a normal stable person aha #SpotifyWrapped"
## 
## [[473]]
## [1] "lttlfreakmattie: I predict my top podcast will be [either @GoodInfluenceGS or reisenreisen] #SpotifyWrapped"
## 
## [[474]]
## [1] "lemon_chief_: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[475]]
## [1] "swuidge: me finding out taylor swift is my top artist #SpotifyWrapped https://t.co/Rz0AY9SMP0"
## 
## [[476]]
## [1] "Mattie_TweetBox: I predict my most played song will be [All Dean Lrwis Songs] #SpotifyWrapped"
## 
## [[477]]
## [1] "CanineDeBoii: I predict my top artist will be: obviously gonna be @RufusDuSol #SpotifyWrapped"
## 
## [[478]]
## [1] "kithyook: I predict my most played song will be [i think i'm okay by @machinegunkelly feat. @travisbarker &amp; @yungblud] #SpotifyWrapped"
## 
## [[479]]
## [1] "y_swiftie13: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[480]]
## [1] "britlikesnaps: I don’t need to see my Spotify Wrapped I listened to the same artist on repeat all year @iamkinnship #SpotifyWrapped"
## 
## [[481]]
## [1] "TheFakeMaalikM: I predict my top artist will be Pusha T #SpotifyWrapped\n@PUSHA_T https://t.co/cvjVprw9We"
## 
## [[482]]
## [1] "Sapphiredrogon: I predict my top podcast will be Murder, Mystery and Makeup #SpotifyWrapped"
## 
## [[483]]
## [1] "alvaromurgui: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[484]]
## [1] "obitchuaryx: Apple Music users on #SpotifyWrapped day every year. https://t.co/7MGiLvOlxo"
## 
## [[485]]
## [1] "CelestialKitte3: I predict my most played song will be Screensaver #SpotifyWrapped\ninfact its not a prediction i know for a fact"
## 
## [[486]]
## [1] "jdurugo: Me pretending to be shocked when Drake is my #1 artist on Wrapped #SpotifyWrapped https://t.co/EemJqCNA1j"
## 
## [[487]]
## [1] "alvaromurgui: I predict my most played song will be [Bzrp Session con Quevedo] #SpotifyWrapped"
## 
## [[488]]
## [1] "mojo1404: I predict my top artist will be Corpse cause I will never apologize for having good taste  #SpotifyWrapped"
## 
## [[489]]
## [1] "CanineDeBoii: I predict my top genre will be: again, idk, probably rock or electric #SpotifyWrapped"
## 
## [[490]]
## [1] "AdnovacMcr: I predict there is a disemboweled body stuffed into an employee locker at a 7/11 in Utah #SpotifyWrapped"
## 
## [[491]]
## [1] "Jazzgoesindie: I predict my top podcast will be @banter #SpotifyWrapped"
## 
## [[492]]
## [1] "cookem_fr: I predict my top podcast will be [i aint going to spotify for a podcast] #SpotifyWrapped"
## 
## [[493]]
## [1] "CanineDeBoii: I predict my most played song will be: uhhh honestly idk #SpotifyWrapped"
## 
## [[494]]
## [1] "Jazzgoesindie: I predict my top genre will be DSMP #SpotifyWrapped"
## 
## [[495]]
## [1] "MsSandoval15: It's almost that time of year where @Spotify starts threatening to highlight our mental instabilities with #SpotifyWrapped and I'm not ready"
## 
## [[496]]
## [1] "mojo1404: I predict my most played song will be a corpse song cause I’m a creature of habit #SpotifyWrapped"
## 
## [[497]]
## [1] "tadeuwu: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[498]]
## [1] "cookem_fr: I predict my top artist will be [XXXTENTACION] #SpotifyWrapped"
## 
## [[499]]
## [1] "Epicnes66127354: I predict my top genre will be those goofy ahh sex sounds #SpotifyWrapped"
## 
## [[500]]
## [1] "m0shim0nster: I predict my top artist will be bôa orr aphex twin or duster &amp;or errrr toby fox #SpotifyWrapped"
## 
## [[501]]
## [1] "tadeuwu: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[502]]
## [1] "xCrymzn: If my top song this year isn't Telephone I will eat my computer #SpotifyWrapped"
## 
## [[503]]
## [1] "TheLexGabrielle: I predict my most played song will be either CHURCH GIRL or “Outside” by Bryson Tiller #SpotifyWrapped"
## 
## [[504]]
## [1] "S1LVERH0UND: I predict my top artist will be Hypnosis Microphone. This isn’t even a prediction. I only listen to hypmic on Spotify. #SpotifyWrapped"
## 
## [[505]]
## [1] "cookem_fr: I predict my top genre will be [Melodic Rap] #SpotifyWrapped"
## 
## [[506]]
## [1] "Jazzgoesindie: I predict my top artist will be @lovejoy or @LewisCapaldi #SpotifyWrapped"
## 
## [[507]]
## [1] "cookem_fr: I predict my most played song will be [Valenslime] #SpotifyWrapped"
## 
## [[508]]
## [1] "JordanWillis18: I predict my top artist will be @Architectsuk [fill in top artist prediction] #SpotifyWrapped"
## 
## [[509]]
## [1] "kbankks_: If #iloveyou is not on your playlist,aje you are on a long thing.\nGo stream/download.👉https://t.co/ery0hoW48D… https://t.co/imBeTq7tyR"
## 
## [[510]]
## [1] "SchlegelBagel05: I predict my most played song will be Bad Day or White Lie! #SpotifyWrapped"
## 
## [[511]]
## [1] "Jazzgoesindie: I predict my most played song will be Sex Sells by @lovejoy #SpotifyWrapped"
## 
## [[512]]
## [1] "The5LPodcast: As a African American what are the pros and cons of going to a pwi? Tune in on our podcast we had a great discussio… https://t.co/X2hewsstvU"
## 
## [[513]]
## [1] "RP23005965: give this a like if you’re excited for #SpotifyWrapped"
## 
## [[514]]
## [1] "mads_was_taken: I predict my top artist will be Taylor swift #SpotifyWrapped"
## 
## [[515]]
## [1] "obvioushartley: I predict my top artist will be @findingfletcher #SpotifyWrapped"
## 
## [[516]]
## [1] "Mvne16: I predict my most played album will be [Dawn FM] #SpotifyWrapped"
## 
## [[517]]
## [1] "charxstyles_: anyone have tips on how to look more fem masc or fem masc outfit ideas?:,) (I’m gonna put random tags so ppl can se… https://t.co/hEXyj14xjb"
## 
## [[518]]
## [1] "retinarn: I hope we all have that self-awareness to realize sometimes we make mistakes, and that's totally okay:)\n\nMay Allah… https://t.co/e5sqjjsAOD"
## 
## [[519]]
## [1] "addie__ramsdell: @Spotify WHY TF DID U DELETE MY PLAYLIST IM SO UPSET #SpotifyWrapped"
## 
## [[520]]
## [1] "Koin_AI: Tim Cook is in the process of ruining the company Steve Jobs built.\n\nCause of death: wokeness. $aapl $tsla\n\n#Apple… https://t.co/Nd4YescNnR"
## 
## [[521]]
## [1] "SchlegelBagel05: I predict my top artist will be Charlotte Sands #SpotifyWrapped"
## 
## [[522]]
## [1] "katelafraise: I predict my top artist will be Taylor Swift 🕰️  #SpotifyWrapped"
## 
## [[523]]
## [1] "michaela_gelb_: I predict my top podcast will be ‘The Office Ladies’ cause I haven’t listened to any other ones pretty much 🤷🏼‍♀️ #SpotifyWrapped"
## 
## [[524]]
## [1] "clownguttz: Studying a new art style so.. #art #artist #oc #ocart #artstyle #trending #viral #explore #explorepage #timeline… https://t.co/d6HOBfj8nP"
## 
## [[525]]
## [1] "ttotheyx: I predict my top artist will be NIKI 🫶🏻  #SpotifyWrapped"
## 
## [[526]]
## [1] "liquorsquick: I predict my most played song will be either something from Ariana Grande or midnights #SpotifyWrapped"
## 
## [[527]]
## [1] "TheFakeMaalikM: I predict my top genre will be RAP 🎤 #SpotifyWrapped"
## 
## [[528]]
## [1] "ttotheyx: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[529]]
## [1] "mediocrebitch47: Y’all don’t judge my #SpotifyWrapped too harshly there was a period of like a week were I listened to Meant to be Y… https://t.co/hTdWvoKFak"
## 
## [[530]]
## [1] "_OMOBOY: The last part for me...........You gerrit? ✌\n\n     Like and Retweet.😌\n\nOsun Oyetola Lagos Delete Aregbe Innoson Chi… https://t.co/3LI79VEJVv"
## 
## [[531]]
## [1] "BruceBullu: This is Ghana Black Stars ✨🔥 ... How many people noticed this today. Coach Otto Addo and his boys are good!… https://t.co/My97PqgqXR"
## 
## [[532]]
## [1] "ttotheyx: I predict my most played song will be Oceans &amp; Engines by NIKI #SpotifyWrapped FOR SURE LIKE I KNOW IT 🫵🏼 IT BETTER BE"
## 
## [[533]]
## [1] "Florianzii: I predict my top podcast will be non-existantent. I don't listen to podcasfs 😘 #SpotifyWrapped"
## 
## [[534]]
## [1] "Danielklss: I predict my top artist will be @ladygaga  💖 #SpotifyWrapped"
## 
## [[535]]
## [1] "TheFakeMaalikM: I predict my most played song will be Let The Smokers Shine The Coupes #SpotifyWrapped\n@PUSHA_T"
## 
## [[536]]
## [1] "zxawakening: I predict my top artist will be [Lil Mosey] #SpotifyWrapped"
## 
## [[537]]
## [1] "michaela_gelb_: I predict my top artist will be ‘The 1975’?? I think #SpotifyWrapped"
## 
## [[538]]
## [1] "InkAndHoney1: Ink and Honey... Little Eyes...\n.\n.\n.\n.\n.\n.\n.\n#SpotifyWrapped #harrystylesperu #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/6jhAsu96oe"
## 
## [[539]]
## [1] "madrigrober: I predict my top artist will be Nobuo Uematsu #SpotifyWrapped"
## 
## [[540]]
## [1] "wonsangbeloved: I predict my most played song will be a twice song #SpotifyWrapped"
## 
## [[541]]
## [1] "iluvtaylor17: I predict my most played song will be You Belong With Me (taylor's version) #SpotifyWrapped"
## 
## [[542]]
## [1] "itz_notaldo: I predict my top artist will be Logic or juice WRLD #SpotifyWrapped"
## 
## [[543]]
## [1] "adrinbooks: I predict my top artist will be [kyotto, duki or muse] #SpotifyWrapped"
## 
## [[544]]
## [1] "Patrick31370308: Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/IcVUZoaB7h"
## 
## [[545]]
## [1] "zxawakening: I predict my most played song will be [Blue Strips by Lil Skies] #SpotifyWrapped"
## 
## [[546]]
## [1] "Ccubby17: I feel like it’s a mini deep dive into a person conscience #SpotifyWrapped https://t.co/UbT8JrmdfM"
## 
## [[547]]
## [1] "Florianzii: I predict my most played song will be either Boy Bi (by Mad Tsui), or any Beth Crowley song  #SpotifyWrapped"
## 
## [[548]]
## [1] "rayleennotfound: I predict my top podcast will be [Banter] #SpotifyWrapped"
## 
## [[549]]
## [1] "Danielklss: I predict my most played song will be  TT by Twice  #SpotifyWrapped"
## 
## [[550]]
## [1] "realbanjar: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[551]]
## [1] "dontviewmypg: Don’t watch if you under 18!!!\n\nKid flys off ride! \n\n#viral #viralvideo #sensitive #news #news24 #dontwatch… https://t.co/Yi7ltN0IPz"
## 
## [[552]]
## [1] "rayleennotfound: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[553]]
## [1] "realbanjar: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[554]]
## [1] "salonedesserts: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped is archetypewithmeghan"
## 
## [[555]]
## [1] "adrinbooks: I predict my top genre will be [rock or metalcore] #SpotifyWrapped"
## 
## [[556]]
## [1] "michaela_gelb_: I predict my top genre will be ‘Pop’ cause I love me basic bitch music 😇 #SpotifyWrapped"
## 
## [[557]]
## [1] "iluvtaylor17: I predict my top podcast will be Saving Grace #SpotifyWrapped"
## 
## [[558]]
## [1] "rayleennotfound: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[559]]
## [1] "gumgumangel: I predict my top artist will be Silvana Estrada #SpotifyWrapped"
## 
## [[560]]
## [1] "adrinbooks: I predict my most played song will be [my own-kyotto ] #SpotifyWrapped"
## 
## [[561]]
## [1] "Florianzii: I predict my top artist will be uhhh, maybe beth crowley?? #SpotifyWrapped"
## 
## [[562]]
## [1] "iluvtaylor17: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[563]]
## [1] "rayleennotfound: I predict my most played song will be [Permission to Dance by BTS] #SpotifyWrapped"
## 
## [[564]]
## [1] "Boppinpop123: I predict my top podcast will be [the sync]#SpotifyWrapped"
## 
## [[565]]
## [1] "iluvtaylor17: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[566]]
## [1] "ohwell_10_: I predict my top artist will be ATEEZ #SpotifyWrapped"
## 
## [[567]]
## [1] "JoshuaR15493426: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped and my top artist will be either Tr… https://t.co/z709GxSZsp"
## 
## [[568]]
## [1] "GregoryMarc95: I predict my most played song will be [Death By A Thousand Cuts by Bullet For My Valentine] #SpotifyWrapped"
## 
## [[569]]
## [1] "fetusrrysimp: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[570]]
## [1] "OSchleppi: I predict my top artist will be Harry MF  Styles #SpotifyWrapped"
## 
## [[571]]
## [1] "Night_somewhere: It is almost time for my favorite holiday \n#SpotifyWrapped"
## 
## [[572]]
## [1] "thanawithanh: Not even surprised that Taylor is on top hahaha I can’t wait for the #SpotifyWrapped now https://t.co/CSpZW1Gpur"
## 
## [[573]]
## [1] "gumgumangel: I predict my top genre will be J-pop. #SpotifyWrapped"
## 
## [[574]]
## [1] "91DEARLOUIS: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[575]]
## [1] "ohwell_10_: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[576]]
## [1] "michaela_gelb_: I predict my most played song will be ‘Boyfriends’ by Harry Styles #SpotifyWrapped 🤔"
## 
## [[577]]
## [1] "OSchleppi: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[578]]
## [1] "Boppinpop123: I predict my top artist will be [xxxtentacion ] #SpotifyWrapped"
## 
## [[579]]
## [1] "Karla_perez41: I predict my top artist will be [Billie Eilish ] #SpotifyWrapped"
## 
## [[580]]
## [1] "madrigrober: I predict my top genre will be dubstep #SpotifyWrapped"
## 
## [[581]]
## [1] "KrisE_bz: I predict my top artist will be Ariana Grande #SpotifyWrapped https://t.co/acBogCZv3E"
## 
## [[582]]
## [1] "follentoken: it’s almost here.  #SpotifyWrapped"
## 
## [[583]]
## [1] "OSchleppi: I predict my most played song will be [Golden By Harry Styles ] #SpotifyWrapped"
## 
## [[584]]
## [1] "madrigrober: I predict my most played song will be Advent: One-Winged Angel #SpotifyWrapped https://t.co/6yP5ghPLUq"
## 
## [[585]]
## [1] "Utd_Emily: Can’t lie its gonna be the most exciting day of the year when Spotify Wrapped drops #SpotifyWrapped"
## 
## [[586]]
## [1] "marsisdying: @hankgreen why is drinking blood considered cannibalism but drinking piss isn’t \n\n#SpotifyWrapped #FIFAWorldCup… https://t.co/qMVp7Bffav"
## 
## [[587]]
## [1] "gumgumangel: I predict my most played song will be Sabré olvidar by Silvana Estrada #SpotifyWrapped"
## 
## [[588]]
## [1] "JoshuaR15493426: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped will definitely be rap"
## 
## [[589]]
## [1] "Virtopia: I predict my top artist will be @iamluckydaye #SpotifyWrapped"
## 
## [[590]]
## [1] "Boppinpop123: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[591]]
## [1] "bgsexy16: Yours for Christmas https://t.co/0h2TEwE0Fv via @YouTube #Nashville #SavanahGa #SpotifyWrapped #california… https://t.co/tiIcKXmyvr"
## 
## [[592]]
## [1] "JoshuaR15493426: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be 90 Proof by Smino"
## 
## [[593]]
## [1] "Boppinpop123: I predict my most played song will be [Jocelyn Flores] #SpotifyWrapped"
## 
## [[594]]
## [1] "SidoHikami: Listen \n\nI already know what my most played song is gonna be Spotify \n\nIf it’s anything else; y’all are liars and f… https://t.co/UqeG9PjMpU"
## 
## [[595]]
## [1] "thecozylorain: I predict my top podcast will be 'ask pastor John' by @desiringGod  #SpotifyWrapped"
## 
## [[596]]
## [1] "purevvs: I predict my top artist will be @Polo_Capalot  #SpotifyWrapped"
## 
## [[597]]
## [1] "nouisfinity28: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[598]]
## [1] "selslovr: I predict my most played song will be Calm Down remix by Selena Gomez and Rema #SpotifyWrapped"
## 
## [[599]]
## [1] "hugzforgrian: I predict my top podcast will be  distractables for sure #SpotifyWrapped"
## 
## [[600]]
## [1] "SybilleColombe: Pls don’t judge me when All Too Well (10-minute version) is one of my top most played songs. #SpotifyWrapped"
## 
## [[601]]
## [1] "childerolandusa: Sabrina Carpenter Don't Want It Back\nhttps://t.co/0yjmh8ZDha\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[602]]
## [1] "nouisfinity28: I predict my most played song will be Midnight Rain by Taylor Swift or Bigger Than Me by Louis Tomlinson #SpotifyWrapped"
## 
## [[603]]
## [1] "oApZ_Official: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[604]]
## [1] "annikaxkerstin: I predict my top artist will be 5 Seconds Of Summer #SpotifyWrapped"
## 
## [[605]]
## [1] "Florianzii: I predict my top genre will be either pop or indie #SpotifyWrapped"
## 
## [[606]]
## [1] "SmokedSalt: I predict my top podcast will be Archetype with Meghan #SpotifyWrapped"
## 
## [[607]]
## [1] "racheljoy23: I predict my most played song will be My Frankenstein by Kody Kavitha, from Dead End Paranormal Park #SpotifyWrapped"
## 
## [[608]]
## [1] "phermida99: last 4 weeks #SpotifyWrapped https://t.co/0IpKa8GLwX"
## 
## [[609]]
## [1] "LindsTS19: I predict my top artist will be Taylor Swift duh #SpotifyWrapped"
## 
## [[610]]
## [1] "iced_cilantro: I predict my top genre will be [The Real Slim Shady - Eminem] #SpotifyWrapped"
## 
## [[611]]
## [1] "shesamerihann: I predict my top artist will be Wallows or Harry Styles #SpotifyWrapped"
## 
## [[612]]
## [1] "michaelbellu4: I can’t wait for #SpotifyWrapped"
## 
## [[613]]
## [1] "GivenLungile2: Mara guys have you heard deep piano😩😤🔥 fuck❗♥️ #podcastandchillwithmacg MacG Limpopo Mr Smeg Mbali #FIFAWorldCup… https://t.co/iXxX4GhH2r"
## 
## [[614]]
## [1] "Hillbilly762: I predict my top podcast will be @bigdandbubba #SpotifyWrapped"
## 
## [[615]]
## [1] "courtkneelyn: I predict my top artist will be Dr. Taylor Allison Swift #SpotifyWrapped"
## 
## [[616]]
## [1] "softymak: I predict my most played song will be HaaAakkKKK!!! #SpotifyWrapped"
## 
## [[617]]
## [1] "eunchaeria: me waiting for #SpotifyWrapped  when i already know my top songs and artists"
## 
## [[618]]
## [1] "addieislame: I predict my top artist will be [ @KALIUCHIS ] #SpotifyWrapped"
## 
## [[619]]
## [1] "Djskip_litk: ✌🏽👋🏽❤️follow me on all social sites @Djskip_litk  #Favorite #dj #SpotifyWrapped #RedVelvet https://t.co/ABoZn8gZbN"
## 
## [[620]]
## [1] "courtkneelyn: I predict my most played song will be vigilante shit. No doubt in my mind #SpotifyWrapped"
## 
## [[621]]
## [1] "thecozylorain: i predict my most played song will be 'carousel' by @5SOS #SpotifyWrapped"
## 
## [[622]]
## [1] "MaximilianoPl18: I predict my most played song will be less than zero by the weeknd #SpotifyWrapped"
## 
## [[623]]
## [1] "pabstblue_lover: I predict my top podcast will be POLITICO Playbook Daily Briefing #SpotifyWrapped"
## 
## [[624]]
## [1] "shesamerihann: I predict my top genre will be pop only because I listened it a lot of Rina Sawayama, Charli xcx and Harry Styles this year #SpotifyWrapped"
## 
## [[625]]
## [1] "Hillbilly762: I predict my top genre will be country #SpotifyWrapped"
## 
## [[626]]
## [1] "LimbuLbina: (Gentleman )I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[627]]
## [1] "sidneyfmelb: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[628]]
## [1] "Rhi5SOS: I predict my top artist will be The Chainsmokers #SpotifyWrapped https://t.co/r8LR4BYjAv"
## 
## [[629]]
## [1] "FedericaFaggia7: Justin Bieber is my #SpotifyWrapped"
## 
## [[630]]
## [1] "KutulloManthat2: Dont know im getting impatient with wanting to get my  #SpotifyWrapped"
## 
## [[631]]
## [1] "sleepymilk_: I predict my most played song will be Bet U Wanna #SpotifyWrapped"
## 
## [[632]]
## [1] "MandieIRL: I predict my top podcast will be [#TriforcePodcast] @YogscastLewis #SpotifyWrapped"
## 
## [[633]]
## [1] "dietheverhack: My #SpotifyWrapped predictions ⬇️⬇️⬇️"
## 
## [[634]]
## [1] "uponreason: SALE - Orange OR15H 15W Guitar Valve Amplifier Head - Official Orange Cover https://t.co/DmsEtZnnj8 #england… https://t.co/bYIWZL69DB"
## 
## [[635]]
## [1] "mathllnd: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[636]]
## [1] "HackwithFred: Snapchat? Twitter? Instagram? Facebook? WhatsApp??\nText me now for Snapchat account hack  guaranteed #snap… https://t.co/wmFPZa6aW2"
## 
## [[637]]
## [1] "hrtspandas: i just want the little icon  #SpotifyWrapped"
## 
## [[638]]
## [1] "yoongurtmoon: I predict my most played song will be [paradise by @BTS_twt] #SpotifyWrapped"
## 
## [[639]]
## [1] "focusonbts__: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[640]]
## [1] "Quapsins: I predict my most played song will be [Ghost - Nelward] #SpotifyWrapped"
## 
## [[641]]
## [1] "auditoraddict: i predict my top artist will be [Mitski] #SpotifyWrapped \n\nbecause yk"
## 
## [[642]]
## [1] "focusonbts__: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[643]]
## [1] "humancallum: I predict my top artist will be Red Velvet (las pasteles mis ídolas) #SpotifyWrapped"
## 
## [[644]]
## [1] "Bidoofisgod3: I predict my top artist will be Queen (the band not the dead lady) #SpotifyWrapped"
## 
## [[645]]
## [1] "focusonbts__: I predict my most played song will be RUN BTS #SpotifyWrapped"
## 
## [[646]]
## [1] "shesamerihann: I predict my most played song will be Music For a Sushi Restaurant by Harry Styles #SpotifyWrapped"
## 
## [[647]]
## [1] "haddadwlt74: Sorry I Tooted, It Came Out Of My Brass shirt:\n#DominosCyberMonday #Ronaldo #Uruguay\n#HughFreeze #GivingTuesday… https://t.co/BdEXQlNYbE"
## 
## [[648]]
## [1] "TheAmericoSousa: I predict my top genre will be Christian Rock #SpotifyWrapped"
## 
## [[649]]
## [1] "NatiRivers: @Megasnooop #SpotifyWrapped yearly tradition"
## 
## [[650]]
## [1] "BRlGHTESTBLUE: #SpotifyWrapped  CMONNN WHERE ARE YOU https://t.co/6SFrNoIMFB"
## 
## [[651]]
## [1] "humancallum: I predict my top genre will be Kpop (es que si, rolas hay) #SpotifyWrapped"
## 
## [[652]]
## [1] "Bidoofisgod3: I predict my most played song will be bohemian rhapsody #SpotifyWrapped"
## 
## [[653]]
## [1] "pettytrashmouth: I predict my most played song will be something from hsmtmts im not even kidding #SpotifyWrapped"
## 
## [[654]]
## [1] "MandieIRL: I predict my top genre will be [either French pop or the normal pop punk] #SpotifyWrapped"
## 
## [[655]]
## [1] "yokiothesquid: I predict my most played song will be \"Love Will Tear Us Apart\" by Joy Division #SpotifyWrapped"
## 
## [[656]]
## [1] "IsheBarry: I will setup your gohighlevel website cobiro website reireply sales funnel https://t.co/ZrBeboyDf5\n#Apple… https://t.co/JlzBL5u85u"
## 
## [[657]]
## [1] "itsemmaella: I predict my top podcast will be [one of the ASMR podcasts I listen to before bed; or Jane Austen’s Persuasion] #SpotifyWrapped"
## 
## [[658]]
## [1] "Rhi5SOS: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[659]]
## [1] "Raulgz93: I predict my most played song will be EN EL COCHE - @Aitanax  #SpotifyWrapped"
## 
## [[660]]
## [1] "humancallum: I predict my most played song will be GWSN - Night Aviation (The Interpretation of Dreams) (La misma del año pasado… https://t.co/v7dqtpXQR9"
## 
## [[661]]
## [1] "kms_kali: I predict my top artist will be T Swizzle duhhhh #SpotifyWrapped"
## 
## [[662]]
## [1] "getphysicool: I predict my most played song will be [Cold Heart Remix] #SpotifyWrapped https://t.co/Ha9qD0DYdW"
## 
## [[663]]
## [1] "HackwithFred: Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/Wr5BA9TIWI"
## 
## [[664]]
## [1] "lovesartists3: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[665]]
## [1] "lovesartists3: I predict my most played song will be Anti Hero #SpotifyWrapped"
## 
## [[666]]
## [1] "LarsonEvans: replying to this with #SpotifyWrapped because imagine it gets more traction. would be a bit funny that. hilarious actually"
## 
## [[667]]
## [1] "TheAmericoSousa: I predict my top podcast will be Hotel #SpotifyWrapped"
## 
## [[668]]
## [1] "temProudPeasant: Is this how we teach our kids how to love and accept themselves? Objectifying the body sexually is unhealthy and is… https://t.co/TUo0lmbZq0"
## 
## [[669]]
## [1] "Zenon56140617: I predict my most played song will be sdp interlude #SpotifyWrapped"
## 
## [[670]]
## [1] "getphysicool: I predict my top podcast will be [At Your Service @service95 ] #SpotifyWrapped https://t.co/ySrQ1JHN2K"
## 
## [[671]]
## [1] "loreG_0404: I predict my top artist will be bad bunny as always #SpotifyWrapped"
## 
## [[672]]
## [1] "MandieIRL: I predict my top artist will be [Demi Lovato?] Her newest album is really good ok #SpotifyWrapped"
## 
## [[673]]
## [1] "TheAmericoSousa: I predict my top artist will be Skillet #SpotifyWrapped"
## 
## [[674]]
## [1] "ralauw: I predict my most played song will be Don’t You Forget by @LouisYorkMusic #SpotifyWrapped"
## 
## [[675]]
## [1] "tiredjean: I predict my top artist will be @fayewebsters #SpotifyWrapped"
## 
## [[676]]
## [1] "itsemmaella: I predict my top artist will be [I have no confidence in this one but potentially MW or TS] #SpotifyWrapped"
## 
## [[677]]
## [1] "loreG_0404: I predict my top genre will be reggaeton #SpotifyWrapped"
## 
## [[678]]
## [1] "_KingKole: Cognac\n #Atlanta #SpotifyWrapped #BatonRouge #BayouClassic https://t.co/9qr7kgi4is"
## 
## [[679]]
## [1] "al_squared99: i already know what’s coming 😭 #SpotifyWrapped https://t.co/H9rF9q6HZm"
## 
## [[680]]
## [1] "TheAmericoSousa: I predict my most played song will be Standing in the Storm #SpotifyWrapped"
## 
## [[681]]
## [1] "Jaeighgallagher: So proud of my #baeighs 🖤 I love you all. #jaeighgallagher #streammymusic #indiemusic #13kstreams #forthebest… https://t.co/TlhjRDuTfq"
## 
## [[682]]
## [1] "kaedecrochet: mines is going to be Paris hilton and glee, I feel it in my bones\n#SpotifyWrapped"
## 
## [[683]]
## [1] "Chor_les: I predict my top podcast will be [Joe Rogan Podcast] #SpotifyWrapped"
## 
## [[684]]
## [1] "Rhi5SOS: I predict my most played song will be Me Myself &amp; i by @5SOS #SpotifyWrapped"
## 
## [[685]]
## [1] "getphysicool: I predict my top artist will be Dua Lipa or Taylor Swift #SpotifyWrapped"
## 
## [[686]]
## [1] "blackghoulette: why the FUCK is #SpotifyWrapped trending"
## 
## [[687]]
## [1] "KAIAXGIFFORD: I predict my top artist will be @Santandave1 #SpotifyWrapped"
## 
## [[688]]
## [1] "tiredjean: I predict my most played song will be Atlanta or Room Temp by Faye Webster #SpotifyWrapped"
## 
## [[689]]
## [1] "Chor_les: I predict my top artist will be [Slipkot] #SpotifyWrapped"
## 
## [[690]]
## [1] "krimmydawg: me seeing the same 5 artists on my spotify wrapped that are there every year…. #SpotifyWrapped https://t.co/gJlMvQKwnF"
## 
## [[691]]
## [1] "elfeliebhaber: I predict my top artist will be 5sos 🙏🙏🙏🙏🙏🙏 #SpotifyWrapped"
## 
## [[692]]
## [1] "Seraa: I predict my top podcast will be #Archetypes🤞(in my defence if it isn’t, the podcast only came in August 2022 &amp; I’d… https://t.co/c6XCgRV6dQ"
## 
## [[693]]
## [1] "KAIAXGIFFORD: I predict my top genre will be rap/ hip hop #SpotifyWrapped"
## 
## [[694]]
## [1] "remb_16: I predict my most played song will be spin by @sawyernunes #SpotifyWrapped"
## 
## [[695]]
## [1] "MandieIRL: I predict my most played song will be [World's Smallest Violin, AJR] #SpotifyWrapped"
## 
## [[696]]
## [1] "ilem_ilem3: Hypoglycemia (low blood sugar) is worse than hyperglycemia (high blood sugar) eventho both can lead to devastating… https://t.co/ulpJ9qhn06"
## 
## [[697]]
## [1] "KayPopKraze: I predict my top artist will be EXO #SpotifyWrapped https://t.co/GEVMgpZ7Cn"
## 
## [[698]]
## [1] "elfeliebhaber: I predict my top genre will be pop LMAO #SpotifyWrapped"
## 
## [[699]]
## [1] "CA_Cart28: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[700]]
## [1] "itsemmaella: I predict my top genre will be Country or Contemporary Country (again)\n#SpotifyWrapped"
## 
## [[701]]
## [1] "getphysicool: I predict my top genre will be [Pop] #SpotifyWrapped https://t.co/xaHrCS2I2Q"
## 
## [[702]]
## [1] "elfeliebhaber: I predict my most played song will be  you don't go to parties by 5sos 🙏 #SpotifyWrapped"
## 
## [[703]]
## [1] "KAIAXGIFFORD: I predict my most played song will be Last Last by Burna Boy  #SpotifyWrapped"
## 
## [[704]]
## [1] "single4tay: I predict my most played song will be “All Too Well (Taylor’s Version) (Ten Minutes Version) (From The Vault)” #SpotifyWrapped"
## 
## [[705]]
## [1] "mrlouque75: I predict my top artist will be @ladygaga #SpotifyWrapped"
## 
## [[706]]
## [1] "POVPODCAST_: 🔥WHAT WOULD YOU RATE THIS EPISODE?!🔥 #SpotifyWrapped #FIFAWorldCupQatar2022 #RedVelvet #spotifypodcasts #podcast… https://t.co/qDz59Df0ue"
## 
## [[707]]
## [1] "lanarose_r1: i want my spotify wrapped so bad #SpotifyWrapped"
## 
## [[708]]
## [1] "YoBoyOatmeal: I predict my top podcast will be nah #SpotifyWrapped"
## 
## [[709]]
## [1] "nicolagrxce: I predict my most played song will be Love is a Game by Adele #SpotifyWrapped"
## 
## [[710]]
## [1] "SYMB1988: @Freeethon To the moon #SpotifyWrapped #kudus #Dame Deborah James"
## 
## [[711]]
## [1] "YoBoyOatmeal: I predict my top artist will be Lorde 😏#SpotifyWrapped"
## 
## [[712]]
## [1] "KayPopKraze: I predict my top genre will be k-pop #SpotifyWrapped https://t.co/TMSHH3D5zB"
## 
## [[713]]
## [1] "TheChrisRand: I predict my top artist will be [Ariana Grande] #SpotifyWrapped"
## 
## [[714]]
## [1] "YoBoyOatmeal: I predict my top genre will be POP BABYYYYYY WOOOO #SpotifyWrapped"
## 
## [[715]]
## [1] "itsemmaella: I predict my most played song will be \nThis Bar \n#SpotifyWrapped"
## 
## [[716]]
## [1] "Chaos__Idiot: I predict my most played song will be Tot musica by ado. I played that way to many times #SpotifyWrapped"
## 
## [[717]]
## [1] "MinaACypert: next couple of days. \n\nThank you in advance!!\n\n#viral #Trending #SpotifyWrapped #community #blog #blogger"
## 
## [[718]]
## [1] "YoBoyOatmeal: I predict my most played song will be live and let die by Paul McCartney  #SpotifyWrapped"
## 
## [[719]]
## [1] "rean_angelo: Excited for #SpotifyWrapped as my free annual mental health report 😍"
## 
## [[720]]
## [1] "FromNazWithLove: I predict my top genre will be #Afrobeats - #SpotifyWrapped"
## 
## [[721]]
## [1] "mine_m0nster: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie"
## 
## [[722]]
## [1] "jamiestelling: I predict my most played song will be 'Witching Hour' #SpotifyWrapped  by In This Moment  lol"
## 
## [[723]]
## [1] "KayPopKraze: I predict my most played song will be BTBT by B.I  #SpotifyWrapped https://t.co/Fb9W052qGI"
## 
## [[724]]
## [1] "txm_mybeloved: i predict my most played song will be any deftones song #SpotifyWrapped"
## 
## [[725]]
## [1] "mine_m0nster: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped hail satan podcast lol"
## 
## [[726]]
## [1] "solacedusoleil: I predict my top artist will be Beyoncé #SpotifyWrapped"
## 
## [[727]]
## [1] "Wilbah_4057: I predict my top podcast will be MORBIDDDDD (Morbid: A true crime podcast) #SpotifyWrapped"
## 
## [[728]]
## [1] "fredrickwass: Bitcoin oscillates in an upwards fashion, always setting a new hi-low. \n\nThat's it, no need to make theories up.… https://t.co/ktyYE2yXuq"
## 
## [[729]]
## [1] "kmskenzz: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nits gonna be whatever drakes genre… https://t.co/cr3BKaLClZ"
## 
## [[730]]
## [1] "emperor_svc: My @Spotify Wrapped is approved! Happy New Year. 🙏🏻🙌🏻🎉🍾🥂\n\n#SpotifyWrapped"
## 
## [[731]]
## [1] "summer_0_d: I predict my top podcast will be duolingo french @duolingo  #SpotifyWrapped"
## 
## [[732]]
## [1] "Wilbah_4057: I predict my top artist will be LOVEJOY. #SpotifyWrapped"
## 
## [[733]]
## [1] "guessurallmine: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[734]]
## [1] "MelAnnGro: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[735]]
## [1] "itzlyssa_xo: I predict my top podcast will be anything goes with emma chamberlain #SpotifyWrapped"
## 
## [[736]]
## [1] "SkylersRevenge: I predict my top podcast will be Nick and Charlie by Alice Oseman #SpotifyWrapped"
## 
## [[737]]
## [1] "arthurguim: I predict my top artist will be @ladygaga #SpotifyWrapped"
## 
## [[738]]
## [1] "guessurallmine: I predict my most played song will be as it was by harry styles #SpotifyWrapped"
## 
## [[739]]
## [1] "Wilbah_4057: I predict my top genre will be it’s either going to be dreamsmp or rock- #SpotifyWrapped"
## 
## [[740]]
## [1] "Viviennehyene: I swear to fucking god if my top podcast is the Grapes of Wrath im going to kill myself #SpotifyWrapped"
## 
## [[741]]
## [1] "summer_0_d: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[742]]
## [1] "Ridhogrowinup: #SpotifyWrapped Is a measurement to show how hipster you are; and I can’t wait to get mine.\nBliss #1"
## 
## [[743]]
## [1] "KayleighForde1: I predict my top podcast will be Crime Junkie #SpotifyWrapped"
## 
## [[744]]
## [1] "Wilbah_4057: I predict my most played song will be The Fall by Lovejoy 🫡 #SpotifyWrapped"
## 
## [[745]]
## [1] "SkylersRevenge: I predict my top artist will be Steve Lacy #SpotifyWrapped"
## 
## [[746]]
## [1] "ShanChan_37: I predict my top podcast will be #archetypesonspotify #SpotifyWrapped"
## 
## [[747]]
## [1] "stimk33: I predict my most played song will be All Too Well 10 Minute Version. #SpotifyWrapped"
## 
## [[748]]
## [1] "sarah_12605: I predict my top artist will be [fill in top artist prediction] harry styles fr #SpotifyWrapped"
## 
## [[749]]
## [1] "GustaveDeresse: Also... no #SpotifyWrapped    for me. Though I wonder if #YouTube does something similar— I haven't been paying pro… https://t.co/6ZEjiYFLiB"
## 
## [[750]]
## [1] "Mark_Hanson17: @CFBPlayoff do the right thing and put Ohio State in the playoff!!!!! #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/kXAufI6y9r"
## 
## [[751]]
## [1] "QuotesfromtheP: “You will earn the respect of all men if you begin by earning the respect of yourself.”\n-Musonius Rufus… https://t.co/trKtmGoqF8"
## 
## [[752]]
## [1] "sarah_12605: I predict my top genre will be [fill in top genre prediction] is pop #SpotifyWrapped"
## 
## [[753]]
## [1] "KayleighForde1: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[754]]
## [1] "fixed_surebet: SPORT BETTING IS THE FASTEST WAYS OF MAKE MONEY AND IT ALSO THE FASTEST WAY TO LOOSE ALL YOUR MONEY ONLY IF YOU CHO… https://t.co/dJETwpypF2"
## 
## [[755]]
## [1] "summer_0_d: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[756]]
## [1] "sarah_12605: I predict my most played song will be [fill in top song prediction] id either harry styles, taylor swift, or one direction #SpotifyWrapped"
## 
## [[757]]
## [1] "senkozuu: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[758]]
## [1] "SkylersRevenge: I predict my top genre will be Indie Rock #SpotifyWrapped"
## 
## [[759]]
## [1] "otbjules: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[760]]
## [1] "solacedusoleil: I predict my top podcast will be WIRED Science #SpotifyWrapped"
## 
## [[761]]
## [1] "KayleighForde1: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[762]]
## [1] "1905steven: I predict my top podcast will be [50+2] #SpotifyWrapped"
## 
## [[763]]
## [1] "summer_0_d: I predict my most played song will be there better be a mirror ball #SpotifyWrapped"
## 
## [[764]]
## [1] "otbjules: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[765]]
## [1] "AvishaiLindenb1: I predict my most played song will be Bad Romance by Lady Gaga #SpotifyWrapped"
## 
## [[766]]
## [1] "jesse_gambrah: I predict my top artist will be [Black sherif 😌🤞🏻] #SpotifyWrapped"
## 
## [[767]]
## [1] "1905steven: I predict my top artist will be [Travis Scott] #SpotifyWrapped"
## 
## [[768]]
## [1] "LulRedZazi: I need some i miss you, I love you, I’m sorry money. 😩😩\n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #FYP"
## 
## [[769]]
## [1] "_ANOBRAIN: I predict my most played song will be Wintering #SpotifyWrapped"
## 
## [[770]]
## [1] "KayleighForde1: I predict my most played song will be Music For a Sushi Restaurant - Harry Styles #SpotifyWrapped"
## 
## [[771]]
## [1] "sgfgmilf: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[772]]
## [1] "1905steven: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[773]]
## [1] "satelliites: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[774]]
## [1] "AvishaiLindenb1: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[775]]
## [1] "iblamedrake: I predict my most played song will be Demons by drake #SpotifyWrapped https://t.co/fxTf3yhbwu"
## 
## [[776]]
## [1] "sogoldencarli: I predict my top genre will be indie rock or something w indie in it hehehe #SpotifyWrapped"
## 
## [[777]]
## [1] "sgfgmilf: I predict my most played song will be Drive #SpotifyWrapped"
## 
## [[778]]
## [1] "summer_0_d: Spotify just tagged me on twitter, wow... #SpotifyWrapped \nThe predictions are arctic monkeys, a lot of italian mus… https://t.co/xEnA8IMemM"
## 
## [[779]]
## [1] "AvishaiLindenb1: I predict my top artist will be Taylor Swift, Lady Gaga, or Camila Cabello. #SpotifyWrapped"
## 
## [[780]]
## [1] "1905steven: I predict my most played song will be [Kendrick Lamar - N95] #SpotifyWrapped"
## 
## [[781]]
## [1] "Unknoxnn__: I predict my top artist will be [unotheactivist] #SpotifyWrapped"
## 
## [[782]]
## [1] "satelliites: I predict my most played song will be Love My Way #SpotifyWrapped"
## 
## [[783]]
## [1] "otbjules: I predict my most played song will be Only The Brave #SpotifyWrapped"
## 
## [[784]]
## [1] "flxnt_: Please please please do something like #SpotifyWrapped I need to see how much I lost this year @phantom"
## 
## [[785]]
## [1] "esanghelo: I predict my most played song will be Easy on Me  or Hold my Hand #SpotifyWrapped"
## 
## [[786]]
## [1] "wibblytoes: guys it’s official i am famous i have one whole follower! i have grown my family, time to get the chop!… https://t.co/hyGurPVC0U"
## 
## [[787]]
## [1] "pugsly6338: I know my top artist will be either  wumpscut or @walkthemoon for the third year in a row... fourth year... i have… https://t.co/cSQoSe0d4k"
## 
## [[788]]
## [1] "Unknoxnn__: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[789]]
## [1] "gh0stinthewaIIs: I predict my top genre will be indie or alternative 😟 #SpotifyWrapped"
## 
## [[790]]
## [1] "Unknoxnn__: I predict my most played song will be [met gala by vjacob] #SpotifyWrapped"
## 
## [[791]]
## [1] "radiodreading: I predict my top artist will be Muse or Centimillimental #SpotifyWrapped"
## 
## [[792]]
## [1] "AvishaiLindenb1: I predict my top podcast will be @KimKardashian's The System #SpotifyWrapped"
## 
## [[793]]
## [1] "NintendoCuber: I predict my top artist will be @paradisefears Best band of all time! #SpotifyWrapped"
## 
## [[794]]
## [1] "NeonBLK3: CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsvftY"
## 
## [[795]]
## [1] "Swiftie_jazzy: I predict my top artist will be @taylorswift13  100% #SpotifyWrapped"
## 
## [[796]]
## [1] "fixed_surebet: I DONT DO PAY AFTER SERVICES BECAUSE I KNOW THE VALUE OF MY GAME*. \n\nIf you dont have the money for fixed games don… https://t.co/BvAyewe9o9"
## 
## [[797]]
## [1] "B1ngusB: Honestly, my song prolly finna be this, Ill have it on loop and forget ab it 😭#SpotifyWrapped https://t.co/G2XMCoCshb"
## 
## [[798]]
## [1] "thederpymanboii: I predict my top artist will be Hyper Potions #SpotifyWrapped"
## 
## [[799]]
## [1] "HackwithFred: Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/7MwnKk6oSv"
## 
## [[800]]
## [1] "DaBacon7: BUY TWO GET ONE FREE OFF ENTIRE SITE THROUGH FRIDAY ONLY!! Go shop today @creations_label 🔥🔥❤️❤️ FOLLOW LIKE COMMEN… https://t.co/UDaeX6oGB2"
## 
## [[801]]
## [1] "stewperb: I just knowww Let’s Get It will be on my #SpotifyWrapped"
## 
## [[802]]
## [1] "DJNPR04: This Is My First #SpotifyWrapped 😄 🤩 https://t.co/H5yNb3CyWs https://t.co/6oPtFniqOp"
## 
## [[803]]
## [1] "Wirehead2000: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[804]]
## [1] "Swiftie_jazzy: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[805]]
## [1] "cosmic_loser_: I predict my most played song will be [Saviour Complex - Phoebe Bridgers] #SpotifyWrapped"
## 
## [[806]]
## [1] "Swiftie_jazzy: I predict my most played song will be gorgeous by Taylor swift #SpotifyWrapped"
## 
## [[807]]
## [1] "sayylem: I predict my top artist will be my chemical romance like let’s be serious #SpotifyWrapped"
## 
## [[808]]
## [1] "meatloaf369296: I predict my top artist will 100% be [arctic monkeys] #SpotifyWrapped"
## 
## [[809]]
## [1] "yeahhhN1ghtfall: I predict my top podcast will be Impaulsive #SpotifyWrapped"
## 
## [[810]]
## [1] "VivaLaSasha: I predict my top podcast will be …@RingerVerse House of R, no doubt. It has been a beautiful year with Mal &amp; Jo 💚 #SpotifyWrapped"
## 
## [[811]]
## [1] "ANGShots: I predict my top artist will be 6LACK (@6LACK) #SpotifyWrapped"
## 
## [[812]]
## [1] "yeahhhN1ghtfall: I predict my top artist will be baby keem #SpotifyWrapped"
## 
## [[813]]
## [1] "juschase: My everything entrepreneur on music and merch support #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/fMboVUmbuK"
## 
## [[814]]
## [1] "Dinnymuthoni: Perfect summary of the day …\nRoad trip / photo shoot 🏁📍\n\n#roadtrip #SpotifyWrapped #StarAcademy #Indigo #ImACeleb… https://t.co/dB1itu3Fu8"
## 
## [[815]]
## [1] "miscmartyrdom: I predict my top artist will be CORPSE #SpotifyWrapped"
## 
## [[816]]
## [1] "HackwithFred: Am available Inbox now for help and guide on how to recover your Account\n#hacking #hacked #facebookdown #whatsapp… https://t.co/GEg8hXsYlY"
## 
## [[817]]
## [1] "yeahhhN1ghtfall: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[818]]
## [1] "seaneneh: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[819]]
## [1] "EliteDaily: Here’s how to get your @Spotify Instafest concert lineup so you can start daydreaming about your ideal festival. 🎡… https://t.co/ElWINUoK0p"
## 
## [[820]]
## [1] "skzjuicyboi: I predict my top artist will be BTS and if i’m wrong then dethrone me as an army #SpotifyWrapped"
## 
## [[821]]
## [1] "Gracie_Days: I predict my top genre will be probably modern rock ! #SpotifyWrapped https://t.co/fRkTfzCGEZ"
## 
## [[822]]
## [1] "yeahhhN1ghtfall: I predict my most played song will be honest by baby keem #SpotifyWrapped"
## 
## [[823]]
## [1] "phantom9073: I predict my most played song will be Bloody Valentine #SpotifyWrapped"
## 
## [[824]]
## [1] "FromNazWithLove: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nBuga (Lo Lo Lo ) by… https://t.co/YHMbopR15k"
## 
## [[825]]
## [1] "Smt1Drelated: I predict my top podcast will be...\nthe one i listen to while reading that talk ab greek mythology but i can't reme… https://t.co/E6YeY81VaH"
## 
## [[826]]
## [1] "Smt1Drelated: I predict my top artist will be...\neither Taylor or Louis \n#SpotifyWrapped"
## 
## [[827]]
## [1] "7kquaso: Did this Better than Sheamus 🔥 #SpotifyWrapped https://t.co/vu742dG5Il"
## 
## [[828]]
## [1] "Smt1Drelated: I predict my top genre will be pop \n#SpotifyWrapped"
## 
## [[829]]
## [1] "Smt1Drelated: I predict my most played song will be...\ni think maybe ready for it? or some onder reputation song #SpotifyWrapped"
## 
## [[830]]
## [1] "beyondjikook: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[831]]
## [1] "Ohok20160600: I predict my top genre will be music for people who get no bitches #SpotifyWrapped"
## 
## [[832]]
## [1] "Marc53295108: GIVE US SPIDER-MAN 4! #SpiderMan4 #SpotifyWrapped https://t.co/lRQRGZvjKm"
## 
## [[833]]
## [1] "vaishnavi_ot7: According to the Scotsman Spotify stopped collection our data on 30th October....and dreamers was released on 20th… https://t.co/V3AIxDCnQ1"
## 
## [[834]]
## [1] "luksidee: My 2 years old daughter said \"hey Google play baby shark\" Google now played something else 😂 , my daughter then tol… https://t.co/97Lv8VvC7u"
## 
## [[835]]
## [1] "beyondjikook: I predict my most played song will be 2 minus 1\n#SpotifyWrapped"
## 
## [[836]]
## [1] "solacedusoleil: I predict my most played song will be CUFF IT #SpotifyWrapped"
## 
## [[837]]
## [1] "perfectlycosmic: I predict my top podcast will be #ArchetypesWithMeghan \n#SpotifyWrapped"
## 
## [[838]]
## [1] "EARLYHOOKUP: I predict my top artist will be Beyonce #SpotifyWrapped"
## 
## [[839]]
## [1] "basil067: Ask @nike @Jumpman23 about the Covington connection.1985 changed the shoe game and history \n\n#nikeairmax #nike… https://t.co/pJJBW1QcR1"
## 
## [[840]]
## [1] "NeonBLK3: CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsNoI6"
## 
## [[841]]
## [1] "enzomarajjjjj: I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped"
## 
## [[842]]
## [1] "liquorsquick: I predict my top podcast will be nothing #SpotifyWrapped"
## 
## [[843]]
## [1] "KOTORevan93: I predict my most played song this year will be “I Still Believe You’re Good” by @newsboys #SpotifyWrapped"
## 
## [[844]]
## [1] "FlooQuill194: I predict my top artist will be @xtina #SpotifyWrapped"
## 
## [[845]]
## [1] "urbooye: Can’t wait for #SpotifyWrapped to call me a fag 5 times"
## 
## [[846]]
## [1] "facelessGh0stly: I predict my most played song will be Shinunoga E-Wa #SpotifyWrapped"
## 
## [[847]]
## [1] "enzomarajjjjj: I predict my top artist will be [Nicki Minaj] #SpotifyWrapped"
## 
## [[848]]
## [1] "FlooQuill194: I predict my top genre will be Latin Pop #SpotifyWrapped"
## 
## [[849]]
## [1] "BorowikMateusz: I predict my most played song will be \"Koszulka\" #SpotifyWrapped"
## 
## [[850]]
## [1] "Phoenix96278002: I predict my top genre will be Pop. I know it is. I know it. Or indie something.\n#SpotifyWrapped"
## 
## [[851]]
## [1] "BxbaTea4: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI think since I saw Vienna was… https://t.co/LNAYibecXz"
## 
## [[852]]
## [1] "thunderousknigh: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[853]]
## [1] "TheSophiaAlexis: I predict my top artist will be [@bigtimerush ] #SpotifyWrapped #BTRParalyzed #13YearsOfBigTimeRush"
## 
## [[854]]
## [1] "enzomarajjjjj: I predict my top genre will be [DanceHall] #SpotifyWrapped"
## 
## [[855]]
## [1] "FlooQuill194: I predict my most played song will be Me Porto Bonito by Bad Bunny #SpotifyWrapped"
## 
## [[856]]
## [1] "enzomarajjjjj: I predict my most played song will be [Do We Have A Problem?] #SpotifyWrapped"
## 
## [[857]]
## [1] "CH8KED: I will make my #SpotifyWrapped my personality trait and I don't care"
## 
## [[858]]
## [1] "BxbaTea4: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nIndie but let’s hope it’s not what I think it is 💀"
## 
## [[859]]
## [1] "JrHyun_soft: I predict my most played song will be LOVE DIVE by IVE #SpotifyWrapped"
## 
## [[860]]
## [1] "420laura69: I predict my most played song will be [something by Phoebe ] #SpotifyWrapped"
## 
## [[861]]
## [1] "mbab_2001: I predict my top artist will be [💜 @BTS_twt 💜] #SpotifyWrapped #SpotifyWrapped2022 #Spotify #BTS #BTSARMY #ARMY"
## 
## [[862]]
## [1] "crypto_gold_XX: Upcoming twitter space don’t forget ❤️ #SpotifyWrapped #btc #Etherium #shibainu #shib #memecoin #altcoin… https://t.co/PJXjPe9ncE"
## 
## [[863]]
## [1] "BxbaTea4: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I don’t know lol"
## 
## [[864]]
## [1] "B505Matt: New youtube video out now \n\nhttps://t.co/E3xS9XDQD2\n\n#SpotifyWrapped #ContentCreator #FIFAWorldCupQatar2022… https://t.co/LzROARac5D"
## 
## [[865]]
## [1] "MarajStarships: I predict my top artist will be [@nickiminaj] #SpotifyWrapped"
## 
## [[866]]
## [1] "BxbaTea4: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I don’t know actually probably LoveJoy"
## 
## [[867]]
## [1] "WeMadeItOut: I predict my top podcast will be The Sleepy Bookshelf #SpotifyWrapped"
## 
## [[868]]
## [1] "the_new_wavee: Read more about what I did wrong and right in my blog post! #indiemusic #music #pop #Spotify #SpotifyWrapped… https://t.co/hSlVGCWBZb"
## 
## [[869]]
## [1] "_elladenicola: I predict my top artist will be  Harry Styles #SpotifyWrapped"
## 
## [[870]]
## [1] "fixed_surebet: This channel we don’t say what we can’t do, so if you know you are here to recover all you have lost, better go for… https://t.co/I5Ny2snFC8"
## 
## [[871]]
## [1] "mbab_2001: I predict my top genre will be [#KPOP] #SpotifyWrapped #SpotifyWrapped2022 #Spotify"
## 
## [[872]]
## [1] "420laura69: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[873]]
## [1] "_elladenicola: I predict my most played song will be Little Freak #SpotifyWrapped"
## 
## [[874]]
## [1] "SmokedSalt: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Archetype #ArchetypewithMeghan"
## 
## [[875]]
## [1] "420laura69: I predict my top artist will be [the beatles ?] #SpotifyWrapped"
## 
## [[876]]
## [1] "button401: I predict my top podcast will be Archetypes #SpotifyWrapped"
## 
## [[877]]
## [1] "sojuspplr: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[878]]
## [1] "StephensVlogsYT: I predict my top genre will be [Grime] #SpotifyWrapped"
## 
## [[879]]
## [1] "mbab_2001: I predict my most played song will be [#RunBTS by @BTS_twt] #SpotifyWrapped #SpotifyWrapped2022 #Spotify"
## 
## [[880]]
## [1] "JackAegon: Really need to work on my self😵‍💫 #SpotifyWrapped #Depresion #BNB #Cryptocurency"
## 
## [[881]]
## [1] "sojuspplr: I predict my top artist will be One Direction or Stray Kids #SpotifyWrapped"
## 
## [[882]]
## [1] "MayorSilent: Just got my #SpotifyWrapped from #silenthill \n\nI'd go to this fest if they have a first aid tent! https://t.co/jax9fhH3dK"
## 
## [[883]]
## [1] "ionfwthissocial: I predict my top podcast will be What's Good #SpotifyWrapped"
## 
## [[884]]
## [1] "AheadfullofBTS: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[885]]
## [1] "ionfwthissocial: I predict my top artist will be Yeat #SpotifyWrapped"
## 
## [[886]]
## [1] "LisRodriguez06: I predict my top genre will be K-POP  #SpotifyWrapped"
## 
## [[887]]
## [1] "jamesmeowrriott: i just want it now pls #SpotifyWrapped"
## 
## [[888]]
## [1] "ionfwthissocial: I predict my top genre will be Hip-Hop #SpotifyWrapped"
## 
## [[889]]
## [1] "foxycasper: I predict my top artist will be the garden #SpotifyWrapped"
## 
## [[890]]
## [1] "KerriOlorcain: Heres mine #instafest #SpotifyWrapped https://t.co/XmvNYT3yad"
## 
## [[891]]
## [1] "AheadfullofBTS: I predict my most played song will be [Black Swan] #SpotifyWrapped"
## 
## [[892]]
## [1] "yeehawnatalie: my #SpotifyWrapped predictions. artist: taylor (duh), genre: dance pop, song: Brother by Madds Buckley (don’t ask),… https://t.co/F0CDVbH6od"
## 
## [[893]]
## [1] "JonnieLamour: Matching energy is why everybody miserable. \n\nYou don't clean dirt with dirt. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #thecontrarian"
## 
## [[894]]
## [1] "ionfwthissocial: I predict my most played song will be Geek High #SpotifyWrapped"
## 
## [[895]]
## [1] "WeMadeItOut: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[896]]
## [1] "ConanSmith96: I predict my top artist will be [Little Mix] #SpotifyWrapped"
## 
## [[897]]
## [1] "let_alpha_write: I predict my top podcast will be @SincerelyAccra  #SpotifyWrapped"
## 
## [[898]]
## [1] "ana_manizales: I predict my most played song will be [little freak by Harry styles]  #SpotifyWrapped"
## 
## [[899]]
## [1] "mybanisters: I predict my most played song will be Arcadia 😭 #SpotifyWrapped"
## 
## [[900]]
## [1] "Dashint0n: Can’t wait to be read by #SpotifyWrapped 🙃🙃🙃"
## 
## [[901]]
## [1] "iced_cilantro: Annual reminder to throw that SZA playlist on repeat to get the baddies to slide up on your #SpotifyWrapped"
## 
## [[902]]
## [1] "WeMadeItOut: I predict my top genre will be 90's Alternative/Indie #SpotifyWrapped"
## 
## [[903]]
## [1] "kendoIlroy: my spotify wrap to me\n\n#SpotifyWrapped \n\nhttps://t.co/J5JdMbZRkr"
## 
## [[904]]
## [1] "ConanSmith96: I predict my most played song will be [Heartbreak Anthem by Little Mix] #SpotifyWrapped"
## 
## [[905]]
## [1] "QViolet_97: The fact that #SpotifyWrapped is trending and it's not even out yet is driving me insane. I just wanna see how a we… https://t.co/d1oenhnhvt"
## 
## [[906]]
## [1] "brvothcantsleep: I predict my top podcast will be [@TheYard] #SpotifyWrapped"
## 
## [[907]]
## [1] "helllyh_: I genuinely don't have a fricking idea about how is going to be my Spotify wrapped. I'm genuinely scared.… https://t.co/i599LBIaBY"
## 
## [[908]]
## [1] "let_alpha_write: I predict my top genre will be Soul #SpotifyWrapped"
## 
## [[909]]
## [1] "frappucinarry: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[910]]
## [1] "STARCL0UDD: A sketch I did of my new oc 🥳\n#illustrationart #SpotifyWrapped https://t.co/XWGT2axFak"
## 
## [[911]]
## [1] "rainberrykmm: I predict my most played song will be Little freak by Harry Styles #SpotifyWrapped"
## 
## [[912]]
## [1] "HannahLovesLIV1: I predict my most played song will be brutal #SpotifyWrapped"
## 
## [[913]]
## [1] "maddiefan2974: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[914]]
## [1] "brvothcantsleep: I predict my top artist will be [Mitski] #SpotifyWrapped"
## 
## [[915]]
## [1] "chaneklix: I predict my top artist will be #StrayKids #SpotifyWrapped"
## 
## [[916]]
## [1] "kaitill_: I predict my top podcast will be @CrimeJunkiePod no questions asked. That podcast keeps me sane while doing stock at work 🤣 #SpotifyWrapped"
## 
## [[917]]
## [1] "brvothcantsleep: I predict my top genre will be [indie rock] #SpotifyWrapped"
## 
## [[918]]
## [1] "rainberrykmm: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[919]]
## [1] "AnthonyBragger: I predict my top artist will be [Paul McCartney ] #SpotifyWrapped"
## 
## [[920]]
## [1] "HannahLovesLIV1: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[921]]
## [1] "Doctor0fTerror: I predict my top artist will be powerwolf or she wants revenge #SpotifyWrapped"
## 
## [[922]]
## [1] "minpjmz: I predict my most played song will be Butter #SpotifyWrapped"
## 
## [[923]]
## [1] "rainberrykmm: I predict my top artist will be Harry Styles  #SpotifyWrapped"
## 
## [[924]]
## [1] "Sav_angel07: I predict my top artist will be 5 seconds of summer #SpotifyWrapped"
## 
## [[925]]
## [1] "chaneklix: I predict my most played song will be Maniac #StrayKids #SpotifyWrapped"
## 
## [[926]]
## [1] "zachisgr8ness: I predict my top artist will be [Juice Drizzy or #FreeSlime ] #SpotifyWrapped"
## 
## [[927]]
## [1] "akaur0: It's almost that time of year! #SpotifyWrapped https://t.co/YKDiGfUQfr"
## 
## [[928]]
## [1] "Ace_Cyber_: Let me help you recover that your Hacked , Instagram, Twitter Pinterest, Gmail, Snapchat etc....\n#facebookdown… https://t.co/3M6g13gKss"
## 
## [[929]]
## [1] "HannahLovesLIV1: I predict my top artist will be Olivia Rodrigo!! #SpotifyWrapped"
## 
## [[930]]
## [1] "Doctor0fTerror: I predict my top podcast will be kasvoton podcast #SpotifyWrapped"
## 
## [[931]]
## [1] "loverofjaya: I predict my top artist will be either taylor swift, harry styles or 5sos #SpotifyWrapped"
## 
## [[932]]
## [1] "zachisgr8ness: I predict my top genre will be [definitely melodic trap, emo trap, alternative trap] #SpotifyWrapped"
## 
## [[933]]
## [1] "caitnottaken: I predict my most played song will be The Way I Loved You by Taylor Swift #SpotifyWrapped"
## 
## [[934]]
## [1] "brvothcantsleep: I predict my most played song will be [First Love / Late Spring - Mitski] #SpotifyWrapped"
## 
## [[935]]
## [1] "the_new_wavee: Read more about my experience in my blog post! \n#indie #music #indieartist #independent #producer #musicpromotion… https://t.co/FgHiyohmGV"
## 
## [[936]]
## [1] "minpjmz: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[937]]
## [1] "chatterboxnat: I predict my top podcast will be [woman evolve podcast] #SpotifyWrapped"
## 
## [[938]]
## [1] "zachisgr8ness: I predict my most played song will be [Dirty Soda by Juice Wrld] prolly #SpotifyWrapped"
## 
## [[939]]
## [1] "talkativetess: I predict my most played song will be Hippo in the Water by Mom Jeans @momjeansca #SpotifyWrapped"
## 
## [[940]]
## [1] "minpjmz: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[941]]
## [1] "robot_rocker: I predict my top podcast will be something nuts about prepping for the apocalypse #SpotifyWrapped"
## 
## [[942]]
## [1] "kerry_marie17: I predict my most played song will be Taylor Swift #SpotifyWrapped"
## 
## [[943]]
## [1] "minpjmz: I predict my top podcast will be The Fellas Podcast #SpotifyWrapped"
## 
## [[944]]
## [1] "romanadebruyne: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[945]]
## [1] "etherialf4iry: #SpotifyWrapped gotta come NIW im going crazy"
## 
## [[946]]
## [1] "MrsGabbyGecko: I predict my most played song will be Skin of Your Teeth Demi Lovato?? #SpotifyWrapped"
## 
## [[947]]
## [1] "slmanbero: Furinno Turn-S-Tube 3-Tier Compact Multipurpose Shelf Display Rack with Square Tube, Columbia Walnut/Black… https://t.co/NSnPz4Ti6F"
## 
## [[948]]
## [1] "atb__william: My #SpotifyWrapped top song stepping up to accept her crown: https://t.co/HjzsyiF6w9 https://t.co/6HBnII5PXa"
## 
## [[949]]
## [1] "Brandy_Sade: I predict my top artist will be Ari Lennox #SpotifyWrapped"
## 
## [[950]]
## [1] "havingIived: I predict my top podcast will be [fill in top podcast prediction] i dont listen to podcasts im not a nerd #SpotifyWrapped"
## 
## [[951]]
## [1] "bwtchdmbdyasoul: I predict my top genre will be indie pop #SpotifyWrapped"
## 
## [[952]]
## [1] "LyndaN: I predict my most played song will be Another Lifetime by St. Lucia #SpotifyWrapped \n\nhttps://t.co/OsPbsNBcSS"
## 
## [[953]]
## [1] "yeoreumzzz: CAN THIS STOP TRENDING I KEEP ON GETTING SCARED ITS DROPPED 😭😭 #SpotifyWrapped"
## 
## [[954]]
## [1] "MrsGabbyGecko: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[955]]
## [1] "LIFEWITHNUANCE: I predict my most played song will be Comedy or Oh Bo or Art is Dead or Words, Words, Words\n#SpotifyWrapped\n#1 bo stan"
## 
## [[956]]
## [1] "Jessemckenzie06: I predict my top podcast will be chuckle sandwich #SpotifyWrapped"
## 
## [[957]]
## [1] "SquadRises: I predict my top genre will be Emo #SpotifyWrapped"
## 
## [[958]]
## [1] "Jesse_Jones_92: I predict my most played song will be goosebumps by Travis Scott #SpotifyWrapped"
## 
## [[959]]
## [1] "BaraketZaine: I predict my most played song will be [pipe down by drake] #SpotifyWrapped"
## 
## [[960]]
## [1] "GandalfVRC: I predict my top artist will be [Ozzy Osborne}#SpotifyWrapped"
## 
## [[961]]
## [1] "MrsGabbyGecko: I predict my top artist will be Taylor Swift?? Or Demi Lovato? It’s a toss up. #SpotifyWrapped"
## 
## [[962]]
## [1] "Brandy_Sade: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[963]]
## [1] "klarissaaan: I predict my most played song will be El Apagon by Bad Bunny #SpotifyWrapped"
## 
## [[964]]
## [1] "4unouis: I predict my top artist will be louis tomlinson #SpotifyWrapped"
## 
## [[965]]
## [1] "MrsGabbyGecko: I predict my top podcast will be @newheightshow  #SpotifyWrapped"
## 
## [[966]]
## [1] "Mineko12208: I predict my top artist will be BTS!\n@BTS_twt #SpotifyWrapped"
## 
## [[967]]
## [1] "aethumus: I predict my most played song will be Devil Trigger #SpotifyWrapped"
## 
## [[968]]
## [1] "karanicedric: Your mistakes are temporary. Once you acquire the skill, you’re free forever.\n\n#FIFAWorldCupQatar2022 #Apple… https://t.co/Uv4nOQciZg"
## 
## [[969]]
## [1] "WorthmoreBiz: A good man leaves an Inheritance to the next generation. #NextGeneration #SpotifyWrapped"
## 
## [[970]]
## [1] "Brandy_Sade: I predict my most played song will be [Night Drive by Ari Lennox] #SpotifyWrapped"
## 
## [[971]]
## [1] "HackwithFred: If your Roblox got Hacked inbox now for guide on how to recover your Account\n#hacked #Roblox #5G #Hackingtime… https://t.co/kanpi00zHG"
## 
## [[972]]
## [1] "plutinjordan_23: January 15 the shadow is back #mma #mma2023 \n#SpotifyWrapped #Qatar2022 #harrystylesperu #ufc #UFC283 #ล็อคกี้แฟน… https://t.co/nSfZLuTmTe"
## 
## [[973]]
## [1] "CiscoYork: My #SpotifyWrapped this Friday https://t.co/weugla1YTr"
## 
## [[974]]
## [1] "chatterboxnat: I guarantee my #SpotifyWrapped song will be taboo by sevyn streeter. 😎"
## 
## [[975]]
## [1] "LIFEWITHNUANCE: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[976]]
## [1] "geasylagos: I predict my top artist will be @MacMiller  #SpotifyWrapped"
## 
## [[977]]
## [1] "Mineko12208: I predict my top genre will be R&amp;B/K-R&amp;B.\n#SpotifyWrapped"
## 
## [[978]]
## [1] "charlnorris: me happy to see #SpotifyWrapped trending but realising it hasn’t even been announced yet 💔 https://t.co/5wSAXoroJb"
## 
## [[979]]
## [1] "ghoulia_irl: Tfw u don’t have a Spotify wrapped cuz u stopped using Spotify n only use musi now #SpotifyWrapped https://t.co/svXDkMlFZ4"
## 
## [[980]]
## [1] "LIFEWITHNUANCE: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[981]]
## [1] "MaSSaPowerHour: RRRAP IT UP! (Vinyl Tear Down) by: MaSSa Power 🤩👊\n\n#massapower #DistroKid #Towerofbabelsymphony #HeavyMetal… https://t.co/m1lujeACdO"
## 
## [[982]]
## [1] "Glasgow_Live: #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2M3e1"
## 
## [[983]]
## [1] "belovedcentral: I predict my top artist will be ATEEZ #SpotifyWrapped (expected tbf ngl-)"
## 
## [[984]]
## [1] "AgunobiBethel: CSC | NFTs Beyond Art — Utility &amp; The True Value of NFTs\n\nhttps://t.co/e4sRyE8LRh\n\nReally interested in knowing abo… https://t.co/ry78RI67l5"
## 
## [[985]]
## [1] "aethumus: I predict my top artist will be Graeme Cornies #SpotifyWrapped"
## 
## [[986]]
## [1] "geasylagos: I predict my most played song will be Cracker Island by @gorillaz  #SpotifyWrapped"
## 
## [[987]]
## [1] "t3ddyhyuck66: I predict my top artist will be nct 127 #SpotifyWrapped"
## 
## [[988]]
## [1] "TechnicolorNick: I predict my top podcast will be Chuckle Sandwich #SpotifyWrapped"
## 
## [[989]]
## [1] "letterstoesme: Disturbed #SpotifyWrapped #music https://t.co/MFHAWHw1g9"
## 
## [[990]]
## [1] "Mineko12208: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nTo be honest, I'm not sure hahaha."
## 
## [[991]]
## [1] "ArjooX: I predict my top artist will be Kanye West or MF DOOM #SpotifyWrapped"
## 
## [[992]]
## [1] "taemqa: I predict my top podcast will be [podcasts don’t work in Kazakhstan] #SpotifyWrapped"
## 
## [[993]]
## [1] "ltlivbells: I predict my top artist will be Kanye or Abba  #SpotifyWrapped"
## 
## [[994]]
## [1] "Prissyamor: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[995]]
## [1] "venomaesthetic: I predict my top artist will be Ghost #SpotifyWrapped"
## 
## [[996]]
## [1] "aethumus: I predict my top podcast will be Freaky Folklore #SpotifyWrapped"
## 
## [[997]]
## [1] "ArjooX: I predict my top genre will be hip hop #SpotifyWrapped"
## 
## [[998]]
## [1] "venomaesthetic: I predict my top podcast will be GOONS #SpotifyWrapped"
## 
## [[999]]
## [1] "Prissyamor: I predict my most played song will be Vulture Island by @rob49up #SpotifyWrapped"
## 
## [[1000]]
## [1] "islandboee: Yall still streaming super freaky girl? 👀\n\n#NickiMinaj #SuperFreakyGirl #SpotifyWrapped"
## 
## [[1001]]
## [1] "taemqa: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[1002]]
## [1] "ArjooX: I predict my most played song will be Life of the Party #SpotifyWrapped"
## 
## [[1003]]
## [1] "The0_Capsicle: I predict my top podcast will be 365 days with mxmtoon cause it's the only one I listen to 😭 #SpotifyWrapped"
## 
## [[1004]]
## [1] "45slur: i'm gonna get bullied once spotify wrapped comes out #SpotifyWrapped"
## 
## [[1005]]
## [1] "aethumus: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[1006]]
## [1] "Lian_zhrrr: I predict my most played song will be [illusion by aespa] #aespa #SpotifyWrapped"
## 
## [[1007]]
## [1] "ltlivbells: I predict my most played song will be Devil In A New Dress #SpotifyWrapped"
## 
## [[1008]]
## [1] "kennypowell55: Kenny Ray Powell former Death House Captain at Holmesberg Prison, PA ***... https://t.co/uaNuApc7a3 via @YouTube… https://t.co/TSx0zl15H7"
## 
## [[1009]]
## [1] "taemqa: I predict my top genre will be [K-POP] #SpotifyWrapped"
## 
## [[1010]]
## [1] "HarkomsV: Never stop promoting your store. Drop your URL for promotion. #shopifydesign #dropshipping #SpotifyWrapped… https://t.co/whsveiFA4q"
## 
## [[1011]]
## [1] "havingIived: I predict my top artist will be frank ocean prolly #SpotifyWrapped"
## 
## [[1012]]
## [1] "soundsgoodBOS: @bearsintrees will be wrapping up their U.S. invasion in Somerville next Saturday. Grab tickets to see them at… https://t.co/Br1b1T0Xzl"
## 
## [[1013]]
## [1] "austin_imoru: Somebody should help me out, WHY WOULD RENO DEFEND TINUBU? What kind of game is he playing?\n\nDELETE | CHICAGO | APC… https://t.co/WrqYrydEZx"
## 
## [[1014]]
## [1] "taemqa: I predict my most played song will be [The Astronaut - JIN ] #SpotifyWrapped"
## 
## [[1015]]
## [1] "LEVlTATETHEHYPE: What if @Eminem  put a hit on Mac Miller so that he could be the only known as M&amp;M? Plus that diss by Mac when he s… https://t.co/6v1ezlgqVe"
## 
## [[1016]]
## [1] "AskoDsc: I predict my top genre will be [UrbanPop] #SpotifyWrapped"
## 
## [[1017]]
## [1] "WhoisDenim: I predict my top artist will be Tyler the creator #SpotifyWrapped"
## 
## [[1018]]
## [1] "AnneHe70044514: I predict my top podcast will be Anything Goes #SpotifyWrapped"
## 
## [[1019]]
## [1] "havingIived: I predict my most played song will be self control #SpotifyWrapped"
## 
## [[1020]]
## [1] "_ellielou97: Not okay with the fact that my top song is gonna be Twinkle Twinkle Little Star tbh #SpotifyWrapped"
## 
## [[1021]]
## [1] "venomaesthetic: I predict my most played song will be Cirice by Ghost #SpotifyWrapped"
## 
## [[1022]]
## [1] "finnisajedi: I can’t wait to see how my family mucked up my #SpotifyWrapped 🥲"
## 
## [[1023]]
## [1] "peachyverse: Yes I'm excited but worried about how my mom accidentally using my Spotify on google mini many times will affect my… https://t.co/KXsT5xLE1R"
## 
## [[1024]]
## [1] "kgmtskii: I predict my most played song will be [Future Perfect by ENHYPEN] #SpotifyWrapped"
## 
## [[1025]]
## [1] "AnneHe70044514: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[1026]]
## [1] "beewitc: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1027]]
## [1] "qquinny_: I predict my most played song will be Break From Toronto, This Side of Paradise, or Anti Hero :) #SpotifyWrapped"
## 
## [[1028]]
## [1] "silviaseee: I predict my top podcast will be witchcraft qualcosa  #SpotifyWrapped"
## 
## [[1029]]
## [1] "AnneHe70044514: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1030]]
## [1] "CeasarTowers: Ngl, my #SpotifyWrapped is gonna be a mess, it always is. I have such cringe taste in music but Idc anymore lol\nThi… https://t.co/D4kWAkwaoI"
## 
## [[1031]]
## [1] "Atlantic__Azure: Spotify better not rry it in this year's Wrapped #SpotifyWrapped https://t.co/utBsxmlGUY"
## 
## [[1032]]
## [1] "HalfBloodPJP: #SpotifyWrapped I need to see this asap. 🥹"
## 
## [[1033]]
## [1] "PMercier31: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[1034]]
## [1] "AnneHe70044514: I predict my most played song will be Smoke Slow #SpotifyWrapped"
## 
## [[1035]]
## [1] "xxzoeyxx51: i predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[1036]]
## [1] "hijabigaming: @TtvGamegrinderz @GroundedTheGame Come tune in🫣❤️✨\n\nPlaying Grounded🪲🐝🐞\n#SpotifyWrapped #ContentCreator… https://t.co/m0NeUZIdr2"
## 
## [[1037]]
## [1] "PMercier31: I predict my most played song will be Judas by Fozzy #SpotifyWrapped"
## 
## [[1038]]
## [1] "bubblegumx2020: Here's the longer, first version of Dumptruck, the workout track.\n#edm #workout #SpotifyWrapped https://t.co/iSwOcVXzhS"
## 
## [[1039]]
## [1] "gebrandonkyw: What if people pronounced other store names the same way they pronounced Aldi?\n\nWalmarts\nTargets\nDollars General\nIG… https://t.co/8RMpjzPM9i"
## 
## [[1040]]
## [1] "silviaseee: I predict my top artist will be @PanicAtTheDisco 💋 #SpotifyWrapped"
## 
## [[1041]]
## [1] "Army7_Ahgase7: @ShikhaTheStar @Cheerfulcynthy @chartdata Exactly thank you.They must have missed the YOUR part or doesn't know what #SpotifyWrapped is."
## 
## [[1042]]
## [1] "arisvideodiary: I predict my top podcast will be Guilty Pleasures #SpotifyWrapped"
## 
## [[1043]]
## [1] "newpackrunna: I predict my top artist will be [Lil Uzi Vert] #SpotifyWrapped"
## 
## [[1044]]
## [1] "arisvideodiary: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1045]]
## [1] "let_alpha_write: Everyone waiting for @Spotify wrapped like...\n\n#SpotifyWrapped https://t.co/t7iHtGonuK"
## 
## [[1046]]
## [1] "RyutoSetsujin: I predict my top artist will be flo milli lmao #SpotifyWrapped"
## 
## [[1047]]
## [1] "xyenoh_: I predict my top artist will be @JIDsv #SpotifyWrapped\n\nLol I'm pretty sure. I'd say @coastcontra too but their fre… https://t.co/Y3afW5jVt8"
## 
## [[1048]]
## [1] "sa1httam: I will personally release #SpotifyWrapped this year. spotify are taking too long"
## 
## [[1049]]
## [1] "SpotifyAU: Being the best person ever WOULD definitely affect your Wrapped.\n\n#SpotifyWrapped https://t.co/NwUAZ0mLuo"
## 
## [[1050]]
## [1] "jeviendemercure: I predict my top artist will be mansfield tya / orelsan / sexy sushi #SpotifyWrapped"
## 
## [[1051]]
## [1] "darius_monk: Everyone contact your local GOP and MAKE THEM BALLOT HARVEST WHERE LEGAL!\n#MAGA #2A #gas #gasprices #economy #vote… https://t.co/qHjD64QqN4"
## 
## [[1052]]
## [1] "silviaseee: I predict my top genre will be modern rock palese pt2 #SpotifyWrapped"
## 
## [[1053]]
## [1] "emoblkthot: GIRL #SpotifyWrapped"
## 
## [[1054]]
## [1] "newpackrunna: I predict my most played song will be [FOR FUN] #SpotifyWrapped"
## 
## [[1055]]
## [1] "HackwithFred: Have a lost account you want to recover but don't know how?\nInbox now for guide on how to recover your account imme… https://t.co/MIfKmydVVG"
## 
## [[1056]]
## [1] "itsjustkeel: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[1057]]
## [1] "silviaseee: I predict my most played song will be House of Memories palese #SpotifyWrapped"
## 
## [[1058]]
## [1] "Iamdstar1: Abi you wanna linkup I gat d liquor make we hookup 🔥🎻 #SpotifyWrapped Trybemusic"
## 
## [[1059]]
## [1] "LiNailah: I predict my top podcast will be The Command Zone #SpotifyWrapped"
## 
## [[1060]]
## [1] "WolfiedaA: SO EXCITED FOR  #SpotifyWrapped"
## 
## [[1061]]
## [1] "itsjustkeel: I predict my top genre will be [wgatever genre Taylor Swift is. Dance pop?] #SpotifyWrapped"
## 
## [[1062]]
## [1] "WolfiedaAqua: SO EXCITED FOR  #SpotifyWrapped"
## 
## [[1063]]
## [1] "LiNailah: I predict my top artist will be Powerwolf #SpotifyWrapped"
## 
## [[1064]]
## [1] "SLX_13_: Ngl I kinda switched to YouTube Music and downloaded MP3s for a good chunk of the year. My #SpotifyWrapped will have a few gaps in it 😅"
## 
## [[1065]]
## [1] "itsjustkeel: I predict my most played song will be [All Too Well (10 minute version) (Taylor’s Version)] #SpotifyWrapped"
## 
## [[1066]]
## [1] "Coolgirlk22: I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped"
## 
## [[1067]]
## [1] "NidgeOCE: I predict my top podcast will be [FPS - Friends Per Second Podcast] #SpotifyWrapped"
## 
## [[1068]]
## [1] "LiNailah: I predict my top genre will be Power Metal #SpotifyWrapped"
## 
## [[1069]]
## [1] "_sirisaiah: I predict my top genre will be Indie Poptimism #SpotifyWrapped"
## 
## [[1070]]
## [1] "VillimanMagee: For you anime fans this be the best 3 day break of your life #LISA #aimer #SpotifyWrapped  #hikaru https://t.co/ormmUw2XSG"
## 
## [[1071]]
## [1] "Morgandy: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[1072]]
## [1] "_sirisaiah: I predict my top podcast will be Genius Bar @geniusbarcast #SpotifyWrapped"
## 
## [[1073]]
## [1] "Morgandy: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[1074]]
## [1] "Cosmopalitan: I predict my top artist will be Sabrina Carpenter or Paramore? #SpotifyWrapped"
## 
## [[1075]]
## [1] "niskuik: It’s about that time #SpotifyWrapped https://t.co/kNqkYsJX8p"
## 
## [[1076]]
## [1] "READY2MIX: Classic distraction from government #oligarchy pals that own the #msm \n\nLook over there!\n\nRe focus the #plebs… https://t.co/zcuttHRv0Y"
## 
## [[1077]]
## [1] "abby21898184: I predict my top artist will be [Tate Mcrae] #SpotifyWrapped"
## 
## [[1078]]
## [1] "_sirisaiah: I predict my top artist will be Twin Shadow #SpotifyWrapped"
## 
## [[1079]]
## [1] "lifeofciel: I predict my top artist will be Saba 😮‍💨#SpotifyWrapped"
## 
## [[1080]]
## [1] "Morgandy: I predict my most played song will be Idol by BTS #SpotifyWrapped"
## 
## [[1081]]
## [1] "HarkomsV: @patfkauffman Are u store owner. Drop ur website URL here for promotion, never stop promoting your store.… https://t.co/uWdXrILLGx"
## 
## [[1082]]
## [1] "ItsTiDALL: I predict my top artist will be [@matthwatson] #SpotifyWrapped"
## 
## [[1083]]
## [1] "pizzaaaqueeen: #SpotifyWrapped is the one thing I’m keeping myself on this rock for lmao x"
## 
## [[1084]]
## [1] "GLuck354: I predict my most played song will be Of The Abyss Lorna Shore [fill in top song prediction] #SpotifyWrapped"
## 
## [[1085]]
## [1] "softservehoseok: Jhope i think akkajsnd \n\npredict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1086]]
## [1] "ariwlll: I predict my top podcast will be las flipantes aventuras de pablo lechuga #SpotifyWrapped"
## 
## [[1087]]
## [1] "_sirisaiah: I predict my most played song will be Not the One by Gibbz #SpotifyWrapped"
## 
## [[1088]]
## [1] "RiendzYT: Go check it out!!!\n#SpotifyWrapped #Rihanna #kudus \n\nhttps://t.co/UCoy4Bkn2k"
## 
## [[1089]]
## [1] "em_enchanted13: #SpotifyWrapped predictions https://t.co/0bOKJcD2LX"
## 
## [[1090]]
## [1] "abby21898184: I predict my most played song will be [ill be good by Jaymes young ] #SpotifyWrapped"
## 
## [[1091]]
## [1] "Abu_sardiq: Insha Allah it’s over between me and sapa\n#FIFAWorldCupQatar2022 #SpotifyWrapped #hookup #delete"
## 
## [[1092]]
## [1] "softservehoseok: Bts pop period  \n\npredict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[1093]]
## [1] "triffiths: Can’t wait to recieve my #SpotifyWrapped playlist this year and re-listen to all the music I’m now sick of because… https://t.co/16dGrhnhQK"
## 
## [[1094]]
## [1] "ariwlll: I predict my top artist will be Slipknot #SpotifyWrapped"
## 
## [[1095]]
## [1] "Cosmopalitan: I predict my top genre will be POP 🫠🫠 #SpotifyWrapped"
## 
## [[1096]]
## [1] "sophs_moran: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped mmmm a mixed of kpop, pop, rock, gaming etc?"
## 
## [[1097]]
## [1] "imagingpdx: PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped … https://t.co/DtYckU2cJO"
## 
## [[1098]]
## [1] "harperthejay: All I know is that @TessaViolet's YES MOM will be my #1 played song. I wouldn't be surprised if I was one of the mo… https://t.co/tOIsXNSOyF"
## 
## [[1099]]
## [1] "ariwlll: I predict my top genre will be Nu Metal #SpotifyWrapped"
## 
## [[1100]]
## [1] "fischylchips: I predict my most played song will be The Greatest #SpotifyWrapped"
## 
## [[1101]]
## [1] "screaminglip: I predict my top podcast will be @AMorbidPodcast without a doubt. My long commutes are totally worth it cus I of them! \n#SpotifyWrapped"
## 
## [[1102]]
## [1] "Cosmopalitan: I predict my most played song will be Alien by Sabrina Carpenter  #SpotifyWrapped"
## 
## [[1103]]
## [1] "softservehoseok: Yet to come will be that song Maybe \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1104]]
## [1] "The0_Capsicle: I predict my top artist will be Ricky Montgomery or Taylor Swift #SpotifyWrapped"
## 
## [[1105]]
## [1] "ISwag93: #SpotifyWrapped First time seeing it!! So excitedd!!!"
## 
## [[1106]]
## [1] "ariwlll: I predict my most played song will be Spit It Out #SpotifyWrapped"
## 
## [[1107]]
## [1] "crainfly1: @ckay_yo heart #covervideo by silver boy and Crainfly____ #freestylecover #SpotifyWrapped https://t.co/3RRIaj2xeH"
## 
## [[1108]]
## [1] "astoldbyalahni: say what you want about me. I refuse to be embarrassed #instafest #SpotifyWrapped https://t.co/dg7yIgdHVY"
## 
## [[1109]]
## [1] "The0_Capsicle: I predict my top genre will be indie or pop?? I dunno #SpotifyWrapped"
## 
## [[1110]]
## [1] "ABaldwin636: I predict my top artist will be @PalayeRoyale #SpotifyWrapped"
## 
## [[1111]]
## [1] "fischylchips: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[1112]]
## [1] "kennedytcooper: Why is #SpotifyWrapped trending if it hasn't actually been released yet? You people are sick. SICK !!"
## 
## [[1113]]
## [1] "teeyup_: I predict my top genre will be these fucking nuts idiot ass losers #SpotifyWrapped"
## 
## [[1114]]
## [1] "LetMeSimpNPeace: I predict my top artist will be [Bring Me The Horizon] #SpotifyWrapped now to wait and see if I’m right"
## 
## [[1115]]
## [1] "The0_Capsicle: I predict my most played song will be Mr Loverman 💀 #SpotifyWrapped"
## 
## [[1116]]
## [1] "Jeniferium: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1117]]
## [1] "ManSpiiduh: High Key this might be the first year John Mayer isn’t on my most played this year 😭😭😭 #SpotifyWrapped"
## 
## [[1118]]
## [1] "OlajumokeSings: Guess this is good way to say good night from here 🥰 \n\nTININITANANA is now on Apple Music 💃\nLink up in my bio☝️\n\nMo… https://t.co/GMqSMK5Vco"
## 
## [[1119]]
## [1] "earnedabel: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[1120]]
## [1] "denlightful: I predict my most played song will be fue mejor #SpotifyWrapped"
## 
## [[1121]]
## [1] "meg_interrupted: I predict my top artist will be FLETCHER #SpotifyWrapped"
## 
## [[1122]]
## [1] "_daviidjc_: I predict my most played song will be Tuyo #SpotifyWrapped"
## 
## [[1123]]
## [1] "originalnicoleg: @jonathanvswan Trumpler = conman grifter liar criminal sociopathic 8 yr old - once and always. #TrumpCrimeFamily… https://t.co/4D6SYiWuWX"
## 
## [[1124]]
## [1] "Ravener182: I predict my top genre will be [Rock]🎧 😎🎵 #SpotifyWrapped https://t.co/1Obh6JlzVV"
## 
## [[1125]]
## [1] "JRman99: I predict my top artist will be @poppy #SpotifyWrapped"
## 
## [[1126]]
## [1] "mollycej: i will not be able to eat, sleep OR breathe peacefully until spotify wrapped is released #SpotifyWrapped https://t.co/Of6XQepi8L"
## 
## [[1127]]
## [1] "phil_a_cardwell: I predict my top podcast will be @SappeninPod #SpotifyWrapped"
## 
## [[1128]]
## [1] "BruhITzMisael: I predict my most played song will be [Glimpse of us by joji] #SpotifyWrapped"
## 
## [[1129]]
## [1] "denlightful: I predict my top artist will be @KAYTRANADA #SpotifyWrapped"
## 
## [[1130]]
## [1] "WikkedBlissy: I predict my most played song will be Policy of Truth  #SpotifyWrapped"
## 
## [[1131]]
## [1] "Nessa_Smackable: Check out ProlificNessaa's video! #TikTok https://t.co/7pi6jFZdJq #SpotifyWrapped"
## 
## [[1132]]
## [1] "dwaeofficial: One day, I’ll have my very own urban music festival… being thrown in my hometown 🌃 &amp; the homeland🇵🇭… but for now, e… https://t.co/MVUaCllICH"
## 
## [[1133]]
## [1] "projectingx: I predict my top artist will be  YBN Nahmir #SpotifyWrapped"
## 
## [[1134]]
## [1] "annabtww: I need my #SpotifyWrapped right now I’m too impatient"
## 
## [[1135]]
## [1] "phil_a_cardwell: I predict my top artist will be @HoldingAbsence #SpotifyWrapped"
## 
## [[1136]]
## [1] "TheYeetmaster22: I predict my top genre will be [Hip-Hop] #SpotifyWrapped"
## 
## [[1137]]
## [1] "staryeol98: I predict my top podcast will be anime out of context #SpotifyWrapped"
## 
## [[1138]]
## [1] "a_a_ronofficial: Check me out! New things will be coming very soon! #SpotifyWrapped #edm #Producers  https://t.co/CsJ5WjIKW2"
## 
## [[1139]]
## [1] "Iqvenderhazes: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[1140]]
## [1] "lucylee: I predict my top podcast will be  Archetypes #SpotifyWrapped"
## 
## [[1141]]
## [1] "projectingx: I predict my top genre will be Korean Country Rap #SpotifyWrapped"
## 
## [[1142]]
## [1] "thatgayguyjosh: I predict my top artist will be @britneyspears #SpotifyWrapped"
## 
## [[1143]]
## [1] "staryeol98: I predict my top artist will be exo #SpotifyWrapped"
## 
## [[1144]]
## [1] "Iqvenderhazes: I predict my top genre will be dance pop #SpotifyWrapped"
## 
## [[1145]]
## [1] "Newsmacoll: Apple has threatened to remove Twitter \nfrom the App Store, according to Elon \nMusk. #Ronaldo #SpotifyWrapped… https://t.co/ZTRFjZlTti"
## 
## [[1146]]
## [1] "EberhardyPayton: I predict my top podcast will be [The Pat McAfee show 2.0] #SpotifyWrapped"
## 
## [[1147]]
## [1] "staryeol98: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[1148]]
## [1] "meg_interrupted: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1149]]
## [1] "Iqvenderhazes: I predict my most played song will be message in a bottle #SpotifyWrapped"
## 
## [[1150]]
## [1] "TheYeetmaster22: I predict my top artist will be [Emkay] #SpotifyWrapped"
## 
## [[1151]]
## [1] "projectingx: I predict my most played song will be Fortnite Rap Battle by Nerdout #SpotifyWrapped"
## 
## [[1152]]
## [1] "staryeol98: I predict my most played song will be peaches #SpotifyWrapped"
## 
## [[1153]]
## [1] "rainbowmisandry: I predict my most played song will be DM by fromis_9 #SpotifyWrapped"
## 
## [[1154]]
## [1] "SopranosWorld: “Here’s my #SpotifyWrapped”\n\nMe: https://t.co/UJNoJOFwJF"
## 
## [[1155]]
## [1] "CarterSwigert: I predict my most played song will be All the Small Things By Blink-182 #SpotifyWrapped"
## 
## [[1156]]
## [1] "vinceXbeans: @philconcerts #SpotifyWrapped Predictions:\n\nTop Song: Talk that talk\nTop Artist: TWICE\nTop Album: #BETWEEN1and2 \nTop Genre: Pop"
## 
## [[1157]]
## [1] "KamakshiGanduri: I predict my top genre will be Pop or Country #SpotifyWrapped"
## 
## [[1158]]
## [1] "celestialbinchh: I predict my top artist will be @djotime #SpotifyWrapped \nTop podcast will probably be @MBMBaM again\nTop genre is a… https://t.co/4OYIHkMMHo"
## 
## [[1159]]
## [1] "meg_interrupted: I predict my most played song will be Burning Bridges by Sigrid #SpotifyWrapped"
## 
## [[1160]]
## [1] "Plopperingo: If I had to guess my top song, it'd probably be something like Caravan, I remember listening to that song for two w… https://t.co/MgDE3WJs4x"
## 
## [[1161]]
## [1] "HorridGameplay: If you head to my channel I have a charity going for #SoldierSuicide #soldiers #veterans #twitch #live #mw2… https://t.co/laufhpgRWo"
## 
## [[1162]]
## [1] "thatgayguyjosh: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1163]]
## [1] "KamakshiGanduri: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1164]]
## [1] "phil_a_cardwell: I predict my top genre will be a sub genre of metal #SpotifyWrapped"
## 
## [[1165]]
## [1] "matlaelawr: We are considering recording our own music going foward. Bo Mrapper ba Pitori. #FIFAWorldCupQatar2022… https://t.co/ooTjw1rPvi"
## 
## [[1166]]
## [1] "f1x_1t_fel1x: I predict my top artist will be @GretaVanFleet (hopefully) #SpotifyWrapped"
## 
## [[1167]]
## [1] "thatgayguyjosh: I predict my most played song will be Hold Me Closer by @eltonofficial &amp; @britneyspears #SpotifyWrapped"
## 
## [[1168]]
## [1] "TheYeetmaster22: I predict my top podcast will be [Distractible] #SpotifyWrapped"
## 
## [[1169]]
## [1] "HackwithFred: For all Hacking Services\n#BigData #Analytics #DataScience #AI #MachineLearning #IoT #PyTorch #Python #RStats… https://t.co/JpcXwpjSIx"
## 
## [[1170]]
## [1] "KamakshiGanduri: I predict my most played song will be Lavender Haze - Taylor Swift #SpotifyWrapped"
## 
## [[1171]]
## [1] "bellawazowsk: I predict my top artist will be Ghost. #SpotifyWrapped"
## 
## [[1172]]
## [1] "thesickrosevamp: I predict my top podcast will be @PWEpod 💪😎#SpotifyWrapped"
## 
## [[1173]]
## [1] "Nsrt_Usrnm: I predict my top podcast will be “A D8 With Fate” #SpotifyWrapped"
## 
## [[1174]]
## [1] "Frothy_boy: &amp; yeah, on subsequent posts, I then understood I was supposed to edit of the text in [ ] ..doh🤦‍♂️\nMy choice is the… https://t.co/nPLlBtx2t2"
## 
## [[1175]]
## [1] "macush_: Share n listen cuz it don’t cost u no paper unless u a mf hatrr💜 #deutschland #SpotifyWrapped #hiphopde #Germany https://t.co/1CD6k2ItlU"
## 
## [[1176]]
## [1] "EberhardyPayton: I predict my top artist will be [Pop Smoke] #SpotifyWrapped"
## 
## [[1177]]
## [1] "EberhardyPayton: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[1178]]
## [1] "jihansluv: I predict my most played song will be Attention by NewJeans #SpotifyWrapped"
## 
## [[1179]]
## [1] "Nsrt_Usrnm: I predict my top artist will be “Melanie Martinez”  #SpotifyWrapped"
## 
## [[1180]]
## [1] "EberhardyPayton: I predict my most played song will be [Ahh ha] #SpotifyWrapped"
## 
## [[1181]]
## [1] "curlyfuqnae: I predict my top genre will be Anime #SpotifyWrapped"
## 
## [[1182]]
## [1] "_ortxa: I predict my top artist will be  The Kid Laroi #SpotifyWrapped"
## 
## [[1183]]
## [1] "OfficialBacon37: I predict my top podcast will be @ChuckleSandwich #SpotifyWrapped"
## 
## [[1184]]
## [1] "definitelydevv: I predict my top podcast will be none #SpotifyWrapped"
## 
## [[1185]]
## [1] "avalon_jewelz: I predict my top artist will be Harry styles for sure #SpotifyWrapped"
## 
## [[1186]]
## [1] "Jenxrmm: I predict my top artist will be TAYLOR ALISON SWIFT  #SpotifyWrapped"
## 
## [[1187]]
## [1] "phil_a_cardwell: I predict my most played song will be @burytomorrow Death (Ever Colder) 🤔 #SpotifyWrapped"
## 
## [[1188]]
## [1] "TheYeetmaster22: I predict my most played song will be [Music box remix/cover by APAngryPiggy] #SpotifyWrapped"
## 
## [[1189]]
## [1] "definitelydevv: I predict my top artist will be brakence #SpotifyWrapped"
## 
## [[1190]]
## [1] "Kyan__223: I predict my most played song will be we major by kanye west #SpotifyWrapped"
## 
## [[1191]]
## [1] "curlyfuqnae: I predict my top artist will be Gen Hoshino #SpotifyWrapped"
## 
## [[1192]]
## [1] "OfficialBacon37: I predict my most played song will be space song #SpotifyWrapped"
## 
## [[1193]]
## [1] "Nsrt_Usrnm: I predict my top genre will be “Pop” #SpotifyWrapped"
## 
## [[1194]]
## [1] "PizzaX: This year’s #SpotifyWrapped is a little too accurate https://t.co/bzY4iSjxES"
## 
## [[1195]]
## [1] "YAMADA52137629: I would like you to take up the Japanese idol group, king &amp; prince.  Their new song Tsukiyomi is on the verge of be… https://t.co/EK8kUuEcdH"
## 
## [[1196]]
## [1] "_ortxa: I predict my most played song will be not sober by laroi polo g and stunna gambino #SpotifyWrapped"
## 
## [[1197]]
## [1] "lizdotgov: I predict my top artist will be.... #SpotifyWrapped https://t.co/cfWGx9U4Ot"
## 
## [[1198]]
## [1] "ariskyy_: I predict my most played song will be You Right by @DojaCat @theweeknd #SpotifyWrapped"
## 
## [[1199]]
## [1] "definitelydevv: I predict my top genre will be antipop/hyperpop #SpotifyWrapped"
## 
## [[1200]]
## [1] "Nsrt_Usrnm: I predict my most played song will be “The Red Means I Love You”#SpotifyWrapped"
## 
## [[1201]]
## [1] "MuseArtCo_: This is what I look like patiently waiting for my #SpotifyWrapped list to come out…\n\n#museartco #Digital… https://t.co/amdhhubyVB"
## 
## [[1202]]
## [1] "bostonguy924: This is what I removed from one of my patient’s coochie today.  Being an OBGYN has its ups and downs. But this is o… https://t.co/JoH48zXIgC"
## 
## [[1203]]
## [1] "heyyou_md: I predict my most played song will be Fever from Dua Lipa ft. Angèle #SpotifyWrapped"
## 
## [[1204]]
## [1] "kenjiharimaily: I already know the top podcast is gunna be serial #SpotifyWrapped"
## 
## [[1205]]
## [1] "effeot: #SpotifyWrapped i listen to good music so im not scared"
## 
## [[1206]]
## [1] "therebelbunny: I predict my most played song will be 1985 - Bo Burnham #SpotifyWrapped"
## 
## [[1207]]
## [1] "definitelydevv: I predict my most played song will be venus fly trap by brakence #SpotifyWrapped"
## 
## [[1208]]
## [1] "DoughBoyMOIST: I predict my most played song will be Toxic or Blurry Nights by BoyWithUke #SpotifyWrapped"
## 
## [[1209]]
## [1] "tpops111: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[1210]]
## [1] "Lacheln___: If Asake no dey your #SpotifyWrapped what are you even listening to????"
## 
## [[1211]]
## [1] "Megan_OnTwitt3r: I predict my top genre will be, I have no fucking clue because everything I listen to is very different #SpotifyWrapped"
## 
## [[1212]]
## [1] "amooloona: @teamogaram I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/b4dI1F1nnZ"
## 
## [[1213]]
## [1] "Guackiki: I predict my top artist will be [Gorillaz or we riot ] #SpotifyWrapped"
## 
## [[1214]]
## [1] "kenjiharimaily: My top artist probably gunna be txt, Billie eilish, the neighborhood, and cigarettes after sex, and bts and that’s it 💀#SpotifyWrapped"
## 
## [[1215]]
## [1] "kraydragon: COME OUT ALREADY WAAAAAAAAH (it will all be Will wood) #SpotifyWrapped"
## 
## [[1216]]
## [1] "JadeC1412: I predict my most played song will be space man by the legend. @SamRyderMusic #SpotifyWrapped"
## 
## [[1217]]
## [1] "GHOSTXIUK: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFica aqui a dúvida entre:\nStray Ki… https://t.co/JoQsCajSyE"
## 
## [[1218]]
## [1] "rayray_twt: As we wait for the anticipated Spotify Wrapped, I realized after seeing people \"instafest\" photos that there are pe… https://t.co/hh0GuIFjcv"
## 
## [[1219]]
## [1] "tpops111: I predict my most played song will be Roslyn by Bon Iver #SpotifyWrapped"
## 
## [[1220]]
## [1] "Novaboogaloo: Most played song prediction: Green Green Grass, Overkill or Ad Infinitum #SpotifyWrapped"
## 
## [[1221]]
## [1] "Megan_OnTwitt3r: I predict my top artist will be probably gorillaz or weezer idk #SpotifyWrapped"
## 
## [[1222]]
## [1] "Britt_Z: Lot of the P-Funk. \n#SpotifyWrapped"
## 
## [[1223]]
## [1] "EsnyMorgan: I predict my top podcast will be acho que de true crime #SpotifyWrapped"
## 
## [[1224]]
## [1] "Caddieoops: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1225]]
## [1] "Megan_OnTwitt3r: I predict my most played song will be whitewoods beachwalk, like every other year #SpotifyWrapped"
## 
## [[1226]]
## [1] "Pantherheart13: I predict my top artist will be Slipknot, if it's not, I quit #SpotifyWrapped"
## 
## [[1227]]
## [1] "raveisnotacrime: I predict my top podcast will be\n\ni don’t listen to podcasts tbh #SpotifyWrapped"
## 
## [[1228]]
## [1] "trobediscanon: I dont want it to be but my top genres gonna be dream smp isnt it #SpotifyWrapped"
## 
## [[1229]]
## [1] "namutambowataka: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype with Meghan"
## 
## [[1230]]
## [1] "Afroreal1: I predict my top artist will be [Beyoncé] #SpotifyWrapped"
## 
## [[1231]]
## [1] "iloooo666: I predict my top podcast will be an unreleased lana song #SpotifyWrapped"
## 
## [[1232]]
## [1] "lilginapamish: when #SpotifyWrapped I just laugh because it's funny to see I listened to the same three songs 482662728 times 🤣🤣 https://t.co/NzyXNN8IVy"
## 
## [[1233]]
## [1] "Pantherheart13: I predict my top podcast will be You're Wrong About by Sarah Marshall because I listened to one episode and haven't… https://t.co/25AftkqWKu"
## 
## [[1234]]
## [1] "EsnyMorgan: I predict my top artist will be a loirinha esse ano  #SpotifyWrapped"
## 
## [[1235]]
## [1] "GHOSTXIUK: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nNenhuma surpresa que vai ser kpop"
## 
## [[1236]]
## [1] "raveisnotacrime: I predict my top artist will be\n\nthe legend himself, HARDWELL! 🖤🔥#SpotifyWrapped"
## 
## [[1237]]
## [1] "Afroreal1: I predict my top genre will be [pop (as always)] #SpotifyWrapped"
## 
## [[1238]]
## [1] "iloooo666: I predict my top artist will be billie duh #SpotifyWrapped"
## 
## [[1239]]
## [1] "xNeivax: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1240]]
## [1] "myiwilife: if you’re like us and waiting anxiously for your #SpotifyWrapped to drop… this is your reminder to take your supplements !!!"
## 
## [[1241]]
## [1] "EsnyMorgan: I predict my top genre will be pop como todo ano #SpotifyWrapped"
## 
## [[1242]]
## [1] "iloooo666: I predict my top genre will be pop or rock #SpotifyWrapped"
## 
## [[1243]]
## [1] "Afroreal1: I predict my most played song will be [either 5am or maybe Cuff It] #SpotifyWrapped"
## 
## [[1244]]
## [1] "raveisnotacrime: I predict my top genre will be\n\nit’s gotta be bigroom or techno #SpotifyWrapped"
## 
## [[1245]]
## [1] "NolanKelley16: I predict my top artist will be [Omar Apollo] #SpotifyWrapped"
## 
## [[1246]]
## [1] "iloooo666: I predict my most played song will prolly be season of the witch or when i was older 🙏🙏#SpotifyWrapped"
## 
## [[1247]]
## [1] "jaeiuyang: IM SO SCARED #SpotifyWrapped"
## 
## [[1248]]
## [1] "EsnyMorgan: I predict my most played song will be provavelmente o cover do maneskin de if i can dream #SpotifyWrapped"
## 
## [[1249]]
## [1] "Connorbankey: I predict my top artist will be @thebeatles #SpotifyWrapped"
## 
## [[1250]]
## [1] "missbambidoll: money shot #CyberMonday #SpotifyWrapped https://t.co/aBfTT7wA0x"
## 
## [[1251]]
## [1] "GHOSTXIUK: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nLove me or leave me - DAY6"
## 
## [[1252]]
## [1] "raveisnotacrime: I predict my most played song will be uh\n\nHardwell - Into The Unknown\n\n#SpotifyWrapped"
## 
## [[1253]]
## [1] "eileenofeire: I predict my top artist will be Bad Omens #SpotifyWrapped"
## 
## [[1254]]
## [1] "Darker_diamonds: I predict my top genre will be Indie Pop or smth #SpotifyWrapped"
## 
## [[1255]]
## [1] "liztakeit: lovedive #1 spot secured on my spotify wrapped  #SpotifyWrapped"
## 
## [[1256]]
## [1] "Silenciaga_: I predict my most played song will be [Live Fast Die Numb - Iann Dior] #SpotifyWrapped"
## 
## [[1257]]
## [1] "ughsheshere: will be checking back in on thursday to see if it’s out yet #SpotifyWrapped"
## 
## [[1258]]
## [1] "eileenofeire: I predict my top genre will be metalcore #SpotifyWrapped"
## 
## [[1259]]
## [1] "RockstarRhidoy: This shoulder pass 😎 Ronaldo\n#PORURU #Portugal #FIFAWorldCupQatar2022 #FIFAWorldCup #BRASUI #SpotifyWrapped https://t.co/MiSbYjeLe5"
## 
## [[1260]]
## [1] "DarkLion2704: I predict my top artist will be System of a Down #SpotifyWrapped"
## 
## [[1261]]
## [1] "UnoUno90604608: I predict my top artist will be @surfacesmusic #SpotifyWrapped"
## 
## [[1262]]
## [1] "DarkLion2704: I predict my top genre will be Heavy Metal #SpotifyWrapped"
## 
## [[1263]]
## [1] "liabyte: imagine getting HER on your #SpotifyWrapped 💀💀 embarrassinggg https://t.co/DiFdtSFad6"
## 
## [[1264]]
## [1] "Darker_diamonds: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1265]]
## [1] "eileenofeire: I predict my most played song will be The Death of Peace of Mind, Bad Omens #SpotifyWrapped"
## 
## [[1266]]
## [1] "_tfish: I predict my most played song will be Family Ties #SpotifyWrapped"
## 
## [[1267]]
## [1] "Rafaela53949671: STREAM WARRIOR NUN \n#Wandinha #Wandinha #TheCrown #SegundaDetremuraSDV #RedVelvet #SpotifyWrapped #ฟุตบอลโลก2022… https://t.co/gotbXAY3s5"
## 
## [[1268]]
## [1] "DarkLion2704: I predict my most played song will be One by Metallica #SpotifyWrapped"
## 
## [[1269]]
## [1] "enhyskiescafe: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[1270]]
## [1] "FattahMagazine: Nature 📸\n\n#ouarzazate #photography #photo #SpotifyWrapped #BRASUI #Qatar2022 #乌鲁木齐 #kudus https://t.co/3zVg0VPSY9"
## 
## [[1271]]
## [1] "BlueKyndra: I predict my top artist will be twenty one pilots  #SpotifyWrapped"
## 
## [[1272]]
## [1] "enhyskiescafe: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[1273]]
## [1] "12Ice_2: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1274]]
## [1] "teayuji_: I predict my top artist will be Leanna Firestone #SpotifyWrapped"
## 
## [[1275]]
## [1] "AleximoYT: I predict my most played song will be - tbh, I’m really not sure! Maybe Dakara? Or Haru Dorobo… I’m not sure!! #SpotifyWrapped"
## 
## [[1276]]
## [1] "enhyskiescafe: I predict my most played song will be [Dreamers by Jungkook] #SpotifyWrapped"
## 
## [[1277]]
## [1] "Vulturnia: I predict my top artist will be [Daughter] #SpotifyWrapped\n\nif its not daughter im gonna be so mad"
## 
## [[1278]]
## [1] "PearVoz: i predict my top artist will be your best friend jippy honestly. that or it being between freddie dredd or bbno$ fo… https://t.co/KmrXWG3zgV"
## 
## [[1279]]
## [1] "ilovefaouziato1: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[1280]]
## [1] "ilovefaouziato1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1281]]
## [1] "gnfzay: I predict my top artist will be mitski #SpotifyWrapped"
## 
## [[1282]]
## [1] "evandertweets: I predict my top genre will be Alt Pop  #SpotifyWrapped"
## 
## [[1283]]
## [1] "thatonemush: I predict my most played song will be [life by the sea] #SpotifyWrapped"
## 
## [[1284]]
## [1] "lusgathewise: I predict my top genre will be [Rock/Metal] #SpotifyWrapped"
## 
## [[1285]]
## [1] "pipebomb404: I already know @Logic301 bout to be top on my #SpotifyWrapped when it drops. Vinyl Days was just that damn fucking good dude"
## 
## [[1286]]
## [1] "gnfzay: I predict my most played song will be among us in real life #SpotifyWrapped"
## 
## [[1287]]
## [1] "ilovefaouziato1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1288]]
## [1] "BEQYpng: I predict my top artist will be Taylor Swift. If its not then I have no clue who else it could be hahah #SpotifyWrapped"
## 
## [[1289]]
## [1] "AleximoYT: I predict my top artist will be Yorushika #SpotifyWrapped"
## 
## [[1290]]
## [1] "WinxForeverPod: It’s embarrassing but I predict my top podcast will be… #WinxForeverPodcast 😅🤭 #SpotifyWrapped"
## 
## [[1291]]
## [1] "G_M_Dlamini: After the goal has been credited to Bruno Fernandes \n#FIFAWorldCupQatar2022 \n#SpotifyWrapped https://t.co/RstozwJfTV"
## 
## [[1292]]
## [1] "lusgathewise: I predict my most played song will be [Save Your Tears]\n\ntenho quase certeza\n\n#SpotifyWrapped"
## 
## [[1293]]
## [1] "evandertweets: I predict my most played song will be “Crypt” by Roderick Porter #SpotifyWrapped"
## 
## [[1294]]
## [1] "AmyMitc82310834: And me too....#LipSyncBattle #LLCoolJ\n#IlovetherealMilliVanilli  #SpotifyWrapped #freedummers #FluClan… https://t.co/ObKq0oqMbz"
## 
## [[1295]]
## [1] "Stantonio_A: I predict my most played song will be Cherry by @findingfletcher. It's been in my head the whole year! #SpotifyWrapped"
## 
## [[1296]]
## [1] "em_enchanted13: I predict my top podcast will be 12 Hour Sound Machines (no loops or fades): Brown Noise Sound Machine (12 hours) #SpotifyWrapped"
## 
## [[1297]]
## [1] "erasehrhead: already know my top artist this year will be ghost, but we can all pretend to be surprised #SpotifyWrapped"
## 
## [[1298]]
## [1] "katwithclaws: I’m worried that my #SpotifyWrapped will be way too revealing because the only time I open Spotify is when I’m alone in the car"
## 
## [[1299]]
## [1] "wormholeef: when is she coming #SpotifyWrapped"
## 
## [[1300]]
## [1] "HarkomsV: @lexfridman A lot of store owners are not making sales on their products/services Websites. Drop ur website URL her… https://t.co/xDbSIZ3j2j"
## 
## [[1301]]
## [1] "dubuqiqi: I predict my top podcast will be livrariaemcasa #SpotifyWrapped"
## 
## [[1302]]
## [1] "ZanAycicek: Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Hot 100"
## 
## [[1303]]
## [1] "Squish815: I'd predict this but it's so obvious it's pointless #SpotifyWrapped"
## 
## [[1304]]
## [1] "eddygotsalsa: I predict my top artist will be Drake or Kendrick Lamar tbh #SpotifyWrapped"
## 
## [[1305]]
## [1] "luvinn_jess: I predict my most played song will be Ghost of You by 5sos 🥳#SpotifyWrapped"
## 
## [[1306]]
## [1] "dubuqiqi: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[1307]]
## [1] "HarkomsV: @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here… https://t.co/TikK7G1rjG"
## 
## [[1308]]
## [1] "delforcee01: I predict my most played song will be [Chris Brown, Addicted (feat. lil Baby)] #SpotifyWrapped"
## 
## [[1309]]
## [1] "mgateszie: I predict my top artist will be [Avenged Sevenfold] #SpotifyWrapped"
## 
## [[1310]]
## [1] "jesrenee1487: I predict my top podcast will be @AMorbidPodcast #SpotifyWrapped"
## 
## [[1311]]
## [1] "_cinnamoncat: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[1312]]
## [1] "emidowntheline: i predict my most played song will be grace by jeff buckley #SpotifyWrapped"
## 
## [[1313]]
## [1] "dubuqiqi: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1314]]
## [1] "swiftienette17: I predict my most played song will be boy x #SpotifyWrapped"
## 
## [[1315]]
## [1] "tvgirIfan: I predict my top artist will be Playboi Carti #SpotifyWrapped"
## 
## [[1316]]
## [1] "evandertweets: I predict my top artist will be @mothercain  #SpotifyWrapped"
## 
## [[1317]]
## [1] "eddygotsalsa: I predict my most played song will be 90 Proof by @smino #SpotifyWrapped"
## 
## [[1318]]
## [1] "Dragoneggy: I predict my top artist will be [Post Malone] #SpotifyWrapped"
## 
## [[1319]]
## [1] "dubuqiqi: I predict my most played song will be pink venom #SpotifyWrapped"
## 
## [[1320]]
## [1] "mgateszie: I predict my top genre will be [Metal] #SpotifyWrapped"
## 
## [[1321]]
## [1] "gojonifficent: I predict my most played song will be https://t.co/oraZLwGLq8\n #SpotifyWrapped"
## 
## [[1322]]
## [1] "awayfrommyg: i predict my top artist will be alice in chains 🤨 #SpotifyWrapped"
## 
## [[1323]]
## [1] "Dragoneggy: I predict my top genre will be [Melodic HipHop] #SpotifyWrapped"
## 
## [[1324]]
## [1] "sadlebyyy: almost time to out myself for listening to an unhealthy amount of red vox again #SpotifyWrapped"
## 
## [[1325]]
## [1] "cyberzeroer: Anyone else not got their #SpotifyWrapped  yet?\nno? just me?\nok :,)"
## 
## [[1326]]
## [1] "em_enchanted13: I predict my top artist will be Dr. Taylor Alison Swift, aka the music industry #SpotifyWrapped"
## 
## [[1327]]
## [1] "tvgirIfan: I predict my top genre will be Rap/ Hip Hop #SpotifyWrapped"
## 
## [[1328]]
## [1] "mgateszie: I predict my most played song will be [A Little Piece Of Heaven] #SpotifyWrapped"
## 
## [[1329]]
## [1] "FreddersF14: I predict my top artist will be [Powerwolf] #SpotifyWrapped"
## 
## [[1330]]
## [1] "Dragoneggy: I predict my most played song will be I Like You #SpotifyWrapped"
## 
## [[1331]]
## [1] "jesrenee1487: I predict my top artist will be anything kpop or afrobeats #SpotifyWrapped"
## 
## [[1332]]
## [1] "FreddersF14: I predict my top genre will be [Power Metal] #SpotifyWrapped"
## 
## [[1333]]
## [1] "GingerSwizz: I predict my top artist will be [This has to be either Avril or Taylor]  #SpotifyWrapped"
## 
## [[1334]]
## [1] "GeneralPedroArt: Here's my fest! You better give me yours, cause I'm attending! ✨💖\n\n#instafest #SpotifyFestival #SpotifyWrapped https://t.co/5TNMJIyndg"
## 
## [[1335]]
## [1] "Pttyslim: a.vega_ follow my TikTok 🥺\n#SpotifyWrapped    #TikTok https://t.co/hfLYBV7mEs"
## 
## [[1336]]
## [1] "Stantonio_A: I predict my top artist will be @ladygaga like it is every year 😘 #SpotifyWrapped"
## 
## [[1337]]
## [1] "DemaraDrknguard: I predict my top genre will be [Video Game] #SpotifyWrapped"
## 
## [[1338]]
## [1] "FreddersF14: I predict my most played song will be [Faster Than The Flame] #SpotifyWrapped"
## 
## [[1339]]
## [1] "tvgirIfan: I predict my most played song will be Earth, The Oldest Computer #SpotifyWrapped"
## 
## [[1340]]
## [1] "WeStay08: I predict my top artist will be #StrayKids #SpotifyWrapped"
## 
## [[1341]]
## [1] "BriannaRob13: Pretty sure that Harry Styles and 1D will be on my #SpotifyWrapped"
## 
## [[1342]]
## [1] "Swampgobl1n: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\n@sabaton  will probably be the top one  for me"
## 
## [[1343]]
## [1] "em_enchanted13: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[1344]]
## [1] "couponblender: Can I use Hobby Lobby App For Purchases?\n\nYes. There is a customized app available for smartphones. More info here:… https://t.co/Vp4ag0doU3"
## 
## [[1345]]
## [1] "MarxusScott: @DJKASTONE #SpotifyWrapped splashin ft KOOLAID HARRISBURG UPCOMING RAPPER https://t.co/VyJSW9w8A4"
## 
## [[1346]]
## [1] "scarzonreplay: it's that time of the year again and we still dgaf about ur ugly babies &lt;3 #SpotifyWrapped https://t.co/lLfFv1bmwN"
## 
## [[1347]]
## [1] "GingerSwizz: I predict my top genre will be [Pop for sure] #SpotifyWrapped"
## 
## [[1348]]
## [1] "bernabasagre: I swear the past few days the first thing I do when I wake up is check if #SpotifyWrapped is out 😭"
## 
## [[1349]]
## [1] "WeStay08: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[1350]]
## [1] "_Adamisneat: @PSYKEYstr I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1351]]
## [1] "golden__ariana: i predict my most played song will be \ni know the end by @phoebe_bridgers #SpotifyWrapped 🩻🌙🛰🗡\npatiently waiting fo… https://t.co/EC43lrLfWa"
## 
## [[1352]]
## [1] "madalenaaaa: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[1353]]
## [1] "L3m0nL1l4c: watch dream smp be in my genres again because of the amount of toby fox i've been listening to #SpotifyWrapped"
## 
## [[1354]]
## [1] "PitchesOfficial: I predict my top artist will be @ThatSubUrban or @iamblackbear #SpotifyWrapped"
## 
## [[1355]]
## [1] "GingerSwizz: I predict my most played song will be [Karma by Taylor] Y'all if this is true I'll beat Nostradamus #SpotifyWrapped"
## 
## [[1356]]
## [1] "HimanshuT4200: New car Kia #SpotifyWrapped\nFor more - subscribe my channel - https://t.co/ksWEso0Gen https://t.co/8rhMfxDEgM"
## 
## [[1357]]
## [1] "Dmcity619: I predict my top podcast will be @dicedeathpod its got to b lol #SpotifyWrapped"
## 
## [[1358]]
## [1] "Jamdungghal: I predict my top podcast will be [#Archetypes top podcast prediction] #SpotifyWrapped"
## 
## [[1359]]
## [1] "2L2Q_JGMan: I predict my top podcast will be @solomonster Sounds Off #SpotifyWrapped"
## 
## [[1360]]
## [1] "IbraLile: Oh No 😢 \n#magic #magictricks #magician #funnyvideo #pranks #ilshorts #ล็อคกี้แฟน #ล็อคกี้แฟน #SpotifyWrapped #GFvip https://t.co/Zgx7HtwzWM"
## 
## [[1361]]
## [1] "Swampgobl1n: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nRock music in some form or another"
## 
## [[1362]]
## [1] "B14091993: I predict my top artist will be #Ateez or #GOT7 #SpotifyWrapped"
## 
## [[1363]]
## [1] "Dmcity619: I predict my most played song will be we don't talk about Bruno, cover by punk rock factory #SpotifyWrapped"
## 
## [[1364]]
## [1] "_Adamisneat: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1365]]
## [1] "bens0nnn: I predict my top artist will be [The Kid LAROI] #SpotifyWrapped"
## 
## [[1366]]
## [1] "Swampgobl1n: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\n1.Zu Ende… https://t.co/vBt64SnhJH"
## 
## [[1367]]
## [1] "delforcee01: I predict my top artist will be [Chris brown] #SpotifyWrapped"
## 
## [[1368]]
## [1] "LizzyLizz_xo: My #SpotifyWrapped is going to be wack this year because I spent most of my time on my work phone. 😭 lol https://t.co/tMiHLQ4hQn"
## 
## [[1369]]
## [1] "bens0nnn: I predict my most played song will be [Hate The Other Side - Juice WRLD ft The Kid LAROI &amp; Polo G] #SpotifyWrapped"
## 
## [[1370]]
## [1] "teenage_wh0r3: I predict my most played song will be drain you prob cuz that song was always #1 on my repeated 💀 #SpotifyWrapped"
## 
## [[1371]]
## [1] "comphetforBTS: My top podcast will be that  one  migraine  relief  frequency  thing  I'm  gonna  be  honest #SpotifyWrapped"
## 
## [[1372]]
## [1] "denebolia: i predict my most played song will be oh yeah by @ark_woods  and @dev_lemons 😌 #SpotifyWrapped"
## 
## [[1373]]
## [1] "apriliaspar: I predict my top artist will be The 1975 #SpotifyWrapped"
## 
## [[1374]]
## [1] "eggrollsfromu: what even is this\n#SpotifyWrapped"
## 
## [[1375]]
## [1] "DemaraDrknguard: I predict my most played song will be [OMNIS LACRIMA] #SpotifyWrapped"
## 
## [[1376]]
## [1] "abe_schonfeld: I predict my top artist will be Illenium #SpotifyWrapped"
## 
## [[1377]]
## [1] "apriliaspar: I predict my top genre will be Pop \n #SpotifyWrapped"
## 
## [[1378]]
## [1] "BrookeKriner: Waiting for my  #SpotifyWrapped"
## 
## [[1379]]
## [1] "PitchesOfficial: I predict my top genre will be either punk rock or whatever genre @ThatSubUrban s music is..lol  #SpotifyWrapped"
## 
## [[1380]]
## [1] "apriliaspar: I predict my most played song will be Happiness #SpotifyWrapped"
## 
## [[1381]]
## [1] "eden_anapple: I predict my top artist will be probably Harry styles ngl  #SpotifyWrapped"
## 
## [[1382]]
## [1] "vernesa27292271: I predict my top podcast will be [Archetypes top podcast prediction] #SpotifyWrapped"
## 
## [[1383]]
## [1] "feverdreamhuddy: I predict my top podcast will be -  none because I rarely watch anything related to podcasts and I only use spotify… https://t.co/IGaRqF4sqA"
## 
## [[1384]]
## [1] "wallsxagustd: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[1385]]
## [1] "PewPewChar: I predict my most played song will be ✨HeatWaves✨ #SpotifyWrapped"
## 
## [[1386]]
## [1] "WeStay08: I predict my most played song will be #StrayKids #Maniac #SpotifyWrapped"
## 
## [[1387]]
## [1] "kkalechip: I predict my top artist will be twice or enha #SpotifyWrapped"
## 
## [[1388]]
## [1] "jpeg2thehead: my icebergify \n#SpotifyWrapped https://t.co/FVTuuaawH3"
## 
## [[1389]]
## [1] "eden_anapple: I predict my top genre will be pop 💀 I'm basic #SpotifyWrapped"
## 
## [[1390]]
## [1] "kuonesh: I predict my most played song will be [last goodbye @7RU7H ] #SpotifyWrapped"
## 
## [[1391]]
## [1] "h34rtstopp3d: I predict my top artist will be [waterparks] #SpotifyWrapped"
## 
## [[1392]]
## [1] "didphoebe: @chartdata anything by phoebe bridgers\ngay\nphoebe bridgers\n#SpotifyWrapped"
## 
## [[1393]]
## [1] "anarchytater: I predict my most played song will be First Class by Jack Harlow bc I’m autistic and it tickled my brain in such a… https://t.co/A5CPVs8THV"
## 
## [[1394]]
## [1] "vernesa27292271: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[1395]]
## [1] "kkalechip: I predict my top genre will be kpop :') #SpotifyWrapped"
## 
## [[1396]]
## [1] "h34rtstopp3d: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[1397]]
## [1] "PhattieBlaise: I predict my top artist will be [ Rod Wave ] #SpotifyWrapped"
## 
## [[1398]]
## [1] "wallsxagustd: I predict my most played song will be [As it was or glimpse of us] #SpotifyWrapped"
## 
## [[1399]]
## [1] "ki222urheart: where tf is it #SpotifyWrapped https://t.co/auRG0UogVX"
## 
## [[1400]]
## [1] "feverdreamhuddy: I predict my top artist will be either mgk,yungblud,huddy,nessa or jxdn #SpotifyWrapped"
## 
## [[1401]]
## [1] "h34rtstopp3d: i predict my most played song will be [fuzzy by waterparks] 💗 #SpotifyWrapped"
## 
## [[1402]]
## [1] "MoneyBagSports1: Monday Night Football Hot Take: \nhttps://t.co/r2m9MpC0HU\n@BeerlyFootball @br_betting @NFL @SlinginFball @nflrums… https://t.co/lkMnNjvazy"
## 
## [[1403]]
## [1] "TBYOFTEN: I predict my most played song will be [Less Than Zero] #SpotifyWrapped"
## 
## [[1404]]
## [1] "DeeClose1: @Spotify @megalodon_k I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[1405]]
## [1] "t4tkawoshin: I predict my top artist will be lana del rey  #SpotifyWrapped"
## 
## [[1406]]
## [1] "flowers_the_guy: I predict my top artist will be MF DOOM #SpotifyWrapped"
## 
## [[1407]]
## [1] "kylieagang: Patiently waiting for my #SpotifyWrapped as if I don’t already know that the 10 minute version of All Too Well is g… https://t.co/Sts2l3aNnp"
## 
## [[1408]]
## [1] "em_enchanted13: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) by Taylor Swift #SpotifyWrapped"
## 
## [[1409]]
## [1] "feverdreamhuddy: I predict my top genre will be pop punk very easily lmao  #SpotifyWrapped"
## 
## [[1410]]
## [1] "t4tkawoshin: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[1411]]
## [1] "usernotanyname: I predict my top podcast will be def my sleep music podcast #SpotifyWrapped"
## 
## [[1412]]
## [1] "t4tkawoshin: I predict my most played song will be i want you to love me by fiona apple #SpotifyWrapped"
## 
## [[1413]]
## [1] "SwiftCheck13: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1414]]
## [1] "yunhotriever24: I predict my top podcast will be any @thedivestudios podcast 🫶🫶🫶🫶🫶🫶🫶 #SpotifyWrapped"
## 
## [[1415]]
## [1] "usernotanyname: I predict my top artist will be either harry styles or louis tomlinson or one direction again #SpotifyWrapped"
## 
## [[1416]]
## [1] "brktrend: 【Trends Tag】 #DominosCyberMonday #GivingTuesday #PMSOverreactionMonday #PORURU #SpotifyWrapped"
## 
## [[1417]]
## [1] "feverdreamhuddy: I predict my most played song will be either dying on the inside,attihay or tired of California #SpotifyWrapped"
## 
## [[1418]]
## [1] "TaptrickD: #SpotifyWrapped #GFvip #nsfwtwt \nShow Up \nShow Love https://t.co/z9jc6eQ6Dr"
## 
## [[1419]]
## [1] "BallKaan2: Give my playlist a listen: Party time https://t.co/Yvld001shA \n🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥\n… Hey …. It’s BALL … I’ve been… https://t.co/8q3vIKyTMI"
## 
## [[1420]]
## [1] "PIIKOK: I predict my top artist will be Bjork #SpotifyWrapped"
## 
## [[1421]]
## [1] "PARANOIDJULES: I predict my most played song will be HER or Molly by chase Atlantic  #SpotifyWrapped"
## 
## [[1422]]
## [1] "wtxnewsusa: It’s okay to like some policies from the left and some from the right - This is not a zero sum politics #SpotifyWrapped #FedDay"
## 
## [[1423]]
## [1] "PIIKOK: I predict my top genre will be Art Pop #SpotifyWrapped"
## 
## [[1424]]
## [1] "eyemusing: I predict my top podcast will be probably @TheBSidesPod #SpotifyWrapped"
## 
## [[1425]]
## [1] "rmzz08: I predict my top artist will be Digga D #SpotifyWrapped"
## 
## [[1426]]
## [1] "usernotanyname: I predict my top genre will be prolly pop #SpotifyWrapped"
## 
## [[1427]]
## [1] "lothani: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[1428]]
## [1] "bell_allens: Just shot a lot of content just to realize I don’t like how the sun is hitting in any of my content except one. 🫠… https://t.co/fOfVmdM9FI"
## 
## [[1429]]
## [1] "Swatsniper_716: I predict my most played song will be [star shopping] #SpotifyWrapped"
## 
## [[1430]]
## [1] "mocellosag: I predict my most played song will be una super chunga. #SpotifyWrapped"
## 
## [[1431]]
## [1] "usernotanyname: I predict my most played song will be uhhh something by harry styles #SpotifyWrapped"
## 
## [[1432]]
## [1] "martaftgerard: I predict my most played song will be Destino o Casualidad de @MelendiOficial  #SpotifyWrapped"
## 
## [[1433]]
## [1] "yunhotriever24: I predict my top artist will be @ATEEZofficial 🤭🤭🤭#SpotifyWrapped"
## 
## [[1434]]
## [1] "online_rhino: I predict my top artist will be @slipknot #SpotifyWrapped"
## 
## [[1435]]
## [1] "eyemusing: I predict my top artist will be probably Carly Rae Jepsen if I ruined my Wrapped this year… or Britney (that time I… https://t.co/rerh8CHqIZ"
## 
## [[1436]]
## [1] "martibeenfly: I predict my most played song will be Tell the Vision by Kanye West\n#SpotifyWrapped"
## 
## [[1437]]
## [1] "thisisedel_xo: 3 days until #SpotifyWrapped"
## 
## [[1438]]
## [1] "thee_LuiRemix: Oh and #SpotifyWrapped"
## 
## [[1439]]
## [1] "V1rus_Alert: I predict my top podcast will be [The Magnus Archives] #SpotifyWrapped"
## 
## [[1440]]
## [1] "EmmaJac28300283: Anyone interested for free trials or paid subscriptions. Contact me on WhatsApp or text me in personal messanger. W… https://t.co/7hGyKH5lwp"
## 
## [[1441]]
## [1] "V1rus_Alert: I predict my top artist will be [The Stupendium or The Mechanisms] #SpotifyWrapped"
## 
## [[1442]]
## [1] "aquarianweekly: Hm… lots more Apple Music peeps than expected… keep #voting! #SpotifyWrapped"
## 
## [[1443]]
## [1] "AshaWasHere: I predict my top artist will be Camellia definitely I KNOW IT #SpotifyWrapped"
## 
## [[1444]]
## [1] "DoinsSport: Messi should kindly apologize to Mexican and the world in general, this kind of act is unfair for him been a worldl… https://t.co/x1HG3YgPDY"
## 
## [[1445]]
## [1] "eyemusing: I predict my top genre will be pft! Idk indie pop? #SpotifyWrapped"
## 
## [[1446]]
## [1] "Felix_Onyenugwu: Which music streaming app do you prefer?\n\n#SpotifyWrapped #boomplay #music"
## 
## [[1447]]
## [1] "DerivJay12: Check this out! https://t.co/1cz0bp3stn\n#NFT #SpotifyWrapped #Crypto"
## 
## [[1448]]
## [1] "BLACKM0SS: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1449]]
## [1] "V1rus_Alert: I predict my top genre will be [Folk-Punk or Jazz] #SpotifyWrapped"
## 
## [[1450]]
## [1] "harpersversion: I predict my top podcast will be who tf listens to podcasts on spotify #SpotifyWrapped"
## 
## [[1451]]
## [1] "idlmdylm: I predict my most played song will be Child by Mark #SpotifyWrapped"
## 
## [[1452]]
## [1] "HayleyR90286123: I predict my top artist will be [Halsey] #SpotifyWrapped"
## 
## [[1453]]
## [1] "NavInkling: I predict my top podcast will be I don't listen to podcasts #SpotifyWrapped"
## 
## [[1454]]
## [1] "365WHISTLE: • I predict my most played song will be LOVE DIVE\n\n• I predict my top genre will be K-Pop (💀)\n\n• I predict my top a… https://t.co/a9kmL06xDI"
## 
## [[1455]]
## [1] "amyphxm: I predict my top artist will be Illenium LMAO #SpotifyWrapped"
## 
## [[1456]]
## [1] "BLACKM0SS: I predict my most played song will be Black Moss #SpotifyWrapped"
## 
## [[1457]]
## [1] "troysweater: I predict my top artist will be radiohead 😂 #SpotifyWrapped"
## 
## [[1458]]
## [1] "harpersversion: I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped"
## 
## [[1459]]
## [1] "Mrjimsmith1234: @JannyJanis I heard there are a lot of pedophiles there #SpotifyWrapped"
## 
## [[1460]]
## [1] "eyemusing: I predict my most played song will be “Magic” by French Horn Rebellion, That’s Nice, and Patterns #SpotifyWrapped"
## 
## [[1461]]
## [1] "NavInkling: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[1462]]
## [1] "Peteywee337_: It feel like the holidays #CyberMonday #RedVelvet #SpotifyWrapped"
## 
## [[1463]]
## [1] "GiuliaMazzaPh: Thank you @Eminem !🖤\n\n#eminem #video #notafraid #quote #song #misic #21creator #foryou #thankyou #reborn… https://t.co/aYg62zyL4E"
## 
## [[1464]]
## [1] "ActorAngelina: I predict my top podcast will be only listened to one this year and i cant remember which #SpotifyWrapped"
## 
## [[1465]]
## [1] "NavInkling: I predict my top genre will be K-Pop  #SpotifyWrapped"
## 
## [[1466]]
## [1] "amooloona: I predict my most played song will be Lovers Rock by TV Girl #SpotifyWrapped"
## 
## [[1467]]
## [1] "Dali_lama8: Check out Bbyrnedavis2.0's video! #TikTok https://t.co/TJ52vCK0Gi #games #CyberMonday #SpotifyWrapped #RedVelvet… https://t.co/SjTWhE3qGU"
## 
## [[1468]]
## [1] "ReginaMundi7: #iPhone  #GivingTuesday  #TimCook  #cupheadshow  #SpotifyWrapped \nAdvanced Targeting &amp; Global Reach\nReach a 96% of… https://t.co/LcP3FFMQYz"
## 
## [[1469]]
## [1] "nessamartins97: Acredito firmemente que vai ser o @marcotellesbt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1470]]
## [1] "ActorAngelina: I predict my top genre will be Whatever genre chloes been doing #SpotifyWrapped"
## 
## [[1471]]
## [1] "undercoverbri: I predict my top artist will be the one and only ✨ @MacMiller ✨ #SpotifyWrapped"
## 
## [[1472]]
## [1] "harpersversion: I predict my top genre will be Pop or K-Pop #SpotifyWrapped"
## 
## [[1473]]
## [1] "farhan__mehmood: How do i check my  #SpotifyWrapped"
## 
## [[1474]]
## [1] "NavInkling: I predict my most played song will be Numb Little Bug by Em Beihold #SpotifyWrapped"
## 
## [[1475]]
## [1] "ActorAngelina: I predict my top artist will be Chloe Moriondo #SpotifyWrapped"
## 
## [[1476]]
## [1] "HayleyR90286123: I predict my most played song will be [So Good by @halsey ] #SpotifyWrapped"
## 
## [[1477]]
## [1] "erinkoleary: How is this gonna put me on blast before my #SpotifyWrapped even comes out https://t.co/p87LCPhoED"
## 
## [[1478]]
## [1] "nessamartins97: Aposto em: mais do que tudo da @Thamiresgarciav\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1479]]
## [1] "RoninStarted: I predict my most played song will be starwalkin #SpotifyWrapped"
## 
## [[1480]]
## [1] "wingobingus: Balls or nuts #DonaldTrump #SpotifyWrapped #CyberMonday #البرازيل_ِسويسرا"
## 
## [[1481]]
## [1] "foundeasily: I predict my top artist will be @lucydacus\n #SpotifyWrapped"
## 
## [[1482]]
## [1] "harpersversion: I predict my most played song will be Midnight Rain #SpotifyWrapped"
## 
## [[1483]]
## [1] "martyw82: I predict my top podcast will be [@TheWeeklyPlanet] #SpotifyWrapped"
## 
## [[1484]]
## [1] "ActorAngelina: I predict my most played song will be Post Party Trauma  #SpotifyWrapped"
## 
## [[1485]]
## [1] "DM8315: #SpotifyWrapped is nearly here.\n\nI could probably predict what's going to be on it, but it's always a fun time regardless :)"
## 
## [[1486]]
## [1] "margmak: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped podcasts"
## 
## [[1487]]
## [1] "thetinysilva: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1488]]
## [1] "1Informer2: Hello Sir Can you're team Comeup Translate option here Like Facebook  Thank You 🌹… https://t.co/xN5568IlYI"
## 
## [[1489]]
## [1] "HectorDMS: I predict my top podcast will be [I don't listen to podcasts] #SpotifyWrapped"
## 
## [[1490]]
## [1] "idkitsnicole: can’t wait to see bad bunny as my top artist again 🤭 #SpotifyWrapped"
## 
## [[1491]]
## [1] "kplayfest: Me when I see I’m in the top 1% of listeners for Seventeen - JA \n#SpotifyWrapped https://t.co/jy05Ed97hD"
## 
## [[1492]]
## [1] "thetinysilva: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1493]]
## [1] "sh0rtest_str4w: i predict my top artist will be metallica #SpotifyWrapped"
## 
## [[1494]]
## [1] "PIIKOK: I predict my most played song will be Atopos by Bjork #SpotifyWrapped"
## 
## [[1495]]
## [1] "sirensinb: I predict my top podcast will be swell shenanigans #SpotifyWrapped"
## 
## [[1496]]
## [1] "DulljshhA: I predict my top artist will be UnoTheActivist #SpotifyWrapped"
## 
## [[1497]]
## [1] "sirensinb: I predict my top artist will be gfriend #SpotifyWrapped"
## 
## [[1498]]
## [1] "jeenonamit: I’m not sharing my #SpotifyWrapped, that shit’s between me and god"
## 
## [[1499]]
## [1] "phantomghafa: I predict my top podcast will be Are &amp; Be? that's the one i Remember listening to #SpotifyWrapped"
## 
## [[1500]]
## [1] "thea__25: HURRY UP SPOTIFY WRAPPED @Spotify #SpotifyWrapped"
## 
## [[1501]]
## [1] "thetinysilva: I predict my most played song will be no body, no crime #SpotifyWrapped"
## 
## [[1502]]
## [1] "LVJYadmirer: I predict my top genre will be dsmp bro TAKE IT OFFF  #SpotifyWrapped"
## 
## [[1503]]
## [1] "martyw82: I predict my top artist will be [@HansZimmer] #SpotifyWrapped"
## 
## [[1504]]
## [1] "HectorDMS: I predict my top artist will be [@twentyonepilots mis papis] #SpotifyWrapped"
## 
## [[1505]]
## [1] "gowonning: I predict my top artist will be  loona #SpotifyWrapped"
## 
## [[1506]]
## [1] "sirensinb: I predict my top genre will be k-pop #SpotifyWrapped"
## 
## [[1507]]
## [1] "phantomghafa: I predict my top artist will be Rina Sawayama no Doubts #SpotifyWrapped"
## 
## [[1508]]
## [1] "Melissa_Wasser: I am honored at this three day lineup!!! Can't wait for the #SpotifyWrapped this year! 🥰 #instafest https://t.co/FfScbjMYub"
## 
## [[1509]]
## [1] "Haifinphoto: I predict my top artist will be Eva Shaw and Kris the Spirit #SpotifyWrapped"
## 
## [[1510]]
## [1] "neeeloys: I predict my top artist will be [fill in top artist prediction] tinatanong pa ba yan? keme #SpotifyWrapped"
## 
## [[1511]]
## [1] "HectorDMS: I predict my top genre will be [Pop or Alternative] #SpotifyWrapped"
## 
## [[1512]]
## [1] "whatthe_hayls: I look forward to #SpotifyWrapped way too much for someone that listens to the same 3 artists on repeat nonstop"
## 
## [[1513]]
## [1] "drachenovska: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[1514]]
## [1] "phantomghafa: I predict my top genre will be unfortunately pop #SpotifyWrapped"
## 
## [[1515]]
## [1] "curtainfarewell: I predict my top artist will be Nightcord at 25 or Vivid Bad Squad #SpotifyWrapped"
## 
## [[1516]]
## [1] "ya_SKZ731: I predict my top podcast will be Rotten Mango #SpotifyWrapped"
## 
## [[1517]]
## [1] "phantomghafa: I predict my most played song will be Imagining by Rina Sawayama #SpotifyWrapped"
## 
## [[1518]]
## [1] "HectorDMS: I predict my most played song will be [Shy Away] #SpotifyWrapped"
## 
## [[1519]]
## [1] "SplinterRatio: I predict my top artist will be [@DukiSSJ] #SpotifyWrapped"
## 
## [[1520]]
## [1] "drachenovska: I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped"
## 
## [[1521]]
## [1] "Ms_KatW: I predict my top artist will be Ricky Martin or Harry Styles. #SpotifyWrapped"
## 
## [[1522]]
## [1] "HarkomsV: @laurenboebert @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur we… https://t.co/uwvziJnzEo"
## 
## [[1523]]
## [1] "StuffFromBlock3: I predict my most played song will be Filter by Jimin. It's the first song on my sleepytime playlist. #SpotifyWrapped"
## 
## [[1524]]
## [1] "RagingWhormoans: I predict my top artist will be #OnlyOneOf #SpotifyWrapped"
## 
## [[1525]]
## [1] "Tarrah_Danielle: I predict my top artist will be @machinegunkelly #SpotifyWrapped"
## 
## [[1526]]
## [1] "sirensinb: I predict my most played song will be bop bop! #SpotifyWrapped"
## 
## [[1527]]
## [1] "kayladon9: I predict my top podcast will be This Changes Everything by @JeffGuentherLPC and @imsararice #SpotifyWrapped"
## 
## [[1528]]
## [1] "neeeloys: I predict my most played song will be [words by f.r david or 2 minus 1 by svt] #SpotifyWrapped"
## 
## [[1529]]
## [1] "simona_bargagli: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I really don’t know this one, may… https://t.co/rUBWjozO5B"
## 
## [[1530]]
## [1] "devilmidwinter: I predict my most played song will be [happier - olivia rodrigo] #SpotifyWrapped"
## 
## [[1531]]
## [1] "ya_SKZ731: I predict my top artist will be @Stray_Kids #SpotifyWrapped"
## 
## [[1532]]
## [1] "curtainfarewell: I predict my most played song will be Unfriendly Hater or Shine a Light(reprise) #SpotifyWrapped"
## 
## [[1533]]
## [1] "MikPikRik: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1534]]
## [1] "ya_SKZ731: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[1535]]
## [1] "Ms_KatW: I predict my most played song will be As It Was or A Veces Bien Y A Veces Mal. #SpotifyWrapped"
## 
## [[1536]]
## [1] "Jamdungghal: I predict my top podcast will be [#Archetypes] #SpotifyWrapped"
## 
## [[1537]]
## [1] "wowyolotv: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[1538]]
## [1] "Robert_scott30: Create delightful customer experiences. Have a delightful time doing it. that's where #HubSpot came in\nlearn more 👇… https://t.co/OmrgBXpB0h"
## 
## [[1539]]
## [1] "salimishmael_: Yeah I love this #instafestapp thingy. A festival and a half by #Spotify. Now we wait for #SpotifyWrapped https://t.co/nKkOp9eBD9"
## 
## [[1540]]
## [1] "JosszzoL: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[1541]]
## [1] "HarkomsV: A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/vV8VHLepH9"
## 
## [[1542]]
## [1] "simona_bargagli: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift"
## 
## [[1543]]
## [1] "BonnieAuntea: I predict my top podcast will be #Archetypes  #SpotifyWrapped"
## 
## [[1544]]
## [1] "TinaDarwell: ❄️Love how these turned out😍 Link in bio to purchase #SpotifyWrapped #CyberMonday #christmas2022 #christmasnails… https://t.co/dEhFkjF0MQ"
## 
## [[1545]]
## [1] "TonicForg: Somehow #SpotifyWrapped got me worried"
## 
## [[1546]]
## [1] "SirHotLaps: I predict my most played song will be Attention by NewJeans #SpotifyWrapped"
## 
## [[1547]]
## [1] "KaosBunny: cant wait to see dsmp on my spotify wrapped for the 3rd year in a row\n\n#SpotifyWrapped"
## 
## [[1548]]
## [1] "ya_SKZ731: I predict my most played song will be [Red Lights by @Stray_Kids] #SpotifyWrapped"
## 
## [[1549]]
## [1] "rocketenginee: “free thinkers” waiting for their #SpotifyWrapped https://t.co/I1pRqDnxTs"
## 
## [[1550]]
## [1] "cardigron: I predict my top artist will be Taylor Swift  #SpotifyWrapped no one else is even coming close"
## 
## [[1551]]
## [1] "Albas_Fortune: I predict my most played song will be  Bad Habits by Steve Lacy #SpotifyWrapped"
## 
## [[1552]]
## [1] "simona_bargagli: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped boy band or pop"
## 
## [[1553]]
## [1] "LM_woomy: I predict my top podcast will be I DONT LISTEN TO PODCASTS :P #SpotifyWrapped"
## 
## [[1554]]
## [1] "EpinardGuard: I predict my most played song will be Yakety Sax #SpotifyWrapped"
## 
## [[1555]]
## [1] "ihopeudrownmore: I predict my top artist will be deftones #SpotifyWrapped"
## 
## [[1556]]
## [1] "simona_bargagli: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped keep drinking by Harry Styles"
## 
## [[1557]]
## [1] "sarahbethismyl1: I’ll get some random artist I listened to once as my #1 or artists I don’t listen to but did in 2020 like the last two years #SpotifyWrapped"
## 
## [[1558]]
## [1] "emotrash_wuff: Bruh I'm scared to see my #SpotifyWrapped when it comes up. it's just gonna be a sad song after another and once it… https://t.co/uBhZuqpn8D"
## 
## [[1559]]
## [1] "di_shun_meh_die: I predict my top artist will be #ATEEZ @ATEEZofficial #SpotifyWrapped https://t.co/0uKWz9GVCx"
## 
## [[1560]]
## [1] "cardigron: I predict my top genre will be pop 😋 #SpotifyWrapped"
## 
## [[1561]]
## [1] "maemaedc: I predict my top artist will be @dustinlynch #SpotifyWrapped"
## 
## [[1562]]
## [1] "nikfinite: I predict my top podcast will be Always Sunny Podcast (sorry Dissect) #SpotifyWrapped"
## 
## [[1563]]
## [1] "MoonlightsCoven: I predict my top artist will be [ariana grande] #SpotifyWrapped"
## 
## [[1564]]
## [1] "margmak: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan #archetypesonspotify #Archetypes"
## 
## [[1565]]
## [1] "cardigron: I predict my most played song will be August  #SpotifyWrapped I had a MASSIVE august phase in June where I literall… https://t.co/N2m7AEssh2"
## 
## [[1566]]
## [1] "macks_page: saying it rn my top artist is either gonna be the wrecks OR bmth. but im 90% sure it's gonna be the wrecks #SpotifyWrapped"
## 
## [[1567]]
## [1] "LM_woomy: I predict my top artist will be beyoncé #SpotifyWrapped"
## 
## [[1568]]
## [1] "Uwusukuru: @Google, how can i learn to trust again?\n#LateLateShow #LateNightTwitter #LateNights #SpotifyWrapped #sadcatdance #thinking #thoughts"
## 
## [[1569]]
## [1] "CALIFORNIAW0RLD: I predict my top genre will be dark trap #SpotifyWrapped"
## 
## [[1570]]
## [1] "kurzedificio: I predict my top artist will be Mamamoo #SpotifyWrapped"
## 
## [[1571]]
## [1] "LM_woomy: I predict my top genre will be rap #SpotifyWrapped \n\nor whatever it’s called is it called rap or hip hop &amp; r&amp;b"
## 
## [[1572]]
## [1] "xamitexmusic: The music has chosen me and as I continue to give it my all I can't do this alone I want you to be with me, to pray… https://t.co/SEsRmXW5XG"
## 
## [[1573]]
## [1] "nikfinite: I predict my top artist will be Ichiko Aoba #SpotifyWrapped"
## 
## [[1574]]
## [1] "MoonlightsCoven: I predict my most played song will be [tek it - cafune] #SpotifyWrapped"
## 
## [[1575]]
## [1] "maemaedc: I predict my top genre will be Country #SpotifyWrapped"
## 
## [[1576]]
## [1] "starsrsocool: I predict my top podcast will be tondemo wonderz 💀💀💀#SpotifyWrapped"
## 
## [[1577]]
## [1] "musubigarbage: I predict my top artist will be Joji (it is i already know im not ashamed) #SpotifyWrapped"
## 
## [[1578]]
## [1] "CALIFORNIAW0RLD: I predict my most played song will be OMFG by lil peep #SpotifyWrapped"
## 
## [[1579]]
## [1] "Startup_Canada: @Spotify We're predicting our top podcasts will be the Startup Canada Podcast and the Startup Women Podcast - which… https://t.co/vLnIALgydK"
## 
## [[1580]]
## [1] "DIEGUIRRI_89: All the time 🤴🏼👸🏼 #SpotifyWrapped https://t.co/ii3ODGtaI9"
## 
## [[1581]]
## [1] "NosleepPodcast: Will the @NosleepPodcast top your #SpotifyWrapped list this year? \n\n@Spotify is just one of the many places you can… https://t.co/JYMoZnCXz4"
## 
## [[1582]]
## [1] "Samantha_lilac: I am so curious this year #SpotifyWrapped"
## 
## [[1583]]
## [1] "shiemisss: I predict my most played song will be— \nI want to see my wrapped but I want to see TJ’s even more \n\n#SpotifyWrapped"
## 
## [[1584]]
## [1] "therealparis23: Last moment to shine ✨ \n\nDon’t miss out on this last event of the semester. \n\nYoung Invincibles is providing the op… https://t.co/0WxOJ5pKFk"
## 
## [[1585]]
## [1] "LM_woomy: I predict my most played song will be CHURCH GIRL by beyoncé #SpotifyWrapped"
## 
## [[1586]]
## [1] "starsrsocool: I predict my top artist will be taylor lana or conan  #SpotifyWrapped"
## 
## [[1587]]
## [1] "nikfinite: I predict my most played song will be The Heart Part 5 #SpotifyWrapped"
## 
## [[1588]]
## [1] "neverlastinline: I predict my top artist will be @fredagainagain1  #SpotifyWrapped"
## 
## [[1589]]
## [1] "Kinga_Ninurta: Black History Month or #SpotifyWrapped ???? https://t.co/RnWE7UhKmK"
## 
## [[1590]]
## [1] "starsrsocool: I predict my top genre will be rock?? #SpotifyWrapped"
## 
## [[1591]]
## [1] "itsvdanni: I predict my top artist will be [stray kids or ariana grande] #SpotifyWrapped"
## 
## [[1592]]
## [1] "gwyx6: I predict my top genre will be either dsmp or pop  #SpotifyWrapped"
## 
## [[1593]]
## [1] "maemaedc: I predict my most played song will be  @cberrymusic Whiskey Take It Easy #SpotifyWrapped"
## 
## [[1594]]
## [1] "starsrsocool: I think my most played song will be something from conan fr #SpotifyWrapped (im doing the spotify thinf)"
## 
## [[1595]]
## [1] "sncaffee: I predict my top podcast will be @athletessweat (this is what I get for being a supportive friend who doesn’t liste… https://t.co/Yn5BCHBAPn"
## 
## [[1596]]
## [1] "GapsFNT: Selling wildcat skin code for 30$ #FortniteChapter3Season4         #FortniteChapter4 #FortniteChrome #Fortnite… https://t.co/wDqqlL8AAv"
## 
## [[1597]]
## [1] "FevenA: @megdex ooooo me too\n\n#SpotifyWrapped"
## 
## [[1598]]
## [1] "sapphohyunjin: I predict my top artist will be @Stray_Kids #SpotifyWrapped"
## 
## [[1599]]
## [1] "cewulidgabxyau9: US agents perps pump ethanol, nano-aerosol which can be heated via #EMF\n\nIt's 29°C but my room is blasting with hea… https://t.co/8LY0PNuXDu"
## 
## [[1600]]
## [1] "TeeRexradio: How bout these #gasprices #SpotifyWrapped #CyberMonday #RedVelvetBirthdayParty #WorldCup2022 #Rexontheradio https://t.co/sjJAuQYf0s"
## 
## [[1601]]
## [1] "GeorgeColuccia: I predict my top genre will be #blackmetal #SpotifyWrapped"
## 
## [[1602]]
## [1] "sapphohyunjin: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[1603]]
## [1] "ZellBellArt: Calling it now. My #SpotifyWrapped will have EDM as my top genre and the top song will be Everything Goes on by Porter Robinson."
## 
## [[1604]]
## [1] "baekseongseung: I predict my most played song will be “Under the Skin” by &amp;TEAM! #SpotifyWrapped"
## 
## [[1605]]
## [1] "Lurifodase: I predict my top genre will be Indie Pop #SpotifyWrapped"
## 
## [[1606]]
## [1] "sapphohyunjin: I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped"
## 
## [[1607]]
## [1] "UncleHerpes: THIS IS ALL I NEED TO KNOW\n\nNO WEED FOR THIS CLOWN \n\nWE MUST CURE HERPES \n\n#testosterone #testicles #herpes… https://t.co/saxaPkVUNH"
## 
## [[1608]]
## [1] "etherealheartt: I predict my top podcast will be Jay shetty #SpotifyWrapped"
## 
## [[1609]]
## [1] "5w1tchGaming: I predict my top podcast will be @dungeonsanddads  #SpotifyWrapped wooooooo"
## 
## [[1610]]
## [1] "Lurifodase: Threadzinha que o spotify disponibilizou\n\nI predict my most played song will be Francis Forever #SpotifyWrapped"
## 
## [[1611]]
## [1] "itsvdanni: I predict my top genre will be [edm or kpop lmao] #SpotifyWrapped"
## 
## [[1612]]
## [1] "HarkomsV: A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/uoCyHZw20K"
## 
## [[1613]]
## [1] "Uwusukuru: I fixed you and you broke me, guess\nthats the thing i deserved after all...\n#nsfwtwt #nsfwtw #nsfwart #NSFWRP… https://t.co/r55axELNXq"
## 
## [[1614]]
## [1] "swiftwonders: i just want my #SpotifyWrapped already omg"
## 
## [[1615]]
## [1] "etherealheartt: I predict my top artist will be justin bieber #SpotifyWrapped"
## 
## [[1616]]
## [1] "m1dn1ght5_13: I predict my top artist will be TAYLOR SWIFT OFC #SpotifyWrapped"
## 
## [[1617]]
## [1] "5w1tchGaming: I predict my top artist will be AAAAAAAAAAAAAAAAAAAAAAAAAAAGH REX ORANGE JUMPSUIT #SpotifyWrapped"
## 
## [[1618]]
## [1] "etherealheartt: I predict my top genre will be dance #SpotifyWrapped"
## 
## [[1619]]
## [1] "itsvdanni: I predict my most played song will be [Get it Shawty by Lloyd] #SpotifyWrapped"
## 
## [[1620]]
## [1] "mkaRocki: #SpotifyWrapped is trending but it’s not out yet. Y’all gonna stop playing with me. 🤣"
## 
## [[1621]]
## [1] "etherealheartt: I predict my most played song will be can't be myself by justin bieber #SpotifyWrapped"
## 
## [[1622]]
## [1] "Bezvard: ik for a fact HOUSTONFORNICATION is my #1 in spotify wrapped #SpotifyWrapped"
## 
## [[1623]]
## [1] "makelessharries: I predict my most played song will be As It Was, duh #SpotifyWrapped"
## 
## [[1624]]
## [1] "_darklikemysoul: I predict my top artist will be N25 hands down, if not imma kms #SpotifyWrapped"
## 
## [[1625]]
## [1] "trivialtony: I predict my top artist will be The Beatles. #SpotifyWrapped"
## 
## [[1626]]
## [1] "Grace_Costags: I predict my top artist will be Zeds Dead #SpotifyWrapped"
## 
## [[1627]]
## [1] "enchantlwt: I predict my most played song will be [cardigan] #SpotifyWrapped"
## 
## [[1628]]
## [1] "Nami_501: I know who my top artist will be (Taylor Swift obviously), but I'm curious as to Wich song will be my most played #SpotifyWrapped"
## 
## [[1629]]
## [1] "trivialtony: I predict my top genre will be Classic Rock. #SpotifyWrapped"
## 
## [[1630]]
## [1] "sncaffee: I predict my most played song will be Want Me by @babyqueen or Tell Your Story - Extended by @derivakat #SpotifyWrapped"
## 
## [[1631]]
## [1] "alloeium: WHERE IS IT #SpotifyWrapped"
## 
## [[1632]]
## [1] "inezwil: I predict my top podcast will be Archetypes] #SpotifyWrapped"
## 
## [[1633]]
## [1] "Grace_Costags: I predict my top genre will be EDM obviously #SpotifyWrapped"
## 
## [[1634]]
## [1] "fxckoklahoma: my #SpotifyWrapped this year is just going to tell me in colour how depressed i actually am"
## 
## [[1635]]
## [1] "_darklikemysoul: I predict my most played song will be BITTER CHOCO DECORATION #SpotifyWrapped"
## 
## [[1636]]
## [1] "I_need_theatre: I predict my top artist will be Beyoncé\n#SpotifyWrapped"
## 
## [[1637]]
## [1] "augustlore: I predict my most played song will be false god #SpotifyWrapped"
## 
## [[1638]]
## [1] "MormanCalorie: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[1639]]
## [1] "Grace_Costags: I predict my most played song will be Think of You by Zeds Dead or Screamsaver VIP Subtronics  #SpotifyWrapped"
## 
## [[1640]]
## [1] "augustlore: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[1641]]
## [1] "trivialtony: I predict my most played song will be Hello It's Me by Todd Rundgren. #SpotifyWrapped"
## 
## [[1642]]
## [1] "HarkomsV: @PierrePoilievre A lot of store owners are not making sales on their products/services Websites. Drop ur website UR… https://t.co/JAelaiaJvj"
## 
## [[1643]]
## [1] "2blaqofficial1: What do you guys think #SpotifyWrapped #CyberMonday https://t.co/zrSkpJXiwW"
## 
## [[1644]]
## [1] "RosieHoranx: I predict my most played song will be fine line #SpotifyWrapped"
## 
## [[1645]]
## [1] "loveforitadori: I predict my top artist will be [Brent faiyaz ] #SpotifyWrapped"
## 
## [[1646]]
## [1] "fandeaitanaaax: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\npop"
## 
## [[1647]]
## [1] "krissybeeean: I predict/hope my top artist will be @sanbenito #SpotifyWrapped ☀️❤️"
## 
## [[1648]]
## [1] "MormanCalorie: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1649]]
## [1] "melc91: Waiting #SpotifyWrapped just to see the holy trinity at the first places https://t.co/Cv1bQdzdyN"
## 
## [[1650]]
## [1] "BootsPerkins: Check out DNR Monster. Type him in your googler and enjoy. #SpotifyWrapped #Spotify #iTunes #CyberMonday #NewMusic"
## 
## [[1651]]
## [1] "kayladon9: I predict my most played song will be Northern Attitude by @NoahKahan #SpotifyWrapped"
## 
## [[1652]]
## [1] "I_need_theatre: I predict my top genre will be Hip hop or Pop lol. #SpotifyWrapped"
## 
## [[1653]]
## [1] "OakenHooHoo: I predict my top artist will be probably demondice but as of recently i’ve like fell out of demondice so i’m rootin… https://t.co/XglKp8dr77"
## 
## [[1654]]
## [1] "MormanCalorie: I predict my most played song will be No Control #SpotifyWrapped"
## 
## [[1655]]
## [1] "namutambowataka: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype"
## 
## [[1656]]
## [1] "loveforitadori: I predict my top genre will be [rap or pop] #SpotifyWrapped"
## 
## [[1657]]
## [1] "briesglcw: I predict my most played song will be rwylm from everymore #SpotifyWrapped"
## 
## [[1658]]
## [1] "PenThePenguin_: I predict my top podcast will be [R/Slash] #SpotifyWrapped @rslashyt"
## 
## [[1659]]
## [1] "juanduenas_: I predict my top podcast will be [fill in top podcast prediction] lol none I only listen on road trips over three days #SpotifyWrapped"
## 
## [[1660]]
## [1] "fandeaitanaaax: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nEn el coche"
## 
## [[1661]]
## [1] "0xWaldoVision: I predict my most played song will be Prettiest Problem By Asian Doll #SpotifyWrapped @AsianDaBrattt"
## 
## [[1662]]
## [1] "iamaudreyp: I predict my top genre will be [soul] #SpotifyWrapped"
## 
## [[1663]]
## [1] "WalterGarre: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Pelotuda o Mimos son Mimos"
## 
## [[1664]]
## [1] "fandeaitanaaax: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nAitana :))"
## 
## [[1665]]
## [1] "loveforitadori: I predict my most played song will be [new magic wand-tyler the creator] #SpotifyWrapped"
## 
## [[1666]]
## [1] "I_need_theatre: I predict my most played song will be Church Girl \n#SpotifyWrapped"
## 
## [[1667]]
## [1] "Jace98127644: Damn #SpotifyWrapped https://t.co/YobnvVQ7MM"
## 
## [[1668]]
## [1] "clshields1980: I predict my top artist will be @thebeatles #SpotifyWrapped"
## 
## [[1669]]
## [1] "PenThePenguin_: I predict my top artist will be [The Kid Laroi] #SpotifyWrapped @thekidlaroi"
## 
## [[1670]]
## [1] "Neziy_: I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped"
## 
## [[1671]]
## [1] "bravefortzu: @PALLOMmp3 it would be a lie if he's on my #SpotifyWrapped"
## 
## [[1672]]
## [1] "lexicozartt: I predict my top artist will be don toliver of course 😝 #SpotifyWrapped"
## 
## [[1673]]
## [1] "juanduenas_: I predict my top artist will be [fill in top artist prediction]  maybe ETHEL CAIN. @mothercain #SpotifyWrapped"
## 
## [[1674]]
## [1] "fem_yeq: I predict my most played song will be [Industry Baby] #SpotifyWrapped"
## 
## [[1675]]
## [1] "ZoomSlay28: I predict my top artist will be [Juice Wrld] #SpotifyWrapped"
## 
## [[1676]]
## [1] "NanaAkwan: Whenever we are in a public transport and the driver uses an unknown road, we remove our earpiece to see the road c… https://t.co/L5bCGADHqT"
## 
## [[1677]]
## [1] "PenThePenguin_: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[1678]]
## [1] "RealFlexiAfrica: Ghana 🇬🇭 has played two (2) games so far. Both games have been listed by FIFA as contenders of Game of the Tourname… https://t.co/dyLE71TSXl"
## 
## [[1679]]
## [1] "bigtimedogs: I predict my top artist will be @thestrokes #SpotifyWrapped"
## 
## [[1680]]
## [1] "Trojan0026: I predict my most played song will be Night Witches by @sabaton  #SpotifyWrapped"
## 
## [[1681]]
## [1] "Magicalharvest1: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #OneTreeHill podcast"
## 
## [[1682]]
## [1] "iGuessItsBlake: I predict my top podcast will be [Supermegacast] #SpotifyWrapped"
## 
## [[1683]]
## [1] "juanduenas_: I predict my top genre will be [fill in top genre prediction] pop rock !! I think #SpotifyWrapped"
## 
## [[1684]]
## [1] "PenThePenguin_: I predict my most played song will be [Doom - JuiceWrld or Without You - TheKidLaroi] #SpotifyWrapped"
## 
## [[1685]]
## [1] "SharkieSkittle: I predict my top artist will be [100 gecs] #SpotifyWrapped"
## 
## [[1686]]
## [1] "OakenHooHoo: I predict my top genre will be [fill in top genre prediction]  i have no idea #SpotifyWrapped"
## 
## [[1687]]
## [1] "ZoomSlay28: I predict my most played song will be [I’m Still- Juice Wrld] #SpotifyWrapped"
## 
## [[1688]]
## [1] "iGuessItsBlake: I predict my top artist will be [joji] #SpotifyWrapped"
## 
## [[1689]]
## [1] "SharkieSkittle: I predict my most played song will be [hand crushed by a mallet] #SpotifyWrapped"
## 
## [[1690]]
## [1] "Magicalharvest1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #pop"
## 
## [[1691]]
## [1] "pskeedesign: Are looking for an eye-catching typography t-shirt custom t-shirt design, and bulk t-shirt design for Amazon, Shopi… https://t.co/wScDeg0UtZ"
## 
## [[1692]]
## [1] "WakandriaJones: I predict my top podcast will be The Read or The Blanime Podcast #SpotifyWrapped"
## 
## [[1693]]
## [1] "Anzy_aa: What can I say I like my OSTs 😎 \n#SpotifyWrapped https://t.co/Qf66VMmQTB"
## 
## [[1694]]
## [1] "SharkieSkittle: I predict my top genre will be [electronic] #SpotifyWrapped"
## 
## [[1695]]
## [1] "juanduenas_: I predict my most played song will be [fill in top song prediction] tennis new song I’m listening every day #SpotifyWrapped"
## 
## [[1696]]
## [1] "happyy08: #iyigeceler #GeceyeNotum #YeniProfilResmi #Qatar2022 #Messi #shorts #short #SpotifyWrapped #GERESP #YouTube… https://t.co/2tP2TyvbFC"
## 
## [[1697]]
## [1] "OakenHooHoo: I predict my most played song will be #SpotifyWrapped probably like nelward or something"
## 
## [[1698]]
## [1] "jaimelozc09: I predict my most played song will be [Nightclub love @matthewmaltese] #SpotifyWrapped"
## 
## [[1699]]
## [1] "melc91: Waiting for #SpotifyWrapped as if I didn't already know who will be at the first place.. https://t.co/gXzIBmvXAn"
## 
## [[1700]]
## [1] "CPLD_music: The way I just KNOW Sleep With Me is going to be my most listened to podcast on #SpotifyWrapped 💀 (lighthearted)"
## 
## [[1701]]
## [1] "Magicalharvest1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #HarryStyles"
## 
## [[1702]]
## [1] "iGuessItsBlake: I predict my top genre will be [alternative rock] #SpotifyWrapped"
## 
## [[1703]]
## [1] "Dannica32000657: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped what the hell is a podcast? Proba… https://t.co/mtu5C8MWWe"
## 
## [[1704]]
## [1] "S_vannn: I predict my top artist will be [Taylor Swift] #SpotifyWrapped ☺️"
## 
## [[1705]]
## [1] "michaelbergla: I predict my top artist will be Nas #SpotifyWrapped"
## 
## [[1706]]
## [1] "DKZENJOYER: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped lucy it will be lucy"
## 
## [[1707]]
## [1] "VlCT0RYSTAR: how did we get here podcast #notsponsored #SpotifyWrapped"
## 
## [[1708]]
## [1] "sofiapease4: I predict my top artist will be taylor. #SpotifyWrapped"
## 
## [[1709]]
## [1] "michaelbergla: I predict my most played song will be Diet Coke- Pusha T #SpotifyWrapped"
## 
## [[1710]]
## [1] "garffan985: I predict my top podcast will be emergency podcast or stephanie soo #SpotifyWrapped"
## 
## [[1711]]
## [1] "theslayence: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[1712]]
## [1] "Dannica32000657: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor come now"
## 
## [[1713]]
## [1] "jaimelozc09: I predict my top artist will be [@Imaginedragons] #SpotifyWrapped"
## 
## [[1714]]
## [1] "Magicalharvest1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #AsItWas"
## 
## [[1715]]
## [1] "ACNH_kitty44: I predict my most played song will be The Gazette - Reilia #SpotifyWrapped"
## 
## [[1716]]
## [1] "iGuessItsBlake: I predict my most played song will be [hurt feelings, by mac miller] #SpotifyWrapped"
## 
## [[1717]]
## [1] "Dannica32000657: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped POP BITCH"
## 
## [[1718]]
## [1] "WakandriaJones: I predict my top artist will be Beyonce #SpotifyWrapped"
## 
## [[1719]]
## [1] "sofiapease4: I predict my top genre will be pop idk #SpotifyWrapped"
## 
## [[1720]]
## [1] "goro_pancakes: I predict my top artist will be whoever tf does the persona songs. Ignoring the fact that I’ve only been listening… https://t.co/XOMTNwVYNz"
## 
## [[1721]]
## [1] "Luisfavicii: I predict my top genre will be  Metal #SpotifyWrapped"
## 
## [[1722]]
## [1] "Dannica32000657: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m positive Taylor swift is th… https://t.co/VMSDdQLxN9"
## 
## [[1723]]
## [1] "Magicalharvest1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1724]]
## [1] "offmalibu: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1725]]
## [1] "ACNH_kitty44: I predict my top genre will be Nu-Metal #SpotifyWrapped"
## 
## [[1726]]
## [1] "rma2saucy: I already know my top artist will be Chris Brown #SpotifyWrapped"
## 
## [[1727]]
## [1] "iammandurr: I predict my top podcast will be [pod meets world] #SpotifyWrapped"
## 
## [[1728]]
## [1] "sofiapease4: I predict my most played song will be it has to be new year’s day or gold rush tbh #SpotifyWrapped"
## 
## [[1729]]
## [1] "JerseyKidPicks: #SpotifyWrapped \n\n#CyberMonday is booming &amp; my deal is best !\n\n         https://t.co/Hv9QSNse0K\n\n#FanDuel… https://t.co/0Sk8hEcBD7"
## 
## [[1730]]
## [1] "florasiac: I predict my top podcast will be Lone Lobos @Xolo_Mariduena #SpotifyWrapped"
## 
## [[1731]]
## [1] "247MzansUpdates: Mbali istore #Betway apple #UthandoNesithembu #SpotifyWrapped #FIFAWorldCupQatar2022 \n\nComing up on The Queen this… https://t.co/oDuhx3sTZH"
## 
## [[1732]]
## [1] "PoppyUpdate: Will @Poppy be on your #SpotifyWrapped this year? 👀💚"
## 
## [[1733]]
## [1] "tiaTiahTT: I predict my top artist will be #TaylorSwift 😂 it always is 🤷🏼‍♀️ #SpotifyWrapped"
## 
## [[1734]]
## [1] "iammandurr: I predict my top artist will be [carly rae jepsen] #SpotifyWrapped"
## 
## [[1735]]
## [1] "ACNH_kitty44: I predict my top artist will be Linkin Park #SpotifyWrapped"
## 
## [[1736]]
## [1] "garffan985: I predict my top artist will be TYLER THE CREATOR!!!!!! #SpotifyWrapped"
## 
## [[1737]]
## [1] "tyunkngomhrt: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1738]]
## [1] "SkierBen: Ski Bum Diaries: the prequel (Behind the Scenes) #Vlog #documentary https://t.co/qkVkm47BEQ via @YouTube #WorldCup2022 #SpotifyWrapped"
## 
## [[1739]]
## [1] "iammandurr: I predict my top genre will be [dance pop always] #SpotifyWrapped"
## 
## [[1740]]
## [1] "WakandriaJones: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[1741]]
## [1] "_thloVer: I predict my top artist will be [#bts] #SpotifyWrapped"
## 
## [[1742]]
## [1] "DeeClose1: @Spotify I listened to podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’s no… https://t.co/EMC6FJOl8e"
## 
## [[1743]]
## [1] "urluvnabi: I predict my top artist will be [TOMORROW X TOGETHER ] #SpotifyWrapped"
## 
## [[1744]]
## [1] "florasiac: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1745]]
## [1] "garffan985: I predict my top genre will be hip hop/ rap #SpotifyWrapped"
## 
## [[1746]]
## [1] "iammandurr: I predict my most played song will be [cuff it by beyonce?] #SpotifyWrapped"
## 
## [[1747]]
## [1] "tyunkngomhrt: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1748]]
## [1] "florasiac: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[1749]]
## [1] "WakandriaJones: I predict my most played song will be Mine by Alex Isley  #SpotifyWrapped"
## 
## [[1750]]
## [1] "shyawaycd: I predict my most played song will be my blood by twenty one pilots hehe #SpotifyWrapped"
## 
## [[1751]]
## [1] "_thloVer: I predict my top genre will be [pop or pl hip-hop] #SpotifyWrapped"
## 
## [[1752]]
## [1] "KenedyRemontada: I predict my top genre will Hip-Hop/ Rap #SpotifyWrapped"
## 
## [[1753]]
## [1] "florasiac: I predict my most played song will be Paris by taylor swift #SpotifyWrapped"
## 
## [[1754]]
## [1] "DidntAskBro7: I predict my top artist will be the big stepper guy #SpotifyWrapped"
## 
## [[1755]]
## [1] "garffan985: I predict my most played song will be pigs or tron cat #SpotifyWrapped"
## 
## [[1756]]
## [1] "tyunkngomhrt: I predict my most played song will be All Too Well 10 Minute Versión #SpotifyWrapped"
## 
## [[1757]]
## [1] "KosimaBiz: December never reach una don dey hot...😂😂🤣hot kids...New video coming soon..😂😂🤣🤣💯#kosimadestaga #SpotifyWrapped… https://t.co/7dJ1gFNZLV"
## 
## [[1758]]
## [1] "DailyTaxMemes: Ran this in advance of #SpotifyWrapped. I'm a cross between an aging, pathetic GenX hanging on to the glory days an… https://t.co/Seu9PPetUw"
## 
## [[1759]]
## [1] "_thloVer: I predict my most played song will be [pied piper by bts] #SpotifyWrapped"
## 
## [[1760]]
## [1] "ChiSIammaJamma: I predict my top artist will be JID #SpotifyWrapped"
## 
## [[1761]]
## [1] "isayrandomshiit: I predict my top artist will be [fill in top artist prediction] Lemon Demon #SpotifyWrapped"
## 
## [[1762]]
## [1] "ToywMe1: Don't underestimate the value of someone who smiles every time they see you ♡\n\n#CyberMonday #CyberMonday2022… https://t.co/FcqhkfD3dz"
## 
## [[1763]]
## [1] "urluvnabi: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[1764]]
## [1] "DidntAskBro7: I predict my most played song will be What’s Good - Tyler the Creator #SpotifyWrapped"
## 
## [[1765]]
## [1] "2Chipmunks43: I predict my top podcast will be @FBPpodcast #SpotifyWrapped"
## 
## [[1766]]
## [1] "KenedyRemontada: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[1767]]
## [1] "ChiSIammaJamma: I predict my most played song will be Kody Blu 31 #SpotifyWrapped"
## 
## [[1768]]
## [1] "urluvnabi: I predict my top podcast will be [@thedivestudios get real.] #SpotifyWrapped"
## 
## [[1769]]
## [1] "nuttelaspread: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[1770]]
## [1] "1CrowdedTable: I predict my top podcast will be Anatomy of Murder  #SpotifyWrapped"
## 
## [[1771]]
## [1] "Rubao112: I predict my most played song will be Bota na buceta remastered #SpotifyWrapped"
## 
## [[1772]]
## [1] "Syphtolo: I predict my top podcast will be NA #SpotifyWrapped"
## 
## [[1773]]
## [1] "nuttelaspread: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[1774]]
## [1] "soaked_nbleach: why is #SpotifyWrapped trending. I thought it came out I got excited"
## 
## [[1775]]
## [1] "JaredOnYT: you are going to see the impact Renaissance had on me when #SpotifyWrapped drops https://t.co/9DBTTlktME"
## 
## [[1776]]
## [1] "TBFINDS: 🚨Y’all go grab your $1 makeup sponge 😱 it’s a good one too\n👉🏼 https://t.co/RsWZstGpik\n#SpotifyWrapped #RedVelvet… https://t.co/ihNMTQ8xyq"
## 
## [[1777]]
## [1] "KenedyRemontada: I predict my most played song will be Soldier - Eminem #SpotifyWrapped"
## 
## [[1778]]
## [1] "Syphtolo: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1779]]
## [1] "j1annamar1a: I predict my most played song will be LATE  NIGHT TALKING BY HARRY STYLES #SpotifyWrapped"
## 
## [[1780]]
## [1] "zoobee_zaba: Inspirational quote of the day :\n\nLife isn't a leaf without air✨\n\n#RedVelvet #CyberMonday #SpotifyWrapped… https://t.co/R934tusRyW"
## 
## [[1781]]
## [1] "Gratych: I predict my top genre will be either K-pop or J-Pop #SpotifyWrapped"
## 
## [[1782]]
## [1] "LitzyBrown1: Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/zwkqwdtbEb"
## 
## [[1783]]
## [1] "kvnq_teeza: SomeDay , I’m gon sell out shows too🙏🏼🙏🏼\n\n#SpotifyWrapped #WizkidFC #Davido #AppleMusicLive #30BG… https://t.co/h0pmfLGzjt"
## 
## [[1784]]
## [1] "Syphtolo: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1785]]
## [1] "EgoStreams: I predict my top artist will be David Bowie #SpotifyWrapped"
## 
## [[1786]]
## [1] "justastargirl9: I predict my top genre will be Pop, Rock, or Eurovision #SpotifyWrapped \n\nI don't even pay attention to genres...."
## 
## [[1787]]
## [1] "Apollo_Knightt: I predict my most played song will be something from Bo burnham or AJR lmao #SpotifyWrapped"
## 
## [[1788]]
## [1] "DolefulLions: Doleful Lions -The Last Four Years #LoFi #IndiePop #SpotifyWrapped #BedroomPop https://t.co/E6JYjyVMPE"
## 
## [[1789]]
## [1] "KellyHart147: I predict my top artist will be [Salt-N-Pepa] #SpotifyWrapped"
## 
## [[1790]]
## [1] "nuttelaspread: I predict my most played song will be Out of Time #SpotifyWrapped"
## 
## [[1791]]
## [1] "wipeyman: #SpotifyWrapped predictions\n\nDrake\nBoldy\nCurren$y\nNudy\nCudi\n\nCouple guesses tho i think I’ll go 3/5"
## 
## [[1792]]
## [1] "itsmeraymel: I predict my top artist will be BLACK PINK #SpotifyWrapped"
## 
## [[1793]]
## [1] "Ollie_loves_fr: I predict my top artist will be Hozier #SpotifyWrapped"
## 
## [[1794]]
## [1] "ImnotRichard6: If I don’t get 12 followers soon my aunt is gonna take away my puppy 🙁😭 please help me get to 12 followers 😭😭… https://t.co/CFHlEI9A21"
## 
## [[1795]]
## [1] "Syphtolo: I predict my most played song will be All too well (Ten Minute Version) (Taylor’s Version) (From the Vault) #SpotifyWrapped"
## 
## [[1796]]
## [1] "Apollo_Knightt: I predict my top genre will be French Pop, regular pop... maybe country involved. #SpotifyWrapped"
## 
## [[1797]]
## [1] "jashinko: I predict my top artist will be yeat or babytron #SpotifyWrapped"
## 
## [[1798]]
## [1] "Ollie_loves_fr: I predict my top genre will be Bedroom Rock #SpotifyWrapped"
## 
## [[1799]]
## [1] "xephas_official: On it @Spotify #SpotifyWrapped 🙂🥳 https://t.co/xTwL6PCisK"
## 
## [[1800]]
## [1] "IdealGameroom: I predict my most played song will be Critical Acclaim by Avenged Sevenfold [] #SpotifyWrapped"
## 
## [[1801]]
## [1] "LitzyBrown1: Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/mVy3teDUWx"
## 
## [[1802]]
## [1] "itsmeraymel: I predict my most played song will be PINK VEMOM #SpotifyWrapped"
## 
## [[1803]]
## [1] "ysuftloverr: I predict my top podcast will be Anything Goes :) #SpotifyWrapped"
## 
## [[1804]]
## [1] "Drownincheddar: I predict my top artist will be [ @iamkillbill] most def  #SpotifyWrapped"
## 
## [[1805]]
## [1] "Ollie_loves_fr: I predict my most played song will be Work song by @Hozier  #SpotifyWrapped"
## 
## [[1806]]
## [1] "jashinko: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[1807]]
## [1] "edetedemakpan: 💸💵💴💶💷₦💰\nGOD OF MONEY LOCATE ME THIS WEEK. \nGOD OF DOLLARS. \nGOD OF POUNDS.\nGOD OF EURO. \nGOD OF RAND. \nGOD OF YEN.… https://t.co/4RvPPNWYTI"
## 
## [[1808]]
## [1] "udbparanoidtoo: I predict my top artist will be Taylor #SpotifyWrapped"
## 
## [[1809]]
## [1] "ysuftloverr: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1810]]
## [1] "SimplyChaotic26: I predict my top artist will be Twenty One Pilots #SpotifyWrapped"
## 
## [[1811]]
## [1] "Smvvth: I predict my top artist will be [#SMVVTH] #SpotifyWrapped"
## 
## [[1812]]
## [1] "jvjmjx: I predict my most played song will be [Kanye West - Gold Digger ft. Jamie Foxx] #SpotifyWrapped"
## 
## [[1813]]
## [1] "jashinko: I predict my most played song will be money so big by yeat #SpotifyWrapped"
## 
## [[1814]]
## [1] "offmalibu: I predict my most played song will be Thousand Miles by The Kid LAROI #SpotifyWrapped"
## 
## [[1815]]
## [1] "ysuftloverr: I predict my top genre will be  pop #SpotifyWrapped"
## 
## [[1816]]
## [1] "sativ4grl: I predict my most played song will be Touch by @keshimusic #SpotifyWrapped"
## 
## [[1817]]
## [1] "itsdreqa: I predict my most played song will be something from tick tick boom #SpotifyWrapped"
## 
## [[1818]]
## [1] "CptLongD: Ok now This Us A FUNNY STREAM 🤣🤣🤣 #SpotifyWrapped #CyberMonday #乌鲁木齐 #RedVelvetBirthdayParty #WorldCup2022 # https://t.co/xoUJT2Lc4C"
## 
## [[1819]]
## [1] "Darker_diamonds: I predict my most played song will be Soft Boy (Wilbur Soot) #SpotifyWrapped"
## 
## [[1820]]
## [1] "yermies3: I predict my top podcast will be [white noise sounds wss] #SpotifyWrapped"
## 
## [[1821]]
## [1] "tw_porn_on_here: IK ITS AT MIDTAGE BUT IN WHAT TIME ZONE? BC ITS 10pm FOR ME RN (GMT) SO IS IT LIKE EST, BST TIMES PLS SOMEONE SAY #SpotifyWrapped"
## 
## [[1822]]
## [1] "kaffienatedkat: I predict my top genre will be indie #SpotifyWrapped"
## 
## [[1823]]
## [1] "yermies3: I predict my top artist will be [RED VELIE] #SpotifyWrapped"
## 
## [[1824]]
## [1] "PauPalauVidal: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1825]]
## [1] "tonisrage: I predict my most played song will be [yes indeed] #SpotifyWrapped"
## 
## [[1826]]
## [1] "ysuftloverr: I predict my most played song will be I knew by Lizzy mcalpine :) #SpotifyWrapped"
## 
## [[1827]]
## [1] "Blxndkidz: the only thing that keeps me alive when shit gets rough is looking forward to next years #SpotifyWrapped to see if im based or cringe"
## 
## [[1828]]
## [1] "Beast_Dank: I predict my top podcast will be Trash Taste podcast #SpotifyWrapped"
## 
## [[1829]]
## [1] "kaffienatedkat: I predict my top artist will be penelope scott #SpotifyWrapped"
## 
## [[1830]]
## [1] "AlshababRadio: 🔷 The occ-upation forces stormed the clinic where Al-Harhi is located in the town of Beit Ummar, north of Hebron.… https://t.co/SpB77GMLv7"
## 
## [[1831]]
## [1] "offmalibu: I predict my top artist will be Justin Bieber #SpotifyWrapped"
## 
## [[1832]]
## [1] "JaireLockdown: I predict my top artist will be Tyler, the Creator #SpotifyWrapped"
## 
## [[1833]]
## [1] "imDudsz_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1834]]
## [1] "Insider747: 45+ of the very best Cyber Monday phone deals available now\nhttps://t.co/YWYK2b13Gm\n#CyberMonday #SpotifyWrapped"
## 
## [[1835]]
## [1] "yermies3: I predict my most played song will be [try again- dear en jaehyun] #SpotifyWrapped"
## 
## [[1836]]
## [1] "VABG__: I predict my top artist will be Lovejoy or Panic! #SpotifyWrapped"
## 
## [[1837]]
## [1] "Brandisandre: I predict my most played song will be [Zimzalabim by Red Velvet] #SpotifyWrapped"
## 
## [[1838]]
## [1] "thafckora: I predict my most played song will be boys dont cry #SpotifyWrapped"
## 
## [[1839]]
## [1] "Nakasanga: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1840]]
## [1] "Beast_Dank: I predict my top artist will be Frank ocean #SpotifyWrapped"
## 
## [[1841]]
## [1] "indianafantum: @thezarprogram Ya see theres no comparing two legends. Socrates and plato, kobe and shaq, otis toole and henry lee… https://t.co/HFETpjujML"
## 
## [[1842]]
## [1] "VABG__: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[1843]]
## [1] "balthazar_and: I predict my most played song will be Something Wicked by @starsetonline  #SpotifyWrapped"
## 
## [[1844]]
## [1] "exhawkyx: I predict my most played song will be Take Me Out by Franz Ferdinand #SpotifyWrapped"
## 
## [[1845]]
## [1] "Beast_Dank: I predict my top genre will be Hip-hop #SpotifyWrapped"
## 
## [[1846]]
## [1] "joanammel: I predict my top artist will be [katey Perry] #SpotifyWrapped"
## 
## [[1847]]
## [1] "VABG__: I predict my most played song will be Privately Owned Spiral Galaxy #SpotifyWrapped"
## 
## [[1848]]
## [1] "juIiansands: I predict my top artist will be [kanye] #SpotifyWrapped"
## 
## [[1849]]
## [1] "intake444: I predict my top artist will be\nlucki \n#SpotifyWrapped"
## 
## [[1850]]
## [1] "juIiansands: I predict my most played song will be [jamba] #SpotifyWrapped"
## 
## [[1851]]
## [1] "Beast_Dank: I predict my most played song will be in my room by frank ocean #SpotifyWrapped"
## 
## [[1852]]
## [1] "anseonii: My Spotify wrapped for 2021 was so sad I was heartbroken LMAO #SpotifyWrapped"
## 
## [[1853]]
## [1] "InfernalAmigops: can we get our #spotifywrapped yet? i wanna know how disappointing my year in music was."
## 
## [[1854]]
## [1] "intake444: I predict my top genre will be \nplugg\n#SpotifyWrapped"
## 
## [[1855]]
## [1] "arshpatel123: I predict my top artist will be [@lilbaby4PF ] #SpotifyWrapped"
## 
## [[1856]]
## [1] "TheOffi14494401: I predict my top artist will be 21 Savage #SpotifyWrapped"
## 
## [[1857]]
## [1] "balthazar_and: I predict my top artist will be @daywavemusic #SpotifyWrapped"
## 
## [[1858]]
## [1] "reellita: I predict my top artist will be @sanbenito #SpotifyWrapped ♥️♥️♥️♥️♥️"
## 
## [[1859]]
## [1] "bageItower: My #SpotifyWrapped predications…\n\nNumber 1 artist being the Taylor Swift\nNumber 1 song is In My Mind by Lyn Lapid… https://t.co/dHZayxh4tP"
## 
## [[1860]]
## [1] "Damain_cyber: Inbox for all account retrievals.\n locked/lost accounts with ease,#gmailhack #gmaildown #hacked #Hacking… https://t.co/QUpWER8YiF"
## 
## [[1861]]
## [1] "cyclops2022: I predict my top genre will be [Indie rock ] #SpotifyWrapped"
## 
## [[1862]]
## [1] "joanammel: I predict my top genre will be [theme songs] #SpotifyWrapped"
## 
## [[1863]]
## [1] "intake444: I predict my most played song will be mellotron - weiland\n#SpotifyWrapped"
## 
## [[1864]]
## [1] "Apollo_Knightt: I predict my top artist will be  more than damn likely, AJR, Alec Benjamin, GIMS, and a few others #SpotifyWrapped"
## 
## [[1865]]
## [1] "Stay_Vicious20: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1866]]
## [1] "arshpatel123: I predict my top genre will be [RAP] #SpotifyWrapped"
## 
## [[1867]]
## [1] "TheOffi14494401: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[1868]]
## [1] "reellita: I predict my top genre will be Latin/Raggaeton #SpotifyWrapped\n\nNon giudicatemi"
## 
## [[1869]]
## [1] "Stay_Vicious20: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[1870]]
## [1] "arshpatel123: I predict my most played song will be [NEVER SLEEP @beatsbynav @trvisXX @lilbaby4PF ] #SpotifyWrapped"
## 
## [[1871]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgN0cRII\n\n#SpotifyWrapped #GiftGalaxy Respect for Iranian Women"
## 
## [[1872]]
## [1] "0_Dantess_0: I predict my most played song will be [Out of time - The Weekend] #SpotifyWrapped \n\nSi, será"
## 
## [[1873]]
## [1] "Stay_Vicious20: I predict my most played song will be Master of Puppets #SpotifyWrapped"
## 
## [[1874]]
## [1] "scrivzLJ: I predict my top artist will be AJR #SpotifyWrapped"
## 
## [[1875]]
## [1] "joanammel: I predict my most played song will be [turn down for what] #SpotifyWrapped"
## 
## [[1876]]
## [1] "LilMamaNat_: #SpotifyWrapped Yall really got me waiting , I know I slacked on my hours of Benito but I still wanna know 👀 https://t.co/JZFDmdCsSl"
## 
## [[1877]]
## [1] "maryondeeznuts: I predict my top podcast will be Stories with Sapphire #SpotifyWrapped"
## 
## [[1878]]
## [1] "Christine_meow: I predict my top podcast will be [I don’t listen to podcasts lol] #SpotifyWrapped"
## 
## [[1879]]
## [1] "TheOffi14494401: I predict my most played song will be MIA #SpotifyWrapped"
## 
## [[1880]]
## [1] "ytmlab6_23: maybe #SpotifyWrapped https://t.co/PftZzd79T3"
## 
## [[1881]]
## [1] "Christine_meow: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[1882]]
## [1] "KR0WNNN: aggressively listening to my 2021 wrapped as I wait for  #SpotifyWrapped 2022"
## 
## [[1883]]
## [1] "CeleneElric: I predict my top podcast will be Distractable lol #SpotifyWrapped"
## 
## [[1884]]
## [1] "maryondeeznuts: I predict my top artist will be Ghost #SpotifyWrapped"
## 
## [[1885]]
## [1] "reellita: I predict my most played song will be Moth To A Flame #SpotifyWrapped"
## 
## [[1886]]
## [1] "maryondeeznuts: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[1887]]
## [1] "Christine_meow: I predict my top genre will be [POP] #SpotifyWrapped"
## 
## [[1888]]
## [1] "VikkiCh21052435: I predict my most played song will be Utopia by Ateez or Cyberpunk by Ateez #SpotifyWrapped"
## 
## [[1889]]
## [1] "asmogotti: I predict my top genre will be electropop #SpotifyWrapped"
## 
## [[1890]]
## [1] "CeleneElric: I predict my top artist will be Lovejoy lol #SpotifyWrapped"
## 
## [[1891]]
## [1] "maureenroseama1: I predict my top genre will be [fill in top genre prediction] pop #SpotifyWrapped"
## 
## [[1892]]
## [1] "C_to_the_: How Black Women Made Themselves Obsolete https://t.co/gsU1gzcSQE You’re transactions are being declined because of… https://t.co/yfRDdqgFi6"
## 
## [[1893]]
## [1] "SplatoonPeru: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[1894]]
## [1] "Christine_meow: I predict my most played song will be [Right Where you left me] #SpotifyWrapped"
## 
## [[1895]]
## [1] "EkoClubNigeria: Follow Eko Club on all socials for more facts like this.\n\n#eko #lagos #blessings #RedVelvet #SpotifyWrapped… https://t.co/MyvBcR3Yjg"
## 
## [[1896]]
## [1] "glamroclc: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[1897]]
## [1] "SplatoonPeru: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[1898]]
## [1] "SplatoonPeru: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[1899]]
## [1] "SplatoonPeru: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[1900]]
## [1] "maureenroseama1: I predict my top artist will be [fill in top artist prediction] pink #SpotifyWrapped"
## 
## [[1901]]
## [1] "CeleneElric: I predict my top genre will be Indie Rock lol #SpotifyWrapped"
## 
## [[1902]]
## [1] "shregg4PF: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[1903]]
## [1] "shosplecolupus: I predict my top artist will @InnerWav #SpotifyWrapped"
## 
## [[1904]]
## [1] "bytheshannynkt: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nOutside of Town by Azwel ✨"
## 
## [[1905]]
## [1] "anna__holcombe: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[1906]]
## [1] "Swatsniper_716: BRO RELEASE #SpotifyWrapped ALREADY 😭😭😭"
## 
## [[1907]]
## [1] "maryondeeznuts: I predict my most played song will be Rats #SpotifyWrapped 😎😎"
## 
## [[1908]]
## [1] "jvjmjx: I predict my top artist will be [Kanye West] #SpotifyWrapped"
## 
## [[1909]]
## [1] "EllieLennie2491: I predict my most played song will be [You’ll Understand When You’re Older] #SpotifyWrapped\n(because that song was… https://t.co/2T8NhJuZnt"
## 
## [[1910]]
## [1] "iluvcharlixcx21: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[1911]]
## [1] "maureenroseama1: I predict my most played song will be [fill in top song prediction] pink all I know  so far #SpotifyWrapped"
## 
## [[1912]]
## [1] "aloisi_tribe: I predict my most played song will be Golden #SpotifyWrapped"
## 
## [[1913]]
## [1] "dacool661: I predict my top genre will be [FABLOO] #SpotifyWrapped"
## 
## [[1914]]
## [1] "pinkbxbie: I predict my top artist will be Lubalin #SpotifyWrapped"
## 
## [[1915]]
## [1] "lxvvie: I predict my top artist will be @NeckDeepUK for a five year streak🤞 #SpotifyWrapped"
## 
## [[1916]]
## [1] "darla65201189: I predict my most played song will be [Mary on a cross - GHOST] #SpotifyWrapped"
## 
## [[1917]]
## [1] "iluvcharlixcx21: I predict my top artist will be Charli XCX #SpotifyWrapped"
## 
## [[1918]]
## [1] "ItsKatnissxxx: Thanks, Spotify. \n\n#SpotifyWrapped https://t.co/jK8seQUa4h"
## 
## [[1919]]
## [1] "anna__holcombe: I predict my most played song will be lover by @taylorswift13 #SpotifyWrapped"
## 
## [[1920]]
## [1] "J4KHz: I predict my most played song will be Pyrex by Sean Price #SpotifyWrapped"
## 
## [[1921]]
## [1] "CeleneElric: I predict my most played song will be Perfume by Lovejoy lol #SpotifyWrapped"
## 
## [[1922]]
## [1] "LostBakaTV: I predict my top artist will be Five Finger Death Punch! #SpotifyWrapped"
## 
## [[1923]]
## [1] "bek_zepeda: I predict my top artist will be [My Chemical Romance ] #SpotifyWrapped"
## 
## [[1924]]
## [1] "lesser_afim: I predict my top podcast will be Form of Therapy #SpotifyWrapped"
## 
## [[1925]]
## [1] "_edgelxrd_: I predict my top artist will be either @savefacenj @MCRofficial or @thewonderyears #SpotifyWrapped"
## 
## [[1926]]
## [1] "0_SteveKosie: I predict my top artist will be @KiDCuDi #SpotifyWrapped"
## 
## [[1927]]
## [1] "xephas_official: I predict my most played song will be [---] #SpotifyWrapped"
## 
## [[1928]]
## [1] "lesser_afim: I predict my top artist will be Brave Girls #SpotifyWrapped"
## 
## [[1929]]
## [1] "ducklingsissy: I predict my top artist will be [Ghost] #SpotifyWrapped"
## 
## [[1930]]
## [1] "fvcknuts: PLEASE I CANT WAIT ANY LONGER #SpotifyWrapped I NEED IT https://t.co/cSNS5Wj9yx"
## 
## [[1931]]
## [1] "bek_zepeda: I predict my top genre will be [ rock ] #SpotifyWrapped"
## 
## [[1932]]
## [1] "imkrissuela: I bet New Jeans will dominate my #SpotifyWrapped"
## 
## [[1933]]
## [1] "lesser_afim: I predict my top genre will be Korean Pop / Girl Group Pop #SpotifyWrapped"
## 
## [[1934]]
## [1] "ducklingsissy: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[1935]]
## [1] "retroflordia: I wish there was better options for software on cell phones..... @kilohead #SpotifyWrapped #WorldCup2022 https://t.co/cqc6jTSpZz"
## 
## [[1936]]
## [1] "sapphicforlwt: I predict my top podcast will be probably the trypod #SpotifyWrapped"
## 
## [[1937]]
## [1] "aloisi_tribe: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[1938]]
## [1] "Iegallylisa: I predict my top podcast will be busy yet pretty #SpotifyWrapped"
## 
## [[1939]]
## [1] "lesser_afim: I predict my most played song will be Thank You by Brave Girls #SpotifyWrapped"
## 
## [[1940]]
## [1] "huachen_zhu: I predict my top artist will be The Neighbourhood #SpotifyWrapped"
## 
## [[1941]]
## [1] "_edgelxrd_: I predict my most played song will be Bury Me Tonight by @savefacenj  #SpotifyWrapped"
## 
## [[1942]]
## [1] "Iegallylisa: I predict my top artist will be either The Weeknd or Lisa #SpotifyWrapped"
## 
## [[1943]]
## [1] "bek_zepeda: I predict my most played song will be [I Feel So] #SpotifyWrapped"
## 
## [[1944]]
## [1] "sapphicforlwt: I predict my top artist will be Louis Tomlinson 100% #SpotifyWrapped"
## 
## [[1945]]
## [1] "enslashy: I predict my top artist will be [David Bowie ] #SpotifyWrapped"
## 
## [[1946]]
## [1] "Gionosai: I predict my top podcast will be [The Pete Quinones Show] #SpotifyWrapped"
## 
## [[1947]]
## [1] "huachen_zhu: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[1948]]
## [1] "charlotte_luve: I wish you guys more happiness and reasons to smile #Chioma \n#SpotifyWrapped https://t.co/JjCOsBfEbz"
## 
## [[1949]]
## [1] "aloisi_tribe: I predict my top genre will be indie pop #SpotifyWrapped"
## 
## [[1950]]
## [1] "madeleineisswag: I predict my top artist will be [the weeknd] #SpotifyWrapped"
## 
## [[1951]]
## [1] "gingercat02: Where is #SpotifyWrapped ?? The gays are waiting!!!!!"
## 
## [[1952]]
## [1] "cammirry: I predict my top podcast will be anything goes with emma (my favorite podcast in the entire world) #SpotifyWrapped"
## 
## [[1953]]
## [1] "thecapguy24: Regret loneliness, embrace oversharing  w/#SpotifyWrapped"
## 
## [[1954]]
## [1] "sapphicforlwt: I predict my top genre will be pop / indie  #SpotifyWrapped"
## 
## [[1955]]
## [1] "madeleineisswag: I predict my most played song will be [out of time by the weeknd] #SpotifyWrapped"
## 
## [[1956]]
## [1] "bellaboolovesj: I predict my top artist will be Mac Miller tbh #SpotifyWrapped"
## 
## [[1957]]
## [1] "ducklingsissy: I predict my most played song will be [Kiss The Go-Goat] #SpotifyWrapped"
## 
## [[1958]]
## [1] "sapphicforlwt: I predict my most played song will be kill my mind #SpotifyWrapped"
## 
## [[1959]]
## [1] "huachen_zhu: I predict my most played song will be Reflections- The Neighbourhood #SpotifyWrapped"
## 
## [[1960]]
## [1] "Iegallylisa: I predict my most played song will be heartless, maybe  #SpotifyWrapped"
## 
## [[1961]]
## [1] "SmoodiWolf: I predict my most played song will be In the Dark by Purple Disco Machine #SpotifyWrapped"
## 
## [[1962]]
## [1] "butterflynbuds: #SpotifyWrapped if you see this please sign! https://t.co/ZEkMgXRUBS #SaveFateTheWinxSaga"
## 
## [[1963]]
## [1] "___joffrey: IMPATIENT #SpotifyWrapped"
## 
## [[1964]]
## [1] "emstunning: I predict my top artist will be [Taylor Swift] for sure. 🤷🏻‍♀️ #SpotifyWrapped"
## 
## [[1965]]
## [1] "cammirry: I predict my top artist will be taylor swift or 5sos (my favs &lt;3) #SpotifyWrapped"
## 
## [[1966]]
## [1] "Luisfavicii: I predict my top artist will be Slipknot  #SpotifyWrapped"
## 
## [[1967]]
## [1] "Seraa: I predict my top podcast will be #Archetypes #SpotifyWrapped https://t.co/ezPXz8w0qr"
## 
## [[1968]]
## [1] "Master_monke: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nI’ll let u guys do that"
## 
## [[1969]]
## [1] "Gionosai: I predict my top artist will be [@EarthWindFire] #EarthWindandFire #SpotifyWrapped https://t.co/EsR5RFLZ71"
## 
## [[1970]]
## [1] "jademelody_: I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped"
## 
## [[1971]]
## [1] "PassyAlyssa: #SpotifyWrapped  I know Gee and BTS are here for sure..."
## 
## [[1972]]
## [1] "CatLoversAsso: This cat gadget can get from this shop. https://t.co/Cxz0KJzy6y\nFree Shipping on order upto $70\n#SpotifyWrapped… https://t.co/boLTvBFtMQ"
## 
## [[1973]]
## [1] "TigerOffcial: I predict my top artist will be [The Move] #SpotifyWrapped"
## 
## [[1974]]
## [1] "aluthordanvers: I predict my top artist will be definitely taylor swift #SpotifyWrapped"
## 
## [[1975]]
## [1] "Master_monke: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nRnb"
## 
## [[1976]]
## [1] "kamehamiltn: drop #SpotifyWrapped"
## 
## [[1977]]
## [1] "cammirry: I predict my top genre will be pop (i’m a basic bitch ik) #SpotifyWrapped"
## 
## [[1978]]
## [1] "Master_monke: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nPrivilege or out of time"
## 
## [[1979]]
## [1] "kevinswillliams: I predict my top artist will be once again and for the 5th year in a row : ARIANA GRANDE ( surprise )  #SpotifyWrapped"
## 
## [[1980]]
## [1] "tressaburns22: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[1981]]
## [1] "konpietokoo: I predict my most played song will be super tuna SHJIBDFO #SpotifyWrapped"
## 
## [[1982]]
## [1] "say_number33: I predict my top artist will be @BlindChannelFIN #SpotifyWrapped"
## 
## [[1983]]
## [1] "cammirry: I predict my most played song will be  fine line by harry styles (it was a rough year) #SpotifyWrapped"
## 
## [[1984]]
## [1] "aisuruuuuuuu: uhh idk for podcasts, maybe 36 questions or true crime #SpotifyWrapped"
## 
## [[1985]]
## [1] "floverjoon: I predict my top artist will be MITSKI 💪💪💪💪💪 #SpotifyWrapped"
## 
## [[1986]]
## [1] "say_number33: I predict my top genre will be Eurovision #SpotifyWrapped"
## 
## [[1987]]
## [1] "soyguiacarmona: I predict my top genre will be sad indie pop and progressive rock #SpotifyWrapped"
## 
## [[1988]]
## [1] "LilVeroodletwt: My #SpotifyWrapped will be a bunch of anime openings and all the men's heart strings I played with, although lets b… https://t.co/4cpyq8V6f5"
## 
## [[1989]]
## [1] "fr_simone_m: You don't want to miss this #Advent retreat for catholic #singles and #Married | Sun 4th- Sat 10th, Dec. 2022 | 9PM… https://t.co/6N02ZCpZ0y"
## 
## [[1990]]
## [1] "DiegoSerafimm: @Spotify OMG I am so excited for the\n#SpotifyWrapped tomorrow 🥹 https://t.co/xzMxF6l1Ry"
## 
## [[1991]]
## [1] "ImnotRichard6: My #SpotifyWrapped is literally all BTS 😭😭 follow for BTS memes! #BTSARMY"
## 
## [[1992]]
## [1] "Scotsman_Games: I predict my top artist will be @Metallica #SpotifyWrapped"
## 
## [[1993]]
## [1] "JayLando22: Precursor to #spotifywrapped ? I know is based on my listening but I cannot help but be very excited looking at thi… https://t.co/ZzGnzLVQ6V"
## 
## [[1994]]
## [1] "Gionosai: I predict my top genre will be [Soul] #SpotifyWrapped https://t.co/4jT0iTVMzs"
## 
## [[1995]]
## [1] "aisuruuuuuuu: my top genre’s indie pop. no debating #SpotifyWrapped"
## 
## [[1996]]
## [1] "N4TTYNIGGAC: A Soulja story been written ✍️📝#NWA #FIFAWorldCupQatar2022 #thug #SpotifyWrapped"
## 
## [[1997]]
## [1] "wavyrebecca: I predict my top podcast will be The Group Chat Podcast #SpotifyWrapped"
## 
## [[1998]]
## [1] "queers4yoongi: I predict my top artist will be j-hope 🥹 #SpotifyWrapped"
## 
## [[1999]]
## [1] "vidddit: I predict my most played song will be Please Do Not Lean #SpotifyWrapped"
## 
## [[2000]]
## [1] "Sheadra: I predict my top podcast will be [Gemischtes Hack] #SpotifyWrapped"
## 
## [[2001]]
## [1] "Cool_Clay: NEW MUSIC 🔥🔥\nMID-NIGHT FLOWS 🏹\n\nhttps://t.co/EbSriYOLTS\n\n#RafaelLeao #Delete #Puleng #shameless #CristianoRonaldo… https://t.co/jA3PnXW7Rk"
## 
## [[2002]]
## [1] "harrry91: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2003]]
## [1] "Scotsman_Games: I predict my most played song will be  Until It Sleeps By @Metallica #SpotifyWrapped"
## 
## [[2004]]
## [1] "cozykarlnap: I predict my top podcast will be distractable #SpotifyWrapped"
## 
## [[2005]]
## [1] "marizpov: my wrapped this year, basically #SpotifyWrapped https://t.co/AJ647czyVK"
## 
## [[2006]]
## [1] "kariheartstae: I predict my top artist will be BTS #SpotifyWrapped 🫶🏼💜"
## 
## [[2007]]
## [1] "sapdnf: I predict my top podcast will Banter. #SpotifyWrapped"
## 
## [[2008]]
## [1] "aisuruuuuuuu: i predict my most played song will be a mitski song probably, maybe me and my husband from the beginning of the year #SpotifyWrapped"
## 
## [[2009]]
## [1] "TintinMinecraft: I predict my top podcast will be Banter #SpotifyWrapped"
## 
## [[2010]]
## [1] "GreekGirl2012: @elonmusk  I know you think Twitter is extremely important 🙄 but my child is 29 and homeless in Denver and did not… https://t.co/rfa6evNM2z"
## 
## [[2011]]
## [1] "arianatoratcore: I predict my top artist will be @Tinashe  #SpotifyWrapped"
## 
## [[2012]]
## [1] "w3ird_fanatic: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped NCT"
## 
## [[2013]]
## [1] "Sheadra: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[2014]]
## [1] "cozykarlnap: I predict my top artist will be bo burnham #SpotifyWrapped"
## 
## [[2015]]
## [1] "TintinMinecraft: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[2016]]
## [1] "queers4yoongi: I predict my most played song will be More - j-hope #SpotifyWrapped"
## 
## [[2017]]
## [1] "unstablebih: #SpotifyWrapped is a gay holiday"
## 
## [[2018]]
## [1] "BlitzerTweets: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2019]]
## [1] "_belleamor_: I predict my top artist will be [@sanbenito ] 😍😘❤️🫶🏽 #SpotifyWrapped"
## 
## [[2020]]
## [1] "BluSilurus: When my #SpotifyWrapped comes out I’m gonna aim to draw something for each of my top 5 songs (even if I’ve already… https://t.co/Tf0rvZnUAk"
## 
## [[2021]]
## [1] "w3ird_fanatic: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped definitely pop"
## 
## [[2022]]
## [1] "NlGHTLOCK: I predict my top artist will be [the bravery] #SpotifyWrapped"
## 
## [[2023]]
## [1] "TintinMinecraft: I predict my top artist will be LoveJoy #SpotifyWrapped"
## 
## [[2024]]
## [1] "joanammel: I predict my top podcast will be [#ArchetypesWithMeghan ] #SpotifyWrapped"
## 
## [[2025]]
## [1] "Sheadra: I predict my most played song will be [All Too Well (10 Minute Version) (Taylor's Version)] #SpotifyWrapped"
## 
## [[2026]]
## [1] "amaroscuro: I predict my top artist will be Linkin Park or Il Divo #SpotifyWrapped"
## 
## [[2027]]
## [1] "cozykarlnap: I predict my most played song will be family line #SpotifyWrapped"
## 
## [[2028]]
## [1] "_DrNichols: #SpotifyWrapped .@tim_cook .@munilong “Ed Lover” has put “DJ Akademiks” on blast for calling OG rappers “dusty” wee… https://t.co/0ddbguDmg2"
## 
## [[2029]]
## [1] "Ijir0VT: I predict my top artist will be [AmaLee] #SpotifyWrapped"
## 
## [[2030]]
## [1] "mi_aps2002: I predict my top artist will be Bad Bunny #SpotifyWrapped"
## 
## [[2031]]
## [1] "w3ird_fanatic: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Scardy cat(DPR Ian), ilomilo(Bi… https://t.co/mGjHsM2njl"
## 
## [[2032]]
## [1] "jun10ie: I predict my top genre will be k-indie #SpotifyWrapped"
## 
## [[2033]]
## [1] "dlibskzh: I predict my top artist will be Stray Kids #SpotifyWrapped"
## 
## [[2034]]
## [1] "BRH_KK: I predict my top podcast will be goomba podcast #SpotifyWrapped"
## 
## [[2035]]
## [1] "_alex_elena_: I predict my most played song will be 3:15 by Bazzi  #SpotifyWrapped"
## 
## [[2036]]
## [1] "ItHadtoBeYou_: Last 6 months vs All time. Miss Swift always on top.\n#instafest \n\n(while I wait for #SpotifyWrapped ) https://t.co/eaw80PcD9K"
## 
## [[2037]]
## [1] "TintinMinecraft: I predict my most played song will be\nsleeping on trains by James Marriott #SpotifyWrapped"
## 
## [[2038]]
## [1] "say_number33: I predict my most played song will be Terra by @tanxugueiras #SpotifyWrapped"
## 
## [[2039]]
## [1] "CatLoversAsso: Lovely cat in our house. They are adorable.\n\n#SpotifyWrapped #RedVelvet #CyberMonday #CatsOnTwitter #catlove… https://t.co/0abnVh5D2D"
## 
## [[2040]]
## [1] "NovakEveryday: Bts vs taylor swift in fortnite who wins? #TaylorSwift #BTSARMY #JungkookInQatar #ticketmasterisoverparty… https://t.co/BoOh0Vkq79"
## 
## [[2041]]
## [1] "BRH_KK: I predict my top artist will be Kendrick Lamar #SpotifyWrapped"
## 
## [[2042]]
## [1] "eliizabxthann: I predict my top artist will be Lady Gaga 🤭 #SpotifyWrapped"
## 
## [[2043]]
## [1] "vijay_thakur083: Good morning\nGuys 🌺\n\n#UPSC\n#CyberMonday\n#SpotifyWrapped #FIFAWorldCupQatar2022 # https://t.co/iuwYXYuHN5"
## 
## [[2044]]
## [1] "e4bluesc: Can’t wait for my #SpotifyWrapped. I think I listened more than last year. \n\nI’m surprised @Spotify doesn’t reward… https://t.co/TiEM5wc3rG"
## 
## [[2045]]
## [1] "NOAKES_ISMS: https://t.co/pD0WkFHEvP\n#instafest \nKeeping myself busy whilst waiting for #SpotifyWrapped 2022. https://t.co/eKktIdJLXW"
## 
## [[2046]]
## [1] "adriiananana: I predict my most played song will be Rain Day 🙏🏻  #SpotifyWrapped"
## 
## [[2047]]
## [1] "ykthat1fangirl: I predict my most played song will be [misfit biscuit] #SpotifyWrapped"
## 
## [[2048]]
## [1] "dlibskzh: I predict my most played song will be MANIAC by Stray Kids #SpotifyWrapped"
## 
## [[2049]]
## [1] "BRH_KK: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[2050]]
## [1] "deepumi5: Getting ahead on my homework so I don't have to do much later: ❎\nGetting ahead on my homework so I can look at ever… https://t.co/IANLdVDKVh"
## 
## [[2051]]
## [1] "BrwnSugarSalmon: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[2052]]
## [1] "thebrookeriley: I predict my top podcast will be either talk it off or the kate and abbie show but I haven't listened to many podca… https://t.co/JbY0S5pzWS"
## 
## [[2053]]
## [1] "Stefan27_Swifty: I predict my top podcast will be House of Halliwell #SpotifyWrapped"
## 
## [[2054]]
## [1] "BRH_KK: I predict my most played song will be Dead End by @iamRav #SpotifyWrapped"
## 
## [[2055]]
## [1] "VihaanChennare1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  Kendrick Lamar"
## 
## [[2056]]
## [1] "ichor__ambrosia: I predict my top podcast will be @DistractiblePod #SpotifyWrapped"
## 
## [[2057]]
## [1] "BrwnSugarSalmon: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[2058]]
## [1] "DeeClose1: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[2059]]
## [1] "stovecookcowboy: I predict my top podcast will be supermegacast #SpotifyWrapped"
## 
## [[2060]]
## [1] "Niuvenis: My top artist is obviously gonna be @Grimezsz #SpotifyWrapped"
## 
## [[2061]]
## [1] "GoredSpencer: me if my Spotify Wrapped doesnt have MCR or any metal artist on it #SpotifyWrapped https://t.co/sTiNrHGmW3"
## 
## [[2062]]
## [1] "kindredaquarian: Officially predicting now that my top song of the year is gonna be the 1 by Taylor Swift, girls….. 😬#SpotifyWrapped"
## 
## [[2063]]
## [1] "rxaul7: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[2064]]
## [1] "LIBRASGR0OVE: I predict my top artist will be UMI #SpotifyWrapped https://t.co/23tFeUkaPO"
## 
## [[2065]]
## [1] "ThatJustinPeery: I predict my top artist will be #FatherJohnMisty #SpotifyWrapped"
## 
## [[2066]]
## [1] "irishyanks: I predict my most played song will be 30/90! #SpotifyWrapped"
## 
## [[2067]]
## [1] "lovestorystreet: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[2068]]
## [1] "thebrookeriley: I predict my top artist will be Starset #SpotifyWrapped"
## 
## [[2069]]
## [1] "whoopsalldeoxys: I predict my most played song will be Twisted Transistor or an Uplift Spice song #SpotifyWrapped"
## 
## [[2070]]
## [1] "Gionosai: I predict my most played song will be [‘Through the Fire’ by Chaka Khan] #SpotifyWrapped"
## 
## [[2071]]
## [1] "ber_damien: I predict my top artist will be [sleepy hallow ] #SpotifyWrapped"
## 
## [[2072]]
## [1] "patriciaashman: I predict my top podcast will be [Archetypes with Meghan]#SpotifyWrapped"
## 
## [[2073]]
## [1] "BrwnSugarSalmon: I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped"
## 
## [[2074]]
## [1] "ZiemniakTerroru: I predict my most played song will be Lay all your love on me #SpotifyWrapped"
## 
## [[2075]]
## [1] "iforgot_28: I predict my top podcast will be @ATWWDpodcast  #SpotifyWrapped"
## 
## [[2076]]
## [1] "Stefan27_Swifty: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2077]]
## [1] "PetePete2112: I predict my most played song will be Matt Hancock is a cunt by The People of The UK #SpotifyWrapped"
## 
## [[2078]]
## [1] "BeccaFarrugia: Can’t wait to see just how much the recent dive into my emo past has thrown off this year’s #SpotifyWrapped https://t.co/7V1JUpxsIX"
## 
## [[2079]]
## [1] "Motema71632882: I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped"
## 
## [[2080]]
## [1] "soyguiacarmona: I predict my top artist will be Parcels #SpotifyWrapped"
## 
## [[2081]]
## [1] "petttylabelle: My #SpotifyWrapped will essentially be https://t.co/TLhjCxGSxm"
## 
## [[2082]]
## [1] "adelineyo_: Spotify is teasing Spotify warped too much like an artist who went viral on Tiktok from their song’s teaser. They’r… https://t.co/uao7Ds047a"
## 
## [[2083]]
## [1] "iforgot_28: I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped"
## 
## [[2084]]
## [1] "ConspiraciesACC: Low IQ Slaves \n\n#COVIDTest #COVID #COVID19 #coronavirus #Monkeypox #Monkeypoxvirus #CovidVaccine #China… https://t.co/GTfexEwILT"
## 
## [[2085]]
## [1] "stovecookcowboy: I predict my top artist will be tyler the creator #SpotifyWrapped"
## 
## [[2086]]
## [1] "JaJaFaRah1: I predict my top podcast will be [Archetypes] #SpotifyWrapped"
## 
## [[2087]]
## [1] "Stefan27_Swifty: I predict my top genre will be pop/country/kpop #SpotifyWrapped"
## 
## [[2088]]
## [1] "thebrookeriley: I predict my top genre will be Rock/alternative rock #SpotifyWrapped"
## 
## [[2089]]
## [1] "__LUC1AN: I predict my top artist will be cavetown #SpotifyWrapped"
## 
## [[2090]]
## [1] "Shmotzknot: I predict my top artist will be [Slipknot] #SpotifyWrapped"
## 
## [[2091]]
## [1] "rxaul7: I predict my most played song will be Cinnamon Girl #SpotifyWrapped"
## 
## [[2092]]
## [1] "soyguiacarmona: I predict my most played song will be ‘What I Want’ from MUNA #SpotifyWrapped"
## 
## [[2093]]
## [1] "stovecookcowboy: I predict my top genre will be alternative rock/ hip hop #SpotifyWrapped"
## 
## [[2094]]
## [1] "LIBRASGR0OVE: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[2095]]
## [1] "snowiisa: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[2096]]
## [1] "EarlTheSeventh: I predict my top artist will be Frank Sinatra #SpotifyWrapped"
## 
## [[2097]]
## [1] "Stefan27_Swifty: I predict my most played song will be Willow #SpotifyWrapped"
## 
## [[2098]]
## [1] "cojqul: I predict my top artist will be The Weeknd  #SpotifyWrapped"
## 
## [[2099]]
## [1] "MFroggii: I predict my top artist will be Twenty One Pilots lmao #SpotifyWrapped"
## 
## [[2100]]
## [1] "_tklmnop: I predict my top artist will be @burnaboy by a milestone #SpotifyWrapped"
## 
## [[2101]]
## [1] "thebrookeriley: I predict my most played song will be Diving Bell by Starset #SpotifyWrapped"
## 
## [[2102]]
## [1] "f23157: I predict my top podcast will be [emperors of rome Or rebuilding the renaissance] #SpotifyWrapped"
## 
## [[2103]]
## [1] "strwboi_: I predict my most played song will be heated 🤭 #SpotifyWrapped"
## 
## [[2104]]
## [1] "momoringzap: I predict my most played song will be [Twice - Talk that Talk] #SpotifyWrapped"
## 
## [[2105]]
## [1] "TheIroncane: I predict my most played song will be  Mid Range Strike #SpotifyWrapped"
## 
## [[2106]]
## [1] "secondoenjoyer: I predict my top artist will be [panicking cuz how tf should i KNOW] #SpotifyWrapped"
## 
## [[2107]]
## [1] "DiegoSerafimm: Mariah Carey is in the area and tomorrow we will have #SpotifyWrapped https://t.co/SBYh3SpHb1"
## 
## [[2108]]
## [1] "minstarlost: I predict my most played song will be 3racha de 3racha #SpotifyWrapped"
## 
## [[2109]]
## [1] "Bernnzzz: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[2110]]
## [1] "stovecookcowboy: I predict my most played song will be for whom the bell tolls by metallica #SpotifyWrapped"
## 
## [[2111]]
## [1] "geeking_around_: Read the manga-inspired comic Castle Lugbúrz on GlobalComix\n\nhttps://t.co/iVk9d1YdXr\n\n#globalcomix #webcomic… https://t.co/wjwFz94fCE"
## 
## [[2112]]
## [1] "sadnessandbeans: I predict my top artist will be Lovejoy #SpotifyWrapped"
## 
## [[2113]]
## [1] "vwolfmusic: I predict my top genre will be EDM #SpotifyWrapped"
## 
## [[2114]]
## [1] "BILLIESSHEART: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  SANTA TELL ME !!!"
## 
## [[2115]]
## [1] "iforgot_28: I predict my top genre will be Indie Pop #SpotifyWrapped"
## 
## [[2116]]
## [1] "ireland__skye: I predict my top artist will be…. Taylor Swift there’s literally no other option #SpotifyWrapped"
## 
## [[2117]]
## [1] "ThatCreepyGoat: I predict my top genre will be metal #SpotifyWrapped"
## 
## [[2118]]
## [1] "f23157: I predict my top artist will be [hozier] #SpotifyWrapped"
## 
## [[2119]]
## [1] "erikadcharts: I predict my top artist will be [Erika Divinity] #SpotifyWrapped"
## 
## [[2120]]
## [1] "Bernnzzz: I predict my top genre will be Hip Hop &amp; Rap #SpotifyWrapped"
## 
## [[2121]]
## [1] "sadnessandbeans: I predict my most played song will be Hayloft ll #SpotifyWrapped"
## 
## [[2122]]
## [1] "avatron4: I predict my top artist will be Taylor Swift. DUHHHHH #SpotifyWrapped"
## 
## [[2123]]
## [1] "imsnoot: I predict my most played song will be Sneaky Snitch #SpotifyWrapped"
## 
## [[2124]]
## [1] "EarlTheSeventh: I predict my most played song will be the winner takes it all by ABBA #SpotifyWrapped"
## 
## [[2125]]
## [1] "karkopolo: I predict my top podcast will be #ArchetypesWithMeghan !!! #SpotifyWrapped"
## 
## [[2126]]
## [1] "f23157: I predict my top genre will be [folk ? post-punk? kpop ?] #SpotifyWrapped"
## 
## [[2127]]
## [1] "iforgot_28: I predict my most played song will be End Of Beginning by Djo #SpotifyWrapped"
## 
## [[2128]]
## [1] "NlNACRlEDP0WER: I predict my most played song will be [all too well ten minute version taylor’s version from the vault] #SpotifyWrapped"
## 
## [[2129]]
## [1] "ly_sosaa: I predict my most played song will be [Ride by King Von] #SpotifyWrapped"
## 
## [[2130]]
## [1] "latenightslay: me waiting for spotify wrapped to drop #SpotifyWrapped https://t.co/VG0fYdnMAw"
## 
## [[2131]]
## [1] "AlshababRadio: 🔴Watch/ More than 30 Isra*eli military jeeps stormed Beit Ummar in Hebron.\n#PORURU #SpotifyWrapped Uruguay https://t.co/mYErde6hjS"
## 
## [[2132]]
## [1] "cameronjosephhh: I predict my most played song will be [Get a Room] #SpotifyWrapped"
## 
## [[2133]]
## [1] "Persona5Royal_: I predict my top artist will be MARINA #SpotifyWrapped"
## 
## [[2134]]
## [1] "Bernnzzz: I predict my most played song will be Out of Time #SpotifyWrapped"
## 
## [[2135]]
## [1] "xamitexmusic: Next year will be super for me \nhttps://t.co/snlt7KsNu4\n\n #SpotifyWrapped"
## 
## [[2136]]
## [1] "sadnessandbeans: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[2137]]
## [1] "bundloofjoy: Can't wait to show off how annoying my music taste is #SpotifyWrapped"
## 
## [[2138]]
## [1] "cimfla9: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[2139]]
## [1] "f23157: I predict my most played song will be [shrike by hozier ] #SpotifyWrapped"
## 
## [[2140]]
## [1] "kwandarine: I predict my top podcast will be [nah porque no escucho podcasts] #SpotifyWrapped"
## 
## [[2141]]
## [1] "zaneyrxnf: I predict my most played song will be The Cleveland Show #SpotifyWrapped"
## 
## [[2142]]
## [1] "Rafael_Ferreras: I predict my top artist will be Bad Bunny again 😌\n#SpotifyWrapped"
## 
## [[2143]]
## [1] "noah_wizzy: Either Maniac by @Stray_Kids or Pink Benom by @BLACKPINK \n\nI predict my most played song will be [fill in top song… https://t.co/0nahrE6mgA"
## 
## [[2144]]
## [1] "MyCheri: I predict my most played song will be money trees or wow freestyle #SpotifyWrapped gotta be one of them since it’s my alarm to get up 😩😅😅"
## 
## [[2145]]
## [1] "junkafunktron: My top artist this year is gonna be @TWooodley \n\n#SpotifyWrapped"
## 
## [[2146]]
## [1] "notnicogv: GUYS #SpotifyWrapped IS HEREA https://t.co/CEkAxc3TQ6"
## 
## [[2147]]
## [1] "kwandarine: I predict my top artist will be [DPR IAN] #SpotifyWrapped"
## 
## [[2148]]
## [1] "keydonjoe: display at your polling unit where you registered*\n*This information is very helpful, useful and vital, so those wh… https://t.co/SIFVdgwSnc"
## 
## [[2149]]
## [1] "_bewtyfort_: I predict my top podcast will be Sky Podcast #SpotifyWrapped"
## 
## [[2150]]
## [1] "justusmaddo: I will never escape the grasps of Hamilton #instafest #SpotifyWrapped https://t.co/V1NSVCpvIG"
## 
## [[2151]]
## [1] "inxrilxcy: I predict my top artist will be steve lacy #SpotifyWrapped"
## 
## [[2152]]
## [1] "HarrisonYork3: I predict my top artist will be Kordhell #SpotifyWrapped"
## 
## [[2153]]
## [1] "ethanbogardd: I predict my top artist will be audrey nuna❤️‍🔥 #SpotifyWrapped"
## 
## [[2154]]
## [1] "ColdestLilac: #SpotifyWrapped something with starset probably"
## 
## [[2155]]
## [1] "Seraa: @Spotify I listened to one podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’… https://t.co/FSOrYq7Jkz"
## 
## [[2156]]
## [1] "HarrisonYork3: I predict my most played song will be Help Urself or Worth Nothing #SpotifyWrapped"
## 
## [[2157]]
## [1] "T8tumz: Jumping in the Warzone \n#CallofDutyWarzone2 #FIFAWorldCupQatar2022 #SpotifyWrapped \n\nhttps://t.co/KbZRIA0GsB https://t.co/VAQM30i66b"
## 
## [[2158]]
## [1] "Fromthevill: i live for #SpotifyWrapped"
## 
## [[2159]]
## [1] "_bewtyfort_: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[2160]]
## [1] "ethanbogardd: I predict my most played song will be girlfriend by hemlocke springs❤️‍🔥 #SpotifyWrapped"
## 
## [[2161]]
## [1] "ludacribs: I predict my top genre will be POP…. Again #SpotifyWrapped"
## 
## [[2162]]
## [1] "_kcnvrmnd: I predict my most played song will be something by @Thundercat #SpotifyWrapped"
## 
## [[2163]]
## [1] "Manna__14: I predict my top artist will be @twentyonepilots hands down 😬#SpotifyWrapped"
## 
## [[2164]]
## [1] "be11arodrigues: We already know my top artists are going to be Ariana and the Glee Cast💅🏽 #SpotifyWrapped"
## 
## [[2165]]
## [1] "_Lewis_Jamieson: I predict my top podcast will be JaackMaate's Happy Hour #SpotifyWrapped"
## 
## [[2166]]
## [1] "KBreadsticks: I predict my top genre will be either kpop or lo-fi #SpotifyWrapped 🥖✨❤️"
## 
## [[2167]]
## [1] "dreamsofcheol: I predict my top artist will be @pledis_17 #SpotifyWrapped"
## 
## [[2168]]
## [1] "LurkerMedia: I predict my most played song will be 2 hours of fart noises #SpotifyWrapped"
## 
## [[2169]]
## [1] "alfred_makura: I predict my top artist will be [@kendricklamar] #SpotifyWrapped"
## 
## [[2170]]
## [1] "chaeyeonshooter: I predict my most played song will be [glitch ] #SpotifyWrapped"
## 
## [[2171]]
## [1] "kwandarine: I predict my most played song will be [Merry go - DPR IAN] #SpotifyWrapped"
## 
## [[2172]]
## [1] "ludacribs: I predict my top artist will be STEVE LACY #SpotifyWrapped"
## 
## [[2173]]
## [1] "charlotte_luve: One day I'll find my own man ❤️💯\n#Chioma \n#SpotifyWrapped https://t.co/HqGtBvbgJr"
## 
## [[2174]]
## [1] "_bewtyfort_: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[2175]]
## [1] "GBO26: I predict my most played song will be Choose Me by @bandmaid #SpotifyWrapped"
## 
## [[2176]]
## [1] "bigfinish: Me, waiting for my #SpotifyWrapped results, knowing full well it'll be a whole bunch of Big Finish #DoctorWho stori… https://t.co/MQVm2ZoKAJ"
## 
## [[2177]]
## [1] "ska834: What’s with @Rogers refusing to print out my past bills? You don’t have a problem taking the payment each month but… https://t.co/ID4kbwfQ4y"
## 
## [[2178]]
## [1] "senorcool87: I predict my most played song will be Lucid Dreams #SpotifyWrapped"
## 
## [[2179]]
## [1] "independentalto: I predict my top artist will be (i’m hoping anyways) either maggie rogers, taylor swift, or joy oladokun… https://t.co/4h9sWlWptW"
## 
## [[2180]]
## [1] "_Lewis_Jamieson: I predict my top genre will be Classic Rock #SpotifyWrapped"
## 
## [[2181]]
## [1] "kydkahlil: This is for my Homie @Ribera420  keep your head up fam and for my homie @Hippie_of_Love Rest In Power!!… https://t.co/Y0CoPrOrO1"
## 
## [[2182]]
## [1] "thegenzmystic: The Backfire Effect 🔥: when you present evidence disproving a persons belief, but instead of mentally adjusting, th… https://t.co/vRFszNNk0X"
## 
## [[2183]]
## [1] "ludacribs: I predict my most played song will be Bad Habit or SOLOSOLO X NO CASH 😂😂 #SpotifyWrapped"
## 
## [[2184]]
## [1] "mcgkel: I can’t wait for my #SpotifyWrapped to tell me that 20+ of my top 100 songs of the year are by @haileywhitters"
## 
## [[2185]]
## [1] "_bewtyfort_: I predict my most played song will be Yet to Come by BTS #SpotifyWrapped"
## 
## [[2186]]
## [1] "TheGroupieApp: ARTISTS that should be on your #SpotifyWrapped Pt. 2… redveil (@redveil)‼️\n\nSpotify Playlist 👉… https://t.co/Ca174xhBhv"
## 
## [[2187]]
## [1] "Lizzie_1924: I predict my most played song will be either teeth or wildflower by @5sos #SpotifyWrapped"
## 
## [[2188]]
## [1] "redmigacha: I predict my most played song will not be new romantics sadly #SpotifyWrapped"
## 
## [[2189]]
## [1] "_Lewis_Jamieson: I predict my most played song will be Dreaming - Smallpools #SpotifyWrapped"
## 
## [[2190]]
## [1] "TheGroupieApp: ARTISTS that should be on your #SpotifyWrapped Pt. 1… Joey Valence &amp; Brae (@JoeyValence) 🤘\n\nSpotify Playlist 👉… https://t.co/KRW5dPSlgw"
## 
## [[2191]]
## [1] "seungminsice: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nIt’ll most definitely be stray kids"
## 
## [[2192]]
## [1] "Panquequinha__: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2193]]
## [1] "seungminsice: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nOh it’ll for sure be kpop"
## 
## [[2194]]
## [1] "Panquequinha__: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2195]]
## [1] "Panquequinha__: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2196]]
## [1] "Mireille_Mirela: I predict my top artist will be Lenni-Kim #SpotifyWrapped"
## 
## [[2197]]
## [1] "sdbobatea: We’ve got your seasonal favorite! #peppermint #SpotifyWrapped  #peppermintmocha #SanDiego https://t.co/jGrElYrHoM"
## 
## [[2198]]
## [1] "seungminsice: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nMaybe it’ll be Hair Cut by Xdinary Heroes"
## 
## [[2199]]
## [1] "jissell_97: I predict my most played song will be [My Life- JCole ] #SpotifyWrapped"
## 
## [[2200]]
## [1] "ludacribs: Waiting patiently for my #SpotifyWrapped"
## 
## [[2201]]
## [1] "gs3OO: i predict my most played song will be cousin tito by rx papi #SpotifyWrapped"
## 
## [[2202]]
## [1] "Panquequinha__: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2203]]
## [1] "_Lewis_Jamieson: I predict my top artist will be David Bowie #SpotifyWrapped"
## 
## [[2204]]
## [1] "AlshababRadio: ⭕️ * The Red Crescent: a serious injury with live bullets to the chest and the leg during the occupation forces’ at… https://t.co/fcOBsC7YKB"
## 
## [[2205]]
## [1] "Onepcorn: I predict my top artist will be Imagine Dragons #SpotifyWrapped"
## 
## [[2206]]
## [1] "lukaaaaaaaa_a: I predict my top genre will be indie #SpotifyWrapped"
## 
## [[2207]]
## [1] "horny_bi_top: It’s almost time for @Spotify to tell me how gay I really am with their  #SpotifyWrapped https://t.co/h7VOfnF9a1"
## 
## [[2208]]
## [1] "GBO26: I predict my top artist will be @bandmaid #SpotifyWrapped"
## 
## [[2209]]
## [1] "margiabelle: I predict my top podcast will be [PodPah] #SpotifyWrapped"
## 
## [[2210]]
## [1] "lukaaaaaaaa_a: I predict my top artist will be girl in red #SpotifyWrapped"
## 
## [[2211]]
## [1] "BrainEX9: MAKE GOD CROWN OUR EFFORT 🥺🥺🥺🥺🥺🥺🥺🥺🥺THIS GUY DON TRY NO BE SMO … @Olamide #SpotifyWrapped #CyberMonday #WorldCup2022… https://t.co/hnDDHgDN8X"
## 
## [[2212]]
## [1] "MadBunny___: I predict my top artist will be NCT 127 #SpotifyWrapped"
## 
## [[2213]]
## [1] "mike___diamond: I really dont know what my #SpotifyWrapped will look like! working at the bar  i had to put music on every day and… https://t.co/DornRYLKvF"
## 
## [[2214]]
## [1] "TomanyJames: I predict my top artist will be Dro Kenji #SpotifyWrapped"
## 
## [[2215]]
## [1] "lukaaaaaaaa_a: I predict my most played song will be Body and Mind , girl in red #SpotifyWrapped"
## 
## [[2216]]
## [1] "meluvseunbi: I predict my most played song will be either wa da da, fearless or after like #SpotifyWrapped"
## 
## [[2217]]
## [1] "adam_ughh: I don’t care about knowing you have no taste #SpotifyWrapped https://t.co/vSQnXAylYg"
## 
## [[2218]]
## [1] "margiabelle: I predict my top artist will be [SEVENTEEN] #SpotifyWrapped"
## 
## [[2219]]
## [1] "MadBunny___: I predict my top genre will be K-pop boyband #SpotifyWrapped"
## 
## [[2220]]
## [1] "Ramboletswork: HIGHLIGHTED ARTIST of the Week SPENCER WAYNE🏆 @Spotify #ramboletswork #musicshow #artistoftheweek #spencerwayne… https://t.co/JPL5GIKJgC"
## 
## [[2221]]
## [1] "TomanyJames: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[2222]]
## [1] "meluvseunbi: I predict my top genre will be kpop lol #SpotifyWrapped"
## 
## [[2223]]
## [1] "naaddinz: I see everyone cant wait for #SpotifyWrapped too, i thought i was the only one 😢💔💔"
## 
## [[2224]]
## [1] "CallumWatkinss: I predict my most played song will be [Juice Wrld - Scared of love] #SpotifyWrapped"
## 
## [[2225]]
## [1] "ToningByTeddy: Teddy Tip-FOCUS \n\nYou should pay more attention to your blessings than you do to your problems! \n\n#SpotifyWrapped… https://t.co/9sFHzG51AT"
## 
## [[2226]]
## [1] "JMAN_iAm: #CyberMondayAmazon #CyberMonday #SpotifyWrapped \n\n$10 in #bitcoin is waiting for you! To claim, use this link to si… https://t.co/rtFMeoj30U"
## 
## [[2227]]
## [1] "jiminko18192336: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2228]]
## [1] "jiminko18192336: @bts_bighit predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2229]]
## [1] "meluvseunbi: I predict my top artist will be Twice tbh #SpotifyWrapped"
## 
## [[2230]]
## [1] "spitealone_: I predict my most played song will be atopos by björk #SpotifyWrapped"
## 
## [[2231]]
## [1] "TomanyJames: I predict my most played song will be Prick by Glaive #SpotifyWrapped"
## 
## [[2232]]
## [1] "margiabelle: I predict my top genre will be [italian trap music] #SpotifyWrapped"
## 
## [[2233]]
## [1] "donramon___: What if #baleciaga had gone after a specific race or group of people? \n\nI guarantee you that all celebrities would… https://t.co/LCS2H8hEJt"
## 
## [[2234]]
## [1] "thervdhood: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[2235]]
## [1] "blossominseo: I predict my top artist will be DRIPPIN #SpotifyWrapped"
## 
## [[2236]]
## [1] "jiminko18192336: Kpop I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2237]]
## [1] "jiminko18192336: Yet to Come I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2238]]
## [1] "milkybunk: I predict my most played song will be [NEW MAGIC WAND] #SpotifyWrapped"
## 
## [[2239]]
## [1] "Arcadegutzzz: I predict that my most played song will be like, are you satisfied by marina #SpotifyWrapped"
## 
## [[2240]]
## [1] "SerenityOracle1: Snow White Agate Point #agate #crystalsforsale #crystalshop #crystalhealing https://t.co/qQ31T5AHZm via @YouTube… https://t.co/b9EoKoHi7I"
## 
## [[2241]]
## [1] "thejonsternator: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2242]]
## [1] "margiabelle: I predict my most played song will be [RunBTS] #SpotifyWrapped"
## 
## [[2243]]
## [1] "amaroscuro: I predict my top genre will be Pop Punk or Alternative Metal #SpotifyWrapped\n\n(Pop punk is probably more likely tho… https://t.co/fGGbVL9bzh"
## 
## [[2244]]
## [1] "MadBunny___: I predict my most played song will be Horizon by WayV #SpotifyWrapped"
## 
## [[2245]]
## [1] "nudaearthangel: Check out KING MENACE 👑⚡️'s video! #TikTok #SpotifyWrapped #CyberMonday #WorldCup2022  https://t.co/toi81YTWGL"
## 
## [[2246]]
## [1] "PLAN3T_ZOOM: #SpotifyWrapped is the most wonderful time of the year"
## 
## [[2247]]
## [1] "blossominseo: I predict my most played song will be Villain by DRIPPIN #SpotifyWrapped"
## 
## [[2248]]
## [1] "FCBbot: 🔴 Nuevo vídeo oficial del @FCBarcelona_es:\nWill the #SpotifyWrapped guesses of Oshoala and Geyse be as good as thei… https://t.co/jwuN0K8ySd"
## 
## [[2249]]
## [1] "VictorD39626666: @renoomokri who is bankrolling you? #CyberMondayAmazon #SpotifyWrapped #gntmgr #kudus #PoliticsToday https://t.co/FrjE8cDD8s"
## 
## [[2250]]
## [1] "iamstargazing: I bet my playlist is so chaotic like the year that 2022 is #SpotifyWrapped"
## 
## [[2251]]
## [1] "mcxcurls: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2252]]
## [1] "TriciaOrgana: i think taylor swift and blackpink will be my top two artists, but i can't stop me by twice will be my top song. #SpotifyWrapped"
## 
## [[2253]]
## [1] "mcxcurls: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2254]]
## [1] "mcxcurls: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2255]]
## [1] "WEAPONISEDWORDS: I predict my top genre will be pop😭 #SpotifyWrapped"
## 
## [[2256]]
## [1] "kloopmusic69: I predict my top artist will be @nighttempo hopefully 🤞 #SpotifyWrapped"
## 
## [[2257]]
## [1] "gomezupdateseur: My predictions for my top 3 Artists on #SpotifyWrapped \n1. Selena Gomez\n2. Taylor Swift\n3. Sabrina Carpenter or Olivia Rodrigo"
## 
## [[2258]]
## [1] "mcxcurls: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2259]]
## [1] "bookwhitey: Ridin To Heaven Dirty https://t.co/GhcbIVBVjx via @TrippyDaKid and Me! #SpotifyWrapped #CyberMondayAmazon… https://t.co/amA4ArKmy1"
## 
## [[2260]]
## [1] "monteirolari13: I predict my most played song will be Getaway Car #SpotifyWrapped"
## 
## [[2261]]
## [1] "WEAPONISEDWORDS: I predict my top artist will be 5 SECONDS OF SUMMER #SpotifyWrapped"
## 
## [[2262]]
## [1] "WEAPONISEDWORDS: I predict my most played song will be EMOTIONS BY 5SOS #SpotifyWrapped"
## 
## [[2263]]
## [1] "ian_abalos98: I predict my top podcast will be [\"@WTA_insider\"] #SpotifyWrapped"
## 
## [[2264]]
## [1] "RexatyXD: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped rush hour juice wrld snippet"
## 
## [[2265]]
## [1] "ZeroThunder1738: I predict my top artist will be [Juice WRLD] #SpotifyWrapped"
## 
## [[2266]]
## [1] "geo_pahpi: Give me doggy style abeg \n\nPortugal #SpotifyWrapped #FIFAWorldCupQatar2022 #คุณชายตอนจบ #kudus #kudus #Ukraine… https://t.co/ZlbdUFutC0"
## 
## [[2267]]
## [1] "starkeybestie: I predict my top artist will be [Olivia Rodrigo] #SpotifyWrapped 😭😭😭😭"
## 
## [[2268]]
## [1] "chichard41: Don’t need no #SpotifyWrapped to know that this was on repeat for me https://t.co/57W3ove2ty"
## 
## [[2269]]
## [1] "amaroscuro: I predict my most played song will be [What do you want from me? - Bad Omens] #SpotifyWrapped"
## 
## [[2270]]
## [1] "Tusharverma549: In which college year you are? \n#SpotifyWrapped #WhatsApp #CyberMonday"
## 
## [[2271]]
## [1] "smnsinistertoit: I predict my top genre will be something either incredibly sad or funky beats #SpotifyWrapped"
## 
## [[2272]]
## [1] "ElimzzTV_: I predict my top podcast will be Nas Daily Podcast #SpotifyWrapped"
## 
## [[2273]]
## [1] "liv_laugh_lovee: I predict my most played song will be Sparks by The Dø #SpotifyWrapped"
## 
## [[2274]]
## [1] "CArmstrongGFS: CYBER MONDAY – NATIONAL BRAND DAY – NATIONAL FRENCH TOAST DAY – RED PLANET DAY – CHANUKAH\n\nIts the holidays! And I… https://t.co/YJ4uKYVwzj"
## 
## [[2275]]
## [1] "kloopmusic69: I predict my most played song will be out of tike by @theweeknd. I was obsessed with that song for the first half o… https://t.co/zXURVi5UWo"
## 
## [[2276]]
## [1] "PhoneAccess01: I'm ready to listen to the new #SpotifyWrapped with my Cheap premium headphones !link in bio!\nReady to listen to #theneighborhood on repeat"
## 
## [[2277]]
## [1] "grissomsladybug: I predict my top podcast will be Either Side of Nhill. #SpotifyWrapped"
## 
## [[2278]]
## [1] "ian_abalos98: I predict my top genre will be [\"Dance Pop\"] #SpotifyWrapped"
## 
## [[2279]]
## [1] "Neptune_Leo22: Can't wait for spotify to tell me how gay i am #SpotifyWrapped https://t.co/UkbJZd0fG9"
## 
## [[2280]]
## [1] "_QueenET_: alright let’s see if I’m right #SpotifyWrapped https://t.co/nA6tmrmWyc"
## 
## [[2281]]
## [1] "grissomsladybug: I predict my top genre will be Rock. #SpotifyWrapped"
## 
## [[2282]]
## [1] "JaredsEmpire: I predict my top genre will be draaaaaaainnnnnnnnnn gangggggggggg #SpotifyWrapped https://t.co/bRTboPWuiF"
## 
## [[2283]]
## [1] "grissomsladybug: I predict my top artist will be Foo Fighters. #SpotifyWrapped"
## 
## [[2284]]
## [1] "NEW_SONGS_DA1LY: Published on YouTube: WILLOW definitely knows what’s on her #SpotifyWrapped. https://t.co/vmtZwJoJc9"
## 
## [[2285]]
## [1] "ElimzzTV_: I predict my top artist will be The Kid LAROI #SpotifyWrapped"
## 
## [[2286]]
## [1] "ian_abalos98: I predict my top artist will be [@SheldRiley] #SpotifyWrapped"
## 
## [[2287]]
## [1] "padme9876: I predict my most played song will be —&gt; Segurísimo sale All Too Well 10 min #SpotifyWrapped"
## 
## [[2288]]
## [1] "ElimzzTV_: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[2289]]
## [1] "grissomsladybug: I predict my most played song will be I Am A River. Foo Fighters. #SpotifyWrapped"
## 
## [[2290]]
## [1] "StaydangerousFP: Billboard cover I designed for @Tsu_Surf up in New York 👌 \n\n#Freesurf #Freethewave #SpotifyWrapped https://t.co/NjcB2adxoy"
## 
## [[2291]]
## [1] "Ootorvic: I predict my most played song will be I heard you’re married #SpotifyWrapped"
## 
## [[2292]]
## [1] "shootytodope: I predict my top artist will be @kanyewest #SpotifyWrapped"
## 
## [[2293]]
## [1] "aman_tweets5: IT TAKES BRAINS TO RUN A BUSINESS, IT TAKES BALLS TO START ONE.\n\n#SpotifyWrapped"
## 
## [[2294]]
## [1] "SmokaToka420: I predict my most played song will be\n [fill in top song prediction]\n\n100% my most played song this year!… https://t.co/shi5gNVunl"
## 
## [[2295]]
## [1] "ian_abalos98: I predict my most played song will be [\"Not The Same\" by @SheldRiley] #SpotifyWrapped"
## 
## [[2296]]
## [1] "PerfectDilemma2: I predict my most played song will be SF9 - Summer Breeze #SpotifyWrapped"
## 
## [[2297]]
## [1] "TheLastAesir: @elonmusk @BillyM2k You forgot one\n\n🇨🇳 \n\nhttps://t.co/bq17dwKUV6\n\n#ChinaProtests #SpotifyWrapped #CyberMondayAmazon… https://t.co/8296NVIpVm"
## 
## [[2298]]
## [1] "L1vingdxadgirl: I predict my most played song will be either something from corpse or Delilah Bonn  #SpotifyWrapped"
## 
## [[2299]]
## [1] "pugmartin14: Guys big plea, share share share….. my pug Martin has fucked off, probably on the sesh somewhere, responds with to… https://t.co/tS3Wj685kb"
## 
## [[2300]]
## [1] "Boishaw: Go listen with +8,000 others #Bless #SpotifyWrapped https://t.co/HVB7OexNda"
## 
## [[2301]]
## [1] "nagireocidio: I predict my top genre will be [Rock(?] #SpotifyWrapped"
## 
## [[2302]]
## [1] "theadultmatilda: ok,, #SpotifyWrapped #1 song prediction! i think it's probably yuck by charli xcx. or maybe lightbeamers by fka twi… https://t.co/C3W7UgdIbM"
## 
## [[2303]]
## [1] "nagireocidio: I predict my top artist will be [Depeche Mode] #SpotifyWrapped"
## 
## [[2304]]
## [1] "FandomEmpress11: I predict my top genre will be  Indie or alternative rock, as that’s what I mainly listen to #SpotifyWrapped"
## 
## [[2305]]
## [1] "LilBlueDucky: I predict my top artist will be [Taylor Swift ] #SpotifyWrapped"
## 
## [[2306]]
## [1] "ElimzzTV_: I predict my most played song will be Best For Me - The Kid LAROI #SpotifyWrapped"
## 
## [[2307]]
## [1] "L1vingdxadgirl: I predict my top podcast will be distractible  #SpotifyWrapped"
## 
## [[2308]]
## [1] "burefan723: I predict my top artist will be @zaynmalik #SpotifyWrapped"
## 
## [[2309]]
## [1] "nagireocidio: I predict my most played song will be [How Soon is Now? - The Smiths] #SpotifyWrapped"
## 
## [[2310]]
## [1] "startdying1: I predict my most played song will be [talk by yeat] #SpotifyWrapped"
## 
## [[2311]]
## [1] "lozzakins: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[2312]]
## [1] "applecrumblin: me when someone asks who my number one artist is knowing damn well it’s rex orange county #SpotifyWrapped https://t.co/Yp2GEaROsO"
## 
## [[2313]]
## [1] "OlguisSantillan: @DearSusyloveDi1 @dimash_official es espectacular! \n#DimashUniqueVoice para escuchar 24/7 \n#SpotifyWrapped\nTHE STOR… https://t.co/k6DpoOsXzM"
## 
## [[2314]]
## [1] "AnirudhMusicFvr: Just waiting for #SpotifyWrapped to check how many people's list Rockstar @anirudhofficial is gonna top! 🤏😎\n\nCommen… https://t.co/ulNVlMZT1y"
## 
## [[2315]]
## [1] "ok_mydude: when is #SpotifyWrapped dropping? i need a visual representation of how gay, depressed and horny i've been this year"
## 
## [[2316]]
## [1] "SAVAGE_KAT_SA: Here’s an some new music for you… I Wrote This SAVAGE KAT\n#hiphop #SpotifyWrapped\nhttps://t.co/zcEOMQ2g0D"
## 
## [[2317]]
## [1] "TheGroupieApp: ARTISTS that should be on your #SpotifyWrapped (a thread) 🎶"
## 
## [[2318]]
## [1] "homesicktown: prediction for my #SpotifyWrapped https://t.co/6pXY8r7WzA"
## 
## [[2319]]
## [1] "YCMC_PRODUCTION: *When she says breakfast in bed* this's Exactly what she meant. 👌\n#SpotifyWrapped #CyberMondayAmazon https://t.co/Ri8cYBljTe"
## 
## [[2320]]
## [1] "mo2the: I predict my most played song will be Blast Off by @silksonic @brunomars #andersonpaak #SpotifyWrapped https://t.co/qU1ehpyqc1"
## 
## [[2321]]
## [1] "howlingfantogs: I predict my most played song will be True Romance by @ToveLo\n#SpotifyWrapped"
## 
## [[2322]]
## [1] "annenothere: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[2323]]
## [1] "whatisgooding: Now, this is what I call brotherly love! 😂👏🏽 #DJKhaled #Diddy #BadBoy #Bday #BirthdayBoy #HipHopEd #BirthdayGift… https://t.co/IaXoVBQYH1"
## 
## [[2324]]
## [1] "ikidnapthestars: I predict my top artist will undoubtedly be @halsey again lol #SpotifyWrapped"
## 
## [[2325]]
## [1] "lozzakins: I predict my most played song will be Poltergeist, Corpse #SpotifyWrapped"
## 
## [[2326]]
## [1] "JhonnieDarko: I predict my most played song will be Static Dress -  Sweet. #SpotifyWrapped"
## 
## [[2327]]
## [1] "annenothere: I predict my top genre will be [indie] #SpotifyWrapped"
## 
## [[2328]]
## [1] "dehrlich25: I predict my top artist will be champagne papi  #SpotifyWrapped"
## 
## [[2329]]
## [1] "SabrinaY2k: Feet pics $15 #SpotifyWrapped #feetfethish"
## 
## [[2330]]
## [1] "jlmsupremacyx: my predictions for #SpotifyWrapped https://t.co/XFLXsGQt3J"
## 
## [[2331]]
## [1] "annenothere: I predict my most played song will be [the idea of growing old - features ] #SpotifyWrapped"
## 
## [[2332]]
## [1] "RayPhantom98: I predict my most played song will be something by corpse or beach bunny #SpotifyWrapped"
## 
## [[2333]]
## [1] "techfunnell: We do ethical hacking 🇺🇸#SpotifyWrapped #instagram #youtube #twitter #tiktok #love #instagood #follow #like… https://t.co/DqRdDiF3rU"
## 
## [[2334]]
## [1] "Rachousame: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan"
## 
## [[2335]]
## [1] "Sabahattin1985: I predict my top genre will be [Arabesk] #SpotifyWrapped"
## 
## [[2336]]
## [1] "TrentAr94633264: @wednesdayaddams @netflix Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below t… https://t.co/GompFDI6hF"
## 
## [[2337]]
## [1] "KcNxtdoor: Link In My Bio‼️\n.\n.\n.\n#music #rap #playlist #Toosii #JCole #latenight #latenightvibe #NewMusic #SpotifyWrapped https://t.co/fheMAxS8H6"
## 
## [[2338]]
## [1] "btharris93: Every year without fail. #SpotifyWrapped https://t.co/CHhHxqh8Vr"
## 
## [[2339]]
## [1] "howlingfantogs: I predict my top artist will be @conangray #SpotifyWrapped"
## 
## [[2340]]
## [1] "IncorrectTakes: @SQPHlE I predict @SQPHlE's most played will be [Midnight Rain] #SpotifyWrapped https://t.co/z7dhAT8Oh2"
## 
## [[2341]]
## [1] "Jimweave: I predict my top podcast will be [the @xdannyxbrownx show] #SpotifyWrapped"
## 
## [[2342]]
## [1] "SeraphToons: Watch as my top artist ends up being JVLA 🤭 #SpotifyWrapped"
## 
## [[2343]]
## [1] "natashasoojung: i hope mitski isn't my top artist for this years spotify wrapped ..\nim not the person i was when i was in the 0.05%… https://t.co/XA0rFWB8J8"
## 
## [[2344]]
## [1] "yvesgleek: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2345]]
## [1] "Loganzpr: #SpotifyWrapped gonna need to give it a shot sometime to show you all what i listen to, lol"
## 
## [[2346]]
## [1] "jobijosimp: I predict my top artist will be [TAYTAYYYY] #SpotifyWrapped"
## 
## [[2347]]
## [1] "RayPhantom98: I predict my top genre will be   DSMP or rock or indie #SpotifyWrapped"
## 
## [[2348]]
## [1] "ollie_ellio: i. just. want. my. damn. #SpotifyWrapped"
## 
## [[2349]]
## [1] "TrentAr94633264: @iamcardib Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/89IvQS9Llk"
## 
## [[2350]]
## [1] "hAidEr__aLie: Me to #traitorBajwa \n#คุณชายตอนจบ #مطار_الملك_سلمان #SpotifyWrapped #Freedom #Pakistani https://t.co/1ie0LDkfSq"
## 
## [[2351]]
## [1] "m1lkbabyy: I predict my top artist will be weezer #SpotifyWrapped"
## 
## [[2352]]
## [1] "lingstahle: I predict my most played song will be Summer Renaissance - BEYONCÉ #SpotifyWrapped"
## 
## [[2353]]
## [1] "causeursodark: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[2354]]
## [1] "Jimweave: I predict my top artist will be [@zackfox ] #SpotifyWrapped"
## 
## [[2355]]
## [1] "TrentAr94633264: Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/iDoGIrtqy1"
## 
## [[2356]]
## [1] "DollyDemeli: I predict my most played song will be [JoySpin] #SpotifyWrapped"
## 
## [[2357]]
## [1] "Invent_pedia: \"Nature always look out for the preservation of the universe\"\n       ~ Robert Boyle\n#innovation #SpotifyWrapped… https://t.co/N1x9PdNmof"
## 
## [[2358]]
## [1] "Jimweave: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[2359]]
## [1] "marika_donne: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2360]]
## [1] "marika_donne: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2361]]
## [1] "emma17992722: I predict my top artist will be @Harry_Styles or @taylorswift13 #SpotifyWrapped"
## 
## [[2362]]
## [1] "marika_donne: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2363]]
## [1] "YourBirthCertif: I predict my most played song will be a beatles funny :) #SpotifyWrapped"
## 
## [[2364]]
## [1] "lilgoshey: Spotify Wrapped 2022 be like:\n#SpotifyWrapped https://t.co/5kmBtqdfzO"
## 
## [[2365]]
## [1] "lavendervioIets: I predict my most played song will be right where you left me by Taylor Swift #SpotifyWrapped"
## 
## [[2366]]
## [1] "LaurenChristyy: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[2367]]
## [1] "marika_donne: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2368]]
## [1] "BensonTedd3: I predict my top podcast will be @WVFRM and @SafetyThirdPod #SpotifyWrapped"
## 
## [[2369]]
## [1] "smooney9: I predict my top artist will be @Shinedown #SpotifyWrapped"
## 
## [[2370]]
## [1] "LaurenChristyy: I predict my most played song will be “Everything Goes On” by Porter Robinson #SpotifyWrapped"
## 
## [[2371]]
## [1] "Bolts_pog: I predict my top genre will be [Metalcore] #SpotifyWrapped"
## 
## [[2372]]
## [1] "jas_afia: bro, ik the staff at Spotify is under MAD PRESSURE about #SpotifyWrapped 😭😭 \n\nalso let’s hope the designers don’t m… https://t.co/DSn5m9IA54"
## 
## [[2373]]
## [1] "daneen_g2645: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2374]]
## [1] "Otakustar13: I wonder how my #SpotifyWrapped will be like this year? 🤔 who knows 🤔 https://t.co/haw0gwaVjC https://t.co/TAdnuXrtIC"
## 
## [[2375]]
## [1] "BensonTedd3: I predict my top artist will be No Burnham or Taylor Swift #SpotifyWrapped"
## 
## [[2376]]
## [1] "spuffysmixtape: I predict my top artist will be either taylor swift or ozzy osbourne #SpotifyWrapped"
## 
## [[2377]]
## [1] "Uwusukuru: You Spotify account can tell me more about if we connect or not than anything else. FACTS\n#SpotifyWrapped #nsfwtwt… https://t.co/lqL9iae6Oo"
## 
## [[2378]]
## [1] "makdde_: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped el amor de mi visa uwu o tomás va a morir idk"
## 
## [[2379]]
## [1] "RayPhantom98: I predict my top artist will be beach bunny or corpse #SpotifyWrapped   I’ll reply below when it comes out what I got"
## 
## [[2380]]
## [1] "daneen_g2645: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[2381]]
## [1] "AanaMoren0: Can't wait for this year's #SpotifyWrapped #JosephQuinn #JoeQuinn https://t.co/HXYQ95CO7C"
## 
## [[2382]]
## [1] "MsTheestallion: I predict my top artist will be [Megan Thee Stallion🫶🏽] #SpotifyWrapped https://t.co/8OaRTlmcJq"
## 
## [[2383]]
## [1] "makdde_: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @dref_kun @Imaginedragons @sushitrash no se"
## 
## [[2384]]
## [1] "ukrainehelpuk: Please Donate to 'Feed The Children' Our goal is to help those families and children in desperate need of help. Lin… https://t.co/ZmwNsl1UBu"
## 
## [[2385]]
## [1] "n0t_dominique: Burna definitely gonna appear a few times in my #SpotifyWrapped … the way I had It’s Plenty on repeat 😩"
## 
## [[2386]]
## [1] "jisungtnkr: my top artist will be blackpink and my top genre will be either indie pop, kpop or pop #SpotifyWrapped"
## 
## [[2387]]
## [1] "gummywurmmy: I predict my most played song will be Michael in the Bathroom #SpotifyWrapped"
## 
## [[2388]]
## [1] "percysimpp: #SpotifyWrapped stream!! https://t.co/TTFDkFBuax"
## 
## [[2389]]
## [1] "daneen_g2645: I predict my most played song will be Treacherous (Taylor’s version) #SpotifyWrapped"
## 
## [[2390]]
## [1] "rinkrat8383: I predict my most played song will be freefall or devil like me by rks #SpotifyWrapped"
## 
## [[2391]]
## [1] "livvi78: I predict my top artist will be Lady Gaga fourth times a charm #SpotifyWrapped"
## 
## [[2392]]
## [1] "gummywurmmy: I predict my top podcast will be rslash #SpotifyWrapped"
## 
## [[2393]]
## [1] "btscuresdeprsn: I predict my most played song will be Ojitos Lindos by bad bunny 🤌😭🤌✨✨ #SpotifyWrapped  #BadBunny https://t.co/NgTWUTZ4dh"
## 
## [[2394]]
## [1] "_Backtrackz: First Video? Comment other ideas.. #vlog #YouTube #youtubeshorts #games #gamingcommunity #gaming #SpotifyWrapped #Birmingham"
## 
## [[2395]]
## [1] "sbrsimp: I predict my top genre will be  the sound of sbr men whimpering #SpotifyWrapped"
## 
## [[2396]]
## [1] "Abiadeking1: Don't forget to like &amp; subscribe please\nhttps://t.co/kT2osip7Ye\n#FIFAWorldCupQatar2022 #SpotifyWrapped #CyberMondayAmazon #WorldCup2022"
## 
## [[2397]]
## [1] "AlfWilsonn: I predict my top artist will be Rex Orange County #SpotifyWrapped"
## 
## [[2398]]
## [1] "berrytpwk: my festival gave me a good idea on how my #SpotifyWrapped will look https://t.co/2xgV1HqJoW"
## 
## [[2399]]
## [1] "r4pIin3: I predict my top artist will be clearly [BTS] #SpotifyWrapped 👁👄👁"
## 
## [[2400]]
## [1] "Sabahattin1985: I predict my top artist will be [Bergen] #SpotifyWrapped"
## 
## [[2401]]
## [1] "Uwusukuru: Date idea:\nWe watching some Psycopath and Serialkiller documentarys on Netflix\n#nsfwtwt #nsfwxRolePlay #Dateidea… https://t.co/kvBhNDOcy1"
## 
## [[2402]]
## [1] "brittanywhose: @Spotify show me my #SpotifyWrapped wrapped and I won’t unleash these two on you https://t.co/Lapmx4Y8GT"
## 
## [[2403]]
## [1] "gaymergeek26: I'm quite excited for my #SpotifyWrapped this year https://t.co/nyH1sDi1wc"
## 
## [[2404]]
## [1] "zorijaramillo: DROP IT RIGHT NOW #SpotifyWrapped https://t.co/xGwQPGmneT"
## 
## [[2405]]
## [1] "makdde_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped en volá alguna del @saatiroo o @dref_kun 💘"
## 
## [[2406]]
## [1] "Sabahattin1985: I predict my most played song will be [Seni Kalbimden Kovdum] #SpotifyWrapped"
## 
## [[2407]]
## [1] "mennaw3alena: I predict my top podcast will be [my internal monologue of course] #SpotifyWrapped"
## 
## [[2408]]
## [1] "sxllout17: tyler def gonna be my top 1 artist this year  #SpotifyWrapped"
## 
## [[2409]]
## [1] "jemjemid: I predict my most played song will be the town inside me 100% #SpotifyWrapped"
## 
## [[2410]]
## [1] "girIaIm1ghty: i predict my most played song/top artist will be charli xcx and/or phoebe bridgers and I only have my bf to thank lol #SpotifyWrapped"
## 
## [[2411]]
## [1] "Welman_B: I predict my most played song will be Suspicious Minds by Elvis Presley #SpotifyWrapped"
## 
## [[2412]]
## [1] "SashaaNatashaa: I predict my top artist will be @dannyelfman #SpotifyWrapped\n\nNo doubt."
## 
## [[2413]]
## [1] "jisungtnkr: i think my most listened to song is gonna either: be sorry i love u - stray kids\nhard to love - blackpink\n #SpotifyWrapped"
## 
## [[2414]]
## [1] "sbrsimp: I predict my most played song will be diego brando moaning in my ear as i i tighten my grip around his shaft and he… https://t.co/PfYdc0OYgr"
## 
## [[2415]]
## [1] "AlfWilsonn: I predict my most played song will be keep it up by Rex Orange County #SpotifyWrapped"
## 
## [[2416]]
## [1] "Besldjuu: I predict my top artist will be Chase Atlantic 😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍#SpotifyWrapped"
## 
## [[2417]]
## [1] "ii_love_bowee: I seek strength, not to be greater than other, but to fight my greatest enemy, the doubts within myself.… https://t.co/F7sVrlK2Il"
## 
## [[2418]]
## [1] "heelpatrickmc: I predict my most played song will be Circle in the Sand! #SpotifyWrapped"
## 
## [[2419]]
## [1] "ayush03d: Joining the #instafest trend until the #SpotifyWrapped 2022 comes\n\nhttps://t.co/nS9fQiuNx0 https://t.co/vDw1YTYp6Q"
## 
## [[2420]]
## [1] "Welman_B: I predict my top artist will be Elvis Presley #SpotifyWrapped"
## 
## [[2421]]
## [1] "eipuriru_desu: I predict my most played song will be Mutter by Rammstein #SpotifyWrapped"
## 
## [[2422]]
## [1] "cedanewsgh: Blindspot mix 47 Afrofusion by DJ Ricky Augustine https://t.co/8TcMPnprQE\n#cedanews #SpotifyWrapped"
## 
## [[2423]]
## [1] "mennaw3alena: I predict my top artist will be [Mitski] #SpotifyWrapped"
## 
## [[2424]]
## [1] "EmobunnyE: I predict my top podcast will be nothing, I don’t listen to podcasts #SpotifyWrapped"
## 
## [[2425]]
## [1] "paridiecoole: I predict my top podcast will be BANTER. #SpotifyWrapped"
## 
## [[2426]]
## [1] "SonnysBBQ: We predict our most played song will be about BBQ 🎵  #SpotifyWrapped https://t.co/3VKB2SiU25"
## 
## [[2427]]
## [1] "paridiecoole: I predict my top artist will be cigarettes after sex #SpotifyWrapped"
## 
## [[2428]]
## [1] "StayClassyJM: Excited for my annual psych evaluation #SpotifyWrapped"
## 
## [[2429]]
## [1] "mennaw3alena: I predict my top genre will be [Losing my sanity] #SpotifyWrapped"
## 
## [[2430]]
## [1] "AccademicWriter: Dm and chart with an expert before placing an order \n#SpotifyWrapped #CyberMondayAmazon #kudus #AcademicTwitter… https://t.co/4jXgSQAHIt"
## 
## [[2431]]
## [1] "tmth421: I predict my top podcast will be [@MyFavMurder] #SpotifyWrapped"
## 
## [[2432]]
## [1] "EmobunnyE: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[2433]]
## [1] "wiktoria419: I predict my most played song will be Easy Lover by @elliegoulding #SpotifyWrapped"
## 
## [[2434]]
## [1] "57b9j4fcqh: #SpotifyWrapped 4 BIG GUYS"
## 
## [[2435]]
## [1] "paridiecoole: I predict my top genre will be i dont know #SpotifyWrapped"
## 
## [[2436]]
## [1] "ronimiah_bd: I love those who can smile in trouble ☺️\n#ronimiah #freelancer #entrepreneur #PicOfTheDay #photography #nature… https://t.co/543168Yerf"
## 
## [[2437]]
## [1] "notmfpumkinduh: I predict my top artist better be Joji #SpotifyWrapped"
## 
## [[2438]]
## [1] "Cakinator_: I predict my top podcast will be @deadlockpw #SpotifyWrapped"
## 
## [[2439]]
## [1] "EmobunnyE: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[2440]]
## [1] "lunacannabica: Stonner 😎 #SpotifyWrapped #FiestaT5 #RedVelvet #420Goddess #420Girl #weedsmokers https://t.co/hKO2aEiWwC"
## 
## [[2441]]
## [1] "mennaw3alena: I predict my most played song will be [Bahibak] #SpotifyWrapped\n\nDont judge me please i was in the mood for love"
## 
## [[2442]]
## [1] "fkathatnsh: I predict my top podcast will be The receipts #SpotifyWrapped"
## 
## [[2443]]
## [1] "SomethinClub: I don’t wanna know #SpotifyWrapped"
## 
## [[2444]]
## [1] "dauktaurslim: @PeterObi - we nonde give shishi..ATAWA🙆‍♂🤣🤣 #SpotifyWrapped #CyberMondayAmazon #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/RS9onTS3Ko"
## 
## [[2445]]
## [1] "paridiecoole: I predict my most played song will be sex, drugs, etc #SpotifyWrapped"
## 
## [[2446]]
## [1] "Cakinator_: I predict my top artist will be @breakingbenj #SpotifyWrapped"
## 
## [[2447]]
## [1] "tmth421: I predict my top artist will be [@MacMiller] #SpotifyWrapped"
## 
## [[2448]]
## [1] "KarysBelger: I went through a number of phases this year. I’m confident my #SpotifyWrapped will be a toss-up."
## 
## [[2449]]
## [1] "EmobunnyE: I predict my most played song will be FAKE LOVE by BTS \n#SpotifyWrapped"
## 
## [[2450]]
## [1] "RMotti: My #SpotifyWrapped predictions 🤠\n\nTOP SONG: Wet Dream - Wet Leg\n\nTOP GENRE: rock? hope it's more specific, like 'gr… https://t.co/8YuC3vlhqm"
## 
## [[2451]]
## [1] "Mha_Dreamsmp: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n5 Minuten Harry Podcast"
## 
## [[2452]]
## [1] "tmth421: I predict my top genre will be [Rap/Hip-Hop] #SpotifyWrapped"
## 
## [[2453]]
## [1] "Keisshay: #SpotifyWrapped pls don’t come at me I had my gay awakening this year and I also had to change my life plans 62x https://t.co/gaSGW4SwxH"
## 
## [[2454]]
## [1] "kaylee_xcx: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[2455]]
## [1] "jeonbamBv: once again my most played song will be august or another Taylor swift song #SpotifyWrapped"
## 
## [[2456]]
## [1] "RedsVelocity: I predict my top podcast will be Distractible #SpotifyWrapped"
## 
## [[2457]]
## [1] "RedsVelocity: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[2458]]
## [1] "Mha_Dreamsmp: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nAlic Benjamin"
## 
## [[2459]]
## [1] "fkathatnsh: I predict my top artist will be Beyoncé #SpotifyWrapped"
## 
## [[2460]]
## [1] "jimmyghad: I predict my most played song will be Brambleton #SpotifyWrapped"
## 
## [[2461]]
## [1] "kaylee_xcx: I predict my most played song will be Last Last - Burna Boy #SpotifyWrapped 😭"
## 
## [[2462]]
## [1] "huaxln: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[2463]]
## [1] "MeyetMiss: @elonmusk @Jason It’s time to rip the bandage off! #SpotifyWrapped #RedVelvet #CyberMonday #WorldCup2022 #Sasmos #Ukraine️ #Elon"
## 
## [[2464]]
## [1] "notmfpumkinduh: I predict my most played song will be die for you by joji, I will lose it if it’s not #SpotifyWrapped"
## 
## [[2465]]
## [1] "RedsVelocity: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[2466]]
## [1] "Mha_Dreamsmp: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndi Pop"
## 
## [[2467]]
## [1] "ChandramDutta: WHERE'S MY #SpotifyWrapped!!?"
## 
## [[2468]]
## [1] "RedsVelocity: I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped"
## 
## [[2469]]
## [1] "fvklgn: I predict my top artist will be $uicideboy$ #SpotifyWrapped"
## 
## [[2470]]
## [1] "hyooryyy: I predict my top artist will be Weeekly #SpotifyWrapped"
## 
## [[2471]]
## [1] "AguaDieta: I predict my top podcast will be [FUCK PODCASTS!!] #SpotifyWrapped"
## 
## [[2472]]
## [1] "youforiafm: i predict my most played song will be [i honestly have no idea i've been all over the place this year] #SpotifyWrapped"
## 
## [[2473]]
## [1] "walker_88793: It feels like #SpotifyWrapped is coming soon in my playlist. What you think which is your top category."
## 
## [[2474]]
## [1] "AguaDieta: I predict my top artist will be [Alex G] #SpotifyWrapped"
## 
## [[2475]]
## [1] "hyooryyy: I predict my top genre will be Girl Group Kpop or Rock #SpotifyWrapped"
## 
## [[2476]]
## [1] "ilovebyidle: I predict my top podcast will be pipp’s podcast……. #SpotifyWrapped"
## 
## [[2477]]
## [1] "Fredrik_Larsen_: @Sugababes @keisha_buchanan @Mutyabuena21 @siobhandonaghy Signed up ladies💜 #Sugababes #SpotifyWrapped #SpotifyUK… https://t.co/mKLTme70n5"
## 
## [[2478]]
## [1] "tmth421: I predict my most played song will be [ROS by @MacMiller] #SpotifyWrapped"
## 
## [[2479]]
## [1] "KendraBTaylor: I predict my top podcast will be firewhisky and honey  #SpotifyWrapped"
## 
## [[2480]]
## [1] "AguaDieta: I predict my top genre will be [Idk lmfao] #SpotifyWrapped"
## 
## [[2481]]
## [1] "ilovebyidle: I predict my top artist will be twice 🫶🏼 #SpotifyWrapped"
## 
## [[2482]]
## [1] "wtfmlili: #SpotifyWrapped #spotifywrapped2022 guys taylor was a complete accident i’m sorry. i didn’t mean for it to happen i… https://t.co/zZUiDIDoK0"
## 
## [[2483]]
## [1] "DOREMIDOKYE0M: I predict my top podcast will be hobbylos von @Julien_Bam und @rezomusik :D #SpotifyWrapped"
## 
## [[2484]]
## [1] "sleepy_rio: and i predict my top artist will be my chemical romance #SpotifyWrapped"
## 
## [[2485]]
## [1] "ilovebyidle: I predict my top genre will be kpop bc of twice #SpotifyWrapped"
## 
## [[2486]]
## [1] "AguaDieta: I predict my most played song will be [Gnaw - Alex G] #SpotifyWrapped"
## 
## [[2487]]
## [1] "pedrosierramx: I predict my most played song will be \"Fish in the water\" - AKMU. 😁 #SpotifyWrapped"
## 
## [[2488]]
## [1] "hyooryyy: I predict my most played song will be Butterfly by Weeekly #SpotifyWrapped"
## 
## [[2489]]
## [1] "luzxray: I predict my top podcast will be wholesome magic sweetheart from toh 😋 #SpotifyWrapped"
## 
## [[2490]]
## [1] "ilovebyidle: I predict my most played song will be perfect world by twice or vicious by sabrina carpenter #SpotifyWrapped"
## 
## [[2491]]
## [1] "4thPresidentKE3: This video really united Kenyans😂💔\nLeao\nPiers\nRonaldo\nUhuru Kenyatta\n#FIFAWorldCupQatar2022 \n#CyberMonday… https://t.co/xIp3uWbpeZ"
## 
## [[2492]]
## [1] "KendraBTaylor: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2493]]
## [1] "its_veronica: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2494]]
## [1] "sleepy_rio: I predict my most played song will be either the ghost of you, or boy division (both by mcr). #SpotifyWrapped"
## 
## [[2495]]
## [1] "imnotmimmy: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2496]]
## [1] "imnotmimmy: I predict my top genre will be English pop #SpotifyWrapped"
## 
## [[2497]]
## [1] "pollystaffle: That's Hilarious by @charlieputh is definitely one of my top listened to tracks of 2022. \n\n#SpotifyWrapped"
## 
## [[2498]]
## [1] "luzxray: I predict my top artist will be [Mitski] #SpotifyWrapped"
## 
## [[2499]]
## [1] "ZanAycicek: Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK"
## 
## [[2500]]
## [1] "PieroPereyra4: I predict my top artist will be @DukiSSJ  #SpotifyWrapped"
## 
## [[2501]]
## [1] "matthewlaurie19: Can’t wait to see little mix being my top Artist 6 years in a row #SpotifyWrapped"
## 
## [[2502]]
## [1] "DOREMIDOKYE0M: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[2503]]
## [1] "SwiftBelieber89: Anyways, what's everyone's red carpet look for @Spotify 's #SpotifyWrapped . I wanna seeee👀"
## 
## [[2504]]
## [1] "TheNameIsCitrix: I predict my top artist will be [the wrecks ] #SpotifyWrapped"
## 
## [[2505]]
## [1] "satellitesilho1: I'm anxious for my #spotifywrapped this year... last year it was @theavettbros and I have a feeling this year its g… https://t.co/x4uHqPWcMG"
## 
## [[2506]]
## [1] "luzxray: I predict my top genre will be [idk tbh ] #SpotifyWrapped"
## 
## [[2507]]
## [1] "cowboylikeaddi: I predict my most played song will be some taylor swift song lol #SpotifyWrapped"
## 
## [[2508]]
## [1] "DOREMIDOKYE0M: I predict my top genre will be kpop -duh🤪 #SpotifyWrapped"
## 
## [[2509]]
## [1] "Afiemo_AO: 12 odds, all in. If your mind no go split the tickets.\n\nKindly DM for telegram link.\n\n#SpotifyWrapped  #NBA  #1xbet… https://t.co/bogp2445Bz"
## 
## [[2510]]
## [1] "luzxray: I predict my most played song will be probably like we fell in love in October by girl in red #SpotifyWrapped"
## 
## [[2511]]
## [1] "imnotmimmy: I predict my most played song will be reflection, allegretto, you #SpotifyWrapped"
## 
## [[2512]]
## [1] "cowboylikeaddi: I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped"
## 
## [[2513]]
## [1] "NychPrxr: I predict my top podcast will be Hogwarts Ambience 🤣 #SpotifyWrapped"
## 
## [[2514]]
## [1] "JGroomsZN: I predict my top artist will be Future #SpotifyWrapped"
## 
## [[2515]]
## [1] "SeamusCalder: I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped and it is entirely @JesseCannon's fault"
## 
## [[2516]]
## [1] "DOREMIDOKYE0M: I predict my most played song will be GUERRILLA by ATEEZ!! #SpotifyWrapped"
## 
## [[2517]]
## [1] "badussy8913: I kinda have good taste 🤭don’t know why Taylor is their barely listen to her. #instafest #SpotifyWrapped #spotify https://t.co/yfQcHPhrpk"
## 
## [[2518]]
## [1] "ClydepactDisc: I predict my most played song will be super freaky girl or smth idk #SpotifyWrapped"
## 
## [[2519]]
## [1] "WDBM: Do you welcome the arrival of this year's #SpotifyWrapped or do you fear what darkness it may unveil?"
## 
## [[2520]]
## [1] "elequantig: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[2521]]
## [1] "kiabbwwi: I predict my top artist will be #Zayn #SpotifyWrapped"
## 
## [[2522]]
## [1] "mypurplesun: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[2523]]
## [1] "elequantig: I predict my top artist will be Pop Smoke #SpotifyWrapped"
## 
## [[2524]]
## [1] "NychPrxr: I predict my top artist will be Sopor Aeternus &amp; The Ensemble of Shadows #SpotifyWrapped"
## 
## [[2525]]
## [1] "Dirty_Roll: OmiFest 2023 !! #SpotifyWrapped https://t.co/4kK6QMKDep"
## 
## [[2526]]
## [1] "young_ckash1: CkashOut x Dthang Drowz     #AFF #Trending   #NewVideoAlert #crunchgang #foryourpage #Formula1 #iTunes… https://t.co/RrqAZQOyAx"
## 
## [[2527]]
## [1] "lex_the_rex_24: I predict my top artist will be @halsey #SpotifyWrapped hoping to be in the top 1%"
## 
## [[2528]]
## [1] "elequantig: I predict my most played song will be Armed and Dangerous by King Von #SpotifyWrapped"
## 
## [[2529]]
## [1] "marquandisdaddy: Maybe tomorrow will be the day that #SpotifyWrapped drops...\nI live in hope 😬"
## 
## [[2530]]
## [1] "JulieMayville: My 2022 was full of Kara Swisher pods and pop jams. Prove me wrong, #SpotifyWrapped https://t.co/n0wF1gzpA7"
## 
## [[2531]]
## [1] "aestheticdaydr1: I predict my #SpotifyWrapped will have plenty of Rome Streetz. Some Action Bronson and Roc Marciano in there. I’m p… https://t.co/zYX5mAWb3T"
## 
## [[2532]]
## [1] "NychPrxr: I predict my most played song will be Only the Dead in the Mist #SpotifyWrapped"
## 
## [[2533]]
## [1] "SamBawse: I predict my top artist will be @OfficialSteps (Duh)  #SpotifyWrapped"
## 
## [[2534]]
## [1] "CrystalEdits: I predict my top podcast will be [Edeltalk] #SpotifyWrapped"
## 
## [[2535]]
## [1] "Divinebet130: *💞💞💞LIFE IS SWEET WHEN YOU UNDERSTAND THE SECRET TO CREATE WEALTH, THE SECRET HAS BEEN UNVEILED...MAKE A GREAT DECI… https://t.co/URegw0i7Aa"
## 
## [[2536]]
## [1] "iamantonia_cj: Me pretending to be surprised when I see that my #SpotifyWrapped is literally written by @SofiaCarson 🫠 https://t.co/JMW9dc8Bt8"
## 
## [[2537]]
## [1] "bendifyyt: I predict my most played song will be off the grid #SpotifyWrapped"
## 
## [[2538]]
## [1] "v1g1lantesh1t13: I get more excited about Spotify wrapped than my birthday and I pretty much know what will be on it 😭😭 #SpotifyWrapped"
## 
## [[2539]]
## [1] "Laserlord_: I predict my most played song will be Let you down by @nfrealmusic #SpotifyWrapped"
## 
## [[2540]]
## [1] "lex_the_rex_24: I predict my most played song will be The Tradition by @halsey #SpotifyWrapped"
## 
## [[2541]]
## [1] "TashB2205: I predict my top genre will be [trance] #SpotifyWrapped \n\nno contest"
## 
## [[2542]]
## [1] "dejease: me pretending to be shocked when i find out bts are my most streamed artists #SpotifyWrapped  https://t.co/YVnAnIhtHA"
## 
## [[2543]]
## [1] "Next_G_EAS: I predict my most played song will be [Rick Ashley - Never Gona Give You Up] (because people use it for rickrolling… https://t.co/Uz2aScusor"
## 
## [[2544]]
## [1] "Fungussy3: I predict my top artist will be Steam Powered Giraffe #SpotifyWrapped"
## 
## [[2545]]
## [1] "mcalive01: I predict my top artist is @FabvLMusic #SpotifyWrapped"
## 
## [[2546]]
## [1] "dejease: bts when they find out they’re my number one artists on spotify again #SpotifyWrapped https://t.co/VQ8BJgNOGg"
## 
## [[2547]]
## [1] "tae_alexandria: my #SpotifyWrapped predictions\ntop song: end of beginning by Djo\ntop artist: Taylor Swift\ntop podcast: Off Menu (so… https://t.co/a2zrllOSRt"
## 
## [[2548]]
## [1] "Hahaha10989852: I predict my top podcast will be BANTER!! #SpotifyWrapped"
## 
## [[2549]]
## [1] "WhatsTrending: #SpotifyWrapped trends as @Spotify begins to tease its 2022 roll out 👏Essentially this is your warning to go ahead… https://t.co/9weUDRPojN"
## 
## [[2550]]
## [1] "Uttamk16t6543: Wedding ❣️❣️ photography \nInbox me for photo editing \n \n#lightroom #editing #SpotifyWrapped #RedVelvet #Twitter… https://t.co/AfT7K4smQf"
## 
## [[2551]]
## [1] "nbutler_art: May as well get another listen of @bearmccreary 's #RingsofPower soundtrack before #SpotifyWrapped is out! It's gonna number one anyway!"
## 
## [[2552]]
## [1] "s0fqia: VEM LOGO SPOTIFY WRAPPED nao aguento mais esperar #SpotifyWrapped"
## 
## [[2553]]
## [1] "kissy_carolina: I predict my top artist will be Harry styles ofc #SpotifyWrapped"
## 
## [[2554]]
## [1] "kissy_carolina: I predict my top genre will be pop for sure #SpotifyWrapped"
## 
## [[2555]]
## [1] "sbrsimp: I predict my most played song will be the moans of johnny joestar getting finger blasted so hard he sets himself #SpotifyWrapped"
## 
## [[2556]]
## [1] "exclusivedeal16: 🔥 ALL CYBER MONDAY DEALS HERE! 🔥\n👉👉 https://t.co/Fh38MdY9Yl\n✅ I earn from qualifying purchases.\n• Promo codes, if a… https://t.co/97nf4lGLNl"
## 
## [[2557]]
## [1] "kissy_carolina: I predict my most played song will be as it was 🧐 #SpotifyWrapped"
## 
## [[2558]]
## [1] "miacoyle07: I predict my most played song will be coast - hailee steinfeld fr anderson paak #SpotifyWrapped"
## 
## [[2559]]
## [1] "Divinebet130: *AM NOT HERE TO CONVINCE ANYONE TO BELIEVE MY GAMES..  I CAN'T FORCE YOU TO MAKE MONEY...  I DON'T DO PAY AFTER OR… https://t.co/dA1qHPYvDJ"
## 
## [[2560]]
## [1] "NikolajZamo89: I predict my top artist will be @trixiemattel #SpotifyWrapped"
## 
## [[2561]]
## [1] "JulieMayville: I predict my top genre will be POP. Hands down. No question #SpotifyWrapped"
## 
## [[2562]]
## [1] "sophs_moran: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  mmmmmm i think its a… https://t.co/sI0GAmEfnv"
## 
## [[2563]]
## [1] "RebeccaWright4: I predict my top artist will  be harry styles #SpotifyWrapped"
## 
## [[2564]]
## [1] "shad0w_unkn0wn: I predict my top artist will be [Djo] #SpotifyWrapped"
## 
## [[2565]]
## [1] "shad0w_unkn0wn: I predict my most played song will be [\"Tissues\" by YUNGBLUD] #SpotifyWrapped"
## 
## [[2566]]
## [1] "RebeccaWright4: I predict my top genre will be genre pop #SpotifyWrapped"
## 
## [[2567]]
## [1] "h41ey: distance yourself for awhile and you will realize a lot \n\n#FIFAWorldCupQatar2022 #SpotifyWrapped \n#CyberMondayAmazon"
## 
## [[2568]]
## [1] "ClutchRaptors: I predict my most played song will be [Everyday by Sofaygo] #SpotifyWrapped"
## 
## [[2569]]
## [1] "RebeccaWright4: I predict my most played song will be anything from harrys house #SpotifyWrapped"
## 
## [[2570]]
## [1] "whereisbillllie: I predict my top artist will be glee cast #SpotifyWrapped"
## 
## [[2571]]
## [1] "xxJodieMariexx: Getting ready to blame my music choices on my daughter. That's what she's there for, right?  #SpotifyWrapped"
## 
## [[2572]]
## [1] "whereisbillllie: I predict my top genre will be k-pop #SpotifyWrapped"
## 
## [[2573]]
## [1] "ill3gallybl0nde: I predict my top podcast will be “The Read” hosted by Kid Fury &amp; Crissle #SpotifyWrapped"
## 
## [[2574]]
## [1] "BlissfulOrange: I predict my top artist will be Addison Rae #SpotifyWrapped"
## 
## [[2575]]
## [1] "JustmoveG: Application fee waiver Good luck \n.\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #YasakElma #乌鲁木齐… https://t.co/kozxXzs9gi"
## 
## [[2576]]
## [1] "whereisbillllie: I predict my most played song will be wa da da by kepler #SpotifyWrapped"
## 
## [[2577]]
## [1] "Daniel_barb_v2: I predict my most played song will be [whole lotta Money remix ] #SpotifyWrapped"
## 
## [[2578]]
## [1] "BlissfulOrange: I predict my top genre will be Dream SMP #SpotifyWrapped"
## 
## [[2579]]
## [1] "lunedel_: I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped"
## 
## [[2580]]
## [1] "pnggangoffical: I predict my most played song will be sabbath school by Devon hendicks #SpotifyWrapped"
## 
## [[2581]]
## [1] "George4559: I predict my most played song will be  Big City Life by Luude #SpotifyWrapped"
## 
## [[2582]]
## [1] "LiLCjBaby1: New Vid Up Now‼️\nLink Below⬇️⬇️⬇️⬇️\n\n(https://t.co/rKn5R3AeyS) \n\n#lilgotit #atl #atlanta #hoodbaby #youtuber… https://t.co/Usou7yoruc"
## 
## [[2583]]
## [1] "helencity_94: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[2584]]
## [1] "BlissfulOrange: I predict my most played song will be Hello by OMFG #SpotifyWrapped"
## 
## [[2585]]
## [1] "Nathan_Evans9: I predict my most played song will be Sleepwalking by All Time Low cause there's no way it's in the 30s of my top 5… https://t.co/zOTKWYZD76"
## 
## [[2586]]
## [1] "ill3gallybl0nde: I predict my most played song will be “Lover, You Should’ve Come Over” by Jeff Buckley #SpotifyWrapped"
## 
## [[2587]]
## [1] "yuujikoos: I predict my top podcast will be [lions lead by donkeys] #SpotifyWrapped"
## 
## [[2588]]
## [1] "royceda69real: I predict my top podcast will be PAUL POD #SpotifyWrapped"
## 
## [[2589]]
## [1] "Wormysaur: I predict my most played song will be aikido neurotic/erotic or suburbia overture by will wood #SpotifyWrapped"
## 
## [[2590]]
## [1] "stu4niolos: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped pretty basic"
## 
## [[2591]]
## [1] "prettypilled: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2592]]
## [1] "stu4niolos: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nessa Barrett"
## 
## [[2593]]
## [1] "ArbitraryTingz: Can we normalize paying a bill as a Christmas gift instead of gift sets nobody gone use? #MerryChristmas… https://t.co/tg232kfClz"
## 
## [[2594]]
## [1] "impastamac: I predict my top artist will be taylor swift without a doubt #SpotifyWrapped"
## 
## [[2595]]
## [1] "stu4niolos: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop"
## 
## [[2596]]
## [1] "yuujikoos: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[2597]]
## [1] "OurFrequency: This is a safe space 🤫 — who will be your top 3 artists of 2022? Drop a comment below 👇🏾 \n\n#SpotifyWrapped https://t.co/X4QBbd57yJ"
## 
## [[2598]]
## [1] "HelenArvi: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[2599]]
## [1] "stu4niolos: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped to hot to cry by Nessa Barrett"
## 
## [[2600]]
## [1] "INDOBARCA_BKL: Will the #SpotifyWrapped guesses of Oshoala and Geyse be as good as their dance moves? 💃 #shorts… https://t.co/ddGOVBhUOi"
## 
## [[2601]]
## [1] "impastamac: I predict my most played song will be keep driving by harry styles #SpotifyWrapped"
## 
## [[2602]]
## [1] "yuujikoos: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[2603]]
## [1] "Kara_Ann_C: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2604]]
## [1] "yuujikoos: I predict my most played song will be [Stay Alive] #SpotifyWrapped"
## 
## [[2605]]
## [1] "GoneInTheDark5: My #SpotifyWrapped will most likely be a chaos of different songs and genres that don’t match in any way"
## 
## [[2606]]
## [1] "rayyprayy: I predict my top podcast will be @AGpodcast  #SpotifyWrapped"
## 
## [[2607]]
## [1] "nadanuffgum: the only data i got from spotify is that i listened to speak by jhené aiko 143,721 times and i'm on a watch list now  #SpotifyWrapped"
## 
## [[2608]]
## [1] "royceda69real: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[2609]]
## [1] "LFMKINGPJAY: I wish you a Merry Christmas. This is coming from Life Family Money a clothing brand and musical production company… https://t.co/ObjXwPYnan"
## 
## [[2610]]
## [1] "gohivanj: I predict my most played song will be Re-harmonize. #SpotifyWrapped"
## 
## [[2611]]
## [1] "brigadiearnb: Portugal 2-0 Uruguay\n🔥🔥🔥🔥\nPortugal won congratulations 👏👏👏👏👏\nUnbelievable Portugal team strength back 🔥🔥🔥\n#goals… https://t.co/vKXTDxZGNi"
## 
## [[2612]]
## [1] "rayyprayy: I predict my top genre will be I swear if it’s dnb 🤧🤧🤧 #SpotifyWrapped"
## 
## [[2613]]
## [1] "EvanEtaitPris: I predict my most played song will be BEST INTEREST BY TYLER THE CREATOR #SpotifyWrapped \nYALL DONT FUCKING KNOW HOW MUCH I LOVE THIS SINGLE"
## 
## [[2614]]
## [1] "jupit33rr: I predict my most played song will be dangerous by madison beer #SpotifyWrapped"
## 
## [[2615]]
## [1] "Larishlisten: Newly dropped Bad boy intro on audiomack by Larish #SpotifyWrapped #ASUUstrike #CyberMonday #FIFAWorldCupQatar2022… https://t.co/1D0YGGEsRk"
## 
## [[2616]]
## [1] "HarryFan4Life_: I predict my top artist will be Harry Styles 100% #SpotifyWrapped"
## 
## [[2617]]
## [1] "OMETinyHeartsMD: I would go to this concert...I would pay premium for this concert! 🥹🥹 You can't beat the \"soothing piano classics f… https://t.co/7ALQMCg3kw"
## 
## [[2618]]
## [1] "everydayori: I predict my top artist will be @machinegunkelly #SpotifyWrapped"
## 
## [[2619]]
## [1] "mythias675: I predict my most played song will be [Bryson Tiller - Timeless Interlude Pt. II] #SpotifyWrapped"
## 
## [[2620]]
## [1] "rayyprayy: I predict my most played song will be One More Year by @tameimpala #SpotifyWrapped"
## 
## [[2621]]
## [1] "royceda69real: I predict my top genre will be hip-hop #SpotifyWrapped"
## 
## [[2622]]
## [1] "HarryFan4Life_: I predict my most played song will be As It Was by King @Harry_Styles ❤️ #SpotifyWrapped"
## 
## [[2623]]
## [1] "keandrianjones: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[2624]]
## [1] "inbetweenness__: I predict my top artist will be [TWICE] #SpotifyWrapped"
## 
## [[2625]]
## [1] "TailsmenT: Self portraits are the best #SpotifyWrapped #RedVelvet #乌鲁木齐 #WorldCup2022 https://t.co/krpi5Rrn1G"
## 
## [[2626]]
## [1] "ChloeCombi: #SpotifyWrapped tells you WAY more about the people you might be interested in than their therapist could."
## 
## [[2627]]
## [1] "inbetweenness__: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[2628]]
## [1] "_sweats_: I predict my most played song will be Megalovania by a mile.  #SpotifyWrapped"
## 
## [[2629]]
## [1] "inbetweenness__: I predict my most played song will be [https://t.co/oN1Ipehsp8] #SpotifyWrapped"
## 
## [[2630]]
## [1] "gracelyndupe: I predict my top artist will be [@taylorswift13] #SpotifyWrapped"
## 
## [[2631]]
## [1] "klawmachin: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped vylet pony"
## 
## [[2632]]
## [1] "rayyprayy: I predict my top artist will be @tameimpala ❤️  #SpotifyWrapped"
## 
## [[2633]]
## [1] "harpergruffy: imb a spotify cat, i;ll poste mine #SpotifyWrapped for every1 to see!"
## 
## [[2634]]
## [1] "royceda69real: I predict my most played song will be Arose by eminem #SpotifyWrapped"
## 
## [[2635]]
## [1] "drmuhammadsf: Awesome activities..\n#FIFAWorldCupQatar2022\n#คุณชายตอนจบ\n#FIFAWorldCup\n#البرازيل_ِسويسرا\n#kudus\n#Ukraine️… https://t.co/qLfAxZcGqX"
## 
## [[2636]]
## [1] "keandrianjones: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2637]]
## [1] "wynterNM_: I predict my top artist will be Nicki Minaj #SpotifyWrapped"
## 
## [[2638]]
## [1] "amanda_emblem: I predict my most played song will be Coconut Rum #SpotifyWrapped"
## 
## [[2639]]
## [1] "Miranda4069: currently missing this handsome man 🥹🥹 #SpotifyWrapped #CyberMonday #ENHYPEN #ENHYPEN_SUNGHOON #SUNGHOON #Chicago… https://t.co/aCFbqPYtS9"
## 
## [[2640]]
## [1] "hushleberryspam: I predict my top podcast will be [the conversation cast] #SpotifyWrapped"
## 
## [[2641]]
## [1] "RANSUMARONS: \"Caress\" Out Now on All Major Platforms! @ItsBMcKnight @Usher\n@jtimberlake @foxsoultv @Pharrell\n@Timbaland… https://t.co/J1tmT9EtMV"
## 
## [[2642]]
## [1] "hushleberryspam: I predict my top artist will be [the smiths] #SpotifyWrapped"
## 
## [[2643]]
## [1] "gh029mdz: I predict my most played song will be HENTAI - by Rosalia #SpotifyWrapped"
## 
## [[2644]]
## [1] "theantiflop: and when my most streamed song turns out to be \"brown noise for deep sleep\" then what\n#SpotifyWrapped"
## 
## [[2645]]
## [1] "itsjakeaaron: I predict my most played song will be Don’t You Worry Child by Swedish House Mafia #SpotifyWrapped"
## 
## [[2646]]
## [1] "hushleberryspam: I predict my top genre will be [indie pop] #SpotifyWrapped"
## 
## [[2647]]
## [1] "TIfe_eNTG: I predict my top podcast will be [ART OF MANLINESS] #SpotifyWrapped"
## 
## [[2648]]
## [1] "bryanxtomas: I predict my most played song will be Alien Superstar by Beyoncé #SpotifyWrapped"
## 
## [[2649]]
## [1] "LouBell: This is really tiding me over until #SpotifyWrapped time! https://t.co/BVZtwVc30L"
## 
## [[2650]]
## [1] "mushrooomgrl: I predict my most played song will be [pretty when you cry] #SpotifyWrapped"
## 
## [[2651]]
## [1] "jesseUnknown: I predict my most played song will be “Thinking too much” by @MARCEBASSY  #SpotifyWrapped\n\nIf it’s not, I don’t want it"
## 
## [[2652]]
## [1] "hushleberryspam: I predict my most played song will be [heaven knows I’m miserable now] #SpotifyWrapped"
## 
## [[2653]]
## [1] "We_Are_SSD: #SpotifyWrapped trying real hard to make us forget about Joe Rogan"
## 
## [[2654]]
## [1] "pandasbugzz: I predict my top artist will be lemon demon or mitski #SpotifyWrapped"
## 
## [[2655]]
## [1] "TheCapThorne: I predict my most played song will be Stop it Now - SF9 #SpotifyWrapped"
## 
## [[2656]]
## [1] "merxuriia: I predict my top artist will be Red Hot Chili Peppers and if it's not I don't know what I've been doing for the las… https://t.co/wZYfutiEQj"
## 
## [[2657]]
## [1] "kibet____: Forget about Spotify wrapped,show me your Spotify instafest\n#SpotifyWrapped \n#Spotify \n#instafest https://t.co/WYkoXZvBRx"
## 
## [[2658]]
## [1] "reevemealone02: I predict my top artist will be rina sawayama like it is literally every year #SpotifyWrapped"
## 
## [[2659]]
## [1] "slim_lady1: @Accurate_slip Good evening Hilary bet.. I am happy to post that you bless my husband with this you game.. I have t… https://t.co/JlxNy7KHb0"
## 
## [[2660]]
## [1] "taemqa: @Spotify PLEASE I CANT WAIT #SpotifyWrapped https://t.co/4m1CqVwFlg"
## 
## [[2661]]
## [1] "Biden82469108: I’m thinking about starting an app for pure bloods …. It’ll be called “unvaxxodated” #SpotifyWrapped… https://t.co/iKKmDg91D6"
## 
## [[2662]]
## [1] "benfoard: I predict my most played song will be Enter One by Sol Seppy #SpotifyWrapped"
## 
## [[2663]]
## [1] "unicornlover69p: my top artist for #SpotifyWrapped is definitely taylor swift"
## 
## [[2664]]
## [1] "SouthJawn: I predict my top artist will be [BabyTron] #SpotifyWrapped"
## 
## [[2665]]
## [1] "TIfe_eNTG: I predict my top genre will be [AFROBEATS] #SpotifyWrapped"
## 
## [[2666]]
## [1] "reevemealone02: I predict my top genre will be pop probs tbh  #SpotifyWrapped"
## 
## [[2667]]
## [1] "ivyissofun: $ucideboy$ for sure #SpotifyWrapped"
## 
## [[2668]]
## [1] "tpwkrozalie28: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped LOUIS FUCKIN TOMLINSON FS"
## 
## [[2669]]
## [1] "NadyaNyakinyua: Heavenly....😍 #SpotifyWrapped #CyberMonday https://t.co/roylAJTNME"
## 
## [[2670]]
## [1] "TotalDamian: Tbh I cannot wait to see how my #SpotifyWrapped looks like 😳👀"
## 
## [[2671]]
## [1] "perennialosers: Always the bridesmaid #oaklandathletics #SpotifyWrapped #agameoffailure #baseball https://t.co/d51PXSvJBB"
## 
## [[2672]]
## [1] "beanchuffer: I predict my top artist will be Sweet Trip #SpotifyWrapped"
## 
## [[2673]]
## [1] "Korae_Dae: My Top 5 off MLLE 💜💜🦅🦅\n\n1:—Plenty Loving 💜\n2:—Pressure 🤞🏿💜\n3:—Deep 🫶🏿💜\n4:—Everyday 🤘🏿💜\n5:—Balance 🤟🏿💜\nAnd a sprinkl… https://t.co/zeYK8wdlbZ"
## 
## [[2674]]
## [1] "cocoiguess: I predict my most played song will be Santa Monica by The Front Bottoms #SpotifyWrapped"
## 
## [[2675]]
## [1] "herkisstheriot: I predict my top artist will be... Taylor Swift #SpotifyWrapped"
## 
## [[2676]]
## [1] "reevemealone02: I predict my most played song will be frankenstein!!! #SpotifyWrapped"
## 
## [[2677]]
## [1] "beanchuffer: I predict my top genre will be Alternative Rock #SpotifyWrapped"
## 
## [[2678]]
## [1] "herkisstheriot: I predict my top genre will be... pop #SpotifyWrapped"
## 
## [[2679]]
## [1] "Onix_kheeng: Poets do your thing \n#SpotifyWrapped \n#poetrylovers \n#poet https://t.co/YGky6J6P2x"
## 
## [[2680]]
## [1] "IamJClary: While we're waiting for #SpotifyWrapped, here's my #Spotifyfest https://t.co/10xIj2kucz"
## 
## [[2681]]
## [1] "JamjoKB: I predict my top artist will be Jane Remover or brakence.\n#SpotifyWrapped"
## 
## [[2682]]
## [1] "TimLockwood_: I predict my most played song will be the song that makes my phone overheat #SpotifyWrapped https://t.co/HmcgsWRzw4"
## 
## [[2683]]
## [1] "Ashcrash_studio: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2684]]
## [1] "beanchuffer: I predict my most played song will be Sweet Trip - Milk #SpotifyWrapped"
## 
## [[2685]]
## [1] "TIfe_eNTG: I predict my top artist will be [FUTURE] #SpotifyWrapped"
## 
## [[2686]]
## [1] "herkisstheriot: I predict my most played song will be... Bejewled\n #SpotifyWrapped"
## 
## [[2687]]
## [1] "AyandaMbatha4: #Portugal &amp; @Cristiano are in the Last 16 of the #FIFAWorldCupQatar2022 😀.\n\nThey won't play Brazil (My WISH) 🙏🏽. Th… https://t.co/IWgi8ENE7H"
## 
## [[2688]]
## [1] "TheMosh77: I predict my top artist will be Tyler The Creator  #SpotifyWrapped"
## 
## [[2689]]
## [1] "lheajane_: I predict my top podcast will be the one and ONLY [Ang Walang Kwentang Podcast] #SpotifyWrapped"
## 
## [[2690]]
## [1] "dshcare1: A brief explanation &amp; recommendation of Door Step Health Care by Mr Anwar Khan. \n#nationalincubationcenter #kohat… https://t.co/CJXyORlBVB"
## 
## [[2691]]
## [1] "casey_lemmer: I predict my most played song will be [Tomorrow by Shakey Graves] #SpotifyWrapped"
## 
## [[2692]]
## [1] "JoshuaGarzaniti: I predict my most played song will be either Kazad-dum, I'll Be Right Back, or The Presses Roll #SpotifyWrapped"
## 
## [[2693]]
## [1] "TheMosh77: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[2694]]
## [1] "lu_on_the_m00n: Imma be honest with ya'll, the only reason i didn’t kill myself this month is cuz im waiting for #SpotifyWrapped 😐… https://t.co/tgx2RObM9E"
## 
## [[2695]]
## [1] "TheMosh77: I predict my most played song will be Wusyaname #SpotifyWrapped"
## 
## [[2696]]
## [1] "lheajane_: I predict my most played song will be [All about You ???] #SpotifyWrapped"
## 
## [[2697]]
## [1] "LOWESMATE: I predict my most played song will be [The Garden - Freight Yard] #SpotifyWrapped"
## 
## [[2698]]
## [1] "BlndHaji11: @Cristiano stretche your hair for the next game 😂😂\n\n#CristianoRonaldo \n#messi \n#FIFAWorldCupQatar2022… https://t.co/kETAm8JYmb"
## 
## [[2699]]
## [1] "sadiiq_101: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2700]]
## [1] "RidetoShredPow: #SpotifyWrapped is when and soon"
## 
## [[2701]]
## [1] "Kobbyphlakesghz: @BitcoinMagazine Listen to Aden Masei.mp3, a playlist by SoundCloud on #SoundCloud\nhttps://t.co/stRnlZonFJ\nAden Mas… https://t.co/DhwCF21zTi"
## 
## [[2702]]
## [1] "multi_lunax: #SpotifyWrapped\ncan't wait to see how kpop just dominates my list for the 6th year in a row"
## 
## [[2703]]
## [1] "imjustherebru: bouta be so CONFUSED! if my #SpotifyWrapped top artist is not Kid Cudi"
## 
## [[2704]]
## [1] "NOLADawn: #insertshockedface when my top artist is @taylorswift13 AGAIN  #SpotifyWrapped https://t.co/9r3vysxnc0"
## 
## [[2705]]
## [1] "fakeitflowerss1: I predict my most played song will be Cheer Up Baby - Eli Brown Remix\n #SpotifyWrapped"
## 
## [[2706]]
## [1] "wanttobeaghost: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[2707]]
## [1] "ga_bril_: I predict my most played song will be Lavender Haze #SpotifyWrapped"
## 
## [[2708]]
## [1] "wanttobeaghost: I predict my most played song will be night shift da lucy dacus #SpotifyWrapped"
## 
## [[2709]]
## [1] "angelide01: my #SpotifyWrapped is going to be the exact same as last yr sorry"
## 
## [[2710]]
## [1] "AirbudsApp: like girl.. we knew what was coming #shocked #spotifywrapped https://t.co/BUlfQwVYyI"
## 
## [[2711]]
## [1] "lwtzehes: I predict my top artist will be Juan Gabriel #SpotifyWrapped"
## 
## [[2712]]
## [1] "selenaswiftb99: Today is my birthday!! Can y’all help me get @selenagomez to see this 🥺❤️ #SelenaGomez #SpotifyWrapped #MyMindAndMe https://t.co/P8vsPJba6J"
## 
## [[2713]]
## [1] "timdams8x: #SpotifyWrapped music"
## 
## [[2714]]
## [1] "USAT0PWRITER4u: Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/vJCQnPkajn"
## 
## [[2715]]
## [1] "mamertime: I predict my top artist will be [King Gizzard &amp; the Lizard Wizard] #SpotifyWrapped"
## 
## [[2716]]
## [1] "sapphiretears7: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[2717]]
## [1] "Robert_scott30: I will build a high-converting #landing page, #website for your business. You need one right ??\nGet one 👇👇here… https://t.co/0t2vqzvNgy"
## 
## [[2718]]
## [1] "rebelroscrey: my #SpotifyWrapped is really gonna call me out this year https://t.co/U3NL7HwTmq"
## 
## [[2719]]
## [1] "sixthirtyy_: PLEASE I  NEED IT #SpotifyWrapped https://t.co/vSINvfigZM"
## 
## [[2720]]
## [1] "mbyulist: I predict my top podcast will be @RDLNoficial #SpotifyWrapped"
## 
## [[2721]]
## [1] "VillagePixel64: I predict my most played song will be 100% C'mon By 2 Mello. Been binging This Year I Lose My Mind and it's my fav… https://t.co/QhfzyfG8xj"
## 
## [[2722]]
## [1] "Patrick31370308: Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/H2Hb00UGn7"
## 
## [[2723]]
## [1] "mbyulist: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[2724]]
## [1] "999_Icy: I predict my top artist will be Juice WRLD #SpotifyWrapped"
## 
## [[2725]]
## [1] "mbyulist: I predict my top genre will be kpop and soul #SpotifyWrapped"
## 
## [[2726]]
## [1] "tncmno: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2727]]
## [1] "Hakeemlennox_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nhttps://t.co/kSqroaKytx"
## 
## [[2728]]
## [1] "NachoSoriano8: Predicciones de #SpotifyWrapped :\n\n1 the smiths\n2 Kanye\n3 Bring me the horizon \n4 foo fighters\n5 Artic monkeys"
## 
## [[2729]]
## [1] "mbyulist: I predict my most played song will be \"It's getting bad again\" by Ethan Jewell or something by TS. #SpotifyWrapped"
## 
## [[2730]]
## [1] "Bladimir25_: I predict my most played song will be As It Was o alguna de Bad Bunny #SpotifyWrapped"
## 
## [[2731]]
## [1] "TheWriteUpSite: if the #ticktickboom soundtrack isn't on my spotify playlist and andrew garfield not one of my most listened to art… https://t.co/rqoY6gFqEs"
## 
## [[2732]]
## [1] "lilkanyewest1: I predict my top artist will be Lana Del Rey ✨🦋🌸#SpotifyWrapped"
## 
## [[2733]]
## [1] "arocks_75: Who said it? November 28 \n•\n•\n•\n•\n•\n#motivation #quotes #quoteoftheday #inspiration #success #motivational #mindset… https://t.co/oX1No0cUIl"
## 
## [[2734]]
## [1] "holden050: I predict my top podcast will be[Mouthfools] #SpotifyWrapped"
## 
## [[2735]]
## [1] "NJMiles1: I predict my most played song will be Come Hang Out by @AJRBrothers #SpotifyWrapped"
## 
## [[2736]]
## [1] "Fructuosa19: Follow us @Team_K_eSports \n#harrystylesperu #SpotifyWrapped #CyberMondayAmazon #Qatar2022 #ล็อคกี้แฟน… https://t.co/ZbFKVuWaan"
## 
## [[2737]]
## [1] "redman36: I predict my top podcast will be  that’s a no brainer it will be “History Daily”  #SpotifyWrapped"
## 
## [[2738]]
## [1] "Lilpetey24: I predict my top artist will be Kid cudi #SpotifyWrapped @KiDCuDi https://t.co/EDLvPZjxD9"
## 
## [[2739]]
## [1] "MonkeMyths: Silly question… how did @Twitter verify @artsymonke before @opensea? Even while it’s burning, they’re faster than O… https://t.co/Kk4wPI1GGR"
## 
## [[2740]]
## [1] "vhopekookgi: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[2741]]
## [1] "J_Lawrence34: I predict my top artist will be @GreenDay #SpotifyWrapped"
## 
## [[2742]]
## [1] "skofiix: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2743]]
## [1] "GhastlyLNX: If @LilNasX ain't my No.1 artist in my #SpotifyWrapped I'm gonna be confused and disappointed https://t.co/6kxyh0Apo0"
## 
## [[2744]]
## [1] "yoongis_wife_27: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[2745]]
## [1] "vhopekookgi: I predict my most played song will be [Paradise by BTS] #SpotifyWrapped"
## 
## [[2746]]
## [1] "lacrimads: my most played song will be.... please tell me it wont be the smiths one #SpotifyWrapped"
## 
## [[2747]]
## [1] "farhofarho: I predict my top podcast will be @LasCulturistas duh #SpotifyWrapped"
## 
## [[2748]]
## [1] "USAT0PWRITER4u: Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/oSjqlfTD7e"
## 
## [[2749]]
## [1] "MissAHxx: Really disappointed in the customer service from @Mango don’t seem to want to know when it comes to complaints bit… https://t.co/12SzX9wqaB"
## 
## [[2750]]
## [1] "TillGoins: I predict my top artist will be @FirsttoEleven #SpotifyWrapped"
## 
## [[2751]]
## [1] "redman36: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[2752]]
## [1] "J_Lawrence34: I predict my most played song will be We Got The Moves by Electric Callboy #SpotifyWrapped"
## 
## [[2753]]
## [1] "LSUgymtiger: I predict my top podcast will be @LeBatardShow #SpotifyWrapped"
## 
## [[2754]]
## [1] "farhofarho: I predict my top artist will be @whereisMUNA !!!! #SpotifyWrapped"
## 
## [[2755]]
## [1] "yoongis_wife_27: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[2756]]
## [1] "ALLDAY4HOBI: I predict my top artist will be [NCT] #SpotifyWrapped"
## 
## [[2757]]
## [1] "xWildestDreams_: I predict my most played song will be definitely from @taylorswift13 #SpotifyWrapped"
## 
## [[2758]]
## [1] "kwonnist: I predict my top artist will be [SEVENTEEN!!!!] #SpotifyWrapped"
## 
## [[2759]]
## [1] "AngelTheEmpress: I predict my top artist will be either Megan Thee Stallion or another hot girl #SpotifyWrapped"
## 
## [[2760]]
## [1] "ERRyan1999: I predict my top podcast will be the @tryguys’ #TryPod. #SpotifyWrapped"
## 
## [[2761]]
## [1] "brinaslullaby: my #SpotifyWrapped these past few years 🫶 b4 the new one comes out https://t.co/N81d3Luyad"
## 
## [[2762]]
## [1] "DebasmitRay: @joerogan I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[2763]]
## [1] "Lilpetey24: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[2764]]
## [1] "redman36: I predict my top genre will be Sleep and Meditation Music  #SpotifyWrapped"
## 
## [[2765]]
## [1] "LSUgymtiger: I predict my top artist will be @IVEstarship #SpotifyWrapped"
## 
## [[2766]]
## [1] "kwonnist: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[2767]]
## [1] "TheWriteUpSite: oh lmao btw this is for my top artist predictions for #SpotifyWrapped"
## 
## [[2768]]
## [1] "kwonnist: I predict my most played song will be [spider by HOSHI] #SpotifyWrapped"
## 
## [[2769]]
## [1] "OriginalArmada: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nI already know it’s gone be \n“… https://t.co/G5X5Svqgni"
## 
## [[2770]]
## [1] "ERRyan1999: I predict my top artist will be @gorillaz. #SpotifyWrapped"
## 
## [[2771]]
## [1] "redman36: I predict my most played song will be It’s Corn… or White Noise Binaural Beats 🫠 #SpotifyWrapped"
## 
## [[2772]]
## [1] "Vika0245: I predict my most played song will be DON'T DANCE by @amberliu #SpotifyWrapped"
## 
## [[2773]]
## [1] "Leap250: Yeah, no, I'd go to all of these days, lol\n\nthe headliners (all bangers btw) are probably a glimpse of what my… https://t.co/oEUK5ayJvt"
## 
## [[2774]]
## [1] "TheCapThorne: I predict my top genre will be Kpop for sure #SpotifyWrapped"
## 
## [[2775]]
## [1] "ALLDAY4HOBI: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[2776]]
## [1] "jbird14526: I predict my top genre will be 80s rock #SpotifyWrapped"
## 
## [[2777]]
## [1] "LSUgymtiger: I predict my most played song will be “Eleven” by @IVEstarship #SpotifyWrapped"
## 
## [[2778]]
## [1] "SailorSilvi: My top podcast is hands down going to be #SmallDoses by @amandaseales The way Amanda uses her platform to amplify a… https://t.co/t9fwTq1Fwe"
## 
## [[2779]]
## [1] "ERRyan1999: I predict my top genre will be alternative rock. #SpotifyWrapped"
## 
## [[2780]]
## [1] "jessica_62408: I predict my top artist will be twenty one pilots  #SpotifyWrapped"
## 
## [[2781]]
## [1] "whoscoline: I predict my top artist will be oasis #SpotifyWrapped"
## 
## [[2782]]
## [1] "TillGoins: I predict my top podcast will be Murdaugh Murders Podcast #SpotifyWrapped\n@MandyMatney"
## 
## [[2783]]
## [1] "MariaPamukova: no #SpotifyWrapped for me, more like youtube premium 😂 https://t.co/AuBCAWGzn7"
## 
## [[2784]]
## [1] "MerkMark_: I predict my top artist will be Mori Calliope !! #SpotifyWrapped"
## 
## [[2785]]
## [1] "TheCapThorne: I predict my top artist will be SF9 or Twice #SpotifyWrapped"
## 
## [[2786]]
## [1] "DinahstyHarmony: I predict my top artist will be @thisismaneskin \n #SpotifyWrapped"
## 
## [[2787]]
## [1] "BratzDoll8493: I predict my most played song will be something by @RuPaul or by @Kesha not sure tho #SpotifyWrapped"
## 
## [[2788]]
## [1] "ERRyan1999: I predict my most played song will be “5/4” by @gorillaz. #SpotifyWrapped"
## 
## [[2789]]
## [1] "whoscoline: I predict my top genre will be pop / rock #SpotifyWrapped"
## 
## [[2790]]
## [1] "TIfe_eNTG: I predict my most played song will be [ASAKE - NZAZA or YOUNG JONN - XTRACOOL ] #SpotifyWrapped"
## 
## [[2791]]
## [1] "GuruNauman: Do you know for every 1000 New York City residents, 4 are #Shopify #dropshipping business owners? To get your Shopi… https://t.co/ohu0GoKhKF"
## 
## [[2792]]
## [1] "FoxtrotDan: I predict my most played song will be borders990 by @snuffles #SpotifyWrapped"
## 
## [[2793]]
## [1] "cocoiguess: I predict my top genre will be Dream SMP ☠️ #SpotifyWrapped"
## 
## [[2794]]
## [1] "TheKuakTT: #SpotifyWrapped , so proud! https://t.co/RsPa3kzrd5"
## 
## [[2795]]
## [1] "ALLDAY4HOBI: I predict my most played song will be [Bambi by Baekhyun] #SpotifyWrapped"
## 
## [[2796]]
## [1] "whoscoline: I predict my most played song will be boys don’t cry by the cure #SpotifyWrapped"
## 
## [[2797]]
## [1] "SaibotXXV: I predict my most played song will be fwb by @brakence #SpotifyWrapped"
## 
## [[2798]]
## [1] "Limekidd: I predict my most played song will be mememe #SpotifyWrapped"
## 
## [[2799]]
## [1] "cocoiguess: I predict my top podcast will be Fair Enough #SpotifyWrapped"
## 
## [[2800]]
## [1] "TheWriteUpSite: I predict my most played song will be either Running Up That Hill by Kate Bush, At The End of The Day by Wallows, S… https://t.co/lgGU0MntxA"
## 
## [[2801]]
## [1] "Tabicat2020: I predict my top artist will be Cavetown #SpotifyWrapped"
## 
## [[2802]]
## [1] "03Alexjh: I predict my top artist will be Adele #SpotifyWrapped"
## 
## [[2803]]
## [1] "QueenCityBird: I predict my top podcast will be #Archetypes 🎧. #ArchetypesWithMeghan #ArchetypesOnSpotify #SpotifyWrapped"
## 
## [[2804]]
## [1] "cocoiguess: I predict my top artist will be The Front Bottoms #SpotifyWrapped"
## 
## [[2805]]
## [1] "GazparConZ: I predict my top podcast will be @DivagandoPodcas #SpotifyWrapped"
## 
## [[2806]]
## [1] "03Alexjh: I predict my most played song will be Set Fire To The Rain By Adele #SpotifyWrapped"
## 
## [[2807]]
## [1] "bannedalt123: I predict my top podcast will be [the alive 2021 podcast] #SpotifyWrapped"
## 
## [[2808]]
## [1] "skipperwabalo: I predict my top podcast will be Ear Biscuits  #SpotifyWrapped"
## 
## [[2809]]
## [1] "emmahemmsty: I predict my most played song will be [As It Was] #SpotifyWrapped"
## 
## [[2810]]
## [1] "NiInMiCe: Guys what the fuck am I supposed to do in this situation \n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 https://t.co/6eEe78aJcO"
## 
## [[2811]]
## [1] "ricardodiazm6: I predict my most played song will be provenza o motomami o lavender haze #SpotifyWrapped"
## 
## [[2812]]
## [1] "SportsBasketgh: Bruno Fernandes having fun at the #FIFAWorldCupQatar2022 . Now has 2 goals and 2 Assist. 👏💥\n\n#SpotifyWrapped Shame… https://t.co/KCnkM7eCLP"
## 
## [[2813]]
## [1] "irissversion13: My #SpotifyWrapped predictions #TaylorSwift https://t.co/9DSfEPeCL3"
## 
## [[2814]]
## [1] "Craylorr: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[2815]]
## [1] "bannedalt123: I predict my top artist will be [daft punk] #SpotifyWrapped"
## 
## [[2816]]
## [1] "TeleBunn: For the 5th year in a row, I know Somnus is gonna be on there. It’s my zoning out and/or crying music of choice  #SpotifyWrapped"
## 
## [[2817]]
## [1] "whyyougottaplay: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped most definitely gonna be world by seventeen"
## 
## [[2818]]
## [1] "GazparConZ: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[2819]]
## [1] "Craylorr: I predict my top artist will be mac miller #SpotifyWrapped"
## 
## [[2820]]
## [1] "krissybubble: I predict my top artist will be Slipknot - w honorable mentions of bring me the horizon and limp bizkit #SpotifyWrapped"
## 
## [[2821]]
## [1] "rcolleary: I predict my top podcast will be WHITE NOISE LAB 😭 #SpotifyWrapped"
## 
## [[2822]]
## [1] "bannedalt123: I predict my top genre will be [RAP] #SpotifyWrapped"
## 
## [[2823]]
## [1] "cryptstina: binging the hell out of @mreemusic so that she shows up in my #SpotifyWrapped 😭🤞🏼🤞🏼"
## 
## [[2824]]
## [1] "iiJoelxJ: I’m so exited for my #SpotifyWrapped this year! ⭐️🤍"
## 
## [[2825]]
## [1] "ExpoDevSequel: I predict my most played song will be  a @cametek, @LivingTombstone, or @nelward64 song probably #SpotifyWrapped"
## 
## [[2826]]
## [1] "T_BonezLive: I predict my top podcast will be [ Banter ] #SpotifyWrapped"
## 
## [[2827]]
## [1] "EnderDev_: somehow spotify has gamified article 15 of the GDPR and it's incredible #SpotifyWrapped"
## 
## [[2828]]
## [1] "bannedalt123: I predict my most played song will be [short circuit/face to face] #SpotifyWrapped"
## 
## [[2829]]
## [1] "dilski: I predict my most played song will be Doritos &amp; Fritos by 100 Gecs #SpotifyWrapped"
## 
## [[2830]]
## [1] "Im_Omphile: @SpotifyAfrica #SpotifyWrapped my top 5\n\nRick Ross\nJ Cole\nKanye\nKendrick\nJay Z"
## 
## [[2831]]
## [1] "rcolleary: I predict my top artist will be ALEX G #SpotifyWrapped"
## 
## [[2832]]
## [1] "GoodIdeaAdia: I predict my top artist will be @GorgonCity #SpotifyWrapped"
## 
## [[2833]]
## [1] "rcolleary: I predict my top genre will be SOUNDTRACK #SpotifyWrapped"
## 
## [[2834]]
## [1] "theyarenther: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[2835]]
## [1] "Uncle_Pilpy: I’m live again. Had some Home stuff I had to deal with! Come watch me play some apex! https://t.co/ZTfJS0RC1T… https://t.co/iVn5vmdAE4"
## 
## [[2836]]
## [1] "lovequarrel: I predict my most played song will be GLITCH MODEEE #SpotifyWrapped https://t.co/EpRhzqkttM"
## 
## [[2837]]
## [1] "Infantry_bucky: Do you think America is more broken now or when Kennedy got shot ?\n#History #SpotifyWrapped"
## 
## [[2838]]
## [1] "ricardodiazm6: I predict my top artist will be Taylor Swift (obvs) #SpotifyWrapped"
## 
## [[2839]]
## [1] "Otto5002O6: I predict my top artist will be... Actually I alreay know that because of stat apps: Phoenix, currently. #SpotifyWrapped"
## 
## [[2840]]
## [1] "kokushiboop: cant wait for my #SpotifyWrapped hope theyll drop it on thursday 😩😩"
## 
## [[2841]]
## [1] "bittylittlebat: I predict my top artist will be Ashnikko #SpotifyWrapped"
## 
## [[2842]]
## [1] "krissybubble: I predict my most played song will be Bad Idea from Waitress the Musical (idk why,, i just know) #SpotifyWrapped"
## 
## [[2843]]
## [1] "rcolleary: I predict my most played song will be RUNNER by Alex G #SpotifyWrapped"
## 
## [[2844]]
## [1] "Haruhipureheart: I predict my top podcast will be Welcome To Nightvale  #SpotifyWrapped"
## 
## [[2845]]
## [1] "SonnyKissXO: I don’t typically use Spotify. I’ve been using Apple Music primarily since 2015, but this is what it picked up. Not… https://t.co/ZJh6mkpGs5"
## 
## [[2846]]
## [1] "GoodIdeaAdia: I predict my top podcast will be @talkingdead #SpotifyWrapped"
## 
## [[2847]]
## [1] "sabishiitsumo: I predict my most played song will be [Friday Night] #SpotifyWrapped"
## 
## [[2848]]
## [1] "akward_turtle_7: I predict my top podcast will be @Ladies_Tangents  cus it’s the only one I listen too! #SpotifyWrapped"
## 
## [[2849]]
## [1] "dang3rouswoman7: I predict my top artist will be sicuramente Taylor #SpotifyWrapped"
## 
## [[2850]]
## [1] "Haruhipureheart: I predict my top artist will be yungblud #SpotifyWrapped"
## 
## [[2851]]
## [1] "SlTHLECLERC: Is the one time of the year I regret having apple music #SpotifyWrapped"
## 
## [[2852]]
## [1] "supercutsam: I predict my top artist will be Ice Spice #SpotifyWrapped"
## 
## [[2853]]
## [1] "kkqqvm: I predict my most played song will be Hula Hoop by Loona 🥺 #SpotifyWrapped"
## 
## [[2854]]
## [1] "hagrid994: #SpotifyWrapped predictions https://t.co/KBKwElVMLo"
## 
## [[2855]]
## [1] "RavagersRuin: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[2856]]
## [1] "Haruhipureheart: I predict my top genre will be Pop punk #SpotifyWrapped"
## 
## [[2857]]
## [1] "USAT0PWRITER4u: A+ assured in your assignment(s).\nWe guarantee quality work and original content in:\n#Philosophy\n#Music\n#Law… https://t.co/jyJSqvkCEM"
## 
## [[2858]]
## [1] "DunkwaTv: Brazil 1-0 Switzerland\n\n Casemiro seals qualification with his late wonder goal\n\n#SpotifyWrapped #CyberMondayAmazon… https://t.co/aILhcR48Uf"
## 
## [[2859]]
## [1] "luisanaroa: I predict my top genre will be REGGAETON #SpotifyWrapped"
## 
## [[2860]]
## [1] "cookingmama48: Xmas Time With You 🎶🎶🎶 For your Christmas Playlists! https://t.co/widOd6uDiw\n#christmas2022 #Christmas… https://t.co/sTcmEy41PB"
## 
## [[2861]]
## [1] "Haruhipureheart: I predict my most played song will be parents - Yungblud #SpotifyWrapped"
## 
## [[2862]]
## [1] "bunnyboo0802: I predict my most played song will be Something DSMP… #SpotifyWrapped"
## 
## [[2863]]
## [1] "Chaotic_Girl55: Which one would you attend? #SpotifyWrapped #faouzia @faouzia https://t.co/pYyI2QtUMB"
## 
## [[2864]]
## [1] "luisanaroa: I predict my most played song will be HEATED #SpotifyWrapped"
## 
## [[2865]]
## [1] "badthings2ya: now what if we get #SpotifyWrapped n billie 6th vanity fair in the same dayyy! :o"
## 
## [[2866]]
## [1] "MuhammadDaur: The soul that has no fixed goal loses itself; \nfor as they say, to be everywhere is to be \nnowhere. —Michel de Mont… https://t.co/EzudW5zMDZ"
## 
## [[2867]]
## [1] "paulienuh: How I’m expecting my #SpotifyWrapped will look like this year https://t.co/bz1sIbNozb"
## 
## [[2868]]
## [1] "mrmonstercat1: i predict my top podcast will be idfk #SpotifyWrapped"
## 
## [[2869]]
## [1] "DunkwaTv: Portugal 2-0 Uruguay\n\n Bruno hits brace to help Navigators qualify from Group H\n\n#brunofernandes #Ronaldo𓃵… https://t.co/ZOBFrhGLed"
## 
## [[2870]]
## [1] "gyuulife: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[2871]]
## [1] "SaritaZapater: I predict my top artist will be @bmthofficial #SpotifyWrapped"
## 
## [[2872]]
## [1] "Ike_Bongani: It's a long thread but everyone needs to read this to see it's not just about #Balenciaga these Pedo and devil wors… https://t.co/RKmWJOJfOb"
## 
## [[2873]]
## [1] "localemogabriel: I predict my most played song will be [Happier than Ever by Billie Eilish] #SpotifyWrapped"
## 
## [[2874]]
## [1] "Nzxtime: I predict my most played song will be bloody valentine by @machinegunkelly #SpotifyWrapped"
## 
## [[2875]]
## [1] "nixaltzero: WHENS SPOTIFY WRAPPED DROPPING I NEED A REDEMPTION FROM LAST YEAR HAVING DREAM SMP AS ONE OF MY TOP GENRES \n\n#SpotifyWrapped"
## 
## [[2876]]
## [1] "gahtek: I predict my top artist will be Fleetwood Mac #SpotifyWrapped"
## 
## [[2877]]
## [1] "SpotifyStages: What’s a GIF that sums up your year in concerts? We’ll go first. #SpotifyWrapped https://t.co/XI7d73Tdgc"
## 
## [[2878]]
## [1] "mrmonstercat1: I predict my top artist will be patricia #SpotifyWrapped"
## 
## [[2879]]
## [1] "gspiredofficial: God’s intentions will reroute your directions. Trust his Process! #havefaith #faithoverfear #process #FYP #SpotifyWrapped"
## 
## [[2880]]
## [1] "gyuulife: I predict my top artist will be stray kids #SpotifyWrapped"
## 
## [[2881]]
## [1] "Jvst2709: Did you know you have to look at Spotify's top five from the bottom of your phone to read it? #SpotifyWrapped #Spotify"
## 
## [[2882]]
## [1] "Robert_scott30: Let's help you with all your integration on #HubSpot  , you need one right?\nGet some 👇👇 here… https://t.co/8gR9MHnSZC"
## 
## [[2883]]
## [1] "mrmonstercat1: i predict my top genre will be ambient #SpotifyWrapped"
## 
## [[2884]]
## [1] "gahtek: I predict my most played song will be Atlanta Girls #SpotifyWrapped"
## 
## [[2885]]
## [1] "CurruchagaD: #CheekOfItProductions by #CRADLERIVisualisations Presents alongside trk called\n🎼#CosDaddysHome🎼\n(🎼#DaddysHome🎼):… https://t.co/4cBC0th3fn"
## 
## [[2886]]
## [1] "kyungsoomilover: While waiting for #SpotifyWrapped here’s my instafest👀 https://t.co/5xgf41e4a9"
## 
## [[2887]]
## [1] "ItzRay20: I predict my top artist will be Juice Wrld #SpotifyWrapped https://t.co/7JyIiiosV4"
## 
## [[2888]]
## [1] "mrmonstercat1: i predict my most played song will be c418-intro #SpotifyWrapped"
## 
## [[2889]]
## [1] "mystinkyhorse: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped UH UHH UHHHHH"
## 
## [[2890]]
## [1] "imoonliight__: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[2891]]
## [1] "emmiiscooler: why tf isn’t there a god emoji…. @Apple explain. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #Christianity… https://t.co/CMF2Cqy8Ec"
## 
## [[2892]]
## [1] "mystinkyhorse: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped i dont listen"
## 
## [[2893]]
## [1] "SYMNJAYMS: I predict my top artist will be @BebeRexha #SpotifyWrapped"
## 
## [[2894]]
## [1] "mystinkyhorse: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tallyhall"
## 
## [[2895]]
## [1] "mystinkyhorse: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped  fabloo"
## 
## [[2896]]
## [1] "TrinityXavier69: I predict my top artist will be @JamesArthur23 #SpotifyWrapped"
## 
## [[2897]]
## [1] "AbyMc34: I predict my top artist will be Elvis #SpotifyWrapped"
## 
## [[2898]]
## [1] "hypothetilarry: I predict my top artist will be one direction #SpotifyWrapped"
## 
## [[2899]]
## [1] "AniemordJ: @AniemordJ Good evening my lovely people\n\n #SpotifyWrapped #Ukraine #FIFAWorldCupQatar2022 https://t.co/bPkmXFqrpG"
## 
## [[2900]]
## [1] "hypothetilarry: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[2901]]
## [1] "Danny_Bird1: I predict my top artist will be [@machinegunkelly] #SpotifyWrapped"
## 
## [[2902]]
## [1] "TrinityXavier69: I predict my most played song will be Unholy @samsmith #SpotifyWrapped"
## 
## [[2903]]
## [1] "R6MANOVA: I predict my top podcast will be that one episode pf that podcast with chris and jenny and chris talking about send… https://t.co/Slssi8cgYa"
## 
## [[2904]]
## [1] "SYMNJAYMS: I predict my most played song will be I’m Good (Blue) by @BebeRexha and @davidguetta #SpotifyWrapped"
## 
## [[2905]]
## [1] "ASVKband: It takes 5000 spotify plays for us to make the same $ from a single vinyl record sale #SpotifyWrapped"
## 
## [[2906]]
## [1] "AshisWeirdo: I bet my top song artist will be @mrkittydm\n\nMy top song: Neverending nights by @mrkittydm \n\nMy top songs: \n\nNevere… https://t.co/Won7YvscSH"
## 
## [[2907]]
## [1] "ayorandy_: See you there… 🎶 \n#spotifywrapped \n#instafestapp\n#spotify https://t.co/PBOimkG4K5"
## 
## [[2908]]
## [1] "sunnyxluna: i feel like my tl has never been this excited for #spotifywrapped  as this year"
## 
## [[2909]]
## [1] "policelawnews: Leave your “gun privilege” in Delaware. #2A #SpotifyWrapped #cops https://t.co/tczPspz4Ih"
## 
## [[2910]]
## [1] "LaCeballonetaRM: I predict my top artist will be angelus apatrida y me la vuelve a pelar #SpotifyWrapped"
## 
## [[2911]]
## [1] "hypothetilarry: I predict my most played song will be as it was - harry styles #SpotifyWrapped"
## 
## [[2912]]
## [1] "sleepiestkid: I predict my top artist will be MAYBE ZILD OR TAYLOR #SpotifyWrapped"
## 
## [[2913]]
## [1] "LaCeballonetaRM: I predict my top genre will be thrash metal y me la pela #SpotifyWrapped"
## 
## [[2914]]
## [1] "R6MANOVA: I predict my top artist will be Twenty One Pilots #SpotifyWrapped"
## 
## [[2915]]
## [1] "sleepiestkid: I predict my most played song will be ..... THIS ONES A HARD ONE BUT SOMETHINGS TELLING ME IT MIGHT BE CARDIGAN.... #SpotifyWrapped"
## 
## [[2916]]
## [1] "fay_klr: I predict my top podcast will be anything goes with Emma chamberlain #SpotifyWrapped"
## 
## [[2917]]
## [1] "LaCeballonetaRM: I predict my most played song will be como camarón #SpotifyWrapped"
## 
## [[2918]]
## [1] "R6MANOVA: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[2919]]
## [1] "sydknee_123: I predict my most played song will be dont blame me by taylor swift #SpotifyWrapped"
## 
## [[2920]]
## [1] "outhouse069: I predict my top artist will be @bastille easily. #SpotifyWrapped"
## 
## [[2921]]
## [1] "sleepiestkid: I predict my top genre will be probably pop rock..... i dont remember exactly what my last year's was tho #SpotifyWrapped"
## 
## [[2922]]
## [1] "cramburry_: I predict my most played song will be Tomorrow by Shakey Graves #SpotifyWrapped https://t.co/V2Jm6aHt4z"
## 
## [[2923]]
## [1] "KillingArtMusic: Bro they #SpotifyWrapped trending rn and it’s not even out yet 😂😭 got me all excited and shi https://t.co/9glGKk4Tfw"
## 
## [[2924]]
## [1] "8wolf1: ion see my #SpotifyWrapped ???"
## 
## [[2925]]
## [1] "danipasekoff: I predict my top artist will be @chelseacutler #SpotifyWrapped"
## 
## [[2926]]
## [1] "Minjiuwuu: I predict my top artist will be #Dreamcatcher #SpotifyWrapped"
## 
## [[2927]]
## [1] "La75771764Chris: Swamp scum should be terrified, #FreeSpeech is a very rare thing in this world and the concept does not help them c… https://t.co/AsaxVayNvi"
## 
## [[2928]]
## [1] "ben5stone: I predict my most played song will be [Fair Trade] #SpotifyWrapped"
## 
## [[2929]]
## [1] "meetirving: Bruno fernandes is the biggest\nPortugal play at the moment,\ndiscuss??\n\n#FIFAWorldCupQatar2022 #Trending… https://t.co/aGHrWBfsX3"
## 
## [[2930]]
## [1] "XMegzX_X: Fuck Christmas #SpotifyWrapped is what I look forward to during the holiday season😂😂"
## 
## [[2931]]
## [1] "_Aldaveee_: I predict my top podcast will be [Estirando el chicle] #SpotifyWrapped"
## 
## [[2932]]
## [1] "R6MANOVA: I predict my most played song will be Enter Sandman by Metallica  #SpotifyWrapped"
## 
## [[2933]]
## [1] "fay_klr: I predict my top artist will be #sabrina carpenter #SpotifyWrapped"
## 
## [[2934]]
## [1] "ZanAycicek: Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Korea"
## 
## [[2935]]
## [1] "the_chakra_khan: I predict my most played song will be My Little Pony or Bruno related 🙄 #SpotifyWrapped"
## 
## [[2936]]
## [1] "_Aldaveee_: I predict my top artist will be [Aitana] #SpotifyWrapped"
## 
## [[2937]]
## [1] "whittneyrich: I just know Beyonce and #Renaissance are all over my #SpotifyWrapped this year"
## 
## [[2938]]
## [1] "baseballhero245: I predict my top artist will be [jordan smith] #SpotifyWrapped"
## 
## [[2939]]
## [1] "fay_klr: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[2940]]
## [1] "violetvolume: I predict my most played song will be \"Pink Pony Club\" by Chappell Roan. #SpotifyWrapped"
## 
## [[2941]]
## [1] "Minjiuwuu: I predict my top genre will be Kpop lol #SpotifyWrapped"
## 
## [[2942]]
## [1] "_Aldaveee_: I predict my top genre will be [Pop/ Pop Rock] #SpotifyWrapped"
## 
## [[2943]]
## [1] "cars1n: I predict my top podcast will be Painkiller Already #SpotifyWrapped"
## 
## [[2944]]
## [1] "fay_klr: I predict my most played song will be because i liked a boy by sabrina carpenter #SpotifyWrapped"
## 
## [[2945]]
## [1] "Rizkyzh97: Recreat makeup #aurelhermansyah #mamanur #attaaurel #makeup #tutorial #SpotifyWrapped https://t.co/9ziqBundg5"
## 
## [[2946]]
## [1] "OshieDidnt14: I already know my #SpotifyWrapped is going to be nothing but @badomenscult 😅🤘🏻"
## 
## [[2947]]
## [1] "_Aldaveee_: I predict my most played song will be [Quieres by Aitana] #SpotifyWrapped"
## 
## [[2948]]
## [1] "baseballhero245: I predict my top genre will be [pop genre] #SpotifyWrapped"
## 
## [[2949]]
## [1] "zairaas92: Just like the best years of my life  #SpotifyWrapped https://t.co/T1HFaGguxN"
## 
## [[2950]]
## [1] "Jay_kid__: It's a two for Brunoo⚽🎯\nPortugal are off to round off 16⚽🎯\n#SpotifyWrapped #RedVelvet #คุณชายตอนจบ… https://t.co/UDomz2w0cI"
## 
## [[2951]]
## [1] "PineOfTheApple0: This actually scared me I thought it came out already 😔 #SpotifyWrapped https://t.co/rq8awv63L8"
## 
## [[2952]]
## [1] "mdnghthes: I predict my most played song will be fine line or as it was #SpotifyWrapped"
## 
## [[2953]]
## [1] "Minjiuwuu: I predict my most played song will be #LastSequence by #WJSN #SpotifyWrapped"
## 
## [[2954]]
## [1] "sleepiestkid: I predict my top artist will be @zildbenitez #SpotifyWrapped"
## 
## [[2955]]
## [1] "woojoongsbf: I predict my top artist will be [Ateez!] #SpotifyWrapped"
## 
## [[2956]]
## [1] "Native_365: If you want to be confident, you need to look confident. \n\nBe sure to add slightly smaller handbags to your wardrob… https://t.co/HEJjW6wdSY"
## 
## [[2957]]
## [1] "BGmusicjourno: John Lennon was a criminally underrated guitarist. 'I Feel Fine', 'She Said She Said' and 'And Your Bird Can Sing'… https://t.co/0cdaEt8BdM"
## 
## [[2958]]
## [1] "baseballhero245: I predict my most played song will be [fill in top song prediction] finally free by Joshua Bassett #SpotifyWrapped"
## 
## [[2959]]
## [1] "woojoongsbf: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[2960]]
## [1] "gelodawg: I already know my top song is Super Freaky Girl @NICKIMINAJ and if it ain’t  I’m gonna sue. #SpotifyWrapped"
## 
## [[2961]]
## [1] "Doogievet: I predict my top artist will be @PaulMcCartney #SpotifyWrapped"
## 
## [[2962]]
## [1] "SamuelDaWriter: #LaurenBoebertIsSoDumb she once asked why Black people want civil rights and not gold ones. #CyberMonday… https://t.co/YxQc2jPaca"
## 
## [[2963]]
## [1] "Doogievet: I predict my top genre will be Classic Rock. #SpotifyWrapped"
## 
## [[2964]]
## [1] "DemonMentions1: 50% of my tik tok algo is girls who are meatheads after losing 80-140 pounds #SpotifyWrapped"
## 
## [[2965]]
## [1] "xoangel_20: I predict my most played song will be fine line by harry styles #SpotifyWrapped"
## 
## [[2966]]
## [1] "YesiSaidiTTT: Headache today. Grumpy\n#SpotifyWrapped #CyberMonday #FIFAWorldCup"
## 
## [[2967]]
## [1] "AshisWeirdo: I predict my top artist will be mr kitty.  #SpotifyWrapped"
## 
## [[2968]]
## [1] "xB1aZe: I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped"
## 
## [[2969]]
## [1] "WeBeenCroft: Spotify Wrapped \nDec 1st. #SpotifyWrapped"
## 
## [[2970]]
## [1] "ZainA700: Bruno Magnifico Fernandes Call it An Evening #SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/8g3RCKB9NF"
## 
## [[2971]]
## [1] "IsntIt10vely: Not even excited for my #SpotifyWrapped cause I already know WayV aren’t getting the top artist this year since I g… https://t.co/LineyjmTvZ"
## 
## [[2972]]
## [1] "urielbmr: I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped"
## 
## [[2973]]
## [1] "sunny_jayx: I predict my top artist will be ghost (and if its not then i will cry) #SpotifyWrapped"
## 
## [[2974]]
## [1] "John_BoogleYT: Who's coming to Booglefest?\n#SpotifyWrapped https://t.co/bzQ8urFCDB"
## 
## [[2975]]
## [1] "PineOfTheApple0: I predict my top artist will (probably) be [@ATEEZofficial ] #SpotifyWrapped"
## 
## [[2976]]
## [1] "jdpgators: I predict my top podcast will be Drama Queens #SpotifyWrapped"
## 
## [[2977]]
## [1] "fricyfire__: I predict my most played song will be Molly Hearts by Trippie Redd or Long Time intro by Playboi Carti #SpotifyWrapped"
## 
## [[2978]]
## [1] "Thekidg2: #SpotifyWrapped #Portugal #CyberMonday #FIFAWorldCupQatar2022 #Portugal Cmonnn🇵🇹🇵🇹🔥🔥🔥 https://t.co/wWNct5cWFh"
## 
## [[2979]]
## [1] "geekykoo: I predict my top artist will be.... idk you tell me #SpotifyWrapped"
## 
## [[2980]]
## [1] "FilipeGabriel__: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2981]]
## [1] "MeanBean_04: I predict my most played song will be [ hell yeah] #SpotifyWrapped"
## 
## [[2982]]
## [1] "sugaabloom: I predict my top artist will be BTS or Txt #SpotifyWrapped"
## 
## [[2983]]
## [1] "averaiii: I predict my most played song will be [moon song] #SpotifyWrapped"
## 
## [[2984]]
## [1] "thelakeswft: I predict my most played song will be [hoax] #SpotifyWrapped https://t.co/EczKxwlrQg"
## 
## [[2985]]
## [1] "eniolaemmanuel_: All these Mala guys  are just so superb to work with not like Yorubas \nAhh Wahala\n#Ronaldo𓃵 #SpotifyWrapped… https://t.co/yeSroIUdbd"
## 
## [[2986]]
## [1] "sugaabloom: I predict my top genre will be Kpop lmao #SpotifyWrapped"
## 
## [[2987]]
## [1] "edgar_94_p: My #SpotifyWrapped is gonna be Beyoncé, and Renaissance at number 1. With cuff it and break my soul fighting it out for number 1"
## 
## [[2988]]
## [1] "jdpgators: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[2989]]
## [1] "geekykoo: I predict my most played song will be Run BTS/Arson?? #SpotifyWrapped"
## 
## [[2990]]
## [1] "sugaabloom: I predict my most played song will be Run BTS #SpotifyWrapped"
## 
## [[2991]]
## [1] "IFALLSX94: I predict my most played song will be [Only Angel] #SpotifyWrapped"
## 
## [[2992]]
## [1] "jdpgators: I predict my top genre will be country #SpotifyWrapped"
## 
## [[2993]]
## [1] "lloydtroe: I know I haven’t posted much last week but this is a new week so.\nLet’s start out by saying thanks to all who follo… https://t.co/YpRDf5VLK6"
## 
## [[2994]]
## [1] "IFALLSX94: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[2995]]
## [1] "IFALLSX94: I predict my top artist will be [One Direction ] #SpotifyWrapped"
## 
## [[2996]]
## [1] "clearestrainbow: I predict my top artist will be @5SOS 💗 #SpotifyWrapped"
## 
## [[2997]]
## [1] "MrsMPoppy: Let's get it to 10k views!!  \n#SpotifyWrapped #CyberMonday https://t.co/XgNVvlvPXx"
## 
## [[2998]]
## [1] "dnfsecretclub: I predict my top podcast will be “Vad?” Ijustwanttobecool #SpotifyWrapped"
## 
## [[2999]]
## [1] "maiats2: I predict my most played song will be All Too Well 10 minute version 🧣#SpotifyWrapped"
## 
## [[3000]]
## [1] "catire98: I predict my most played song will be The Tipping Point by @tearsforfears  #SpotifyWrapped"
## 
## [[3001]]
## [1] "Leemon_X: E get one girl I wan approach,but her friends just surround her fly😒\n#SpotifyWrapped \n#RedVelvet"
## 
## [[3002]]
## [1] "youphoria_ao3: I predict my top podcast will be The Magnus Archives #SpotifyWrapped"
## 
## [[3003]]
## [1] "rylennnn: I predict my top artist will be ariana grande #SpotifyWrapped"
## 
## [[3004]]
## [1] "barchiesjabitha: i predict my most played song will be deja vu/traitor #SpotifyWrapped https://t.co/7laWcXw17I"
## 
## [[3005]]
## [1] "d49kmj: I see #SpotifyWrapped and people getting impatient, waiting for it.\n\nPSA: https://t.co/qwYPYivCTE does this for you, all year around."
## 
## [[3006]]
## [1] "HelloKiKi1717: I predict my most played song will be meow 👁👁#SpotifyWrapped"
## 
## [[3007]]
## [1] "NMPILA2: I predict my most played song will be [United in Grief- Kendrick Lamar] #SpotifyWrapped"
## 
## [[3008]]
## [1] "youphoria_ao3: I predict my top artist will be The Amazing Devil #SpotifyWrapped"
## 
## [[3009]]
## [1] "Camsxsuns: I predict my most played song will be O.O Nmixx 😂😂 #SpotifyWrapped"
## 
## [[3010]]
## [1] "youphoria_ao3: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[3011]]
## [1] "ZazaOpp1: I predict my most played song will be [Runaway By Kanye west] #SpotifyWrapped"
## 
## [[3012]]
## [1] "lemonbecherovka: I predict my most played song will be runaway from lip peep (i honestly don't have any idea but i was really feeling it)  #SpotifyWrapped"
## 
## [[3013]]
## [1] "limpbizkitstan: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[3014]]
## [1] "trueoffherchest: @Spotify is the only one who understands me 😔 can't wait for #SpotifyWrapped https://t.co/hLj0dvj4uZ"
## 
## [[3015]]
## [1] "Stimulfuriac: I predict my top artist will be Radiohead #SpotifyWrapped"
## 
## [[3016]]
## [1] "emotionsonvinyl: if im not in the 0.01% of 5sos' listeners this year then what even is the point ??? #SpotifyWrapped"
## 
## [[3017]]
## [1] "TetsuAndBucky: I predict my top artist will be HOME #SpotifyWrapped"
## 
## [[3018]]
## [1] "youphoria_ao3: I predict my most played song will be Space Was Cool by Markiplier #SpotifyWrapped"
## 
## [[3019]]
## [1] "xPlutoBH: i hit 200🥳#SpotifyWrapped #brawlhalla https://t.co/6usDxKgrSh"
## 
## [[3020]]
## [1] "carly_dwyer13: I predict my top artist will be Taylor swift or harry styles  #SpotifyWrapped"
## 
## [[3021]]
## [1] "oratileratsoma_: Business marketing, brand strategy, social media management, social media ads, brand activations,influencer marketi… https://t.co/BvlQ5ZeKrT"
## 
## [[3022]]
## [1] "kirbypunk: I predict my most played song will be mago - gfriend #SpotifyWrapped"
## 
## [[3023]]
## [1] "AuzReacts: Thats crazy\n#SpotifyWrapped #backrooms #TikTok https://t.co/qD6ReMFaQe"
## 
## [[3024]]
## [1] "iTakeYeonjun: I predict my top podcast will be no podcast but idk #SpotifyWrapped"
## 
## [[3025]]
## [1] "OnlyTheMorgan: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I guess?"
## 
## [[3026]]
## [1] "Stimulfuriac: I predict my top genre will be Indie Rock #SpotifyWrapped"
## 
## [[3027]]
## [1] "fentibratz: I predict my top artist will be [lana del rey ] #SpotifyWrapped"
## 
## [[3028]]
## [1] "clearestrainbow: I predict my most played song will be Forget Me by @LewisCapaldi 🤭 #SpotifyWrapped"
## 
## [[3029]]
## [1] "iTakeYeonjun: I predict my top artist will be Tomorrow x Together #SpotifyWrapped"
## 
## [[3030]]
## [1] "svndayclub: if dsmp is my top genre i will kay emm ess #SpotifyWrapped"
## 
## [[3031]]
## [1] "fentibratz: I predict my top genre will be [R&amp;B] #SpotifyWrapped"
## 
## [[3032]]
## [1] "Stimulfuriac: I predict my most played song will be Skrting On The Surface by The Smile #SpotifyWrapped"
## 
## [[3033]]
## [1] "iTakeYeonjun: I predict my top genre will be R&amp;B or Indie-Rock #SpotifyWrapped"
## 
## [[3034]]
## [1] "JhoselynAA: I predict my top artist will definitily be Bruno mars #SpotifyWrapped"
## 
## [[3035]]
## [1] "Ciotti001: @POTUS #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #MondayMotivation \n\nYou forgot the ugly s… https://t.co/LPrhp4FC0b"
## 
## [[3036]]
## [1] "_bcl16: I predict my top podcast will be @CrimeJunkiePod  #SpotifyWrapped"
## 
## [[3037]]
## [1] "fentibratz: I predict my most played song will be [west coast by lana del rey ] #SpotifyWrapped"
## 
## [[3038]]
## [1] "kingdreamyyboi: I predict my most played song will be off the grid #SpotifyWrapped"
## 
## [[3039]]
## [1] "anouk_truijenn: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3040]]
## [1] "K1NGQ1: HURRY UP PLZ  #SpotifyWrapped"
## 
## [[3041]]
## [1] "JerseySV5: I predict my top artist will be Daft Punk #SpotifyWrapped"
## 
## [[3042]]
## [1] "sioamai: #SpotifyWrapped trending made me think it's already come out 😑"
## 
## [[3043]]
## [1] "Beeperfect: I predict my top artist will be [TheMidnight] #SpotifyWrapped"
## 
## [[3044]]
## [1] "Beeperfect: I predict my top genre will be [synthwave] #SpotifyWrapped"
## 
## [[3045]]
## [1] "philo_ooo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped!!!"
## 
## [[3046]]
## [1] "anouk_truijenn: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3047]]
## [1] "JerseySV5: I predict my top genre will be [Filter House] #SpotifyWrapped"
## 
## [[3048]]
## [1] "iTakeYeonjun: I predict my most played song will be Generation by tripleS #SpotifyWrapped"
## 
## [[3049]]
## [1] "anouk_truijenn: I predict my most played song will be I ain’t worried #SpotifyWrapped"
## 
## [[3050]]
## [1] "minospw: I predict my top artist will be \nTyler The, Creator Or Kanye West #SpotifyWrapped"
## 
## [[3051]]
## [1] "shadow_kinz: I predict my top artist will be @paparoach #SpotifyWrapped"
## 
## [[3052]]
## [1] "alex12321_: I predict my top artist will be Taylor Swift by a landslide #SpotifyWrapped"
## 
## [[3053]]
## [1] "urrdiehard: I predict my top artist will be frank ocean #SpotifyWrapped even tho this is a lana account"
## 
## [[3054]]
## [1] "dylaaanking: saw  #SpotifyWrapped trending got me excited ffs"
## 
## [[3055]]
## [1] "aaron_rexman: I genuinely have no idea who my most played artist will be this year on my #SpotifyWrapped"
## 
## [[3056]]
## [1] "AlshababRadio: Isr-aeli occu-pying troops detained Palestinian youth Khalil Shamasneh, from Jerusalem, last night.\n#PokemonViolet … https://t.co/iluiG2pyVK"
## 
## [[3057]]
## [1] "alesiaa444: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3058]]
## [1] "teawithtiger_: I predict my top artist will be dream minecraft #SpotifyWrapped"
## 
## [[3059]]
## [1] "Arizonasalon: Except the nurses choose to be pregnant,the fucker fucketh in vain \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #GiftGalaxy #Twittershutdown"
## 
## [[3060]]
## [1] "waoyflwt: I predict my most played song will be [every song i ever wrote] #SpotifyWrapped"
## 
## [[3061]]
## [1] "minospw: I predict my most played song will be \nA Boy Is A Gun- Tyler, The Creator #SpotifyWrapped"
## 
## [[3062]]
## [1] "shrutithenaik: waiting for #SpotifyWrapped is worse than waiting for your period"
## 
## [[3063]]
## [1] "imshuhaib18: I predict my top artist will be Kino #SpotifyWrapped"
## 
## [[3064]]
## [1] "Crystals_Bra: I predict my most played song will be anything by yeule #SpotifyWrapped"
## 
## [[3065]]
## [1] "LuciDracul: I predict my top podcast will be (though I don’t listen to it through Spotify) #TheRalphReport. What can I say? I l… https://t.co/1YbpYDmJ0n"
## 
## [[3066]]
## [1] "waIlstaIk: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[3067]]
## [1] "Chilis: when their top song on #SpotifyWrapped is \"Fancy Like\" https://t.co/k45kOK2fwQ"
## 
## [[3068]]
## [1] "monnnalisa143: I predict my top podcast will be anything Brown Noise 😂😂 that’s the only way I could sleep some nights #SpotifyWrapped"
## 
## [[3069]]
## [1] "velislav44: I predict my top artist will be [Travis Scott, Kanye West] 🔥 #SpotifyWrapped"
## 
## [[3070]]
## [1] "Cassie__complex: Let me get ahead of the discourse and say I enjoy seeing your #SpotifyWrapped and will totally check it out if you post it"
## 
## [[3071]]
## [1] "alesiaa444: I predict my top podcast will be Anything goes with Emma Chamberlain #SpotifyWrapped"
## 
## [[3072]]
## [1] "LewisMac_: Can’t wait for my #SpotifyWrapped https://t.co/fSOEZS8wIJ"
## 
## [[3073]]
## [1] "its_ageething: Ladies and gentlemen: HER\nTaylor Swift | The Music Industry Tour #TaylorSwift #TaylorSwiftTheErasTour… https://t.co/iqo1LfPMBT"
## 
## [[3074]]
## [1] "DanielSleigh3: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be when I’m gone by Katy Perry"
## 
## [[3075]]
## [1] "ScaringTheCrow: I predict my top podcast will be only one I actually listen to, Distractible #SpotifyWrapped"
## 
## [[3076]]
## [1] "jelversionsofme: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3077]]
## [1] "imshuhaib18: I predict my top genre will be filmi #SpotifyWrapped"
## 
## [[3078]]
## [1] "woooooooooood_: I predict my top artist will be my boy sean #SpotifyWrapped"
## 
## [[3079]]
## [1] "Relax2daMax99: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3080]]
## [1] "auzlul: The fs real chapter 4 leak\n#FortniteFracture #FortniteLeaks #chapter4 #SpotifyWrapped https://t.co/iR7lQr9Ag2"
## 
## [[3081]]
## [1] "IamR_Everson: Can’t wait to see @blackveilbrides for another year in a row 🤣 #SpotifyWrapped"
## 
## [[3082]]
## [1] "PictureGame2: I predict my most played song will be Ussewa by Ado #SpotifyWrapped"
## 
## [[3083]]
## [1] "monnnalisa143: I predict my top artist will be Oxlade, Ayra Start, or Korede Bello. Curious to see which one comes out on top.  #SpotifyWrapped"
## 
## [[3084]]
## [1] "alesiaa444: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[3085]]
## [1] "sunandmoonddani: I predict my top artist will be @WeAreTheWrecks #SpotifyWrapped"
## 
## [[3086]]
## [1] "etnaflonnie: My #SpotifyWrapped will be probably be all Agoaniki-P and Mitski and Perfume those are like the only things I liste… https://t.co/x0y7lw52cB"
## 
## [[3087]]
## [1] "rainyjaes: I predict my top artist will be [fill in top artist prediction]. I know who it’s going to be I AM EMBARRASSED. #SpotifyWrapped"
## 
## [[3088]]
## [1] "chaeincubus: I predict my top artist will be stray kids #SpotifyWrapped for sure"
## 
## [[3089]]
## [1] "alesiaa444: I predict my most played song will be Satellite by Harry Styles #SpotifyWrapped"
## 
## [[3090]]
## [1] "version2cat: Doodle of my earbuds 🎶🎵 #SpotifyWrapped #OC https://t.co/KVQT4SMfSj"
## 
## [[3091]]
## [1] "Uniquearts28: I predict my most played song will be MGK or Eminem #SpotifyWrapped 🔥✨"
## 
## [[3092]]
## [1] "john63942689: I predict my most played song will be All Too Well 10 Minute Version Taylor’s Version #SpotifyWrapped"
## 
## [[3093]]
## [1] "Natasha5560: I’m going to predict who are my top artist this year on my #SpotifyWrapped \n1) Above &amp; Beyond\n2) Bad Bunny\n3) Porte… https://t.co/6j6xlWXEaw"
## 
## [[3094]]
## [1] "DMWASI12: ✔My service is only done through the Google Ads\n\n👉🏻Dm for portfolio @DMWASI12 \n\n#DigitalMarketing #YouTube… https://t.co/R84TKcCv7e"
## 
## [[3095]]
## [1] "chaeincubus: I predict my top genre will be kpop #SpotifyWrapped i mean.... come one"
## 
## [[3096]]
## [1] "NeptunesDigest: 💥 Spotify has been prepping music fans for their personalized \"Spotify Wrapped\" playlist for weeks, and the end of… https://t.co/lBUMmIXrcx"
## 
## [[3097]]
## [1] "hwahyune: I predict my top artist will be @Stray_Kids #SpotifyWrapped"
## 
## [[3098]]
## [1] "LuciDracul: I predict my top artist will be @MarisaMaino. BUT, @HeyViolet is easily a top contender as well. No matter what, Ma… https://t.co/SgjhcoKAPL"
## 
## [[3099]]
## [1] "vampireallegory: pls i need #SpotifyWrapped i have no sense of self"
## 
## [[3100]]
## [1] "chaeincubus: I predict my most played song will be lust for a vampyr by i monster #SpotifyWrapped i know this for a fact and yes i am doing this"
## 
## [[3101]]
## [1] "mossyoa: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3102]]
## [1] "monnnalisa143: I predict my most played song will be \n1. Ijo (Laba Laba) by Crayon or \n2. Proud by Oladapo \n#SpotifyWrapped"
## 
## [[3103]]
## [1] "hwahyune: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[3104]]
## [1] "ScaringTheCrow: I predict my top artist will be Bloodywood of course. #SpotifyWrapped"
## 
## [[3105]]
## [1] "mossyoa: I predict my top genre will be pop idk #SpotifyWrapped"
## 
## [[3106]]
## [1] "chunkysixx: I predict my top podcast will be [i don't listen to podcasts] #SpotifyWrapped"
## 
## [[3107]]
## [1] "jamestankrah: Excellent and Brilliant great job done Ghana Black Stars 🇬🇭 \n#FIFAWorldCupQatar2022 #qatar2022worldcup #kudus… https://t.co/g072RKafUS"
## 
## [[3108]]
## [1] "Patriot6915: I predict my most played song will be Walk em down #SpotifyWrapped"
## 
## [[3109]]
## [1] "cursedwithsilly: y'all gave spotify wrapped so much buzz that they're treating it like a merch drop i'm yelling #SpotifyWrapped"
## 
## [[3110]]
## [1] "AppleAfrica2022: @SpotifyAfrica My Top Artist is @GSMusicEst2018 #Stop #SpotifyWrapped"
## 
## [[3111]]
## [1] "JairoEAKABilly: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[3112]]
## [1] "hwahyune: I predict my most played song will be [Winter, Flower by @WEi__Official] #SpotifyWrapped"
## 
## [[3113]]
## [1] "lekkiloaded: I need a man to lick my plate - Pretty lady cries out in a new trending video 🙆 #SpotifyWrapped #RedVelvet… https://t.co/lYYHADaWI8"
## 
## [[3114]]
## [1] "JvstJaci: Watch all my predictions be wrong #SpotifyWrapped"
## 
## [[3115]]
## [1] "mossyoa: I predict my most played song will be Bejeweled by Taylor Swift #SpotifyWrapped"
## 
## [[3116]]
## [1] "Big_Nixk12: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nBlovee shottas"
## 
## [[3117]]
## [1] "chunkysixx: I predict my top artist will be [mcr or nirvana] #SpotifyWrapped"
## 
## [[3118]]
## [1] "JairoEAKABilly: I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped"
## 
## [[3119]]
## [1] "LanaBoss: I predict my top artist will be @yunggravy #SpotifyWrapped"
## 
## [[3120]]
## [1] "chunkysixx: I predict my top genre will be [metal/rock] #SpotifyWrapped"
## 
## [[3121]]
## [1] "GYUTl3: I predict my top podcast will be nenhum 🙆🏽‍♀️ #SpotifyWrapped"
## 
## [[3122]]
## [1] "kalycede: I predict my most played song will be california love or sea,swallow me. idk tbf the taste switched a good 7 times #SpotifyWrapped"
## 
## [[3123]]
## [1] "disgukie: I predict my most played song will be #SpotifyWrapped\nhttps://t.co/68bWeESEKC"
## 
## [[3124]]
## [1] "chunkysixx: I predict my most played song will be [duality by slipknot] #SpotifyWrapped"
## 
## [[3125]]
## [1] "JvstJaci: I predict my top genre will be Modern Rock #SpotifyWrapped"
## 
## [[3126]]
## [1] "karmaisacat13TS: I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped"
## 
## [[3127]]
## [1] "krissnazy: Twitter make una put mouth Cos me I nor understand this one😭😭😂😂#Nigeria #SpotifyWrapped #FIFAWorldCupQatar2022… https://t.co/hU0yc9PlAe"
## 
## [[3128]]
## [1] "NCG87: I've just connected my account to the work Alexa this will be my last true #SpotifyWrapped next year's will be wild 😅"
## 
## [[3129]]
## [1] "GYUTl3: I predict my top artist will be Tomorrow x Together 💖 #SpotifyWrapped"
## 
## [[3130]]
## [1] "sabslucky: me knowing sabrina carpenter is clearing on my #SpotifyWrapped https://t.co/o4YtUkBaRH"
## 
## [[3131]]
## [1] "kennedyrayyy: anxiously awaiting my #SpotifyWrapped like fr"
## 
## [[3132]]
## [1] "karmaisacat13TS: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3133]]
## [1] "Chip_MoaBlink: I predict my top artist will be [TOMORROW X TOGETHER] #SpotifyWrapped"
## 
## [[3134]]
## [1] "Sophie30429697: I predict my most played song will be [All Too Well by Taylor Swift ] #SpotifyWrapped"
## 
## [[3135]]
## [1] "karmaisacat13TS: I predict my most played song will be mirrorball by #TaylorSwift #SpotifyWrapped"
## 
## [[3136]]
## [1] "imagingpdx: PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped… https://t.co/5pAp1ZSmm0"
## 
## [[3137]]
## [1] "JvstJaci: I predict my top artist will be Mother Mother #SpotifyWrapped"
## 
## [[3138]]
## [1] "GYUTl3: I predict my top genre will be kpop 🤧 #SpotifyWrapped"
## 
## [[3139]]
## [1] "Chip_MoaBlink: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[3140]]
## [1] "thevinyljagoff: I predict my top artist will be @TDWPband #SpotifyWrapped"
## 
## [[3141]]
## [1] "fazg1996: I predict my top artist will be BRUUUUUUCE #SpotifyWrapped"
## 
## [[3142]]
## [1] "Ivygrows10: I predict my most played song will be [the great war- taylor swift] #SpotifyWrapped"
## 
## [[3143]]
## [1] "305NERVOUS: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3144]]
## [1] "MsLindsieStarr: I predict my top podcast will be my own: The Wrestling fan vlog podcast and Anything Else to Add with Lindsie Rodge… https://t.co/kUM4dnMgZo"
## 
## [[3145]]
## [1] "Chip_MoaBlink: I predict my most played song will be [Good Boy Gone Bad] #SpotifyWrapped"
## 
## [[3146]]
## [1] "Mrotoo4: If Ghana qualifies we will play Brazil 🇧🇷 in R16 I think we are out #SpotifyWrapped #FIFAWorldCupQatar2022"
## 
## [[3147]]
## [1] "imnuu13: I predict my top artist will be Taylor Swift💜💜 (by far) #SpotifyWrapped"
## 
## [[3148]]
## [1] "305NERVOUS: I predict my top genre will be pop ] #SpotifyWrapped"
## 
## [[3149]]
## [1] "dougrosenberg27: I predict my most played song will be [Jimmy Cooks] #SpotifyWrapped"
## 
## [[3150]]
## [1] "305NERVOUS: I predict my most played song will be as it was #SpotifyWrapped"
## 
## [[3151]]
## [1] "mossyoa: I predict my top podcast will be  Banter!! #SpotifyWrapped"
## 
## [[3152]]
## [1] "thevinyljagoff: I predict my most played song will be Doomswitch - @makethemsuffer #SpotifyWrapped"
## 
## [[3153]]
## [1] "daheeloo: I predict my top artist will be hopefully @sza but I think Ariana grande #SpotifyWrapped"
## 
## [[3154]]
## [1] "laurenk130: I predict my top artist will be @taylorswift13 🫶🏻 #SpotifyWrapped"
## 
## [[3155]]
## [1] "KimTaeisKing: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[3156]]
## [1] "emilyelixabeth_: I predict my most played song will be What Do You Know About Love - by Joshua Bassett and Sofia Wylie… https://t.co/mnomupacP6"
## 
## [[3157]]
## [1] "VeryZebb: I predict my top artist will be @AvaMax #SpotifyWrapped https://t.co/2ehHNceJ1h"
## 
## [[3158]]
## [1] "KimTaeisKing: I predict my top artist will be without a doubt BTS #SpotifyWrapped"
## 
## [[3159]]
## [1] "GYUTl3: I predict my most played song will be good boy gone bad by @TXT_members 🌹 #SpotifyWrapped"
## 
## [[3160]]
## [1] "JvstJaci: I predict my most played song will be \"Your Number's Up\" by Ice Nine Kills #SpotifyWrapped"
## 
## [[3161]]
## [1] "daheeloo: I predict my most played song will be good days by Sza #SpotifyWrapped"
## 
## [[3162]]
## [1] "KimTaeisKing: I predict my most played song will be RunBTS #SpotifyWrapped"
## 
## [[3163]]
## [1] "VeryZebb: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3164]]
## [1] "livsrodrihoe: RELEASE #SpotifyWrapped ALREADY https://t.co/VOopIfpWj9"
## 
## [[3165]]
## [1] "official_noria: I predict my top genre will be rock 🤟🤟🤟 #SpotifyWrapped"
## 
## [[3166]]
## [1] "KaitlynCeline15: I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/Sef26h8I5V"
## 
## [[3167]]
## [1] "cowboyliketayta: #SpotifyWrapped  yeah ok it's soon but WHEN when is soon 😭"
## 
## [[3168]]
## [1] "JhoselynAA: I predict my top genre will be R&amp;B  #SpotifyWrapped"
## 
## [[3169]]
## [1] "Rhys_Dyson: I predict my top artist will be @Tom_Grennan #SpotifyWrapped. I have a feeling I’ll be in his top 1-3% of listeners 😅"
## 
## [[3170]]
## [1] "official_noria: I predict my most played song will be Comfortably Numb (Live) [2019 Remix] #SpotifyWrapped"
## 
## [[3171]]
## [1] "DoBotherMe2: I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped"
## 
## [[3172]]
## [1] "msantiagophotos: I predict my top artist will be Mac Miller, Cleo Sol, Tems, JID, and Baby Rose #SpotifyWrapped"
## 
## [[3173]]
## [1] "athenaa95: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3174]]
## [1] "JhoselynAA: I predict my most played song will be [leave the door open by silk Sonic @silksonic @brunomars #SpotifyWrapped"
## 
## [[3175]]
## [1] "Divinebet130: You might have tried so many online business and fail, but please have you tried this? A big NO, why then do you th… https://t.co/gmDSAELTkh"
## 
## [[3176]]
## [1] "moastays: I predict my top artist will be STRAY KID.  #SpotifyWrapped"
## 
## [[3177]]
## [1] "NaraNidhi: Packing early morning #heartinbows #RedVelvet #SpotifyWrapped #CyberMonday #kudus https://t.co/OQ1HqRnqON"
## 
## [[3178]]
## [1] "moastays: I predict my most played song will be MUDDY WATER.  #SpotifyWrapped"
## 
## [[3179]]
## [1] "Al_Brown313: I wish I was as confident with my sex skills as female rappers are. #SpotifyWrapped"
## 
## [[3180]]
## [1] "ZeBadmedic: I predict my top podcast will be [#baywatchberlin] #SpotifyWrapped"
## 
## [[3181]]
## [1] "barbiesobodittt: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @PhaseZeroCB"
## 
## [[3182]]
## [1] "ItsRim2K: I predict my top artist will be DC The Don #SpotifyWrapped"
## 
## [[3183]]
## [1] "Lil_D12345678: Listen to my song pls! #Rap #music #SpotifyWrapped #artistsontwitter #SONG \nhttps://t.co/bp5gMFwsqW"
## 
## [[3184]]
## [1] "barbiesobodittt: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped TAYLOR SWIFT"
## 
## [[3185]]
## [1] "ihrtaejoon: PLS PLS PLS #SpotifyWrapped"
## 
## [[3186]]
## [1] "barbiesobodittt: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop"
## 
## [[3187]]
## [1] "barbiesobodittt: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped any taylor song"
## 
## [[3188]]
## [1] "MsLindsieStarr: I predict my most played song will be either “Not Over Yet” by KSI featuring Tom Grennan or “STAR WALKIN’” by Lil Nas X. #SpotifyWrapped"
## 
## [[3189]]
## [1] "ItsRim2K: I predict my most played song will be iCarly :/ #SpotifyWrapped"
## 
## [[3190]]
## [1] "Mega4L_: #SpotifyWrapped got me hyped af!"
## 
## [[3191]]
## [1] "aesteetic: I predict my most played song will be Still Love You by Sofia Carson #SpotifyWrapped"
## 
## [[3192]]
## [1] "cleanlight19: I predict my top artist will be @carlypearce #SpotifyWrapped"
## 
## [[3193]]
## [1] "bozofreakazoid: @nuevogansito @azulcorri come back before my #SpotifyWrapped comes 😭😭😢😢😢"
## 
## [[3194]]
## [1] "Mhduke2: I predict my top podcast will be [fill in top podcast Rachel Maddow #SpotifyWrapped"
## 
## [[3195]]
## [1] "Low_Tier_Jacob: I predict my top artist will be @polyphia #SpotifyWrapped"
## 
## [[3196]]
## [1] "raeshrey: i just want to see my #SpotifyWrapped already!!! https://t.co/aTdfCHGvSr"
## 
## [[3197]]
## [1] "NyahWashington: Purchase my my hair vendor for $40 TODAY \n\nText (4047020552) if interested 💕\n\n#CyberMonday #SpotifyWrapped… https://t.co/SzwSDA74lL"
## 
## [[3198]]
## [1] "jinxdorii: I predict my most played song will be rose-colored boy by paramore \n#SpotifyWrapped"
## 
## [[3199]]
## [1] "Mhduke2: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[3200]]
## [1] "444hal: I predict my most played song will be Mad As Fuck by Ramirez ft. Freddie Dredd #SpotifyWrapped"
## 
## [[3201]]
## [1] "Harrysaykholar: Men settle where they find peace not beauty while women settle where they find money not handsome\n#hookup… https://t.co/TelvEvxvHB"
## 
## [[3202]]
## [1] "BellaHoneyErot: Support us now and help make a difference.\nDonate Now \nhttps://t.co/dfYSTIULWn\n#Qatar2022 #RedVelvet #YasakElma… https://t.co/gTagaYmMpr"
## 
## [[3203]]
## [1] "roturru: I predict my top artist will be @KiDCuDi \nHe will take that spot this year\n#SpotifyWrapped"
## 
## [[3204]]
## [1] "DavidHuzzard: I predict my most played song will be Bubble Guppies Theme #SpotifyWrapped"
## 
## [[3205]]
## [1] "axilatl: I don't think I even listened to Rain On Me *as much* this year, but it will somehow probably still be my most play… https://t.co/6UW8r5qsWQ"
## 
## [[3206]]
## [1] "ZeBadmedic: I predict my top artist will be [Ed Sheeran] #SpotifyWrapped"
## 
## [[3207]]
## [1] "Danny46236441: no one cares about your  #SpotifyWrapped .... keep it to yourself. https://t.co/XP7bFPWj3d"
## 
## [[3208]]
## [1] "ethersh4rk: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3209]]
## [1] "Dolamieu: I predict my top genre will be dmsp Minecraft genre 😭#SpotifyWrapped"
## 
## [[3210]]
## [1] "Mhduke2: I predict my most played song will be [Yet To Come] #SpotifyWrapped"
## 
## [[3211]]
## [1] "Cutewdx: I predict my top genre will be pop lmao #SpotifyWrapped"
## 
## [[3212]]
## [1] "shakirazyx: This year has been ROUGH #SpotifyWrapped WILL BE EXPOSING ME"
## 
## [[3213]]
## [1] "SheikhoSuleiman: When you’re Cristiano Ronaldo ♥️\n#CR7𓃵 #CR7 #ronaldo #CristianoRonaldo #Portugal #uru #FIFAWorldCupQatar2022… https://t.co/k9z6IYozP7"
## 
## [[3214]]
## [1] "Pancake_Punk: Here’s my prediction for my #SpotifyWrapped:\n\nNirvana, Tyler, the Creator, and Michael Giacchino will be my most li… https://t.co/UD1UAps1rJ"
## 
## [[3215]]
## [1] "LUVBOATBOYS: I predict my most played song will be [Leave me behind by @NateWantsToBtl and @TheCamSteady ]  #SpotifyWrapped  Sla… https://t.co/BiH5gwQNhL"
## 
## [[3216]]
## [1] "ethersh4rk: I predict my most played song will be Running up that hill by Kate Bush #SpotifyWrapped"
## 
## [[3217]]
## [1] "ZeBadmedic: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[3218]]
## [1] "parisrae13: I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped"
## 
## [[3219]]
## [1] "SanticoSecre: You can't complain about my versatility. #Spotify #SpotifyWrapped #instafest https://t.co/EK0qseg6ZT"
## 
## [[3220]]
## [1] "ScaringTheCrow: I predict my most played song will be It's very clearly gonna be Gaddaar #SpotifyWrapped"
## 
## [[3221]]
## [1] "amandasuxks: #SpotifyWrapped okay where is it"
## 
## [[3222]]
## [1] "callmelexis: screaming - i totally forgot to write jojo earlier , forgive me - but anyway guessing my spotify wrapped is gonna b… https://t.co/IdMKVpdQ36"
## 
## [[3223]]
## [1] "ColorMeTris: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[3224]]
## [1] "jules_hooper: I predict my most played song will be Scars by Stray kids #SpotifyWrapped"
## 
## [[3225]]
## [1] "MochiMouse_: I predict my top artist will be Sodikken #SpotifyWrapped"
## 
## [[3226]]
## [1] "BlazzianC1: Check out Blazzian Collection's video! #TikTok https://t.co/niJugnUEst\n\n#lasvegasfashiondesigner #fashiondesigner… https://t.co/npCNYQnMJk"
## 
## [[3227]]
## [1] "ColorMeTris: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[3228]]
## [1] "theghostk1ng_: I predict my top artist will be The One And Only Taylor Alison Swift #SpotifyWrapped"
## 
## [[3229]]
## [1] "6adboyafrika: I stand with gender equality fam , no shades , bro smacked the shot outa her #SpotifyWrapped #RedVelvet… https://t.co/QMaLfUVvDZ"
## 
## [[3230]]
## [1] "Shark_Horses: my #SpotifyWrapped is gonna be so ass because I use lofi music to sleep so it's just all gonna be that"
## 
## [[3231]]
## [1] "Clumpter: FUCK SPOTIFY WE APPLE MUSIC GANG\n #SpotifyWrapped"
## 
## [[3232]]
## [1] "phrigphrog: I predict my top podcast will be the magnus archives #SpotifyWrapped"
## 
## [[3233]]
## [1] "zmcnair2000: Since #SpotifyWrapped is about to drop and I use the superior Apple Music, here’s my top 10 songs 🤣 Not even surpri… https://t.co/Wqe5buufO7"
## 
## [[3234]]
## [1] "4Naeemm: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[3235]]
## [1] "Tommy_Byrn: #SpotifyWrapped making me a custom playlist: https://t.co/u2bCREIwrd"
## 
## [[3236]]
## [1] "IamGoalsetting: #SpotifyWrapped r&amp;b gotta b there on mine"
## 
## [[3237]]
## [1] "MsLindsieStarr: I predict my top artist will be KSI. You can’t blame me for choosing the U.K. YouTuber for this. #SpotifyWrapped"
## 
## [[3238]]
## [1] "ColorMeTris: I predict my most played song will be Euphoria by BTS #SpotifyWrapped"
## 
## [[3239]]
## [1] "deepumi5: OMGG let's guess who would be on our top 5 for #SpotifyWrapped !!!"
## 
## [[3240]]
## [1] "Rhys_fantastico: Calling it now.\n\nMy #SpotifyWrapped will consist of the following\nAnd probably some rogue one like Disney or Kim Wi… https://t.co/aGMo3OSxog"
## 
## [[3241]]
## [1] "splash13223: Check out Purple Relaxation Syrup, 2 oz https://t.co/WsOTvVHyNn #eBay via @eBay Balenciaga #WhatsApp City of Housto… https://t.co/6ZoTNDyHN7"
## 
## [[3242]]
## [1] "stelllawunder: I predict my top artist will be harry styles 🥰 #SpotifyWrapped"
## 
## [[3243]]
## [1] "ponyos_ocean: I predict my top podcast will be DISTRACTIBLE #SpotifyWrapped"
## 
## [[3244]]
## [1] "Oinkert1: Fine, I'll do it. I predict my most played song will be Empty By Letdown. I'm a depressed bitch and found this song… https://t.co/Yjsetx2xcD"
## 
## [[3245]]
## [1] "terryjgeo: I predict my most played song will be Everybody's Gay by Lizzo #SpotifyWrapped"
## 
## [[3246]]
## [1] "meowguro: I predict my top artist will be [Taylor Swift] #SpotifyWrapped https://t.co/w2B31f4ATn"
## 
## [[3247]]
## [1] "stelllawunder: I predict my most played song will be night shift by lucy dacus 🤧#SpotifyWrapped"
## 
## [[3248]]
## [1] "scasagra: I predict my top podcast will be Migrantes https://t.co/c091LGwBPv #SpotifyWrapped"
## 
## [[3249]]
## [1] "theghostk1ng_: I predict my most played song will be Persephone in the Garden #SpotifyWrapped"
## 
## [[3250]]
## [1] "Eu4n_H4mm0nD: i love the smiths… I SAID I LOVE THE SMITHS\n\nI think a few worlds would collide at this fest\n\n#instafest… https://t.co/Nk6BHqkBBw"
## 
## [[3251]]
## [1] "Daniellasicon2L: I predict my most played song will be [titi me preguntó] #SpotifyWrapped"
## 
## [[3252]]
## [1] "MyLittIeForest: I predict my most played song will be Interlude Set Me Free #SpotifyWrapped"
## 
## [[3253]]
## [1] "The_Yakyra: If you haven’t already tap in to my latest Drop ✨💥#djya2x #SpotifyWrapped #CyberMonday https://t.co/xrcUXE5yJz"
## 
## [[3254]]
## [1] "khanke_suprit: Waiting for #SpotifyWrapped 🙆🏿‍♂️ https://t.co/wip4I6ryec"
## 
## [[3255]]
## [1] "fckthetories: I predict my most played song will be a Fred Again! song surely #SpotifyWrapped"
## 
## [[3256]]
## [1] "MJ_PARKS: I predict my top artist will be [@nfrealmusic ] #SpotifyWrapped"
## 
## [[3257]]
## [1] "MyLittIeForest: I predict my top podcast will be Dracula audiobook #SpotifyWrapped"
## 
## [[3258]]
## [1] "dannyolix: Missing you dear😍😍\n\n#love  #CyberMonday #RedVelvet #SpotifyWrapped #fashion #beauty https://t.co/o2Xo3sOXxP"
## 
## [[3259]]
## [1] "cartomutti: I predict my top podcast will be Archetypes!! #SpotifyWrapped"
## 
## [[3260]]
## [1] "arisaroo: I predict my top artist will be @vendredisurmer #SpotifyWrapped"
## 
## [[3261]]
## [1] "splash13223: Check out Red Relaxation Syrup, 2 oz https://t.co/fH0Bh0z2dM #eBay via @eBay \nBalenciaga #WhatsApp City of Houston… https://t.co/tC8nxINKYw"
## 
## [[3262]]
## [1] "BluCocoSlushie: I predict my top artist will be Ghost #SpotifyWrapped"
## 
## [[3263]]
## [1] "135Alx: I predict my top podcast will be Gemischtes Hack #SpotifyWrapped"
## 
## [[3264]]
## [1] "Ragnarock_1: I predict my top podcast will be Trash Taste #SpotifyWrapped"
## 
## [[3265]]
## [1] "SappireMoon1312: I predict my top genre will be FUCKING DSMP BCS SPOTIFY HAS THAT STUPID GODDAMN GENRE AND IT SUCKS AND ITS NOT EVEN… https://t.co/LTa1ZNsZxx"
## 
## [[3266]]
## [1] "nov4bee: I predict my top genre will be Russian Alt Pop #SpotifyWrapped"
## 
## [[3267]]
## [1] "Ragnarock_1: I predict my most played song will be Kisaragi by Camellia #SpotifyWrapped"
## 
## [[3268]]
## [1] "135Alx: I predict my top artist will be Panic! at the Disco #SpotifyWrapped"
## 
## [[3269]]
## [1] "96chelseah: me looking for my spotify wrapped:\n\n@Spotify #SpotifyWrapped #spotify https://t.co/VnygdSJGtQ"
## 
## [[3270]]
## [1] "lilstepstone: I predict my top podcast will be CHUCKLE SANDWICH &gt;:D #SpotifyWrapped"
## 
## [[3271]]
## [1] "ashstarstruck: i feel like someone's already said this but i'm more excited for my #SpotifyWrapped than i have been for my birthday"
## 
## [[3272]]
## [1] "135Alx: I predict my top genre will be modern rock #SpotifyWrapped"
## 
## [[3273]]
## [1] "Kouaii_: I predict my most played song will be Glimpse of Us by Joji (: 💕#SpotifyWrapped"
## 
## [[3274]]
## [1] "lilstepstone: I predict my top genre will be kpop? indie pop ? #SpotifyWrapped"
## 
## [[3275]]
## [1] "redlinekiller: when do i get my #SpotifyWrapped https://t.co/JdGc80qmHH"
## 
## [[3276]]
## [1] "GlansAnja: I predict my top podcast will be either @basementyard or @BaileySarian #darkhistory #SpotifyWrapped"
## 
## [[3277]]
## [1] "Supremecmdrike: I predict my top artist will be Muse #SpotifyWrapped"
## 
## [[3278]]
## [1] "cartomutti: I predict my top artist will be @taylorswift13 #SpotifyWrapped 🥰"
## 
## [[3279]]
## [1] "xorcismemlyrose: I predict my top genre will be Country. It’s always country or a county sub genre. #SpotifyWrapped"
## 
## [[3280]]
## [1] "_AriBee: My #SpotifyWrapped is really about to expose all 16 of my personalities. And I think I’m okay with that"
## 
## [[3281]]
## [1] "sellingdreams77: Usually I trick dat girl outta her love but dat was the selfish me. #SpotifyWrapped #RedVelvet #CyberMonday #Sasmos"
## 
## [[3282]]
## [1] "nov4bee: I predict my top artist will be Nothing but Thieves #SpotifyWrapped"
## 
## [[3283]]
## [1] "AmberThaGambler: I predict my top artist will be Adam &amp; the Ants #SpotifyWrapped"
## 
## [[3284]]
## [1] "lilstepstone: I predict my top artist will be Stray Kids #SpotifyWrapped"
## 
## [[3285]]
## [1] "Supremecmdrike: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[3286]]
## [1] "MollyTierney9: I predict my most played song will be [Carolina By Harry Styles] #SpotifyWrapped"
## 
## [[3287]]
## [1] "Ragnarock_1: I predict my top genre will be J-Core #SpotifyWrapped"
## 
## [[3288]]
## [1] "okuuzen_: On attend !!!  #SpotifyWrapped"
## 
## [[3289]]
## [1] "lilstepstone: I predict my most played song will be Stray Kids - MANIAC\n #SpotifyWrapped"
## 
## [[3290]]
## [1] "HalfrackP: Check out the pods cast on Spotify!\n\n#podcast #SpotifyWrapped #spotifypodcasts #bassandbooners https://t.co/WxD21Rqm1R"
## 
## [[3291]]
## [1] "Ragnarock_1: I predict my top artist will be Camellia #SpotifyWrapped"
## 
## [[3292]]
## [1] "patrvee: Maybe next year #SpotifyWrapped #AppleMusic https://t.co/PO9ZIvt3ky"
## 
## [[3293]]
## [1] "AUNKNOWNPERSON0: I predict my top artist will be Austin Butler #SpotifyWrapped"
## 
## [[3294]]
## [1] "135Alx: I predict my most played song will be Downtown #SpotifyWrapped"
## 
## [[3295]]
## [1] "spookychiaki: im gonnabe sick what if its ass #SpotifyWrapped"
## 
## [[3296]]
## [1] "serendipity4_jm: somethings telling me Red Lights is my most played song of the year🤭\n\n#SpotifyWrapped"
## 
## [[3297]]
## [1] "Ocean_Pearl09: #SpotifyWrapped \nFour weeks ago from six months ago... We aren't even gonna talk about my all time https://t.co/UuYBXXjQKJ"
## 
## [[3298]]
## [1] "_Eric9000: \"I predict my most played song will be Party Rock Anthem\", you happy now Spotify now stop harassing me #SpotifyWrapped"
## 
## [[3299]]
## [1] "Arianahasfaith: I predict my top artist will be [Kali Uchis!!] #SpotifyWrapped (give us Spotify wrapped now 😭 we desperately need to know)"
## 
## [[3300]]
## [1] "kamzori_: Summer is hot \nBut I am hotter \n\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #乌鲁木齐 #ล็อคกี้แฟน… https://t.co/pMd9I6SeOm"
## 
## [[3301]]
## [1] "urielbmr: I predict my top artist will be [Psy (The guy who made Gangnam Style)] #SpotifyWrapped"
## 
## [[3302]]
## [1] "liliacy_d: GIVE ME A WEEK TO FIX IT PLEASE #SpotifyWrapped"
## 
## [[3303]]
## [1] "TheAimercat: I predict my top artist will be @duranduran #SpotifyWrapped"
## 
## [[3304]]
## [1] "kiran_l_g: I predict my top artist will be Tiago PZK #SpotifyWrapped"
## 
## [[3305]]
## [1] "mattvettese: I can't wait for #SpotifyWrapped to call my taste in music \"scary\" again this year."
## 
## [[3306]]
## [1] "vibeyTM: #SpotifyWrapped if yungeen ace ain’t my most played shit this year then like someone’s lying cause I listen to him… https://t.co/3oGTaNEdO9"
## 
## [[3307]]
## [1] "DashingDebby: Probably gonna get 10 views High Key🥲 #SpotifyWrapped #CyberMonday #humor #comedy #TikTokviral… https://t.co/ItpnNmo8Xn"
## 
## [[3308]]
## [1] "stanhijabi: I THOUGHT IT WAS OUT CAUSE IT WAS TRENDING DAMN IT #SpotifyWrapped"
## 
## [[3309]]
## [1] "Starlost_Han: Thinking of starting to make edits for K-pop, anime and others…any suggestions??? #SpotifyWrapped #KPOP #anime"
## 
## [[3310]]
## [1] "FaeWitchKlae: I predict my top podcast will be [My Brother, My Brother and Me] #SpotifyWrapped"
## 
## [[3311]]
## [1] "Tayliviafan: I predict my most played song will be [what would u do by @tatemcrae] #SpotifyWrapped"
## 
## [[3312]]
## [1] "EllingerBrandon: I predict my top artist will be Eric Church. Every year forever #SpotifyWrapped"
## 
## [[3313]]
## [1] "andromustdie: I predict my top genre will be emo  :( #SpotifyWrapped"
## 
## [[3314]]
## [1] "Desideriumbook: I predict my most played song will be [Bodys-Car Seat Headrest] #SpotifyWrapped"
## 
## [[3315]]
## [1] "Rnckw: I predict my most played song will be Forever Only by Jaehyun 😃😃😃😃 #SpotifyWrapped"
## 
## [[3316]]
## [1] "FaeWitchKlae: I predict my top artist will be [Florence + the Machine] #SpotifyWrapped"
## 
## [[3317]]
## [1] "Grymmsnarl: cant wait for #SpotifyWrapped to tell me 90% of the music i listen to is sad lesbian indie or something"
## 
## [[3318]]
## [1] "KDWORLD17: I predict my top artist will be Yeat @yeat1_ #SpotifyWrapped"
## 
## [[3319]]
## [1] "wookookbin: I predict my most played song will be Run BTS #SpotifyWrapped"
## 
## [[3320]]
## [1] "Treasuregodwin_: God abeg🙏. \n#sapa #SpotifyWrapped https://t.co/cSAHLWONKL"
## 
## [[3321]]
## [1] "andres5396: I predict my top artist will be @WTofficial #SpotifyWrapped"
## 
## [[3322]]
## [1] "urielbmr: I predict my top genre will be [K-Pop (Gangnam Style)] #SpotifyWrapped"
## 
## [[3323]]
## [1] "remindmetoread: I predict my most played song will be Heated 🔥 #SpotifyWrapped"
## 
## [[3324]]
## [1] "WanderingLana: These are always a fun look back on the year. I predict my top artist will be [SEGA SOUND TEAM or Toby Fox] #SpotifyWrapped"
## 
## [[3325]]
## [1] "hrtmates: I predict my most played song will be El Alma Que Te Trajo #SpotifyWrapped"
## 
## [[3326]]
## [1] "Eth4nkar4te1: Hopefully it won’t be as bad as last years 😂 #SpotifyWrapped #Spotify https://t.co/ePSSAfKcmT"
## 
## [[3327]]
## [1] "brother_trees: I predict my most played song to be ex-mortis by ice nine kills #SpotifyWrapped"
## 
## [[3328]]
## [1] "KDWORLD17: I predict my most played song will be Home by Mike Dimes #SpotifyWrapped @DoubleLambOG"
## 
## [[3329]]
## [1] "FaeWitchKlae: Why not do these I guess lmao.\n\nI predict my most played song will be [King by Florence + the Machine] #SpotifyWrapped"
## 
## [[3330]]
## [1] "forevermoreshea: I predict my most played song will be Casanova by Blake Rose \nbecause it’s been my #1 song of all time since april… https://t.co/zCYM9GcpFk"
## 
## [[3331]]
## [1] "krallan70700: I predict my most played song will be [Mockingbird] #SpotifyWrapped"
## 
## [[3332]]
## [1] "remindmetoread: I predict my top artist will be BEYONCÉ #SpotifyWrapped"
## 
## [[3333]]
## [1] "urielbmr: I predict my most played song will be [Gangnam Style] #SpotifyWrapped"
## 
## [[3334]]
## [1] "Viinxe: I predict my top podcast will be   fortnite porn #SpotifyWrapped"
## 
## [[3335]]
## [1] "VChibyk: Shit !!!!!  for a sec  I felt Suarez scored that goal. 🤭🤭🤭🤭🤭🥱🥱🥱🥱#SpotifyWrapped #Portugal #ronaldo #WorldCup2022"
## 
## [[3336]]
## [1] "ElCangri_Ish: When is #SpotifyWrapped ? I need a fit.."
## 
## [[3337]]
## [1] "srhbat: my top artist gonna be nirvana for sure #SpotifyWrapped"
## 
## [[3338]]
## [1] "Viinxe: I predict my top artist will be ed sheeran #SpotifyWrapped"
## 
## [[3339]]
## [1] "krallan70700: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[3340]]
## [1] "TG_Bizkiit: I predict my top artist will be @astralagenda as always. him or @nothingnowhere #SpotifyWrapped"
## 
## [[3341]]
## [1] "vivscinntoast: My top artist is probably gonna be will wood lets be honest  #SpotifyWrapped"
## 
## [[3342]]
## [1] "TinyButMighty17: I predict my most played song will be Call Me Little Sunshine by Ghost. \n\nIt was on mass repeat for quite a while. \n\n #SpotifyWrapped"
## 
## [[3343]]
## [1] "Action_Jeffson: I predict my most played song will be \"Never Fight A Man With A Perm\" by IDLES #SpotifyWrapped"
## 
## [[3344]]
## [1] "twicetagasm: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3345]]
## [1] "LovingRoscoe_: I predict my most played song will be me porto bonito o vol.52 Quevedo/bizarrap #SpotifyWrapped"
## 
## [[3346]]
## [1] "Viinxe: I predict my top genre will be country #SpotifyWrapped"
## 
## [[3347]]
## [1] "forsiwoo: I predict my top artist will be goopy 😭#SpotifyWrapped"
## 
## [[3348]]
## [1] "krallan70700: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3349]]
## [1] "Zenify1x: I predict my most played song will be Travis Scott - Skeletons #SpotifyWrapped"
## 
## [[3350]]
## [1] "Viinxe: I predict my most played song will be deepthroat #SpotifyWrapped"
## 
## [[3351]]
## [1] "francisthccarts: FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/rylKc0EmNx"
## 
## [[3352]]
## [1] "corroduste: ill put my #SpotifyWrapped on here evetually"
## 
## [[3353]]
## [1] "jakeylantern: A Solid Lineup! #SpotifyWrapped https://t.co/d7zbw2X2Dj"
## 
## [[3354]]
## [1] "johnson_adeolu: You're just a click away🔥👇\nhttps://t.co/RsfAIDhPB0\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #คุณชายตอนจบ… https://t.co/wDrscTQFtM"
## 
## [[3355]]
## [1] "onlinesaleseldo: We've Gathered Amazon, Aliexpress and Ebay Best Selling Products for You. and  Free..\n🔥 https://t.co/HTA2rVOKyV 🔥… https://t.co/f4sr9x06Rk"
## 
## [[3356]]
## [1] "DaRealOblivion: I predict my most played song will be I am nothing (i am no one) Sustinere #SpotifyWrapped"
## 
## [[3357]]
## [1] "cakeofsodomy: I predict my top artist will be [@opeth or @SpandauBallet]💓✨️☁️❄️ #SpotifyWrapped"
## 
## [[3358]]
## [1] "forsiwoo: I predict my top genre will be kpop or if it’s specific kpop boy group 😭#SpotifyWrapped"
## 
## [[3359]]
## [1] "smores_michael: The fact that my kid listens to awful music on my Spotify makes me sad about how my wrapped up playlist is going to look #SpotifyWrapped"
## 
## [[3360]]
## [1] "LovingRoscoe_: I predict my top genre will be Reggaeton #SpotifyWrapped"
## 
## [[3361]]
## [1] "m_dean75: Random full odds Shiny Oinkolonge! \n\n#PokemonViolet #shinyoinkologne #peppapig #pokemon #shiny #Trending… https://t.co/hqOvXgERBR"
## 
## [[3362]]
## [1] "velvetbunnys: I predict my top artist will be @elonmusk #SpotifyWrapped"
## 
## [[3363]]
## [1] "boxisalt: King Gizzard &amp; The Lizard Wizard #SpotifyWrapped"
## 
## [[3364]]
## [1] "WeeJimmii: Buzzing to see my #SpotifyWrapped 2022"
## 
## [[3365]]
## [1] "Smackwater790: MASSA AIN'T THAT BAD\n#Black #Man #Woman #Women #Child #BlackMan #BlackWoman #BlackLove #BlackGirlMagic… https://t.co/1FkxsK65Ek"
## 
## [[3366]]
## [1] "CherryAnimates: I'm fairly certain my top song is going to be Freaks by Surf Curse again- or a Ride The Cyclone song #SpotifyWrapped"
## 
## [[3367]]
## [1] "francisthccarts: FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/cuYbEfMbBr"
## 
## [[3368]]
## [1] "JohnViking17: My top artist will be Tub Ring. Furthermore, I'll be at the top, or I'll have failed myself. #SpotifyWrapped"
## 
## [[3369]]
## [1] "GraceOghenevwde: I will create honeybook dubsado automation workflow with scheduling invoicing\nhttps://t.co/kmruijZ1uK\n#Worlds2022… https://t.co/FScm5jJJsI"
## 
## [[3370]]
## [1] "xXeriTum: I predict my most played song will be iPad - @TheChainsmokers 🧃 #SpotifyWrapped"
## 
## [[3371]]
## [1] "cakeofsodomy: I predict my most played song will be [some #Opeth stuff] #SpotifyWrapped"
## 
## [[3372]]
## [1] "GiveAwa67117250: Top Gun: Maverick | My Favorite Movie is my favorite one. If you guys interested to watch Full Movie for FREE then… https://t.co/bdwDIZNAVc"
## 
## [[3373]]
## [1] "LovingRoscoe_: I predict my top artist will be Bad Bunny #SpotifyWrapped"
## 
## [[3374]]
## [1] "pride12thedevil: I predict my most played song will be Change J cole or Pink Matter Frank Ocean #SpotifyWrapped"
## 
## [[3375]]
## [1] "gothzeIda: so why is it trendinf if it hasn't dropped yet. your mother doesn't love you #SpotifyWrapped"
## 
## [[3376]]
## [1] "Braidsupzaa: #TheRiver1Magic  NOVEMBER SPECIAL  ✨️ ends 4/12\nWAIST LENGTH \nBOX BRAIDS R250\nKNOTLESS BRAIDS R300\nHAIRPIECE EXCLUD… https://t.co/INrtAsvhWc"
## 
## [[3377]]
## [1] "OfficialEdenMae: me waiting for my spotify wrapped like i don’t already know my top artist is going to be taylor swift… https://t.co/gf8fEJQYW1"
## 
## [[3378]]
## [1] "Bamlover03: I predict my top artist will be @LittleMix #SpotifyWrapped"
## 
## [[3379]]
## [1] "hooplajessica: #SpotifyWrapped  GIVE IT TO ME !"
## 
## [[3380]]
## [1] "callmelexis: i can cheat and get a good guesstimate of my #SpotifyWrapped because i use @lastfm #lastfm"
## 
## [[3381]]
## [1] "Wo1fishh: Where do i find my #SpotifyWrapped https://t.co/iSOGqp85YU"
## 
## [[3382]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK"
## 
## [[3383]]
## [1] "fxirydust__: I predict my most played song will be limbo by jun 💯 #SpotifyWrapped"
## 
## [[3384]]
## [1] "loveschrry: I predict my top podcast will be anything goes #SpotifyWrapped"
## 
## [[3385]]
## [1] "pinko_art: I predict my top artist will be Will Wood or Lovejoy #SpotifyWrapped"
## 
## [[3386]]
## [1] "wollowolles: HE ISNT THERE BUT WHY THE #SpotifyWrapped"
## 
## [[3387]]
## [1] "DJGEE: I predict my top genre will be [HipHop] #SpotifyWrapped"
## 
## [[3388]]
## [1] "Ciotti001: #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nHere is the usual example of… https://t.co/cpnEtzU174"
## 
## [[3389]]
## [1] "trentonhaney7: I predict my most played song will be swimming pool by the front bottoms #SpotifyWrapped"
## 
## [[3390]]
## [1] "SirriaNMB: we have a HUGE end of the year sale going on you do not want to miss this!! Message me for any questions you may ha… https://t.co/pzq7DaA5qF"
## 
## [[3391]]
## [1] "koesine: Manifesting top 0.1% of mitski listeners for #SpotifyWrapped 🙏🙏🙏"
## 
## [[3392]]
## [1] "loveschrry: me temo q va a salir taytay \nI predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[3393]]
## [1] "DJGEE: I predict my most played song will be [Sociopathic Apogee] #SpotifyWrapped"
## 
## [[3394]]
## [1] "b3ttysg4rd3n: I predict my top podcast will be [The Evolution Of A Snake] #SpotifyWrapped @tswiftpodcast"
## 
## [[3395]]
## [1] "Ciotti001: #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nWell COP27 ended just recentl… https://t.co/Mum3UcCMbG"
## 
## [[3396]]
## [1] "danvernite: I predict my top artist will be Corpse for the second year in a row. I can FEEL it. #SpotifyWrapped"
## 
## [[3397]]
## [1] "trashbandic00t: Me prepping for #SpotifyWrapped like it’s a marathon instead of the same 20 songs I’ve had on repeat all year"
## 
## [[3398]]
## [1] "JanicaBrooke: I predict my top artist will be Taylor Swift 😌 #SpotifyWrapped"
## 
## [[3399]]
## [1] "deanny_merry: I predict my top artist will be @kylieminogue #SpotifyWrapped"
## 
## [[3400]]
## [1] "alexlpz97: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped boy harsher"
## 
## [[3401]]
## [1] "b3ttysg4rd3n: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[3402]]
## [1] "deanny_merry: I predict my most played song will be @kylieminogue celebrate you #SpotifyWrapped"
## 
## [[3403]]
## [1] "junior_maCHaALA: In God we Trust ✝️💯💯#Twittershutdown #viralvideo #SpotifyWrapped #Trending @davido @junior_maCHaALA @wizkidayo… https://t.co/0LZQv3PpPc"
## 
## [[3404]]
## [1] "ohtheresarry: I predict my top artist will be taylor #SpotifyWrapped"
## 
## [[3405]]
## [1] "raedmiranda: I predict my top artist will be @Imaginedragons  #SpotifyWrapped"
## 
## [[3406]]
## [1] "MAXBIANS: I predict my top podcast will be nothing. I don't listen to podcasts lol #SpotifyWrapped"
## 
## [[3407]]
## [1] "JhonashaS: Y’all do know you can just go to the website and see it right? Just look up Spotify stats and it’ll pop up #SpotifyWrapped"
## 
## [[3408]]
## [1] "JanicaBrooke: I predict my most played song will be Betty by Taylor Swift 😌 #SpotifyWrapped"
## 
## [[3409]]
## [1] "ohtheresarry: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3410]]
## [1] "ohtheresarry: I predict my most played song will be literally anything by taylor swift or As it Was #SpotifyWrapped"
## 
## [[3411]]
## [1] "whotfiskndajaay: I PREDICT MY MOST LISTENED TO ARTIST WOULD BE DRAKE, FAYGO OR FOUSHEE #SpotifyWrapped"
## 
## [[3412]]
## [1] "triviatori: I predict my most played song will be the Spaceship Earth soundtrack #SpotifyWrapped"
## 
## [[3413]]
## [1] "KeefHerbin: I predict my top podcast will be Lunch Breakz because I use Google podcasts to listen to all my other subscriptions #SpotifyWrapped"
## 
## [[3414]]
## [1] "thepinks816: I predict my top genre will be Pop or kpop #SpotifyWrapped"
## 
## [[3415]]
## [1] "TheRealFatWalt: @chartdata For my #spotifywrapped, \n\nTop artists are kanye, kendrick, then childish gambino\n\nTop song, i have no cl… https://t.co/kfy6979FlY"
## 
## [[3416]]
## [1] "JoeDrakeNYC: I predict my top podcast will be [The Bald and the Beautiful] #SpotifyWrapped @trixiemattel @katya_zamo"
## 
## [[3417]]
## [1] "burstchaoz: I predict my top podcast will be idk I don't watching podcasts #SpotifyWrapped"
## 
## [[3418]]
## [1] "shadowstochase: I predict my most played song will be Surfin U.S.A. #SpotifyWrapped"
## 
## [[3419]]
## [1] "thepinks816: I predict my top artist will be Blackpink #SpotifyWrapped"
## 
## [[3420]]
## [1] "KeefHerbin: I predict my top artist will be Aesop Rock for like the 20th year running #SpotifyWrapped"
## 
## [[3421]]
## [1] "burstchaoz: I predict my top artist will be LIL NAS X #SpotifyWrapped"
## 
## [[3422]]
## [1] "thepinks816: I predict my most played song will be #BLACKPINK Pink venom #SpotifyWrapped"
## 
## [[3423]]
## [1] "isaacmcortess: I predict my top artist will be @sanbenito #SpotifyWrapped"
## 
## [[3424]]
## [1] "littlehobito: well 🧍🏽 #SpotifyWrapped"
## 
## [[3425]]
## [1] "JoeDrakeNYC: I predict my top artist will be Beyoncé. #SpotifyWrapped"
## 
## [[3426]]
## [1] "Alessandro2170: I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)\n#SpotifyWrapped"
## 
## [[3427]]
## [1] "burstchaoz: I predict my top genre will be ROCK #SpotifyWrapped"
## 
## [[3428]]
## [1] "Jaebi_oce: I predict my most played song will be [Higher - Creed] #SpotifyWrapped"
## 
## [[3429]]
## [1] "pjmjewel: in a couple of days 🥴 #SpotifyWrapped"
## 
## [[3430]]
## [1] "judithred7: I predict my top artist will be Camila Cabello #SpotifyWrapped"
## 
## [[3431]]
## [1] "kennetthss: Me being jealous of the 2022 Spotify Wrapped 🥲 Cries on Apple Music #SpotifyWrapped  🥲😂😂 https://t.co/pWWhfgozE2"
## 
## [[3432]]
## [1] "KeefHerbin: I predict my most played song will be \"Show me the place where he inserted the blade\" by Black Country, New Road #SpotifyWrapped"
## 
## [[3433]]
## [1] "burstchaoz: I predict my most played song will be INDUSTRY BABY #SpotifyWrapped"
## 
## [[3434]]
## [1] "amyis_confused: crying bc I know my  #SpotifyWrapped #1 genre is about to be dreamsmp💔💀"
## 
## [[3435]]
## [1] "jeremydiesel191: #SpotifyWrapped\nI predict my top genre is gonna be country."
## 
## [[3436]]
## [1] "lovehermadly: 99% sure my number 1 song on my #SpotifyWrapped will either be the 1 or ATWTMVTVFTV by @taylorswift13. I’ll be surp… https://t.co/dnFYE91ndq"
## 
## [[3437]]
## [1] "Fabicisf: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[3438]]
## [1] "East_Boogie2c: 🧢 : Ayfletch Handpainted &amp; Embroidered Apparel.\n\n#RedVelvet \n#SpotifyWrapped \n#UFC281 https://t.co/jL8iipzn37"
## 
## [[3439]]
## [1] "JoeDrakeNYC: I predict my top genre will be pop, duh. [] #SpotifyWrapped"
## 
## [[3440]]
## [1] "karmaisacat13TS: i act like i’m gonna be surprised when i see my spotify wrapped but we all know it’s just gonna be this woman… https://t.co/IbbsNwwKaM"
## 
## [[3441]]
## [1] "BlackprintWidow: Can’t be topped 💅✨🖤\n#LanaDelRey #MelanieMartinez #PierceTheVeil #Scruffpuppie #Tamino #Junglepussy #Bbymutha #Ängie… https://t.co/YuxcfkzNy1"
## 
## [[3442]]
## [1] "AdamsUnoriginal: the only thing i regret about moving to Amazon Music is there’s nothing akin to #SpotifyWrapped\n\nyou have our data… https://t.co/cZV083gFl9"
## 
## [[3443]]
## [1] "ahmedwael127: I predict my top artist will be [Taylor swift ] #SpotifyWrapped"
## 
## [[3444]]
## [1] "KidrauhlsFaith: I predict my most played song will be Stay by my lord and savior Justin Bieber. If it isn’t, my whole life is a lie #SpotifyWrapped"
## 
## [[3445]]
## [1] "Fabicisf: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3446]]
## [1] "dupras_paige: I predict my top podcast will be [wicked unscripted] #SpotifyWrapped"
## 
## [[3447]]
## [1] "jpeg2thehead: we love #SpotifyWrapped"
## 
## [[3448]]
## [1] "judithred7: I predict my most played song will be Bam Bam by Camila Cabello #SpotifyWrapped"
## 
## [[3449]]
## [1] "yellowcat_13: I predict my top podcast will be Anything Goes With Emma Chamberlain #SpotifyWrapped"
## 
## [[3450]]
## [1] "JoeDrakeNYC: I predict my most played song will be Break My Soul. #SpotifyWrapped"
## 
## [[3451]]
## [1] "ahmedwael127: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3452]]
## [1] "KeefHerbin: I predict my top genre will be RAP #SpotifyWrapped"
## 
## [[3453]]
## [1] "anjelcph: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Morbid"
## 
## [[3454]]
## [1] "blanchettbabe1: I predict my top artist will be my queen lana del rey💞💞💞💞 #SpotifyWrapped"
## 
## [[3455]]
## [1] "DapieMoe: \"Sonreír\"\nStage 38.49\nCharcoal pencil on paper.\nSize: 2 by 3 fts (60.96 cm by 91.44 cm)\n\nPlease just a retweet mean… https://t.co/zmfJxcqW0P"
## 
## [[3456]]
## [1] "tamagotchibabe: I predict my top podcast will @_HometownGlory #SpotifyWrapped"
## 
## [[3457]]
## [1] "RACZestforLife: My latest article defends David Walliams, someone more admirable than you think. #onlyconnect #universitychallenge… https://t.co/z27U6YAvNh"
## 
## [[3458]]
## [1] "yellowcat_13: I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/H2YQFQMz0Q"
## 
## [[3459]]
## [1] "lemonxpri: I predict my most played song will be \nTongue 12\" Mix - Rêve and Lemon #SpotifyWrapped"
## 
## [[3460]]
## [1] "Alessandro2170: I predict my top artist will be Taylor Swift\n#SpotifyWrapped"
## 
## [[3461]]
## [1] "tamagotchibabe: I predict my most played song will be Dear True Love by @sleepingatlast #SpotifyWrapped"
## 
## [[3462]]
## [1] "ilze_jez03: I predict my top artist will be @backstreetboys #SpotifyWrapped"
## 
## [[3463]]
## [1] "LobzyF1: I predict my most played song will be Machine Gun Kelly - maybe (feat. Bring Me The Horizon) this year. #SpotifyWrapped"
## 
## [[3464]]
## [1] "Luiisvi1321: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Selena Gómez"
## 
## [[3465]]
## [1] "accidentallybri: A #vegan tswift cake!! @taylorswift13 @taylornation13 #orlando #SpotifyWrapped https://t.co/SSv99m8tpQ"
## 
## [[3466]]
## [1] "yellowcat_13: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3467]]
## [1] "blanchettbabe1: I predict my top genre will be pop bc i always get it💀#SpotifyWrapped"
## 
## [[3468]]
## [1] "AmberNH12: I predict my top podcast will be [I don’t know ] #SpotifyWrapped"
## 
## [[3469]]
## [1] "ahmedwael127: I predict my most played song will be [Easy on me- Adele ] #SpotifyWrapped"
## 
## [[3470]]
## [1] "Luiisvi1321: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop obviamente"
## 
## [[3471]]
## [1] "SarahMarble6: I predict my most played song will be something from @Harry_Styles or @thedriverera #SpotifyWrapped"
## 
## [[3472]]
## [1] "NokchaFFXIV: I predict my top artist will be [Dreamcatcher] #SpotifyWrapped"
## 
## [[3473]]
## [1] "DCgehrke: I predict my most played song will be Maria (I like it loud) by Scooter #SpotifyWrapped"
## 
## [[3474]]
## [1] "Luiisvi1321: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped alguna de Selena o taylor"
## 
## [[3475]]
## [1] "elegantpizzaa: if it doesn't sit in my #SpotifyWrapped top 5 I'm seriously afraid https://t.co/CMRYd9F9tn"
## 
## [[3476]]
## [1] "yellowcat_13: I predict my most played song will be All Too Well (Ten Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped"
## 
## [[3477]]
## [1] "ellisesballon: @Spotify I CANT WAIT ANY LONGER RELEASE SPOTIFY WRAPPED 😩😩😩 #SpotifyWrapped"
## 
## [[3478]]
## [1] "etbowser: All my album reviews and album rankings have tainted my #SpotifyWrapped results. I wouldn't pay to see some of thes… https://t.co/RZFeg620cV"
## 
## [[3479]]
## [1] "blanchettbabe1: I predict my most played song will be west coast by lana or heat lightning by mitski #SpotifyWrapped &lt;3"
## 
## [[3480]]
## [1] "weishentiny: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3481]]
## [1] "LauraZambrano02: I predict my most played song will be Ojitos Lindos - Bad Bunny #SpotifyWrapped"
## 
## [[3482]]
## [1] "mirrorballarryy: I predict my top artist will be the music industry herself Dr. Taylor Swift #SpotifyWrapped"
## 
## [[3483]]
## [1] "thuxgirl: I predict my top artist will be Tinashe #SpotifyWrapped https://t.co/oNKnxPgtij"
## 
## [[3484]]
## [1] "AmberNH12: I predict my top artist will be [Big Time Rush ] #SpotifyWrapped"
## 
## [[3485]]
## [1] "brktrend: 【Trends Tag】 #CyberMonday #FIFAWorldCupQatar2022 #GivingTuesday #PORURU #SpotifyWrapped"
## 
## [[3486]]
## [1] "paurestrepos: I predict my most played song will be any Taylor swift song #SpotifyWrapped"
## 
## [[3487]]
## [1] "thelylashow: I predict my top podcast will be that one true crime podcast i was obsessed with for 3 months #SpotifyWrapped"
## 
## [[3488]]
## [1] "cosdivatrend: I predict my top podcast will be [Archetypes  ] #SpotifyWrapped #ArchetypesWithMeghan"
## 
## [[3489]]
## [1] "ellizibeth: I predict my top artist will be SEGA SOUND TEAM #SpotifyWrapped"
## 
## [[3490]]
## [1] "McevoyOlga: I predict my most played song will be [Riverdale candy store ] #SpotifyWrapped"
## 
## [[3491]]
## [1] "AmberNH12: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3492]]
## [1] "thelylashow: I predict my top artist will be taylor swift!!!!! #SpotifyWrapped"
## 
## [[3493]]
## [1] "nicogandaglia: I predict my top podcast will be Daebak Show #SpotifyWrapped"
## 
## [[3494]]
## [1] "Mystic_5247: I predict my top artist will be Drake or Comethazine  #SpotifyWrapped"
## 
## [[3495]]
## [1] "ellizibeth: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[3496]]
## [1] "leois_upset: I predict my most played song will be demolitions lovers i had to play it way too many times cause i’m learning it on guitar #SpotifyWrapped"
## 
## [[3497]]
## [1] "thelylashow: I predict my top genre will be pop, im a pop girl until i die  #SpotifyWrapped"
## 
## [[3498]]
## [1] "BrajBliss: Just fyi...\n\nApple Music Replay.\n\nAnd @pocketcasts ' yearly stats are out!\n\nDon't wait for this #SpotifyWrapped gimmick"
## 
## [[3499]]
## [1] "mmelestrange_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3500]]
## [1] "who_sushi: I predict my most played song will be “Be a light” or “F-150.” #SpotifyWrapped"
## 
## [[3501]]
## [1] "Kagaridreams: I predict my top artist will be peach pit or twenty one pilots #SpotifyWrapped"
## 
## [[3502]]
## [1] "AmberNH12: I predict my most played song will be [Late Night Talking] #SpotifyWrapped by @Harry_Styles"
## 
## [[3503]]
## [1] "thelylashow: I predict my most played song will be js lullaby #SpotifyWrapped"
## 
## [[3504]]
## [1] "nicogandaglia: I predict my top artist will be Madison Beer #SpotifyWrapped"
## 
## [[3505]]
## [1] "hunger84: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3506]]
## [1] "nicogandaglia: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[3507]]
## [1] "wilburloona: #SpotifyWrapped remove dreamsmp genre you freakos"
## 
## [[3508]]
## [1] "AstroSteIIar: I predict my most played song will be Memoirs of a Gorilla #SpotifyWrapped"
## 
## [[3509]]
## [1] "Caktus28: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI'm not gonna fill it cause fr idk"
## 
## [[3510]]
## [1] "KehlaniRicoStan: Before seeing my #SpotifyWrapped i can guarantee @Kehlani will be my top number one artist! 🖤🥰"
## 
## [[3511]]
## [1] "KayleenaDawn: I predict my top artist will be @Griz #SpotifyWrapped"
## 
## [[3512]]
## [1] "StephenB1906: I predict my most played song will be Heated or Pure/Honey by Beyoncé  #SpotifyWrapped"
## 
## [[3513]]
## [1] "uiralaflame: I predict my top artist will be Taylor Swift, la goat assoluta #SpotifyWrapped"
## 
## [[3514]]
## [1] "iam_maranga: I predict my most played track will be “Heat” by Eminem (I just fell asleep once with the track continuously on the… https://t.co/UC7LXhraX7"
## 
## [[3515]]
## [1] "AstolfoTwt: I predict my top artist will be [Kanye West] #SpotifyWrapped"
## 
## [[3516]]
## [1] "Noahlopez2020: I predict my top artist will be @rolemodel #SpotifyWrapped"
## 
## [[3517]]
## [1] "_malibuhoney: I predict my top artist will be The Killers (most likely) #SpotifyWrapped"
## 
## [[3518]]
## [1] "Pssssst_hi: I predict my most played song will be [Hard to love by Blackpink]\n#BLACKPINK #SpotifyWrapped"
## 
## [[3519]]
## [1] "Noahlopez2020: I predict my most played song will be Evergreen by @omarapollo #SpotifyWrapped"
## 
## [[3520]]
## [1] "LARULRICH: I predict my most played song will be Fuel #SpotifyWrapped"
## 
## [[3521]]
## [1] "LARULRICH: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[3522]]
## [1] "LARULRICH: I predict my top artist will be Metallica #SpotifyWrapped"
## 
## [[3523]]
## [1] "agustdkookietae: i already know BTS is gonna be my top artist on #SpotifyWrapped"
## 
## [[3524]]
## [1] "Enderscythe2: I predict my most played song will be [sky by @LilyPichu] #SpotifyWrapped"
## 
## [[3525]]
## [1] "BringaDj: I predict my most played song will be Empire of The Sun - Ice On The Dune #SpotifyWrapped"
## 
## [[3526]]
## [1] "nicogandaglia: I predict my most played song will be A Cruel Angel's Thesis #SpotifyWrapped"
## 
## [[3527]]
## [1] "DqwnBlue: I predict my most played song will be #SpotifyWrapped https://t.co/p1SMT9cDv5"
## 
## [[3528]]
## [1] "cheffiee: I predict my top artist will be @hf_dreamcatcher. No matter what new group I discover, I will always come back to my faves. #SpotifyWrapped"
## 
## [[3529]]
## [1] "WaifuMelanin: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Law in action"
## 
## [[3530]]
## [1] "stargirlevelyn: I predict my top artist will be the weeknd no doubt. 😌 @theweeknd #SpotifyWrapped"
## 
## [[3531]]
## [1] "aza_hm: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3532]]
## [1] "iam_maranga: I predict my top artist will be Elton John (hopefully) #SpotifyWrapped"
## 
## [[3533]]
## [1] "WaifuMelanin: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Doja cat"
## 
## [[3534]]
## [1] "Enderscythe2: I predict my top artist will be [@danielrustage or @ado1024imokenp]  #SpotifyWrapped"
## 
## [[3535]]
## [1] "JordanFroese: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3536]]
## [1] "emmasowards: I predict my top podcast will be Violating Community Guidelines   #SpotifyWrapped"
## 
## [[3537]]
## [1] "kaihihanto: waiting impatiently for #SpotifyWrapped https://t.co/tv6pGIsspo"
## 
## [[3538]]
## [1] "aza_hm: I predict my most played song will be David by @noso_music #SpotifyWrapped"
## 
## [[3539]]
## [1] "Jennifercarlo95: 99bookmarking https://t.co/rd4HAxQvGX \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/1aEYBA9D5C"
## 
## [[3540]]
## [1] "vmiss33: Nothing could surprise me more than the year I was in like .01% of top Grimes listeners, which I listened to while… https://t.co/ImvzFIHzEY"
## 
## [[3541]]
## [1] "coolat23: I predict my most played song will be [Rockstar made- Playboi Carti] #SpotifyWrapped"
## 
## [[3542]]
## [1] "openingendinggg: Cross Guild \n#onepiece #ワンピース #crossguild #クロス・ギルド #shichibukai #crocodile #mihawk #buggy #eichirooda #camser… https://t.co/vKfj3Vzddv"
## 
## [[3543]]
## [1] "cheffiee: I predict my top genre will be either alt idol or idol rock. Flip a coin between the two. #SpotifyWrapped"
## 
## [[3544]]
## [1] "tarothalicue: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Insane by Summer Walker. https://t.co/1NjTHpsK1g"
## 
## [[3545]]
## [1] "WaifuMelanin: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop music"
## 
## [[3546]]
## [1] "JordanFroese: I predict my most played song will be All Too Well (10 minute version) by Taylor Swift #SpotifyWrapped"
## 
## [[3547]]
## [1] "SnailShea: Only #SpotifyWrapped will cure my depression. Please hurry Spotify, I'm not sure how much longer I can hold on."
## 
## [[3548]]
## [1] "hatsunama: Seriously someone tell me what #SpotifyWrapped is!\n\nI've never used Spotify on my phone and I've never heard of thi… https://t.co/hCGNMHYoq1"
## 
## [[3549]]
## [1] "emmasowards: I predict my top genre will be pop 🤠 #SpotifyWrapped"
## 
## [[3550]]
## [1] "badnsbor: I predict my most played song will be FUCK ABOUT IT BY WATERPARKS #SpotifyWrapped"
## 
## [[3551]]
## [1] "WaifuMelanin: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Oh no! Marina and the diamonds"
## 
## [[3552]]
## [1] "RadioQuinn: I predict my top genre will be Hyperpop! And no, I'm not sorry #SpotifyWrapped"
## 
## [[3553]]
## [1] "kalopsided: I predict my top artist will be Necrophagia #SpotifyWrapped im losing ny mind"
## 
## [[3554]]
## [1] "lucytewk: I predict my top podcast will be [ladies and tangents] #SpotifyWrapped"
## 
## [[3555]]
## [1] "Enderscythe2: I predict my top genre will be [anime] #SpotifyWrapped"
## 
## [[3556]]
## [1] "cheffiee: I predict my most played song will be \"am I\" by @YanakotoSM. Really tough to guess for sure but I dunno what could… https://t.co/CM1ZwwUuEj"
## 
## [[3557]]
## [1] "emmasowards: I predict my most played song will be Maroon by Taylor Swift #SpotifyWrapped"
## 
## [[3558]]
## [1] "lucytewk: I predict my top artist will be [glee club] #SpotifyWrapped"
## 
## [[3559]]
## [1] "Enderscythe2: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n@danielrustage 's onepeice dnd"
## 
## [[3560]]
## [1] "lucytewk: I predict my top genre will be [garage rock] #SpotifyWrapped"
## 
## [[3561]]
## [1] "spriternals: I predict my most played song will be Hard to be a Bard. If it’s not, I’ll literally be so confused 😭😭 #SpotifyWrapped"
## 
## [[3562]]
## [1] "roorah_riley: I predict my top podcast will be [@ParcastNetwork unsolved murder cases] #SpotifyWrapped"
## 
## [[3563]]
## [1] "lucytewk: I predict my most played song will be [paradise by the dashboard light by glee] #SpotifyWrapped"
## 
## [[3564]]
## [1] "emmasowards: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[3565]]
## [1] "ThatVideoJacob: NEW VIDEO!\nForget your #SpotifyWrapped! Look at Jakestation and I react to The Game Awards 2021 on @YouTube!… https://t.co/EayUJpjw3s"
## 
## [[3566]]
## [1] "roorah_riley: I predict my top artist will be @MCRofficial #SpotifyWrapped"
## 
## [[3567]]
## [1] "LOSTlNLUV: #SpotifyWrapped I think my most played is gonna be step back by GOT OR ..... the glee rendition of im a Slave 4 U"
## 
## [[3568]]
## [1] "Popkid71: Me dodging the avalanche of underwear heading my way when I release my #SpotifyWrapped and everyone realises what a… https://t.co/BX5ZcUbPdk"
## 
## [[3569]]
## [1] "Estuko_1: I predict my top genre will be - Pop\n\n#SpotifyWrapped"
## 
## [[3570]]
## [1] "egirItriIogy: I predict my most played song will be the archer #SpotifyWrapped"
## 
## [[3571]]
## [1] "Tegan2130: I predict my top genre will be  80’s #SpotifyWrapped"
## 
## [[3572]]
## [1] "Pip_est89: One things for sure my top listened to Pod will be @NewestOlympian #SpotifyWrapped"
## 
## [[3573]]
## [1] "roorah_riley: I predict my top genre will be [emo?? or like pop maybe] #SpotifyWrapped"
## 
## [[3574]]
## [1] "Krispy_Kay08: I predict my top podcast will be Morbid #SpotifyWrapped"
## 
## [[3575]]
## [1] "aurochedici: I predict my top artist will be Liberato for the spoiler spotify did to me weeks ago #SpotifyWrapped"
## 
## [[3576]]
## [1] "Krispy_Kay08: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3577]]
## [1] "Mongaair: top artist is either car seat jeadrest or radiohead, if it's cavetoen it's a fucking bug #SpotifyWrapped"
## 
## [[3578]]
## [1] "Mariasv1912: I predict my most played song will be Maniac by Stray Kids @Stray_Kids #SpotifyWrapped"
## 
## [[3579]]
## [1] "Khendry15: I predict my top artist will be Marco Telles #SpotifyWrapped"
## 
## [[3580]]
## [1] "Krispy_Kay08: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3581]]
## [1] "himbology: I predict my top artist will be [bts] #SpotifyWrapped"
## 
## [[3582]]
## [1] "Tegan2130: I predict my most played song will be 7 years #SpotifyWrapped"
## 
## [[3583]]
## [1] "FilmNerdReviews: I predict my most played song will be Baby Blue by Junior #SpotifyWrapped"
## 
## [[3584]]
## [1] "longlivewallss: I predict my top artist will be louis or taylor #SpotifyWrapped"
## 
## [[3585]]
## [1] "cryessence: I predict my most played song will be [over this by slayyyter] #SpotifyWrapped!!!!"
## 
## [[3586]]
## [1] "Khendry15: I predict my most played song will be Tu, Porém - Marco Telles #SpotifyWrapped"
## 
## [[3587]]
## [1] "Mariasv1912: I predict my top artist will be Stray Kids @Stray_Kids #SpotifyWrapped"
## 
## [[3588]]
## [1] "Krispy_Kay08: I predict my most played song will be All Too Well #SpotifyWrapped"
## 
## [[3589]]
## [1] "ftccodttv: I predict my top artist will be brakence #SpotifyWrapped"
## 
## [[3590]]
## [1] "h_eatrr: hard lineup #instafest #SpotifyWrapped https://t.co/VwKbAjlLTi"
## 
## [[3591]]
## [1] "AngelicTears3: I predict my top artist will be [@gracieabrams ] #SpotifyWrapped"
## 
## [[3592]]
## [1] "DayWithAle: I predict my top artist will be [bad bunny] #SpotifyWrapped\nI know for a fact that man has had a chokehold on my 2022"
## 
## [[3593]]
## [1] "ccdesorcy: I predict my most played song will be NEEDED ME @rihanna or FLY KICKS @WaxMotif remix #SpotifyWrapped"
## 
## [[3594]]
## [1] "user101299: I predict my top artist will be NICKI #SpotifyWrapped"
## 
## [[3595]]
## [1] "longlivewallss: I predict my most played song will be bigger than me or written all over your face #SpotifyWrapped"
## 
## [[3596]]
## [1] "astroneb_: I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped https://t.co/lkzkC9lNBW"
## 
## [[3597]]
## [1] "Glascoian: I predict my most played song will be only one who knows by Arctic Monkeys #SpotifyWrapped"
## 
## [[3598]]
## [1] "ftccodttv: I predict my most played song will be [Venus Fly Trap - Brakence] #SpotifyWrapped"
## 
## [[3599]]
## [1] "themalbecbaddy: i predict my top podcast will be @stevebartlettsc - duh! \n\n(even though he cancelled my diary order!)\n\n#spotifywrapped"
## 
## [[3600]]
## [1] "Christina_Lad: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3601]]
## [1] "catnoirswhisker: I predict my top genre will be Indie definitely indie #SpotifyWrapped"
## 
## [[3602]]
## [1] "chanye_oh_l: I predict my top artist will be the exos! #SpotifyWrapped https://t.co/Go0zZgh7UT"
## 
## [[3603]]
## [1] "ImKoyle: I predict my top artist will be Bad Omens or Dayseeker, it's going to be very close. #SpotifyWrapped"
## 
## [[3604]]
## [1] "roorah_riley: I predict my most played song will be shes the prettiest girl at the party and she can prove it with a solid right… https://t.co/VTBeFufWx6"
## 
## [[3605]]
## [1] "Glascoian: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[3606]]
## [1] "The_angrei_gay: GUYS I JUST CHECKED MY SPOTIFY RECEPIT AND GLEE CAST IS IN THE TOP 5 I NEED TO DO SOMETHING NEOW  #SpotifyWrapped"
## 
## [[3607]]
## [1] "cherrybabysav: I predict my most played song will be no one dies from love #SpotifyWrapped"
## 
## [[3608]]
## [1] "ImKoyle: I predict my top genre will be Metalcore, by a landslide. #SpotifyWrapped"
## 
## [[3609]]
## [1] "BrewMatt: I predict my most played song will be Then it All Goes Away #SpotifyWrapped"
## 
## [[3610]]
## [1] "VeMont_: I predict my most played song will be:\nAbout you\nBoyfriends\nAntihero\nQuestion\n #SpotifyWrapped"
## 
## [[3611]]
## [1] "aajones007: I predict my top podcast will be @philytaggart #chilldabeats  #SpotifyWrapped"
## 
## [[3612]]
## [1] "joshualance: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3613]]
## [1] "WinterWolf107th: I predict my top artist will be Djo #SpotifyWrapped"
## 
## [[3614]]
## [1] "nasxmyaa: I predict my top artist will be Lil Nas X or Beyoncé #SpotifyWrapped https://t.co/SQiwqDFFLX"
## 
## [[3615]]
## [1] "ImKoyle: I predict my most played song will be Neon Grave @dayseeker #SpotifyWrapped"
## 
## [[3616]]
## [1] "joshualance: I predict my top genre will be gayyyyyyyyest pop #SpotifyWrapped"
## 
## [[3617]]
## [1] "chanye_oh_l: I predict my top genre will be kpop boy group :llllll #SpotifyWrapped"
## 
## [[3618]]
## [1] "theooodns: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[3619]]
## [1] "theooodns: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[3620]]
## [1] "joshualance: I predict my most played song will be august #SpotifyWrapped"
## 
## [[3621]]
## [1] "marco_martins14: I predict my top artist will be @Imaginedragons, for sure!\n#SpotifyWrapped"
## 
## [[3622]]
## [1] "theooodns: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3623]]
## [1] "aajones007: I predict my top artist will be Gang of youths #SpotifyWrapped"
## 
## [[3624]]
## [1] "lola___xx: I predict my top artist will be the 1975 #SpotifyWrapped"
## 
## [[3625]]
## [1] "Showtimestein: My #SpotifyWrapped is going to be so different this year. Usually Foo Fighters top my list, but I could hardly list… https://t.co/icN8EGtCDP"
## 
## [[3626]]
## [1] "chanye_oh_l: I predict my most played song will be either hurdle or obsession... i think it's VERY much neck to neck #SpotifyWrapped"
## 
## [[3627]]
## [1] "AlshababRadio: and at other times, she and her three children were targeted.\n #SpotifyWrapped #BRASUI Casemiro https://t.co/PKMiz2gt6t"
## 
## [[3628]]
## [1] "AlshababRadio: with whom she kept moving from place to place in the midst of the Lebanese war, and between the massacres targeting… https://t.co/PbVj4jb74j"
## 
## [[3629]]
## [1] "themalbecbaddy: i predict my top artist will be my bby @jorjasmith #spotifywrapped"
## 
## [[3630]]
## [1] "AlshababRadio: Dr. Jane raised three children who do not know another mother, one of whom is physically and mentally handicapped,… https://t.co/TsD2aRCTCk"
## 
## [[3631]]
## [1] "dametokillfor: My #SpotifyWrapped is just going to say the same thing it does every year. I'm gay and mentally ill."
## 
## [[3632]]
## [1] "AlshababRadio: after a long life spent in the service of humanitarian work supporting and advocating for our Pales*tinian cause an… https://t.co/jV8QJL9hhw"
## 
## [[3633]]
## [1] "Rita_Rogni: I predict my top artist will be [tananai] #SpotifyWrapped"
## 
## [[3634]]
## [1] "aajones007: I predict my top genre will be chill or rock/pop #SpotifyWrapped"
## 
## [[3635]]
## [1] "AlshababRadio: Dr. Jane Calder.. Long lines in the lives of three Pales*tinian children\n\n Today, Monday, the Australian doctor Jan… https://t.co/JrLqIYo1jo"
## 
## [[3636]]
## [1] "MCMStudio_: I predict my top artist will be $Suicideboy$ #SpotifyWrapped"
## 
## [[3637]]
## [1] "Rita_Rogni: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3638]]
## [1] "catnoirswhisker: I predict my top artist will be Alex g ngl #SpotifyWrapped"
## 
## [[3639]]
## [1] "Infomundoed: Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/vxwmRU7MeE"
## 
## [[3640]]
## [1] "lola___xx: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[3641]]
## [1] "CawmeKrazeeSFW: I predict my most played song will be Wanting getting wanting by @DEMONDICEKaren  #SpotifyWrapped"
## 
## [[3642]]
## [1] "Rita_Rogni: I predict my most played song will be [sogni appesi -ultimo] #SpotifyWrapped"
## 
## [[3643]]
## [1] "Mariasv1912: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[3644]]
## [1] "vmastrangelooo: I predict my top podcast will be @RaidersLostPod #SpotifyWrapped"
## 
## [[3645]]
## [1] "dug_masters: Check this list of great tracks of purzyth rekords whit the best of the label #music #echoenmexico #worldartist… https://t.co/5eFDnkecCm"
## 
## [[3646]]
## [1] "karen05025005: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped.   Way Down Yonder"
## 
## [[3647]]
## [1] "lola___xx: I predict my most played song will be sex by the 1975 #SpotifyWrapped"
## 
## [[3648]]
## [1] "1jokudah: I predict my top artist will be @BIGBABYGUCCI #SpotifyWrapped"
## 
## [[3649]]
## [1] "enoch_ayodeji: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[3650]]
## [1] "aajones007: I predict my most played song will be Gang of youths - Angel of 8th Avenue #SpotifyWrapped"
## 
## [[3651]]
## [1] "QueenS21: I predict my top podcast will be Archetypes #SpotifyWrapped"
## 
## [[3652]]
## [1] "enoch_ayodeji: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3653]]
## [1] "MonyChina07: I already know @sanbenito is gonna be all over my #SpotifyWrapped 2022 lolol 💜🫶🏽"
## 
## [[3654]]
## [1] "Mariasv1912: I predict my top podcast will be @nununanapodcast #SpotifyWrapped"
## 
## [[3655]]
## [1] "themalbecbaddy: i predict my top artist will be my bby @jorjasmith #spotifywrapped"
## 
## [[3656]]
## [1] "YoTxddy: I predict my top artist will be bladee\n#SpotifyWrapped"
## 
## [[3657]]
## [1] "enoch_ayodeji: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[3658]]
## [1] "MitchellTropman: I predict my most played song will be remember me Becky hill #SpotifyWrapped"
## 
## [[3659]]
## [1] "Landonian20: I predict my top artist will be Denzel Curry #SpotifyWrapped"
## 
## [[3660]]
## [1] "CHERRYGAL0RE: me pretending to be shocked when i see Ariana Grande is my most played #SpotifyWrapped https://t.co/yQubJWPEJK"
## 
## [[3661]]
## [1] "Landonian20: I predict my most played songs will be \nN95 - Kendrick\nThis Is Why - Paramore\nTroubles/Walkin - Denzel\nTake My Brea… https://t.co/LLUJ2OX5Qk"
## 
## [[3662]]
## [1] "theHamzaMan64: My most played artist is [Gus Dapperton]... This is not a guess. #SpotifyWrapped"
## 
## [[3663]]
## [1] "YoTxddy: I predict my top genre will be hip hop / cloud rap\n#SpotifyWrapped"
## 
## [[3664]]
## [1] "karen05025005: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped.         Chase Rice"
## 
## [[3665]]
## [1] "queercornsnake: I predict my most played song will be Shooting Star by Modern Talking.... #SpotifyWrapped"
## 
## [[3666]]
## [1] "abby_lisewski: my top genre is gonna be music for sad bitches who got cheated on #SpotifyWrapped"
## 
## [[3667]]
## [1] "Johnlopez12220: I predict my top podcast will be Sibling Rivalry #SpotifyWrapped"
## 
## [[3668]]
## [1] "tauruskelIs: I predict my top artist will be machine gun kelly #SpotifyWrapped"
## 
## [[3669]]
## [1] "YoTxddy: I predict my most played song will be sandman by a$ap rocky\n#SpotifyWrapped"
## 
## [[3670]]
## [1] "h0wlswitch: can it be december already i want to see my #SpotifyWrapped"
## 
## [[3671]]
## [1] "iamnotaflop: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[3672]]
## [1] "tiffyMontana: Saw #SpotifyWrapped trending and i thought it dropped already lol i know Burna Boy is in my top 5 this year … wonde… https://t.co/myj1W7VqRE"
## 
## [[3673]]
## [1] "Johnlopez12220: I predict my top artist will be Rupaul #SpotifyWrapped 💀💀💀"
## 
## [[3674]]
## [1] "themalbecbaddy: i predict my top genre will be [if it’s pop, i’ll actually he livid…] #spotifywrapped"
## 
## [[3675]]
## [1] "howtodrawme: I predict my top podcast will be poo #SpotifyWrapped"
## 
## [[3676]]
## [1] "Johnlopez12220: I predict my top genre will be Indie Pop #SpotifyWrapped"
## 
## [[3677]]
## [1] "shadindipankar: I will speed up WordPress website speed optimization for google pagespeed insights\nhttps://t.co/g2o35vaaA7… https://t.co/0K8vN0vwnZ"
## 
## [[3678]]
## [1] "theHamzaMan64: I KNOW my most played song will be [Meteorite - Gus Dapperton,  Anna of the North] #SpotifyWrapped"
## 
## [[3679]]
## [1] "howtodrawme: I predict my top artist will be poo #SpotifyWrapped"
## 
## [[3680]]
## [1] "Johnlopez12220: I predict my most played song will be Catwalk by Rupaul #SpotifyWrapped"
## 
## [[3681]]
## [1] "howtodrawme: I predict my top genre will be poo #SpotifyWrapped"
## 
## [[3682]]
## [1] "Pip_est89: This sums up my prediction 🙃 #SpotifyWrapped https://t.co/vtO2eZFht9"
## 
## [[3683]]
## [1] "AnnSchafer: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From the Vault) because… https://t.co/ecpEn7seXY"
## 
## [[3684]]
## [1] "itst13ler: I predict my top artist will be @MIWband 🤘🏻🤍 #SpotifyWrapped"
## 
## [[3685]]
## [1] "QueenTlholo: Lol, cant believe im doing this but i THINK  my top song is home with you-fka twigs or meta angel by the same artist \n#SpotifyWrapped"
## 
## [[3686]]
## [1] "sammyblaisszn: I predict my top artist will be Peach Pit #SpotifyWrapped"
## 
## [[3687]]
## [1] "TheJoblessJack: I predict my top artist will be Giveon or Lecrae #SpotifyWrapped"
## 
## [[3688]]
## [1] "sammyblaisszn: I predict my most played song will be From 2 to 3 by Peach Pit #SpotifyWrapped"
## 
## [[3689]]
## [1] "_Nineter: I predict my top artist will be the weeknd or michael jackson idk #SpotifyWrapped"
## 
## [[3690]]
## [1] "caeley_robinson: @Ol_Meg Lmao I have no shame now \n1. Ocean Waves for Sleep \n2. Rainforest Thunderstorm \n3. 10 Hours Industrial Fan… https://t.co/EzCPxZ04g3"
## 
## [[3691]]
## [1] "gummlolz: I predict my top artist will be Bad Omens #SpotifyWrapped https://t.co/o5iQwZ5lZH"
## 
## [[3692]]
## [1] "demisholyfck: I predict Demi lovato to be my top artist #SpotifyWrapped"
## 
## [[3693]]
## [1] "leitnerpiper420: I predict my top artist will be [the mechanisms] #SpotifyWrapped"
## 
## [[3694]]
## [1] "_TweetCritic: I predict my top podcast will be @FoolishMortaIs #SpotifyWrapped"
## 
## [[3695]]
## [1] "_TweetCritic: I predict my most played song will be Happily Ever After by Jordan Fisher and Angie K #SpotifyWrapped"
## 
## [[3696]]
## [1] "_TweetCritic: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3697]]
## [1] "karen05025005: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[3698]]
## [1] "_TweetCritic: I predict my top artist will be Juice WRLD #SpotifyWrapped"
## 
## [[3699]]
## [1] "ColeFoxxy: This will be my first #SpotifyWrapped and I’m so litty. Last year it was the worst day of my life and I cancelled m… https://t.co/2O94y4c2LR"
## 
## [[3700]]
## [1] "themalbecbaddy: i predict my most played song will be burn by @jorjasmith #spotifywrapped"
## 
## [[3701]]
## [1] "paridiecoole: oh no please😭 #SpotifyWrapped"
## 
## [[3702]]
## [1] "_pooshh: Me pretending to be shocked when Taylor Swift is once again on my #1 for  #SpotifyWrapped https://t.co/2uAWWowN5f"
## 
## [[3703]]
## [1] "leitnerpiper420: I predict my top podcast will be [The Yard or The Magnus Archives] #SpotifyWrapped"
## 
## [[3704]]
## [1] "GingerNicole91: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3705]]
## [1] "TheJoblessJack: I predict my top genre will be Pop  #SpotifyWrapped"
## 
## [[3706]]
## [1] "CourtneyCorboy: I predict my top artist will be @ddlovato #SpotifyWrapped #DemiLovato #HolyFvck https://t.co/ipZS3Q3wl6"
## 
## [[3707]]
## [1] "hyxqe: I predict my most played song will be [0n the fl00r] #SpotifyWrapped"
## 
## [[3708]]
## [1] "c2ashlee: I predict my top artist will be Twice  #SpotifyWrapped"
## 
## [[3709]]
## [1] "The_angrei_gay: im so dead serious barbie is gonna be in my top 2 artists for spotify wrapped its not even funny... barbstie millis… https://t.co/jPlIjjbjHw"
## 
## [[3710]]
## [1] "TheJoblessJack: I predict my most played song will be I Ain't Worried or Starwalkin #SpotifyWrapped"
## 
## [[3711]]
## [1] "alter_cristian: I predict my most played song will be Divine Attack -Shingeki- by @BABYMETAL_JAPAN  #SpotifyWrapped"
## 
## [[3712]]
## [1] "msjessdavidgrl: I predict my top podcast will be [fill in top podcast prediction] it's definitely The David Cassidy Connections - w… https://t.co/3fkFj6uwg3"
## 
## [[3713]]
## [1] "MaryFortier11: Just drop it already. Been waiting for what feels like a year now. #SpotifyWrapped"
## 
## [[3714]]
## [1] "gummlolz: I predict my most played song will be \"bad decisions\" #SpotifyWrapped https://t.co/660psbI7De"
## 
## [[3715]]
## [1] "LongToop: I predict my most played song will be [A Little Love Will Fix You Up] #SpotifyWrapped"
## 
## [[3716]]
## [1] "howtodrawme: I predict my most played song will be poo #SpotifyWrapped"
## 
## [[3717]]
## [1] "BearcatBetch27: I predict my top podcast will be @deuxmoiworld or @Betches_Sup #SpotifyWrapped"
## 
## [[3718]]
## [1] "c2ashlee: I predict my top genre will be Kpop 😭 #SpotifyWrapped"
## 
## [[3719]]
## [1] "GingerNicole91: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3720]]
## [1] "th3saddestbitch: and this little stupid thing since #SpotifyWrapped is taking foreverrr. https://t.co/8j4GMF39cb"
## 
## [[3721]]
## [1] "haleyyharbour: I predict my top podcast will be Happy Sad Confused #SpotifyWrapped"
## 
## [[3722]]
## [1] "vrnnmrk: I predict my top artist will be txt nct dream/127 or bts(i barely listen to them but sptfy is glitched asf) #SpotifyWrapped"
## 
## [[3723]]
## [1] "freddiedreddfan: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped gunna be @FreddieDredd"
## 
## [[3724]]
## [1] "marls__: I predict my top artist will be Adele  #SpotifyWrapped"
## 
## [[3725]]
## [1] "GingerNicole91: I predict my most played song will Bigger Than Me ny Louis Tomlinson #SpotifyWrapped"
## 
## [[3726]]
## [1] "haleyyharbour: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3727]]
## [1] "MillennialGran7: i predict my most played song will be..... PURE/HONEY or ALIEN SUPERSTAR 👽 \n\n #SpotifyWrapped"
## 
## [[3728]]
## [1] "tropic_xo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/6MlyvoUWJl"
## 
## [[3729]]
## [1] "c2ashlee: I predict my most played song will be “Brave” #SpotifyWrapped"
## 
## [[3730]]
## [1] "freddiedreddfan: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped limbo by @FreddieDredd"
## 
## [[3731]]
## [1] "beaky173: I predict my top genre will be drum  n  bass #SpotifyWrapped"
## 
## [[3732]]
## [1] "serpent_sky: I don't have Spotify for various reasons, but mostly because they can't seem to make a punk playlist that doesn't i… https://t.co/oWb5XVNB0O"
## 
## [[3733]]
## [1] "marls__: I predict my top genre will be rap or grime #SpotifyWrapped"
## 
## [[3734]]
## [1] "haleyyharbour: I predict my most played song will be You Belong With Me by Taylor Swift #SpotifyWrapped"
## 
## [[3735]]
## [1] "vrnnmrk: I predict my top genre will be kpop🤢🤢 #SpotifyWrapped"
## 
## [[3736]]
## [1] "micchaaleth: I predict my most played song will be [ANGOSTURA by keshi] #SpotifyWrapped"
## 
## [[3737]]
## [1] "Jas1337_: I predict my top artist will be @nfrealmusic.. no way there's anyone else #SpotifyWrapped"
## 
## [[3738]]
## [1] "KrissyWakeUp86: I predict my top podcast will be @TheAntlerQueens #SpotifyWrapped https://t.co/f4USUhClHt"
## 
## [[3739]]
## [1] "vrnnmrk: I predict my most played song will be try again OR maze in the mirror #SpotifyWrapped"
## 
## [[3740]]
## [1] "marls__: I predict my most played song will be Bryn - Faces #SpotifyWrapped"
## 
## [[3741]]
## [1] "mrdbann93: I predict my top artist will be [$uicideboy$] #SpotifyWrapped"
## 
## [[3742]]
## [1] "Bylerbae: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[3743]]
## [1] "yoiamluca: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3744]]
## [1] "ShellvpSmith: I predict my top artist will be Harry Styles.  #SpotifyWrapped"
## 
## [[3745]]
## [1] "JacobValcarce3: I predict my most played song will be (All Too Well 10 min) lol #SpotifyWrapped"
## 
## [[3746]]
## [1] "WeirdGuyJay: Just release the damn thing already!  #SpotifyWrapped https://t.co/1xN2m9TlWe"
## 
## [[3747]]
## [1] "liyah_vvs: I predict my top artist will be [@1YoungTakeoff ] #SpotifyWrapped"
## 
## [[3748]]
## [1] "Bylerbae: I predict my most played song will be this is me trying or ivy #SpotifyWrapped"
## 
## [[3749]]
## [1] "angeIenergy111: it's almost that time of the year #SpotifyWrapped"
## 
## [[3750]]
## [1] "_haranna_: When will #SpotifyWrapped come out tho??? I'm tired"
## 
## [[3751]]
## [1] "msjessdavidgrl: I predict my most played song will be [fill in top song prediction] David Cassidy - Cherish 💖 #SpotifyWrapped"
## 
## [[3752]]
## [1] "Mrbrooks21: I predict my top artist will be Ozzy #SpotifyWrapped"
## 
## [[3753]]
## [1] "mrdbann93: I predict my most played song will be [Idk how to kill myself - Younggoth] #SpotifyWrapped"
## 
## [[3754]]
## [1] "camxsgh: I predict my top artist will be bts #SpotifyWrapped"
## 
## [[3755]]
## [1] "The_angrei_gay: #SpotifyWrapped after trending several days in a row without a release date https://t.co/xW5T2o2grH"
## 
## [[3756]]
## [1] "camxsgh: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[3757]]
## [1] "Melnameless: Can't wait 💞 #SpotifyWrapped"
## 
## [[3758]]
## [1] "Mrbrooks21: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[3759]]
## [1] "jessielynne__: I predict my most played song will be Saturn by @sleepingatlast  #SpotifyWrapped"
## 
## [[3760]]
## [1] "UPROXX: Ahead of #SpotifyWrapped, you can find out what artists would make up the perfect festival for you https://t.co/zan8bg4mvn"
## 
## [[3761]]
## [1] "Mrbrooks21: I predict my most played song will be Voices In My Head by Falling In Reverse  #SpotifyWrapped"
## 
## [[3762]]
## [1] "meganpsitn: So this has given me a good idea as to what my #SpotifyWrapped might look like. \n\nThere's nothing here that really… https://t.co/xASp7fCgwn"
## 
## [[3763]]
## [1] "camxsgh: I predict my most played song will be domino😍 \n#SpotifyWrapped"
## 
## [[3764]]
## [1] "SmoothieEmpress: I predict my top genre will be pop cuz I’m never not listening to pop 😭 #SpotifyWrapped"
## 
## [[3765]]
## [1] "chonamaeSANDS: I predict my top genre will be [SB19 #SB19 lol] #SpotifyWrapped"
## 
## [[3766]]
## [1] "Rainydayreadsv3: As long as Paramore is at the top of my #SpotifyWrapped I know Ill be okay ✊🏾✊🏾"
## 
## [[3767]]
## [1] "yungkekee: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé"
## 
## [[3768]]
## [1] "supaSheva: I predict my top podcast will be Jalen and Jacoby #SpotifyWrapped"
## 
## [[3769]]
## [1] "King_Crescendo: I predict my top artist will be @JIDsv #SpotifyWrapped"
## 
## [[3770]]
## [1] "yungkekee: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped CUFF IT or super freaky girl"
## 
## [[3771]]
## [1] "princessdeleon: I predict my top podcast will be #FilmstoBeBuriedWith @brettgoldstein . this is my only accurate prediction for #SpotifyWrapped"
## 
## [[3772]]
## [1] "joseph_palles: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped mora"
## 
## [[3773]]
## [1] "outlander_frog: I predict my top podcast will be \n\nThe Elder Scrolls LORECAAAAST 😉💙\n\n #SpotifyWrapped"
## 
## [[3774]]
## [1] "King_Crescendo: I predict my top genre will be Hip-Hop #SpotifyWrapped"
## 
## [[3775]]
## [1] "chonamaeSANDS: I predict my top artist will be [@SB19Official ] #SpotifyWrapped"
## 
## [[3776]]
## [1] "joseph_palles: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped memorias o casualidad"
## 
## [[3777]]
## [1] "sunsetchrisy: I predict my top genre will be,,, C-Drama OST ????  #SpotifyWrapped"
## 
## [[3778]]
## [1] "cami1023ds: I predict my top artist will be… #SpotifyWrapped https://t.co/nrTKHETOEA"
## 
## [[3779]]
## [1] "eternalswiftie1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  you already know #TaylorSwift 😊😊"
## 
## [[3780]]
## [1] "supaSheva: I predict my top artist will be @asakemusik #SpotifyWrapped"
## 
## [[3781]]
## [1] "zxebella: me acting suprised when my spotify wrapped artists are all the same as last year #SpotifyWrapped  https://t.co/JwHVyeCQ90"
## 
## [[3782]]
## [1] "mef_986: so fucking ready to see how fucked up i was this year !!!#SpotifyWrapped"
## 
## [[3783]]
## [1] "Makanju92: Literally so excited for #SpotifyWrapped 🥰"
## 
## [[3784]]
## [1] "King_Crescendo: I predict my most played song will be Blood Wine by @abvblw_ #SpotifyWrapped"
## 
## [[3785]]
## [1] "KIRACOLDNIGHTS: I predict my most played song will be [perfect pair ] #SpotifyWrapped"
## 
## [[3786]]
## [1] "MillennialGran7: no predictions i know for a FACT:\n\nmy top artist will be Beyoncé #SpotifyWrapped"
## 
## [[3787]]
## [1] "damlagrantt: I predict my top artist will be [Lady Gaga] #SpotifyWrapped"
## 
## [[3788]]
## [1] "seodilf: I predict my top podcast will be [Very Really Good - Kurtis Conner] #SpotifyWrapped"
## 
## [[3789]]
## [1] "exolification: i dont even post screenshots of my spotify wrapped, i screenrecord that shit and tweet it #SpotifyWrapped"
## 
## [[3790]]
## [1] "supaSheva: I predict my top genre will be Afrobeats #SpotifyWrapped"
## 
## [[3791]]
## [1] "rocketenginee: i bet not see any yeat or NBA youngdude #SpotifyWrapped"
## 
## [[3792]]
## [1] "sillystringay: I'm ready #SpotifyWrapped https://t.co/Z5Z6NOaMcX"
## 
## [[3793]]
## [1] "RubyP109484873: I predict my top podcast will be Fair enough #SpotifyWrapped"
## 
## [[3794]]
## [1] "cami1023ds: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[3795]]
## [1] "outlander_frog: I predict my most played song will be \n\nA powerwolf song- something between Where the wild wolve have gone or lupus dei\n\n #SpotifyWrapped"
## 
## [[3796]]
## [1] "lowd70: @Daily_Serah I predict @Daily_Serah's most played song will be A Quick One Before The Eternal Worm Devours Connecti… https://t.co/bjvxDtNxd1"
## 
## [[3797]]
## [1] "supaSheva: I predict my most played song will be something Asake #SpotifyWrapped"
## 
## [[3798]]
## [1] "Jennifercarlo95: 99bookmarking https://t.co/O1SDWdDKuo \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/dRSpP2Btq4"
## 
## [[3799]]
## [1] "MelanieHandrest: I predict my most played song will be highschool sweethearts #SpotifyWrapped"
## 
## [[3800]]
## [1] "cami1023ds: I predict my most played song will be LWYMMD o KARMA #SpotifyWrapped"
## 
## [[3801]]
## [1] "Jennifercarlo95: Free Social Bookmarking Website | Get high quality backlinks https://t.co/OatXTt03Cg via @flipboard \n\n#Analytics… https://t.co/69JP7lCFeC"
## 
## [[3802]]
## [1] "Jennifercarlo95: Free Social Bookmarking Website | Get high quality backlinks https://t.co/d985Qel333 via @flipboard \n\n#Analytics… https://t.co/3dj1RBD23x"
## 
## [[3803]]
## [1] "seodilf: I predict my top artist will be [Megan Thee Stallion] #SpotifyWrapped"
## 
## [[3804]]
## [1] "IvarsOsis1: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped The Creative Penn"
## 
## [[3805]]
## [1] "partyatjerms: I predict my top artist will be normani #SpotifyWrapped"
## 
## [[3806]]
## [1] "saenz_herre: I predict my most played song will be Toca Brillar de @JosDice #SpotifyWrapped"
## 
## [[3807]]
## [1] "SalvatoreMilic1: I predict my top artist will be Hamilton Soundtrack #SpotifyWrapped"
## 
## [[3808]]
## [1] "RubyP109484873: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3809]]
## [1] "CourtneyCorboy: I predict my top genre will be Country, if not Pop Punk. #SpotifyWrapped"
## 
## [[3810]]
## [1] "ThommoAndrew: I predict my top artist will be Gang of Youths #SpotifyWrapped"
## 
## [[3811]]
## [1] "seodilf: I predict my top genre will be [RnB] #SpotifyWrapped"
## 
## [[3812]]
## [1] "Jamersxn1: I predict my top artist will be [youngboy] #SpotifyWrapped"
## 
## [[3813]]
## [1] "RubyP109484873: I predict my top artist will be stormzy #SpotifyWrapped"
## 
## [[3814]]
## [1] "IvarsOsis1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped sci-fi"
## 
## [[3815]]
## [1] "bb4rbiee: i predict my top artist will be @LovelyPeach2001 \n#SpotifyWrapped"
## 
## [[3816]]
## [1] "Jamersxn1: I predict my top genre will be [melodic rap] #SpotifyWrapped"
## 
## [[3817]]
## [1] "saenz_herre: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[3818]]
## [1] "seodilf: I predict my most played song will be [cardboard box- flo] #SpotifyWrapped"
## 
## [[3819]]
## [1] "IvarsOsis1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Jimi Hendrix"
## 
## [[3820]]
## [1] "hrts4buckley: I predict my most played song will be [Among Us In Real Life] #SpotifyWrapped\nidk why it just always used to play"
## 
## [[3821]]
## [1] "Jamersxn1: I predict my most played song will be [bring it on] #SpotifyWrapped"
## 
## [[3822]]
## [1] "FeezFeed: Grow Your Social Media Presence with Us, Get Boost It Today at an Affordable Price.\nhttps://t.co/fIeqFUYLox👈… https://t.co/16K07zYJf6"
## 
## [[3823]]
## [1] "RubyP109484873: I predict my most played song will be [shut up stormzy] #SpotifyWrapped"
## 
## [[3824]]
## [1] "PotatoLovesTae: I predict my top artist will be ATEEZ #SpotifyWrapped"
## 
## [[3825]]
## [1] "LiliForRosie: I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped"
## 
## [[3826]]
## [1] "deepumi5: I wonder what my #SpotifyWrapped will look like this year hhhhh"
## 
## [[3827]]
## [1] "snezhink4: I predict my top artist will be [billie eilish] #SpotifyWrapped"
## 
## [[3828]]
## [1] "_likedynamight: I predict my top artist will be BTS like it has been for the past 7 years LMAOOO #SpotifyWrapped"
## 
## [[3829]]
## [1] "LiliForRosie: I predict my most played song will be [Pink Venom by Blackpink] #SpotifyWrapped"
## 
## [[3830]]
## [1] "sunshinecxn: Can’t wait to see my #SpotifyWrapped  but guess it will be our lovely boys as always (and of course Niall too but I… https://t.co/rvaVAGz18C"
## 
## [[3831]]
## [1] "beet_lejuice: I'm excited. It's going to be an unhinged mess for me. Metal, the Miami Boys Choir because their Jewish psalm song… https://t.co/HZHyCunBJL"
## 
## [[3832]]
## [1] "Kristen_Henners: I cant wait till i find out my #SpotifyWrapped is going to be effected by what one random month i kept listening to the backstreet boys."
## 
## [[3833]]
## [1] "ZanAycicek: Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED"
## 
## [[3834]]
## [1] "gracelizyx: I predict my most played song will be [keep driving😍😍] #SpotifyWrapped"
## 
## [[3835]]
## [1] "shubhmbendkule: I predict my top artist will be The Weeknd! #SpotifyWrapped"
## 
## [[3836]]
## [1] "shubhmbendkule: I predict my most played song will be 'Out Of Time ' #SpotifyWrapped"
## 
## [[3837]]
## [1] "giovancreano11: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I predict it’s gonna be @iambeckyg"
## 
## [[3838]]
## [1] "jlawsslave: I imagine that my #SpotifyWrapped will be something similar to this ... https://t.co/IsmNfLpI2s"
## 
## [[3839]]
## [1] "swiftkrma: I predict my top artist will be TAYLOR SWIFT 😍😍😍😍 #SpotifyWrapped"
## 
## [[3840]]
## [1] "VG_Blackwell: I predict my most played song will be Everything’s Electric by @liamgallagher   #SpotifyWrapped"
## 
## [[3841]]
## [1] "xNickyUrinex: Not to brag, but these tickets would sell faster than #whenwewereyoung. 😂\n\nStill waiting on my #SpotifyWrapped. 😒 https://t.co/whfUuXheZi"
## 
## [[3842]]
## [1] "swiftkrma: my most played song will probably be running up that hill 💀 #SpotifyWrapped"
## 
## [[3843]]
## [1] "ShuckingFinnick: i am not ready for the embarrassment #SpotifyWrapped"
## 
## [[3844]]
## [1] "111forevercal: I predict my top podcast will be anything goes #SpotifyWrapped"
## 
## [[3845]]
## [1] "HENRYJEDIKNIGHT: I predict my top artist will be [ @katevogelx ] #SpotifyWrapped https://t.co/CbN9RlvcFJ"
## 
## [[3846]]
## [1] "pdxmeredith: just got my #SpotifyWrapped in and I’m actually in the top .05% of silly geese"
## 
## [[3847]]
## [1] "ally99730110: People don’t know how bad I need my #SpotifyWrapped 😭"
## 
## [[3848]]
## [1] "Cia_6v6: I predict my top artist will be SHINee, DPR or ATEEZ  #SpotifyWrapped"
## 
## [[3849]]
## [1] "posgillies: i predict my top artist will be @LovelyPeach2001 #SpotifyWrapped"
## 
## [[3850]]
## [1] "childerolandusa: Sabrina Carpenter No Word\nhttps://t.co/5C6Xb5P0tY\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[3851]]
## [1] "111forevercal: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3852]]
## [1] "jmartins05: I literally can't predict what my #SpotifyWrapped will look like. I know Iggy is going to be #1 artist but the rest is ??"
## 
## [[3853]]
## [1] "_bryze_: I predict my top artist will be @yunggravy #SpotifyWrapped"
## 
## [[3854]]
## [1] "lajibolalla95: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[3855]]
## [1] "111forevercal: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3856]]
## [1] "lajibolalla95: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[3857]]
## [1] "V1tchh: I predict my most played song will be golden hour gotta be in at least the top 5 #SpotifyWrapped"
## 
## [[3858]]
## [1] "111forevercal: I predict my most played song will be block me out #SpotifyWrapped"
## 
## [[3859]]
## [1] "YutaFrrita: I predict my most played song will be Illusion by Aespa OR OR OR Neo got my back (no i won’t take any questions) #SpotifyWrapped"
## 
## [[3860]]
## [1] "lajibolalla95: I predict my most played song will be [Film out by BTS ] #SpotifyWrapped"
## 
## [[3861]]
## [1] "daawesomeprieto: I predict my most played song will be my shot from Hamilton 😅#SpotifyWrapped"
## 
## [[3862]]
## [1] "F1N4N4: #SpotifyWrapped im ready https://t.co/GOZiiOEJeM"
## 
## [[3863]]
## [1] "squg_game: I predict my top artist will be freddie dredd ⚒️⚒️⚒️ #SpotifyWrapped"
## 
## [[3864]]
## [1] "thizbiz: I predict my most played song will be me and my husband by mitski (i am severely unstable) #SpotifyWrapped"
## 
## [[3865]]
## [1] "ramykld: I predict my top artist will be [fka twigs or kendrick lamar] #SpotifyWrapped"
## 
## [[3866]]
## [1] "madfl3a: What my #SpotifyWrapped expect of me vs what it's probably gonna look like. https://t.co/flBWhsGvim… https://t.co/KHChui0McH"
## 
## [[3867]]
## [1] "queenthebunbun: I predict my top artist will be @ENHYPEN_members #SpotifyWrapped"
## 
## [[3868]]
## [1] "Evalvape2: I predict my top artist will be Shakira Shakira #SpotifyWrapped"
## 
## [[3869]]
## [1] "queenthebunbun: I predict my top genre will be K-pop cause Enhypen! #SpotifyWrapped"
## 
## [[3870]]
## [1] "WhoiisElijaah: @Spotify my birthday was horrible my girl left me today but I wait #SpotifyWrapped"
## 
## [[3871]]
## [1] "esnyhabitss: I predict my top genre will be pop or alternative #SpotifyWrapped"
## 
## [[3872]]
## [1] "queenthebunbun: I predict my most played song will be either Shakes by #StevieHowie, Blow by @JacksonWang852 or I Need The Light by… https://t.co/1VwKcWOXc6"
## 
## [[3873]]
## [1] "Evalvape2: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[3874]]
## [1] "izaaaaaaaaak: #SpotifyWrapped predictions for 2022:\nTop Song: Origami Angel - Doctor Whomst\nTop Artist: Origami Angel\nTop Genre:… https://t.co/AEQGOKrn9V"
## 
## [[3875]]
## [1] "Deadgoth95: Who all coming? #SpotifyWrapped #instafest https://t.co/9uMH9BiMwe"
## 
## [[3876]]
## [1] "ramykld: I predict my most played song will be [chameleon paint] #SpotifyWrapped"
## 
## [[3877]]
## [1] "esnyhabitss: I predict my top artist will be taylor swift or Harry styles #SpotifyWrapped"
## 
## [[3878]]
## [1] "acidpop_fox: I predict my top artist will be @MIWband or @AlphaWolfCVLT \n#SpotifyWrapped"
## 
## [[3879]]
## [1] "brinasafetynet: I predict my top artist will be [beyonce, Christina, Justin Bieber, poppy, and kali] #SpotifyWrapped"
## 
## [[3880]]
## [1] "esnyhabitss: I predict my most played song will be daylight or satellite by Harry styles #SpotifyWrapped"
## 
## [[3881]]
## [1] "ekm748: I predict my most played song will be How did we get there from Last Train (wise choice haha) #SpotifyWrapped"
## 
## [[3882]]
## [1] "_HopeThePope: I predict my most played song will be [Hurt Me So Good, Cuff It, or Tia Tamera🤣] #SpotifyWrapped"
## 
## [[3883]]
## [1] "ekm748: I predict my top genre will be Post-rock #SpotifyWrapped"
## 
## [[3884]]
## [1] "SacchCoffee: My boyfriend (real) is gonna be my #2 artist and my boyfriend's polycule is gonna be my #1, that's my prediction.… https://t.co/3mKb6KVgfC"
## 
## [[3885]]
## [1] "gonzalodetarde: I predict my most played song will be Ay Mamá #SpotifyWrapped"
## 
## [[3886]]
## [1] "Evalvape2: I predict my most played song will be Te Felicito by Shakira #SpotifyWrapped"
## 
## [[3887]]
## [1] "JoyRideEntmt: Just remembered, since #SpotifyWrapped is here again... Someone asked if we'd be putting These Backwards Echoes on… https://t.co/QoiX0aOj5e"
## 
## [[3888]]
## [1] "ekm748: I predict my top artist will be Elder #SpotifyWrapped"
## 
## [[3889]]
## [1] "deancliddell: I predict my top podcast will be “ten minute bible hour podcast” by @MattWhitmanTMBH (or “Cults” by @ParcastNetwork #SpotifyWrapped"
## 
## [[3890]]
## [1] "TomInToonami: my  #SpotifyWrapped is gonna be a mess because of my driving playlist"
## 
## [[3891]]
## [1] "brinasafetynet: I predict my most played song will be fast times, f u lol, life waster, i'm that girl, and ya llegué  #SpotifyWrapped"
## 
## [[3892]]
## [1] "julinhalol1: I believe my top artist is gonna be @poppy #SpotifyWrapped"
## 
## [[3893]]
## [1] "MadisonBarnhil2: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3894]]
## [1] "WILLHASAPROBLEM: my #SpotifyWrapped predictions https://t.co/ParOH04l0F"
## 
## [[3895]]
## [1] "dnky27: I predict my most played song will be [Murder Machines by Marillion] #SpotifyWrapped"
## 
## [[3896]]
## [1] "franklynforeal: My #SpotifyWrapped is going to be female dominated for sure. This was the year of women. They made the best music"
## 
## [[3897]]
## [1] "hookingahoy: I predict my top artist will be Twice or Taylor Swift #SpotifyWrapped"
## 
## [[3898]]
## [1] "messtrogen: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3899]]
## [1] "deancliddell: I predict my top genre will be country #SpotifyWrapped"
## 
## [[3900]]
## [1] "SamiamMarkson: Here’s a list of people I do not respect:\n\n-murderers\n-assholes\n-people who post their #SpotifyWrapped on any social platform \n-narcissists"
## 
## [[3901]]
## [1] "hookingahoy: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[3902]]
## [1] "Pulp_Ficti0n: I predict my top artist will be @idlesband #SpotifyWrapped"
## 
## [[3903]]
## [1] "deancliddell: I predict my top artist will be @wesleydeanmusic #SpotifyWrapped"
## 
## [[3904]]
## [1] "hookingahoy: I predict my most played song will be Because i liked a boy by Sabrina Carpenter #SpotifyWrapped"
## 
## [[3905]]
## [1] "deancliddell: I predict my most played song will be “sunshine” by @shortstackband #SpotifyWrapped"
## 
## [[3906]]
## [1] "itzinsanity2: I predict my top artist will be...\nyou'll never guess. (it will be american music duo i don't know how but they fou… https://t.co/7Xer1kTS1D"
## 
## [[3907]]
## [1] "messtrogen: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3908]]
## [1] "loverhippimusic: I predict my most played song will be Linda de la Rosalía #SpotifyWrapped"
## 
## [[3909]]
## [1] "cagspears: My #SpotifyWrapped every year 🤭 https://t.co/WMobuwFwX3"
## 
## [[3910]]
## [1] "JulianGumbo: Another year of #SpotifyWrapped, another year of not knowing what I listened to this year bc YouTube Premium for life."
## 
## [[3911]]
## [1] "NyanKittyWaffl1: I predict my top artist will be @JYPETWICE  #SpotifyWrapped \n#TWICE https://t.co/RyB1MUXtky"
## 
## [[3912]]
## [1] "messtrogen: I predict my most played song will be New Romantics by Taylor Swift \n#SpotifyWrapped"
## 
## [[3913]]
## [1] "ellizibeth: I predict my most played song will be I Am All of Me by Crush 40 #SpotifyWrapped"
## 
## [[3914]]
## [1] "lovecherrysumi: ok here we go. i predict my most played song will be [paiii.sensation by yunosuke or puzzle by loona] #SpotifyWrapped"
## 
## [[3915]]
## [1] "loverhippimusic: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3916]]
## [1] "kccloud1107: I predict my most played song will be THE ENTERTAINMENT. #SpotifyWrapped \n\nIf this happens, I will never live it do… https://t.co/u8MXUcPLH7"
## 
## [[3917]]
## [1] "CharlieTheRanga: my toxic trait is that victorious cast will be my #1 artist this year #SpotifyWrapped"
## 
## [[3918]]
## [1] "confettinhavana: I predict my top artist will be [Camila Cabello] #SpotifyWrapped"
## 
## [[3919]]
## [1] "j__1998__o: I predict my top genre will be [metal] #SpotifyWrapped"
## 
## [[3920]]
## [1] "buttercupprry: are u all idiots it usually comes out december 1st #SpotifyWrapped"
## 
## [[3921]]
## [1] "loverhippimusic: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[3922]]
## [1] "reasybecerra: I predict my most played song will be [bam bam by camila cabello] #SpotifyWrapped"
## 
## [[3923]]
## [1] "davidcantswim: I predict my most played song will be Reggae. Lee Scratch Perry #SpotifyWrapped"
## 
## [[3924]]
## [1] "D4YL1GHTRRY: I predict my top podcast will be non ne ascolto quindi boh solo le canzoni unrealised #SpotifyWrapped"
## 
## [[3925]]
## [1] "confettinhavana: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3926]]
## [1] "a_parry92: @LornaShore were my #1 band in my #SpotifyWrapped 2022 since February. Calling it now."
## 
## [[3927]]
## [1] "dqofficial__: That #SpotifyWrapped shit is hard asf🔥 Slick jealous 😂😂 s/o Apple Music tho."
## 
## [[3928]]
## [1] "confettinhavana: I predict my most played song will be [all too well (10 minutes version) (taylor’s version) (from the vault)] #SpotifyWrapped"
## 
## [[3929]]
## [1] "brightantidote: i expect my #SpotifyWrapped to be embarrassing as hell."
## 
## [[3930]]
## [1] "Thoma_Beloved: I predict my top artist will be [James Marriott] #SpotifyWrapped"
## 
## [[3931]]
## [1] "itsme__Dori: I predict my top artist will be [harry styles] #SpotifyWrapped"
## 
## [[3932]]
## [1] "trans_heeho: bully me already bro #SpotifyWrapped"
## 
## [[3933]]
## [1] "itsme__Dori: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[3934]]
## [1] "kandresmiller: i NEED #SpotifyWrapped to come out alr"
## 
## [[3935]]
## [1] "Thoma_Beloved: I predict my most played song will be [Where has everyone gone by James Marriott] #SpotifyWrapped"
## 
## [[3936]]
## [1] "j__1998__o: I predict my top artist will be [slipknot] #SpotifyWrapped"
## 
## [[3937]]
## [1] "itsme__Dori: I predict my most played song will be [home by one direction] #SpotifyWrapped"
## 
## [[3938]]
## [1] "D4YL1GHTRRY: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[3939]]
## [1] "PhonySelf: My #SpotifyWrapped won’t tell me anything new. \n\nYou listened to a concerning amount of #HarryStyles \n\nYou listened… https://t.co/6q5IrUkaqH"
## 
## [[3940]]
## [1] "realmandefro: I predict my top podcast will be Archetypes #SpotifyWrapped"
## 
## [[3941]]
## [1] "D4YL1GHTRRY: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3942]]
## [1] "UnniSumi: I predict my most played song will be Tití Me Preguntó, I played it way too much this year #SpotifyWrapped"
## 
## [[3943]]
## [1] "D4YL1GHTRRY: I predict my most played song will be Daylight by Harry styles #SpotifyWrapped"
## 
## [[3944]]
## [1] "onlytruejames: I predict my #SpotifyWrapped will be, in no particular order:\nJon Hopkins\nNathan Fake\nFloating Points\nBurial\nThom Y… https://t.co/uuvVW8Pvnu"
## 
## [[3945]]
## [1] "nurssi_: I predict my top genre will be Reggaeton #SpotifyWrapped"
## 
## [[3946]]
## [1] "vrrtix: I predict my top artist will be lilbubblegum #SpotifyWrapped"
## 
## [[3947]]
## [1] "AP0R14: PLEASE DROP IT PLEASE BRO #SpotifyWrapped"
## 
## [[3948]]
## [1] "kccloud1107: I predict my top artist will be uhhhhhhhh BTS #SpotifyWrapped"
## 
## [[3949]]
## [1] "nurssi_: I predict my top artist will be @luansantana #SpotifyWrapped"
## 
## [[3950]]
## [1] "animel20201: 🍺🌮🍕🍗🍔🍟🥩🍝SAVE $15 OFF 3 MEALS OVER $30 (BEFORE TAXES)-DOORDASH: https://t.co/Rg3WjtcHLr\n\n🇨🇦CANADA ONLY🇨🇦 #Ad… https://t.co/6gNxAWKUqk"
## 
## [[3951]]
## [1] "NYgrateful: I predict my top podcast will be #Archetypes #SpotifyWrapped"
## 
## [[3952]]
## [1] "easylikepheezy: I predict my most played song will be ‘Danger’ by Jourdin Pauline #SpotifyWrapped"
## 
## [[3953]]
## [1] "topher057: Sorry in advance when I share my #SpotifyWrapped, but if I must be cursed with the knowledge of my musical mishaps,… https://t.co/k9iMHMdved"
## 
## [[3954]]
## [1] "thedaryltucker: I’m ready for it - drop it already #SpotifyWrapped https://t.co/u13NZlT60H"
## 
## [[3955]]
## [1] "nurssi_: I predict my top podcast will be \"CARROSEL\" by @osprimosboy #SpotifyWrapped"
## 
## [[3956]]
## [1] "brandonnyip: I predict my most played song will be either 'All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)'… https://t.co/C8U4PXbDjP"
## 
## [[3957]]
## [1] "callie_kent1: I predict my most played song will be Don’t Take The Money by @bleachersmusic #SpotifyWrapped"
## 
## [[3958]]
## [1] "e_twiggy23: I predict my top podcast will be I don’t listen to podcasts lol #SpotifyWrapped"
## 
## [[3959]]
## [1] "sunncheol: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[3960]]
## [1] "Withorone: I predict my top artist will be ZZCCMXTP #SpotifyWrapped"
## 
## [[3961]]
## [1] "sunncheol: I predict my top artist will be seventeen #SpotifyWrapped"
## 
## [[3962]]
## [1] "yyyang__cox: What the fuck is a post-teen pop #SpotifyWrapped https://t.co/U52fv3VV1p"
## 
## [[3963]]
## [1] "sunncheol: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[3964]]
## [1] "e_twiggy23: I predict my top artist will be Machine Gun Kelly #SpotifyWrapped"
## 
## [[3965]]
## [1] "Withorone: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[3966]]
## [1] "meganotmorgan: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version)  From the Vault… https://t.co/aVjERRIcYm"
## 
## [[3967]]
## [1] "anacaro24: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[3968]]
## [1] "RealQwig: I predict my top artist will be [Jakey] #SpotifyWrapped"
## 
## [[3969]]
## [1] "sunncheol: I predict my most played song will be don quixote #SpotifyWrapped"
## 
## [[3970]]
## [1] "MoisturiseMe: I predict my most played song will be [Cassandra by Florence + The Machine] #SpotifyWrapped"
## 
## [[3971]]
## [1] "e_twiggy23: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[3972]]
## [1] "laurameijer27: I predict my top artist will be Harry Styles  #SpotifyWrapped"
## 
## [[3973]]
## [1] "Withorone: I predict my most played song will be Crica 2013 (Jaden) #SpotifyWrapped"
## 
## [[3974]]
## [1] "e_twiggy23: I predict my most played song will be hangover cure #SpotifyWrapped"
## 
## [[3975]]
## [1] "Jorgie774312: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped   \n\n#ArchetypesWithMeghan"
## 
## [[3976]]
## [1] "Panic_AtTheBBQ: Me wanting Spotify to drop my #SpotifyWrapped this year https://t.co/aBbRNQLb2C"
## 
## [[3977]]
## [1] "browngirlja: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype"
## 
## [[3978]]
## [1] "BricksDontMusic: If you are into indie acoustic music, check out my project, also, Support indie artists because some of the best mu… https://t.co/DxsBpLTUTc"
## 
## [[3979]]
## [1] "andreaandtia: Can’t wait for my #SpotifyWrapped to tell me I’ve listened to too much Taylor Swift this year"
## 
## [[3980]]
## [1] "laurameijer27: I predict my most played song will be 'Satellite' by Harry Styles 🛰️✨❤️ #SpotifyWrapped"
## 
## [[3981]]
## [1] "Hereisyourstuff: got7 is trending, portugal is trending, #keshiInJKT , and onge is trending too rn, and dont forget this app… https://t.co/KgG9FWcdZH"
## 
## [[3982]]
## [1] "aryfreakinanna: I predict my top podcast will be [The Nemeton Podcast ] #SpotifyWrapped"
## 
## [[3983]]
## [1] "michaelmwm07: I predict my top artist will be [sublime easy] #SpotifyWrapped"
## 
## [[3984]]
## [1] "aloosesona: @MonaAmbegaonkar All creation of Godi media &amp; BJP Govt &amp; Modi @republic @TimesNow @aajtak #SpotifyWrapped… https://t.co/ojig0xpW0h"
## 
## [[3985]]
## [1] "FierceJersey: #SpotifyWrapped mine is definitely Beyoncé \nTaylor is a closed second"
## 
## [[3986]]
## [1] "parxiesforever: I predict my most played song will be Funeral Grey by Waterparks #SpotifyWrapped"
## 
## [[3987]]
## [1] "Ley_MoArmyGenE: I predict my top artist will be [Tomorrow X Together] #SpotifyWrapped"
## 
## [[3988]]
## [1] "concert_next: #Music #MusicNews #business #spotify #spotifywrapped Spotify Wrapped 2022: Streaming Service Promises ‘All Will Be… https://t.co/lXP1V6GAGM"
## 
## [[3989]]
## [1] "michaelmwm07: I predict my top genre will be [metal or rock] #SpotifyWrapped"
## 
## [[3990]]
## [1] "remuspoems_: I predict my top genre will be pop seguramente #SpotifyWrapped"
## 
## [[3991]]
## [1] "Ley_MoArmyGenE: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[3992]]
## [1] "d0mEaFav0rhls: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[3993]]
## [1] "OdinaniOfficial: Are you ready to kill the pain? Livestream concert this thursday. Link in bio #SpotifyWrapped #apple #lilpeep… https://t.co/FXPbd9L76y"
## 
## [[3994]]
## [1] "michaelmwm07: I predict my most played song will be [kill the sub] #SpotifyWrapped"
## 
## [[3995]]
## [1] "remuspoems_: I predict my most played song will be … ni idea sinceramente #SpotifyWrapped"
## 
## [[3996]]
## [1] "sophieontwt: I predict my top podcast will be BANTER #SpotifyWrapped"
## 
## [[3997]]
## [1] "seafog14: seriously thought #SpotifyWrapped would drop today to take the edge off"
## 
## [[3998]]
## [1] "d0mEaFav0rhls: I predict my most played song will be As it was by Harry Styles #SpotifyWrapped"
## 
## [[3999]]
## [1] "sophieontwt: I predict my top artist will be Chase Atlantic 😭 #SpotifyWrapped"
## 
## [[4000]]
## [1] "Extreme7323: I predict my most played song will be [THUNDERSTRIKE] #SpotifyWrapped"
## 
## [[4001]]
## [1] "lucitatoelle: when #SpotifyWrapped"
## 
## [[4002]]
## [1] "aguscont96: I predict my top podcast will be Hasta La Vista o Ricardo Fort by Damian Kuc #SpotifyWrapped"
## 
## [[4003]]
## [1] "AshlyGfx: Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/jEuR6BOMhs"
## 
## [[4004]]
## [1] "Jorgie774312: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #Archetypes        \n\n#archetypesonspotify"
## 
## [[4005]]
## [1] "AdrianEvanKirk: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped At the Edge of the Sea"
## 
## [[4006]]
## [1] "kathyloredo19: I predict my top artist will be Panic at the Disco #SpotifyWrapped"
## 
## [[4007]]
## [1] "aryfreakinanna: I predict my top artist will be [Taylor Swift ] #SpotifyWrapped"
## 
## [[4008]]
## [1] "Extreme7323: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[4009]]
## [1] "K8thegreat80: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[4010]]
## [1] "IstiakShihab: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4011]]
## [1] "kathyloredo19: I predict my most played song will be God Killed Rock and Roll by Panic at the Disco #SpotifyWrapped"
## 
## [[4012]]
## [1] "LUZSPELL: I predict my top artist will be Fleetwood Mac, The Smiths or Pixies #SpotifyWrapped"
## 
## [[4013]]
## [1] "LUZSPELL: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[4014]]
## [1] "LUZSPELL: I predict my most played song will be Brazil by Declan McKenna #SpotifyWrapped"
## 
## [[4015]]
## [1] "WeezYbloomix: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \nArchetypes with Meghan"
## 
## [[4016]]
## [1] "iblamedrake: SPOTIFY SHOLD GET THEIR CALCULATIONS RIGHT 💀💀💀\n\n#SpotifyWrapped https://t.co/NL5EynKcGx"
## 
## [[4017]]
## [1] "xXTommyTNTXx: I predict my most played song will be Sundial by Lemon Demon #SpotifyWrapped"
## 
## [[4018]]
## [1] "aguscont96: I predict my top artist will be @cepedaoficial  #SpotifyWrapped"
## 
## [[4019]]
## [1] "aryfreakinanna: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[4020]]
## [1] "KevinDLC50: Y’all better hurry it up  #SpotifyWrapped https://t.co/SbZMFlVe8c"
## 
## [[4021]]
## [1] "Gogo123316: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4022]]
## [1] "Extreme7323: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[4023]]
## [1] "heedfulsoul: I predict my top artist will be Draconian (or Epica) #SpotifyWrapped"
## 
## [[4024]]
## [1] "woahdyl: I predict my top artist will be Nicki Minaj 🫡#SpotifyWrapped"
## 
## [[4025]]
## [1] "happybrilidays: I predict my most played song will be Change My Clothes by Alec Benjamin and Dream \nor Mary on a Cross by Ghost \n #SpotifyWrapped"
## 
## [[4026]]
## [1] "aguscont96: I predict my most played song will be La Bachata from Manuel Turizo #SpotifyWrapped"
## 
## [[4027]]
## [1] "aryfreakinanna: I predict my most played song will be [All Too Well (10 minute version)(Taylor’s Version) (from the vault)] #SpotifyWrapped"
## 
## [[4028]]
## [1] "enchanteleclevc: pov: usi apple music #SpotifyWrapped"
## 
## [[4029]]
## [1] "BitLifeWrld: My #SpotifyWrapped is going to eat up... I think https://t.co/4vdhugNIAu"
## 
## [[4030]]
## [1] "DanLit111: Getting ready for my Wrapped.\n#SpotifyWrapped"
## 
## [[4031]]
## [1] "Depressed_Devil: I predict my most played song will be Death of peace of mind by bad omens #SpotifyWrapped"
## 
## [[4032]]
## [1] "cosdivatrend: I predict my top podcast will be [Archetype ] #SpotifyWrapped  \n\n#Archetypes #ArchetypesWithMeghan"
## 
## [[4033]]
## [1] "DanLit111: I predict my top podcast will be none since I haven't listened to any this year!\n#SpotifyWrapped"
## 
## [[4034]]
## [1] "CekChan_: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[4035]]
## [1] "Jorgie774312: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetypes"
## 
## [[4036]]
## [1] "yujifiIms: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[4037]]
## [1] "AmymKimble: I predict my top podcast will be Archetype.  #SpotifyWrapped"
## 
## [[4038]]
## [1] "KhanArt92: Check out my 5-star review #fiverrgigs\nGreat experience. Understood my concept and got me exactly what I needed\n \n☞… https://t.co/CJ0K2DWCWk"
## 
## [[4039]]
## [1] "DanLit111: I predict my top artist will be ABBA.\n\n#SpotifyWrapped"
## 
## [[4040]]
## [1] "jlcorcorcorcor: so fun! 🙈\n#Spotifyfest #SpotifyWrapped https://t.co/vLJfBksHhu"
## 
## [[4041]]
## [1] "summercardinal: I predict my top genre will be pop rock \n#SpotifyWrapped"
## 
## [[4042]]
## [1] "kingb_official: I predict my top artist will be @LittleMix #SpotifyWrapped"
## 
## [[4043]]
## [1] "feelmypussay: I predict my most played song will be marionette #SpotifyWrapped"
## 
## [[4044]]
## [1] "heartedtbp: i hope you know that if my #SpotifyWrapped \nis embarrassing then I will never post on this account again"
## 
## [[4045]]
## [1] "dschanaika: I predict my top artist will be ✨Demonhunter #SpotifyWrapped"
## 
## [[4046]]
## [1] "DanLit111: I predict my top genre will be Pop.\n#SpotifyWrapped"
## 
## [[4047]]
## [1] "carlosesierraf: I predict my top podcast will be @LastStandMedia Sacred Symbols for sure #SpotifyWrapped"
## 
## [[4048]]
## [1] "LifeonWheels95: I predict my top artist will be @Halestorm #SpotifyWrapped"
## 
## [[4049]]
## [1] "blackrose3kr: I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped"
## 
## [[4050]]
## [1] "it_was_reaps: I predict my most played song will be cool for cats or pink #SpotifyWrapped"
## 
## [[4051]]
## [1] "heedfulsoul: I predict my top genre will be Symphonic Metal #SpotifyWrapped"
## 
## [[4052]]
## [1] "carlosesierraf: I predict my top artist will be @alterbridge #SpotifyWrapped"
## 
## [[4053]]
## [1] "AdrianReeder7: I predict my most played song will be [Archetypes with Meghan] #SpotifyWrapped"
## 
## [[4054]]
## [1] "keeksy: i already know for a fact my top artist this year is @Jessiereyez no questions asked. it’s called having good taste. #SpotifyWrapped"
## 
## [[4055]]
## [1] "JamesL_TRW: I need #SpotifyWrapped to drop already so I can feel superior about my taste in music"
## 
## [[4056]]
## [1] "webdevelopercde: Learn Free\n\nCSS animation-duration Properties :- https://t.co/DdiFUlfak5 \n\n#100daysOfCode #coding #CyberMonday Ghan… https://t.co/yAwD2nzmi2"
## 
## [[4057]]
## [1] "maureenroseama1: #SpotifyWrapped most  played so far https://t.co/QhCGKw49Dp"
## 
## [[4058]]
## [1] "LifeonWheels95: I predict my top genre will be Rock &amp; Metal #SpotifyWrapped"
## 
## [[4059]]
## [1] "DanLit111: I predict my most played song will be Dancing Queen. #SpotifyWrapped"
## 
## [[4060]]
## [1] "heedfulsoul: I predict my most played song will be A Phantom Dissonance by Draconian #SpotifyWrapped"
## 
## [[4061]]
## [1] "bradsucks: Along with #SpotifyWrapped this year they should let me reset my Discover Weekly recommendations as they used to be… https://t.co/hHJoPp3vqe"
## 
## [[4062]]
## [1] "itwillbeohkay: I predict my most played song will be Stick Season @NoahKahan #SpotifyWrapped"
## 
## [[4063]]
## [1] "revelinmemory: I predict my top artist will be @gorillaz #SpotifyWrapped"
## 
## [[4064]]
## [1] "Jenna_Coffey5: I predict my most played song will be Keep Driving #SpotifyWrapped"
## 
## [[4065]]
## [1] "banqtanswrldd: i’m ready #SpotifyWrapped"
## 
## [[4066]]
## [1] "m00ns_baby: I predict my top artist will be Lana Del Rey duhh #SpotifyWrapped"
## 
## [[4067]]
## [1] "eXpNaruto: I predict my top genre will be Hip Hop or Pop #SpotifyWrapped"
## 
## [[4068]]
## [1] "aadriangarciac: I predict my top podcast will be @pijayquinqui AMOREEEE\n\n#SpotifyWrapped"
## 
## [[4069]]
## [1] "ayumicruzzz: I predict my most played song will be As it was #SpotifyWrapped"
## 
## [[4070]]
## [1] "Lauracoder12: Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/uLAnCAsuA7"
## 
## [[4071]]
## [1] "TheSandMasterr: I predict my most played song this year is I’ll do it - @heidimontag 👸🏼#SpotifyWrapped"
## 
## [[4072]]
## [1] "basiccoalminer: I predict my most played song will be \"CUFF IT\" by Beyoncé #SpotifyWrapped"
## 
## [[4073]]
## [1] "jayerlofi: I predict my top artist will be Lizzo #SpotifyWrapped"
## 
## [[4074]]
## [1] "staygoldgyu: I predict my top artist will be @pledis_17 💖 #SpotifyWrapped"
## 
## [[4075]]
## [1] "aadriangarciac: I predict my top artist will be Taylor obviously #SpotifyWrapped"
## 
## [[4076]]
## [1] "JuanDeL81607394: I’M SO EXCITED FOR #SpotifyWrapped    THIS YEAR!! 🤩"
## 
## [[4077]]
## [1] "dlibyhcaz: I predict my top artist will be harry styles #SpotifyWrapped"
## 
## [[4078]]
## [1] "Cbarts5: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGolden hour"
## 
## [[4079]]
## [1] "imgonnachaseit6: I predict my most played song will be I know the end by phoebe bridgers #SpotifyWrapped"
## 
## [[4080]]
## [1] "cowboycatcafe: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped nbdh por indie puto"
## 
## [[4081]]
## [1] "hannahsquill: I predict my top artist will be battle beast or Bo Burnham idk #SpotifyWrapped"
## 
## [[4082]]
## [1] "angyllblackwyng: I predict my top podcast will be The Sandman Dreamcast #SpotifyWrapped"
## 
## [[4083]]
## [1] "eXpNaruto: I predict my top artist will be Juice WRLD #SpotifyWrapped"
## 
## [[4084]]
## [1] "aadriangarciac: I predict my top genre will be pop obv #SpotifyWrapped"
## 
## [[4085]]
## [1] "clawsonhonda: Patiently waiting on our #SpotifyWrapped."
## 
## [[4086]]
## [1] "LadyJestah: LOL THIS LINEUP\n\n#Kpop #StrayKids #Exo #Txt #SpotifyWrapped https://t.co/my3fBXHOwN"
## 
## [[4087]]
## [1] "cowboycatcafe: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped a mi me gusta el rock"
## 
## [[4088]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: startup investor ready business plan financial plan grant proposal pitch deck… https://t.co/D2FeTPFFhT"
## 
## [[4089]]
## [1] "cowboycatcafe: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped no se que es esta chota seguro devil's advocate"
## 
## [[4090]]
## [1] "aadriangarciac: I predict my most played song will be all too well 10 min ver #SpotifyWrapped"
## 
## [[4091]]
## [1] "LifeonWheels95: I predict my most played song will be Wicked Ways @Halestorm #SpotifyWrapped"
## 
## [[4092]]
## [1] "eXpNaruto: I predict my most played song will be Bye Bye by Juice WRLD  #SpotifyWrapped"
## 
## [[4093]]
## [1] "KanekiZero99: I predict my top artist will be [One Ok Rock] #SpotifyWrapped"
## 
## [[4094]]
## [1] "Kris__sToRm: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Fantasy  @MariahCarey #lambily"
## 
## [[4095]]
## [1] "tilly_sheldon: I predict my top artist will be @wolfalicemusic #SpotifyWrapped"
## 
## [[4096]]
## [1] "angyllblackwyng: I predict my top artist will be Guns ‘n Roses #SpotifyWrapped"
## 
## [[4097]]
## [1] "KanekiZero99: I predict my top genre will be [J-rock] #SpotifyWrapped"
## 
## [[4098]]
## [1] "jayerlofi: I predict my top genre will be rock or sum along the lines of that #SpotifyWrapped"
## 
## [[4099]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: do automations and onboarding clients campaigns workflows at gohighlevel… https://t.co/JqCJUb7LHh"
## 
## [[4100]]
## [1] "podlingjustista: I predict my top artist will be  @SammyRaeMusic #SpotifyWrapped"
## 
## [[4101]]
## [1] "2003unbearable_: I predict my top podcast will be my favorite murder #SpotifyWrapped"
## 
## [[4102]]
## [1] "KanekiZero99: I predict my most played song will be [Save Yourself by One Ok Rock] #SpotifyWrapped"
## 
## [[4103]]
## [1] "witchywoman608: I predict my top podcast will be Conspirituality #SpotifyWrapped"
## 
## [[4104]]
## [1] "melinadurre: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4105]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: setup monday CRM for monday on monday com clickup consultant asana trello notion… https://t.co/juzLx5fQY9"
## 
## [[4106]]
## [1] "angyllblackwyng: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[4107]]
## [1] "sunflowervol1d: I predict my top artist will be @Louis_Tomlinson  #SpotifyWrapped"
## 
## [[4108]]
## [1] "jayerlofi: I predict my most played song will be BATSHIT! By WILLOW or uhhh Murder In My Mind by Kordhell  #SpotifyWrapped"
## 
## [[4109]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: do bubble website bubble app web app mvp bubbleio flutterflow webflow expert… https://t.co/AzX8mMFOaZ"
## 
## [[4110]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: develop squarespace template squarespace ecommerce squarespace website developer… https://t.co/GHwhalBihJ"
## 
## [[4111]]
## [1] "sunflowervol1d: I predict my most played song will be As It Was by Harry Styles #SpotifyWrapped"
## 
## [[4112]]
## [1] "44Jackk: I just know Drake is gonna be my top artist on my #SpotifyWrapped https://t.co/1vSBl8Y9Oi"
## 
## [[4113]]
## [1] "witchywoman608: I predict my most played song will be Danko/Manuel #SpotifyWrapped"
## 
## [[4114]]
## [1] "KeefenOwO: I predict my most played song will be Violet-V.1 by Shoobies #SpotifyWrapped"
## 
## [[4115]]
## [1] "frankyquin: I predict my top artist will be I DONT KNOW HOW BUT THEY FOUND ME. #SpotifyWrapped"
## 
## [[4116]]
## [1] "vansrryfreak: I predict my top podcast will be probably the yard #SpotifyWrapped"
## 
## [[4117]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: followup boss on kvcore kv core sierra interactives order flow georgia… https://t.co/uHkkhEyDO6"
## 
## [[4118]]
## [1] "Thrishank4521: I predict my top artist will be @MartinGarrix #SpotifyWrapped"
## 
## [[4119]]
## [1] "vansrryfreak: I predict my top artist will be harry styles or Sufjan stevens #SpotifyWrapped"
## 
## [[4120]]
## [1] "my_surrey: I predict my most played song will be Ode To Sleep #SpotifyWrapped"
## 
## [[4121]]
## [1] "chick_canon: @Spotify Folks waiting hard on that #SpotifyWrapped 😂 https://t.co/AKgqtZmdWo"
## 
## [[4122]]
## [1] "digitaldiaz1: Check out my Gig on Fiverr: do intercom business leads linkedin post crunchbase apollo b2b lead generation… https://t.co/nCq5UqNPIf"
## 
## [[4123]]
## [1] "arianauras: I predict my top genre will be kpop  #SpotifyWrapped https://t.co/nbvIKHyb6Q"
## 
## [[4124]]
## [1] "b_storm796: I predict my top podcast will be nothing, since I don't listen to any 💀 #SpotifyWrapped"
## 
## [[4125]]
## [1] "__jonosmith__: I’m actually so curious to see what my #SpotifyWrapped is gunna look like."
## 
## [[4126]]
## [1] "GraceOghenevwde: I will setup editable canva template for your social media feed\nhttps://t.co/CEyvIaUq0e\n#SpotifyWrapped #SaniaMirza… https://t.co/3VvhvjLIHm"
## 
## [[4127]]
## [1] "Remssupportbat: watch my most played song be me myself &amp; I\n#SpotifyWrapped"
## 
## [[4128]]
## [1] "vansrryfreak: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4129]]
## [1] "vansrryfreak: I predict my most played song will be miss misery maybe #SpotifyWrapped"
## 
## [[4130]]
## [1] "Haleymarie_j2: I predict my top artist will be Mac Miller 🫶🏼 #SpotifyWrapped"
## 
## [[4131]]
## [1] "b_storm796: I predict my top artist will be either Harry styles or Conan gray.  #SpotifyWrapped"
## 
## [[4132]]
## [1] "1Xenius: I predict my top artist will be Rod Wave #SpotifyWrapped"
## 
## [[4133]]
## [1] "JuanDeL81607394: Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped     THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend"
## 
## [[4134]]
## [1] "Antagionist: I predict my most played song will be Creature by half.alive #SpotifyWrapped"
## 
## [[4135]]
## [1] "Thrishank4521: I predict my top genre will be EDM #SpotifyWrapped"
## 
## [[4136]]
## [1] "Whatleydude: This is the first year in a long time where the kids have seemingly kept themselves well away from my Spotify.\n\nBri… https://t.co/aM9U6YHmmM"
## 
## [[4137]]
## [1] "neckeope: I predict my most played song will be [drip or all I need] #SpotifyWrapped"
## 
## [[4138]]
## [1] "cspikemurray: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4139]]
## [1] "Funko_Jules: My most played song will probably by something by Nic D. Maybe Serotonin #SpotifyWrapped"
## 
## [[4140]]
## [1] "Shapingrime: With #SpotifyWrapped around the corner, I made a playlist celebrating the best in grime (so far)! Make sure to chec… https://t.co/5j94sXohqE"
## 
## [[4141]]
## [1] "jaimitoperalta: I predict my top genre will be Pop Music! #SpotifyWrapped https://t.co/NV2bRNGtal… https://t.co/1zwGQ1nsc5"
## 
## [[4142]]
## [1] "b_storm796: I predict my top genre will be Pop. Since I have over 500 pop songs in one playlist 👍 #SpotifyWrapped"
## 
## [[4143]]
## [1] "1Xenius: I predict my top genre will be whatever Genre Rod Wave fits into most. RnB, Hip Hop, Soul-trap #SpotifyWrapped"
## 
## [[4144]]
## [1] "LoveITx0: #SpotifyWrapped mine last year I would love to know what's changed https://t.co/FW2S7V6fal"
## 
## [[4145]]
## [1] "EnglishDesigns: #SpotifyWrapped #hoodi #hoodies #hoodieseason #pullover #pullovers #pulloverhoodie #WhiteFriday #BlackFriday… https://t.co/FPqFRYW6Jf"
## 
## [[4146]]
## [1] "sailorcringe: I predict my most played song will be Nothing New (Feat. Pheobe Bridgers) (From The Vault) (Taylor's Version) - Tay… https://t.co/dEnqbfoff2"
## 
## [[4147]]
## [1] "rigby113: You appear to have managed to not listen to any women all year. Well done lad #SpotifyWrapped"
## 
## [[4148]]
## [1] "frankyquin: I predict my top genre will be Vocaloid. #SpotifyWrapped"
## 
## [[4149]]
## [1] "tntbursz: I predict my top genre will be fFUCKING DREAM SMP. #SpotifyWrapped"
## 
## [[4150]]
## [1] "PeterTorch16: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @KodakBlack1k"
## 
## [[4151]]
## [1] "PeterTorch16: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop"
## 
## [[4152]]
## [1] "dlaniger22: I predict my most played song will be [Traffic by reggie] #SpotifyWrapped"
## 
## [[4153]]
## [1] "alennono: Me urge  #SpotifyWrapped"
## 
## [[4154]]
## [1] "Jacksquared_: Give the @Shapingrime end of year playlist a listen: Grime's Full Circle '22 #SpotifyWrapped https://t.co/4t39SMAv7W"
## 
## [[4155]]
## [1] "ronnie2029: I’m actually terrified to see my  #SpotifyWrapped https://t.co/mpgqikqMd2"
## 
## [[4156]]
## [1] "EySoyIsaaa: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4157]]
## [1] "musubiitou: i’m more exicted about my #SpotifyWrapped than Christmas itself"
## 
## [[4158]]
## [1] "PeterTorch16: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @OffTheRecordHD"
## 
## [[4159]]
## [1] "BlazynFire123: I predict my top podcast will be Ear Buiscuts #SpotifyWrapped"
## 
## [[4160]]
## [1] "JayAcortado: I predict my top podcast will be literally the only podcast I listen to is no such thing as a fish #SpotifyWrapped"
## 
## [[4161]]
## [1] "tiffanyclay: I predict my top artist will be [Adele] #SpotifyWrapped"
## 
## [[4162]]
## [1] "thisisntmegannn: I’m so excited, it’s almost the best time of year  #SpotifyWrapped"
## 
## [[4163]]
## [1] "GovernorSleme: I predict my top genre will be hip hop and stuff like that #SpotifyWrapped"
## 
## [[4164]]
## [1] "BlazynFire123: I predict my top artist will be either The Score, Imagine Dragons, or Skillet #SpotifyWrapped"
## 
## [[4165]]
## [1] "FrBoat: I predict my most played song will be [Pure Water] #SpotifyWrapped"
## 
## [[4166]]
## [1] "JayAcortado: I predict my top artist will be flowerguts lol #SpotifyWrapped"
## 
## [[4167]]
## [1] "thelovelyerica: I predict my most played song will be Moscow Mule #SpotifyWrapped"
## 
## [[4168]]
## [1] "b_storm796: I predict my most played song will be Either Golden, by Harry styles, or People watching, by Conan gray. ^^ #SpotifyWrapped"
## 
## [[4169]]
## [1] "frankyquin: I predict my most played song will be Queer Recovery Club. #SpotifyWrapped"
## 
## [[4170]]
## [1] "tiffanyclay: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[4171]]
## [1] "JayAcortado: I predict my top genre will be rap most likely #SpotifyWrapped"
## 
## [[4172]]
## [1] "HBrickboy: I predict my top artist will be Kanye West  #SpotifyWrapped"
## 
## [[4173]]
## [1] "mitchellmb2004: I predict my top artist will be [the gloom in the corner] #SpotifyWrapped"
## 
## [[4174]]
## [1] "VanniCobs: I predict my top artist will be BILLIE EILISH 😻💪🏻#SpotifyWrapped https://t.co/djBQzl9HSe"
## 
## [[4175]]
## [1] "1Xenius: I predict my most played song will be Street Runner, by Rod Wave #SpotifyWrapped"
## 
## [[4176]]
## [1] "BlazynFire123: I predict my top genre will be either Alternative Pop or Christian Rock. #SpotifyWrapped"
## 
## [[4177]]
## [1] "JayAcortado: I predict my most played song will be almost certainly a flowerguts track. maybe human centipede. 1thing2say? #SpotifyWrapped"
## 
## [[4178]]
## [1] "tiffanyclay: I predict my most played song will be [Faces on Film - Sonnet] #SpotifyWrapped"
## 
## [[4179]]
## [1] "GovernorSleme: I predict my top artist will be Ed Sheeran #SpotifyWrapped"
## 
## [[4180]]
## [1] "BlazynFire123: I predict my most played song will be Unstoppable by the Score. #SpotifyWrapped"
## 
## [[4181]]
## [1] "clarissamcfly: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[4182]]
## [1] "iamlemarwilson: People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/MQHEiTq3Sc"
## 
## [[4183]]
## [1] "umeenterprise: People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/WRICRntU5F"
## 
## [[4184]]
## [1] "kaeunshabets: I predict my top genre will be kpop girlgroup #SpotifyWrapped"
## 
## [[4185]]
## [1] "DareRider8: Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped  THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend"
## 
## [[4186]]
## [1] "mitchellmb2004: I predict my most played song will be [gone with the wind] #SpotifyWrapped"
## 
## [[4187]]
## [1] "Cho_gath_gaming: I predict my most played song will be [Mortal Reminder-Pentakill] #SpotifyWrapped"
## 
## [[4188]]
## [1] "ICallThemIdols: Taste. #SpotifyWrapped https://t.co/ntiKGzQ4L5"
## 
## [[4189]]
## [1] "__cw24__: I predict my top artist will be lord @yeat1_  #SpotifyWrapped"
## 
## [[4190]]
## [1] "sosorrybye789: I predict my top artist will be [Riha. A]#SpotifyWrapped"
## 
## [[4191]]
## [1] "thvglittr: manifesting #BTS and #jhope as the top artists in my #SpotifyWrapped"
## 
## [[4192]]
## [1] "sosorrybye789: I predict my top genre will be [SOUL] #SpotifyWrapped"
## 
## [[4193]]
## [1] "GOWENYT: Where that #SpotifyWrapped at I’m waiting https://t.co/PzSUgSTq3y"
## 
## [[4194]]
## [1] "FandWWaffle: I predict my top podcast will be WhatCulture Wrestling #SpotifyWrapped"
## 
## [[4195]]
## [1] "alexandrerstos: I predict my most played song will be Maldivas - Ludmilla #SpotifyWrapped"
## 
## [[4196]]
## [1] "brenden_lmao: I predict my most played song will be Bill Clinton \"I Did Not Have Sexual Relations with That Woman\" 1998! #SpotifyWrapped"
## 
## [[4197]]
## [1] "BAmbergaze: I predict my most played song will be Home is Where the Haunt Is by American Football #SpotifyWrapped"
## 
## [[4198]]
## [1] "crackerboxx: I predict my top artist will be Element of Crime , because I’m a sad little German boy #SpotifyWrapped"
## 
## [[4199]]
## [1] "ariserii: I predict my most played song will be samurai with a mission #SpotifyWrapped"
## 
## [[4200]]
## [1] "DareRider8: I’M SO EXCITED FOR #SpotifyWrapped THIS YEAR!! 🤩"
## 
## [[4201]]
## [1] "wild3st_dreams: I predict my most played song will be Bam Bam @Camila_Cabello #SpotifyWrapped"
## 
## [[4202]]
## [1] "SpaceSoldier_01: New fit for John from last nights stream.\n#RedDeadRedemption2 #rdr2 #RedVelvet #FIFAWorldCupQatar2022 #PlayStation5… https://t.co/zlIiBi4JSx"
## 
## [[4203]]
## [1] "MechaMaiden: I predict my top artist again this year will be @KatatoniaBand 🖤 #SpotifyWrapped"
## 
## [[4204]]
## [1] "bratfvckr: My #SpotifyWrapped would be prolly tripping."
## 
## [[4205]]
## [1] "angyllblackwyng: I predict my most played song will be Knockin on Heaven’s Door #SpotifyWrapped"
## 
## [[4206]]
## [1] "wild3st_dreams: I predict my top podcast will be @TheToast  #SpotifyWrapped"
## 
## [[4207]]
## [1] "dukeofpeckham: I predict my top podcast will be [Football Weekly] #SpotifyWrapped"
## 
## [[4208]]
## [1] "kiryuuwakatsu: I predict my top artist will be coldplay AGAIN or age factory #SpotifyWrapped"
## 
## [[4209]]
## [1] "wild3st_dreams: I predict my top artist will @taylorswift13 #SpotifyWrapped"
## 
## [[4210]]
## [1] "wermusmaximusii: I predict my most played song will be FULL STOP #SpotifyWrapped"
## 
## [[4211]]
## [1] "strilondian: I predict my top podcast will be Normal Gossip #SpotifyWrapped"
## 
## [[4212]]
## [1] "FloridaMike100: My #SpotifyWrapped this year is just going to be a fuckton of Van Halen and random hip-hop."
## 
## [[4213]]
## [1] "karenkagamine: I predict my most played song will be any song in the new Phoenix album 👀👀👀\n#SpotifyWrapped"
## 
## [[4214]]
## [1] "FandWWaffle: I predict my top artist will be Tom Grennan #SpotifyWrapped"
## 
## [[4215]]
## [1] "dukeofpeckham: I predict my top artist will be [Jay-Z] #SpotifyWrapped"
## 
## [[4216]]
## [1] "strilondian: I predict my most played song will be Galactic HQ Theme by insaneintherainmusic (for the third year running) #SpotifyWrapped"
## 
## [[4217]]
## [1] "beratmehmedii: I predict my top artist will be Halsey #SpotifyWrapped"
## 
## [[4218]]
## [1] "supaSheva: @SpotifyEng Love you #SpotifyWrapped"
## 
## [[4219]]
## [1] "arifckingspring: My predictions for #SpotifyWrapped https://t.co/r8uuRZxTEQ"
## 
## [[4220]]
## [1] "aviniertwt: #SpotifyWrapped holy fuck this # is  ugly, do they do this on purpose?! Is there some weird behavioral ux manipulat… https://t.co/4hbGnxt4Tf"
## 
## [[4221]]
## [1] "megalodon_k: I predict my top podcast will be [ #archetypesonspotify] #SpotifyWrapped"
## 
## [[4222]]
## [1] "dukeofpeckham: I predict my top genre will be [Hip Hop] #SpotifyWrapped"
## 
## [[4223]]
## [1] "ryleejean051: Taylor Swift will always be my #1 #SpotifyWrapped"
## 
## [[4224]]
## [1] "FandWWaffle: I predict my most played song will be Seventeen Going Under #SpotifyWrapped"
## 
## [[4225]]
## [1] "prettytreatment: I predict my top artist will be arctic monkeys no doubt #SpotifyWrapped"
## 
## [[4226]]
## [1] "AlanCrashGZ: I predict my most played song will be Re:Re: by Asian Kung Fu Generation, again. #SpotifyWrapped \n\nIt was last year… https://t.co/2SqcVPxwwE"
## 
## [[4227]]
## [1] "prettytreatment: I predict my top genre will be garage rock? Sheffield rock?? #SpotifyWrapped"
## 
## [[4228]]
## [1] "halfdeadairhead: I predict my top podcast will be the offline tv podcast???? #SpotifyWrapped"
## 
## [[4229]]
## [1] "webdevelopercde: Learn Free\n\nCSS animation Properties :- https://t.co/AUtbx0cF3W\n\n#100daysOfCode #coding #CyberMonday Ghana… https://t.co/sNNs1aAnc3"
## 
## [[4230]]
## [1] "Martaim__: I predict my most played song will be El diablo or Like a prayer #SpotifyWrapped"
## 
## [[4231]]
## [1] "ZanAycicek: Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4Afbx\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED"
## 
## [[4232]]
## [1] "ryanavfcc: I predict my top artist will be easy life obvs #SpotifyWrapped"
## 
## [[4233]]
## [1] "HeZamboni: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[4234]]
## [1] "halfdeadairhead: I predict my top artist will be @zephanijong  #SpotifyWrapped"
## 
## [[4235]]
## [1] "prettytreatment: I predict my most played song will be 505 probably #SpotifyWrapped"
## 
## [[4236]]
## [1] "HeZamboni: I predict my top genre will be pop! #SpotifyWrapped"
## 
## [[4237]]
## [1] "halfdeadairhead: I predict my top genre will be pop???? #SpotifyWrapped"
## 
## [[4238]]
## [1] "danieliskoo: Here’s a preview of my #SpotifyWrapped https://t.co/BemqCKwqsY"
## 
## [[4239]]
## [1] "hanyulton: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4240]]
## [1] "abianst: I predict my top artist will be Adele or Taylor Swift #SpotifyWrapped"
## 
## [[4241]]
## [1] "hanyulton: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4242]]
## [1] "HeZamboni: I predict my most played song will be @taylorswift13’s All Too Well (10 Minute Version) #SpotifyWrapped"
## 
## [[4243]]
## [1] "halfdeadairhead: I predict my most played song will be because i liked a boy @SabrinaAnnLynn #SpotifyWrapped"
## 
## [[4244]]
## [1] "hanyulton: I predict my most played song will be Motion Sickness by Phoebe Bridgers #SpotifyWrapped"
## 
## [[4245]]
## [1] "yourdollmochi: My  #SpotifyWrapped is Billie Eilish yours is https://t.co/yhN31u6NRg"
## 
## [[4246]]
## [1] "a_yrmb: I predict my most played song will be All Too Well #SpotifyWrapped"
## 
## [[4247]]
## [1] "airplane_flaps: No looking forward to my #SpotifyWrapped it will show how badly I was depressed with the low hours"
## 
## [[4248]]
## [1] "brian_23_gibson: I predict my top podcast will be [@FEAE_KilliePod ] watch this space. #SpotifyWrapped"
## 
## [[4249]]
## [1] "Klahasphemy: I predict my top artist will be Set It Off #SpotifyWrapped"
## 
## [[4250]]
## [1] "mepradayounada: I predict, no, i know my top artist will be Lady Gaga. #SpotifyWrapped"
## 
## [[4251]]
## [1] "aaajfabio: I predict my top artist will be Megadeth #SpotifyWrapped"
## 
## [[4252]]
## [1] "annabel______: I predict my top podcast will be #rundfunk17 \n#SpotifyWrapped"
## 
## [[4253]]
## [1] "XH_VillainLaw: I predict my top genre will be kpop gg #SpotifyWrapped"
## 
## [[4254]]
## [1] "Klahasphemy: I predict my most played song will be Hayloft II by Mother Mother #SpotifyWrapped"
## 
## [[4255]]
## [1] "__cockgoblin__: i predict my top artist will be mitski #SpotifyWrapped"
## 
## [[4256]]
## [1] "XH_VillainLaw: I predict my top artist will be skz or xh #SpotifyWrapped"
## 
## [[4257]]
## [1] "mepradayounada: I predict my top genre will be Dance Pop, duh.  #SpotifyWrapped"
## 
## [[4258]]
## [1] "FromPaperchase: Our #SpotifyWrapped dropped early, pretty accurate we think 🙃 (1/4) https://t.co/TrLjBeZ4wm"
## 
## [[4259]]
## [1] "ithinkimsophia: I predict my top artist will be  conan gray 1!!2!3!4)6,6 #SpotifyWrapped"
## 
## [[4260]]
## [1] "Pokemaster55551: I predict my top artist will be The Beatles #SpotifyWrapped crust"
## 
## [[4261]]
## [1] "arismaximoff: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4262]]
## [1] "mepradayounada: I predict my most played song will be Replay or Babylon. 🙊 #SpotifyWrapped"
## 
## [[4263]]
## [1] "theikonickay: The way Frank and Bey are gonna be tusslin for the #1 spot on my #SpotifyWrapped"
## 
## [[4264]]
## [1] "arismaximoff: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[4265]]
## [1] "yourdollmochi: I dont even have to wait my #SpotifyWrapped will be @billieeilish @KSI @LilNasX @sushitrash https://t.co/Ibf9JDfBJW"
## 
## [[4266]]
## [1] "Klahasphemy: I predict my top genre will be Emo #SpotifyWrapped"
## 
## [[4267]]
## [1] "spokanehouse: This is the best graphic that highlights all your favorite musical artists🎵.  Kudos to @AnshaySaboo who created a b… https://t.co/D220aXTcKZ"
## 
## [[4268]]
## [1] "alex_uhh_2: I predict my top podcast will be Rob Has A Podcast #SpotifyWrapped"
## 
## [[4269]]
## [1] "vicohyland: I predict my most played song will be #AlwaysLove by @LaurenJauregui #SpotifyWrapped"
## 
## [[4270]]
## [1] "Sno94627256: I predict my most played song will be [cash in cash out/freestyle 2 (Ken Carson)] #SpotifyWrapped"
## 
## [[4271]]
## [1] "alex_uhh_2: I predict my top artist will be Saba #SpotifyWrapped"
## 
## [[4272]]
## [1] "alex_uhh_2: I predict my top genre will be rap music 🤖 #SpotifyWrapped"
## 
## [[4273]]
## [1] "hnidgaf: AAAA SO CUTE #SpotifyWrapped"
## 
## [[4274]]
## [1] "rwdrygoo: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4275]]
## [1] "shazzCS: I predict my most played song will be I Don't Think That I Like Her by Charlie Puth #SpotifyWrapped"
## 
## [[4276]]
## [1] "alex_uhh_2: I predict my most played song will be minds of men by FKA twigs #SpotifyWrapped"
## 
## [[4277]]
## [1] "theanarice: i really don’t even need to see my #spotifywrapped. it’s just going to say i listened to 782 hours of yebba’s heartbreak."
## 
## [[4278]]
## [1] "Bean71075702: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped chuckle sandwich or girl rejects"
## 
## [[4279]]
## [1] "gabewalker_26: I predict my top artist will be [YOUNG BOY NEVER BROKE AGAIN] #SpotifyWrapped"
## 
## [[4280]]
## [1] "shartzcutely: I predict my most played song will be Running up that hill - Kate bush #SpotifyWrapped"
## 
## [[4281]]
## [1] "needyriy: My #SpotifyWrapped predictions 🎶 https://t.co/WqJMdyvRzz"
## 
## [[4282]]
## [1] "PhuturePhocused: I predict my top podcast will be THE READ #SpotifyWrapped"
## 
## [[4283]]
## [1] "Bean71075702: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie pop"
## 
## [[4284]]
## [1] "PhuturePhocused: I predict my top artist will be the queen 🐝#SpotifyWrapped"
## 
## [[4285]]
## [1] "Bean71075702: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  bag of bones"
## 
## [[4286]]
## [1] "anamarchl: I predict my most played song will be Badhead from @blurofficial #SpotifyWrapped"
## 
## [[4287]]
## [1] "gabewalker_26: I predict my top genre will be [Hip-Hop] #SpotifyWrapped"
## 
## [[4288]]
## [1] "LastChanceXD: I predict my top artist will be [ eminem ] #SpotifyWrapped"
## 
## [[4289]]
## [1] "sososhbrt12: I predict my top artist will be LANA DEL REY PTDR #SpotifyWrapped"
## 
## [[4290]]
## [1] "goodoneoliver: Mood: #SpotifyWrapped\nhttps://t.co/vmkZEsFsIy"
## 
## [[4291]]
## [1] "miaaochoa: y’all got me pumped up and for what? it ain’t even out yet  #SpotifyWrapped https://t.co/hvJkMp2oY8"
## 
## [[4292]]
## [1] "gabewalker_26: I predict my most played song will be [Expensive Taste -YOUNGBOY NEVER BROKE AGAIN] #SpotifyWrapped"
## 
## [[4293]]
## [1] "Carlos31789: I predict my top podcast will be Dead Meat. #SpotifyWrapped"
## 
## [[4294]]
## [1] "PhuturePhocused: I predict my top genre will be [R&amp;B/Soul duh!] #SpotifyWrapped"
## 
## [[4295]]
## [1] "sososhbrt12: I predict my most played song will be White Dress by Lana Del Rey #SpotifyWrapped"
## 
## [[4296]]
## [1] "LastChanceXD: I predict my top genre will [hip hop/rap] #SpotifyWrapped"
## 
## [[4297]]
## [1] "Carlos31789: I predict my top artist will be Bo Burnham. #SpotifyWrapped"
## 
## [[4298]]
## [1] "SarahCat_XOXO: I predict my top genre will be K-Pop. #SpotifyWrapped"
## 
## [[4299]]
## [1] "joeyeinberger: #SpotifyWrapped is dropping soon, so i thought it would be cool to try to guess what my top artist/song/genre was!… https://t.co/UwgcTwhs4V"
## 
## [[4300]]
## [1] "LastChanceXD: I predict my most played song will be [still dre] #SpotifyWrapped"
## 
## [[4301]]
## [1] "PhuturePhocused: I predict my most played song will be [Cuff It by Beyonce] #SpotifyWrapped"
## 
## [[4302]]
## [1] "RecticOfficial: Let's go! South Korea vs Ghana JUST ANNOUNCED Spider-Man 2! #SpotifyWrapped 😊 https://t.co/jXGwYq4jko"
## 
## [[4303]]
## [1] "Carlos31789: I predict my top genre will be Pop. #SpotifyWrapped"
## 
## [[4304]]
## [1] "namjooning111: oooo i predict my top artist will be either @taylorswift13 @bts_bighit  #SpotifyWrapped"
## 
## [[4305]]
## [1] "melaniehotaux: I predict my most played song will be probably a Taylor Swift' song #SpotifyWrapped"
## 
## [[4306]]
## [1] "ShashwatVaish2: I predict my most played song will be [Lose yourself by Eminem ] #SpotifyWrapped"
## 
## [[4307]]
## [1] "TyRezac: I predict my most played song will be [basketball shoes by Black Country, New Road] #SpotifyWrapped"
## 
## [[4308]]
## [1] "DEVILINRUIN: When you learn that #SpotifyWrapped is almost here. https://t.co/uc0tRX8JSk"
## 
## [[4309]]
## [1] "Joeadelphia: I predict my top artist will be @thekillers  #SpotifyWrapped"
## 
## [[4310]]
## [1] "r_blankk: @ZhaneJahnice @suziementos dec 1 is #SpotifyWrapped , i'll start another day"
## 
## [[4311]]
## [1] "LisaBra59850659: Chanel Tissue Paper + Logo Stickers https://t.co/FnNMcZMsnJ \n#CyberMonday #ShopMyCloset #shoppingstar #shopping… https://t.co/um34eOE7yp"
## 
## [[4312]]
## [1] "Joeadelphia: I predict my most played song will be Tarzan Boy by Baltimora #SpotifyWrapped"
## 
## [[4313]]
## [1] "Armakanzas: Can't wait for this years #SpotifyWrapped https://t.co/b5Y0qf1p8z"
## 
## [[4314]]
## [1] "DxrkSpawn: Gimme that #SpotifyWrapped ASAP, In dire need."
## 
## [[4315]]
## [1] "SabrinaCamaril5: I predict my top podcast will be Put A Sock In It #SpotifyWrapped"
## 
## [[4316]]
## [1] "hataaramune: #SpotifyWrapped when??!!!!!"
## 
## [[4317]]
## [1] "LVJY1975: I predict my top artist will be The 1975 #SpotifyWrapped"
## 
## [[4318]]
## [1] "Logandev_owo: oh boy #SpotifyWrapped"
## 
## [[4319]]
## [1] "luvjust1n: i predict my most played song will be eleven by ive #SpotifyWrapped"
## 
## [[4320]]
## [1] "10BOUJEEBOY: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B - its between this or Rap"
## 
## [[4321]]
## [1] "aminabi54146383: I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/EljaY5vBHo… https://t.co/gh2qJjaDpG"
## 
## [[4322]]
## [1] "SabrinaCamaril5: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[4323]]
## [1] "its_sp4rk: I predict my most played song will be [Heat Waves] #SpotifyWrapped"
## 
## [[4324]]
## [1] "jgagec: I predict my top artist will be Rush #SpotifyWrapped"
## 
## [[4325]]
## [1] "cutyouoffleigh: One of these will be my #1 on #SpotifyWrapped i believe 👀 https://t.co/czP5aNIhk1"
## 
## [[4326]]
## [1] "simarinna: I predict my top artist will be Wilbur Soot #SpotifyWrapped"
## 
## [[4327]]
## [1] "SabrinaCamaril5: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4328]]
## [1] "DITENTION: I predict my most played song will be Telepathy by BTS #SpotifyWrapped"
## 
## [[4329]]
## [1] "trans_tank: Cant wait for my #SpotifyWrapped to be just bbno$ + yung gravy"
## 
## [[4330]]
## [1] "Musical_Rando: I predict my top artist will be Camellia #SpotifyWrapped"
## 
## [[4331]]
## [1] "Enamine99: my  #SpotifyWrapped is about to be full of female rappers and gospel songs. https://t.co/vzl3kRR60M"
## 
## [[4332]]
## [1] "jgagec: I predict my most played song will be Hemispheres #SpotifyWrapped"
## 
## [[4333]]
## [1] "10BOUJEEBOY: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj periodt🦄💅🏾"
## 
## [[4334]]
## [1] "Musical_Rando: I predict my top genre will be Rhythm Game #SpotifyWrapped"
## 
## [[4335]]
## [1] "SabrinaCamaril5: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[4336]]
## [1] "Cookimonter: I predict my most played song will be After Hours by The Weeknd #SpotifyWrapped"
## 
## [[4337]]
## [1] "MikeEverest7: I predict my top podcast will be @WeHaveWaysPod #SpotifyWrapped\n\nEasiest one!"
## 
## [[4338]]
## [1] "SilverPandora2: I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped"
## 
## [[4339]]
## [1] "RathHorizon: I predict my top artist will be @fitforanautopsy  #SpotifyWrapped"
## 
## [[4340]]
## [1] "01___farina: Alhumdulliah don't have a #SpotifyWrapped this year 🥳"
## 
## [[4341]]
## [1] "simarinna: I predict my most played song will be Soft boy by Wilbur Soot! #SpotifyWrapped"
## 
## [[4342]]
## [1] "c6aihtny: I predict my top artist will be @Stray_Kids #SpotifyWrapped 😄🤗"
## 
## [[4343]]
## [1] "AlshababRadio: Palestinian prisoner Jamal Al-Taweel from Al-Bireh embraces freedom after 18 months of administrative detention.… https://t.co/34YNoJd3He"
## 
## [[4344]]
## [1] "cefffylbottt: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[4345]]
## [1] "guadalupeob_02: I predict my top artist will be Natalia Lacunza #SpotifyWrapped"
## 
## [[4346]]
## [1] "marcoapg96: I predict my most played song will be Take my breath - The Weeknd #SpotifyWrapped"
## 
## [[4347]]
## [1] "krillfluids: is the #SpotifyWrapped in the room with us right now?"
## 
## [[4348]]
## [1] "cefffylbottt: I predict my top genre will be chicago rap #SpotifyWrapped"
## 
## [[4349]]
## [1] "guadalupeob_02: I predict my top genre will be Spanish Pop #SpotifyWrapped"
## 
## [[4350]]
## [1] "10BOUJEEBOY: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Tukoh Taka"
## 
## [[4351]]
## [1] "girls4annabeth: i think my most played song is gon be love it if we made it by the 1975 icl.. #SpotifyWrapped"
## 
## [[4352]]
## [1] "TalhahQureshi: #SpotifyWrapped needs to release, can't take this anymore"
## 
## [[4353]]
## [1] "GeyserRL: I predict my most played song will be TRUST by NF #SpotifyWrapped"
## 
## [[4354]]
## [1] "guadalupeob_02: I predict my most played song will be Música Ligera #SpotifyWrapped"
## 
## [[4355]]
## [1] "_usamallama: I expect #SpotifyWrapped designers to redeem themselves after last year’s atrocity"
## 
## [[4356]]
## [1] "ConnorAaron06: I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped"
## 
## [[4357]]
## [1] "turbobakshi: I predict my most played song will be Simple Man by Jason Manns and Jensen Ackles #SpotifyWrapped"
## 
## [[4358]]
## [1] "TeoNik16: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4359]]
## [1] "SleepColorsCity: Please find us on #Spotify #SpotifyWrapped #AppleMusicLive #PrimeMusic"
## 
## [[4360]]
## [1] "AysiaMN: So many commercials  so little  music #SpotifyWrapped"
## 
## [[4361]]
## [1] "breakdecks: @Spotify I can't wait to find out if the Holocaust-celebrating Neo-Nazi podcast I've been reporting to you guys (th… https://t.co/aoSg8oz5KZ"
## 
## [[4362]]
## [1] "cefffylbottt: I predict my most played song will be Nangs by Tame Impala #SpotifyWrapped"
## 
## [[4363]]
## [1] "TeoNik16: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4364]]
## [1] "ConnorAaron06: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[4365]]
## [1] "savabagel: I predict my top artist will be either Juice Wrld or Petit Biscuit #SpotifyWrapped"
## 
## [[4366]]
## [1] "AmonaMatthias: A foretaste of my #SpotifyWrapped\nYou can do the same here create your own festival https://t.co/3vRFTtcNqw https://t.co/R8A6FE9raa"
## 
## [[4367]]
## [1] "bryansofficiall: I predict my top artist will be [Gracie Abrams] #SpotifyWrapped"
## 
## [[4368]]
## [1] "bryansofficiall: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[4369]]
## [1] "ConnorAaron06: I predict my most played song will be [young] #SpotifyWrapped"
## 
## [[4370]]
## [1] "lexiconsays: I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped https://t.co/zj6mhsfDbe"
## 
## [[4371]]
## [1] "flowIikewaves: I predict my top artist will be the nations GG twice 🍭 #SpotifyWrapped  https://t.co/ZrJrYyTfJ2"
## 
## [[4372]]
## [1] "bryansofficiall: I predict my most played song will be [Rockland] #SpotifyWrapped"
## 
## [[4373]]
## [1] "savabagel: I predict my top podcast will be Fact or Haunt #SpotifyWrapped"
## 
## [[4374]]
## [1] "AThermopolisR: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4375]]
## [1] "ParalelOrcz_ofc: I predict my top podcast will be [Distractible] #SpotifyWrapped"
## 
## [[4376]]
## [1] "stowns1981: I predict my top podcast will be We CanDo Hard Things @GlennonDoyle @AbbyWambach #Sister #SpotifyWrapped"
## 
## [[4377]]
## [1] "Bfc_ell: I predict my top podcast will be [@JaacksHappyHour ] #SpotifyWrapped"
## 
## [[4378]]
## [1] "Quimnz: sounds about right #SpotifyWrapped https://t.co/fwxqHW3ROh"
## 
## [[4379]]
## [1] "49daysbefore: I predict my top artist will be @SUICIDEBOYS #SpotifyWrapped"
## 
## [[4380]]
## [1] "ParalelOrcz_ofc: I predict my top artist will be [Charlie Puth] #SpotifyWrapped"
## 
## [[4381]]
## [1] "NotStan5: I predict my top artist will be DNCE #SpotifyWrapped https://t.co/KwkMDYL7gQ"
## 
## [[4382]]
## [1] "ZackMossMusic: Tag Your Favorites in the Comments!Moss Fest Out West 2022 🤘🏼#zackmossmusic #SpotifyWrapped https://t.co/dg2Pi3SQpT"
## 
## [[4383]]
## [1] "DustyKion: I predict my top artist will be Linkin Park #SpotifyWrapped"
## 
## [[4384]]
## [1] "ParalelOrcz_ofc: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[4385]]
## [1] "Nickdekks: I predict my most played song will be Dead Butterflies by @Architectsuk #SpotifyWrapped"
## 
## [[4386]]
## [1] "goodoneoliver: Mood: #SpotifyWrapped\nhttps://t.co/8qZjJ9s7Qa"
## 
## [[4387]]
## [1] "alice_hubble: Are you one of my top fans on @Spotify? If so you’ll get a nice lil video from me and my assistant Woodie in your #SpotifyWrapped!"
## 
## [[4388]]
## [1] "Musical_Rando: I predict my most played song will be Newspapers for Magicians #SpotifyWrapped"
## 
## [[4389]]
## [1] "GeyserRL: I predict my top artist will be NF #SpotifyWrapped"
## 
## [[4390]]
## [1] "FoxGalaxy511: #SpotifyWrapped is coming up and I have been seeing alot of people post this.\nWould you go to this festival? https://t.co/kXdUXiky5n"
## 
## [[4391]]
## [1] "GeyserRL: I predict my top genre will be Hip-Hop #SpotifyWrapped"
## 
## [[4392]]
## [1] "chrispy_kreeme: if you all see the victorious cast on my #SpotifyWrapped \n\nmind your business…"
## 
## [[4393]]
## [1] "ParalelOrcz_ofc: I predict my most played song will be [Left and Right - Charlie Puth ft. Jungkook of BTS] #SpotifyWrapped"
## 
## [[4394]]
## [1] "Nickdekks: I predict my top artist will be @Architectsuk @samarchitects #SpotifyWrapped"
## 
## [[4395]]
## [1] "ambyhd12: i predict my top artist will be peach pit #SpotifyWrapped"
## 
## [[4396]]
## [1] "peeyyyyton: I predict my top artist will be @charli_xcx #SpotifyWrapped"
## 
## [[4397]]
## [1] "AnanyaC02818922: @AnshaySaboo Enjoyed a lot using this!\nSuggested to friends as well!\n\nOfcourse @aroyfloyd is in the top!… https://t.co/WEEKOEY5mP"
## 
## [[4398]]
## [1] "DustyKion: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[4399]]
## [1] "xempyra: idk who my top artist is gonna be this year nor my top songs because my music taste is all over the place and i don… https://t.co/jdsYaZ8JNg"
## 
## [[4400]]
## [1] "ManaRBX: I predict my top podcast will be Distractable. #SpotifyWrapped"
## 
## [[4401]]
## [1] "DustyKion: I predict my most played song will be Nowhere To run or No Mercy #SpotifyWrapped"
## 
## [[4402]]
## [1] "obsidian98: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[4403]]
## [1] "abnormalvic: I predict my top artist will be [Black Veil Brides] #SpotifyWrapped\n\nAs much as I wanted to listen to different art… https://t.co/PzQeknsrMK"
## 
## [[4404]]
## [1] "hotmilkatlantic: i already know my top artist is stand atlantic lol #SpotifyWrapped https://t.co/fTRr5fG5xb"
## 
## [[4405]]
## [1] "mialoui40932197: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[4406]]
## [1] "mgc_castaway: I predict my most played song will be Bloodhound by 5SOS #SpotifyWrapped"
## 
## [[4407]]
## [1] "misscynthiax: nah this wait is killing me #SpotifyWrapped"
## 
## [[4408]]
## [1] "mialoui40932197: I predict my top artist will be either Taylor swift or the cast of HSMTMTS #SpotifyWrapped"
## 
## [[4409]]
## [1] "DaenysSarah: I predict my top artist will be Metallica #SpotifyWrapped"
## 
## [[4410]]
## [1] "HgMercury200: I predict my most played song will be [Gang Over Luv] #SpotifyWrapped"
## 
## [[4411]]
## [1] "obsidian98: I predict my most played song will be “I Drink Wine” by Adele #SpotifyWrapped"
## 
## [[4412]]
## [1] "ManaRBX: I predict my top artist will be JAWNY. #SpotifyWrapped"
## 
## [[4413]]
## [1] "aminabi54146383: I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/jkvRJWV5BT… https://t.co/4LNay8b43n"
## 
## [[4414]]
## [1] "pkmnsp: I predict my most played song will be Nervous Young Inhumans #SpotifyWrapped"
## 
## [[4415]]
## [1] "mgc_castaway: I predict my top artist will be @5SOS #SpotifyWrapped"
## 
## [[4416]]
## [1] "mialoui40932197: I predict my most played song will be it’s on (HSMTMTS) #SpotifyWrapped"
## 
## [[4417]]
## [1] "MONNCATH: Why is #SpotifyWrapped the thing that has me most excited about 2022 coming to a close?"
## 
## [[4418]]
## [1] "ManaRBX: I predict my top genre will be indie. #SpotifyWrapped"
## 
## [[4419]]
## [1] "exomakemefeelmh: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #EXO @weareoneEXO"
## 
## [[4420]]
## [1] "tzuweemamaa: I predict my most played song will be ODD Front by LOONA/ODD EYE CIRCLE #SpotifyWrapped"
## 
## [[4421]]
## [1] "exomakemefeelmh: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B"
## 
## [[4422]]
## [1] "ManaRBX: I predict my most played song will be Model Buses by Lovejoy #SpotifyWrapped"
## 
## [[4423]]
## [1] "IsaactPaul: I predict my top genre will be Hip Hop #SpotifyWrapped"
## 
## [[4424]]
## [1] "starlumas: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4425]]
## [1] "HgMercury200: I predict my most played song will be [Boys Wear Pink] #SpotifyWrapped"
## 
## [[4426]]
## [1] "IsaactPaul: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[4427]]
## [1] "LilDJcat: I predict my most played song will be Dis &amp; That by NBA YoungBoy #SpotifyWrapped"
## 
## [[4428]]
## [1] "homicidalbirde: @Spotify I predict my most played song will be Spillways by Ghost #SpotifyWrapped"
## 
## [[4429]]
## [1] "sitruspuserrin: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4430]]
## [1] "IsaactPaul: I predict my most played song will be jimmys cooks easily👀#SpotifyWrapped"
## 
## [[4431]]
## [1] "feelmypussay: Istg if i get dice or cool your rainbow as my most listened song this year im deleting my socials #SpotifyWrapped https://t.co/ewdkJkxREJ"
## 
## [[4432]]
## [1] "sickboyfilm: Hurry tf up I wanna get disappointed in myself #SpotifyWrapped"
## 
## [[4433]]
## [1] "User_potatto: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[4434]]
## [1] "carolinextrx: I predict my top artist will be the 1975 #SpotifyWrapped"
## 
## [[4435]]
## [1] "LilDJcat: I predict my top artist will be NBA Youngboy #SpotifyWrapped"
## 
## [[4436]]
## [1] "QveenHLately: #SpotifyWrapped is coming... will @qveenherby be in your top 5 artists? Will she rank at the top???"
## 
## [[4437]]
## [1] "micheallemire1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped remi wolf or russ for sure https://t.co/b7iiPll399"
## 
## [[4438]]
## [1] "Luv_Stray: I predict my top artist will be #StrayKids #SpotifyWrapped\n\n(I can time travel. I swear.)"
## 
## [[4439]]
## [1] "SrcsticSamyy: *leaving spotify play Kendrick on repeat and going to sleep so my #SpotifyWrapped doesn't suck*"
## 
## [[4440]]
## [1] "User_potatto: I predict my most played song will be lover by taylor swift #SpotifyWrapped"
## 
## [[4441]]
## [1] "GubbyBongo: I predict my top podcast will be Have A Word #SpotifyWrapped"
## 
## [[4442]]
## [1] "coupspouts: I predict my most played song will be Cheers - Seventeen Leaders #SpotifyWrapped"
## 
## [[4443]]
## [1] "nutonemuzic: Thank you for all the love and support. Follow here on Spotify. Link is here below. New Christmas Ep \nGreatest Gift… https://t.co/8ih4Uro3E5"
## 
## [[4444]]
## [1] "blob_blobby_: i'm just waitin for my #SpotifyWrapped plsssss"
## 
## [[4445]]
## [1] "IsaactPaul: I predict my top podcast will be @fullsend #SpotifyWrapped"
## 
## [[4446]]
## [1] "sana_fanatic: I predict my top artist will be twice @JYPETWICE #SpotifyWrapped"
## 
## [[4447]]
## [1] "GubbyBongo: I predict my top artist will be Paolo Nutini #SpotifyWrapped"
## 
## [[4448]]
## [1] "HgMercury200: I predict my top genre will be [R&amp;B] #SpotifyWrapped"
## 
## [[4449]]
## [1] "flowIikewaves: I predict my top genre will be kpop ofc #SpotifyWrapped https://t.co/DVl0JowFO8"
## 
## [[4450]]
## [1] "Patrick31370308: Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/tMGZkKx7OD"
## 
## [[4451]]
## [1] "GubbyBongo: I predict my top genre will be Pop Punk #SpotifyWrapped"
## 
## [[4452]]
## [1] "Jared_Raccoon: I predict my top podcast will be [I didn’t listen to a Podcast] #SpotifyWrapped"
## 
## [[4453]]
## [1] "livmencl: me and my #SpotifyWrapped playlist because it’s all i’ve had on repeat for the last 6 months https://t.co/eEZ9JdbgDr"
## 
## [[4454]]
## [1] "micheallemire1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nhoping hip hop, prolly pop, maybe ho… https://t.co/FpNtPqp8K3"
## 
## [[4455]]
## [1] "Charlietate02: Can’t wait for #SpotifyWrapped to show me how basic my music taste is"
## 
## [[4456]]
## [1] "HgMercury200: I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped"
## 
## [[4457]]
## [1] "SEROTONINSEEKIN: I predict my top artist will be with confidence…RIP #SpotifyWrapped"
## 
## [[4458]]
## [1] "torturedshordy: Every year Spotify gives me the gift of seeing everyone’s #SpotifyWrapped"
## 
## [[4459]]
## [1] "jbincircles_: NOBODY is doin it like me #SpotifyWrapped https://t.co/z69Pc5m79L"
## 
## [[4460]]
## [1] "ocdalvey: JUST ANNOUNCED: #SpotifyWrapped cancelled for 2023. Someone forgot to enable logging."
## 
## [[4461]]
## [1] "GubbyBongo: I predict my most played song will be What's My Age Again? #SpotifyWrapped"
## 
## [[4462]]
## [1] "CiaraVodka: anybody else planning on staying up until midnight every night until #SpotifyWrapped comes out?"
## 
## [[4463]]
## [1] "WitCoDesigns: Certified Lover Girl Work Out T-Shirt \n\nAmazon Link: https://t.co/9UxXBPB8U7\nMore: https://t.co/YP8yTigt8k\n\n#amazon… https://t.co/0gbam1dRoe"
## 
## [[4464]]
## [1] "ThisJustIntw: #SpotifyWrapped #christmas2022 These are the UK’s Christmas biggest music hits which have ranged from classic holid… https://t.co/acC7TaL6WM"
## 
## [[4465]]
## [1] "kateho85: I predict my most played song will be Left and Right (Feat Jungkook of BTS) by Charlie Puth #SpotifyWrapped"
## 
## [[4466]]
## [1] "itzbestiebear: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4467]]
## [1] "Jared_Raccoon: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[4468]]
## [1] "littleCT5: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[4469]]
## [1] "ArnoldsCuelin: I predict my top artist will be Beyonce #SpotifyWrapped"
## 
## [[4470]]
## [1] "InverseYrc: What do you reckon \n#instafest #SpotifyWrapped https://t.co/wHXH61kJc1"
## 
## [[4471]]
## [1] "TheHorizonDX: I predict my top artist will be Lizzo #SpotifyWrapped"
## 
## [[4472]]
## [1] "Jared_Raccoon: I predict my top artist will be [Ozzy Osbourne] #SpotifyWrapped"
## 
## [[4473]]
## [1] "antiherogomez: I predict my top artist will be Kelsea Ballerini  #SpotifyWrapped"
## 
## [[4474]]
## [1] "ArnoldsCuelin: I predict my top genre will be RnB #SpotifyWrapped"
## 
## [[4475]]
## [1] "PhilippaJG: I predict my most played song will be Broken and Beautiful by @kellyclarkson #SpotifyWrapped"
## 
## [[4476]]
## [1] "MarsShad0w: I can't wait for #SpotifyWrapped to tell me I only listen to Eminem, Lil Nas X, and Sabrina Carpenter"
## 
## [[4477]]
## [1] "m00ns_baby: ITS OUT?? #SpotifyWrapped"
## 
## [[4478]]
## [1] "SeanSolo27: I predict my most played song will be I remember you, by skid row! #SpotifyWrapped"
## 
## [[4479]]
## [1] "charloteaugust: I predict my top artist will be @RockitMusicYT no doubt at all #SpotifyWrapped"
## 
## [[4480]]
## [1] "GrldNovales: I predict my top genre will be pop. #SpotifyWrapped"
## 
## [[4481]]
## [1] "lvieblue: I predict my most played song will be “La vaca lola” \n #SpotifyWrapped"
## 
## [[4482]]
## [1] "jesusgworl: me rn #SpotifyWrapped https://t.co/xeKMnXzK1f"
## 
## [[4483]]
## [1] "bisexualmqtt: hope i wake up dead or wake up to #SpotifyWrapped"
## 
## [[4484]]
## [1] "Jared_Raccoon: I predict my most played song will be [Whats my age again - Blink 182] #SpotifyWrapped"
## 
## [[4485]]
## [1] "TheHorizonDX: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[4486]]
## [1] "maxsztx: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[4487]]
## [1] "ArnoldsCuelin: I predict my most played song will be Heated - Beyonce  #SpotifyWrapped"
## 
## [[4488]]
## [1] "charloteaugust: I predict my most played song will be One Bite @RockitMusicYT #SpotifyWrapped"
## 
## [[4489]]
## [1] "iambebefan: I predict my top artist will be [@BebeRexha] #SpotifyWrapped"
## 
## [[4490]]
## [1] "GrldNovales: I predict my most played song will be ‘Begin Again’ by @taylorswift13 #SpotifyWrapped"
## 
## [[4491]]
## [1] "TheHorizonDX: I predict my most played song will be Super Freaky Girl by Nicki Minaj #SpotifyWrapped"
## 
## [[4492]]
## [1] "pi3rc3dn1pples: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4493]]
## [1] "lisetweetz: I predict my most played song will be Andrea #SpotifyWrapped"
## 
## [[4494]]
## [1] "jesusgworl: afraid of my #SpotifyWrapped even tho it will be an all #mitski thing 🥺"
## 
## [[4495]]
## [1] "quinnnthony: I predict my top artist will be Tennis #SpotifyWrapped because they are the best band ever btw!"
## 
## [[4496]]
## [1] "iambebefan: I predict my most played song will be [I'm Good (Blue) by @BebeRexha &amp; @davidguetta] #SpotifyWrapped"
## 
## [[4497]]
## [1] "RblxTracker: Who’s waiting for #SpotifyWrapped???"
## 
## [[4498]]
## [1] "ivyw1tch: NO QUIERO VER MI SPOTIFY WRAPPED, queda de primero bigger than me por el stream, i swear #SpotifyWrapped"
## 
## [[4499]]
## [1] "ChrisSexyTime: I predict my most played song will be Burbank House by Tsubi Club #SpotifyWrapped"
## 
## [[4500]]
## [1] "JayDaSmiff: I predict my top podcast will be The Read #TheRead #SpotifyWrapped"
## 
## [[4501]]
## [1] "GrldNovales: I predict my top artist will be @taylorswift13. #SpotifyWrapped"
## 
## [[4502]]
## [1] "HgMercury200: I predict my top artist will be [RuPaul] #SpotifyWrapped"
## 
## [[4503]]
## [1] "maxsztx: I predict my top genre will be pop rock \n#SpotifyWrapped"
## 
## [[4504]]
## [1] "iamgiusee: My #SpotifyWrapped predictions 🎶 https://t.co/Stwn2x0ijP"
## 
## [[4505]]
## [1] "WsgLucid: I predict my most played song will be [HomeComing] by lil uzi vert #SpotifyWrapped"
## 
## [[4506]]
## [1] "nevillebujang: I predict my top podcast will be [between BBC Global News Podcadt or Sibling Rivalry] #SpotifyWrapped"
## 
## [[4507]]
## [1] "BetterCallSadie: I predict my top artist will be Juice Wrld (if it ain't juice Spotify is broken lol)  #SpotifyWrapped"
## 
## [[4508]]
## [1] "LDiolosa: I predict my top genre will be Boy Bands #SpotifyWrapped"
## 
## [[4509]]
## [1] "r4nched: I predict my top podcast will be dungeons and daddies, there’s no way it’s anything else #SpotifyWrapped"
## 
## [[4510]]
## [1] "micheallemire1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/mdvQLAT5lB"
## 
## [[4511]]
## [1] "Min__hisui: WHEN WHEN WHEN WHEN WHEN WHEN WHEN #SpotifyWrapped"
## 
## [[4512]]
## [1] "BRU_76: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Sway with @karaswisher"
## 
## [[4513]]
## [1] "FaithLloyd19: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nRumors - Gucci mani &amp; lil durk"
## 
## [[4514]]
## [1] "OnlyMyron: I predict my top artist will be @KateBushMusic or @Beyonce I listen to both equally #SpotifyWrapped"
## 
## [[4515]]
## [1] "topicstories: Not sure about what's on your #SpotifyWrapped but you should check out the official soundtrack to #DOUGH, now strea… https://t.co/40OmrFsDMa"
## 
## [[4516]]
## [1] "victoriaoa_: I predict my top artist will be Joshua Bassett #SpotifyWrapped"
## 
## [[4517]]
## [1] "BetterCallSadie: I predict my most played song will be [https://t.co/fpZ7ZuYWSz] #SpotifyWrapped"
## 
## [[4518]]
## [1] "nickhere34: #SpotifyWrapped soon 👀"
## 
## [[4519]]
## [1] "Porkadel: Love how the #SpotifyWrapped is the new YouTube rewind but better and way cringier for everyone"
## 
## [[4520]]
## [1] "undead08: I predict my top podcast will be @GoonsPC #SpotifyWrapped"
## 
## [[4521]]
## [1] "lodedsoobin: my prediction to my #SpotifyWrapped https://t.co/zuaC0DKvBo"
## 
## [[4522]]
## [1] "ThexAphroditex_: I predict my most played song will be [Assault &amp; Batteries ] #SpotifyWrapped"
## 
## [[4523]]
## [1] "nickelkeep: I predict my top podcast will be Welcome to Night Vale. #SpotifyWrapped"
## 
## [[4524]]
## [1] "victoriaoa_: I predict my most played song will be set me free by Joshua Bassett #SpotifyWrapped"
## 
## [[4525]]
## [1] "maxsztx: I predict my most played song will be Dreamers by Jungkook #SpotifyWrapped"
## 
## [[4526]]
## [1] "flowIikewaves: I predict my most played song will be young luv by stayc #SpotifyWrapped https://t.co/KKWe1ZuF4G"
## 
## [[4527]]
## [1] "Kennyd345: @Apple  Did you have CROWDFUNDING you interest to ADVERTISE to real #audience  kindly click on this link… https://t.co/vXGsgRKE0Q"
## 
## [[4528]]
## [1] "nickelkeep: I predict my top artist will be Sleeping Wolf. #SpotifyWrapped"
## 
## [[4529]]
## [1] "LogieLover0696: I predict my #SpotifyWrapped  will be 5SOS, Delta Goodrem and probaby some country artists and Taylor Swift"
## 
## [[4530]]
## [1] "SandraRmer1: I predict my top podcast will be [Good Influence by Gemma Styles] #SpotifyWrapped"
## 
## [[4531]]
## [1] "omgx3no: I've accepted this colossal L just show me the stats #SpotifyWrapped https://t.co/2zdv95jBEm"
## 
## [[4532]]
## [1] "satanscowgirl: I predict my top podcast will be @TheYard and it’s not even close lmao #SpotifyWrapped"
## 
## [[4533]]
## [1] "nickelkeep: I predict my top genre will be Modern Alternative Rock. #SpotifyWrapped"
## 
## [[4534]]
## [1] "kll3b3er: I predict my most played song will be [fill in top song prediction] You Send  me-Sam Cooke #SpotifyWrapped"
## 
## [[4535]]
## [1] "FAIRYODDPENlS: did you pay the update accounts to speak on you or something when youre the one STILL not releasing the #SpotifyWrapped @Spotify"
## 
## [[4536]]
## [1] "cbabyyblue: I predict my top artist will be [5 seconds of summer] #SpotifyWrapped"
## 
## [[4537]]
## [1] "flynnriderbff: I predict my top artist will be Bo Burnham #SpotifyWrapped"
## 
## [[4538]]
## [1] "bigiboyon: I predict my most played song will be Father Strech My Hands Pt. 1 #SpotifyWrapped"
## 
## [[4539]]
## [1] "sammmyyyd: I predict my most played song will be [Holiday- KSI] #SpotifyWrapped"
## 
## [[4540]]
## [1] "SandraRmer1: I predict my top artist will be [Harry Styles] #SpotifyWrapped"
## 
## [[4541]]
## [1] "cbabyyblue: I predict my top genre will be [indie pop] #SpotifyWrapped"
## 
## [[4542]]
## [1] "akkermin: I predict my top podcast will be nothing #SpotifyWrapped"
## 
## [[4543]]
## [1] "SandraRmer1: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[4544]]
## [1] "indiagrace20: Looks good  #SpotifyWrapped #instafest https://t.co/wzr6Oroabm"
## 
## [[4545]]
## [1] "Kristoeferrr: I predict my top podcast will be The Goomba Podcast (Rip) #SpotifyWrapped @dinkbotnick @spoonkid3"
## 
## [[4546]]
## [1] "kkingmarlin: Why do I want my #SpotifyWrapped when all I use is Apple Music."
## 
## [[4547]]
## [1] "OnlyMyron: I predict my top podcast will be #darkhistory @BaileySarian #SpotifyWrapped"
## 
## [[4548]]
## [1] "rgemini__: I predict my most played song will be [Walkin by Denzel Curry] #SpotifyWrapped"
## 
## [[4549]]
## [1] "oIiviadawson: I already know my top artist is going to be harry styles  #SpotifyWrapped"
## 
## [[4550]]
## [1] "cbabyyblue: I predict my most played song will be [Saigon] #SpotifyWrapped"
## 
## [[4551]]
## [1] "ryan358428369: I predict my most played song will be [vienna] #SpotifyWrapped"
## 
## [[4552]]
## [1] "SandraRmer1: I predict my most played song will be [Grapejuice] #SpotifyWrapped"
## 
## [[4553]]
## [1] "nickelkeep: I predict my most played song will be Collide by Sleeping Wolf #SpotifyWrapped"
## 
## [[4554]]
## [1] "akkermin: I predict my top artist will be Laura Pausini #SpotifyWrapped"
## 
## [[4555]]
## [1] "RizzyBeamen: My Spotify wrapped gone be the whole Renaissance album plus some other random shit. 😭😭 #SpotifyWrapped"
## 
## [[4556]]
## [1] "akkermin: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4557]]
## [1] "crazymaxwi: I predict my top artist will be Lil Uzi Vert #SpotifyWrapped"
## 
## [[4558]]
## [1] "sisterscqrlett: me pretending to be shocked when i see how bad my spotify wrapped is even though it was my own doing that got it th… https://t.co/XRHiP7FTJV"
## 
## [[4559]]
## [1] "theshoereviews7: Sometimes you will notice some players licking their hands and tapping their soles.\n@theshoereviews7… https://t.co/nZy1RoFevH"
## 
## [[4560]]
## [1] "EllieLennie2491: can't wait for my #SpotifyWrapped to call me out for being an emotional bitch over graduating this year ✨\nI'M STILL… https://t.co/E8xXVeeUOm"
## 
## [[4561]]
## [1] "akkermin: I predict my most played song will be Dove Sei, by Laura Pausini #SpotifyWrapped"
## 
## [[4562]]
## [1] "crazymaxwi: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[4563]]
## [1] "vanggukh: I predict my top artist will be Avicii or Bad Bunny #SpotifyWrapped"
## 
## [[4564]]
## [1] "blackswan_myg: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[4565]]
## [1] "ashercrafter: I predict my top artist will be Noahfinnce #SpotifyWrapped"
## 
## [[4566]]
## [1] "zavdontcare: #SpotifyWrapped predictions https://t.co/yw2drkS02m"
## 
## [[4567]]
## [1] "crazymaxwi: I predict my most played song will be INDIA - Lancey Foux #SpotifyWrapped"
## 
## [[4568]]
## [1] "blackswan_myg: I predict my top genre will be Kpop  #SpotifyWrapped"
## 
## [[4569]]
## [1] "blackswan_myg: I predict my most played song will be Super Tuna #SpotifyWrapped"
## 
## [[4570]]
## [1] "StylesMilky: #SpotifyWrapped \n\nBut I only listen to 3 artists https://t.co/e8om2QfVku"
## 
## [[4571]]
## [1] "theAshutoshDave: I predict my top podcast will be Joe Rogan Experience #SpotifyWrapped"
## 
## [[4572]]
## [1] "FunnyBandMusic: I predict my most played song will be [Mario Cart - FunnyBandMusic] #SpotifyWrapped"
## 
## [[4573]]
## [1] "OyeDanielHutton: I predict my most played song will be Need This Feeling - Acoustic by @HeyBenSchuller #SpotifyWrapped"
## 
## [[4574]]
## [1] "theAshutoshDave: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[4575]]
## [1] "SUMGroup_PK: Checkout the catalog\nhttps://t.co/zOwddox8Tf\n#apple #CyberMonday #casemiro #GivingTuesday #DietCoke #Uruguay… https://t.co/es60S7BrxT"
## 
## [[4576]]
## [1] "PopokHati: #SpotifyWrapped \n#1 gonna be Jannabi\n#2 is either Twice or Faron Young"
## 
## [[4577]]
## [1] "JennyRigney11: My #SpotifyWrapped  is going to be so psychotic if anyone out there doesn’t think I’m a loser this’ll be the nail i… https://t.co/3zzFH7OkUT"
## 
## [[4578]]
## [1] "scarl3ttwid0w: I already know who will pop up… Taylor, Harry, maybe phoebe, and the last of us soundtrack  #SpotifyWrapped"
## 
## [[4579]]
## [1] "stupidgirl45: I predict my top artist will be churches or wolf Alice. Again  #SpotifyWrapped"
## 
## [[4580]]
## [1] "JWillSoReal: I predict my most played song will be [Black Ball - NBA Youngboy] contenders Mr Professor - Cochise, Talk - Yeat, L… https://t.co/T7kSq98KRn"
## 
## [[4581]]
## [1] "r1ng0s_d34db1t: I predict my most played song will be Until I Found You by Stephen Sanchez #SpotifyWrapped"
## 
## [[4582]]
## [1] "stupidgirl45: I predict my most played song will be Closer to the edge #30STM #SpotifyWrapped"
## 
## [[4583]]
## [1] "effigials: @youtubemusic did something like #SpotifyWrapped back in the spring, and then havent done it since. i think this needs to change"
## 
## [[4584]]
## [1] "Bryn69420: I predict my most played song will be Something in the way #SpotifyWrapped"
## 
## [[4585]]
## [1] "chiedzawith2ds: I really have no idea what it's gonna be. I've been listening to so much nonsense this year.\n#SpotifyWrapped"
## 
## [[4586]]
## [1] "youwakeupdead: I predict my top artist will be [my chemical romance] #SpotifyWrapped"
## 
## [[4587]]
## [1] "PenisEsports: When The Animator Goes Beast Mode‼️ #anime #gaming #epic #SpotifyWrapped #viral #maruto https://t.co/BinrkTEuqy"
## 
## [[4588]]
## [1] "youwakeupdead: I predict my top genre will be [rock] #SpotifyWrapped"
## 
## [[4589]]
## [1] "Mlle_Jessica: I predict my most played song will be either #AsItWas by @Harry_Styles OR  #BiggerThanMe by @Louis_Tomlinson first… https://t.co/1PZKRt8FiU"
## 
## [[4590]]
## [1] "theeseoklace: I predict my top podcast will be Recreyo #SpotifyWrapped"
## 
## [[4591]]
## [1] "gabeorgabeidk: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped shoota by @LILUZIVERT"
## 
## [[4592]]
## [1] "YesIWearBEFNDay: #NowPlaying #SpotifyWrapped #Live #Spotify  #NewVideoAlert  Lil Steve “Goons And Goblins”  https://t.co/3FQE97bQRZ… https://t.co/m4akPx33Qz"
## 
## [[4593]]
## [1] "carolineroseexe: I predict my top podcast will be The Big Picture #SpotifyWrapped"
## 
## [[4594]]
## [1] "theeseoklace: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[4595]]
## [1] "choigrf: I predict my most played song will be RUN2U by STAYC or Attention by NewJeans #SpotifyWrapped"
## 
## [[4596]]
## [1] "yoursadboii: I predict my most played song will be Pink Venom #SpotifyWrapped"
## 
## [[4597]]
## [1] "AngieLaC528: I predict my top artist will be wait for it… @theweeknd #SpotifyWrapped"
## 
## [[4598]]
## [1] "carolineroseexe: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4599]]
## [1] "theeseoklace: I predict my top genre will be Kpop  #SpotifyWrapped"
## 
## [[4600]]
## [1] "Deffshot: I predict my top podcast will be [Impaulsive @LoganPaul] #SpotifyWrapped"
## 
## [[4601]]
## [1] "rothbourne: I predict my top artist will be Vance Joy or Carley Rea Jespen or One Republic #SpotifyWrapped"
## 
## [[4602]]
## [1] "theeseoklace: I predict my most played song will be Rush Hour  #SpotifyWrapped"
## 
## [[4603]]
## [1] "AngieLaC528: I predict my top genre will be R&amp;B or anything @theweeknd #SpotifyWrapped"
## 
## [[4604]]
## [1] "solomoonmono: I predict my most played song will be Agoraphobia by deerhunter #SpotifyWrapped"
## 
## [[4605]]
## [1] "carolineroseexe: I predict my top genre will be Pop or Indie #SpotifyWrapped"
## 
## [[4606]]
## [1] "Kenneth_Ekandem: Can’t wait for my #SpotifyWrapped Let’s see what intrigued me the most."
## 
## [[4607]]
## [1] "leapyearking92: I predict my most played song will be Open by Khalid #SpotifyWrapped"
## 
## [[4608]]
## [1] "JuniorKwasi_: I know I’m going to have to explain my #SPOTIFYWRAPPED 😩🤣"
## 
## [[4609]]
## [1] "b68412537: I predict my top artist will be no its becky ofcc #SpotifyWrapped"
## 
## [[4610]]
## [1] "Deffshot: I predict my top artist will be [@sanbenito] #SpotifyWrapped"
## 
## [[4611]]
## [1] "defMako: I predict my most played song will be Hell yeah - Tana\n#SpotifyWrapped"
## 
## [[4612]]
## [1] "carolineroseexe: I predict my most played song will be Succession Theme Song #SpotifyWrapped"
## 
## [[4613]]
## [1] "AngieLaC528: I predict my most played song will be Try Me by @theweeknd #SpotifyWrapped"
## 
## [[4614]]
## [1] "AnnaTiecken: I predict my top artist will be [Ilse DeLange] #SpotifyWrapped"
## 
## [[4615]]
## [1] "Beyyyyy04: I predict my top artist will be Beyoncé 👑 #SpotifyWrapped"
## 
## [[4616]]
## [1] "Deffshot: I predict my top genre will be [HipHop] #SpotifyWrapped"
## 
## [[4617]]
## [1] "youwakeupdead: I predict my most played song will be [the foundations of decay] #SpotifyWrapped"
## 
## [[4618]]
## [1] "rothbourne: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[4619]]
## [1] "Rikku_Revenge: I think my top artist will be either BTS or Coldplay this year. Or Harry Styles?! #SpotifyWrapped https://t.co/mE58vfiNZc"
## 
## [[4620]]
## [1] "Beyyyyy04: I predict my most played song will be I'm that girl by Beyoncé #SpotifyWrapped"
## 
## [[4621]]
## [1] "AnnaTiecken: I predict my top genre will be [Dutch Pop] #SpotifyWrapped"
## 
## [[4622]]
## [1] "rothbourne: I predict my most played song will be Clarity by Vance Joy #SpotifyWrapped"
## 
## [[4623]]
## [1] "TrevonSprewer: Me Seeing  #SpotifyWrapped Hasn't Dropped Yet https://t.co/jmq0ZS6vaa"
## 
## [[4624]]
## [1] "Liz_wildcat5: I predict my top genre will be Acappella #SpotifyWrapped"
## 
## [[4625]]
## [1] "a_elle55: I predict my top podcast will be @heavyweight #SpotifyWrapped"
## 
## [[4626]]
## [1] "Bob4Tide: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[4627]]
## [1] "Bob4Tide: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[4628]]
## [1] "Bob4Tide: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4629]]
## [1] "BDAstroBaker: Am I the only one who finds it strange that #SpotifyWrapped has suddenly become this big thing that’s being hyped u… https://t.co/5YmLvb60Ja"
## 
## [[4630]]
## [1] "auxdity: I predict my top podcast will be @TheLavenderPod  #SpotifyWrapped"
## 
## [[4631]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook"
## 
## [[4632]]
## [1] "Mintylove0: I predict my most played song will be romantic homicide by d4vd or sex with a ghost by teddy hyde #SpotifyWrapped"
## 
## [[4633]]
## [1] "auxdity: I predict my top artist will be who else but taylor swift lol #SpotifyWrapped"
## 
## [[4634]]
## [1] "Liz_wildcat5: I predict my top artist will be We Skeem #SpotifyWrapped"
## 
## [[4635]]
## [1] "_BenSolo_: @djleakycheese I predict that @domnelson3 will have absolutely fucked up my #SpotifyWrapped The 1975 is probably go… https://t.co/MBGaF24VRd"
## 
## [[4636]]
## [1] "auxdity: I predict my top genre will be Pop or Classic Rock #SpotifyWrapped"
## 
## [[4637]]
## [1] "brian1218_bh: I predict my most played song will be #Coast by @HaileeSteinfeld #SpotifyWrapped"
## 
## [[4638]]
## [1] "dottttts: I predict my most played song will be a song #SpotifyWrapped"
## 
## [[4639]]
## [1] "auxdity: I predict my most played song will be Rhiannon by Fleetwood Mac #SpotifyWrapped"
## 
## [[4640]]
## [1] "Deffshot: I predict my most played song will be [Running Up That Hill by Lø Spirit] #SpotifyWrapped"
## 
## [[4641]]
## [1] "Liz_wildcat5: I predict my most played song will be Pattycake Productions Oogie’s Boogie #SpotifyWrapped"
## 
## [[4642]]
## [1] "glossyangel_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4643]]
## [1] "Klahasphemy: GIVE ME, NOW!!! #SpotifyWrapped"
## 
## [[4644]]
## [1] "imnasakun: I predict my top genre will be hyper pop #SpotifyWrapped"
## 
## [[4645]]
## [1] "Laila5301: #SpotifyWrapped I’m so nervous"
## 
## [[4646]]
## [1] "glossyangel_: I predict my most played song will be Running Up That Hill #SpotifyWrapped"
## 
## [[4647]]
## [1] "AnnaTiecken: I predict my most played song will be [Willing - Ilse de Lange ] #SpotifyWrapped"
## 
## [[4648]]
## [1] "Kjane0696: I predict my most played song will be Iris by the GooGoo Dolls #SpotifyWrapped"
## 
## [[4649]]
## [1] "stash211: My #SpotifyWrapped gonna be shit coz I've mostly been on #Tidal this past year."
## 
## [[4650]]
## [1] "flickerofashe: I predict my top artist will be [ashe] #SpotifyWrapped"
## 
## [[4651]]
## [1] "unwoman: If you're wondering whether I mind being tagged in yer #SpotifyWrapped, the answer is hell no. I love to know who is listening to me!"
## 
## [[4652]]
## [1] "Mlle_Jessica: @tiktok_uk @Louis_Tomlinson All the songs from #FaithInTheFuture deserve a place in my #SpotifyWrapped . Definitely the album of the year !!"
## 
## [[4653]]
## [1] "JedWalker15: I predict my top artist will be [stella donelly] #SpotifyWrapped"
## 
## [[4654]]
## [1] "ilovestevie1234: Me waiting to see everyone else’s #SpotifyWrapped https://t.co/mKB9fSw0ai"
## 
## [[4655]]
## [1] "1330PASTOR: I predict my top artist will be @1330PASTOR #SpotifyWrapped"
## 
## [[4656]]
## [1] "yoodongists: Very excited to be showing all of you random little people in my phone about what phases I went through this year… https://t.co/kTkDDyFPBl"
## 
## [[4657]]
## [1] "flickerofashe: I predict my most played song will be [camden by gracie] #SpotifyWrapped"
## 
## [[4658]]
## [1] "Vickyob8: I predict my top artist will be #StrayKids …to absolutely no one’s surprise ✋🥸 srsly if it’s not SKZ then idk who e… https://t.co/240esHYipH"
## 
## [[4659]]
## [1] "1330PASTOR: I predict my top genre will be Hip Hop/Rap #SpotifyWrapped"
## 
## [[4660]]
## [1] "BenamBarman: To buy this t-shirt design please click on the link for more :  https://t.co/mH8ditAn2I\n\n#SpotifyWrapped… https://t.co/9my0J8fMGE"
## 
## [[4661]]
## [1] "NonexistentMug: I predict my top genre will be EDM #SpotifyWrapped"
## 
## [[4662]]
## [1] "Gloria_tpwk_: I predict my most played song will be teeth by 5sos/ something by maneskin #SpotifyWrapped"
## 
## [[4663]]
## [1] "MIRWRAITH: I predict my most played song will be probably local god or something from panic #SpotifyWrapped"
## 
## [[4664]]
## [1] "heymartinah: I predict my most played song will be Michael In The Bathroom #SpotifyWrapped  💀"
## 
## [[4665]]
## [1] "1330PASTOR: I predict my most played song will be Money Phone #SpotifyWrapped"
## 
## [[4666]]
## [1] "Giant06750888: follow the instructions! https://t.co/jDebFXvZC2\n#CyberMonday Casemiro #GivingTuesday Diet Coke Vini Mauna Loa… https://t.co/JTW2tfUKAp"
## 
## [[4667]]
## [1] "christineroad: I predict my most played song will be @paramore's This Is Why #SpotifyWrapped 👀"
## 
## [[4668]]
## [1] "Gloria_tpwk_: I predict my top genre will be pop/rock #SpotifyWrapped"
## 
## [[4669]]
## [1] "Gloria_tpwk_: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[4670]]
## [1] "vincenbob: I predict my top podcast will be @tomgreenlive #SpotifyWrapped"
## 
## [[4671]]
## [1] "saadiabalhous: pack stickers\n Siamese Cat With Blue Eyes\nhttps://t.co/LQP3DBzAz1\n\n #usa #austin_adkins #CyberMonday #GivingTuesday… https://t.co/76HnYNHGsg"
## 
## [[4672]]
## [1] "QueenGallifreya: Haaa i can tell you all right now my #SpotifyWrapped will be a repeat of last years .. and the year before .. and t… https://t.co/D184DH8kiO"
## 
## [[4673]]
## [1] "allweneed0fhell: i think we can all agree that the world shares one happy day, and that's when #SpotifyWrapped is out"
## 
## [[4674]]
## [1] "joannie_v2: I predict my top artist will be the Strokes #SpotifyWrapped"
## 
## [[4675]]
## [1] "Gloria_tpwk_: I predict my top podcast will be Yakety-Yak #SpotifyWrapped"
## 
## [[4676]]
## [1] "Vickyob8: I predict my top podcast will be “Distractible”! I spent everyday during lunch this semester just listening to it 😅  #SpotifyWrapped"
## 
## [[4677]]
## [1] "vincenbob: I predict my top artist will be @StickFigureDub #SpotifyWrapped"
## 
## [[4678]]
## [1] "adventureofhan: I predict my top podcast will be distractible #SpotifyWrapped #Distractible"
## 
## [[4679]]
## [1] "brittanyahlgrim: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[4680]]
## [1] "stars4lunch: I predict my most played song will be [21 by Gracie Abrams] #SpotifyWrapped"
## 
## [[4681]]
## [1] "navy4life67: I predict my top podcast will be game of thrones podcast #SpotifyWrapped"
## 
## [[4682]]
## [1] "vincenbob: I predict my top genre will be Reggae #SpotifyWrapped"
## 
## [[4683]]
## [1] "adventureofhan: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4684]]
## [1] "one_tricky_boi: I predict my top podcast will be [Distractible] #SpotifyWrapped"
## 
## [[4685]]
## [1] "ur1n3troubl3: I predict my top podcast will be  10 hour box fan asmr sounds for sleep and relaxation #SpotifyWrapped"
## 
## [[4686]]
## [1] "joannie_v2: I predict my most played song will be Ode to the Mets, again #SpotifyWrapped"
## 
## [[4687]]
## [1] "one_tricky_boi: I predict my top artist will be [I Prevail] #SpotifyWrapped"
## 
## [[4688]]
## [1] "vincenbob: I predict my most played song will be Old Sunrise by @StickFigureDub #SpotifyWrapped"
## 
## [[4689]]
## [1] "navy4life67: I predict my top artist will be rihanna #SpotifyWrapped"
## 
## [[4690]]
## [1] "one_tricky_boi: I predict my top genre will be [Metalcore] #SpotifyWrapped"
## 
## [[4691]]
## [1] "Levin2Johnathan: Winterizing the 5th wheel #rvlife #fulltimerv #SpotifyWrapped #CyberMonday https://t.co/HH9a4cQs15"
## 
## [[4692]]
## [1] "sweetenerboo: I predict my top podcast will be [senorita] #SpotifyWrapped"
## 
## [[4693]]
## [1] "navy4life67: I predict my most played song will be work by Rihanna #SpotifyWrapped"
## 
## [[4694]]
## [1] "BigSto: cherish &amp; celebrate the support you receive always but your worth as an artist isn't defined by your… https://t.co/9HgRkSb96o"
## 
## [[4695]]
## [1] "SharonS01831343: I have a personal profile, I will have Date with you on my personal profile :  https://t.co/JerY6GmJkj\nDon't worry… https://t.co/Y9XtfQtvOx"
## 
## [[4696]]
## [1] "one_tricky_boi: I predict my most played song will be [Crooked Soul by Dayseeker] #SpotifyWrapped"
## 
## [[4697]]
## [1] "forsiwoo: I predict my most played song will be lazy by goopy #SpotifyWrapped"
## 
## [[4698]]
## [1] "mamanifurro: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4699]]
## [1] "TyDuecce: Back in time for GTFOH Monday! Don't blink!🎯🎮🪀😃 Early Steam! Live now on https://t.co/DzZDqaADua #SpotifyWrapped… https://t.co/w5zqVquCmp"
## 
## [[4700]]
## [1] "Arkanis: I predict my top podcast will be @NightValeRadio #SpotifyWrapped"
## 
## [[4701]]
## [1] "KryptLMAO: i predict my top podcast will be distractible by @markiplier #SpotifyWrapped"
## 
## [[4702]]
## [1] "KryptLMAO: i predict my top artist will be @xxxtentacion #SpotifyWrapped"
## 
## [[4703]]
## [1] "KryptLMAO: i predict my top genre will be hiphop/rap #SpotifyWrapped"
## 
## [[4704]]
## [1] "KryptLMAO: i predict my most played song will be dance now by @JIDsv #SpotifyWrapped"
## 
## [[4705]]
## [1] "Vickyob8: I predict my most played song will be either “Waiting for Us” or “Muddy Water” by #StrayKids from their #Oddinary album❣️#SpotifyWrapped"
## 
## [[4706]]
## [1] "CigarEraRobot: I predict my most played song will be Long Song by @TheKnocks ft Dragonette #SpotifyWrapped"
## 
## [[4707]]
## [1] "flamingogamer15: I predict my top genre will be hiphop #SpotifyWrapped"
## 
## [[4708]]
## [1] "saadiabalhous: world aids day\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA #MondayMotivation #SpotifyWrapped… https://t.co/fZ7ZNEEvqN"
## 
## [[4709]]
## [1] "Arkanis: I predict my top artist will be @concretecastles #SpotifyWrapped"
## 
## [[4710]]
## [1] "a4creation1: I will design creative eye catching poster in 24 hours\nIf you need my service, please contact me on Fiverr. Link be… https://t.co/8J2AlxMVJl"
## 
## [[4711]]
## [1] "UlyWEST: I predict my top podcast will be [hata hada nadar] #SpotifyWrapped"
## 
## [[4712]]
## [1] "flamingogamer15: I predict my most played song will be Help Herself - bbno$ #SpotifyWrapped"
## 
## [[4713]]
## [1] "ksiezyckid: I predict my most played song will be ANTIFRAGILE BY LESSERAFIM #SpotifyWrapped"
## 
## [[4714]]
## [1] "Arkanis: I predict my most played song will be \"You Won't See Me Again\" by @concretecastles #SpotifyWrapped"
## 
## [[4715]]
## [1] "regularsquidd_: I predict my top genre will be hiphop #SpotifyWrapped"
## 
## [[4716]]
## [1] "UlyWEST: I predict my top artist will be [kanye l7me9] #SpotifyWrapped"
## 
## [[4717]]
## [1] "QueenStar04: I predict my most played song will be [Angels and demons-jxdn] #SpotifyWrapped"
## 
## [[4718]]
## [1] "flamingogamer15: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[4719]]
## [1] "ghostboiv_v: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[4720]]
## [1] "FlimsySquid: Me when Billy Joel is gonna be my top artist this year  #SpotifyWrapped https://t.co/1kP7V0hkp8"
## 
## [[4721]]
## [1] "neilgcoleman: Nursery Rhymes ABC is an interesting third headline act on the Monday 😂\n\n#SpotifyWrapped #instafest https://t.co/320S2kQrAZ"
## 
## [[4722]]
## [1] "crookedweasley: I predict my top podcast will be la pija y la quinqui #SpotifyWrapped"
## 
## [[4723]]
## [1] "llaramaia: I predict my top podcast will be [ @casosreais_] #SpotifyWrapped"
## 
## [[4724]]
## [1] "flamingogamer15: I predict my top podcast will be The Edge of Sleep\n #SpotifyWrapped"
## 
## [[4725]]
## [1] "philstasyszen: I predict my most played song will be https://t.co/tNOqNQXu55 #SpotifyWrapped"
## 
## [[4726]]
## [1] "Tink_Peruna: I predict my top podcast will be I spent a day with podcast\n #SpotifyWrapped"
## 
## [[4727]]
## [1] "UlyWEST: I predict my top genre will be [ghi rap rap rap] #SpotifyWrapped"
## 
## [[4728]]
## [1] "mispayasadas: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4729]]
## [1] "SpotifyNews: What do you think will be your top song of the year? #SpotifyWrapped"
## 
## [[4730]]
## [1] "Billy_Shmurda: Can’t wait for my #SpotifyWrapped to show me how awesome my musical taste is again when it drops!"
## 
## [[4731]]
## [1] "crookedweasley: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[4732]]
## [1] "ghostboiv_v: I predict my top artist will be Ghost #SpotifyWrapped"
## 
## [[4733]]
## [1] "mispayasadas: I predict my most played song will be all too well 10 min version #SpotifyWrapped"
## 
## [[4734]]
## [1] "ConnorAaron06: Just tell me now that arctic monkeys have knocked oasis of the number 1 spot 😢😣 #SpotifyWrapped"
## 
## [[4735]]
## [1] "crookedweasley: I predict my top genre will be pop/rock or indie #SpotifyWrapped"
## 
## [[4736]]
## [1] "ghostboiv_v: I predict my most played song will be  Temporary Funeral #SpotifyWrapped"
## 
## [[4737]]
## [1] "UlyWEST: I predict my most played song will be [papillon] #SpotifyWrapped"
## 
## [[4738]]
## [1] "saadiabalhous: Austin Adkins West Virginia Music\nhttps://t.co/DIzeBzkA1R\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA… https://t.co/TN7TgtpUzi"
## 
## [[4739]]
## [1] "llaramaia: I predict my top genre will be [#rock] #SpotifyWrapped"
## 
## [[4740]]
## [1] "Fredo_WACK: Getting ready to be shocked by my #SpotifyWrapped  even though I check my last fm scrobbles daily and know exactly what's going to show up"
## 
## [[4741]]
## [1] "bibistarc: I predict my most played song will be Lovers Rock #SpotifyWrapped https://t.co/klUb9N0oAY"
## 
## [[4742]]
## [1] "samsw1ft: I predict my top podcast will be @deuxmoiworld #SpotifyWrapped"
## 
## [[4743]]
## [1] "ISATHEORY: I predict my most played song will be RUN2YEW FROM MY SLAYC GIRLS #SpotifyWrapped https://t.co/mgRfaBOTk1"
## 
## [[4744]]
## [1] "Tink_Peruna: I predict my top artist will be owl city\n #SpotifyWrapped"
## 
## [[4745]]
## [1] "crookedweasley: I predict my most played song will be all to well by taylor swift #SpotifyWrapped"
## 
## [[4746]]
## [1] "CourtneyCorboy: Why is #SpotifyWrapped trending? Why? @Spotify hasn't released our precious wrap. https://t.co/cqCacIeGy0"
## 
## [[4747]]
## [1] "samsw1ft: I predict my top artist will be Taylor Swift (obviously) #SpotifyWrapped"
## 
## [[4748]]
## [1] "NyanDoesStuff_: I predict my top artist will be crywank, we all know why #SpotifyWrapped"
## 
## [[4749]]
## [1] "vusketeer: I predict my most played song will be So Good by @halsey 💜 #SpotifyWrapped"
## 
## [[4750]]
## [1] "Tink_Peruna: I predict my top genre will be pop\n #SpotifyWrapped"
## 
## [[4751]]
## [1] "wahhbahh: I predict my top artist will be [pierce the veil] #SpotifyWrapped"
## 
## [[4752]]
## [1] "samsw1ft: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4753]]
## [1] "utdcorey27: I predict my most played song will be On tha line Yeat #SpotifyWrapped"
## 
## [[4754]]
## [1] "D00MZJAY: I predict my top artist will be Taylor Swift! #SpotifyWrapped"
## 
## [[4755]]
## [1] "bams_eomma: I predict my most played song will be Yet to Come by @BTS_twt #SpotifyWrapped"
## 
## [[4756]]
## [1] "llaramaia: when is spotify wrapped actually dropping?? #SpotifyWrapped"
## 
## [[4757]]
## [1] "ThatStanAnna: I predict my top artist will be [BTS] #SpotifyWrapped https://t.co/zXt1yLpakU"
## 
## [[4758]]
## [1] "wahhbahh: I predict my top genre will be [emo] #SpotifyWrapped"
## 
## [[4759]]
## [1] "samsw1ft: I predict my most played song will be all too well 10 minute version #SpotifyWrapped"
## 
## [[4760]]
## [1] "newromantics02: so ready to break my “you were in the top .1% of taylor swift’s listeners this year” record 💅 #SpotifyWrapped"
## 
## [[4761]]
## [1] "sofiaatomo: I predict my top artist will be Steven Universe #SpotifyWrapped"
## 
## [[4762]]
## [1] "Tink_Peruna: I predict my most played song will be shooting star by owl city\n#SpotifyWrapped"
## 
## [[4763]]
## [1] "TheAlexisKraft: spotify users are literally foaming at the mouth for #SpotifyWrapped yet apple music users have had a “replay 2022”… https://t.co/VDckHDhajV"
## 
## [[4764]]
## [1] "wahhbahh: I predict my most played song will be [disasterology by pierce the veil] #SpotifyWrapped"
## 
## [[4765]]
## [1] "packer0519: I predict my top genre will be [Rap or R&amp;B] #SpotifyWrapped"
## 
## [[4766]]
## [1] "itsrandiii: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nDua Lipa - Last Dance"
## 
## [[4767]]
## [1] "MewnuxWolf: I finally want to see my #SpotifyWrapped! I want to see what songs I've been addicted to this year"
## 
## [[4768]]
## [1] "bams_eomma: I predict my top artist will be @BTS_twt  #SpotifyWrapped"
## 
## [[4769]]
## [1] "blondedzero: I predict my top artist will be the weeknd  #SpotifyWrapped"
## 
## [[4770]]
## [1] "haniexists: #SpotifyWrapped the world cannot know that I am secretly a swifty ;-;"
## 
## [[4771]]
## [1] "Snipermor: I predict my top artist will be [Kanye] #SpotifyWrapped"
## 
## [[4772]]
## [1] "luisjbi7: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Genesis by @Grimezsz"
## 
## [[4773]]
## [1] "Snipermor: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[4774]]
## [1] "sofiaatomo: I predict my top podcast will be Sinapse #SpotifyWrapped"
## 
## [[4775]]
## [1] "Selsfavclown: I predict my most played song will be pure / honey  #SpotifyWrapped"
## 
## [[4776]]
## [1] "Snipermor: I predict my most played song will be [Codeine crazy] #SpotifyWrapped"
## 
## [[4777]]
## [1] "konorsmind: the Lucki sweep is incoming #SpotifyWrapped https://t.co/k1YmjIz57e"
## 
## [[4778]]
## [1] "1DSJ8772: I predict my top genre will be pop or rock. #SpotifyWrapped"
## 
## [[4779]]
## [1] "ifeeIfine: I predict my top podcast will be steveos wild ride?? mayhaps #SpotifyWrapped"
## 
## [[4780]]
## [1] "GloTuNNa1: Like Nd Comment, Share it to but click da link🗣️🔥\n\nhttps://t.co/63sEeCRWKa\n\n#RedVelvet #Qatar #ImACeleb… https://t.co/5EdwJ5sCmV"
## 
## [[4781]]
## [1] "level94836: if you dont have levelboy on your #SpotifyWrapped i will be dissapointed\n\nif you do you will get a special treat ✌️😘"
## 
## [[4782]]
## [1] "HStandsForHalo: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[4783]]
## [1] "katie_racklyeft: I predict my top artist will be @HeathersMusical #SpotifyWrapped"
## 
## [[4784]]
## [1] "FreelanceMocha: I predict my top genre will be [Indie/alternative] #SpotifyWrapped"
## 
## [[4785]]
## [1] "ifeeIfine: I predict my top artist will be either gnr or rhcp #SpotifyWrapped"
## 
## [[4786]]
## [1] "1DSJ8772: I predict my top podcast will be none. #SpotifyWrapped"
## 
## [[4787]]
## [1] "HStandsForHalo: I predict my most played song will be [Skyline] #SpotifyWrapped"
## 
## [[4788]]
## [1] "genlossrnboo: I predict my top genre will be indie or dream smp..... #SpotifyWrapped"
## 
## [[4789]]
## [1] "raspbinnie23: I predict my top artist will be [@Stray_Kids] #SpotifyWrapped"
## 
## [[4790]]
## [1] "JesseW8nmbrs: It's that time of year for my #SpotifyWrapped https://t.co/hJgmxdoJRv"
## 
## [[4791]]
## [1] "Zzquack: I predict my most played song will be heatwaves #SpotifyWrapped https://t.co/pO1DhaYTEk"
## 
## [[4792]]
## [1] "ifeeIfine: I predict my most played song will be so fine by gnr 🫡 #SpotifyWrapped"
## 
## [[4793]]
## [1] "raspbinnie23: I predict my top genre will be [pop or rnb] #SpotifyWrapped"
## 
## [[4794]]
## [1] "Brotractor: everyone who shares a #SpotifyWrapped with an obscure artist at the top  https://t.co/GqPR14odyw"
## 
## [[4795]]
## [1] "mendessingular: i love #SpotifyWrapped more then i should https://t.co/Otpe7k6uuJ"
## 
## [[4796]]
## [1] "genlossrnboo: I predict my top artist will be either taylor swift or lovejoy #SpotifyWrapped"
## 
## [[4797]]
## [1] "katie_racklyeft: I predict my most played song will be Candy Store- Heathers West End #SpotifyWrapped"
## 
## [[4798]]
## [1] "frannysalv: I predict my most played song will be as it was by @Harry_Styles 🤪 #SpotifyWrapped"
## 
## [[4799]]
## [1] "buterasretro: I predict my top podcast will be Archetypes #SpotifyWrapped"
## 
## [[4800]]
## [1] "1DSJ8772: I predict my top artist will be Harry Styles. #SpotifyWrapped"
## 
## [[4801]]
## [1] "PopRockTeal13: I predict my most played song will be Hot Demon Bitches Near U by Corpse #SpotifyWrapped"
## 
## [[4802]]
## [1] "raspbinnie23: I predict my most played song will be [fairytale by stray kids] #SpotifyWrapped"
## 
## [[4803]]
## [1] "Zzquack: I predict my top artist will be men i trust #SpotifyWrapped"
## 
## [[4804]]
## [1] "bilsredladder: I predict my top artist will be Billie probably #SpotifyWrapped"
## 
## [[4805]]
## [1] "m0th0id: i just know one of my top categories in #SpotifyWrapped will be dsmp"
## 
## [[4806]]
## [1] "BrookeAlexx: Waiting for ppl’s #SpotifyWrapped is giving me ANXIETY lmao hope I’m in some 🙃"
## 
## [[4807]]
## [1] "buterasretro: I predict my most played song will be Running Up That Hill  #SpotifyWrapped"
## 
## [[4808]]
## [1] "ThatStanAnna: I predict my top genre will be [K Pop] #SpotifyWrapped"
## 
## [[4809]]
## [1] "yunkernt: my #SpotifyWrapped is going to be mess... i can't wait to see it."
## 
## [[4810]]
## [1] "Dani_flower_pow: I predict my top artist will be Arctic Monkeys  #SpotifyWrapped"
## 
## [[4811]]
## [1] "rewiredhanna: i predict my most listened to artist is @JeffreeStar \n#SpotifyWrapped"
## 
## [[4812]]
## [1] "buterasretro: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[4813]]
## [1] "ThatStanAnna: I predict my most played song will be [Rush Hour by Monsta X] #SpotifyWrapped  #MONSTA_X #MONBEBE https://t.co/tUXvC9haSN"
## 
## [[4814]]
## [1] "SportsDude2222: I predict my most played song will be [G.O.A.T by Diljit Dosanjh @diljitdosanjh]🔥🔥🔥🔥🔥 #SpotifyWrapped"
## 
## [[4815]]
## [1] "buterasretro: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4816]]
## [1] "geezybeatz145: I can't wait for mines!!!\n\n#SpotifyWrapped"
## 
## [[4817]]
## [1] "Itsyoualigatie: I predict my top podcast will be  nothing. I don’t listen to them #SpotifyWrapped"
## 
## [[4818]]
## [1] "bilsredladder: I predict my most played song will be Male Fantasy or In Between Breaths. #SpotifyWrapped"
## 
## [[4819]]
## [1] "BirthdayCakeFB: With everyone going #SpotifyWrapped mad, we thought it'd be a trip to look back at 2022 thus far on Birthday Cake F… https://t.co/n1xFRMKU6Q"
## 
## [[4820]]
## [1] "xogerardine: If this is how #SpotifyWrapped is gonna look like, then it's fire 🔥"
## 
## [[4821]]
## [1] "sj_frr: I predict my most played song will be Taste - Jake Webber #SpotifyWrapped"
## 
## [[4822]]
## [1] "PersonOfThePer1: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[4823]]
## [1] "cvbinfever: I predict my top podcast will be [just roll with it] #SpotifyWrapped THE ABSURD DND PODCAST DM’D BY GRI"
## 
## [[4824]]
## [1] "__Dxw_: I predict my top podcast will be [The Magnus archives] #SpotifyWrapped"
## 
## [[4825]]
## [1] "lisaaaalm: The fact that I’m highly anticipating #SpotifyWrapped as if I don’t already know what it’s gonna look like?"
## 
## [[4826]]
## [1] "PersonOfThePer1: I predict my most played song will be Stay #SpotifyWrapped"
## 
## [[4827]]
## [1] "bobbyIemon: I predict my top podcast will be conspiracy theories #SpotifyWrapped"
## 
## [[4828]]
## [1] "ThibsGG: I predict my most played song prolly whiplash from Metallica #SpotifyWrapped"
## 
## [[4829]]
## [1] "tiffanylouie_: No one wants to post their predictions, we just want our #SpotifyWrapped ! 🤣"
## 
## [[4830]]
## [1] "llaramaia: when is spotify wrapped actually dropping?? #SpotifyWrapped #Spotify"
## 
## [[4831]]
## [1] "bobbyIemon: I predict my top artist will be stray kids or harry styles maybe mitski again  #SpotifyWrapped"
## 
## [[4832]]
## [1] "Itsyoualigatie: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop"
## 
## [[4833]]
## [1] "fatherskeleton: Still thinking about last year’s #SpotifyWrapped and how this one girl I know from middle school posted her wrapped… https://t.co/JwEGTnYd6Y"
## 
## [[4834]]
## [1] "jpetras22: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @kimpetras duh"
## 
## [[4835]]
## [1] "bobbyIemon: I predict my top genre will be kpop 💀#SpotifyWrapped"
## 
## [[4836]]
## [1] "ThibsGG: I predict my top artist will be [Metallica] #SpotifyWrapped"
## 
## [[4837]]
## [1] "jpetras22: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped coconuts @kimpetras"
## 
## [[4838]]
## [1] "one8amit: I predict my top podcast will be @joerogan #SpotifyWrapped"
## 
## [[4839]]
## [1] "Itsyoualigatie: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@aligatie"
## 
## [[4840]]
## [1] "bobbyIemon: I predict my most played song will be satellite by harry styles #SpotifyWrapped"
## 
## [[4841]]
## [1] "okramikey: How my #SpotifyWrapped is gonna end up looking like… https://t.co/UV42cOkLlM"
## 
## [[4842]]
## [1] "Itsyoualigatie: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nCrying in the rain @aligatie"
## 
## [[4843]]
## [1] "soykiena: I predict my top podcast will be @clubdefansdeshrek #SpotifyWrapped"
## 
## [[4844]]
## [1] "one8amit: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4845]]
## [1] "MassYoungblood: My mood waiting for #SpotifyWrapped @Spotify 🫶🏿🥰 https://t.co/J5vOHe0Qm0"
## 
## [[4846]]
## [1] "one8amit: I predict my top artist will be @billieeilish ❤️\n#SpotifyWrapped"
## 
## [[4847]]
## [1] "s8nson1a: I predict my most played song will be [anything by beach house] #SpotifyWrapped"
## 
## [[4848]]
## [1] "cococalor: @chartdata @bts_bighit of course and #YetToCome \n#SpotifyWrapped"
## 
## [[4849]]
## [1] "DOR_Rogue: I predict my most played song will be [Last Surprise] #SpotifyWrapped"
## 
## [[4850]]
## [1] "soykiena: I predict my top artist will be Bad Gyal #SpotifyWrapped"
## 
## [[4851]]
## [1] "cristaldesanti: I predict my top artist will be Wallows #SpotifyWrapped"
## 
## [[4852]]
## [1] "YaelSantiago67: I predict my most played song will be As it was by Harry Styles #SpotifyWrapped"
## 
## [[4853]]
## [1] "soykiena: I predict my top genre will be latin #SpotifyWrapped"
## 
## [[4854]]
## [1] "mettatonplush: im gonn a faint #SpotifyWrapped"
## 
## [[4855]]
## [1] "LuchaSpawn: I predict my most played song will be [Make Me Famous - Kim Dracula] #SpotifyWrapped"
## 
## [[4856]]
## [1] "nathantwts: waiting on you... #SpotifyWrapped"
## 
## [[4857]]
## [1] "one8amit: I predict my most played song will be [BETTER by Zayn Malik ] #SpotifyWrapped"
## 
## [[4858]]
## [1] "SUZUIKUU: If my most played song isn’t anti fragile I’m gonna burn down Spotify #SpotifyWrapped"
## 
## [[4859]]
## [1] "soykiena: I predict my most played song will be Mezzanotte by Ana Mena #SpotifyWrapped"
## 
## [[4860]]
## [1] "loganevolve: I predict my top artist will be Dayseeker #SpotifyWrapped"
## 
## [[4861]]
## [1] "whatisKiro: Man I'm scared to see my #SpotifyWrapped"
## 
## [[4862]]
## [1] "loganevolve: I predict my top genre will be Metalcore #SpotifyWrapped"
## 
## [[4863]]
## [1] "corneater6000: I predict my top podcast will be [fill in top podcast prediction] &lt;-- guys i wonder (its tma) #SpotifyWrapped"
## 
## [[4864]]
## [1] "loganevolve: I predict my most played song will be Ghost, by Imminence #SpotifyWrapped"
## 
## [[4865]]
## [1] "SsbSalazer: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #TweekTalks"
## 
## [[4866]]
## [1] "CarolinaBonitoS: I predict my top podcast will be ask .tm #SpotifyWrapped"
## 
## [[4867]]
## [1] "Proleerr: I predict my top artist will be #SpotifyWrapped https://t.co/PgJDdvIswo"
## 
## [[4868]]
## [1] "THEEMZBLUE: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped unrestricted podcast"
## 
## [[4869]]
## [1] "CarolinaBonitoS: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[4870]]
## [1] "VoltsonTwitch: Some of y’all really exposing yourself with this #SpotifyWrapped 🤮"
## 
## [[4871]]
## [1] "THEEMZBLUE: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj"
## 
## [[4872]]
## [1] "CarolinaBonitoS: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[4873]]
## [1] "tospeanuttos: judgement day is upon us #SpotifyWrapped"
## 
## [[4874]]
## [1] "mike_from_mike: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[4875]]
## [1] "Carlos31789: I predict my most played song will be All Eyes On Me by Bo Burnham. #SpotifyWrapped"
## 
## [[4876]]
## [1] "THEEMZBLUE: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rap"
## 
## [[4877]]
## [1] "russdire: I predict my top artist will be @ihavenomanas #SpotifyWrapped"
## 
## [[4878]]
## [1] "CarolinaBonitoS: I predict my most played song will be Boyfriends #SpotifyWrapped"
## 
## [[4879]]
## [1] "THEEMZBLUE: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m a vibe"
## 
## [[4880]]
## [1] "StrifeMagazine: You can now create your own festival line-up based on your Spotify streams! #SpotifyWrapped \n\nCheck it out here:… https://t.co/BwAvJBmZ0p"
## 
## [[4881]]
## [1] "JumpinAdvice: I predict my top podcast will be Distractible #SpotifyWrapped"
## 
## [[4882]]
## [1] "russdire: I predict my most played song will be Illegal Screenshots by @ihavenomanas #SpotifyWrapped"
## 
## [[4883]]
## [1] "Proleerr: I predict my most played song will be #SpotifyWrapped https://t.co/5lrD4nmeQK"
## 
## [[4884]]
## [1] "TGMThal: I predict my top podcast will be Nur Verheiratet von @hazelbrugger  #SpotifyWrapped"
## 
## [[4885]]
## [1] "AllHailBuckets: There's a nonzero chance that my top song is 6 God - yes, in 2022.... #SpotifyWrapped"
## 
## [[4886]]
## [1] "MattGrudzinski: My biggest fear is having Friday by Rebecca Black as my #1 song on #SpotifyWrapped"
## 
## [[4887]]
## [1] "tacobellcry: I predict my top artist will be @rinasawayama\n\n#SpotifyWrapped"
## 
## [[4888]]
## [1] "Orps1xx: I predict my top artist will be Juice wrld #SpotifyWrapped"
## 
## [[4889]]
## [1] "nasikandaqlover: apple music users are seething to the fact they dont got #SpotifyWrapped"
## 
## [[4890]]
## [1] "vegsters: I predict my top genre will be modern metal. Hopefully #SpotifyWrapped"
## 
## [[4891]]
## [1] "HaangeeZooee: I saw #SpotifyWrapped and was sooo hyped... RELEASE IT NOOOOOOW https://t.co/SOzZjZeonn"
## 
## [[4892]]
## [1] "ilyxarson: I predict my top artist will be Glaive, Lovejoy or Softwilly \n100% one of them #SpotifyWrapped"
## 
## [[4893]]
## [1] "mattyandsteak: giving @spotify permission to leave rex off my #SpotifyWrapped"
## 
## [[4894]]
## [1] "BestJesster08: I predict my most played song will be [Two Birds - Regina Spektor] #SpotifyWrapped"
## 
## [[4895]]
## [1] "edsterrock: Calling it now, my #SpotifyWrapped top songs will all be from The 1975’s Being Funny In A Foreign Language."
## 
## [[4896]]
## [1] "nickelkeep: Huh. Jumping on the thing that Charlie did while waiting for #SpotifyWrapped to happen.\n\nI would pay for this fest.… https://t.co/4h6SZ0QXao"
## 
## [[4897]]
## [1] "tacobellcry: I predict my most played song will be \nAngry @marsargo \n\n#SpotifyWrapped"
## 
## [[4898]]
## [1] "JasmineGonz10: I predict my top artist will be @Harry_Styles #SpotifyWrapped"
## 
## [[4899]]
## [1] "OfRoyalLineage: JUST ANNOUNCED in #California \n\nChozen G 👑is getting ready to release #new #music ....\n\nGet Ready for something… https://t.co/hFCv57JuFg"
## 
## [[4900]]
## [1] "xoxoCorinne: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped - All Too Well 10 minute obvs"
## 
## [[4901]]
## [1] "carorosee: I predict my most played song will be Looking For Somebody (To Love) by The 1975 #SpotifyWrapped 🤡"
## 
## [[4902]]
## [1] "sfbayareamovers: Moving day is always a stressful, but it doesn’t have to be. When you are looking for a moving company in San Franc… https://t.co/LZL89KaR42"
## 
## [[4903]]
## [1] "ariforlife_: my prediction of my top artist is definitely Ariana #SpotifyWrapped"
## 
## [[4904]]
## [1] "bronkhandsoap: I predict my top artist will be 5 Seconds of Summer just like the last seven years🫶 #SpotifyWrapped"
## 
## [[4905]]
## [1] "louises1224: I predict my most played song will be WYAT (Where You At)  by @SB19Official #SpotifyWrapped"
## 
## [[4906]]
## [1] "starliivenom: if my most played song isnt cry for love im going to jump out of the window #SpotifyWrapped"
## 
## [[4907]]
## [1] "_pcrico_: I predict my most played song will be Chicas by Andrés Calamaro #SpotifyWrapped"
## 
## [[4908]]
## [1] "xawkwardandi: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[4909]]
## [1] "J_M00R3: New life goal - to see Illenium and Kristin Chenoweth on the same day 😂\n\n#instafest #spotify #SpotifyWrapped https://t.co/f1PWJKoJWw"
## 
## [[4910]]
## [1] "TomHyoos: #SpotifyWrapped!? Nah, I much prefer the festival breakdown on #instafestapp\n\nGreat work @AnshaySaboo 👏 https://t.co/FB3b6UimMc"
## 
## [[4911]]
## [1] "Maddie4836h: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nTaylor Swift"
## 
## [[4912]]
## [1] "geelovesmcr: I predict my top artist will be MCR #SpotifyWrapped"
## 
## [[4913]]
## [1] "faithinthetommo: If the music the kids I look after makes me play them shows up on my  #SpotifyWrapped  list this year https://t.co/XRUVE0mOTf"
## 
## [[4914]]
## [1] "Maddie4836h: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop"
## 
## [[4915]]
## [1] "geelovesmcr: I predict my most played song will be any song from the danger days album #SpotifyWrapped"
## 
## [[4916]]
## [1] "loneknome: can’t wait to see who the lucky bastard was this year #SpotifyWrapped https://t.co/9ISHGlmqQR"
## 
## [[4917]]
## [1] "H3AVENANGEL: I predict my most played song will be \nThis Hell @rinasawayama \n\n#SpotifyWrapped"
## 
## [[4918]]
## [1] "dollyx9: I’ll be honest I have no idea what my top song is 🥴 #SpotifyWrapped"
## 
## [[4919]]
## [1] "Maddie4836h: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nHold no Grudge Lorde"
## 
## [[4920]]
## [1] "EduwigesLopezR: Hungry? Get $15 off your first Uber Eats order of $20 or more. Terms apply. Use my code at checkout: eats-eduwigesl… https://t.co/t2s53voJZf"
## 
## [[4921]]
## [1] "mgcsvinyI: I predict my top artist will be [lizzy mcalpine] #SpotifyWrapped"
## 
## [[4922]]
## [1] "barcaleomessi71: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[4923]]
## [1] "NearJeopardy: The most unpredictable thing about me is my Spotify Wrapped, I dont even know whats going to be on it #SpotifyWrapped"
## 
## [[4924]]
## [1] "sadshanduhh2: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped cuff it by beyoncé"
## 
## [[4925]]
## [1] "mgcsvinyI: I predict my most played song will be [firearm by lizzy mcalpine] #SpotifyWrapped"
## 
## [[4926]]
## [1] "PitchersDrummer: I mean it’s obviously gonna be @LotteryWinners but I reckon the wife is pushing for @SeaGirls #SpotifyWrapped… https://t.co/kBHZST1UbQ"
## 
## [[4927]]
## [1] "SangeethanM: time to play Isaiah Rashad endlessly till #SpotifyWrapped comes out"
## 
## [[4928]]
## [1] "WadeiLLson: I predict my top podcast will be @ryansatin’ #OutOfCharacter podcast.  #SpotifyWrapped"
## 
## [[4929]]
## [1] "NaraxGomes_: I predict my top artist will be Beyoncé #SpotifyWrapped"
## 
## [[4930]]
## [1] "SiegeTheory: Can't wait for the #SpotifyWrapped where it tells me how many times I tried to find the RSS for a podcast on Spotif… https://t.co/K1x9z0Lupk"
## 
## [[4931]]
## [1] "fixed_surebet: COMPARE AND CONFIRM 🌹\n\n@fixed_surebet \n\n📞, telegram or WhatsApp +2349029529273\n\n#SpotifyWrapped … https://t.co/YkUge0e7Y4"
## 
## [[4932]]
## [1] "Nickrevolution3: #SpotifyWrapped #Spotify #trend if this #musicfestival was real I’d #fullsend in a heartbeat lol #illenium… https://t.co/KSvbuYMndW"
## 
## [[4933]]
## [1] "crystalies__: I predict my top artist will be [Shawn Mendes ] #SpotifyWrapped"
## 
## [[4934]]
## [1] "brandonwong1004: Me on Friday when #SpotifyWrapped drops https://t.co/3aUCx3xy3r"
## 
## [[4935]]
## [1] "JumpinAdvice: I predict my most played song will be Photo ID #SpotifyWrapped"
## 
## [[4936]]
## [1] "miupalettez: I predict my top podcast will be the meditating one, as you are #SpotifyWrapped"
## 
## [[4937]]
## [1] "sp1d3rrman: I predict my top artist will be Oingo Boingo #SpotifyWrapped"
## 
## [[4938]]
## [1] "Tammy: Super curious to see if I have an All @TaylorSwift13 #SpotifyWrapped for the third year in a row. I should be embar… https://t.co/7sdAVYPktd"
## 
## [[4939]]
## [1] "WadeiLLson: I predict my top artist will be @drake #SpotifyWrapped"
## 
## [[4940]]
## [1] "BerrakBiz: \"How many times have you restarted the app to see if your #SpotifyWrapped pops up?\"\n\nMe: Yes. https://t.co/MVnJPkUK1r"
## 
## [[4941]]
## [1] "ant_headd: I predict my top podcast will be the Through The Wire Podcast. #SpotifyWrapped"
## 
## [[4942]]
## [1] "Celtry1: #SpotifyWrapped nothing because they unfairly removed my account."
## 
## [[4943]]
## [1] "sp1d3rrman: I predict my most played song will be What Was Mine by Sarah Kinsley #SpotifyWrapped"
## 
## [[4944]]
## [1] "WadeiLLson: I predict my most played song will be “Say My Name” from @BeetlejuiceBway soundtrack!  #SpotifyWrapped"
## 
## [[4945]]
## [1] "miupalettez: I predict my top artist will be Allison or Giselle #SpotifyWrapped"
## 
## [[4946]]
## [1] "haydomj: I predict my top artist will be The Holdup #SpotifyWrapped"
## 
## [[4947]]
## [1] "morgxn: Not #InstaFest beating #SpotifyWrapped to the finish line …… 🫠"
## 
## [[4948]]
## [1] "LouIn22: My #SpotifyWrapped prediction https://t.co/N6p3PkhjOg"
## 
## [[4949]]
## [1] "ot4boomer: I predict my top artist will be @BLACKPINK #SpotifyWrapped"
## 
## [[4950]]
## [1] "miupalettez: I predict my top genre will be pop music #SpotifyWrapped"
## 
## [[4951]]
## [1] "RoxyK71: I predict my top artist will be [Pet Shop Boys or Depeche Mode] #SpotifyWrapped"
## 
## [[4952]]
## [1] "brittlynjo: I predict my top genre will be most likely pop or Latin #SpotifyWrapped"
## 
## [[4953]]
## [1] "milliejanine: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4954]]
## [1] "miupalettez: I predict my most played song will be Alien Superstar or What I want or Naked in Manhattan #SpotifyWrapped"
## 
## [[4955]]
## [1] "Shadowsofdeed: I predict my top podcast will be @GoonsPC #SpotifyWrapped"
## 
## [[4956]]
## [1] "Anas_91: listening to that good song that I found about later on 2022 over and over again to make sure it's on #SpotifyWrapped"
## 
## [[4957]]
## [1] "EmanuelLopesS2: I predict my most played song will be [Butterfly] \nI predict my top genre will be [K💩]\nI predict my top artist will… https://t.co/SoIpIHQ8VW"
## 
## [[4958]]
## [1] "brittlynjo: I predict my top artist will be either Halsey/Paramore/Bad Bunny/Rosalia #SpotifyWrapped"
## 
## [[4959]]
## [1] "ismael_badarou: I predict my top artist will be [Lil uzi vert] #SpotifyWrapped"
## 
## [[4960]]
## [1] "JumpinAdvice: I predict my top artist will be Tyler The Creator Halsey or Elton John #SpotifyWrapped… https://t.co/Gbpdr6Pd0B"
## 
## [[4961]]
## [1] "dilemma_x: I predict my top artist will be Don Broco #SpotifyWrapped"
## 
## [[4962]]
## [1] "gjannx3: no one is seeing my #SpotifyWrapped this year. no one."
## 
## [[4963]]
## [1] "prepcoredoug: my #applereplay2022 in place of #SpotifyWrapped https://t.co/7nae6ITcBc"
## 
## [[4964]]
## [1] "alexes184: Now that i'm waiting for #SpotifyWrapped , i let me show my past 6 months by instafest https://t.co/FmoUXQGmRz"
## 
## [[4965]]
## [1] "ismael_badarou: I predict my most played song will be [lemon tree ] #SpotifyWrapped"
## 
## [[4966]]
## [1] "preordermilf716: I predict my most played song will be BIG ENERGY BY LATTO. #SpotifyWrapped"
## 
## [[4967]]
## [1] "finelinehalo: Lmaooo it's coming gg #SpotifyWrapped"
## 
## [[4968]]
## [1] "ur_str_landlord: I predict my top artist will be [Drake] #SpotifyWrapped"
## 
## [[4969]]
## [1] "dogsmellsgood: I predict my most played song will be [change by alex g] #SpotifyWrapped"
## 
## [[4970]]
## [1] "brittlynjo: I predict my most played song will be this why by Paramore or honestly satellite by Harry Styles idkkkk 😭 #SpotifyWrapped"
## 
## [[4971]]
## [1] "imsoooooooogay: oh wow this screams horny and mentally ill gay 😐 #SpotifyWrapped https://t.co/mFDXtk2Ro0"
## 
## [[4972]]
## [1] "jennyfurhh: always interesting to see #SpotifyWrapped"
## 
## [[4973]]
## [1] "TheKwGVenom: I predict my top artist will be Hollywood Undead #SpotifyWrapped"
## 
## [[4974]]
## [1] "Ethelispog: I predict my most played song will be EGORLS ARE RUINING MY LIFE #SpotifyWrapped #ilovespotify"
## 
## [[4975]]
## [1] "taystermind: My top song is going to be West Coast #SpotifyWrapped"
## 
## [[4976]]
## [1] "Parkers_Kitchen: Already anticipating our #SpotifyWrapped https://t.co/o1uvoqv9lC"
## 
## [[4977]]
## [1] "heisqueque: So it can trend all day but it won't drop? I need to be humiliated #SpotifyWrapped"
## 
## [[4978]]
## [1] "varelxo: I predict my top podcast will be [The @joerogan Experience] #SpotifyWrapped"
## 
## [[4979]]
## [1] "ur_str_landlord: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[4980]]
## [1] "megadummy87: i predict my most played song will be [literally any dazey and the scouts song] #SpotifyWrapped"
## 
## [[4981]]
## [1] "MMASwiftie13: I predict my top podcast will be [Joe Rogan Experience] #SpotifyWrapped"
## 
## [[4982]]
## [1] "Tr3jtor: Motionless in White, NOTHING MORE, I Prevail, Ren and Papa Roach will dominate my #SpotifyWrapped this year, there's no way around it."
## 
## [[4983]]
## [1] "diana_law_1: I predict my top podcast will be St Tropez - Cruzcarignan #SpotifyWrapped"
## 
## [[4984]]
## [1] "taythearcher: I predict my most played song will be The Archer by @taylorswift13 #SpotifyWrapped"
## 
## [[4985]]
## [1] "MMASwiftie13: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[4986]]
## [1] "babybluelex: I predict my top artist will be all time low 🤍 #SpotifyWrapped"
## 
## [[4987]]
## [1] "ariiicedtea: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[4988]]
## [1] "MMASwiftie13: I predict my top genre will be [POP] #SpotifyWrapped"
## 
## [[4989]]
## [1] "TPWKLove15: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped IDK!!:))"
## 
## [[4990]]
## [1] "_greggjameson: I predict my top artist will be either @movementsCA or @HotMulligan #SpotifyWrapped"
## 
## [[4991]]
## [1] "aslan_ste: I predict my top podcast will be Dissect #SpotifyWrapped"
## 
## [[4992]]
## [1] "LifeMusicSound: #SpotifyWrapped will most likely look like \n\nINDIGO D-3\n#방탄소년단RM\n#방탄소년단알엠\n#IndigoByRM #Namjoon \n#IndigoByRMIsComing… https://t.co/3uctpywSHH"
## 
## [[4993]]
## [1] "xxlisatje16: Its that time again, #SpotifyWrapped  is almost there :D"
## 
## [[4994]]
## [1] "aslan_ste: I predict my top artist will be JID #SpotifyWrapped"
## 
## [[4995]]
## [1] "MMASwiftie13: I predict my most played song will be [LA Doesn’t Miss Me - Lily Kincade] #SpotifyWrapped or [All Too Well (10 Minu… https://t.co/YZY905Z79B"
## 
## [[4996]]
## [1] "hastings_19: I predict my most played song will be Father time #SpotifyWrapped"
## 
## [[4997]]
## [1] "TPWKLove15: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Harry Styles!!:))"
## 
## [[4998]]
## [1] "aslan_ste: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[4999]]
## [1] "luvfionaapple: can’t wait to be publically humiliated by spotify again in a couple of days #spotifywrapped"
## 
## [[5000]]
## [1] "AgusZapata: I predict my top artist will be Taylor Swift. #SpotifyWrapped"
## 
## [[5001]]
## [1] "TPWKLove15: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop!!:))"
## 
## [[5002]]
## [1] "aslan_ste: I predict my most played song will be Crack Sandwich #SpotifyWrapped"
## 
## [[5003]]
## [1] "elkiey327: I predict my most played song will be Dicke Titten #SpotifyWrapped"
## 
## [[5004]]
## [1] "TPWKLove15: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped TPWK By Harry Styles!!:))"
## 
## [[5005]]
## [1] "timchudakov11: I predict my most played song will be belupacito #SpotifyWrapped"
## 
## [[5006]]
## [1] "scaredtocommit: give me my #SpotifyWrapped 👹"
## 
## [[5007]]
## [1] "SangeethanM: its that time of the yeaaaarrrrrrr 👀 #SpotifyWrapped"
## 
## [[5008]]
## [1] "arqtmis: I predict my top artist will be abba #SpotifyWrapped"
## 
## [[5009]]
## [1] "Larckye: If you listen to this entire playlist and don't like at least one song. I change my name.\nhttps://t.co/4Q9AS3nDaW… https://t.co/iIl7szgl2x"
## 
## [[5010]]
## [1] "0pOlaTingz: I hope my wrap is better last year was embarrassing 💀#SpotifyWrapped"
## 
## [[5011]]
## [1] "giorgioborz: I predict my most played song will be [Everybody wants to rule the world] #SpotifyWrapped"
## 
## [[5012]]
## [1] "bee_84: I dont even think id want to share mines 😆😆😆🙄🙄🙄🙄#SpotifyWrapped"
## 
## [[5013]]
## [1] "Mar10Kart: @tanamongeau I wouldn’t have a happy song either if i used apple music #SpotifyWrapped"
## 
## [[5014]]
## [1] "GeoulioMarin: I predict @sanbenito will be my most listened artist as well as @ladygaga , @Anitta and @KALIUCHIS 🌱🌱🌱 #SpotifyWrapped"
## 
## [[5015]]
## [1] "UsmanZuhaa: HI\nI am a freelancer. I can rewrite documents, and translate documents into any language, also can convert files in… https://t.co/C25N4q5Ist"
## 
## [[5016]]
## [1] "ZanAycicek: Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook"
## 
## [[5017]]
## [1] "mateo52491237: I predict my most played song will be Holdin' on #SpotifyWrapped"
## 
## [[5018]]
## [1] "jyseob: I predict my top podcast will be [diary of a romantica] #SpotifyWrapped"
## 
## [[5019]]
## [1] "giorgioborz: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[5020]]
## [1] "Ocean_Pearl09: I predict my top artist will be will be either Stray kids, BTS, or Enhypen #SpotifyWrapped"
## 
## [[5021]]
## [1] "EthanUrbanski: I predict my top artist will be @RollingStones … easy money  #SpotifyWrapped"
## 
## [[5022]]
## [1] "giorgioborz: I predict my top artist will be [AJR] #SpotifyWrapped"
## 
## [[5023]]
## [1] "prajxfcb: I predict my top podcast will be [@SalVulcano @chrisdcomedy ] #SpotifyWrapped"
## 
## [[5024]]
## [1] "luvhopew: I predict my most played song will be [HOME] #SpotifyWrapped"
## 
## [[5025]]
## [1] "SweMeatballs78: The John Lewis Christmas ad and #SpotifyWrapped are two of the most anticipated days in the annual marketing calend… https://t.co/4MsRoUaWly"
## 
## [[5026]]
## [1] "ChuckNo34556584: #SpotifyWrapped its just going to be this babyyyyyy https://t.co/ZrD0r2DouL"
## 
## [[5027]]
## [1] "angelogrossi_: I predict my most played song will be [Disco : Surf Curse] #SpotifyWrapped"
## 
## [[5028]]
## [1] "jyseob: I predict my top artist will be [Chase Atlantic] #SpotifyWrapped"
## 
## [[5029]]
## [1] "jyseob: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[5030]]
## [1] "diana_law_1: I predict my most played song will be Carmen #SpotifyWrapped"
## 
## [[5031]]
## [1] "victgab_: I predict my top podcast will be Quinta Misteriosa da Jaqueline Guerreiro #SpotifyWrapped"
## 
## [[5032]]
## [1] "BLymanWarrior: omg I got my #SpotifyWrapped early https://t.co/zx6vmyMiTp"
## 
## [[5033]]
## [1] "crazy_but_crazy: Drop it alredy #SpotifyWrapped 💀"
## 
## [[5034]]
## [1] "diana_law_1: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[5035]]
## [1] "ghostzbur: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[5036]]
## [1] "prajxfcb: I predict my top artist will be [@theweeknd ] #SpotifyWrapped"
## 
## [[5037]]
## [1] "victgab_: I predict my top artist will be Jão #SpotifyWrapped"
## 
## [[5038]]
## [1] "diana_law_1: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[5039]]
## [1] "jyseob: I predict my most played song will be [did too much] #SpotifyWrapped"
## 
## [[5040]]
## [1] "thasubean: I predict my most played song will be molecole by thasup @thavidesupreme #SpotifyWrapped"
## 
## [[5041]]
## [1] "prajxfcb: I predict my most played song will be [Until I found you] #SpotifyWrapped"
## 
## [[5042]]
## [1] "victgab_: I predict my top genre will be Rock ou Indie #SpotifyWrapped"
## 
## [[5043]]
## [1] "Addyforselena: More than most streamed artist of the year, I’m scared about my top 5 songs of the year #SpotifyWrapped"
## 
## [[5044]]
## [1] "Stuleveller: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @the_levellers"
## 
## [[5045]]
## [1] "UrLuvJ0Y: Give it to me now #SpotifyWrapped"
## 
## [[5046]]
## [1] "znftna: I predict my most played song will be [PINK VENOM ] #SpotifyWrapped"
## 
## [[5047]]
## [1] "victgab_: I predict my most played song will be Idiota do Jão  #SpotifyWrapped"
## 
## [[5048]]
## [1] "Specsavers: Excited for this year's treat for the eyes @Spotify🤞\n\n#SpotifyWrapped https://t.co/6B9QZFRohl"
## 
## [[5049]]
## [1] "breezlebit: WOO! Y’all ready for Bo Burnham to be my most listened to for yet another year??? I am! 🎧🎁#SpotifyWrapped https://t.co/33zOiLpl9E"
## 
## [[5050]]
## [1] "cononbon: I predict my top artist will be @OfficialWillow cause &lt;coping mechanism&gt; has been steadyyyyy on repeat since it dro… https://t.co/q5r5DXIIJb"
## 
## [[5051]]
## [1] "MarvinSoldier1: @Marvin_Inu @elonmusk #marvin much organic, bags full of cookies and apples. Let s bring some peace in here\n\n#Apple #SpotifyWrapped"
## 
## [[5052]]
## [1] "SUZUIKUU: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5053]]
## [1] "oncein20lt: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5054]]
## [1] "JumpinAdvice: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[5055]]
## [1] "Cilla_mena: I already know what my #SpotifyWrapped will look like.\nNicki, Wizkid, Justin Bieber will take the lead ..."
## 
## [[5056]]
## [1] "dhiasyaf_: macam biasa, keshi still number 1 like other years 😂 \n\n#SpotifyWrapped https://t.co/0FpICsQxdY"
## 
## [[5057]]
## [1] "IAMACROBA: I predict my most played song will be Nicknames by Dayglow #SpotifyWrapped"
## 
## [[5058]]
## [1] "AaronOfTheSkies: #SpotifyWrapped GIVE ME I NEED IT"
## 
## [[5059]]
## [1] "a_marie803: Shout out to #instafestapp because I was already pressed for #SpotifyWrapped . Perfect teaser"
## 
## [[5060]]
## [1] "Bp_Ruletheworld: I predict my top artist will be [Blackpink ] #SpotifyWrapped"
## 
## [[5061]]
## [1] "sugarmoonhes: I predict my top artist will be Taylor Swift or BANKS #SpotifyWrapped"
## 
## [[5062]]
## [1] "ohschittpatrick: I use my Spotify for sleep music so I’m absolutely dreading my #SpotifyWrapped this year"
## 
## [[5063]]
## [1] "flamingogamer15: my #SpotifyWrapped is gonna be so sad"
## 
## [[5064]]
## [1] "mmericdesem: #Spotify #SpotifyWrapped \nI like it so much 💗 https://t.co/bqw93XOi2e"
## 
## [[5065]]
## [1] "sugarmoonhes: I predict my top podcast will be Unhinged with Chris Klemens #SpotifyWrapped"
## 
## [[5066]]
## [1] "snakezv: I predict my most played song will be Believe What I Say #SpotifyWrapped"
## 
## [[5067]]
## [1] "JuliaMorales3: Check it now: https://t.co/wUWrejwqcQ \nCasemiro #CyberMonday #GivingTuesday Diet Coke Ghana #MondayMotivation Mauna… https://t.co/zbX31eo5Nk"
## 
## [[5068]]
## [1] "Bp_Ruletheworld: I predict my top genre will be [Hip-Hop] #SpotifyWrapped"
## 
## [[5069]]
## [1] "joof_official: twitter goin nuts over  #SpotifyWrapped and it ain’t even out yet https://t.co/pfwWKgPv2U"
## 
## [[5070]]
## [1] "anaaaii_: WHERES MY #SpotifyWrapped"
## 
## [[5071]]
## [1] "matt_nid: I predict my most played song will be \"Sometimes, I\" by Aero Austaire #SpotifyWrapped"
## 
## [[5072]]
## [1] "Bp_Ruletheworld: I predict my most played song will be [Pink Venom ] #SpotifyWrapped"
## 
## [[5073]]
## [1] "sparekidneymaam: I predict my most played song will be butterfly by LOONA #SpotifyWrapped"
## 
## [[5074]]
## [1] "BustedFTL: I don't have #SpotifyWrapped yet...."
## 
## [[5075]]
## [1] "sugarmoonhes: I predict my most played song will be Meteorite by BANKS #SpotifyWrapped"
## 
## [[5076]]
## [1] "AntaaBaaaka: Where my Spotify wrapped at biatch #SpotifyWrapped"
## 
## [[5077]]
## [1] "highbury_ryan: I predict my top artist will be @zachlanebryan #SpotifyWrapped"
## 
## [[5078]]
## [1] "deccoroma: Are you ready for Christmas?\n\nDon't miss special Christmas price %40 off\n\n\"JUST ANNOUNCED\" #SpotifyWrapped, Canelo… https://t.co/J9d9djiAy6"
## 
## [[5079]]
## [1] "m4rl0nnnn: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[5080]]
## [1] "unseriously_ang: I predict my top podcast will be white noise sleep sounds 😅 but the real answer is @goodchildrenpod #SpotifyWrapped"
## 
## [[5081]]
## [1] "sparekidneymaam: I predict my top artist will be [loona] #SpotifyWrapped"
## 
## [[5082]]
## [1] "ronnyparedess: I predict my top artist will be Adele 🤍 #SpotifyWrapped"
## 
## [[5083]]
## [1] "trostdistrict: I predict my top artist will be Glass Animals #SpotifyWrapped"
## 
## [[5084]]
## [1] "AyuenBiar: I predict my top podcast will be [Manchester United Offical Podcast] #SpotifyWrapped"
## 
## [[5085]]
## [1] "trostdistrict: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[5086]]
## [1] "trostdistrict: I predict my most played song will be Drunk Dazed #SpotifyWrapped"
## 
## [[5087]]
## [1] "channelblonddd: I predict my most played song will be [pink matter by frank] #SpotifyWrapped"
## 
## [[5088]]
## [1] "bleuhstry: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5089]]
## [1] "TOONYGOONYY: I predict my top artist will be [either prince daddy and the hyena or Joyce manor] #SpotifyWrapped"
## 
## [[5090]]
## [1] "AyuenBiar: I predict my top artist will be Drake  #SpotifyWrapped"
## 
## [[5091]]
## [1] "smhjacqueline: yeah keep #SpotifyWrapped hidden from me pls https://t.co/iq5PK23LL9"
## 
## [[5092]]
## [1] "serein_sara: I predict my top podcast will be [ i dont listen to podcasts on spotify ] #SpotifyWrapped"
## 
## [[5093]]
## [1] "TOONYGOONYY: I predict my top genre will be [Alt rock] #SpotifyWrapped"
## 
## [[5094]]
## [1] "girlwtheaxe: I predict my top podcast will be @nosalgasdecasa #SpotifyWrapped"
## 
## [[5095]]
## [1] "Duchess_Woody: Can someone let me know when #SpotifyWrapped drops please"
## 
## [[5096]]
## [1] "AyuenBiar: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[5097]]
## [1] "TOONYGOONYY: I predict my most played song will be [Totally fine by PUP] #SpotifyWrapped"
## 
## [[5098]]
## [1] "serein_sara: I predict my top artist will be [BLACKPINK] #SpotifyWrapped"
## 
## [[5099]]
## [1] "girlwtheaxe: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[5100]]
## [1] "gwsnasty: I predict my most played song will be [nasty by ariana grande] #SpotifyWrapped"
## 
## [[5101]]
## [1] "jimjimhasfleas: I predict my most played song will be lustre by jiwoo #SpotifyWrapped\n I KNOW IT WILL BE"
## 
## [[5102]]
## [1] "girlwtheaxe: I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped"
## 
## [[5103]]
## [1] "hobibobi24: Honestly don’t know what it’s gonna look like this year I fear . There were some songs I listened to but I didn’t l… https://t.co/eUcuWnIbIt"
## 
## [[5104]]
## [1] "waldorfcomplex: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop i’m afraid"
## 
## [[5105]]
## [1] "AyuenBiar: I predict my most played song will be [ Want it all ] #SpotifyWrapped"
## 
## [[5106]]
## [1] "Phillu96: I predict my top podcast will be HookedFM of course 😎 #SpotifyWrapped"
## 
## [[5107]]
## [1] "camprockqueen: I predict my top artist will be Taylor Swift ♥️ #SpotifyWrapped"
## 
## [[5108]]
## [1] "LouIn22: I predict my most played song will be #biggerthanme  Than Me by #LouisTomlinson \n\n #SpotifyWrapped"
## 
## [[5109]]
## [1] "serein_sara: I predict my top genre will be [Hip Hop] #SpotifyWrapped"
## 
## [[5110]]
## [1] "taedh28: I predict my top artist will be [Louis] #SpotifyWrapped"
## 
## [[5111]]
## [1] "Its_NoGenre: I predict my most played song will be Shake it By Kay Flock ft Cardi B #SpotifyWrapped https://t.co/PS70nnfYGN"
## 
## [[5112]]
## [1] "tauruskelIs: i predict my most played song will be 9 lives #SpotifyWrapped"
## 
## [[5113]]
## [1] "Tomato_Jam6: I predict my top podcast will be Very Really Good #SpotifyWrapped"
## 
## [[5114]]
## [1] "zachzeaman: I'm ready to hate my own music taste, please drop it already #SpotifyWrapped"
## 
## [[5115]]
## [1] "chaserwoodz: I predict my top artist will be [MONSTA X] #SpotifyWrapped"
## 
## [[5116]]
## [1] "iameduard20: Patiently waiting for #SpotifyWrapped https://t.co/7lWb1Hk9VO"
## 
## [[5117]]
## [1] "svtwrn: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[5118]]
## [1] "lucybluofficial: Check me out being narcissistic af 🙃😂 #SpotifyWrapped https://t.co/hYkkEcscMa"
## 
## [[5119]]
## [1] "KEEPDRlVING: I predict my top artist will be harry duh  #SpotifyWrapped"
## 
## [[5120]]
## [1] "Phillu96: I predict my top artist will be \nRoyal Blood like last year\n#SpotifyWrapped"
## 
## [[5121]]
## [1] "svtwrn: I predict my most played song will be my tears ricochet #SpotifyWrapped"
## 
## [[5122]]
## [1] "Carlos_jmt99: I predict my top artist will be [Bad Bunny obviously 🤠] #SpotifyWrapped"
## 
## [[5123]]
## [1] "chaserwoodz: I predict my top genre will be [k-pop boygroup] #SpotifyWrapped"
## 
## [[5124]]
## [1] "brktrend: 【Trends Tag】 #BRASUI #CyberMonday #GivingTuesday #MondayMotivation #SpotifyWrapped"
## 
## [[5125]]
## [1] "justastargirl9: I predict my top artist will be @taylorswift13 \n#SpotifyWrapped\n\nThis isnt changing anytime soon."
## 
## [[5126]]
## [1] "musicislife2342: When is actually Spotify wrapped coming ? #SpotifyWrapped"
## 
## [[5127]]
## [1] "serein_sara: I predict my most played song will be [Kiss Me Thru The Phone] #SpotifyWrapped"
## 
## [[5128]]
## [1] "taedh28: I predict my most played song will be [Bigger than me] #SpotifyWrapped"
## 
## [[5129]]
## [1] "esalextric: I predict my most played song will be LA INOCENTE OBVIO #SpotifyWrapped"
## 
## [[5130]]
## [1] "bad_gal_rennan: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5131]]
## [1] "Phillu96: I predict my top genre will be\nModern Rock like my last years #SpotifyWrapped"
## 
## [[5132]]
## [1] "ChopShopChi: Waiting for our #SpotifyWrapped! https://t.co/JpmFhxzxDi"
## 
## [[5133]]
## [1] "chaserwoodz: I predict my most played song will be [JIKJIN - TREASURE] #SpotifyWrapped"
## 
## [[5134]]
## [1] "dreamofkarIa: my #SpotifyWrapped is here omg https://t.co/3VM2UwBG3a"
## 
## [[5135]]
## [1] "mvance980: i predict (know) my top artist will be taylor swift #SpotifyWrapped"
## 
## [[5136]]
## [1] "bree_brendahope: I predict my top artist will be [Laura Marano ] #SpotifyWrapped"
## 
## [[5137]]
## [1] "Dwizzle2021: I predict my top artist will be Nicki Minaj #SpotifyWrapped"
## 
## [[5138]]
## [1] "marthaskzz: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #stop"
## 
## [[5139]]
## [1] "AshishRChauhan: I predict my top artist will be @anirudhofficial #SpotifyWrapped"
## 
## [[5140]]
## [1] "rnbtomi: me when my #SpotifyWrapped list has the exact same artists as it did last year https://t.co/zDxXCUJX8f"
## 
## [[5141]]
## [1] "Dwizzle2021: I predict my top genre will be Hip hop #SpotifyWrapped"
## 
## [[5142]]
## [1] "surrealhaze: I predict my most played song will be Dress by Taylor Swift #SpotifyWrapped"
## 
## [[5143]]
## [1] "justastargirl9: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nUh....its a tight battle betwe… https://t.co/yPXMlEVnY9"
## 
## [[5144]]
## [1] "Phillu96: I predict my most played song will be\nPump it from Electric Callboy 🤔#SpotifyWrapped"
## 
## [[5145]]
## [1] "ShnizelInBag: I predict my most played song will be \nI Really Want to Stay at Your House #SpotifyWrapped"
## 
## [[5146]]
## [1] "imfranci13: I predict my most played song will be wildest dreams  #SpotifyWrapped"
## 
## [[5147]]
## [1] "Namjoonbug1138: I predict my top artist will be @BTS_twt #SpotifyWrapped"
## 
## [[5148]]
## [1] "Shazi087: #Secret_Battalion \n@li_vi_ng_ \n@Cootleoo\n@AM_AKHR\n@HR_Busy\n@ItsMadina3\n@Shazi087\n@bnt_aywb\n@MMA7t\n@TlpAMOfficial… https://t.co/z5CK5Iii1d"
## 
## [[5149]]
## [1] "taylorsbobatea: I predict my most played song will be sofia by Clairo #SpotifyWrapped"
## 
## [[5150]]
## [1] "imfranci13: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5151]]
## [1] "certifieduzistn: I predict my most played song will be Just Wanna Rock #SpotifyWrapped"
## 
## [[5152]]
## [1] "Dwizzle2021: I predict my most played song will be [Do We Have A Problem by Nicki Minaj and Lil Baby ] #SpotifyWrapped"
## 
## [[5153]]
## [1] "JoEyTanThaMan: I predict my most played song will be \n(Please, don’t be it… please don’t be it)\nAnti-Hero 😂\n#SpotifyWrapped"
## 
## [[5154]]
## [1] "imfranci13: I predict my top artist will be Taylor Swift #SpotifyWrapped ofc"
## 
## [[5155]]
## [1] "mini_van__: I predict my top artist will be GRETA VAN FLEET 😺😸#SpotifyWrapped"
## 
## [[5156]]
## [1] "redrobinriley: I predict my most played song will be Feel My Rhythm or All Too Well 🤞🏻\n #SpotifyWrapped"
## 
## [[5157]]
## [1] "waldorfcomplex: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwhat is thsi"
## 
## [[5158]]
## [1] "wildrift: Doom and destruction is better with a killer soundtrack. What would be on Aatrox’s #SpotifyWrapped ? 🎶🎸"
## 
## [[5159]]
## [1] "onoyop: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5160]]
## [1] "BettyLS27: I predict my top artist will be … could be @sanbenito or @theweeknd #SpotifyWrapped"
## 
## [[5161]]
## [1] "kevinmarrerx: I predict my most played song will be Plastic Off The Sofa - Beyoncé #SpotifyWrapped"
## 
## [[5162]]
## [1] "totallymills: I predict my top artist will be Taylor Swift #SpotifyWrapped\n\nofc"
## 
## [[5163]]
## [1] "YesUrDad: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped At your service with dua lipa"
## 
## [[5164]]
## [1] "xo_gusTaV0: Me seeing Rex Orange County and Daniel Ceasar on my #SpotifyWrapped https://t.co/WSBjJVONYY"
## 
## [[5165]]
## [1] "aujulon: I predict my top artist will be @brentfaiyaz #SpotifyWrapped"
## 
## [[5166]]
## [1] "itsbillie4ever: I predict my top artist will be Billie Eilish #SpotifyWrapped"
## 
## [[5167]]
## [1] "YesUrDad: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ashe"
## 
## [[5168]]
## [1] "luvXchuu: I predict my top podcast will be [suburb talks ] I love them #SpotifyWrapped"
## 
## [[5169]]
## [1] "polarizedchan: i KNOW my top artist will be [twenty one pilots] #SpotifyWrapped"
## 
## [[5170]]
## [1] "YesUrDad: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped contemporary pop"
## 
## [[5171]]
## [1] "aujulon: I predict my top genre will be R&amp;B 🔥🔥 #SpotifyWrapped"
## 
## [[5172]]
## [1] "BettyLS27: I predict my top genre will be Reggaeton #SpotifyWrapped"
## 
## [[5173]]
## [1] "lunawoona2: I predict my top artist will be @monlaferte or @mitskileaks cause I done had them on repeat all year lol #SpotifyWrapped"
## 
## [[5174]]
## [1] "YesUrDad: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped infinite live without fulfilment by grimes"
## 
## [[5175]]
## [1] "Number1ErenStan: Also I know Mitski going to be my top artist this year too, I won’t tell you how many times I listened to my depres… https://t.co/Z3C71htLhE"
## 
## [[5176]]
## [1] "_flores_tweets: I predict my top podcast will be [The Joe Rogan experience ] #SpotifyWrapped"
## 
## [[5177]]
## [1] "matache_elena: I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped"
## 
## [[5178]]
## [1] "BettyLS27: I predict my most played song will be anything from Bad Bunny #SpotifyWrapped"
## 
## [[5179]]
## [1] "HannaBec: I predict my most played song will be Written All Over Your Face by Louis Tomlinson #SpotifyWrapped"
## 
## [[5180]]
## [1] "moxieknox: I predict my top artist will be @Drake #SpotifyWrapped"
## 
## [[5181]]
## [1] "JamesMillyard: I predict my top podcast will be [@JaacksHappyHour] #SpotifyWrapped"
## 
## [[5182]]
## [1] "aujulon: I predict my most played song will be Clouded #SpotifyWrapped"
## 
## [[5183]]
## [1] "SonaKitnaSonaa: #SpotifyWrapped gonna drop anytime soon? 😏"
## 
## [[5184]]
## [1] "demoisland: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5185]]
## [1] "whatflix: PLEASE STOP THIS MADNESS DROP IT NOWW #SpotifyWrapped"
## 
## [[5186]]
## [1] "demoisland: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5187]]
## [1] "JamesMillyard: I predict my top artist will be [Harry Styles] #SpotifyWrapped"
## 
## [[5188]]
## [1] "amalwtf: I wanna see all artists’ #SpotifyWrapped and then I wanna see them collaborating with the artists they listen to the most."
## 
## [[5189]]
## [1] "ilyGingr: I predict my most played song will be [Do I Wanna Know] #SpotifyWrapped"
## 
## [[5190]]
## [1] "Jackson_Harris: I’m probably way too excited for my #SpotifyWrapped"
## 
## [[5191]]
## [1] "_flores_tweets: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[5192]]
## [1] "JamesMillyard: I predict my top genre will be [Dance Pop] #SpotifyWrapped"
## 
## [[5193]]
## [1] "ilyGingr: I predict my top genre will be [Alternative Rock] #SpotifyWrapped"
## 
## [[5194]]
## [1] "JamesMillyard: I predict my most played song will be [As It Was - Harry Styles] #SpotifyWrapped"
## 
## [[5195]]
## [1] "luvXchuu: I predict my top artist will be [bts] I think 😭 like for sure #SpotifyWrapped"
## 
## [[5196]]
## [1] "_flores_tweets: I predict my top genre will be [R&amp;B/Soul] #SpotifyWrapped"
## 
## [[5197]]
## [1] "fleabagin221b: I predict my most played song will be Lavender Haze. #SpotifyWrapped"
## 
## [[5198]]
## [1] "neverlinkko: saw #SpotifyWrapped trending and gasped, tried to open spotify so fast i dropped my phone and for nothing"
## 
## [[5199]]
## [1] "daveoracle01: wow it’s just the group stage and the #WorldcupQatar2022 is exciting 🔥btw my EP - LOVE IS WAR ! is out on all digit… https://t.co/xEwu3yzryA"
## 
## [[5200]]
## [1] "_flores_tweets: I predict my most played song will be [save your tears] #SpotifyWrapped"
## 
## [[5201]]
## [1] "matt_meowmeow: I predict my top podcast will be [something to do with ASMR] #SpotifyWrapped"
## 
## [[5202]]
## [1] "babysatelIite: I predict my top artist will be Harry Styles, and my second artist will be Matt Maltese, and my third will be Deftones  #SpotifyWrapped"
## 
## [[5203]]
## [1] "luvXchuu: I predict my top genre will be [kpop]  😭😭 #SpotifyWrapped"
## 
## [[5204]]
## [1] "ilyGingr: I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped"
## 
## [[5205]]
## [1] "plutosupremacy0: Can't wait for everyone to have the DreamSMP as one of their main \"genres\" of the year for no apparent reason🤩 #SpotifyWrapped"
## 
## [[5206]]
## [1] "feeIingwoozy: I predict my most played song will be Fast Times by @SabrinaAnnLynn #SpotifyWrapped"
## 
## [[5207]]
## [1] "dxndelinz: COME ON BRO WE HUNGRY #SpotifyWrapped"
## 
## [[5208]]
## [1] "matt_meowmeow: I predict my top artist will be [Lovejoy] #SpotifyWrapped"
## 
## [[5209]]
## [1] "luvXchuu: I predict my most played song will be [ya acabo ft Becky g ] for sure 😭#SpotifyWrapped"
## 
## [[5210]]
## [1] "deleytons: I predict my top artist will be loona or blackpink #SpotifyWrapped"
## 
## [[5211]]
## [1] "imshuhaib18: no but why is #SpotifyWrapped trending. I got excited for a moment."
## 
## [[5212]]
## [1] "matt_meowmeow: I predict my top genre will be [indie rock] #SpotifyWrapped"
## 
## [[5213]]
## [1] "prior_parker: my 2019, 2020, &amp; 2021 #SpotifyWrapped wonder if me by the 1975 will be on mine for the 4th year in a row x https://t.co/JK12RSlF43"
## 
## [[5214]]
## [1] "Angie_Bouvier: The most played song on my #SpotifyWrapped this year is either gonna be #Riptide by @BEARTOOTHband or #Sleepwalking by @AllTimeLow 😅"
## 
## [[5215]]
## [1] "shunsuiri: I predict my most played song will be Le perv #SpotifyWrapped \n\n(a saber después, pero)"
## 
## [[5216]]
## [1] "demolovers4evr: I predict my top artist will be American rock band my chemical romance #SpotifyWrapped"
## 
## [[5217]]
## [1] "77741L3777: #SpotifyWrapped when starting guyzzzz"
## 
## [[5218]]
## [1] "deleytons: I predict my most played song will be pose by loona #SpotifyWrapped"
## 
## [[5219]]
## [1] "matt_meowmeow: I predict my most played song will be [Fine - Lemon Demon] #SpotifyWrapped"
## 
## [[5220]]
## [1] "SamESTXX: I predict my top artist will be  Machine Gun Kelly #SpotifyWrapped"
## 
## [[5221]]
## [1] "demolovers4evr: I predict my most played song will be demolition lovers -mcr #SpotifyWrapped"
## 
## [[5222]]
## [1] "chaosthechemist: I predict my top artist will be Drake #SpotifyWrapped https://t.co/aXZh9WYPYY"
## 
## [[5223]]
## [1] "mar_ee_n: I predict my top podcast will be Hobbylos by Rezo&amp;Julien Bam #SpotifyWrapped"
## 
## [[5224]]
## [1] "thedompodcast: There you go - a sneak peak into SEASON 1 ✨️\n Click, Listen and Subscribe 😉\n#SpotifyWrapped\n#spotifypodcasts\n ➡️https://t.co/u9yRN8vTqo"
## 
## [[5225]]
## [1] "anujdog: Everyone's #SpotifyWrapped better have Kate Bush on it"
## 
## [[5226]]
## [1] "Evvrrmore: I predict my top artist will be Taylor swift  #SpotifyWrapped"
## 
## [[5227]]
## [1] "_itgirlkai: I predict my top artist will be HARRY STYLES #SpotifyWrapped 😁"
## 
## [[5228]]
## [1] "Evvrrmore: I predict my top genre will be pop/indie or rock #SpotifyWrapped"
## 
## [[5229]]
## [1] "ferra_fond: I predict my top podcast will be None…\n#SpotifyWrapped"
## 
## [[5230]]
## [1] "IAmKinetik: I won't lie. I was seeing some sick festival line up posters and thinking “where can I buy a ticket for that?”. The… https://t.co/qC1zw9DoSF"
## 
## [[5231]]
## [1] "JomiBT21: I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped"
## 
## [[5232]]
## [1] "ferra_fond: I predict my top artist will be if it’s not lovejoy i will riot\n#SpotifyWrapped"
## 
## [[5233]]
## [1] "hafsawk: Everyone should drop their Spotify wrapped here. I wanna see whose mental health here is worse than mine 🙂\n#SpotifyWrapped"
## 
## [[5234]]
## [1] "Evvrrmore: I predict my most played song will be jubilee line by Wilbur soot #SpotifyWrapped"
## 
## [[5235]]
## [1] "mar_ee_n: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[5236]]
## [1] "susmitha_519: I predict my top artist will be #Bangtan(#BTs) #SpotifyWrapped"
## 
## [[5237]]
## [1] "TomMauchline: I am so excited for y'all  #SpotifyWrapped so y'all better post screen shots!"
## 
## [[5238]]
## [1] "irwin_angel5: I predict my most played song will be [Greyhound Ashton Irwin] #SpotifyWrapped"
## 
## [[5239]]
## [1] "venturewithlani: All time vs the last 6 months 🤗 #SpotifyWrapped https://t.co/3vLzYTgysV"
## 
## [[5240]]
## [1] "ferra_fond: I predict my top genre will be indie pop or dsmp, depends\n#SpotifyWrapped"
## 
## [[5241]]
## [1] "zeroyorke_: I predict my most played song will be [any radiohead song] #SpotifyWrapped"
## 
## [[5242]]
## [1] "glowspinkss: I predict my top artist will be [BLACKPINK] #SpotifyWrapped"
## 
## [[5243]]
## [1] "luckyjessey1: Make government ban relationship \n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐"
## 
## [[5244]]
## [1] "ferra_fond: I predict my most played song will be Darkside by neoni\n#SpotifyWrapped"
## 
## [[5245]]
## [1] "btrsnewdemo: I predict my top artist will be @bigtimerush #SpotifyWrapped"
## 
## [[5246]]
## [1] "mar_ee_n: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5247]]
## [1] "irwin_angel5: I predict my top artist will be [5 Seconds Of Summer] #SpotifyWrapped"
## 
## [[5248]]
## [1] "Bobtheukguy1: Just released that my top podcast this year on #SpotifyWrapped is going to be the @ColinandSamir show"
## 
## [[5249]]
## [1] "Ariel_Silva2013: I predict my top artist will be @ShawnJamesMusic #SpotifyWrapped"
## 
## [[5250]]
## [1] "morgan990912: I predict my top genre will be alt pop #SpotifyWrapped"
## 
## [[5251]]
## [1] "S7OUS: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5252]]
## [1] "cassatem: i just know mine will be awful  #SpotifyWrapped"
## 
## [[5253]]
## [1] "ashlynn1420: I folded and am paying money this year just to see what my top played song was😆 it better be worth it spotify! #SpotifyWrapped"
## 
## [[5254]]
## [1] "90120fairy: I predict my top artist will be suicideboys sin ninguna duda y si no pues ben yart lmao XD #SpotifyWrapped"
## 
## [[5255]]
## [1] "mar_ee_n: I predict my most played song will be Anti-Hero by @taylorswift13🎧 #SpotifyWrapped"
## 
## [[5256]]
## [1] "bansheeirosa: I predict my top artist will be [Conan Gray] #SpotifyWrapped"
## 
## [[5257]]
## [1] "Aaistruly: Y'ALL HAD ME THINKING #SpotifyWrapped WAS ALREADY OUT, SPOTIFY STOP EDGING US https://t.co/IYxvc8hvEV"
## 
## [[5258]]
## [1] "bansheeirosa: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[5259]]
## [1] "90120fairy: I predict my most played song will be  viejo amigo de ben yart o coma de suicideboys seguramente #SpotifyWrapped"
## 
## [[5260]]
## [1] "bansheeirosa: I predict my most played song will be [Constellations - Jade LeMac] #SpotifyWrapped"
## 
## [[5261]]
## [1] "minsungshiner: I predict my top artist will be stray kids  #SpotifyWrapped"
## 
## [[5262]]
## [1] "reptaylor__: Already know that me #SpotifyWrapped is gonna be filled with Taylor swift 🫠"
## 
## [[5263]]
## [1] "Krangsbody: I predict my top podcast will be [@Fightful] #SpotifyWrapped"
## 
## [[5264]]
## [1] "Based_Cardian: sorry for no decklist this weekend, I haven't slept in 48 hours haha\n\nalso WHEN IS #SpotifyWrapped DROPPING P L E A S E IT'S BEEN FOREVER"
## 
## [[5265]]
## [1] "terryb0i: I predict my top genre will be [Latin] #SpotifyWrapped"
## 
## [[5266]]
## [1] "samsterp18: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5267]]
## [1] "minsungshiner: I predict my top genre will be kpop  #SpotifyWrapped"
## 
## [[5268]]
## [1] "Bunnuunuu: DROP IT I HAVE BEEN LISTENING TO TAYLOR FOR 2 SOLID MONTHS 12 HOURS A DAY I NEED THOSE NUMBERS\n\n#SpotifyWrapped"
## 
## [[5269]]
## [1] "sikntiiiiiiired: I predict my top genre will be [kpop🙃] #SpotifyWrapped"
## 
## [[5270]]
## [1] "adharabanana: I predict my top artist will be [Rammstein] #SpotifyWrapped"
## 
## [[5271]]
## [1] "minsungshiner: I predict my most played song will be Lonely st. by stray kids  #SpotifyWrapped"
## 
## [[5272]]
## [1] "Krangsbody: I predict my top artist will be [@LittleSimz] #SpotifyWrapped"
## 
## [[5273]]
## [1] "Saralpfamily: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[5274]]
## [1] "mirkopecis: I predict my top artist will be thasup #SpotifyWrapped\n\npalese @thavidesupreme"
## 
## [[5275]]
## [1] "sikntiiiiiiired: I predict my most played song will be [love always run away-lyw ] #SpotifyWrapped"
## 
## [[5276]]
## [1] "CorduroyLane: I predict my most played song will be space ghost coast to coast (or your sister was right) #SpotifyWrapped"
## 
## [[5277]]
## [1] "adharabanana: I predict my most played song will be [Undisclosed Desires] #SpotifyWrapped"
## 
## [[5278]]
## [1] "LISARINNAMANDM: I use apple music but my #SpotifyWrapped is gonna be nicki streaming playlist‼️"
## 
## [[5279]]
## [1] "Aaistruly: Me pretending to be shocked when I see TXT as my number 1 artist on my #SpotifyWrapped https://t.co/vqlX27TomE"
## 
## [[5280]]
## [1] "samsterp18: I predict my most played song will be don’t come back by @tatemcrae #SpotifyWrapped"
## 
## [[5281]]
## [1] "jawsavfc: I predict my top artist will be The Weeknd #SpotifyWrapped https://t.co/vVLu1Qad2Q"
## 
## [[5282]]
## [1] "Harolddamnit: Someone tell me, what #SpotifyWrapped means?"
## 
## [[5283]]
## [1] "frank92546075: I predict my most played song will be Despues De La Playa #SpotifyWrapped"
## 
## [[5284]]
## [1] "Krangsbody: I predict my top genre will be [boom bap] #SpotifyWrapped"
## 
## [[5285]]
## [1] "Tazmad7: I predict my most played song will be (a track from Written By Wolves) #SpotifyWrapped"
## 
## [[5286]]
## [1] "Krangsbody: I predict my most played song will be [Little Q, Pt 2] #SpotifyWrapped"
## 
## [[5287]]
## [1] "nomadicblur: I predict my most played song will be It Won’t Always Be Like This @InhalerDublin #SpotifyWrapped https://t.co/Ikd3JCTP73"
## 
## [[5288]]
## [1] "3xiledGamer: I predict my top podcast will be Distractible with @markiplier @muyskerm and @LordMinion777  ive listened to every… https://t.co/ex6XNaGcMi"
## 
## [[5289]]
## [1] "bekindorbequie2: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[5290]]
## [1] "Hiddanas: While we wait for #SpotifyWrapped what will be in your top 10 songs?\nMariner's Revenge Song by The Decemberists\nTal… https://t.co/fr747ExNqs"
## 
## [[5291]]
## [1] "tzuweemamaa: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[5292]]
## [1] "underabigbould1: If beyonce will not be in your top artists, i will ne judging very harshly #SpotifyWrapped https://t.co/yXjen1X5WJ"
## 
## [[5293]]
## [1] "0daawn: i genuinely thought #SpotifyWrapped was already out"
## 
## [[5294]]
## [1] "TheMaxxStorm: I predict my top artist will be Ghost!! #SpotifyWrapped #ghost"
## 
## [[5295]]
## [1] "SWesterbeck: If my top song isn’t All too well (10 minute version (Taylor’s version) I’ll scream #SpotifyWrapped"
## 
## [[5296]]
## [1] "KileyKrueger: I predict my top podcast will be @TheFFBallers  #SpotifyWrapped"
## 
## [[5297]]
## [1] "C00PIERE: I predict my most played song will be “Love Love Love” or “Glimpse of Us”??? Idk #SpotifyWrapped"
## 
## [[5298]]
## [1] "hauntedskye: I predict my top artist will be @mikes_dead 🫶 #SpotifyWrapped"
## 
## [[5299]]
## [1] "brownsugarrry: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[5300]]
## [1] "brookiefr: I predict my most played song will be [fill in top song prediction] idk prolly Luv Hate @hateslump #SpotifyWrapped"
## 
## [[5301]]
## [1] "duckmakesthings: I predict my top podcast will be The Deconstruction Zone by @DannyLybarger and @emilykzell  #SpotifyWrapped"
## 
## [[5302]]
## [1] "mateoojimenezz: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5303]]
## [1] "KevinSa14803791: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Korn"
## 
## [[5304]]
## [1] "VotingIsLocal: Georgia voters! Need something to listen to while you go vote early this week? (Or maybe something to get you excit… https://t.co/LE415rsXJ9"
## 
## [[5305]]
## [1] "paupaviabieber: I predict my most played song will be Attention de New Jeans claramente #SpotifyWrapped"
## 
## [[5306]]
## [1] "KevinSa14803791: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hard rock"
## 
## [[5307]]
## [1] "SwiftieDisco: I predict my top artist will be Taylor Swift! #SpotifyWrapped"
## 
## [[5308]]
## [1] "evron44: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[5309]]
## [1] "brownsugarrry: I predict my most played song will be Cinema by Harry Styles #SpotifyWrapped"
## 
## [[5310]]
## [1] "childerolandusa: Sabrina Carpenter hit\nThumbs (Official Video)\nhttps://t.co/g3lGtjPScn \n#sabrinacarpenter #SpotifyWrapped"
## 
## [[5311]]
## [1] "troy_warren_: I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/5b8cujEXrn"
## 
## [[5312]]
## [1] "KevinSa14803791: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped faget-Korn"
## 
## [[5313]]
## [1] "ssalsaolivia: I predict my top artist will be the smiths #SpotifyWrapped"
## 
## [[5314]]
## [1] "C00PIERE: I predict my top genre will be hip hop for the WINNN #SpotifyWrapped"
## 
## [[5315]]
## [1] "cherrystyles_8: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5316]]
## [1] "ssalsaolivia: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[5317]]
## [1] "_maddieperez_: when when when #spotifywrapped"
## 
## [[5318]]
## [1] "lucas_nojosa: When it comes to soccer, Brazil is the teacher 👏🏼👏🏼🇧🇷 \n\n#FIFAWorldCup #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/dHKWqp6D36"
## 
## [[5319]]
## [1] "frogc0ric: I predict my top podcast will be that one podcast episode where someone reuploaded the song Karkalicious that I can… https://t.co/7Baqu7z5LX"
## 
## [[5320]]
## [1] "ssalsaolivia: I predict my most played song will be hype boy #SpotifyWrapped"
## 
## [[5321]]
## [1] "chasingbodies: I really can't wait to see the podcast stats on my #SpotifyWrapped because this is the first year where I solely us… https://t.co/wdxU04qgLO"
## 
## [[5322]]
## [1] "Bluebarracks26: I predict my most played song will be [Deep End - I Prevail] #SpotifyWrapped"
## 
## [[5323]]
## [1] "Mawrk0902: I predict my top genre will be [Soul] #SpotifyWrapped"
## 
## [[5324]]
## [1] "SwiftieDisco: I predict my most played song will be 30/90! It was my anxiety anthem this year #SpotifyWrapped"
## 
## [[5325]]
## [1] "Nico_Neko14: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[5326]]
## [1] "PawsUp_Taiwan: @Spotify Bloody Mary by Lady Gaga !\n\n#Spotify #SpotifyWrapped #wednesday \n\nhttps://t.co/O6WPoD7ORY"
## 
## [[5327]]
## [1] "manthansingh09: I predict my most played song will be O Sanam by Lucky Ali #SpotifyWrapped"
## 
## [[5328]]
## [1] "DJDODEMDRUGS: my #SpotifyWrapped gonna show me slowly rising from the ashes"
## 
## [[5329]]
## [1] "ZenZooma: I predict my top artist will be Doechii, but who the fuck knows. #SpotifyWrapped"
## 
## [[5330]]
## [1] "tk1sharma: twitter emoji moments tagline symbol #SpotifyWrapped https://t.co/zhLPsi9zab"
## 
## [[5331]]
## [1] "frogc0ric: I predict my top artist will be Bastille. It has been Bastille for the past several years and it probably will be again. #SpotifyWrapped"
## 
## [[5332]]
## [1] "_heInik: I always play rain sounds on youtube though. My top artists this year would most probably be Harry Styles and Aly &amp;… https://t.co/A2CULOpMZd"
## 
## [[5333]]
## [1] "kccloud1107: Thinking about how I've been listening to the same song on repeat since it came out, but it won't be on my… https://t.co/cKGczLZDkh"
## 
## [[5334]]
## [1] "JumpinAdvice: I predict my top artist will be Tyler The Creator or Halsey #SpotifyWrapped… https://t.co/XTRl5gxreC"
## 
## [[5335]]
## [1] "zemessai: hurry the fuck up #SpotifyWrapped"
## 
## [[5336]]
## [1] "Tashas_Spot: Too many commercials #SpotifyWrapped"
## 
## [[5337]]
## [1] "childerolandusa: Sabrina Carpenter Run and Hide\nhttps://t.co/fNNJxnUMJK\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[5338]]
## [1] "frogc0ric: I predict my top genre will be some weird subgenre i literally never pay attention to this spotify genres are wack #SpotifyWrapped"
## 
## [[5339]]
## [1] "kingfIorence: I predict my top genre will be Pop / Alt Rock / Indie Pop / Baroque Pop #SpotifyWrapped"
## 
## [[5340]]
## [1] "gloomywalrus: I predict my top artist will be Doja Cat ?#SpotifyWrapped"
## 
## [[5341]]
## [1] "starlessvigil: I predict my top artist will be Beabadoobee #SpotifyWrapped"
## 
## [[5342]]
## [1] "JonaSoto23: I predict my most played song will be Stars in the Sky - From Sonic the Hedgehog 2. #SpotifyWrapped"
## 
## [[5343]]
## [1] "C00PIERE: I predict my top podcast will most likely be Sleep Deprived Podcast, with the SCP Foundation Podcast being a strong… https://t.co/lnrCHRVI1l"
## 
## [[5344]]
## [1] "frogc0ric: I predict my most played song will be Chinese Satellite by Phoebe Bridgers. Or We Don't Talk About Bruno by the Enc… https://t.co/4HYWKbSGYd"
## 
## [[5345]]
## [1] "ducks_celina: I predict my top podcast will be Brainpain #SpotifyWrapped\n@HeiderFlorian @KlenganTV"
## 
## [[5346]]
## [1] "chuuveswxrld: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[5347]]
## [1] "kingfIorence: I predict my top artist will be Florence + the Machine for the millionth time in a row! #SpotifyWrapped"
## 
## [[5348]]
## [1] "Riley81146126: I predict my top artist will be [Yung Gravy] #SpotifyWrapped"
## 
## [[5349]]
## [1] "gloomywalrus: I predict my top genre will be in Pop #SpotifyWrapped"
## 
## [[5350]]
## [1] "Riley81146126: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[5351]]
## [1] "creative_carrah: I predict my top podcast will be Distractible 100%. No question about it! #SpotifyWrapped"
## 
## [[5352]]
## [1] "Riley81146126: I predict my most played song will be [Anti Hero By Taylor Swift] #SpotifyWrapped"
## 
## [[5353]]
## [1] "kingfIorence: I predict my most played song will be Queen of Peace or Ophelia #SpotifyWrapped"
## 
## [[5354]]
## [1] "murderize: i need my #SpotifyWrapped asap. i cant wait any longer"
## 
## [[5355]]
## [1] "ducks_celina: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5356]]
## [1] "emerald_4ce: I predict my top podcast will be @BlackBoxDownPod. Planes go brr. #SpotifyWrapped"
## 
## [[5357]]
## [1] "hyunjiness_: I predict my top artist will be [stray kids ] #SpotifyWrapped\n\nIf i got it right, i demand unlimited premium free subscription for my acc😀"
## 
## [[5358]]
## [1] "mogenee_: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[5359]]
## [1] "ducks_celina: I predict my top genre will be pop  #SpotifyWrapped"
## 
## [[5360]]
## [1] "gloomywalrus: I predict my most played song will be Not Allowed by TV Girl #SpotifyWrapped"
## 
## [[5361]]
## [1] "C00PIERE: I predict my top artist will be Bo Burnham, Inside got me through summer depression all over again lol #SpotifyWrapped"
## 
## [[5362]]
## [1] "chuuveswxrld: I predict my most played song will be Pose by LOONA #SpotifyWrapped"
## 
## [[5363]]
## [1] "swttrep: I predict my top artist will be ARIANA GRANDE #SpotifyWrapped"
## 
## [[5364]]
## [1] "KataclysticLive: I predict my most played song will be Mind Brand. That or IAF!IAP! #SpotifyWrapped"
## 
## [[5365]]
## [1] "ducks_celina: I predict my most played song will be Death By A Thousand Cuts #SpotifyWrapped"
## 
## [[5366]]
## [1] "RoselineS15: I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/nJEMK9C5dh"
## 
## [[5367]]
## [1] "adampamartin: I predict my most played song will be Lately by Massive Attack #SpotifyWrapped"
## 
## [[5368]]
## [1] "swttrep: I predict my top genre will pop #SpotifyWrapped"
## 
## [[5369]]
## [1] "roanother1: I'm starting to get concerned that my #SpotifyWrapped may be a little bit embarrassing 😂"
## 
## [[5370]]
## [1] "B2Bniche: @JimBrickman will no doubt show up on my #SpotifyWrapped. Thanks for the beautiful music! 🎶"
## 
## [[5371]]
## [1] "Fatimarhaliyu: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5372]]
## [1] "sh0ppingcart7: I predict my most played song will be Cemetery Drive #SpotifyWrapped"
## 
## [[5373]]
## [1] "aliolivaqx: pls don’t make fun of me when my #SpotifyWrapped comes out. i went through 27 different transformation this year 🫣"
## 
## [[5374]]
## [1] "swttrep: I predict my most played song will be Gasoline- the weeknd #SpotifyWrapped"
## 
## [[5375]]
## [1] "ecokeecko: I bet #SpotifyWrapped is releasing on November 30th"
## 
## [[5376]]
## [1] "sh0ppingcart7: I predict my top artist will be Paramore #SpotifyWrapped"
## 
## [[5377]]
## [1] "emerald_4ce: I predict my top genre will be Drum &amp; Bass cuz it'ss the most consistent thing about me. #SpotifyWrapped"
## 
## [[5378]]
## [1] "777ggk: I predict my top artist will be [Don Toliver] #SpotifyWrapped"
## 
## [[5379]]
## [1] "rubysletters: Since #SpotifyWrapped   is trending,\nI THOUGHT IT DROPPED. DONT LEAD ME ON LIKE THIS https://t.co/zK7wgd6B0C"
## 
## [[5380]]
## [1] "AngelGonza234: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5381]]
## [1] "RoselineS15: I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/eR4Cyi2828"
## 
## [[5382]]
## [1] "bintcrubbs: i have to log off for the entire week when #SpotifyWrapped drops cause your tastes in music make me physically ill… https://t.co/4fpYWeGImt"
## 
## [[5383]]
## [1] "DistrokidR: #SpotifyWrapped is dropping soon! This means we will not only get a boost in streams as listeners are reminded of o… https://t.co/vFT1riWg8G"
## 
## [[5384]]
## [1] "777ggk: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[5385]]
## [1] "777ggk: I predict my most played song will be [No Idea - Don Toliver] #SpotifyWrapped"
## 
## [[5386]]
## [1] "emerald_4ce: I predict my most played song will be Let's All Love Lain... I've listened to it an obscene amount. #SpotifyWrapped"
## 
## [[5387]]
## [1] "ryujibonkin: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped red vox https://t.co/YDCzOHmRgL"
## 
## [[5388]]
## [1] "taylorpylex: Can’t wait to see my Spotify wrapped from this year #SpotifyWrapped"
## 
## [[5389]]
## [1] "RoselineS15: I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/9YOFZLE7ub"
## 
## [[5390]]
## [1] "avigilantebit: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5391]]
## [1] "cryoshia: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[5392]]
## [1] "cryoshia: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5393]]
## [1] "lafave_katie: I predict my top artist will be Taylor Swift 🫶🏻💗 #SpotifyWrapped"
## 
## [[5394]]
## [1] "avigilantebit: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5395]]
## [1] "jubiesims: 6-months Vs 4-weeks 😌✨\n#instafest #SpotifyWrapped https://t.co/BMp1ZIDhh8"
## 
## [[5396]]
## [1] "AshlyGfx: Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/zgzQKzn0Su"
## 
## [[5397]]
## [1] "HannahJonesUU: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[5398]]
## [1] "cryoshia: I predict my most played song will be nonsense #SpotifyWrapped"
## 
## [[5399]]
## [1] "avigilantebit: I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped"
## 
## [[5400]]
## [1] "RobLariceJr: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped a song from either Led Zeppelin, Black Sabbath, or Rush."
## 
## [[5401]]
## [1] "swift4gnf: I predict my top artist will be Taylor ofc #SpotifyWrapped"
## 
## [[5402]]
## [1] "madimasako: Where is my #SpotifyWrapped ???? @Spotify https://t.co/9k6MNjYsaa"
## 
## [[5403]]
## [1] "RoselineS15: I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/AiZYW8eLDK"
## 
## [[5404]]
## [1] "JuicyxChocolate: SPOTIFY WRAPPED IS OUT #SpotifyWrapped 😭 https://t.co/e6brgcyznE"
## 
## [[5405]]
## [1] "speaaknw: im so sorry for everyone who will have Lin Manuel Miranda as their top artist on spotify wrapped cause they been li… https://t.co/pyOvYeayhI"
## 
## [[5406]]
## [1] "Shakespearoes: Expecting my #spotifyWrapped to be pretty tight and full of @LouisColeMusic @TierraWhack @kendricklamar https://t.co/2mqNhs9hO0"
## 
## [[5407]]
## [1] "r3pluvr: STOP TEASING SPOTIFY WRAPPED AND JUST DROP IT ALREADY #SpotifyWrapped https://t.co/qocb29GWgx"
## 
## [[5408]]
## [1] "_carloscrespo: I predict my most played song will be Toy Story de @lolaindigomusic  #SpotifyWrapped"
## 
## [[5409]]
## [1] "manuelle06: @Tuttasb1 @dimash_official I predict my top artist will be DIMASH QUDAIBERGEN #SpotifyWrapped \n\nTraveled 13300km to… https://t.co/oNT13DI4Wl"
## 
## [[5410]]
## [1] "poke_siter: #SpotifyWrapped so it’ll be good. Now just waiting… https://t.co/MspuptPejv"
## 
## [[5411]]
## [1] "weaner43: I predict my most played song will be the poop #SpotifyWrapped"
## 
## [[5412]]
## [1] "JColRaper: I predict your mom will be my top genre on #SpotifyWrapped"
## 
## [[5413]]
## [1] "erocxel: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[5414]]
## [1] "HitThemRycepss: I already know my #SpotifyWrapped is going to be straight garbage this year."
## 
## [[5415]]
## [1] "TomFHydes: I predict my most played song will be Sweet Caroline #SpotifyWrapped"
## 
## [[5416]]
## [1] "theangryang: I predict my most played song will be [life’s a happy song from the muppets movie] #SpotifyWrapped"
## 
## [[5417]]
## [1] "TechScout10: Also I am genuinely concerned about what my #SpotifyWrapped is gonna look like. Maybe I'll look like I have brain d… https://t.co/JMwnVfv2Rd"
## 
## [[5418]]
## [1] "neptunestardust: With this years #SpotifyWrapped I have no clue who my top artist could be. I have changed so much this year, musica… https://t.co/GnVxXKdNqn"
## 
## [[5419]]
## [1] "Lauracoder12: Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/aJanfuZuji"
## 
## [[5420]]
## [1] "migrainegoner: I predict my top genre will be [alt rock or pop] #SpotifyWrapped"
## 
## [[5421]]
## [1] "fairyofpoop: me pretending to be shocked when nct127 is number 1 on my spotify wrapped #SpotifyWrapped https://t.co/kW9TBZjt4C"
## 
## [[5422]]
## [1] "seven_itseven: I predict my top podcast will be [boomervs zoomer] #SpotifyWrapped"
## 
## [[5423]]
## [1] "YaBoyAkshar: Pretending I don't care about #SpotifyWrapped so it comes faster"
## 
## [[5424]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/qPIkktNjtf"
## 
## [[5425]]
## [1] "shroomslive: I predict my top genre will be sleep sounds #SpotifyWrapped"
## 
## [[5426]]
## [1] "seven_itseven: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[5427]]
## [1] "TwillDistilled: I predict my most played song will be Call Me Little Sunshine by @thebandGHOST  #SpotifyWrapped"
## 
## [[5428]]
## [1] "cakeofsodomy: Prolly mine: #SpotifyWrapped https://t.co/95Ojf4phrd"
## 
## [[5429]]
## [1] "breathineilish: I predict my most played song will be [halleys comet] #SpotifyWrapped"
## 
## [[5430]]
## [1] "Imrulkayes100: I will grow Instagram page for fast organic growth and engagement. Order now https://t.co/ElfJnyWTZO… https://t.co/wMA50m2pdL"
## 
## [[5431]]
## [1] "migrainegoner: I predict my top artist will be [twenty one pilots] #SpotifyWrapped \n\nno doubt in my mind"
## 
## [[5432]]
## [1] "seven_itseven: I predict my most played song will be [nico and the niners] #SpotifyWrapped"
## 
## [[5433]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/iCgqnj4Ak4"
## 
## [[5434]]
## [1] "summersun4evr: I predict my most played song will be Bejeweled by Taylor Swift 🫶🏻🫶🏻🥰#SpotifyWrapped"
## 
## [[5435]]
## [1] "davidcaba_: I predict my most played song will be [SloMo- Eurovision’s dancebreak edit] #SpotifyWrapped"
## 
## [[5436]]
## [1] "ZanAycicek: Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED"
## 
## [[5437]]
## [1] "ganzw1en: I predict my top artist will be Part Time #SpotifyWrapped"
## 
## [[5438]]
## [1] "ptvlt666: I predict my top artist will be my chemical romance #SpotifyWrapped"
## 
## [[5439]]
## [1] "ganzw1en: I predict my most played song will be Holly Louie by Part Time #SpotifyWrapped"
## 
## [[5440]]
## [1] "especiallyavery: I swear if my top artist isn’t wallows or harry… #SpotifyWrapped"
## 
## [[5441]]
## [1] "speashos: cant wait  #SpotifyWrapped"
## 
## [[5442]]
## [1] "waoyfswift: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[5443]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/KJS3CnwTr6"
## 
## [[5444]]
## [1] "Bluebelldigital: How libraries in the US are using streaming to promote local music.\n\nhttps://t.co/HNopVACxpx\n\n#music #streaming… https://t.co/hyhuDxVM4K"
## 
## [[5445]]
## [1] "EvermoreWitch: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5446]]
## [1] "davidcaba_: I predict my top artist will be [ROSALÍA] #SpotifyWrapped"
## 
## [[5447]]
## [1] "EvermoreWitch: I predict my top artist will be Taylor Swift. #SpotifyWrapped"
## 
## [[5448]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Ary7GKTilK"
## 
## [[5449]]
## [1] "griffith_lorisa: I predict my most played song will be [Yet to Come or Sexy Nukim] #SpotifyWrapped"
## 
## [[5450]]
## [1] "ZeBadmedic: I predict my most played song will be [Bubblegum Bitch by Marina] #SpotifyWrapped"
## 
## [[5451]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Kx45alQuze"
## 
## [[5452]]
## [1] "funniestphemale: I predict my top artist will be BTS OR TAYLOR SWIFT #SpotifyWrapped"
## 
## [[5453]]
## [1] "E_Teezey1286: I already know who my top 5 artists will be for #SpotifyWrapped: Coldplay, Beyonce, Adele, Kendrick, and Ari Lennox… https://t.co/VoEO9rYIFf"
## 
## [[5454]]
## [1] "dennisnjuki2018: Retweet and send to someone you love. #SpotifyWrapped #staracademy2022 #World https://t.co/HGkQdNcSXu"
## 
## [[5455]]
## [1] "EvermoreWitch: I predict my most played song will be mirrorball or You Belong With Me (Taylor's Version) #SpotifyWrapped"
## 
## [[5456]]
## [1] "V3g4punk123: I predict my top artist will be @ICENINEKILLS #SpotifyWrapped"
## 
## [[5457]]
## [1] "griffith_lorisa: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[5458]]
## [1] "Olivias_livie: I predict my most played song will be Hope ur ok by @oliviarodrigo #SpotifyWrapped @LiviesHQ"
## 
## [[5459]]
## [1] "tuneestan: I predict my top artist will be [LUCKI] #SpotifyWrapped"
## 
## [[5460]]
## [1] "luckyjessey1: Falling in love with someone’s eyes is the only thing that will never change.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/eYh2eG8rla"
## 
## [[5461]]
## [1] "VSlaylor: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5462]]
## [1] "mickey_smash: I predict my top artist will be [Ishay Ribo] AAAAAAA!!!!!!!! #SpotifyWrapped"
## 
## [[5463]]
## [1] "letterxci: I'm ready, release it. \n#SpotifyWrapped https://t.co/B1VMgLT4Pd"
## 
## [[5464]]
## [1] "tannywuff: fuck yall for getting #spotifywrapped trending, i thought it was ready, yall got me excited/scared for nothing"
## 
## [[5465]]
## [1] "tuneestan: I predict my most played song will be [Been knew that] #SpotifyWrapped"
## 
## [[5466]]
## [1] "hannahhmarch: i predict my top artist will be @boniver #SpotifyWrapped EASILY"
## 
## [[5467]]
## [1] "Dvann562: Saw a little emoji for #SpotifyWrapped and I thought it was ready... Not yet."
## 
## [[5468]]
## [1] "luckyjessey1: All Men Look But Not For The Same Reasons\n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐"
## 
## [[5469]]
## [1] "shlieut: I predict my top podcast will be chuckle sandwich or mbmbam #SpotifyWrapped"
## 
## [[5470]]
## [1] "RoselineS15: Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/G1SWyH6lsg"
## 
## [[5471]]
## [1] "leefelixsblkgf: My top song is definitely siren by P1harmony #SpotifyWrapped"
## 
## [[5472]]
## [1] "beqmed: I predict my top artist will be [Kendrick Lamar ] #SpotifyWrapped"
## 
## [[5473]]
## [1] "BigheadCarrol: I predict my top podcast will be JRE #SpotifyWrapped"
## 
## [[5474]]
## [1] "shlieut: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5475]]
## [1] "shlieut: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5476]]
## [1] "beqmed: I predict my most played song will be [n95] #SpotifyWrapped"
## 
## [[5477]]
## [1] "shlieut: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5478]]
## [1] "satirerevived: I predict my most played song will be girls just want to have fun\n\nI predict my top artist will be bladee\n\nI predic… https://t.co/cZxNCOCu4Z"
## 
## [[5479]]
## [1] "luckyjessey1: Staring into a stranger’s eyes can make you form an attachment, despite never even talking to them.… https://t.co/acPKScpYn1"
## 
## [[5480]]
## [1] "LuLu_9496: Idk if Justin is going to be my #1 artist of the year 🤔🤔\n\nAll this year I have been listening to podcast &amp; Jpop \n\n#SpotifyWrapped"
## 
## [[5481]]
## [1] "BrokeBoyCal: I predict my top podcast will be @TheBlackHokage 🫡 #SpotifyWrapped"
## 
## [[5482]]
## [1] "Alastorsart: I'm sure my #SpotifyWrapped will be an Alastor tribute😍 Songs by @PARANOiDDJ1,@SilvaHound, @BlackGryph0n, electro-s… https://t.co/TX40oU4upv"
## 
## [[5483]]
## [1] "jawsavfc: Im lowkey scared that the high-school musical cast will be on my top 5😭i cant share that \n#SpotifyWrapped"
## 
## [[5484]]
## [1] "AnthonyLWolf: I suspect my top podcast this year will be @tripleclickpod, with the absolute stunning gang @jasonschreier,… https://t.co/N5tEyNGU3s"
## 
## [[5485]]
## [1] "tahtinenrandy: my #SpotifyWrapped is going to be a time capsule from 2004. https://t.co/baOG8Sc9rY"
## 
## [[5486]]
## [1] "DungeonGlitch: I did a #SpotifyWrapped video so we'll see if they let you see it. I have no idea when that will be as artists are… https://t.co/SHSepBIuBT"
## 
## [[5487]]
## [1] "ojanshu: Anyone is waiting for Spotify Wrapped?\n#SpotifyWrapped"
## 
## [[5488]]
## [1] "maddy_h_: this year I’m actually worried to see mine 😂😭 #SpotifyWrapped"
## 
## [[5489]]
## [1] "6asmaskTTV: Stop hyping #SpotifyWrapped and drop it already 😭"
## 
## [[5490]]
## [1] "facuu_correa: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5491]]
## [1] "viejamina: I predict my top artist will be [@BLACKPINK] #SpotifyWrapped"
## 
## [[5492]]
## [1] "Ariesone96: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Comethazine 500 hours"
## 
## [[5493]]
## [1] "ayyonce: The way I repeated Candydrip &amp; RENAISSANCE this year… I already know how my #SpotifyWrapped looking."
## 
## [[5494]]
## [1] "BigheadCarrol: I predict my top artist will be @russdiemon #SpotifyWrapped"
## 
## [[5495]]
## [1] "geekykoo: I predict my top genre will be KPOP BECAUSE SPOTIFY'S FILTHY ASS DOESN'T REALISE THAT #BTSISTHEGENRE  #SpotifyWrapped"
## 
## [[5496]]
## [1] "QueenieMoet412: I predict my most played song will be [In The Streets Ft Monique] #SpotifyWrapped"
## 
## [[5497]]
## [1] "overmestella: before spotify wrapped comes out let’s all remember, i went through just 1 situationship this year before you judge me\n#SpotifyWrapped"
## 
## [[5498]]
## [1] "luckyjessey1: In fact, making mistakes adds to your experience and you learn not to repeat them again.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/AcX7sZUQWf"
## 
## [[5499]]
## [1] "BigheadCarrol: I predict my top genre will be metalcore #SpotifyWrapped"
## 
## [[5500]]
## [1] "aryxari: my prediction of #SpotifyWrapped top artists:\n\nGracie Abrams \nTaylor (unfortunately)\nDavid hugo\nCharli xcx\nSabrina… https://t.co/xcwbzaafk9"
## 
## [[5501]]
## [1] "SofiaNight21: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[5502]]
## [1] "prc__roblox: #SpotifyWrapped anybody?"
## 
## [[5503]]
## [1] "MansiDave0409: Everyone is either attending a wedding or concert &amp; here I’m attending office #meetings (just finished at 11.20 pm… https://t.co/YOPv0XjgYG"
## 
## [[5504]]
## [1] "Patrick31370308: Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/8Vltdq9ztE"
## 
## [[5505]]
## [1] "kelseyyyannx: I predict my top artist this year will be @findingfletcher #SpotifyWrapped"
## 
## [[5506]]
## [1] "BigheadCarrol: I predict my most played song will be [Nowhere To Go by @badomenscult] #SpotifyWrapped"
## 
## [[5507]]
## [1] "ethanmedler_: I predict my top podcast will be [@PeterCrouchPod] #SpotifyWrapped"
## 
## [[5508]]
## [1] "laurakristen_: Y’all really making me think that my #SpotifyWrapped dropped. https://t.co/QPNacS3tmO"
## 
## [[5509]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/Hmz61Jni7e"
## 
## [[5510]]
## [1] "Yaro_b_: I promise y'all  the songs that I bump to the most that are on my \n#SpotifyWrapped are not me, I'm not that sad😂😂😂😂🤡"
## 
## [[5511]]
## [1] "EvsNieli: I predict my top artist will be [stray kids] #SpotifyWrapped"
## 
## [[5512]]
## [1] "Poulami_dp: I predict my most played song will be Wonder by Eric Nam #SpotifyWrapped"
## 
## [[5513]]
## [1] "icky__nikki: I predict my top artist will be \nNot Waterparks\nI think I’m finally free from their grasp\n #SpotifyWrapped"
## 
## [[5514]]
## [1] "kingfromqns: I would be shocked if my top podcast isn’t @PivotPod because @karaswisher and @profgalloway are such a dynamic and… https://t.co/KlneZHCsMV"
## 
## [[5515]]
## [1] "yetismall: I predict my most played song will be Lavender Haze by @taylornation13 #SpotifyWrapped"
## 
## [[5516]]
## [1] "EvsNieli: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[5517]]
## [1] "EvsNieli: I predict my most played song will be [all of us] #SpotifyWrapped"
## 
## [[5518]]
## [1] "Takuday_OW: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[5519]]
## [1] "AaronDenius: Not me listening to Bob Marley 24/7 so that Pink Floyd isn’t my #1 on #SpotifyWrapped for the 3rd year in a row."
## 
## [[5520]]
## [1] "Poulami_dp: I predict my top genre will be k-POP + POP  #SpotifyWrapped"
## 
## [[5521]]
## [1] "emilycantwell_: I predict my top artist will be some dude called HRVY? 😅 #SpotifyWrapped"
## 
## [[5522]]
## [1] "RobinBaum143: I predict my top artist will be Seventeen. #SpotifyWrapped"
## 
## [[5523]]
## [1] "iamnotinkansas: Everyone out here desperate for #SpotifyWrapped when I'm sitting here with 12 years of https://t.co/vCYJNYysfe data… https://t.co/XIcLsvEkp3"
## 
## [[5524]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/IuJ3WHlkOA"
## 
## [[5525]]
## [1] "Poulami_dp: I predict my top podcast will be  Daebak Show w/ Eric Nam #SpotifyWrapped"
## 
## [[5526]]
## [1] "IWK2GK5: The official Twitter account of the scumbag terrorist @LatifaMRM, daughter of Dubai's Dictator Mohamad Maktoum.\n\nMo… https://t.co/zhvNwsgvMs"
## 
## [[5527]]
## [1] "Sarthak61511357: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dandelions"
## 
## [[5528]]
## [1] "Poulami_dp: I predict my top artist will be \nEric Nam #SpotifyWrapped"
## 
## [[5529]]
## [1] "emilycantwell_: I predict my most played song will be golden hour by HRVY 🤩 #SpotifyWrapped"
## 
## [[5530]]
## [1] "Takuday_OW: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5531]]
## [1] "__yxgxmilighto: only jobless people wait for #SpotifyWrapped"
## 
## [[5532]]
## [1] "applicable_: I predict my top artist will be [$uicideboy$] #SpotifyWrapped"
## 
## [[5533]]
## [1] "lulaamaya__: I predict my most played song will be All too well 10min version- Taylor Swift #SpotifyWrapped"
## 
## [[5534]]
## [1] "southpawwolf: I predict my top artist will be Nogizaka46 or Official Higedan!\n#SpotifyWrapped"
## 
## [[5535]]
## [1] "MillyGoats: Before our new episode this Wednesday (11/30/22)… do your ears, head phones, car speakers a favor and check out our… https://t.co/qdPuW3gPi1"
## 
## [[5536]]
## [1] "sakshishukla489: Drop the #SpotifyWrapped Although I already know what is in top of that list, call me mentally unstable but I am going to post it!"
## 
## [[5537]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/PyyrtBiHDX"
## 
## [[5538]]
## [1] "Takuday_OW: I predict my most played song will be \"TV\" by @billieeilish #SpotifyWrapped"
## 
## [[5539]]
## [1] "skadoople: why the FUCK IS #SpotifyWrapped TRENDING IF IT ISNT OUT YET YALL REALLY GOT MY HOPES UP 💔 https://t.co/tKJMDUnM6T"
## 
## [[5540]]
## [1] "southpawwolf: I predict my most played song will be Abunakkashi Keikaku OR Taiyou Knock #SpotifyWrapped #Sakamichi"
## 
## [[5541]]
## [1] "ForbiddenDisco: I predict my most played song will be [Bonny by Prefab Sprout] #SpotifyWrapped"
## 
## [[5542]]
## [1] "ITSDKARTIER: My #SpotifyWrapped list gone be filled with nothing but BANGERS watch. https://t.co/xhPZZniQX4"
## 
## [[5543]]
## [1] "peace2dahood: If this is not in my top5 for #SpotifyWrapped then the software was a failure\nhttps://t.co/yftqbQBaV5"
## 
## [[5544]]
## [1] "rohini_wagh77: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[5545]]
## [1] "linnaesheng: I predict my top artist will be @joshuatbassett #SpotifyWrapped"
## 
## [[5546]]
## [1] "FoParty: Preparing for #SpotifyWrapped season https://t.co/2gqTrlQkps"
## 
## [[5547]]
## [1] "Glasgow_Live: Top 5 #SpotifyWrapped guesses? Go 👇 \nhttps://t.co/IInad2M3e1"
## 
## [[5548]]
## [1] "hann_mcg: I predict my most played song will be life worth living by @ClassicLaurel #SpotifyWrapped"
## 
## [[5549]]
## [1] "NMCSOfficial1: I predict my most played song will be [ I Wonder ] #SpotifyWrapped"
## 
## [[5550]]
## [1] "Tania120m: looking for #B2B #leadgeneration #dataentry expert.\nservices - #LeadGeneration #DataEntry #virtualassistant… https://t.co/Ju2NhYKczT"
## 
## [[5551]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/0zvglRQl7O"
## 
## [[5552]]
## [1] "Ntlombe_S: This season of Blood and Water reminds me so much of 13 Reasons Why.\nDope AF! 🔥🔥\n\n#SpotifyWrapped… https://t.co/3hiK5tmnh5"
## 
## [[5553]]
## [1] "Maaabby: I’m pretty sure my kid fucked this up with his little Fornite songs and TikTok bs so this year I’m not looking forw… https://t.co/U1U7LykePA"
## 
## [[5554]]
## [1] "ariskyy_: I’m ready #SpotifyWrapped"
## 
## [[5555]]
## [1] "Brexito26: I predict my top artist will be [el travieso escroto] #SpotifyWrapped"
## 
## [[5556]]
## [1] "esprit15d: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[5557]]
## [1] "LeolloOfficial: I predict my top podcast will be None #SpotifyWrapped"
## 
## [[5558]]
## [1] "melodramarain: I predict my top podcast will be something I had to listen to for class i fear #SpotifyWrapped"
## 
## [[5559]]
## [1] "joesnicky: now why did y’all give us an emoji if it’s not dropping soon?? #SpotifyWrapped"
## 
## [[5560]]
## [1] "boyish07: I predict my top artist will be [indigo de souza] #SpotifyWrapped"
## 
## [[5561]]
## [1] "LeolloOfficial: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[5562]]
## [1] "doodles829: I predict my top podcast will be @MyFavMurder - actually I know this one for sure #SpotifyWrapped"
## 
## [[5563]]
## [1] "heymanthan: I'm not waiting for #SpotifyWrapped this year since I use #AmazonMusic"
## 
## [[5564]]
## [1] "aureumsimia: i predict my top artist will be peel the apple or shibu3 project #spotifywrapped"
## 
## [[5565]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/vUXFbjVR8s"
## 
## [[5566]]
## [1] "Brexito26: I predict my most played song will be [Runaway - Kanye West] segurisimo #SpotifyWrapped"
## 
## [[5567]]
## [1] "LeolloOfficial: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[5568]]
## [1] "ororealty: Crypto Lender BlockFi going Bankrupt 😱\n\nhttps://t.co/ZQykcFovMw\n\n#Silver #Gold #Tech  #Insuretech\n#silversqueeze ,… https://t.co/blBUyhVAkf"
## 
## [[5569]]
## [1] "boyish07: I predict my top genre will be [bedroom pop or like indie] #SpotifyWrapped"
## 
## [[5570]]
## [1] "melodramarain: I predict my top artist will be taylor swift or lorde #SpotifyWrapped"
## 
## [[5571]]
## [1] "badsadandmad_x: I predict my most played song will be [Efecto - Bad Bunny ] #SpotifyWrapped"
## 
## [[5572]]
## [1] "LeolloOfficial: I predict my most played song will be Used To Know Me by Charli XCX\n #SpotifyWrapped"
## 
## [[5573]]
## [1] "DARLINGDABEST: I predict my top genre will be Melodic Rap #SpotifyWrapped"
## 
## [[5574]]
## [1] "JerryBoKnowz_: Who gets paid with Bo?\n\nBrazil 🇧🇷-1 PUSH \n\nBrazil wins and under 4.5 2U ✅✅\n\nBO WINSSSSS! \n\n#WorldcupQatar2022… https://t.co/0wsX4nfZV9"
## 
## [[5575]]
## [1] "loveyoujoss: me looking at all these #SpotifyWrapped tweets thinking it’s out https://t.co/2Cf62MD6Ng"
## 
## [[5576]]
## [1] "orangecrocs: I share my Spotify with my children so I'm sure my breakdown will be a mix of alternative music with a wee bit of \"… https://t.co/izA5oxNdDx"
## 
## [[5577]]
## [1] "sanrioskullz999: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[5578]]
## [1] "boyish07: I predict my most played song will be [idk probably the moon is no good or something] #SpotifyWrapped"
## 
## [[5579]]
## [1] "pushpinbird: hii\nI predict my most played song will be Gilded Lily by Cults🤪 or duvet?? #SpotifyWrapped"
## 
## [[5580]]
## [1] "LosMerengues_14: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[5581]]
## [1] "melodramarain: I predict my top genre will be pop or singer songwriter?? #SpotifyWrapped"
## 
## [[5582]]
## [1] "Team_Amdrew: I predict my top artist will be [@HotMulligan ] #SpotifyWrapped"
## 
## [[5583]]
## [1] "DARLINGDABEST: I predict my most played song will be Poison by Rod Wave #SpotifyWrapped"
## 
## [[5584]]
## [1] "yuhitzme810: Have been living the Dad Life haven't made any music I've changed the way I see things but what should I Do? #Music… https://t.co/wvjEmOAP3w"
## 
## [[5585]]
## [1] "popbuzz: waiting for #SpotifyWrapped to drop like https://t.co/tghTyGvIuh"
## 
## [[5586]]
## [1] "DevComp_: I predict my most played song will be probably something by yeat #SpotifyWrapped"
## 
## [[5587]]
## [1] "journo_sophie: I predict my top podcast will be @sextedmyboss #SpotifyWrapped"
## 
## [[5588]]
## [1] "DARLINGDABEST: I predict my top artist will be Rod Wave #SpotifyWrapped"
## 
## [[5589]]
## [1] "wonderofshawn: I predict my top artist will be Taylorrrrr #SpotifyWrapped"
## 
## [[5590]]
## [1] "doodles829: I predict my top artist will be @halsey (for the third year in a row) #SpotifyWrapped"
## 
## [[5591]]
## [1] "iluvkirstyb1975: #SpotifyWrapped soz wanted to use the hashtag thjng x"
## 
## [[5592]]
## [1] "mileyzdrive: WHERE IS IT??  #SpotifyWrapped https://t.co/O4eFycWWxu"
## 
## [[5593]]
## [1] "melodramarain: I predict my most played song will be forget her by jeff buckley #SpotifyWrapped"
## 
## [[5594]]
## [1] "Phantom3zz: All platforms now ‼️😈🤯 #SpotifyWrapped #MattHanock #要要搞定個要 #RedVelvetBirthdayParty #its3zz https://t.co/2Is11gE89n https://t.co/T86iROtnWj"
## 
## [[5595]]
## [1] "BanambaYT: I predict my most played song will be [Tempestissimo] #SpotifyWrapped"
## 
## [[5596]]
## [1] "irisnotok: I predict my top genre will be showtunes. absolutely showtunes. #SpotifyWrapped"
## 
## [[5597]]
## [1] "eleventndoctor: I predict my top podcast will be Star Wars Explained #SpotifyWrapped"
## 
## [[5598]]
## [1] "nandos_fan123: my most played song WILL be meow by ivusm. #SpotifyWrapped"
## 
## [[5599]]
## [1] "noodlescompany: Does anyone else's #SpotifyWrapped look like ours? https://t.co/3QfwIiJZvK"
## 
## [[5600]]
## [1] "zrjaved: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/1pSnAfXywm"
## 
## [[5601]]
## [1] "irisnotok: I predict my most played song will be literally anything from falsettos #SpotifyWrapped"
## 
## [[5602]]
## [1] "r753_rfw753: The ghastly #hypocrisy of those who rail against #SpotifyWrapped slavery which took place...… https://t.co/D6SHouFu3m"
## 
## [[5603]]
## [1] "theteainpotato: who wants to swap #SpotifyWrapped once they drop?"
## 
## [[5604]]
## [1] "eleventndoctor: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5605]]
## [1] "imRockey: #SpotifyWrapped add Rockey Washington https://t.co/0P6I2uJo5r"
## 
## [[5606]]
## [1] "CC_Razer: I predict my top artist will be Green Day. #SpotifyWrapped"
## 
## [[5607]]
## [1] "Poplel_: Me waiting for my 2022 #SpotifyWrapped https://t.co/rbepMxeh6t"
## 
## [[5608]]
## [1] "CC_Razer: I predict my most played song will be idk probably like Viva La Gloria or an MGK song. #SpotifyWrapped"
## 
## [[5609]]
## [1] "rrendezzvvous: I predict my most played song will be attention by newjeans #SpotifyWrapped"
## 
## [[5610]]
## [1] "DgeeChamberlain: Like if Brazil did not cut your bet \n#SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup #brazil #Switzerland"
## 
## [[5611]]
## [1] "yoinksplonk: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5612]]
## [1] "eleventndoctor: I predict my most played song will be Alive by Anthony Warlow #SpotifyWrapped"
## 
## [[5613]]
## [1] "LukeH_icanteven: I predict my top artist will be Tiago PZK @tiagopzk  #SpotifyWrapped"
## 
## [[5614]]
## [1] "ThommoAndrew: I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped"
## 
## [[5615]]
## [1] "glugglugglugglu: If I get DreamSMP on my wrapped again I’m going to fucking kill myself bruh #SpotifyWrapped"
## 
## [[5616]]
## [1] "pappysheedlwe: To hangout with a hater is a sin to my inner God #ghanablackstars #TikTokviral #Trending #Video #SpotifyWrapped… https://t.co/G0qgsahhYG"
## 
## [[5617]]
## [1] "loveyoujoss: I predict my top artist will be @sanbenito #SpotifyWrapped"
## 
## [[5618]]
## [1] "MorayDad: This year will pretty much be the same 🤘🤘 #SpotifyWrapped https://t.co/gjrVpTIwrX"
## 
## [[5619]]
## [1] "hamsatheninth: saw #SpotifyWrapped trending and i screamed out for no reason!!!"
## 
## [[5620]]
## [1] "wjf____: I already know my most listened to artist this year was The Chicks \n\nDon’t need #SpotifyWrapped for that"
## 
## [[5621]]
## [1] "healingcari: I predict my top artist will be @findingfletcher #SpotifyWrapped"
## 
## [[5622]]
## [1] "Lonchavic: #SpotifyWrapped soon https://t.co/hfM85ckIm8"
## 
## [[5623]]
## [1] "madtractions: I predict my top podcast will be Trypod..?  #SpotifyWrapped"
## 
## [[5624]]
## [1] "loveyoujoss: I predict my top genre will be reggaeton #SpotifyWrapped"
## 
## [[5625]]
## [1] "healingcari: I predict my most played song will be Her Body Is Bible by @findingfletcher #SpotifyWrapped"
## 
## [[5626]]
## [1] "Malsoma_Royte: I predict my most played song will be Why -samuel #SpotifyWrapped"
## 
## [[5627]]
## [1] "ghazouf97: Had Mundial  fchkal crazy 🤪 \n#Qatar2022 \n#harrystylesperu \n#SpotifyWrapped"
## 
## [[5628]]
## [1] "madtractions: I predict my top genre will be Emo..  #SpotifyWrapped"
## 
## [[5629]]
## [1] "RoselineS15: Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/MfUxXxoKVy"
## 
## [[5630]]
## [1] "whuikiss: #SpotifyWrapped its going to be a seventeen list"
## 
## [[5631]]
## [1] "madtractions: I predict my most played song will be Hurt Feelings by Mac Miller #SpotifyWrapped"
## 
## [[5632]]
## [1] "teejay_rukky: Join the group now before all slots are taken #SpotifyWrapped https://t.co/NWTqTfEB2e"
## 
## [[5633]]
## [1] "pau13_swift: I predict my most played song will be All too well (10 minute version) #SpotifyWrapped"
## 
## [[5634]]
## [1] "Captinknuckels: #SpotifyWrapped bitch can you stop playing and it out already. Making me feel like this when I see you https://t.co/1uZMBqI1i1"
## 
## [[5635]]
## [1] "ChemistHealth: Chk this please #CHECKMATEinJKT #OutOfTime #chemist'#VideoViral!#SpotifyWrapped #TikTok https://t.co/HiofBrHwme"
## 
## [[5636]]
## [1] "flwrrxboy: I predict my most played song will be THIQUE by Beyoncé #SpotifyWrapped"
## 
## [[5637]]
## [1] "deft18: #SpotifyWrapped around the corner but don't get it twisted. https://t.co/QIVSCLe9xr"
## 
## [[5638]]
## [1] "jdd1k3: Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#sofaygo #MacMiller… https://t.co/gMNvQvguVe"
## 
## [[5639]]
## [1] "ElderIsaak: I predict my top artist will be @billieeilish #SpotifyWrapped"
## 
## [[5640]]
## [1] "shirecrow: #SpotifyWrapped my body is ready https://t.co/tr9b9F0TeE"
## 
## [[5641]]
## [1] "PHANT0MTHIEVE: can they get on with this #SpotifyWrapped"
## 
## [[5642]]
## [1] "Juanitoooo004: I predict my top artist will be The weekend  #SpotifyWrapped"
## 
## [[5643]]
## [1] "shakypubco: Is this it? 🎶 #SpotifyWrapped https://t.co/xrSn0WHkxL"
## 
## [[5644]]
## [1] "AdeliadeShine: I predict my top podcast will be rSlash Reads Reddit @rslashyt #SpotifyWrapped"
## 
## [[5645]]
## [1] "ElderIsaak: I predict my most played song will be Happier Than Ever by Billie Eillish #SpotifyWrapped"
## 
## [[5646]]
## [1] "PlayzRednight: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Impaulsive"
## 
## [[5647]]
## [1] "biiksr: I predict my most played song will be Brividi #SpotifyWrapped"
## 
## [[5648]]
## [1] "PlayzRednight: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped MGK"
## 
## [[5649]]
## [1] "jdd1k3: Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76TGgj\n\n#SpotifyWrapped #upcomingrapper… https://t.co/3z1VOBcZJl"
## 
## [[5650]]
## [1] "eddiediiaz: he's my #SpotifyWrapped character edition.  https://t.co/opuhKOi06B"
## 
## [[5651]]
## [1] "PlayzRednight: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Punk rock"
## 
## [[5652]]
## [1] "VexxXt_: Waiting anxiously for #SpotifyWrapped like I haven't been listening to the same playlists this year vs last year."
## 
## [[5653]]
## [1] "nikita__ramirez: Saw the #SpotifyWrapped preview today and 😍😍😍😍"
## 
## [[5654]]
## [1] "onikarevenge: I predict my most played song will be “Unforgettable” by French Montana &amp; Swae Lee #SpotifyWrapped"
## 
## [[5655]]
## [1] "PlayzRednight: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Better off dead"
## 
## [[5656]]
## [1] "artplugg: my #SpotifyWrapped predictions before i look\n\nsongs:\nsmokin out the window\nintimidated \nglock 19\nskin and bones\nthe… https://t.co/RU4eJ1JRfi"
## 
## [[5657]]
## [1] "bngh8016: WhatsApp group full details this link\n\nhttps://t.co/x6rvLCnpZR\n\n#WhatsApp #whatsappgroup #Vulgar #biggboss16… https://t.co/8OVesylVjB"
## 
## [[5658]]
## [1] "Virac0chaTweet: I predict my top podcast will be @MBMBaM #SpotifyWrapped"
## 
## [[5659]]
## [1] "Lizbeth_Meza95: I predict my top podcast will be [Trash Romance Central] #SpotifyWrapped"
## 
## [[5660]]
## [1] "Nelly_Jelly07: I predict my most played song will be #jhope_EqualSign, but tbh idk. 😫😭 #SpotifyWrapped https://t.co/kBKsevhgCq"
## 
## [[5661]]
## [1] "krispie1103: I predict my top artist will be Taylor, but what I’m really concerned about is the percentile of Swifties I fall into…#SpotifyWrapped"
## 
## [[5662]]
## [1] "Juanitoooo004: I predict my most played song will be desire #SpotifyWrapped"
## 
## [[5663]]
## [1] "brutalxim: I predict my top artist will be [Ariana Grande] #SpotifyWrapped"
## 
## [[5664]]
## [1] "AsthaGu60674407: You don't have to check #SpotifyWrapped\nYou're the most played this year"
## 
## [[5665]]
## [1] "MellowScotJulia: I predict my top genre will be Indie Rock #SpotifyWrapped"
## 
## [[5666]]
## [1] "andromustdie: I predict my most played song will be .stage 4 fear of trying. #SpotifyWrapped"
## 
## [[5667]]
## [1] "blueberrymoss: I predict my top artist will be…. There is only one  #SpotifyWrapped https://t.co/MGSlvWqS9l"
## 
## [[5668]]
## [1] "_badcontestant: I predict my top artist will be [matt maltese] #SpotifyWrapped i already know don’t play"
## 
## [[5669]]
## [1] "brutalxim: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[5670]]
## [1] "OutdoorsAlexa: Beautiful day on the water yesterday with my girl Luna 🎣 #AdoptDontShop #SpotifyWrapped #Indigo #CyberMonday… https://t.co/W8cOLQ4OPQ"
## 
## [[5671]]
## [1] "_artsyari: I predict my top podcast will be Anything goes  @AGpodcast #SpotifyWrapped"
## 
## [[5672]]
## [1] "brutalxim: I predict my most played song will be [Pink Venom] #SpotifyWrapped"
## 
## [[5673]]
## [1] "drliemann: I predict my most played song will be Die Hard by Kendrick Lamar #SpotifyWrapped"
## 
## [[5674]]
## [1] "bugenji: I predict my top artist will be joshua bassett tbh #SpotifyWrapped"
## 
## [[5675]]
## [1] "jdd1k3: Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#DjKhaled #rapper #BobbyShmurda… https://t.co/6bhmiqcurQ"
## 
## [[5676]]
## [1] "Lizbeth_Meza95: I predict my top artist will be [Carin Leon ] #SpotifyWrapped"
## 
## [[5677]]
## [1] "mistahjamess: I predict my most played song will be What I Know by @justmike #SpotifyWrapped"
## 
## [[5678]]
## [1] "sonaroha: I predict my top artist will be astro #SpotifyWrapped"
## 
## [[5679]]
## [1] "sonaroha: I predict my top genre will be ballads #SpotifyWrapped"
## 
## [[5680]]
## [1] "chiamamiPino: I predict my top genre will be Rap Italiano #SpotifyWrapped"
## 
## [[5681]]
## [1] "giuuloon: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[5682]]
## [1] "sunflowersv: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[5683]]
## [1] "sunflowersv: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5684]]
## [1] "ohMyG00och: I predict my most played song will be Tamagotchi x @omarapollo #SpotifyWrapped"
## 
## [[5685]]
## [1] "oluwa_faro: 🔥Quality Lhasa pup’s \n🔥4Fmale / 2Male\n2weeks  pup’s now\navailable for Booking\nFrom quality Parents \nDon’t miss it D… https://t.co/YLbh1x8Scu"
## 
## [[5686]]
## [1] "Lizbeth_Meza95: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[5687]]
## [1] "sonaroha: I predict my most played song will be Something Something by astro #SpotifyWrapped"
## 
## [[5688]]
## [1] "sunflowersv: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5689]]
## [1] "chiamamiPino: I predict my most played song will be California - Diego Naska #SpotifyWrapped"
## 
## [[5690]]
## [1] "onedaylonglive: IM EXCITED FOR MY 3RD #SpotifyWrapped"
## 
## [[5691]]
## [1] "disgruntledtofu: I just know my #SpotifyWrapped is going to be strange this year"
## 
## [[5692]]
## [1] "sunflowersv: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5693]]
## [1] "MarcoWatts_: Fire it uppp \n\n #SpotifyWrapped #RedVelvetBirthdayParty #food https://t.co/HArJWMb4Rt"
## 
## [[5694]]
## [1] "kayoshi_dev: I predict my top artist will be @zutomayo #SpotifyWrapped"
## 
## [[5695]]
## [1] "mistahjamess: I predict my top podcast will be #UpFirst by @NPR #SpotifyWrapped"
## 
## [[5696]]
## [1] "itsmeljel: Spotify is just teasing us at this point with the #SpotifyWrapped hashtag. Pls give it to us."
## 
## [[5697]]
## [1] "faith_in_louis: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[5698]]
## [1] "theo7509: You gotta do it like it’s your last chance #SpotifyWrapped #inspirational"
## 
## [[5699]]
## [1] "FOLINY_ARMY: I predict my top genre will be [pop or R&amp;B who knows]#SpotifyWrapped"
## 
## [[5700]]
## [1] "Kyberry32: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[5701]]
## [1] "HeroicSide: I predict my most played song will be Good Tonight from the Bad Guys since it's fun and Anthony Ramos' voice is alw… https://t.co/caZBhVfBtB"
## 
## [[5702]]
## [1] "KathleenMHill: I predict my top podcast will be @TeaTime_33 #SpotifyWrapped"
## 
## [[5703]]
## [1] "soitis__: I predict my top artist will be @HAIMtheband #SpotifyWrapped"
## 
## [[5704]]
## [1] "peachysxnrise: I predict my top podcast will be @GobletOfWinePod #SpotifyWrapped"
## 
## [[5705]]
## [1] "nicetohaveswift: I predict my most played song will be mirrorball :)\n #SpotifyWrapped"
## 
## [[5706]]
## [1] "flaherty22891: I predict my top podcast will be If you love me for me #SpotifyWrapped"
## 
## [[5707]]
## [1] "putzolutz: I predict my most played song will be Rosier/Punk2 by @brakence  #SpotifyWrapped"
## 
## [[5708]]
## [1] "peachysxnrise: I predict my top artist will be Taylor swift or disney #SpotifyWrapped"
## 
## [[5709]]
## [1] "FeelinYourself: I predict my top artist will be [ @charlieputh] #SpotifyWrapped"
## 
## [[5710]]
## [1] "imdumbfr_: I predict my top artist will be [ariana grande] #SpotifyWrapped"
## 
## [[5711]]
## [1] "exhalevro: I predict my top podcast will be literally none i dont listen to podcasts #SpotifyWrapped"
## 
## [[5712]]
## [1] "peachysxnrise: I predict my top genre will be pop? country? soft pop (is that the name?) musicals? idfk #SpotifyWrapped"
## 
## [[5713]]
## [1] "sucker4greedy: I predict my top artist will be [ARIANA GRANDE @rembeauty ] #SpotifyWrapped"
## 
## [[5714]]
## [1] "AbdulRehmen_1: My top genre would be HipHop this year 🎤 \n\n#SpotifyWrapped"
## 
## [[5715]]
## [1] "yallgurlfer: I predict my most played song will be [Me and your mama] #SpotifyWrapped"
## 
## [[5716]]
## [1] "2cents_: I predict my most played song will be either Midnight River by @realpinksweats or Voodoo by @pennyandsparrow  #SpotifyWrapped"
## 
## [[5717]]
## [1] "shirecrow: i just know that spotify is gonna tease us the whole ass week just for the graphic design to be as atrocious as las… https://t.co/0j88DZs5wp"
## 
## [[5718]]
## [1] "AngelT_Edwards: The future looks bright for the youngsters @SDMabaya.\n#SDMabaya\n#SpotifyWrapped https://t.co/5Kar5Z6uBD"
## 
## [[5719]]
## [1] "FOLINY_ARMY: I predict my most played song will be yet to come (idk) #SpotifyWrapped"
## 
## [[5720]]
## [1] "ColbyLindsay: #happymonday thnks for chcki g out the ne mix @diplo #edm @DillonFrancis #SpotifyWrapped https://t.co/ld17DI4UnT"
## 
## [[5721]]
## [1] "goodluckbeer: When do I get my #SpotifyWrapped"
## 
## [[5722]]
## [1] "FeelinYourself: I predict my most played song will be [slow it down by @charlieputh] #SpotifyWrapped"
## 
## [[5723]]
## [1] "saintnivk: I was bout to say- “How y’all got yours b4 me?!?!?” 👀 #SpotifyWrapped"
## 
## [[5724]]
## [1] "Loveiloandmilo: I predict my top podcast will be ridiculous the song by ariana grande as an episode because i dont listen to podcats.#SpotifyWrapped"
## 
## [[5725]]
## [1] "flaherty22891: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[5726]]
## [1] "mishachu3: hello pls i want my  #SpotifyWrapped so so bad i cld cry"
## 
## [[5727]]
## [1] "ntinanotf0und: I predict my most played song will be  sober by @jxdn #SpotifyWrapped"
## 
## [[5728]]
## [1] "simplyycornelia: I predict my most played song will be King Of My Heart #SpotifyWrapped"
## 
## [[5729]]
## [1] "elsabelamaren: I predict my top artist will be [Twice] #SpotifyWrapped"
## 
## [[5730]]
## [1] "ouraniablossoms: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n@utadahikaru"
## 
## [[5731]]
## [1] "czambrotto: I predict my top artist will be Deftones #SpotifyWrapped"
## 
## [[5732]]
## [1] "peachysxnrise: I predict my most played song will be atwtmvftv #SpotifyWrapped"
## 
## [[5733]]
## [1] "elsabelamaren: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[5734]]
## [1] "nthlni: Waiting for my #SpotifyWrapped as if I didn't listen to Taylor Swift only for the whole year 🤡"
## 
## [[5735]]
## [1] "LaCamilazaRemix: I predict my top artist will be Anakena, JavyPablo and Okills #SpotifyWrapped"
## 
## [[5736]]
## [1] "squid_roblox: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped lana del Rey leak podcast"
## 
## [[5737]]
## [1] "djwinterman: We might get 1 million listens in before year end when the new tunes all drop tho. 💰👈🏾🔥\n\nhttps://t.co/3VkFFXBglW\n\n #SpotifyWrapped"
## 
## [[5738]]
## [1] "lapisdevelops: I predict my most played song will be You Wouldn't Understand by Juice WRLD #SpotifyWrapped"
## 
## [[5739]]
## [1] "elsabelamaren: I predict my most played song will be waiting on a miracle #SpotifyWrapped"
## 
## [[5740]]
## [1] "FOLINY_ARMY: I predict my top artist will be  BTS ofcourse #SpotifyWrapped"
## 
## [[5741]]
## [1] "squid_roblox: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Radiohead"
## 
## [[5742]]
## [1] "Drip_komi: Man fuck Phineas, that bitch ass mf got a goofy ahhh triangle head. HE CANT BE TRUSTED #SpotifyWrapped #TheSims4… https://t.co/GfYyGeO419"
## 
## [[5743]]
## [1] "flaherty22891: I predict my top genre will be Bedroom Pop #SpotifyWrapped"
## 
## [[5744]]
## [1] "squid_roblox: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rock"
## 
## [[5745]]
## [1] "lapisdevelops: I predict my top genre will be Melodic Rap #SpotifyWrapped"
## 
## [[5746]]
## [1] "squid_roblox: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped amoeba by clairo"
## 
## [[5747]]
## [1] "wtfmoura1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tame Impala"
## 
## [[5748]]
## [1] "__SourCandy___: Spotify \nStream Bloody Mary \n#SpotifyWrapped  \n#BloodyMary \nhttps://t.co/bxDDsK17Tr"
## 
## [[5749]]
## [1] "lapisdevelops: I predict my top artist will be Juice WRLD #SpotifyWrapped"
## 
## [[5750]]
## [1] "JalisaSnell: I predict my most played song will be [Call Out My Name by The Weekend] #SpotifyWrapped"
## 
## [[5751]]
## [1] "flaherty22891: I predict my most played song will be Head over Heels-Tears for Fears #SpotifyWrapped"
## 
## [[5752]]
## [1] "erikm0nster: Really hope Chromatica is finally out of my #SpotifyWrapped 😭😩 love her but damn ma"
## 
## [[5753]]
## [1] "wtfmoura1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Mind Mischief"
## 
## [[5754]]
## [1] "jandralee: I don’t know why I’m so excited for #SpotifyWrapped when I already know its going to be dominated by the @arcaneshow soundtrack."
## 
## [[5755]]
## [1] "goldendaae23: sicuro top tre harry taylor e arctic monkeys #SpotifyWrapped"
## 
## [[5756]]
## [1] "LiaMichelle: Not me and my husband trying to play all out favorite jams so our #SpotifyWrapped is not the Cars 3 soundtrack 3 years running."
## 
## [[5757]]
## [1] "houseofari: I predict my top artist will be @Drake or Khalid #SpotifyWrapped"
## 
## [[5758]]
## [1] "Loveiloandmilo: I predict my top artist will be Billie Eilish #SpotifyWrapped"
## 
## [[5759]]
## [1] "wtfmoura1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Psychadelic Rock"
## 
## [[5760]]
## [1] "tyderail: I predict my top artist will be @NICKIMINAJ 😇 #SpotifyWrapped"
## 
## [[5761]]
## [1] "Loveiloandmilo: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[5762]]
## [1] "CorduroyLane: i think wilbur, lovejoy, or glass animals will top my #SpotifyWrapped"
## 
## [[5763]]
## [1] "mistahjamess: I predict my top artist will be @justmike #SpotifyWrapped"
## 
## [[5764]]
## [1] "VindiTweets: #SpotifyWrapped I predict my most listened to artist to be Nas for 2022 and the most played song 'Speechless'"
## 
## [[5765]]
## [1] "edeniseg: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5766]]
## [1] "Loveiloandmilo: I predict my most played song will be Male Fantasy #SpotifyWrapped"
## 
## [[5767]]
## [1] "xtrnall: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[5768]]
## [1] "ItsJosiePosiee: I know no one probably cares when I share my Spotify wrapped but it's always interesting to see how I started the y… https://t.co/ZItj4E3RQs"
## 
## [[5769]]
## [1] "xtrnall: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5770]]
## [1] "AlexParody3: I predict my most played song will be [Coloratura] #SpotifyWrapped"
## 
## [[5771]]
## [1] "xtrnall: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5772]]
## [1] "RyanHorror1998: I predict my top artist will be @FromAshestoNew #SpotifyWrapped"
## 
## [[5773]]
## [1] "ACHlUWA: I predict my most played song will be Ken Carson-Intro  #SpotifyWrapped"
## 
## [[5774]]
## [1] "xtrnall: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5775]]
## [1] "vanessitarv: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5776]]
## [1] "Chanwooisbabie: I predict my most played song is definitely Mary on a cross (save me please I’m scared for this 😭😭)#SpotifyWrapped"
## 
## [[5777]]
## [1] "edeniseg: I predict my top genre will be Soundtracks #SpotifyWrapped"
## 
## [[5778]]
## [1] "RyanHorror1998: I predict my top genre will be metalcore #SpotifyWrapped"
## 
## [[5779]]
## [1] "BenjaminGCooper: @Spotify should prompt anyone posting #SpotifyWrapped content to buy music and merch direct from artists. In genera… https://t.co/XJ69w0MCsh"
## 
## [[5780]]
## [1] "williamsIsaia16: The owner of this style has demonstrated how it should be\nAngela go and learn no come dey do yah back like plywood… https://t.co/oJqmC11I6C"
## 
## [[5781]]
## [1] "X100PreBeno: Well #SpotifyWrapped https://t.co/cMlPUSw7HN"
## 
## [[5782]]
## [1] "MemedMeat: https://t.co/r53Mub0xhJ\n\nDon’t Miss This Opportunity U Get Daily Free Newlisting Up to 25$\n\n#ETH #Bitcoin #要要搞定個要… https://t.co/hctl89mDVM"
## 
## [[5783]]
## [1] "F1Emz: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[5784]]
## [1] "MatheusVersian5: Relaxing music: piano \nYouTube@relaxsoothing1 \nKwai: relax soothing \nInstagram: relax soothing \n\n#SpotifyWrapped… https://t.co/woiFYnBF5I"
## 
## [[5785]]
## [1] "JumplinkTechhub: It's a new week\nGo out there and be great 🙂\nYou got this \n\n#Levels #SpotifyWrapped \n#jumplinktechnologies"
## 
## [[5786]]
## [1] "tyderail: I predict my most played song will be #SuperFreakyGirl 🤪 #SpotifyWrapped"
## 
## [[5787]]
## [1] "indstu7: Shit, it's trending - time for me to play an achingly cool, obscure, pretentious indie band continuously for the ne… https://t.co/9sdisYu13Y"
## 
## [[5788]]
## [1] "edeniseg: I predict my most played song will be All too Well 10 Min. Version #SpotifyWrapped"
## 
## [[5789]]
## [1] "Cristin25558525: @TOMACVETY @dimash_official  ama el #dombra \n#DimashKazakhVoice \nQAIRAM ELIM - SAMALTAU \n#BestMusic #artistaloud… https://t.co/wmEFljUuHc"
## 
## [[5790]]
## [1] "ohmygod81844174: Why does my music taste always peak in the weeks leading up to #SpotifyWrapped"
## 
## [[5791]]
## [1] "RealFrancisPort: I predict my most played song will be Out of Time #SpotifyWrapped"
## 
## [[5792]]
## [1] "youremymymy: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5793]]
## [1] "F1Emz: I predict my top genre will be Eurovision #SpotifyWrapped"
## 
## [[5794]]
## [1] "Ryana427: Tis the #SpotifyWrapped season"
## 
## [[5795]]
## [1] "F1Emz: I predict my most played song will be River #SpotifyWrapped"
## 
## [[5796]]
## [1] "thesleeperart: I predict my top podcast will be [The Amelia Project ] #SpotifyWrapped"
## 
## [[5797]]
## [1] "thesleeperart: I predict my top artist will be [Sewerslvt] #SpotifyWrapped"
## 
## [[5798]]
## [1] "cxrize: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[5799]]
## [1] "iquitenian: I think my 2022 top song could be \"Children\" by Robert Miles or \"GigaChad Theme (Phonk House Version)\" by g3ox_em.… https://t.co/G2o7AcOwOx"
## 
## [[5800]]
## [1] "cxrize: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[5801]]
## [1] "DanielM39398089: I predict my top genre will be  Alternative. I listened to way too much AJR and BoyWithUke for it not to be 😅 #SpotifyWrapped"
## 
## [[5802]]
## [1] "thesleeperart: I predict my top genre will be [Glitchcore] #SpotifyWrapped"
## 
## [[5803]]
## [1] "ASouth_African: They must all lose their jobs for not  stopping their colleagues from committing the assault @SAPoliceService… https://t.co/eup0AWqxEr"
## 
## [[5804]]
## [1] "AprilCrook18: I predict my top artist will be Stray Kids  #SpotifyWrapped"
## 
## [[5805]]
## [1] "mukhershd: cant wait fr #SpotifyWrapped"
## 
## [[5806]]
## [1] "BoiSenseless: Honda CR-V 2006 @Ibadan currently ₦1.8M\nDM is open 👐\n#SpotifyWrapped #PeterObi4President2023 #lagos #hookup… https://t.co/ynzqmDHU3L"
## 
## [[5807]]
## [1] "cxrize: I predict my most played song will be [house of balloons/ glass table girls] #SpotifyWrapped"
## 
## [[5808]]
## [1] "thesleeperart: I predict my most played song will be [Hey ya! by Outkast] #SpotifyWrapped"
## 
## [[5809]]
## [1] "kanekisIut: JUST GIVE IT TO US ALREADY  #SpotifyWrapped"
## 
## [[5810]]
## [1] "AprilCrook18: I predict my top genre will be K Pop #SpotifyWrapped"
## 
## [[5811]]
## [1] "Moonlight_Herr: I predict my top artist will be Ariana Grande❤️ #SpotifyWrapped"
## 
## [[5812]]
## [1] "AprilCrook18: I predict my most played song will be 3 Racha by 3 Racha from Stray Kids  #SpotifyWrapped"
## 
## [[5813]]
## [1] "jmbwr: Mi #SpotifyWrapped va a ser puro Taylor Swift, Queen y Blackpink 💋"
## 
## [[5814]]
## [1] "dennisnjuki2018: #SpotifyWrapped #World not the difference https://t.co/h5jcHSP513"
## 
## [[5815]]
## [1] "Maimdp_: I predict my top podcast will be no escucho de eso. #SpotifyWrapped"
## 
## [[5816]]
## [1] "jkrenebae: I predict my top artist will be @BTS_twt #SpotifyWrapped"
## 
## [[5817]]
## [1] "youremymymy: I predict my top podcast will be The Anxious Truth #SpotifyWrapped"
## 
## [[5818]]
## [1] "gloomjenos: poop #SpotifyWrapped"
## 
## [[5819]]
## [1] "burkayshn1: I predict my top artist will be OH LAMAR, HAIL MARY AND MARIJUANA, TIMES IS HARD #SpotifyWrapped"
## 
## [[5820]]
## [1] "Moonlight_Herr: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5821]]
## [1] "YrnlonnieYt: hood afternoon loves ❤️ #SpotifyWrapped"
## 
## [[5822]]
## [1] "battle_reviews: I predict my top artist will be Kid Cudi #SpotifyWrapped"
## 
## [[5823]]
## [1] "ayokasystems: Spotify Wrapped is coming soon...\n\n#Spotify #SpotifyWrapped https://t.co/iLicUscI35"
## 
## [[5824]]
## [1] "AmoahCFC: South Korea's footballer \"KIM MEHN SU\" 😭😭😭\n\n#ghanablackstars #SpotifyWrapped \n#kudus \n#KOR \n#KORGHA https://t.co/yZBuIGwOcz"
## 
## [[5825]]
## [1] "jkrenebae: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[5826]]
## [1] "leehannie08: I predict my top artist will be stray kids or twice #SpotifyWrapped"
## 
## [[5827]]
## [1] "Maimdp_: I predict my most played song will be Nathy Peluso - EMERGENCIA #SpotifyWrapped"
## 
## [[5828]]
## [1] "ROLLINSxMESSIAH: I predict my top podcast will be [simgm productions] #SpotifyWrapped"
## 
## [[5829]]
## [1] "1975ruinedme: this is gonna be a shitshow #SpotifyWrapped"
## 
## [[5830]]
## [1] "Favanr: I’m ready for #SpotifyWrapped like where is it"
## 
## [[5831]]
## [1] "EZBreezyT: I predict my top artist will again be #WhitneyHouston. It’s been the same for a few years now. #SpotifyWrapped https://t.co/7bJ3WtEnqS"
## 
## [[5832]]
## [1] "battle_reviews: I predict my top genre will be Hip-hop #SpotifyWrapped"
## 
## [[5833]]
## [1] "leehannie08: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[5834]]
## [1] "BanditsInsider_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nLol"
## 
## [[5835]]
## [1] "octowhat2: I predict my top artist will be guys pls ok there’s a 90% chance it’s kanye pls don’t kill me i swear it’s from sum… https://t.co/qHGdtMYxtS"
## 
## [[5836]]
## [1] "forgetmenot49: I predict my most played song will be Hate my favorite band by @Nightly #SpotifyWrapped"
## 
## [[5837]]
## [1] "ROLLINSxMESSIAH: I predict my top artist will be [ksi] #SpotifyWrapped"
## 
## [[5838]]
## [1] "youremymymy: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5839]]
## [1] "MochaWilliams9: #Advice #Taemin I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5840]]
## [1] "usernimmtestief: I predict my most played song will be [Januar 2018] #SpotifyWrapped"
## 
## [[5841]]
## [1] "Daniela53946522: I predict my most played song will be [Judas of Lady Gaga ] #SpotifyWrapped"
## 
## [[5842]]
## [1] "tiffnic06: I predict my top genre will be 🎸🥁🎤 #SpotifyWrapped"
## 
## [[5843]]
## [1] "godfree: This is me waiting for #SpotifyWrapped https://t.co/A3Zs0pKj1E"
## 
## [[5844]]
## [1] "leehannie08: I predict my most played song will be Illusion by aespa  #SpotifyWrapped"
## 
## [[5845]]
## [1] "solacesyk: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped HotShit"
## 
## [[5846]]
## [1] "m_thompson_0506: Also feel free to send me some game recommendations since I’ve been trying to find new games to play :) #twitch… https://t.co/LxsI8wFord"
## 
## [[5847]]
## [1] "ROLLINSxMESSIAH: I predict my top genre will be [sum with pop ig] #SpotifyWrapped"
## 
## [[5848]]
## [1] "isiforshort: Happy #SpotifyWrapped szn to those who observe 💕"
## 
## [[5849]]
## [1] "youremymymy: I predict my most played song will be Lavender Haze #SpotifyWrapped"
## 
## [[5850]]
## [1] "MochaWilliams9: #TAEMIN I predict my top artist will be #SpotifyWrapped"
## 
## [[5851]]
## [1] "ROLLINSxMESSIAH: I predict my most played song will be [Nightcall] #SpotifyWrapped"
## 
## [[5852]]
## [1] "JaysmokesZa: I predict my top artist will be [Lil Durk or YB] #SpotifyWrapped"
## 
## [[5853]]
## [1] "heartlifeshin: I predict my most played song will be [glimpse of us] #SpotifyWrapped"
## 
## [[5854]]
## [1] "GaneshDGN: I predict my top artist will be Shreya Ghoshal Anytime  #SpotifyWrapped"
## 
## [[5855]]
## [1] "hiheyitsmk: I predict my top artist will be MCR or BTS #SpotifyWrapped"
## 
## [[5856]]
## [1] "tiffnic06: I predict my top artist will be 🔁🦶 #SpotifyWrapped"
## 
## [[5857]]
## [1] "battle_reviews: I predict my most played song will be Pursuit Of Happiness - Extended Steve Aoki Remix #SpotifyWrapped"
## 
## [[5858]]
## [1] "jkrenebae: I predict my most played song will be all to well(10 minute version) #SpotifyWrapped"
## 
## [[5859]]
## [1] "lilmzfenty: I predict my most played song will be same space by @TianaMajor9 will probably be in my top 10 songs #SpotifyWrapped"
## 
## [[5860]]
## [1] "amireallyhimfr: yk bro had a headache the whole day (follow tik tok @ireallyamhimfr) help a dawg out🤝🏽 \n\n#hoodfights #hoodvideos… https://t.co/kTeQ1cefmO"
## 
## [[5861]]
## [1] "hiheyitsmk: I predict my top genre will be rock or k-pop #SpotifyWrapped"
## 
## [[5862]]
## [1] "Sararose12_: I predict my top podcast will be [daebak show by Eric nam] #SpotifyWrapped"
## 
## [[5863]]
## [1] "khalid_jiya: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[5864]]
## [1] "hiheyitsmk: I predict my most played song will be Daechwita or Run BTS #SpotifyWrapped"
## 
## [[5865]]
## [1] "SpookyKing0: I predict my most played song will be let me live/let me die by Des Rocs #SpotifyWrapped"
## 
## [[5866]]
## [1] "khalid_jiya: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5867]]
## [1] "tiffnic06: I predict my most played song will be ‽ #SpotifyWrapped"
## 
## [[5868]]
## [1] "fairislerry: terrified for #SpotifyWrapped bc jan - may milo did not know what they were doing"
## 
## [[5869]]
## [1] "casslogist: hurry up please stop teasing  #SpotifyWrapped"
## 
## [[5870]]
## [1] "Vermontious: Why are people so excited for #SpotifyWrapped I don't get it\n\nI know what I've listened to this year\n\nI don't need… https://t.co/oMI14lSPHp"
## 
## [[5871]]
## [1] "manuelgalindoo: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[5872]]
## [1] "khalid_jiya: I predict my most played song will be RUNRUNRUN by Dutch Melrose #SpotifyWrapped"
## 
## [[5873]]
## [1] "Sararose12_: I predict my top artist will be [BLACKPINK] #SpotifyWrapped"
## 
## [[5874]]
## [1] "lilac_bambi: I predict my top artist will be Alex G #SpotifyWrapped"
## 
## [[5875]]
## [1] "BobKaufman69: #mondaythoughts #SpotifyWrapped  You ever walk up to somebody at the condom section at #CVS and say, “Gonna get some eh?” #Trojans"
## 
## [[5876]]
## [1] "ot7close_friend: I wonder who will top my Spotify wrapped #SpotifyWrapped"
## 
## [[5877]]
## [1] "EJC_CORBETT: I predict my top artist will be The Avett Brothers or Taylor Swift #SpotifyWrapped"
## 
## [[5878]]
## [1] "_uuwah: I predict my top podcast will be [trash taste] #SpotifyWrapped"
## 
## [[5879]]
## [1] "Mescuudiii: I predict my most played song will be All Mine by @brentfaiyaz or Jackie Brown lol #SpotifyWrapped"
## 
## [[5880]]
## [1] "lilac_bambi: I predict my top genre will be Indie Rock #SpotifyWrapped"
## 
## [[5881]]
## [1] "m_thompson_0506: Hey guys I’ll be streaming Amnesia soon! Be sure to go check it out, but in the mean time I’ll be streaming Ori and… https://t.co/2TFnQRkiWv"
## 
## [[5882]]
## [1] "manuelgalindoo: I predict my most played song will be [All Too Well (10 minutes version) ] #SpotifyWrapped"
## 
## [[5883]]
## [1] "Sararose12_: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[5884]]
## [1] "PhoebiArum: I predict my most played song will be [ Aaliyah Are you that Somebody] #SpotifyWrapped"
## 
## [[5885]]
## [1] "Esteban_g27_: I predict my most played song will be [Midnight -Coldplay] 👀 #SpotifyWrapped"
## 
## [[5886]]
## [1] "JayKitsuneTV: I predict my top podcast will be [Abroad In Japan] #SpotifyWrapped"
## 
## [[5887]]
## [1] "_uuwah: I predict my top artist will be [glaive] #SpotifyWrapped"
## 
## [[5888]]
## [1] "nikki_inde: I predict my top podcast will be @SPNthenandnow 😁💕 #SpotifyWrapped"
## 
## [[5889]]
## [1] "gayganridley: I predict my top artist will be [melanie martinez] #SpotifyWrapped"
## 
## [[5890]]
## [1] "AstroTorch: I predict my top artist will be @ANOfficial #SpotifyWrapped It wont be close, either."
## 
## [[5891]]
## [1] "_uuwah: I predict my top genre will be [hyperpop] #SpotifyWrapped"
## 
## [[5892]]
## [1] "Sararose12_: I predict my most played song will be [Shut down by blackpink ] #SpotifyWrapped"
## 
## [[5893]]
## [1] "_uuwah: I predict my most played song will be [minnesota is a place that exists] #SpotifyWrapped"
## 
## [[5894]]
## [1] "JayKitsuneTV: I predict my top artist will be [Yorushika] #SpotifyWrapped"
## 
## [[5895]]
## [1] "yuriink_: ✶ Valkyrie ✶\n\n#tattoo #tattoos #tatuagem #tattooartist #tattooedmodels #tattooart #tatuajes #tattoopoa… https://t.co/HEzpFPJv3h"
## 
## [[5896]]
## [1] "ProbablyNolan: Need the serotonin rush of my #SpotifyWrapped asap to make it through the next few weeks 😭"
## 
## [[5897]]
## [1] "kiaramaritz13: I predict my top artist will be [Taylor swift ] #SpotifyWrapped"
## 
## [[5898]]
## [1] "JayKitsuneTV: I predict my top genre will be [J-Pop] #SpotifyWrapped"
## 
## [[5899]]
## [1] "ZanAycicek: Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED"
## 
## [[5900]]
## [1] "Nadia_4444: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5901]]
## [1] "gayroxide: I predict my top artist will be Bladee #SpotifyWrapped"
## 
## [[5902]]
## [1] "exlaixa: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[5903]]
## [1] "kiaramaritz13: I predict my top genre will be [dance pop] #SpotifyWrapped"
## 
## [[5904]]
## [1] "I_mialisa_I: I predict my top podcast will be [Malam seram] #SpotifyWrapped"
## 
## [[5905]]
## [1] "exlaixa: I predict my most played song will be [a Taylor swift song] #SpotifyWrapped"
## 
## [[5906]]
## [1] "JayKitsuneTV: I predict my most played song will be [花人局 - Yorushika] #SpotifyWrapped"
## 
## [[5907]]
## [1] "NC422wasfound: I predict my most played song will be [either sex cells, concrete, or the black parade] #SpotifyWrapped"
## 
## [[5908]]
## [1] "lyingbugs: I predict my top artist will be [Mitski] #SpotifyWrapped"
## 
## [[5909]]
## [1] "juliatayloe: I predict my most played song will be Jackie Onassis @SammyRaeMusic  #SpotifyWrapped"
## 
## [[5910]]
## [1] "Junkyuturtlekim: I predict my most played song will be #TalkthatTalk by @JYPETWICE #SpotifyWrapped"
## 
## [[5911]]
## [1] "I_mialisa_I: I predict my top artist will be [Taylor swift ] #SpotifyWrapped"
## 
## [[5912]]
## [1] "kiaramaritz13: I predict my most played song will be [all too well 10 minute version ] #SpotifyWrapped"
## 
## [[5913]]
## [1] "callmelexis: I predict my top artist will be either banks, paramore, kehlani or hayley williams #SpotifyWrapped"
## 
## [[5914]]
## [1] "PikaSaz: I predict my top artist will be @taylorswift13 I dont think I have listened to as much ATL as past years so I think… https://t.co/fbTHaAgIDT"
## 
## [[5915]]
## [1] "chirpyest: CYBER MONDAY HACK! Use the Chirpyest browser extension to save &amp; earn money when shopping Cyber Monday deals.… https://t.co/MNygdq7b6e"
## 
## [[5916]]
## [1] "qmptrading: $SUSHI looking for next leg up 🍥💸⬆️ #cryptocurrency #CryptoInvestor #cryptocurrency #FIFAWorldCupQatar2022… https://t.co/RisUNG8Jr5"
## 
## [[5917]]
## [1] "I_mialisa_I: I predict my top genre will be [pop] lol #SpotifyWrapped"
## 
## [[5918]]
## [1] "juliatayloe: I predict my most played song will be All Too Well (Ten Minute Version) (Taylor's Version) (From the Vault) #SpotifyWrapped"
## 
## [[5919]]
## [1] "ariishinyz: Imagine dragons o stray kids seguro\n\n I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[5920]]
## [1] "gr33nblu3purpl3: I predict my top podcast will be [uhhh probably the bojack audios ] #SpotifyWrapped"
## 
## [[5921]]
## [1] "Moflexhandsome0: My song shade is on @tiktokcreators  and challenge is ongoing now search moflex shade on tiktok creat ur video and… https://t.co/ztX7BbW9a2"
## 
## [[5922]]
## [1] "I_mialisa_I: I predict my most played song will be [stand out fit in - one ok rock] #SpotifyWrapped"
## 
## [[5923]]
## [1] "NotUnfunniest: I predict my top podcast will be [Chuckle Sandwich] #SpotifyWrapped"
## 
## [[5924]]
## [1] "ariishinyz: Va a salir kpop xd I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5925]]
## [1] "DrFrogDoom: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[5926]]
## [1] "hedrswiffff: I predict my top artist will be Set it off #SpotifyWrapped"
## 
## [[5927]]
## [1] "DrFrogDoom: I predict my top artist will be Gorillaz #SpotifyWrapped"
## 
## [[5928]]
## [1] "dreamytsu: I predict my top artist will be LE SSERAFIM #SpotifyWrapped"
## 
## [[5929]]
## [1] "NotUnfunniest: I predict my top artist will be [LoveJoy] #SpotifyWrapped"
## 
## [[5930]]
## [1] "RoyalxDaring: HELP HERRR LIKEEEE #rh #adoptme #robux #Giveaways #royalhigh #royalehigh #SpotifyWrapped #MattHanock #Indigo #乌鲁木齐… https://t.co/WgdGPVNZFS"
## 
## [[5931]]
## [1] "gr33nblu3purpl3: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[5932]]
## [1] "ETomlinson99: I predict my top artist will be @davidbisbal #SpotifyWrapped"
## 
## [[5933]]
## [1] "DrFrogDoom: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[5934]]
## [1] "prism_punk: I predict my most played song will be [sweet child o mine] #SpotifyWrapped"
## 
## [[5935]]
## [1] "chydhera: Get your quality shirts at 🔖 NGN 8,500 ⚖ delivery can be done nationwide 🇳🇬\n#fashion #shirts #要要搞定個要… https://t.co/i9HvC6ntuR"
## 
## [[5936]]
## [1] "ZZozo624: I’m tired of hearing #SpotifyWrapped wrapped is coming up. Complete the damn task and stop talking about it"
## 
## [[5937]]
## [1] "DrFrogDoom: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[5938]]
## [1] "ShyybahFM: What an amazing voice. #CyberMonday #SpotifyWrapped https://t.co/0NaWWMdPvm"
## 
## [[5939]]
## [1] "ariishinyz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nO gods menu de stray kids o sharks de imagine dragons"
## 
## [[5940]]
## [1] "NotUnfunniest: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[5941]]
## [1] "itskendalagain: I predict my top artist will be @bleachersmusic &lt;3 #SpotifyWrapped"
## 
## [[5942]]
## [1] "epicdave2001: I predict my top podcast will be Erin is the Funny One (@jacksfilms) #SpotifyWrapped"
## 
## [[5943]]
## [1] "gr33nblu3purpl3: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[5944]]
## [1] "leoarapp: Anyone want a pet gator? 🐊❤️🐊❤️🐊❤️ #leoar #ar #xr #meta https://t.co/rvPdFRsHR7 #MattHanock #RedVelvetBirthdayParty… https://t.co/sDimrcELlQ"
## 
## [[5945]]
## [1] "AstroTorch: I predict my most played song will be Dear Dairy by BMTH #SpotifyWrapped"
## 
## [[5946]]
## [1] "gr33nblu3purpl3: I predict my most played song will be [Maroon] #SpotifyWrapped"
## 
## [[5947]]
## [1] "epicdave2001: I predict my top artist will be Doja Cat #SpotifyWrapped"
## 
## [[5948]]
## [1] "MultiversalDev: I predict my most played song will be Cold Light #SpotifyWrapped"
## 
## [[5949]]
## [1] "otherebecca: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped BTS of course."
## 
## [[5950]]
## [1] "NotUnfunniest: I predict my most played song will be One Day #SpotifyWrapped"
## 
## [[5951]]
## [1] "minsugaforehead: I predict my top podcast will be #Distractible #SpotifyWrapped"
## 
## [[5952]]
## [1] "kerancore: I predict my most played song will be Don't Call Me by SHINee #SpotifyWrapped"
## 
## [[5953]]
## [1] "epicdave2001: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[5954]]
## [1] "tryingtocancel: You don’t threat Messi 😡.                   #FIFAWorldCupQatar2022 #MexicoVsArgentina #SpotifyWrapped #要要搞定個要… https://t.co/CWNZbX5gzX"
## 
## [[5955]]
## [1] "datkidchrisdree: Please follow me as ur scrolling  naw\n#SpotifyWrapped \n#要要搞定個要 #WorldcupQatar2022 #NancyIsime"
## 
## [[5956]]
## [1] "epicdave2001: I predict my most played song will be Unholy (Sam Smith), Love to Dream (Doja Cat), or oops! (Yung Gravy) #SpotifyWrapped"
## 
## [[5957]]
## [1] "xpapatya_x: I predict my top podcast will be [ chuckle sandwich 🥪 ] #SpotifyWrapped"
## 
## [[5958]]
## [1] "I_Am_Mars__: I predict my most played song will be Bo Burnham (anything from inside) #SpotifyWrapped"
## 
## [[5959]]
## [1] "minsugaforehead: I predict my top artist will be SEVENTEEN or TXT or BTS idk 🥹 #SpotifyWrapped"
## 
## [[5960]]
## [1] "dreamytsu: I predict my most played song will be [After LIKE] #SpotifyWrapped"
## 
## [[5961]]
## [1] "zayyunleashed: I think my top artist will be Tate Mcrae #SpotifyWrapped"
## 
## [[5962]]
## [1] "xpapatya_x: I predict my top artist will be [PARAMOREEEE] #SpotifyWrapped"
## 
## [[5963]]
## [1] "I_Am_Mars__: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[5964]]
## [1] "j3ssaf: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @SUICIDEBOYS @suicideLEOPARD @SuicideChrist 👍🏽😂"
## 
## [[5965]]
## [1] "xpapatya_x: I predict my top genre will be [idk whatever paramore is lol] #SpotifyWrapped"
## 
## [[5966]]
## [1] "calmIjawBoy: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped electricity"
## 
## [[5967]]
## [1] "veggie_samosa: I predict my top artist will be My Chemical Romance 🤧#SpotifyWrapped"
## 
## [[5968]]
## [1] "I_Am_Mars__: I predict my top artist will be @boburnham  #SpotifyWrapped"
## 
## [[5969]]
## [1] "MichelleCaissi1: This is my EXACTLY #SpotifyWrapped https://t.co/LeKxsX21ld"
## 
## [[5970]]
## [1] "minsugaforehead: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[5971]]
## [1] "xpapatya_x: I predict my most played song will be [THIS IS WHY - PARAMORE] #SpotifyWrapped"
## 
## [[5972]]
## [1] "party4__u: I predict my most played song will be Mitski - Why Didn't You Stop Me?#SpotifyWrapped"
## 
## [[5973]]
## [1] "midnightsera13: I predict my most played song will be (this one is hard idek) #SpotifyWrapped"
## 
## [[5974]]
## [1] "g_awaycarmrd: i predict my top genre will be pop, definitely  #SpotifyWrapped"
## 
## [[5975]]
## [1] "I_Am_Mars__: I predict my top podcast will be Distractable #SpotifyWrapped"
## 
## [[5976]]
## [1] "Dur_x9: Shop your new clothes with NewChic to hang out with your friends\nSave 20% for order over $70 with code \"MENCL20\"… https://t.co/LtvJG8CfEt"
## 
## [[5977]]
## [1] "minsugaforehead: I predict my most played song will be AFTER LIKE by IVE definitely #SpotifyWrapped"
## 
## [[5978]]
## [1] "mpsrcym: I fall in love with peace, coffee, and sunsets. I fall in love with pizza nights, video games that keep me excited… https://t.co/Eiwgz4t6Pz"
## 
## [[5979]]
## [1] "nialovenicki: I predict my top artist will be Nicki Minaj #SpotifyWrapped"
## 
## [[5980]]
## [1] "CocoandFriends2: I predict my top artist will be Fleetwood Mac #SpotifyWrapped"
## 
## [[5981]]
## [1] "g_awaycarmrd: i predict my most played song will be better than revenge, idk #SpotifyWrapped"
## 
## [[5982]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/ffZwpk7XNX"
## 
## [[5983]]
## [1] "kim17_jihoo: I predict my most played song will be blue side by #jhope  #SpotifyWrapped"
## 
## [[5984]]
## [1] "party4__u: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[5985]]
## [1] "midnightsera13: I predict my top podcast will be Rain Sounds #SpotifyWrapped"
## 
## [[5986]]
## [1] "votefortxtuwu: I predict my Top 5 artists will be:\n1. BTS 2. Tomorrow X Together 3. TNX 4. Aespa 5. ITZY?Kep1er?#SpotifyWrapped"
## 
## [[5987]]
## [1] "martin_mg__: I predict my top artist will be @RollingStones  #SpotifyWrapped \n\nSi no son los Stones cerremos todo.."
## 
## [[5988]]
## [1] "midnightsera13: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[5989]]
## [1] "manic_idleteen: I predict my most played song will be make you proud - jensen mcrae #SpotifyWrapped"
## 
## [[5990]]
## [1] "KennoStargate: Can’t wait to see my #SpotifyWrapped cause I treat it like a game now. I be tryna hit certain marks"
## 
## [[5991]]
## [1] "carcarcrash7864: I predict my top artist will be [#ITZY ] #SpotifyWrapped"
## 
## [[5992]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VDCqJcdNOd"
## 
## [[5993]]
## [1] "midnightsera13: I predict my top artist will be Taylor Alison Swift #SpotifyWrapped"
## 
## [[5994]]
## [1] "LilJinata1111: “I PLAYED WITH BAD BUNNY ON MW 2.0” VIDEO IS OUT NOW GO CHECK IT OUT #BadBunny #MW2 #gamingcommunity #gamer… https://t.co/WT0hDBiS9A"
## 
## [[5995]]
## [1] "junhaniac: I predict my most played song will be [to you by seventeen 💪💪] #SpotifyWrapped"
## 
## [[5996]]
## [1] "blackholefriend: I predict my most played song will be HARD TIMES BY PARAMORE I LOVE HARD TIMES BY PARAMORE #SpotifyWrapped https://t.co/feDOtiWCH8"
## 
## [[5997]]
## [1] "hildevongarden: Some of my #SpotifyWrapped predictions for 2022.\nMost played songs:\n1. Alles in Allem - Einstürzende Neubauten\n2. M… https://t.co/KzMX82BrbP"
## 
## [[5998]]
## [1] "JamesHarness: .@ladygaga @carlyraejepsen two beautiful artists stand before me, but I only have one top artist on my #SpotifyWrapped…"
## 
## [[5999]]
## [1] "carcarcrash7864: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[6000]]
## [1] "ONErpm: Patiently waiting for #SpotifyWrapped https://t.co/epGHTauZSx"
## 
## [[6001]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/3mQ9cw2zuH"
## 
## [[6002]]
## [1] "maomic2: Check ✅ this out for your comfortability at home 🏠🏡 #adelatfurniture for home 🏘️ and office 📴 #furniture… https://t.co/TMmTa1oKgj"
## 
## [[6003]]
## [1] "carcarcrash7864: I predict my most played song will be [NOT SHY ] #SpotifyWrapped"
## 
## [[6004]]
## [1] "xoxoewer: this was my best year in music taste and discovery, when tf is #SpotifyWrapped actually dropping??!?"
## 
## [[6005]]
## [1] "relevant_2020: i predict my most played song will be innacurate since i used two accounts\n\nbut idk\nprobably Bullshit by… https://t.co/6gHvg7FLAm"
## 
## [[6006]]
## [1] "lilac_bambi: honestly i feel like if @Spotify wrapped came out on the same day every year, we would count down the days in antic… https://t.co/B7Z7O0GYvu"
## 
## [[6007]]
## [1] "relientkenny: HURRY UP SPOTIFY IM READY #SpotifyWrapped"
## 
## [[6008]]
## [1] "Boomalope_: drop it already #SpotifyWrapped https://t.co/b4IXJMzbk6"
## 
## [[6009]]
## [1] "ferzavala14: @ILLENIUM\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6010]]
## [1] "_AstroMaddie: I predict my top podcast will be @goingwestpod  because I am obsessed 💗💗💗💗#SpotifyWrapped"
## 
## [[6011]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/sVLqw6SqyR"
## 
## [[6012]]
## [1] "lizdalben: happy #SpotifyWrapped to those who celebrate"
## 
## [[6013]]
## [1] "RealMyaJ: 𝘚𝘵𝘰𝘱 𝘣𝘺 ✨\n\n #SpotifyWrapped https://t.co/dwTi88J7j9"
## 
## [[6014]]
## [1] "jaylee_shaner: I predict my top podcast will be  \nWe Can Do Hard Things \n\nI absolutely refuse to let @GlennonDoyle and @AbbyWambach down. #SpotifyWrapped"
## 
## [[6015]]
## [1] "HaitianDoll_LLC: @Spotify New EPK. I’m revolutionizing music!\n#rap #music #Trending #TrendingNow #artist #SpotifyWrapped \nhttps://t.co/vPMRFRkg3w"
## 
## [[6016]]
## [1] "ddlhsteinfeld: I predict my top artist will be Demi Lovato #SpotifyWrapped"
## 
## [[6017]]
## [1] "ZackAttack2995: If either Demi Lovato, Halsey, or Big Time Rush doesn’t make my #SpotifyWrapped I have failed somewhere."
## 
## [[6018]]
## [1] "diegolealdo: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Juice WRLD"
## 
## [[6019]]
## [1] "coacoac28l: I don't know what's my number 1 but I am sure it's gonna be either sad, depressing or horny song.\n#SpotifyWrapped"
## 
## [[6020]]
## [1] "diegolealdo: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rap"
## 
## [[6021]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/plt2H4bk1X"
## 
## [[6022]]
## [1] "diegolealdo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Flaws and sins"
## 
## [[6023]]
## [1] "jinastronautt: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[6024]]
## [1] "ItsonlyEdrian: I predict my top artist will be [Bad Bunny top artist prediction] #SpotifyWrapped"
## 
## [[6025]]
## [1] "xoxojoyce: I predict my top podcast will be Calm it down #SpotifyWrapped"
## 
## [[6026]]
## [1] "ghost_drone: Annual reminder: Whatever way you present them, your Shitify stats mean nothing to no one. #SpotifyWrapped"
## 
## [[6027]]
## [1] "saqifkhan59: I will do 100 pyramids dofollow backlinks for google top ranking\nOrder now: https://t.co/0f8K7gcZys\n#seo… https://t.co/K3vP2okiNo"
## 
## [[6028]]
## [1] "mydixswreck: I predict my top artist will be dixie damelio #SpotifyWrapped"
## 
## [[6029]]
## [1] "kohiwonomitai: I predict my top artist will be Ado possibly #SpotifyWrapped"
## 
## [[6030]]
## [1] "mydixswreck: I predict my top genre pop music #SpotifyWrapped"
## 
## [[6031]]
## [1] "kohiwonomitai: I predict my top genre will be Math Rock or Anime Soundtrack #SpotifyWrapped"
## 
## [[6032]]
## [1] "jinastronautt: I predict my most played song will be The astronaut by Jin #SpotifyWrapped"
## 
## [[6033]]
## [1] "xtinapanama: I predict my most played song will be [ No es que te Extrañe ] de Christina Aguilera #SpotifyWrapped"
## 
## [[6034]]
## [1] "JamesMozia: We show your news (Brands) to potential customers. https://t.co/s6DMgv6ODT \n#SpotifyWrapped\n127,351 BTC\n#WhatsApp… https://t.co/aPX5NuIEVK"
## 
## [[6035]]
## [1] "ye_onge: stop edging me #SpotifyWrapped"
## 
## [[6036]]
## [1] "palmtreesdolan: I THOUGHT IT DROPPED ALREADY BUT I CAN’T WAIT #SpotifyWrapped https://t.co/Ja5LgjuHAS"
## 
## [[6037]]
## [1] "saqifkhan59: I will provide 10k google maps citations to grow your business\nOrder now: https://t.co/iS2favTeZX\n#seo… https://t.co/vQrBCi4cjR"
## 
## [[6038]]
## [1] "mydixswreck: I predict my most played song will be a letter to me by dixie damelio #SpotifyWrapped"
## 
## [[6039]]
## [1] "SaylorxMoon: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped it’s going to be #MeganTheStallion"
## 
## [[6040]]
## [1] "bulletssalem: not me impatiently waiting for this years #SpotifyWrapped when i listen to the same 3 songs on a daily basis https://t.co/C7Qpl0C6j3"
## 
## [[6041]]
## [1] "kohiwonomitai: I predict my most played song will be fucking Rocky Top 💀 #SpotifyWrapped"
## 
## [[6042]]
## [1] "xoxojoyce: I predict my top artist will be Taylor Swift and Lizzy Mcalpine #SpotifyWrapped"
## 
## [[6043]]
## [1] "LokitaViv: She cute 🥰😈💁🏽‍♀️ #pc #new #SpotifyWrapped #MattHanock https://t.co/GTXEDb9qaJ"
## 
## [[6044]]
## [1] "OnlineProusa: Computer repair service in #USA .\nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VwK98o6s9h"
## 
## [[6045]]
## [1] "Mvxzzz: I predict my top artist will be [Sabrina Carpenter] #SpotifyWrapped"
## 
## [[6046]]
## [1] "tajit_7: I predict my top artist will be Architects #SpotifyWrapped"
## 
## [[6047]]
## [1] "lauvrryt: I predict my top artist will be @theweeknd #SpotifyWrapped"
## 
## [[6048]]
## [1] "CamilyWilliany1: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6049]]
## [1] "tangerinewsugaa: I predict my most played song will be O.O by NMIXX #SpotifyWrapped"
## 
## [[6050]]
## [1] "CamilyWilliany1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6051]]
## [1] "SaylorxMoon: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped oh it’s certainly#bigolfreak by… https://t.co/ijkKQRnkjz"
## 
## [[6052]]
## [1] "CamilyWilliany1: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[6053]]
## [1] "ctmmydisc: I predict my top artist will be Taylor without hesitation  #SpotifyWrapped"
## 
## [[6054]]
## [1] "saqifkhan59: I will do 40 mix backlinks for google top ranking\nOrder now: https://t.co/JTJTQ4h8IR\n#seo #DigitalMarketing… https://t.co/myOsFdH7qV"
## 
## [[6055]]
## [1] "TheGiraffeBoi: I predict my top artist will be \nFoo Fighters #SpotifyWrapped"
## 
## [[6056]]
## [1] "CamilyWilliany1: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6057]]
## [1] "tajit_7: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[6058]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/8Oe5oDBNzq"
## 
## [[6059]]
## [1] "slimayjimay: I predict my top artist will be kanye sadly #SpotifyWrapped"
## 
## [[6060]]
## [1] "ctmmydisc: I predict my most played song will be something Taylor swift (YOYOK) #SpotifyWrapped"
## 
## [[6061]]
## [1] "xtinapanama: I predict my top artist will be Christina Aguilera #SpotifyWrapped"
## 
## [[6062]]
## [1] "tajit_7: I predict my most played song will be Demi-God by Architects #SpotifyWrapped"
## 
## [[6063]]
## [1] "xoxojoyce: I predict my top genre will be Pop and Christian #SpotifyWrapped"
## 
## [[6064]]
## [1] "jadetravers1: I predict my top artist will be @taylorswift13  #SpotifyWrapped"
## 
## [[6065]]
## [1] "rubendehaes: #SpotifyWrapped prediction:\n\n1. Conan Gray\n2. Taylor swift\n3. Billie Eilish\n4. Lana Del Rey\n5. Lorde"
## 
## [[6066]]
## [1] "saqifkhan59: I will 700 mix backlinks through high authority sites\nOrder now: https://t.co/i4WTj3W2le\n#seo #DigitalMarketing… https://t.co/OUpfzc61ht"
## 
## [[6067]]
## [1] "uarmydionysus: I know Yet To Come is gonna be on top of my #SpotifyWrapped https://t.co/zVdFZktRTh"
## 
## [[6068]]
## [1] "jadetravers1: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6069]]
## [1] "Blink_are_BP: I predict my most played song will be Pink Venom by Blackpink uwu #SpotifyWrapped"
## 
## [[6070]]
## [1] "prodbyLOUX: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6071]]
## [1] "worldturnedred: I predict my top genre will be emo rap 😭 #SpotifyWrapped"
## 
## [[6072]]
## [1] "SAPPHlCSAM: can y’all stop teasing and just give us #SpotifyWrapped already @SpotifyUSA"
## 
## [[6073]]
## [1] "jadetravers1: I predict my most played song will be delicate- @taylorswift13  #SpotifyWrapped"
## 
## [[6074]]
## [1] "saqifkhan59: I will 20 guest posts through high authority sites\nOrder now: https://t.co/KlRJH3EKx6\n#seo #DigitalMarketing… https://t.co/CMEh60qP7Y"
## 
## [[6075]]
## [1] "yujurosie: I predict my top artist will be taylor ofc its definitely her this time #SpotifyWrapped"
## 
## [[6076]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/28QvJYajHf"
## 
## [[6077]]
## [1] "krittikanandi: I predict my top podcast will be something related to kpop but i don't listen to podcasts. #SpotifyWrapped"
## 
## [[6078]]
## [1] "reverseliss: I predict my most played song will be Violet Hill  #SpotifyWrapped"
## 
## [[6079]]
## [1] "xoxojoyce: I predict my most played song will be That's the way I loved you by Taylor Swift #SpotifyWrapped"
## 
## [[6080]]
## [1] "RobynisRed: I predict my most played song will be Canary in a coalmine or a Penelope Scott song #SpotifyWrapped"
## 
## [[6081]]
## [1] "hcqwyp: I predict my top artist will be [$uicideBoy$] #SpotifyWrapped"
## 
## [[6082]]
## [1] "testing_2610: #FIFAWorldCupQatar2022 #SpotifyWrapped    #要要搞定個要  #ImranKhan #السعودي #MattHanock #RedVelvetBirthdayParty #Indigo#… https://t.co/TLILaYtzh2"
## 
## [[6083]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QAEJKILh3b"
## 
## [[6084]]
## [1] "jealousyxliv: in honor of #spotifywrapped this was mine in 2020… a stan since day 1 https://t.co/jSSHgyZzOt"
## 
## [[6085]]
## [1] "yujurosie: I predict my most played song will be invu or brave #SpotifyWrapped"
## 
## [[6086]]
## [1] "reverseliss: I predict my top artist will be Coldplay #SpotifyWrapped"
## 
## [[6087]]
## [1] "SiphesihleNts14: nigga, how you guys gon' make me think it dropped. my heart literally malfunctioned when i saw it was trending smh #SpotifyWrapped"
## 
## [[6088]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/xAlBVcBnNb"
## 
## [[6089]]
## [1] "conorelwell12: Can’t wait till #SpotifyWrapped comes out this week so I can brag to my friends about how much I listen to… https://t.co/vQWAHhiWTp"
## 
## [[6090]]
## [1] "OpaqueSleet7802: #SpotifyWrapped JUST ANNOUNCED THE CITY OF HOUSTON!!!!! 🤯🤯🤯 https://t.co/JrZUaCpeh8"
## 
## [[6091]]
## [1] "hcqwyp: I predict my most played song will be [diemonds by $uicideBoy$] #SpotifyWrapped"
## 
## [[6092]]
## [1] "dolcening: I predict my most played song will be gbgb by txt or hype boy by nwjns \n#SpotifyWrapped"
## 
## [[6093]]
## [1] "thebadboyblues: I predict my most played song will be Nectar of the Gods by Lana Del Rey #SpotifyWrapped"
## 
## [[6094]]
## [1] "bela_iman: I predict my top artist will be [Louis Tomlinson ] #SpotifyWrapped"
## 
## [[6095]]
## [1] "krittikanandi: I predict my top artist will be BTS! 💜 #SpotifyWrapped"
## 
## [[6096]]
## [1] "OnlineProusa: Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/eSZU3mmLDM"
## 
## [[6097]]
## [1] "rikingball: I think among all enha songs , foreshadow, tfw and pola love will be on top  #SpotifyWrapped"
## 
## [[6098]]
## [1] "darealveektohr: Hi @ayrastarr please check out my cover of your song RUSH🙏❤️\n\n@DONJAZZY @MAVINRECORDS @TundeEdnut_ @yabaleftonline… https://t.co/dl7Rfx1Z3L"
## 
## [[6099]]
## [1] "birdsbelles: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6100]]
## [1] "Dur_x9: Saknip All-in-ONE Noise Cancelling Wireless Earbuds\nhttps://t.co/b3alYofkBG\n\n#earbuds #gym #workout #NFT #NBA… https://t.co/9lPNqRsPEx"
## 
## [[6101]]
## [1] "birdsbelles: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6102]]
## [1] "carmenmagentaa: I predict my top artist will be glee cast, 😡🤡 #SpotifyWrapped"
## 
## [[6103]]
## [1] "slimayjimay: i predict my most played song will be booman by baby keem #SpotifyWrapped"
## 
## [[6104]]
## [1] "krittikanandi: I predict my top genre will be KPOP!  #SpotifyWrapped"
## 
## [[6105]]
## [1] "sneakers_hub4: @ntandomatini_ Check out more sneakers on our WhatApp status!!!\n☎️ 065 936 4892 \n#musa #MusaKhawula #Sizwe… https://t.co/Jli7rog3ar"
## 
## [[6106]]
## [1] "birdsbelles: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[6107]]
## [1] "missbogwitchusa: Tryin to speed-listen to a bunch of non-embarrassing, smart-seeming music before #SpotifyWrapped drops"
## 
## [[6108]]
## [1] "zynthical: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6109]]
## [1] "bela_iman: I predict my most played song will be [Bigger Than Me] #SpotifyWrapped"
## 
## [[6110]]
## [1] "birdsbelles: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6111]]
## [1] "carmenmagentaa: I predict my top genre will be show tunes ou pop #SpotifyWrapped"
## 
## [[6112]]
## [1] "Justmagicalgirl: I predict my most played song will be alex's all of the stars, casey's I'll sing to you, sam's safe and sound or co… https://t.co/P8PuzmiELX"
## 
## [[6113]]
## [1] "Joseespinosaz: I predict my most played song will be [Until the sun needs to rise] #SpotifyWrapped"
## 
## [[6114]]
## [1] "RektSkeleton: I predict my top podcast will be [None] I don't listen to podcasts😀#SpotifyWrapped"
## 
## [[6115]]
## [1] "carmenmagentaa: I predict my most played song will be  Gino, o menino bolha 🤐 #SpotifyWrapped"
## 
## [[6116]]
## [1] "missmoonpride: I predict my most played song will be \"Anti-hero\" by @taylorswift13 #SpotifyWrapped"
## 
## [[6117]]
## [1] "isitromantichow: I predict my top artist will be @taylorswift13 (duh!) #SpotifyWrapped"
## 
## [[6118]]
## [1] "seafoamyonk: give it to me already #SpotifyWrapped https://t.co/CXhOtkX6Qv"
## 
## [[6119]]
## [1] "RoxyK71: @Spotify Mine will be the same songs I play to death every year #SpotifyWrapped"
## 
## [[6120]]
## [1] "HorsinReal: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6121]]
## [1] "AmandaRPI: Saw #SpotifyWrapped trending and got excited thinking it dropped. Now I'm disappointed 😞  come on @Spotify give it to ussss"
## 
## [[6122]]
## [1] "_jaccaranda: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6123]]
## [1] "RektSkeleton: I predict my top artist will be [Toby Fox], I hope he is  because his music is bangin' #SpotifyWrapped"
## 
## [[6124]]
## [1] "themwananchi: Beyoncé will definitely be my most listened artist on #SpotifyWrapped because 'Heated' had crack in it 😂"
## 
## [[6125]]
## [1] "taemay222: I predict my most played song will be Silver Lining @ARMNHMR (2nd year in a row 🫶🏼) #SpotifyWrapped"
## 
## [[6126]]
## [1] "RektSkeleton: I predict my top genre will be [Dance/Electronic] I'm just shooting into the dark at this point lol #SpotifyWrapped"
## 
## [[6127]]
## [1] "jazzydamasco_: Cmon bestie  #SpotifyWrapped"
## 
## [[6128]]
## [1] "ControlTVng: MOMENT CONTROL TV WINS BIG! @ Nigeria Media Merit Awards #nmma2022 #Winners #media #nigeria #controltv #controltvng… https://t.co/i86NlIpwv4"
## 
## [[6129]]
## [1] "AnimosityX_: predictions for #SpotifyWrapped 2022\ntop song: hard times - yung pinch (maybe)\ntop genre: melodic rap\ntop artist: oliver francis\n👀"
## 
## [[6130]]
## [1] "indigo_sounds_: #SpotifyWrapped every year this trends and I think the playlists are out 😭"
## 
## [[6131]]
## [1] "onlinesaleseldo: Clarks Women's Adriel Viola Dress Pump - \n\n🔥🔥 https://t.co/mfMsUPt0Ou  🔥🔥 \n\n#ChoGueSung #neymar #Switzerland #Ghana… https://t.co/xjlZUgBK9E"
## 
## [[6132]]
## [1] "colincreekmall: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6133]]
## [1] "notsummersrose: I predict my top artist will be summer walker #SpotifyWrapped"
## 
## [[6134]]
## [1] "_Ruuubs: I predict my most played song will be Love me until u hate me - Niko Rubio  #SpotifyWrapped"
## 
## [[6135]]
## [1] "kanyestan0: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[6136]]
## [1] "Barbartuneday: BIGGEST BIRD🤍 🦅 \n\n#WizKid𓃵 #afrobeats #SpotifyWrapped https://t.co/hQmU9xae2o"
## 
## [[6137]]
## [1] "umeenterprise: Your Shine #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/nfwQtmTZhW"
## 
## [[6138]]
## [1] "iamlemarwilson: Your Shine #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/4tNzpu2bxt"
## 
## [[6139]]
## [1] "not_drc: I predict my most played song will be Out of Time by The Weeknd #SpotifyWrapped"
## 
## [[6140]]
## [1] "BlackButterEnt: Cyber Monday! | Chill Short Stream | #FF7R #berserk #MondayMotivation #CyberMonday #worldofwarcraft #mondaythoughts… https://t.co/dGfI86d72A"
## 
## [[6141]]
## [1] "emmamatteiniii: I predict my top artist will be GAGA #SpotifyWrapped"
## 
## [[6142]]
## [1] "Jace98127644: I predict my most played song will be #SpotifyWrapped probably something by steve lacy or frank ocean maybe tyler"
## 
## [[6143]]
## [1] "RektSkeleton: Alright, guessing time! \nI predict my most played song will be [Tribute - Tenacious D] idk maybe? #SpotifyWrapped"
## 
## [[6144]]
## [1] "flurrylazulii: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6145]]
## [1] "bolonmusicgroup: Bolonmusic's Verse Of The Week\n💿Fake Nikes\n🎤@BlaqBonez \n\n#verseoftheweek #SpotifyWrapped #afrobeats https://t.co/L2Q4dMUQlZ"
## 
## [[6146]]
## [1] "Felsenbirne22: I predict my top podcast will be... i dunno i dont lisen to podcast but prbly chucklsamwich idk #SpotifyWrapped"
## 
## [[6147]]
## [1] "thepakistan2021: PTI’s Standing in AJK Polls.\n\n#FIFAWorldCup #Eleicoes2022 #SpotifyWrapped \n#ٹیریان_کےبھائی_یوتھئے #خنزیر_ڈیزل… https://t.co/fiH3ZKD0s5"
## 
## [[6148]]
## [1] "yasminalm3ida: I predict my top artist will be Selena Gomez ou Taylor Swift #SpotifyWrapped"
## 
## [[6149]]
## [1] "flurrylazulii: I predict my most played song will be August \n#SpotifyWrapped"
## 
## [[6150]]
## [1] "2Letters__Tc: I predict my top podcast will be @GiUpdates #SpotifyWrapped"
## 
## [[6151]]
## [1] "nemospencer1: @Spotify These artists vie for the top honors @kygo @mltr @ZakAbel @kanebrown  @artblockmusic @BenjyIngrosso… https://t.co/i1Bz0mrZ76"
## 
## [[6152]]
## [1] "cherrystyles_8: I predict my top podcast will be The Compound Podcast #SpotifyWrapped"
## 
## [[6153]]
## [1] "lukaslevert: The #SpotifyWrapped Twitter emoji goes hard."
## 
## [[6154]]
## [1] "LordChristoff: I predict my top artist will be [Skyclad] #SpotifyWrapped"
## 
## [[6155]]
## [1] "Remembalucky7: 60+ yard return for a touchdown against Roosevelt High school\n -Shawn Robinson #SpotifyWrapped #FIFAWorldCup… https://t.co/elill6BRuV"
## 
## [[6156]]
## [1] "MPowerRSA: ❤👌🏾 Jamming on the queen @Miss_LIRA's Feel Good!\n\nMore content👇🏾\nhttps://t.co/0GQVGkzVyY\n\n#podcastandchillwithmacg… https://t.co/3yUXlqtOa5"
## 
## [[6157]]
## [1] "Page2Girl: I predict my top artist will be probably Taylor this year.  #SpotifyWrapped"
## 
## [[6158]]
## [1] "PandemexLLC: ALL ORDERS (that includes invoices sent) are 25% off today! \n\nUse code CYBER\n\nhttps://t.co/GfGkuwABK5  inbox me wit… https://t.co/djUhhti0A2"
## 
## [[6159]]
## [1] "Your_siddhartha: Phir Na Aisi Raat Aayegi by Arijit Singh will be my song of the year in #SpotifyWrapped 🤩🤲🏼\nhttps://t.co/QjPGQZzxIt"
## 
## [[6160]]
## [1] "DirtyLoverBand: New tune coming #rock #SpotifyWrapped #band \n https://t.co/7AH6P24AMs"
## 
## [[6161]]
## [1] "JJSLCVE: I predict my most played song will be OPERA HOUSE BY CIGARETTES AFTER SEX YALL ALREADY KNOWWWW 🙏🙏🙏 #SpotifyWrapped"
## 
## [[6162]]
## [1] "cyb3rn1te: I predict my top artist will be Yung Lean #SpotifyWrapped"
## 
## [[6163]]
## [1] "Felsenbirne22: I predict my top artist will be tge smiths maybe??#SpotifyWrapped"
## 
## [[6164]]
## [1] "neilmacq_: Let's see which of these make it in alongside Bubblegrunge this year #SpotifyWrapped https://t.co/veZnQyZsMa"
## 
## [[6165]]
## [1] "a_moskwa: I predict (know) my top artist will be Taylor Alison Swift because duh 🫶🏼💅 #SpotifyWrapped @taylorswift13… https://t.co/SFNIwLIlTl"
## 
## [[6166]]
## [1] "octohbrs: next year will be the year that i’m going spotify only, these last 2 months w apple music has made me feel like a whore #SpotifyWrapped"
## 
## [[6167]]
## [1] "Helpy_: I predict my top podcast will be STOP PUSHING PODCASTS TO ME I WANT TO LISTEN TO MUSIC  #SpotifyWrapped"
## 
## [[6168]]
## [1] "joaophs1: For the first time i don't know who is my number one... If @taylorswift13, if @leonalewis #SpotifyWrapped &lt;3"
## 
## [[6169]]
## [1] "LeChristopherAG: #SpotifyWrapped is cool and all, but having a Last FM account means I get to revel in my shameful listening habits… https://t.co/WOr9sqA21z"
## 
## [[6170]]
## [1] "luckyLVJY: I predict my top artist will be LOVEJOY OR WILBUR SOOT!!!!!! #SpotifyWrapped"
## 
## [[6171]]
## [1] "nicoleswiftieee: I predict my most played song will be Cardigan by Taylor Swift. #SpotifyWrapped"
## 
## [[6172]]
## [1] "JJSLCVE: I predict my top artist will be NCT 127 or Cigarettes After Sex 🙏🙏🙏#SpotifyWrapped"
## 
## [[6173]]
## [1] "cyb3rn1te: I predict my top genre will be hyperpop #SpotifyWrapped"
## 
## [[6174]]
## [1] "45264rs: Before #SpotifyWrapped comes ,\nI can tell you who would be in my top 3 artist.\n@raftaarmusic @realkrsna &amp; @karmathelekhak 🙂💯😌🚀"
## 
## [[6175]]
## [1] "HByedon: @realDailyWire For the CCP, Eric swallows very well. @RepSwalwell #Chinesespy #CCPChina #MattHanock #SpotifyWrapped #要要搞定個要"
## 
## [[6176]]
## [1] "Adds4L: I predict my top podcast will be Distractible #SpotifyWrapped"
## 
## [[6177]]
## [1] "jacksonsjigsaw: I predict my most played song will be FOOTNOTE BY CONAN. #SpotifyWrapped"
## 
## [[6178]]
## [1] "RoxasEevwy32: I predict my most played song will be Outer Wilds - Reprise #SpotifyWrapped"
## 
## [[6179]]
## [1] "pompompep: my top artist might be crumb again idk maybe the crane wives bc i listen to them a lot too idk i’m bad at guessing lmao  #SpotifyWrapped"
## 
## [[6180]]
## [1] "cyb3rn1te: I predict my most played song will be eyes wide shut by meat computer #SpotifyWrapped"
## 
## [[6181]]
## [1] "thehopeofitalll: I predict my most played song will be [ATWTMVTVFTV] #SpotifyWrapped"
## 
## [[6182]]
## [1] "brianabonfiglio: ~ I predict my most played song will be About Damn Time @lizzo #SpotifyWrapped ~"
## 
## [[6183]]
## [1] "Helpy_: I predict my top artist will probably be Movements #SpotifyWrapped"
## 
## [[6184]]
## [1] "arsinghofficial: Check out this RGB LED TV Strip Light. Only at Rs. 484 (limited) \n\nHurry Up!! Get one now!!\n\nLink:-… https://t.co/uTl7vqQ2Yh"
## 
## [[6185]]
## [1] "EinarrGL: Check out my IG https://t.co/kOzuRs2CBt #SpotifyWrapped #viralvideo #twitch"
## 
## [[6186]]
## [1] "ecco_tel: 4 Basic Internet Safety to know and observe 👌👌👌\n\n#mondaymotivation \n#happynewweek \n#eccotel… https://t.co/4j3gDmGQ8w"
## 
## [[6187]]
## [1] "amaranewbeginn: I predict my top podcast will be [saving grace] #SpotifyWrapped"
## 
## [[6188]]
## [1] "Adds4L: I predict my top artist will be Playboi Carti #SpotifyWrapped"
## 
## [[6189]]
## [1] "doux_soft: Watin I order now 😢 #SpotifyWrapped #MattHanock https://t.co/lOSZxP81fC"
## 
## [[6190]]
## [1] "Felsenbirne22: I predict my top genre will be prolly post punk or somtgin] #SpotifyWrapped"
## 
## [[6191]]
## [1] "amaranewbeginn: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[6192]]
## [1] "sqigglelie: me waiting to see my top tracks this year #SpotifyWrapped https://t.co/7iUnRpkWDf"
## 
## [[6193]]
## [1] "OG_Aboriginal: Major Arcana Oracle deck available now..link in bio ✨️ #SpotifyWrapped #Indigo #RedVelvetBirthdayParty… https://t.co/Ci06voucMl"
## 
## [[6194]]
## [1] "Adds4L: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[6195]]
## [1] "bkithia: What are we wearing to this year’s #SpotifyWrapped?"
## 
## [[6196]]
## [1] "amaranewbeginn: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[6197]]
## [1] "_GrantTheGoat_: @BlockFi filing for bankruptcy may be the last domino in the chain of seeing $BTC slap 11k - you've been warned ⚠️… https://t.co/OVvdjKVBrc"
## 
## [[6198]]
## [1] "royalyoungsz: I predict my most played song will be Chiri by Rosalía #SpotifyWrapped https://t.co/t4jH5nnime"
## 
## [[6199]]
## [1] "MsSamanthalynn2: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6200]]
## [1] "amsysiyo_6: ISIS IS NOT ISLAM.\nISIS IS TERRORIST MADE IN USA.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/zteLT5wRm1"
## 
## [[6201]]
## [1] "testing_2610: Check out this RGB LED TV Strip Light. Only at Rs. 484 (limited) \n\nHurry Up!! Get one now!!\n\nLink:-… https://t.co/BrTYUBmkKE"
## 
## [[6202]]
## [1] "kingnathan45: I predict my top artist will be EarthGang 🌎 #SpotifyWrapped"
## 
## [[6203]]
## [1] "amaranewbeginn: I predict my most played song will be [paper rings by taylor swift] #SpotifyWrapped"
## 
## [[6204]]
## [1] "checkoutsopi: Obi ethnic✨\n\nhttps://t.co/BmBMpbxKso\n\nNami brazil rans entertaiment penjilat dots vincenzo song joong ki exo ot8 po… https://t.co/GOXwEiTSlM"
## 
## [[6205]]
## [1] "Adds4L: I predict my most played song will be 734 #SpotifyWrapped"
## 
## [[6206]]
## [1] "aleannemia: I predict my most played song will be Night Shift by Lucy Dacus 😭😭#SpotifyWrapped"
## 
## [[6207]]
## [1] "arshpatel123: @beatsbynav @trvisXX @lilbaby4PF got me singing and listening to NEVER SLEEP like never before if that’s not first… https://t.co/n9rnXntbrn"
## 
## [[6208]]
## [1] "berryheiress: I predict my top artist will be @waterparks #SpotifyWrapped"
## 
## [[6209]]
## [1] "yoonsdelight_: If this song is not #1 on my #SpotifyWrapped . Something had GONE WRONG !!!!! I listen to this 7292992929292 times… https://t.co/gX1cbZMKkO"
## 
## [[6210]]
## [1] "Chloweeee_: I predict my most played song will be fr gotta be angel with a shotgun #SpotifyWrapped"
## 
## [[6211]]
## [1] "iamEPanthony: can't wait to see if either Megan Thee Stallion or Drake will be my top rapper this year #SpotifyWrapped https://t.co/NxffvJ7osf"
## 
## [[6212]]
## [1] "misslunela: I predict my top genre will be Classic rock #SpotifyWrapped"
## 
## [[6213]]
## [1] "KEENAS_: I predict my most played song will be Phase Me #SpotifyWrapped"
## 
## [[6214]]
## [1] "VanillAiLatte: I predict my most played song will be You were perfect and I'm Sorry by Mickey Darling #SpotifyWrapped"
## 
## [[6215]]
## [1] "amsysiyo_6: the big evil in the world Will be over.\ndown with US.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/Labl6GOrGq"
## 
## [[6216]]
## [1] "Samira43812949: Out here waiting to see who will come out on top. Will Wood or Lemon Demon (last year's champion). Or maybe they'll… https://t.co/vylNP2XnZu"
## 
## [[6217]]
## [1] "PomstarVstar: i cannot wait for #SpotifyWrapped"
## 
## [[6218]]
## [1] "aleannemia: I predict my top podcast will be Distractible  #SpotifyWrapped"
## 
## [[6219]]
## [1] "Fatimarhaliyu: Can spotify wrapped day come any sooner please😭\n#SpotifyWrapped"
## 
## [[6220]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/Zy4R0leaMv"
## 
## [[6221]]
## [1] "Dur_x9: Taste the most delicious coffee with Nitro coffee Machine\nhttps://t.co/DVowFCWyzt\n\n#World #Qatar2022 #Whale #Elon… https://t.co/bnQGZGvB4Q"
## 
## [[6222]]
## [1] "RexTare2: Close eye do am na so my money take finish 😂😂😂 #FolloMe #LikeShareSubscribe #publicbate #SpotifyWrapped"
## 
## [[6223]]
## [1] "tiatricamo: I predict my top artist will be  probably miss taylor swift #SpotifyWrapped"
## 
## [[6224]]
## [1] "marriedheads: I predict my most played song will be about you by the 1975 😅 #SpotifyWrapped"
## 
## [[6225]]
## [1] "souldls: I predict my most played song will be [One &amp; Only]  ya veréis #SpotifyWrapped"
## 
## [[6226]]
## [1] "apkaranatayyab: Fifa official soundtrack\n#SpotifyWrapped #FIFAWorldCup https://t.co/1ZiXpBKd5z"
## 
## [[6227]]
## [1] "tiatricamo: I predict my most played song will be Scott street?? But idk maybe 45 by bleachers  #SpotifyWrapped"
## 
## [[6228]]
## [1] "sneakers_hub4: @Tiinkiiiey Check out more sneakers on our WhatApp status!!!\n☎️ 065 936 4892 \n#musa #MusaKhawula #Sizwe… https://t.co/L4SLqIFoBz"
## 
## [[6229]]
## [1] "amsysiyo_6: US supporting Saudi to forces yemen.\nyemen so poor.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/y2tbOI8Jtw"
## 
## [[6230]]
## [1] "MichaelDanger19: Normally I have a good idea for #SpotifyWrapped top artist but I have no clue this year. \n\nWas a toss up between Jo… https://t.co/m23nAAYlqw"
## 
## [[6231]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/Kzf3pyYD9x"
## 
## [[6232]]
## [1] "kdjsdirty_coat: I predict my top podcast will be  hobbylos because I’m a good lobbyhoe #SpotifyWrapped"
## 
## [[6233]]
## [1] "walker_88793: I guess  #SpotifyWrapped is the best decision made by any music app , which remembers the users his most precious song of the year."
## 
## [[6234]]
## [1] "brokerbobw1: I predict my most played song will be Anti-Hero. #SpotifyWrapped"
## 
## [[6235]]
## [1] "maadelinemoon: another day without #SpotifyWrapped"
## 
## [[6236]]
## [1] "jenniferxcab: I predict my most played song will be [Efecto by Bad Bunny] #SpotifyWrapped"
## 
## [[6237]]
## [1] "fullstackera: What is WordPress???\n#WordPress #OpenSource #Webdesigner #webdesign #Website #WebsiteDesign #fullstackera… https://t.co/hGoXZLUqNa"
## 
## [[6238]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/PTH8VP3x8l"
## 
## [[6239]]
## [1] "harshamano02: I predict my most played song will be All too Well 10 mins version  #SpotifyWrapped"
## 
## [[6240]]
## [1] "amsysiyo_6: yemen cant wait. \nyemen need a help.\n\nstop war on yemen, Saudi !!!\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnatio… https://t.co/Xi8lfX3vN5"
## 
## [[6241]]
## [1] "x_aldc: I predict my top podcast will be ASMR Gibi #SpotifyWrapped"
## 
## [[6242]]
## [1] "gloxxexi: I predict my most played song will be Rich $ex by future  #SpotifyWrapped"
## 
## [[6243]]
## [1] "x_aldc: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6244]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/OJaz0kkHJf"
## 
## [[6245]]
## [1] "Miyoomih: THE WAY I THOUGHT IT WAS FINALLY TIME 🫡😭 #SpotifyWrapped"
## 
## [[6246]]
## [1] "AbbyZitro: I predict my top podcast will be markiplier, it's gonna be markiplier #SpotifyWrapped"
## 
## [[6247]]
## [1] "x_aldc: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6248]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/qyJIwRtHgU"
## 
## [[6249]]
## [1] "sweetlacrimosa: Can’t wait to see how many bloody RuPaul’s drag race songs are in my #SpotifyWrapped"
## 
## [[6250]]
## [1] "MonaxMoonKnight: I predict my top artist will be either Arca (@arca1000000) or Kelela (@kelelam) because I had them in nearly all of… https://t.co/qe9jDnj01v"
## 
## [[6251]]
## [1] "x_aldc: I predict my most played song will be Alien Invasion #SpotifyWrapped"
## 
## [[6252]]
## [1] "KHCHENLE___: I predict my most played song will be [Arson de jhope o … glitch mode ] #SpotifyWrapped"
## 
## [[6253]]
## [1] "testing_2610: Guys do watch this reel. It only needs 1.5k more views to reach 100K.Please show support and follow the page.… https://t.co/qofHKzrNWm"
## 
## [[6254]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/FlcHTEjvZR"
## 
## [[6255]]
## [1] "kdjsdirty_coat: I predict my most played song will be Atlantis  #SpotifyWrapped\n\n😳😀"
## 
## [[6256]]
## [1] "OnlineBethany: The Maasai community\n#Africanculture #Africanhistory #culture #SpotifyWrapped #StarAcademy #Africanhistory… https://t.co/vk7ZqJU5vd"
## 
## [[6257]]
## [1] "uwupotato9206: in spirit of #SpotifyWrapped, my top song this year HAS to be star shopping\n\nain't no way it's not-"
## 
## [[6258]]
## [1] "gabigalashiels: I predict my top podcast will be Crime Junkie #SpotifyWrapped"
## 
## [[6259]]
## [1] "criyptogod: BREAKING 🚨\n\n#Binance     is under hot waters, after it moved 127,351 BTC($2B) from its Proof of Reserve wallet to c… https://t.co/DT3jkC5vXv"
## 
## [[6260]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/GzWNlc4nNG"
## 
## [[6261]]
## [1] "mistahjamess: @Spotify Can't wait #SpotifyWrapped"
## 
## [[6262]]
## [1] "gabrielaa1109: #SpotifyWrapped I wanna know what song I played the most this year hurry up"
## 
## [[6263]]
## [1] "TheNotoriousNTJ: My list gone be fye when it drops #SpotifyWrapped"
## 
## [[6264]]
## [1] "7texts: I predict my most played song will be [oh uh ] #SpotifyWrapped"
## 
## [[6265]]
## [1] "gabigalashiels: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[6266]]
## [1] "im_vlan: I would be excited for #SpotifyWrapped this year, instead I am legitimately scared to find out how much sadboy musi… https://t.co/TE2wpQf60z"
## 
## [[6267]]
## [1] "10Drilz: People are running this up and I think you should too #musicproducer #ImACeleb #SpotifyWrapped \n\n(help me get 200 Y… https://t.co/YZurELBduq"
## 
## [[6268]]
## [1] "Ckalebtoday: Top artist is 1000% the Weeknd, Trilogy and Dawn FM have been in heavy rotation - #2 is Drake, after that  🤷🏿‍♂️ #SpotifyWrapped"
## 
## [[6269]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/zAeLCcEl97"
## 
## [[6270]]
## [1] "SailorGainz18: Ok ok I get it #SpotifyWrapped https://t.co/2jXmAnio71"
## 
## [[6271]]
## [1] "Miralibay: I predict my top artist will be Alan Walker 🤔#SpotifyWrapped"
## 
## [[6272]]
## [1] "gabigalashiels: I predict my most played song will be Okay by Adekunle Gold  #SpotifyWrapped"
## 
## [[6273]]
## [1] "Imaarinkaur: My new look #اسوس_الجمعة_البيضاء #エルピス #บัวผันฟันยับ #SpotifyWrapped #TeamCameroon #staracademy2022 #ImranKhan https://t.co/eAZdAgfdBw"
## 
## [[6274]]
## [1] "yale__mollie: so excited for dream smp to be one of my top genres #SpotifyWrapped"
## 
## [[6275]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/MHbRDcOLuJ"
## 
## [[6276]]
## [1] "amsysiyo_6: i dont know, you all know or no about criminal regime Saudi to yemenis .\nstop war, Saudi !!!\nSaudi alliance of US.… https://t.co/mkS9jNY1gN"
## 
## [[6277]]
## [1] "NERODANKS: I predict my top artist will be [luis Miguel] #SpotifyWrapped"
## 
## [[6278]]
## [1] "ItsMeT96: i need that #SpotifyWrapped. DROP IT NOW"
## 
## [[6279]]
## [1] "Muellersdayoff_: I predict my top artist will be IDLES #SpotifyWrapped"
## 
## [[6280]]
## [1] "VANLEPPARD: DROP THIS SHIT ALREADY!!!!!!!!!!!\n\n#SpotifyWrapped"
## 
## [[6281]]
## [1] "Missing_Peice: I predict my most played song will be [not worth it-Zillakami] #SpotifyWrapped"
## 
## [[6282]]
## [1] "sicmundz: I predict my most played song will be red Taylor’s version  #SpotifyWrapped"
## 
## [[6283]]
## [1] "WeSpotYou: Glamour Girl 🖤\n\n#tejuashwini #TejasswiPrakash𓃵 #tejasswiprakashwayangankar #wespotyou #wespotyoubollywood… https://t.co/fSVslgXBCj"
## 
## [[6284]]
## [1] "lucyabernathy23: I predict my top artist will be without doubt Taylor Swift #SpotifyWrapped"
## 
## [[6285]]
## [1] "TinaleeM83: I predict my top artist will be the incomparable miss eilish #SpotifyWrapped"
## 
## [[6286]]
## [1] "katharsisTKlts: #SpotifyWrapped j'rappl mon top 3 2021 https://t.co/MFxfPFuThZ"
## 
## [[6287]]
## [1] "Miralibay: I predict my top genre will be [ I guess pop } #SpotifyWrapped"
## 
## [[6288]]
## [1] "WintyTweet: I predict my top artist will be Yung Gravy #SpotifyWrapped"
## 
## [[6289]]
## [1] "Ckalebtoday: Most played song - Lonely Star by the Weeknd, maybe #2 is Crunk Ain't Dead by Duke Deuce #SpotifyWrapped"
## 
## [[6290]]
## [1] "sammilopes14: I predict my most played song will be foundations of decay- mcr #SpotifyWrapped"
## 
## [[6291]]
## [1] "geniecraft92: Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/JL0xnVwa8O"
## 
## [[6292]]
## [1] "Hkcgv7: I predict my most played song will be Run BTS….. #SpotifyWrapped"
## 
## [[6293]]
## [1] "oasis_ch1ld: I predict my top genre will be post punk #SpotifyWrapped"
## 
## [[6294]]
## [1] "04_jerrr: I predict my top podcast will be [@OnneDii moordcast] #SpotifyWrapped"
## 
## [[6295]]
## [1] "lucyabernathy23: I predict my most played song will be Iris or atw10mvftvtv #SpotifyWrapped"
## 
## [[6296]]
## [1] "taefolla: I predict my top artist will be BTS, SEVENTEEN or WOODZ #SpotifyWrapped"
## 
## [[6297]]
## [1] "yelenqvision: need them to hurry up with #SpotifyWrapped https://t.co/swtKRbiK2t"
## 
## [[6298]]
## [1] "marjoriestave: The metaverse is a new frontier for earning passive income https://t.co/tlwzAf97w2 via @cointelegraph #SpotifyWrapped #VR #metaverse"
## 
## [[6299]]
## [1] "CJhereeee: #Twitch  #twitchstreamer Join The Stream! NOW ‼️ #SpotifyWrapped https://t.co/CytPkOc13L"
## 
## [[6300]]
## [1] "DevilTastic: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[6301]]
## [1] "shelbytism: I think my top artist will be The Crane Wives #SpotifyWrapped"
## 
## [[6302]]
## [1] "minjiscafe: I predict my top artist will be dreamcatcher obv 🙏 @hf_dreamcatcher #SpotifyWrapped"
## 
## [[6303]]
## [1] "Miralibay: I predict my most played song will be \"Casablanca\" xD #SpotifyWrapped"
## 
## [[6304]]
## [1] "Confoozzed: My #SpotifyWrapped is gonna be fucked up im ngl my music taste was all over the place this year"
## 
## [[6305]]
## [1] "04_jerrr: I predict my top artist will be [Dua lipa] #SpotifyWrapped"
## 
## [[6306]]
## [1] "WOOJ0830: I predict my top artist will be Treasure #SpotifyWrapped"
## 
## [[6307]]
## [1] "Christo68932776: For the first time ever MacG doesn't want to comment on a Topic, he really refused to comment on Dj Sumbody death… https://t.co/rNfC2THtnr"
## 
## [[6308]]
## [1] "taefolla: I predict my most played song will be Hai Cheng by THE8 or ACCIDENT by WOODZ #SpotifyWrapped"
## 
## [[6309]]
## [1] "grayoshii: I predict my most played song will be shy away….. #SpotifyWrapped"
## 
## [[6310]]
## [1] "sammilopes14: Okay this is fun. I predict my top artist will be mcr #SpotifyWrapped"
## 
## [[6311]]
## [1] "04_jerrr: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[6312]]
## [1] "urboyphel: I predict my top artist will be Bladee #SpotifyWrapped    😈😈😈😈😈😈😈😈😈😈 https://t.co/vDpzHvEK3H"
## 
## [[6313]]
## [1] "RachaelEfff: Can somebody make the festival lineup for Apple Music?? #SpotifyWrapped #AppleMusicRewind"
## 
## [[6314]]
## [1] "04_jerrr: I predict my most played song will be [physical by Dua lipa] #SpotifyWrapped"
## 
## [[6315]]
## [1] "sj_frr: i want my #SpotifyWrapped rn 😠😠"
## 
## [[6316]]
## [1] "oluwafemi_bobby: Mood 2022 VS School \nI believe, i smile at the ends💯🥺\n\n#MondayMotivation \nGhana \n#SpotifyWrapped \n#MattHanock https://t.co/svDt4JYVPI"
## 
## [[6317]]
## [1] "PexcelD: 💃💃💃💃\n _Renew_ DSTV with 0.5% discount.\n\nGoTV with 1% discount.\n\nPay electricity bill without charges.\n\nOnly availab… https://t.co/IVkRAiUzgp"
## 
## [[6318]]
## [1] "Ckalebtoday: Top Genre - either Canadian Hip Hop or House music (Drake probably gonna be #1 purely because he did both) #SpotifyWrapped"
## 
## [[6319]]
## [1] "fixed_surebet: I believe action speaks louder than words... Apparently, we are not just STANDARD by mouth, we are STANDARD with pr… https://t.co/oKg6PzIKOw"
## 
## [[6320]]
## [1] "sicmundz: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6321]]
## [1] "ChidongaT: Money Twitter in 4 tweets:\n\n1. Send more emails \n\n2. Write at a 5th-grade level\n\n4. Whatever Hormozi says is right… https://t.co/vP2ik41e2c"
## 
## [[6322]]
## [1] "AroojBlog: 5 Types of Muffins:🧁🧁🧁\n#englishmuffins #eggmuffins #applecinnamonmuffins #strawberrymuffins #blueberrymuffins… https://t.co/VKLZ2Y7Q9y"
## 
## [[6323]]
## [1] "mianyuu: I predict my most played song will be [Misguided Ghosts - Paramore #SpotifyWrapped"
## 
## [[6324]]
## [1] "LucaCelli67: Won’t be long till the Your Top Songs of 2022 is out from Spotify.\n\nMine is going to be stupendous!\n\nThat’ll be the… https://t.co/bq1YHmCjJM"
## 
## [[6325]]
## [1] "Waylen_Essays: We offer:\n💟GRAPH THEORY\n💟DISCRETE MATHS\n💟STATISTICS AND PROBABILITY\n💟ALGORITHIMS\n💟CALCULUS\n 💟ALGEBRA\n💟SET THEORY\nPl… https://t.co/A73a4ovl06"
## 
## [[6326]]
## [1] "mileyalegend: I predict my top genre will be pop? #SpotifyWrapped"
## 
## [[6327]]
## [1] "GrahamCamComedy: this time of year is really important for my humble twitter presence\n#SpotifyWrapped #Spotify https://t.co/Ih6fdbuFbZ"
## 
## [[6328]]
## [1] "Ac247Agyei: For the first time in history Ghanaian Ladies are complaining 10mins is too much.😅\n\n Longest 10 😂😂😂\n\nMan Of The Mat… https://t.co/u4ulrT5ln3"
## 
## [[6329]]
## [1] "sicmundz: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[6330]]
## [1] "kamo226_: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[6331]]
## [1] "Trvrctt1: The nigga was begging 4 mercy\n#goviral\n#CyberMondayAmazon \n#SpotifyWrapped \n#WorldcupQatar2022 https://t.co/KTxGNlMSX1"
## 
## [[6332]]
## [1] "GusAmogus: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[6333]]
## [1] "mileyalegend: I predict my top artist will be @MileyCyrus #SpotifyWrapped"
## 
## [[6334]]
## [1] "tkotheii: I’m excited for #SpotifyWrapped this year."
## 
## [[6335]]
## [1] "Bluesinger71: I predict my top podcast will be [LUBA E JEAN] #SpotifyWrapped"
## 
## [[6336]]
## [1] "bellanati0n: I predict my top artist will be MY CHEMICAL ROMANCE #SpotifyWrapped ❤️❤️❤️❤️🙏🙏🙏🙏🙏🙏 https://t.co/iE2cCHqgrq"
## 
## [[6337]]
## [1] "Axleal18: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6338]]
## [1] "kamo226_: I predict my most played song will be [you’re on your own, kid] #SpotifyWrapped"
## 
## [[6339]]
## [1] "GusAmogus: I predict my top genre will be Hip - Hop #SpotifyWrapped"
## 
## [[6340]]
## [1] "djleakycheese: I predict my top podcast will be maintenance phase #SpotifyWrapped"
## 
## [[6341]]
## [1] "Chilly_Pixie: Why does December have to come so late in the week I'm going to lose my mind. #SpotifyWrapped"
## 
## [[6342]]
## [1] "Bluesinger71: I predict my top artist will be [MELANIE MARTINEZ] #SpotifyWrapped"
## 
## [[6343]]
## [1] "stopswearingpls: past 6 months, definitely all over the place, can't wait for #SpotifyWrapped \n#troyesivan #birdy #beyonce #coldplay… https://t.co/iIpDhKW7DE"
## 
## [[6344]]
## [1] "MtKilimanjaroTZ: We can make it successful together, Summit Mt Kilimanjaro 5895m. \nkeep booking with us.\n#SpotifyWrapped #trekking… https://t.co/9oKFWt98K5"
## 
## [[6345]]
## [1] "ntmyimsimp: I predict my most played song will be pink venom #SpotifyWrapped"
## 
## [[6346]]
## [1] "mileyalegend: I predict my most played song will be 'I'm goo'd or 'sacrifice' by @BebeRexha #SpotifyWrapped"
## 
## [[6347]]
## [1] "nadinemaybe: I predict my top artist will be Harmoe or Roselia #SpotifyWrapped"
## 
## [[6348]]
## [1] "goldenwallzz: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6349]]
## [1] "leilazebra: it’s looking like my #SpotifyWrapped boutta be owned by Camila Cabello (as always)😌"
## 
## [[6350]]
## [1] "Bluesinger71: I predict my top genre will be [TOP] #SpotifyWrapped"
## 
## [[6351]]
## [1] "felintooz: I predict my most played song will be sei la porra kkkkk #SpotifyWrapped"
## 
## [[6352]]
## [1] "GusAmogus: I predict my most played song will be Who Dat Boy - Tyler, The Creator #SpotifyWrapped"
## 
## [[6353]]
## [1] "djleakycheese: I predict my top artist will be lorde! #SpotifyWrapped"
## 
## [[6354]]
## [1] "Cathie_Mills: I predict my top artist will be @DeltaGoodrem #SpotifyWrapped"
## 
## [[6355]]
## [1] "ElonMusksapceX: Starry, starry night … #Elonmusk #SpotifyWrapped #MattHanock #CyberMonday https://t.co/yUh1tComC0"
## 
## [[6356]]
## [1] "zombieweiner: I predict my top artist will be arctic monkeys or sublime! #SpotifyWrapped"
## 
## [[6357]]
## [1] "Bluesinger71: I predict my most played song will be [HIGH SCHOOL SWEETHEARTS] #SpotifyWrapped"
## 
## [[6358]]
## [1] "djleakycheese: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[6359]]
## [1] "yellow_lindsey: Wait does this mean Suzanne Collins is gonna be on my #SpotifyWrapped because I listened to the Hunger Games audiob… https://t.co/UJdWXRK2q9"
## 
## [[6360]]
## [1] "lilyvol_6: I predict my most played song will be keep driving I fear #SpotifyWrapped"
## 
## [[6361]]
## [1] "28Sabs: I predict my most played song will be EVERY SONG I EVER WROTE  #SpotifyWrapped"
## 
## [[6362]]
## [1] "nadinemaybe: I predict my most played song will be wild screen baroque or R #SpotifyWrapped"
## 
## [[6363]]
## [1] "zombieweiner: I predict my top genre will be rock!!#SpotifyWrapped"
## 
## [[6364]]
## [1] "ElfJohanaGT: Super Junior or Band Bunny\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6365]]
## [1] "14u53: my top song is going to be a boy is a gun*\nmayyybeee self control #SpotifyWrapped"
## 
## [[6366]]
## [1] "Cathie_Mills: I predict my most played song will bee 1961 by @JessAndMatt #SpotifyWrapped"
## 
## [[6367]]
## [1] "nadinemaybe: I predict my top genre will anime or jpop #SpotifyWrapped"
## 
## [[6368]]
## [1] "MarshalRegalia: Royal Arch Sets\nmarshalregalia@gmail.com\n#SpotifyWrapped #MattHanock #RedVelvetBirthdayParty #Indigo https://t.co/d69swDGGdV"
## 
## [[6369]]
## [1] "ScrunchieShop: Cyber Monday savings are here! ⚡️🛍️ Join us for some of the biggest sales this season.\n\n⏳ DON’T WAIT, DEALS END AT… https://t.co/dOJK1E2N1r"
## 
## [[6370]]
## [1] "zombieweiner: I predict my most played song will be DATE RAPE BY SUBLIME!!!! #SpotifyWrapped"
## 
## [[6371]]
## [1] "budbrowniee: I predict my top artist will be [SZA] #SpotifyWrapped"
## 
## [[6372]]
## [1] "Oilk4_: I predict my most played song will be [out of time - @theweeknd] 💖 #SpotifyWrapped"
## 
## [[6373]]
## [1] "GhostlyCas9999: Give my my #SpotifyWrapped RIGhT NoW!!! https://t.co/cgXfwzkGK3"
## 
## [[6374]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/VwTcvGkkeF"
## 
## [[6375]]
## [1] "Robin_Paige20: Trying to start selling art and save up extra money for things as well as putting it towards an iPad that I can use… https://t.co/lvN86tSHno"
## 
## [[6376]]
## [1] "djleakycheese: I predict my most played song will be don’t take the money by bleachers or dominoes by lorde #SpotifyWrapped"
## 
## [[6377]]
## [1] "snaakszn: I predict my most played song will be Many Man by Victony #SpotifyWrapped"
## 
## [[6378]]
## [1] "valaisvx: I predict my top artist will be Kanye #SpotifyWrapped"
## 
## [[6379]]
## [1] "cfs123plays: I predict my top artist will be [fill in top artist prediction] Tom Chaplin #SpotifyWrapped"
## 
## [[6380]]
## [1] "valaisvx: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[6381]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/PWrtFGcI6Q"
## 
## [[6382]]
## [1] "killercupe: Former Kanye fans thinking about  #SpotifyWrapped https://t.co/Mgl5iuIyNZ"
## 
## [[6383]]
## [1] "PrAnAychArAn9: Waiting for #SpotifyWrapped is waste of time tbh\nIt's just @anirudhofficial songs😍🔥, I heard whole year"
## 
## [[6384]]
## [1] "satnam_nation: Prove yourself 2 yourself, not others. 🤷🏼‍♂️\n\n#FIFAWorldCupQatar2022 #SpotifyWrapped"
## 
## [[6385]]
## [1] "gently_confused: If my top artist isn't Lovejoy or Twenty One Pilots idk who I am anymore #SpotifyWrapped"
## 
## [[6386]]
## [1] "cfs123plays: I predict my top genre will be [fill in top genre prediction] probably something like Pop Rock or Indie Rock #SpotifyWrapped"
## 
## [[6387]]
## [1] "valaisvx: I predict my most played song will be I love Kanye #SpotifyWrapped"
## 
## [[6388]]
## [1] "jcoyndrive: I predict my top podcast will be [i don’t listen to podcasts 😂] #SpotifyWrapped"
## 
## [[6389]]
## [1] "scotsmike1985: It isn't as appealing as the #SpotifyWrapped but here is the cheap #AppleMusicReplay knock off 😂 https://t.co/al3fTwvAm1"
## 
## [[6390]]
## [1] "leandro9366: I predict my top artist will be Jessie Reyez #SpotifyWrapped"
## 
## [[6391]]
## [1] "MattMatthewP: I predict my most played song will be Diablo de Rosalia #SpotifyWrapped"
## 
## [[6392]]
## [1] "katehofilena: I predict my most played song will be [some random niche orchestra song that i left on loop while studying / painti… https://t.co/7qPlFicP4c"
## 
## [[6393]]
## [1] "Muellersdayoff_: I predict my most played song will be Never Fight A Man With A Perm - IDLES #SpotifyWrapped"
## 
## [[6394]]
## [1] "BethReanne_: I’m still mentally ill so Bo Burnham will be my top artist AGAIN #SpotifyWrapped"
## 
## [[6395]]
## [1] "overmestella: can't wait🥺\n#SpotifyWrapped"
## 
## [[6396]]
## [1] "uenoyamalvr: I predict my top genre will be [emo] #SpotifyWrapped"
## 
## [[6397]]
## [1] "scamheen: Ik my top artist is going to be taylor swift and my second is going to be bts. My third might be girl in red/conan… https://t.co/xd2EiLBKWE"
## 
## [[6398]]
## [1] "cfs123plays: I predict my most played song will be [fill in top song prediction] Safe and Sound by Capital Cities #SpotifyWrapped"
## 
## [[6399]]
## [1] "jcoyndrive: I predict my top genre will be [Alternative Hip-hop] #SpotifyWrapped"
## 
## [[6400]]
## [1] "GVMiS3: Wtf is going on with my holo-pete?!\n#SpotifyWrapped #乌鲁木齐 #Qatar2022 #FIFAWorldCup #레드벨벳 #要要搞定個要 #SpiderMan… https://t.co/xnDHhoP5vQ"
## 
## [[6401]]
## [1] "leandro9366: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[6402]]
## [1] "uenoyamalvr: I predict my most played song will be [gay] #SpotifyWrapped"
## 
## [[6403]]
## [1] "satellite_rry: I predict my top artist will be Harry Styles 🫂🫶🏼 #SpotifyWrapped"
## 
## [[6404]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/JqMyiZlmo3"
## 
## [[6405]]
## [1] "danielba2001: @Spotify I predict my most played song will be my tears ricochet by Taylor Swift #SpotifyWrapped"
## 
## [[6406]]
## [1] "bluepandas28: i just did one of them dream festival line ups from my spotify and it’s made me TERRIFED for #SpotifyWrapped i’m in troubleee"
## 
## [[6407]]
## [1] "EverMidnights: I predict my top artist will be Taylorrr!!! #SpotifyWrapped"
## 
## [[6408]]
## [1] "joseandress_13: I predict my top genre will be Dance Pop  #SpotifyWrapped"
## 
## [[6409]]
## [1] "jcoyndrive: I predict my top artist will be [Mac Miller] #SpotifyWrapped"
## 
## [[6410]]
## [1] "NeoMasemola_: @SpotifyAfrica If Novo Amor isn’t my top artist, I don’t know who is! #SpotifyWrapped 💚"
## 
## [[6411]]
## [1] "kollegerok: When since garbage bags  becomes fashion? @ye Balenciaga u got some explaining to do 🤣 #SpotifyWrapped #要要搞定個要… https://t.co/81ewT8iOSz"
## 
## [[6412]]
## [1] "thelazyarpita: just the thought of getting a personalized message from taylor swift&gt;&gt;&gt;\n#SpotifyWrapped https://t.co/Qxh9kBsIrr"
## 
## [[6413]]
## [1] "Jhndleee: where #SpotifyWrapped"
## 
## [[6414]]
## [1] "joseandress_13: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[6415]]
## [1] "jcoyndrive: I predict my most played song will be [JELEEL! - JULY!] #SpotifyWrapped"
## 
## [[6416]]
## [1] "bIackcindy: me pressed to see my #SpotifyWrapped as if I don’t already know it’s gonna be all Renaissance https://t.co/oF6jdXe4d6"
## 
## [[6417]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/5CF9zOR0yc"
## 
## [[6418]]
## [1] "gingersnations: PLEASE I NEED IT IM GONNA DIE  #SpotifyWrapped https://t.co/BZ3S9Q1WJm"
## 
## [[6419]]
## [1] "joseandress_13: I predict my most played song will be All Night Parking by Adele #SpotifyWrapped"
## 
## [[6420]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/YiArQxs0dO"
## 
## [[6421]]
## [1] "peenapples: I predict my top artist will be [Elliott Smith] #SpotifyWrapped"
## 
## [[6422]]
## [1] "BeautyNBars: I predict my top artist will be Nicki Minaj. Duh #SpotifyWrapped"
## 
## [[6423]]
## [1] "sendirianmuluya: PRELOVED CIWI START 20K MINAT JOIN LIVE https://t.co/nxa1CdyaLZ #SpotifyWrapped #WorldcupQatar2022 https://t.co/4sjfmNJjD4"
## 
## [[6424]]
## [1] "geniecraft92: It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/FB3p8XxLkH"
## 
## [[6425]]
## [1] "noullian: I predict my top artist will be weatherday\n#SpotifyWrapped"
## 
## [[6426]]
## [1] "peenapples: I predict my most played song will be [The Divine Chord - Avalanches feat. MGMT and Johnny Marr] #SpotifyWrapped"
## 
## [[6427]]
## [1] "satnam_nation: If you wanna be happy forever, have zero expectations from others. 💡\n\n#FIFAWorldCupQatar2022 #FIFAWorldCup #SpotifyWrapped"
## 
## [[6428]]
## [1] "hokagebrizzle: Favorite time of year approaching! #SpotifyWrapped"
## 
## [[6429]]
## [1] "TheAlexZurg: I predict my most played song will be Titi Me Pregunto #SpotifyWrapped"
## 
## [[6430]]
## [1] "plabieo: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[6431]]
## [1] "noullian: I predict my most played song will be My Sputnik Sweetheart\n#SpotifyWrapped"
## 
## [[6432]]
## [1] "ichbinderbenny: I predict my top artist will be [Drake] #SpotifyWrapped"
## 
## [[6433]]
## [1] "gamermabk: I predict my top podcast will be Just Roll With It #SpotifyWrapped"
## 
## [[6434]]
## [1] "Al_Hine: My Top eight most liked toons on Spotify:  #SpotifyWrapped https://t.co/NT2PgthW06"
## 
## [[6435]]
## [1] "GamingSkelebone: Uncharted episode 7 out now\n\nLink below \nhttps://t.co/Dwi2v7aXJq\n\n#SpotifyWrapped #MattHanock… https://t.co/aqQ7CJTd0k"
## 
## [[6436]]
## [1] "anaglcx: I predict my most played song will be \nALL TOO WELL 10 MINUTES VERSIÓN\n\n#SpotifyWrapped"
## 
## [[6437]]
## [1] "jaketylxr: i predict my most played song will be white ferrari by frank ocean #SpotifyWrapped"
## 
## [[6438]]
## [1] "LuccaCotta: @ore_times_3 Check out !\n\nRaffle on @MutantNFTs Lab 👀\n\nGet your ticket (2 $ADA) to win this rare Priest mask… https://t.co/tvEIGjTwPb"
## 
## [[6439]]
## [1] "gamermabk: I predict my top artist will be Bastille #SpotifyWrapped"
## 
## [[6440]]
## [1] "ichbinderbenny: I predict my most played song will be [Lavender Sunflower - Tory Lanez] #SpotifyWrapped"
## 
## [[6441]]
## [1] "plabieo: I predict my top genre will be pop! #SpotifyWrapped"
## 
## [[6442]]
## [1] "trueebIue: took a day off for #SpotifyWrapped as i should."
## 
## [[6443]]
## [1] "safari_room: Apple Music users when they see #SpotifyWrapped is trending. https://t.co/TKd8RPokE9"
## 
## [[6444]]
## [1] "gc187x: I actually think my top played will be we don’t talk about Bruno. Had a day where I listened to it on a loop for at… https://t.co/08Z5CYjZHx"
## 
## [[6445]]
## [1] "gamermabk: I predict my most played song will be Stardust Crusaders by Yugo Kano #SpotifyWrapped"
## 
## [[6446]]
## [1] "Jinsha_Frainy: I predict my most played song will be Ghost by @justinbieber  #SpotifyWrapped"
## 
## [[6447]]
## [1] "haylortkm: I predict my top artist will be taylor swift 😍😍😍 #SpotifyWrapped"
## 
## [[6448]]
## [1] "brodylol33: I predict my most played song will be Build Our Machine #SpotifyWrapped"
## 
## [[6449]]
## [1] "MrsMarie_: Waiting for my #SpotifyWrapped like https://t.co/n1IZW5WbNY"
## 
## [[6450]]
## [1] "haylortkm: I predict my most played song will be as it was 🔥💋 #SpotifyWrapped"
## 
## [[6451]]
## [1] "kweiju: I predict my top genre will be rnb #SpotifyWrapped"
## 
## [[6452]]
## [1] "povdiors: oh please come here #SpotifyWrapped"
## 
## [[6453]]
## [1] "Jinsha_Frainy: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[6454]]
## [1] "NewrozLovesMILF: Lana del rey when Spotify asks her she has to make a video for #SpotifyWrapped https://t.co/wTC4mdBHlx"
## 
## [[6455]]
## [1] "imthefoolish: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6456]]
## [1] "sikuthealien: I predict my most played song will be a seventeen song #SpotifyWrapped"
## 
## [[6457]]
## [1] "clairebear007_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6458]]
## [1] "mollysulli3: I predict my top artist will be Lovejoy #SpotifyWrapped"
## 
## [[6459]]
## [1] "HST_7: Pretty sure my #SpotifyWrapped is gonna be exactly the same as last year. I've been listening to the same playlists… https://t.co/vynPaH6XE2"
## 
## [[6460]]
## [1] "imthefoolish: I predict my most played song will be Mastermind by Taylor swift #SpotifyWrapped"
## 
## [[6461]]
## [1] "DookDoodles: I predict my top podcast will be @TrashTastePod since they're the only podcast I love listening to when I'm doing c… https://t.co/pcMOABj9um"
## 
## [[6462]]
## [1] "RobinsonPeace16: Check out my Gig on Fiverr: help you get GEO fencing that target consumers anonymously, ultra narrow target… https://t.co/YMDZQMOfe2"
## 
## [[6463]]
## [1] "kweiju: I predict my top artist will be [keshi] #SpotifyWrapped"
## 
## [[6464]]
## [1] "Ejobs_pk: PAF HOSPITAL ISLAMABAD FCPS POST GRADUATE TRAINING (2022)\n\n APPLY ONLINE :\nhttps://t.co/qd8UuD9tGy \n\n Follow… https://t.co/3yrBIWHQzJ"
## 
## [[6465]]
## [1] "artandmasterpi1: The only thing #SpotifyWrapped says about you is you don’t want to pay artists."
## 
## [[6466]]
## [1] "ikcentrik: @iamDCinvestor 😂😂 no pls no love my #SpotifyWrapped"
## 
## [[6467]]
## [1] "imsamnow: I predict my most played song will be [ somthin from mariah ] #SpotifyWrapped"
## 
## [[6468]]
## [1] "Darkmode_420: DARKMOB!! I am back 😌 I hope everyone enjoyed the holidays. But I bring you more hitman gameplay LIVE NOW‼️… https://t.co/qpBd0NlCCw"
## 
## [[6469]]
## [1] "simplythebeth3: Having a go at predicting my #SpotifyWrapped \n\nTop Song - A Real Thing @THEBETHS \nTop Artist - @slowlyslowlyAU\nTop genre - pop punk"
## 
## [[6470]]
## [1] "katedensonluvr: so scared for #SpotifyWrapped , swear i was listening to the most random songs this year"
## 
## [[6471]]
## [1] "leandro9366: I predict my most played song will be \"Forever\" by Jessie Reyez #SpotifyWrapped"
## 
## [[6472]]
## [1] "SouthBlackNote: Can We Try This Group Video Call , It's Once - Off ... Up To 36 People Can Join ... @WhatsApp\nThank You For The Fea… https://t.co/AYURFpfG1y"
## 
## [[6473]]
## [1] "DarioSwiftLipa: @thinkinboutduaa Also with the #SpotifyWrapped she will rise"
## 
## [[6474]]
## [1] "basedburritos_: It’s time! #SpotifyWrapped this week I can’t wait!!!"
## 
## [[6475]]
## [1] "luxmoonchild: I predict my top artist will be Taylor Swift (@taylorswift13) #SpotifyWrapped\n\nBY FAR... IT'S SO EASY TO KNOW"
## 
## [[6476]]
## [1] "userjan4: I predict my most played song will be \nbomb by freddie gibbs (isnt even a prediction i just know it's true) #SpotifyWrapped"
## 
## [[6477]]
## [1] "encanthor: I predict my top podcast will be Modus Operandi #SpotifyWrapped"
## 
## [[6478]]
## [1] "Erzuluk: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[6479]]
## [1] "BmkEminent: Be ready 🎧\nTomorrow for your ears\n\"WO DA MO COVER\"\n🔥\n#SpotifyWrapped Nzaza #hookup Organize Baba Rahman"
## 
## [[6480]]
## [1] "Arriamz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped unbalanced by common wealth or 281 by hotel books."
## 
## [[6481]]
## [1] "Erzuluk: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6482]]
## [1] "encanthor: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6483]]
## [1] "URL0S3R: I predict my top artist will be [Chase Atlantic ] #SpotifyWrapped"
## 
## [[6484]]
## [1] "secretaryarcane: I predict my top artist will be my chemical romance #SpotifyWrapped bc there is literally no other competition. Thi… https://t.co/JIaVuMxCEH"
## 
## [[6485]]
## [1] "Mar_moram: I predict my most played song will be The foundations of decay #SpotifyWrapped"
## 
## [[6486]]
## [1] "Cl4rityGG: Give it to me #SpotifyWrapped https://t.co/vZD0GMBBYq"
## 
## [[6487]]
## [1] "iamDCinvestor: hearing rumors #SpotifyWrapped could be insolvent"
## 
## [[6488]]
## [1] "champagneflopi: I predict my most played song will be yuck by charli baby #SpotifyWrapped"
## 
## [[6489]]
## [1] "pablointheskin: I predict my top artist will be Bladee #SpotifyWrapped"
## 
## [[6490]]
## [1] "gabbyshreve: I predict my top artist will be BLADEE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#SpotifyWrapped"
## 
## [[6491]]
## [1] "kelvinfnk: Why My Frienemies shouldn’t post my D£ath Pictures-Actress Shan George Reveals//#nollywood\nClick link to watch full… https://t.co/tQ9BfNLykl"
## 
## [[6492]]
## [1] "annabel______: I predict my most played song will be Style by Taylor Swift #SpotifyWrapped"
## 
## [[6493]]
## [1] "TheSchnetz: Can't wait to share my Top 5 Songs from #SpotifyWrapped for 2022:\n1. Rednex - Cotton Eye Joe \n2. Rednex - Cotton Ey… https://t.co/KqiEoEKGcA"
## 
## [[6494]]
## [1] "Jenni_faar: 3 dimensional Beauty…… \n#FIFAWorldCupQatar2022 #SpotifyWrapped #MattHanock #CyberMonday #StarAcademy https://t.co/QTkelCvXmw"
## 
## [[6495]]
## [1] "SkillsFood1: Tinsel Tits Couples Christmas Matching Couple Gift\nhttps://t.co/eIi1isfOqu\n#SpotifyWrapped https://t.co/sztBPFw2oi"
## 
## [[6496]]
## [1] "EvolAva_EV: I predict my top artist will be [syudou] #SpotifyWrapped"
## 
## [[6497]]
## [1] "VoodooSCOOP: I predict my top artist will be MF DOOM, if it’s anyone else they’re lying #SpotifyWrapped"
## 
## [[6498]]
## [1] "mosh241: I predict my top artist will be Twice #SpotifyWrapped"
## 
## [[6499]]
## [1] "MuppetMulaney: My #SpotifyWrapped  is going to be so bad that I’m only sharing it with bee this year"
## 
## [[6500]]
## [1] "dayasorbit: renaissance and le serrafim will be taking over #SpotifyWrapped"
## 
## [[6501]]
## [1] "mosh241: I predict my top genre will be kpop girlgroup #SpotifyWrapped"
## 
## [[6502]]
## [1] "RobinsonPeace16: Check out my Gig on Fiverr: setup a  successful geofencing mobile ad promotion https://t.co/piaLpbvDVG #Fiverr… https://t.co/9CE8qKU9JY"
## 
## [[6503]]
## [1] "Tr1gga_3: When is this dropping @Spotify #SpotifyWrapped"
## 
## [[6504]]
## [1] "encanthor: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[6505]]
## [1] "YukiYukiPOG: Ok but this is gonna be my reaction if I get DSMP as a genre on #SpotifyWrapped again.. https://t.co/OYfKjBq8KA"
## 
## [[6506]]
## [1] "EvolAva_EV: I predict my top genre will be [jpop] #SpotifyWrapped"
## 
## [[6507]]
## [1] "mosh241: I predict my most played song will be talk that talk #SpotifyWrapped"
## 
## [[6508]]
## [1] "laurrynnnnnn: I predict my most played song will be [Titi me pregunto- @sanbenito] #SpotifyWrapped"
## 
## [[6509]]
## [1] "genroflores: So when can I show my hoodie 🫣 #SpotifyWrapped"
## 
## [[6510]]
## [1] "encanthor: I predict my most played song will be Have Mercy - Chloe #SpotifyWrapped"
## 
## [[6511]]
## [1] "Alienware: Your #SpotifyWrapped just leaked https://t.co/tyNkawMNiz"
## 
## [[6512]]
## [1] "jon_m_rob: Just kidding. I predict my top artist will be No Pressure #SpotifyWrapped"
## 
## [[6513]]
## [1] "clumsyxmarii: IF YOU DONT DROP IT #SpotifyWrapped https://t.co/l3ugfGOahF"
## 
## [[6514]]
## [1] "paperfishgal: I predict my top podcast will be the off menu podcast!!! who guessed it #SpotifyWrapped"
## 
## [[6515]]
## [1] "alrwyd: Cuteee #SpotifyWrapped"
## 
## [[6516]]
## [1] "ThisIsRituNegi: Top 16 Digital Marketing Trends for 2023!!\nNew Article Update:- https://t.co/ZOABJXFP3t\n\n#marketing #business… https://t.co/0RixykdVKH"
## 
## [[6517]]
## [1] "DJAssassino: The amount of people going absolutely feral waiting for #SpotifyWrapped is hilarious."
## 
## [[6518]]
## [1] "mabonso_sa: #SpotifyWrapped Post Malone"
## 
## [[6519]]
## [1] "paperfishgal: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[6520]]
## [1] "bre_mccrary: I predict my top artist will be @SaraBareilles if it’s not this is all a scam #SpotifyWrapped"
## 
## [[6521]]
## [1] "DJARlNISPUNK: real picture of me seeing #SpotifyWrapped trending only to find out its not out yet https://t.co/h0xpj5QcTa"
## 
## [[6522]]
## [1] "ikatyah: I predict my top artist will be @taiverdes #SpotifyWrapped"
## 
## [[6523]]
## [1] "alwaysolatunji: #SpotifyWrapped artist predictions ~\n1. ariana grande \n2. chris brown\n3. ksi\n4. aitch\n5. eminem"
## 
## [[6524]]
## [1] "paperfishgal: I predict my most played song will be spring 1 by max richter... #SpotifyWrapped"
## 
## [[6525]]
## [1] "burtonvjr: I predict my most played song will be tuned in freestyle by Megan #SpotifyWrapped"
## 
## [[6526]]
## [1] "FirstNameConor: #SpotifyWrapped but for @hole19golf. I want to know what my biggest slice was and how many times I lapped three-putted a birdie opportunity."
## 
## [[6527]]
## [1] "b2fly2000: I predict my top podcast will be none #SpotifyWrapped"
## 
## [[6528]]
## [1] "bre_mccrary: I predict my top genre will be musical theatre duh #SpotifyWrapped"
## 
## [[6529]]
## [1] "ikatyah: I predict my most played song will be [wish that i could] by @whoisumi #SpotifyWrapped"
## 
## [[6530]]
## [1] "burtonvjr: I predict my top artist will be twice  #SpotifyWrapped"
## 
## [[6531]]
## [1] "bre_mccrary: I predict my most played song will be Welcome to the Moulin Rouge #SpotifyWrapped"
## 
## [[6532]]
## [1] "jon_m_rob: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6533]]
## [1] "l0usour: omg my top podcast will be return to the shadows 100% its the only podcast i keep up with every week #SpotifyWrapped"
## 
## [[6534]]
## [1] "burtonvjr: I predict my top genre will be kpop  #SpotifyWrapped"
## 
## [[6535]]
## [1] "b2fly2000: I predict my top artist will be @MariahCarey  #SpotifyWrapped"
## 
## [[6536]]
## [1] "PriyankaA333: #SpotifyWrapped is trending already (32K tweets 😱) and it hasn't even dropped yet. 😁 I'm ready for my inevitable fa… https://t.co/VNSfELQ7BX"
## 
## [[6537]]
## [1] "Stanleydaninja: Who else is waiting for spotify wrapped ?#SpotifyWrapped."
## 
## [[6538]]
## [1] "b2fly2000: I predict my top genre will be R&amp;B #SpotifyWrapped"
## 
## [[6539]]
## [1] "Judith11593504: I predict my top artist will be 5sos or Taylor, it’s too close to call #SpotifyWrapped"
## 
## [[6540]]
## [1] "elizabethduds: I predict my top artist will be Duckwrth #SpotifyWrapped"
## 
## [[6541]]
## [1] "Aeisha___: I predict my top podcast will be BingetownTV/ Guilty Pleasures #SpotifyWrapped"
## 
## [[6542]]
## [1] "amusingsoojin: I predict my most played song will be Ferrari by @IsaacDunbar I’ve been listening to balloons don’t float here non… https://t.co/gRcW7hrzGh"
## 
## [[6543]]
## [1] "fabioddao: Pira nesse line up beberes!!!\n#SpotifyWrapped https://t.co/ziTsg6TRek"
## 
## [[6544]]
## [1] "Grantosterone: My top artist this year is ultimately a tossup between Beyoncé and TWICE. #SpotifyWrapped"
## 
## [[6545]]
## [1] "helenaisawake: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[6546]]
## [1] "the_real_ticker: I predict my most played song will be [ballin] #SpotifyWrapped"
## 
## [[6547]]
## [1] "b2fly2000: I predict my most played song will be \"Slipping Away\" #SpotifyWrapped"
## 
## [[6548]]
## [1] "_hmgjr: I predict my top artist will be [The Beatles] #SpotifyWrapped"
## 
## [[6549]]
## [1] "corneliaspink: I predict my most played song will be d4 ‼️‼️‼️‼️ #SpotifyWrapped"
## 
## [[6550]]
## [1] "alterbrown82: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @banter  maybe"
## 
## [[6551]]
## [1] "dom_drea: Wake up people. These are YOUR CHILDREN!  #wakeup #SpotifyWrapped #ImranKhan #RedVelvetBirthdayParty https://t.co/UflIxx6l6D"
## 
## [[6552]]
## [1] "jakeupnash: furiously listening to Kelly Clarkson all day so she’s not fully shut out of my #SpotifyWrapped this year"
## 
## [[6553]]
## [1] "victoriiakath: I will be asking to see everyone’s #SpotifyWrapped, I’m a nosy bitch and love seeing what people listen to."
## 
## [[6554]]
## [1] "RyanForEQUALITY: I predict my most played song will be \n2 Be Loved (Am I Ready) by @lizzo #SpotifyWrapped"
## 
## [[6555]]
## [1] "_hmgjr: I predict my most played song will be [In My Life] #SpotifyWrapped"
## 
## [[6556]]
## [1] "alterbrown82: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ed Sheeran i guess"
## 
## [[6557]]
## [1] "amytorbetta: The Spotify wrapped layout needs to change cause I’ve just replied to someone’s insta story and asked someone how w… https://t.co/hxqI6o5D8x"
## 
## [[6558]]
## [1] "alterbrown82: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Dance Pop"
## 
## [[6559]]
## [1] "renugav555: @PizToken Wonderful Project #MattHanock #SpotifyWrapped #ghanablackstars"
## 
## [[6560]]
## [1] "alterbrown82: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Supermarket Flowers by Ed Sheeran"
## 
## [[6561]]
## [1] "Aeisha___: I predict my top artist will be Raleigh Ritchie #SpotifyWrapped"
## 
## [[6562]]
## [1] "sydparker_: Everybody’s gonna know that I’m a mentally ill simp #SpotifyWrapped"
## 
## [[6563]]
## [1] "AdamClark850: Visual On The Way 🎥🎥 #BlackAdam #Rebirth\n\n #SpotifyWrapped #RedVelvet #CyberMondayAmazon #hiphop #JHOPEatMAMA2022… https://t.co/UCP4XhAwIB"
## 
## [[6564]]
## [1] "FrawstyGWizzo: Go crazy on these mashups/Blendz !!!#SpotifyWrapped #CyberMonday #ImACeleb #LilUziVert #wannarock #uncleluke… https://t.co/I0wFsd83sS"
## 
## [[6565]]
## [1] "liquortalks: i predict my top artist will be corbyn #SpotifyWrapped"
## 
## [[6566]]
## [1] "xande_poveda: I predict my most played song will be My Ordinary Life #SpotifyWrapped"
## 
## [[6567]]
## [1] "helpmum_ng: We were excited to find out that one of the pregnant women went into labour right after we left. Thanks to the free… https://t.co/4is21t6tGI"
## 
## [[6568]]
## [1] "Mr_Reedo: I predict my top 5 will be full of songs I didn’t think I listened to much and ultimately isn’t as cool as I though… https://t.co/1BpyxZP4m5"
## 
## [[6569]]
## [1] "AMoonshade: I predict my top artist will be my chemical romance  #SpotifyWrapped"
## 
## [[6570]]
## [1] "Evelyn_Chhetry: damn for 90 dollars you could get 11 months of twitter blue. #SpotifyWrapped #Twittershutdown #ElonGoatToken… https://t.co/tyOxwLmnwr"
## 
## [[6571]]
## [1] "Barrytoon: I have retuned… #Fucktheeldest #SpotifyWrapped #MattHanock #CyberMonday #ThreeLions"
## 
## [[6572]]
## [1] "liquortalks: I predict my top genre will be pop / alternative #SpotifyWrapped"
## 
## [[6573]]
## [1] "lotsadLottie: I predict my most played song will be We Are No Saints by Blind Channel #SpotifyWrapped"
## 
## [[6574]]
## [1] "Missskitttin: I don't have high hopes for my 2022 #SpotifyWrapped"
## 
## [[6575]]
## [1] "liquortalks: i predict my most played song will be burn by corbyn #SpotifyWrapped"
## 
## [[6576]]
## [1] "skvwalkerfilms: I predict my top artist will be twice fs #SpotifyWrapped"
## 
## [[6577]]
## [1] "Aeisha___: I predict my top genre will be Christian and Gospel #SpotifyWrapped"
## 
## [[6578]]
## [1] "h4liwp: I predict my most played song will be august #SpotifyWrapped"
## 
## [[6579]]
## [1] "AMoonshade: I predict my most played song will be foundations of decay by mcr #SpotifyWrapped"
## 
## [[6580]]
## [1] "TeamAthena13: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[6581]]
## [1] "JrKalyjay: Gucci Icecream in a new Bentley Continental 👀🙌🏽 \n#ghanablackstars #SpotifyWrapped https://t.co/oyaeGtWFtR"
## 
## [[6582]]
## [1] "freakyfly_: I predict my top podcast will be EXPERTAS EN NADA #SpotifyWrapped"
## 
## [[6583]]
## [1] "skvwalkerfilms: I predict my top podcast will be 8 hours of box fan sounds #SpotifyWrapped"
## 
## [[6584]]
## [1] "How2bJazzAF: 🐝🎧 #SpotifyWrapped #NewMusic ManMan - \"Head On (Hold On To Your Heart)\" https://t.co/Z2OVBFJmMF via @YouTube"
## 
## [[6585]]
## [1] "finch_forever: I predict my most played song will be The Funeral by @yungblud #SpotifyWrapped"
## 
## [[6586]]
## [1] "quirkstie: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6587]]
## [1] "mrmhrs_: I predict my most played song will be [All Too Well (10 Minute Version) (Taylor’s Version) From The Vault.] #SpotifyWrapped"
## 
## [[6588]]
## [1] "ggxdelovato: I predict my most played song will be [City of angels by DEMI LOVATO ] #SpotifyWrapped"
## 
## [[6589]]
## [1] "freakyfly_: I predict my most played song will be IVE's After Like #SpotifyWrapped"
## 
## [[6590]]
## [1] "lee_04njm: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[6591]]
## [1] "lee_04njm: I predict my top artist will be [SET IT OFF] #SpotifyWrapped"
## 
## [[6592]]
## [1] "aubryfonseca: what’s everybody wearing to #SpotifyWrapped this year"
## 
## [[6593]]
## [1] "CNS_Media: It's the most wonderful time of the year...\n\nWho else is counting down the days until they get their Spotify-wrappe… https://t.co/zkSuGbhgI5"
## 
## [[6594]]
## [1] "josh44444444442: I predict my top artist will be [Rina Sawayama] #SpotifyWrapped"
## 
## [[6595]]
## [1] "ilykimtea: I predict my most played song will be [boy with luv] #SpotifyWrapped"
## 
## [[6596]]
## [1] "hayls_s: I predict my top podcast will be [i have literally never listened to a podcast] #SpotifyWrapped"
## 
## [[6597]]
## [1] "MelissaJFrost: Me waiting for my #SpotifyWrapped knowing my kids have been playing their \"music\" on my profile for most of 2022. https://t.co/ScC0nDC73v"
## 
## [[6598]]
## [1] "MandyPanda011: I predict my top artist will be  @theweeknd no doubt. 🤔🔮#SpotifyWrapped #TheWeeknd #Abel https://t.co/aplQ5H5J36"
## 
## [[6599]]
## [1] "wilks_lydia: I predict my most played song will be feels like the first time #SpotifyWrapped"
## 
## [[6600]]
## [1] "Richnigga912: Don’t let your loneliness tempt you to reconnect with toxic people,you wouldn’t drink poison just because you’re th… https://t.co/HyXz6rP6YF"
## 
## [[6601]]
## [1] "MrKrepan: I predict my most played song will be Skillet - The Resistance #SpotifyWrapped\n#2017 #GoldenYear"
## 
## [[6602]]
## [1] "josh44444444442: I predict my most played song will be [Hold The Girl] #SpotifyWrapped"
## 
## [[6603]]
## [1] "hayls_s: I predict my top artist will be [ghost #SpotifyWrapped"
## 
## [[6604]]
## [1] "lee_04njm: I predict my most played song will be [AFTER LIKE by IVE] #SpotifyWrapped"
## 
## [[6605]]
## [1] "hayls_s: I predict my top genre will be [metal?] #SpotifyWrapped"
## 
## [[6606]]
## [1] "visionsofmantra: Today's affirmation: 'Through the power of my thoughts and words, incredible transformations are happening in me an… https://t.co/8bX77fnlwb"
## 
## [[6607]]
## [1] "BelgianDears: @PopBase @dimash_official will be at the #1 spot at my #SpotifyWrapped this year! Last year as well and very confid… https://t.co/Vhe0jk6YGj"
## 
## [[6608]]
## [1] "DjGus_Bqto: I predict my top artist will be [ @edsheeran ] #SpotifyWrapped"
## 
## [[6609]]
## [1] "niinetynine: I predict my top artist will be Gracie Abrams #SpotifyWrapped"
## 
## [[6610]]
## [1] "hayls_s: I predict my most played song will be [get to the top by goro majima] #SpotifyWrapped"
## 
## [[6611]]
## [1] "clifford_kriss: #EXTRAINCOME scammed me\n#Cyberpolice\n#FBI\n#18000\n#SpotifyWrapped \n#StarAcademy https://t.co/ZhzqE2Y5rC… https://t.co/bmrf9bJ3sM"
## 
## [[6612]]
## [1] "TheresABeaaa: I predict my top artist will be Streetlight Manifesto because I am the worst #SpotifyWrapped"
## 
## [[6613]]
## [1] "KozmixBlitz: I predict my top podcast will be none, i fucking hate podcasts #SpotifyWrapped"
## 
## [[6614]]
## [1] "PlainsTunneler: Been waiting for a long time now. 100k+ this time hopefully #SpotifyWrapped"
## 
## [[6615]]
## [1] "KozmixBlitz: I predict my top artist will be Lemon Demon #SpotifyWrapped"
## 
## [[6616]]
## [1] "relleunique: Release #SpotifyWrapped so I can make a blog post about it and post it everywhere! @Spotify"
## 
## [[6617]]
## [1] "chericelovee: where is it 👀 #SpotifyWrapped"
## 
## [[6618]]
## [1] "KozmixBlitz: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[6619]]
## [1] "gd_pika: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6620]]
## [1] "seeseehawk: Hell of a line-up for C.C.HawkleyFest! #Spotify #SpotifyWrapped https://t.co/c5c5mmZu6u"
## 
## [[6621]]
## [1] "louiecapaldi: i’m ready hurry #SpotifyWrapped"
## 
## [[6622]]
## [1] "KozmixBlitz: I predict my most played song will be Two Trucks by Lemon Demon #SpotifyWrapped"
## 
## [[6623]]
## [1] "aTzbiT1117: I predict my top podcast will be sibling rivalry or Loonas cover of all I want for Christmas LMAO #SpotifyWrapped"
## 
## [[6624]]
## [1] "Isa4cIsiaka: I predict my top artist will be Rema #SpotifyWrapped"
## 
## [[6625]]
## [1] "googlemybusine: #USDT [x]  GBP verification both spammy and non spammy category in any country including locksmith in USA INSTANT V… https://t.co/nTjQXizscy"
## 
## [[6626]]
## [1] "darealtimshady1: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped probably @Adele I’d be shocked if it’s not"
## 
## [[6627]]
## [1] "Isa4cIsiaka: I predict my top genre will be Afrobeat #SpotifyWrapped"
## 
## [[6628]]
## [1] "carloscruz21999: I predict my top artist will be El Fary\n#SpotifyWrapped"
## 
## [[6629]]
## [1] "fanaticnole: I predict my top genre will be Showtunes #SpotifyWrapped"
## 
## [[6630]]
## [1] "montsemaqueda01: I predict my top artist will be @DaniFdez #SpotifyWrapped"
## 
## [[6631]]
## [1] "dikhxon: I predict my top artist will be The Weeknd ofc #SpotifyWrapped"
## 
## [[6632]]
## [1] "Glasgow_Live: #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2MB3z"
## 
## [[6633]]
## [1] "jiheon67: I predict my top artist will be #LOONA #SpotifyWrapped"
## 
## [[6634]]
## [1] "Isa4cIsiaka: I predict my most played song will be [wine-rema] #SpotifyWrapped"
## 
## [[6635]]
## [1] "aTzbiT1117: I predict my top artist will be Loona OFCCCC #SpotifyWrapped"
## 
## [[6636]]
## [1] "dikhxon: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6637]]
## [1] "RyujinBread: I predict my most played song will be Favorite (Vampire) by NCT 127 #SpotifyWrapped"
## 
## [[6638]]
## [1] "jiheon67: I predict my top genre will be kpop 😂😐 #SpotifyWrapped"
## 
## [[6639]]
## [1] "flatentx1: I predict my top artist will be [@flaviofdzz] #SpotifyWrapped"
## 
## [[6640]]
## [1] "Allieen0: WHERE TF IS MY SPOTIFY WRAPPED. IM TIRED OF WAITING #SpotifyWrapped https://t.co/TVZdyOj0e6"
## 
## [[6641]]
## [1] "aTzbiT1117: I predict my top genre will be kpop obvi #SpotifyWrapped"
## 
## [[6642]]
## [1] "dikhxon: I predict my most played song will be Blinding Lights #SpotifyWrapped"
## 
## [[6643]]
## [1] "Aeisha___: I predict my most played song will be \"Somebody's Son\" by Tiwa Savage and Brandy #SpotifyWrapped"
## 
## [[6644]]
## [1] "jiheon67: I predict my most played song will be playback by #loona #SpotifyWrapped"
## 
## [[6645]]
## [1] "adrienefq: Excited for #SpotifyWrapped"
## 
## [[6646]]
## [1] "aTzbiT1117: I predict my most played song will be Girl Front and Why Not #SpotifyWrapped"
## 
## [[6647]]
## [1] "xForeverMixer1: I predict my top artist will be Little Mix #SpotifyWrapped"
## 
## [[6648]]
## [1] "Esteban31743091: I predict my top artist will be [ADELE ofccc ] #SpotifyWrapped"
## 
## [[6649]]
## [1] "theemarajpalace: I predict my most played song will be Do We Have A Problem? #SpotifyWrapped"
## 
## [[6650]]
## [1] "xForeverMixer1: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6651]]
## [1] "MadCatBeX: It's that time of year #SpotifyWrapped and I don't care, I'm excited to see... bring it on!! NOW!!!"
## 
## [[6652]]
## [1] "_Spiracle: I predict my top artist will be Flower Face #SpotifyWrapped"
## 
## [[6653]]
## [1] "Doo_kis: E go hard to fear \nwoman aswear\n#CyberMonday #SpotifyWrapped https://t.co/ND8dyFAXmV"
## 
## [[6654]]
## [1] "Esteban31743091: I predict my most played song will be [someone like you] #SpotifyWrapped"
## 
## [[6655]]
## [1] "LSU_EDEN: I predict my top artist will be @LornaShore #SpotifyWrapped"
## 
## [[6656]]
## [1] "xForeverMixer1: I predict my most played song will be Between Us #SpotifyWrapped"
## 
## [[6657]]
## [1] "_Spiracle: I predict my most played song will be Sugar Water by Flower Face #SpotifyWrapped"
## 
## [[6658]]
## [1] "artblockmusic: So whose going to be your most streamed artist of the year? 😃🎶 #spotifywrapped"
## 
## [[6659]]
## [1] "MoneyMarkDiggla: I predict my most played song will be Thug So Long by Money Mark Diggla #SpotifyWrapped"
## 
## [[6660]]
## [1] "Lord_Chiquita: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @FourFunnies it gonna be these mfs"
## 
## [[6661]]
## [1] "notregina: I predict my most played song will be No Fun by Armin van Buuren #SpotifyWrapped"
## 
## [[6662]]
## [1] "vergara_1028: I predict my most played song will be [All LANA DEL REY SONGS] #SpotifyWrapped"
## 
## [[6663]]
## [1] "LSU_EDEN: I predict my top podcast will be @LateKickJosh #SpotifyWrapped"
## 
## [[6664]]
## [1] "Lord_Chiquita: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Avicii dawg my music taste ain’t change in the last 10 years"
## 
## [[6665]]
## [1] "Isa4cIsiaka: I'm eager to see them\n#SpotifyWrapped https://t.co/C9iECnPurf"
## 
## [[6666]]
## [1] "DjGus_Bqto: I predict my top genre will be [#Rap] #SpotifyWrapped"
## 
## [[6667]]
## [1] "MoneyMarkDiggla: I predict my top artist will be @MoneyMarkDiggla duh!  #SpotifyWrapped https://t.co/6LV5kdC6vP"
## 
## [[6668]]
## [1] "ThomBartley: Predicting the chaos of my #SpotifyWrapped before it drops. https://t.co/n5LxVCVBqo"
## 
## [[6669]]
## [1] "Lord_Chiquita: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop im that bitch"
## 
## [[6670]]
## [1] "wa_mutegi: This track got released only last week and it just might feature in my #SpotifyWrapped\n\nAbsolutely brilliant… https://t.co/ffgdpgPMah"
## 
## [[6671]]
## [1] "mutwiri_njue1: MAFIA by Travis Scott I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6672]]
## [1] "gjkhouri: I predict my top artist will be THE WORLD’S CURRENT BIGGEST GIRL GROUP #SpotifyWrapped"
## 
## [[6673]]
## [1] "Lord_Chiquita: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dawg it’s gonna be somewhere in… https://t.co/YnwHvSmmvl"
## 
## [[6674]]
## [1] "theta7274: I like how #SpotifyWrapped is trending and it's not even out yet. Goes to show how good Spotify wrapped is and Spot… https://t.co/kwto3iU7Ut"
## 
## [[6675]]
## [1] "MoneyWilin: I predict my top artist will be Mac Miller Or Giveon [fill in top artist prediction] #SpotifyWrapped"
## 
## [[6676]]
## [1] "nbn1126: I predict my top artist will be @KnucklePuckIL 🫶🏻 #SpotifyWrapped"
## 
## [[6677]]
## [1] "mayajoyrn: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[6678]]
## [1] "cindilmao: I predict my top podcast will be [BANTER] #SpotifyWrapped"
## 
## [[6679]]
## [1] "Tuttasb1: I predict my top artist will be DIMASH QUDAIBERGEN 💕 #SpotifyWrapped\n\nTraveled 1900km to Prague + 6000km to Almaty… https://t.co/1GAfmlJzz8"
## 
## [[6680]]
## [1] "lavenderocky: I predict my top artist will be The Driver Era #SpotifyWrapped"
## 
## [[6681]]
## [1] "violetaaazur: I predict my top genre will be pop 🌞 #SpotifyWrapped"
## 
## [[6682]]
## [1] "LunarO7_: I predict my top podcast will be A Hot Dog is a Sandwich by @Mythical #SpotifyWrapped"
## 
## [[6683]]
## [1] "OTU_SUAU: Neon Diamomd 🎨\n#StevenUniverse #SpotifyWrapped #artist https://t.co/pKpSsGvK1P"
## 
## [[6684]]
## [1] "primo4k: Tips: It's not just Spotify that has a year-end wrap-up feature, Apple Music does too! Here's how to get your Apple… https://t.co/x8lNgrkvu2"
## 
## [[6685]]
## [1] "buddhikac97: Why I can’t get my #SpotifyWrapped ? 😒😣"
## 
## [[6686]]
## [1] "gjkhouri: I predict my most played song will be PINK PUSSY BY BLACKPINK #SpotifyWrapped"
## 
## [[6687]]
## [1] "Dam2juicy: I predict my top podcast will be ESPN FC.  #SpotifyWrapped"
## 
## [[6688]]
## [1] "cindilmao: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[6689]]
## [1] "sunnysatelIite: i was goin thru a lot this year so i have no idea what mine is gonna look like this year #SpotifyWrapped"
## 
## [[6690]]
## [1] "Em_Bowie: I know I’m bias but this would be the best festival EVER and my toddler would be entertained at the same time 🤣🤣… https://t.co/MR0DAimei5"
## 
## [[6691]]
## [1] "cindilmao: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[6692]]
## [1] "kendallsrose03: Me getting anxious for my #SpotifyWrapped when I know damn well it’s just gonna be fall out boy and Greta van fleet"
## 
## [[6693]]
## [1] "Dam2juicy: I predict my top genre will be Pop.  #SpotifyWrapped"
## 
## [[6694]]
## [1] "ZadaJones: Rhinestone Homo #SpotifyWrapped https://t.co/tGaR82ujcY"
## 
## [[6695]]
## [1] "J0K3RW1NS: Album Of The Day 🎶 \nSlightly Stoopid- Everything you need 2003\n\n#Music #Spotify #SpotifyWrapped #Playlisy #Fyp https://t.co/hGJTQOupqA"
## 
## [[6696]]
## [1] "Jordanmanzelli: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[6697]]
## [1] "septaz: I predict my most played song will be Run BTS by BTS #SpotifyWrapped"
## 
## [[6698]]
## [1] "G_God_Josiah: Warning graphic content viewer discretion advised 18 and over  #armedguard #TikTokGirls #robbery #shootsfired… https://t.co/BU6aJyYC5a"
## 
## [[6699]]
## [1] "MaizieSeput: Here are some of my recent TikTok videos I’ve made it! See more of my video at my TikTok! I hope you guys like them… https://t.co/LgRY2UBak9"
## 
## [[6700]]
## [1] "NitroSpidey: I predict my top artist will be [Kid Cudi or The Lonely Island] #SpotifyWrapped"
## 
## [[6701]]
## [1] "GR3YVE1NS: if dsmp is a genre on mine i'll kms btw #SpotifyWrapped"
## 
## [[6702]]
## [1] "kookoo71747839: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[6703]]
## [1] "LunarO7_: I predict my top artist will be @eltonofficial #SpotifyWrapped"
## 
## [[6704]]
## [1] "eliferssan: i predict my top podcast will be @LoDelEyeliner✨🛐\n\n #SpotifyWrapped"
## 
## [[6705]]
## [1] "nightmaxlive: I predict my top artist will be lovejoy  #SpotifyWrapped"
## 
## [[6706]]
## [1] "KATYCAT123CAT12: COME ON NOWWW #SpotifyWrapped"
## 
## [[6707]]
## [1] "Imagine5684: I predict my top podcast will be two hot takes #SpotifyWrapped"
## 
## [[6708]]
## [1] "Jordanmanzelli: I predict my most played song will be [Big Energy Remix] #SpotifyWrapped"
## 
## [[6709]]
## [1] "istantoulouse: I predict my top 5 on #SpotifyWrapped artists will be (not in order) phoebe bridgers, two door cinema club, maybe a… https://t.co/VKyHFH5fP2"
## 
## [[6710]]
## [1] "muzzu_or_mujju: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n \nThe midnight sky is the road… https://t.co/eDs7ouYv7x"
## 
## [[6711]]
## [1] "gudgurlriri: I predict my most played song will be TXT - 20cm #SpotifyWrapped"
## 
## [[6712]]
## [1] "QRiplo: Don’t lemme catch yo homeboy lookin at me like a foolin no good ratta tat booty fool! Aha! Chuckle*! Lawd if I catc… https://t.co/HCX66bAxTI"
## 
## [[6713]]
## [1] "LunarO7_: I predict my top genre will be Probably Dream SMP, cause of my phase early on in the year. #SpotifyWrapped"
## 
## [[6714]]
## [1] "Imagine5684: I predict my top artist will be Taylor Swift?? #SpotifyWrapped"
## 
## [[6715]]
## [1] "vlvtmin: WHEN ARE YOU DROPPING? #SpotifyWrapped"
## 
## [[6716]]
## [1] "karla_smile07: I predict my most played song will be As it was 🤭 #SpotifyWrapped"
## 
## [[6717]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VfEvbs61lb"
## 
## [[6718]]
## [1] "monikapocalips: I predict my top genre will be [Polish Alternative] #SpotifyWrapped"
## 
## [[6719]]
## [1] "Imagine5684: I predict my top genre will be teen pop #SpotifyWrapped"
## 
## [[6720]]
## [1] "chatroomstan: I predict my most played song will be avril lavigne- bite me #SpotifyWrapped"
## 
## [[6721]]
## [1] "hrts4crimeboyz: #SpotifyWrapped i will commit crimes if i get dsmp on my spotify wrapped once again"
## 
## [[6722]]
## [1] "GR3YVE1NS: i predict it'll call me mentally ill , emo and gay all at once #SpotifyWrapped"
## 
## [[6723]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/42Kvg4q42v"
## 
## [[6724]]
## [1] "karla_smile07: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[6725]]
## [1] "Imagine5684: I predict my most played song will be roadtrip by dream... #SpotifyWrapped"
## 
## [[6726]]
## [1] "chatroomstan: I predict my top artist will be doja cat #SpotifyWrapped"
## 
## [[6727]]
## [1] "Bk_officail: SLEEP 😴\nEAT 🍱\nEVENT 🤵🏻\nREPEAT 💫\n\n#Embk #lifeofeventmanager #eventlife #events #要要搞定個要 #SpotifyWrapped"
## 
## [[6728]]
## [1] "theplatf0rmuk: ‘We want to make sure the cost of living crisis is linked with the climate crisis at all times.’ \nOur third episode… https://t.co/1HIgtlXand"
## 
## [[6729]]
## [1] "cosmiqr: I predict my top artist will be [Lemon Demon] #SpotifyWrapped"
## 
## [[6730]]
## [1] "LunarO7_: I predict my most played song will be I’m Still Standing by @eltonofficial  #SpotifyWrapped"
## 
## [[6731]]
## [1] "monikapocalips: I predict my top artist will be [Vukovi] #SpotifyWrapped"
## 
## [[6732]]
## [1] "Cloudfrog7: I predict my most played song will be We Major - Kanye West  #SpotifyWrapped"
## 
## [[6733]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/1QhWxl8An3"
## 
## [[6734]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/BTsDkaqZBi"
## 
## [[6735]]
## [1] "monikapocalips: I predict my most played song will be [The Bravery - Hatef--k] #SpotifyWrapped"
## 
## [[6736]]
## [1] "WFNYCraig: If you're too impatient to wait for #SpotifyWrapped you can just use https://t.co/P18VPe6Fea to see what you've bee… https://t.co/ilc3bYW2s4"
## 
## [[6737]]
## [1] "Rasausa: Rap is definitely gonna be my most played genre this year, no idea about the most played song though.\n\n#SpotifyWrapped"
## 
## [[6738]]
## [1] "dejviid03: No but for real tho #SpotifyWrapped https://t.co/ZAOr8eZhYy"
## 
## [[6739]]
## [1] "ADMarcovecchio: My #SpotifyWrapped prediction.\n\n1. All the Grief Ritual material I played repeatedly for practise\n2. Misfits becaus… https://t.co/duGv56fQkN"
## 
## [[6740]]
## [1] "gudgurlriri: I predict my most played song will be BTS Boy in Luv #SpotifyWrapped"
## 
## [[6741]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/wxolgEMkW3"
## 
## [[6742]]
## [1] "October_Paro: i rise from the ashes to tweet my excitement for #SpotifyWrapped \n\nthen i dissipate once more"
## 
## [[6743]]
## [1] "kamranali96: You are never too old to chase your dreams ❤️\n\n#SpotifyWrapped\n#NewProfilePic #FIFAWorldCupQatar2022 \n#Pakistan https://t.co/9DyTYcMM56"
## 
## [[6744]]
## [1] "MioneTwin: I predict my top artist will be @TXT_bighit  #SpotifyWrapped"
## 
## [[6745]]
## [1] "bbIacktreacle: I predict my top podcast will be very really good #SpotifyWrapped"
## 
## [[6746]]
## [1] "Stef_ahny: Gorgeous shoes o available as seen\n\nBiko patronize me o 🙏🏽🙏🏽\n\n#SpotifyWrapped #ghanablackstars #MondayMotivation… https://t.co/dnlxNJLyqw"
## 
## [[6747]]
## [1] "bbIacktreacle: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[6748]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Sb38s7ud8C"
## 
## [[6749]]
## [1] "BelovedCassia: Not surprised if it’s Lovejoy #SpotifyWrapped"
## 
## [[6750]]
## [1] "punkdivestedbw: #SpotifyWrapped that time of the year again when my black card gets taken"
## 
## [[6751]]
## [1] "imnasakun: I predict my top artist will be joji #SpotifyWrapped"
## 
## [[6752]]
## [1] "bbIacktreacle: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[6753]]
## [1] "mightyknight501: If my top Artist isn’t My Chemical Romance, I will riot. #SpotifyWrapped"
## 
## [[6754]]
## [1] "neoteez___: If #SpotifyWrapped doesn't come on December 1st chile...."
## 
## [[6755]]
## [1] "imnasakun: I predict my top podcast will be distractable #SpotifyWrapped"
## 
## [[6756]]
## [1] "punkdivestedbw: #SpotifyWrapped me trying to listen to all my favourites so they can make it https://t.co/0ApgGB4ELN"
## 
## [[6757]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/P1HHWL2c9b"
## 
## [[6758]]
## [1] "clownsalva: I predict my top artist will be Ari or Billie #SpotifyWrapped"
## 
## [[6759]]
## [1] "AliCateRL: I predict my top genre will be [EDM] #SpotifyWrapped"
## 
## [[6760]]
## [1] "bbIacktreacle: I predict my most played song will be No. 1 party anthem #SpotifyWrapped"
## 
## [[6761]]
## [1] "mercurysummr: I predict my top artist will be [fightstar] #SpotifyWrapped"
## 
## [[6762]]
## [1] "MrDude_o_o: I predict my most played song will be \"Wichita Lineman\" by Glen Campbell #SpotifyWrapped https://t.co/1kRgOSK16T"
## 
## [[6763]]
## [1] "imnasakun: I predict my most played song will be para ti by @tsuyunoshi #SpotifyWrapped"
## 
## [[6764]]
## [1] "cathleenamor: I'm scared pls #SpotifyWrapped"
## 
## [[6765]]
## [1] "wheresbex95: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[6766]]
## [1] "mercurysummr: I predict my top genre will be [uk post-hardcore] #SpotifyWrapped"
## 
## [[6767]]
## [1] "Cathydirector: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[6768]]
## [1] "BrittJayee: Got some Black Friday and cyber Monday deals left on the Vibes collection for a limited time. Show some love on the… https://t.co/ZvEPjhfplO"
## 
## [[6769]]
## [1] "weightofthecrwn: when yall see itzy sneakers at the top of my #SpotifyWrapped mind your business https://t.co/MDivgZO5hk"
## 
## [[6770]]
## [1] "Ioveisnteasy: I predict my top artist will be  CHASE ATLANTIC #SpotifyWrapped"
## 
## [[6771]]
## [1] "AliCateRL: I predict my most played song will be [Neon - Televisor] #SpotifyWrapped"
## 
## [[6772]]
## [1] "Cathydirector: I predict my top artist will be [Ed Sheeran] #SpotifyWrapped"
## 
## [[6773]]
## [1] "stdbluv: I predict my top artist will be BTS qn más pa #SpotifyWrapped"
## 
## [[6774]]
## [1] "S3benj: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6775]]
## [1] "VeiledSirius: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #JungKook https://t.co/rjIYxRaRpz"
## 
## [[6776]]
## [1] "Succmoody: I predict my top artist will be [Kanye West] #SpotifyWrapped"
## 
## [[6777]]
## [1] "Ioveisnteasy: I predict my most played song will be molly 😋😋 #SpotifyWrapped"
## 
## [[6778]]
## [1] "Reggaemoms9: I was lying to myself that’s why I needed proof of what I knew, you never loved me. #artofhealing #SpotifyWrapped"
## 
## [[6779]]
## [1] "adriana280921: i predict that my top artist will be One Direction, my top genre will be pop and my top song will be Miss You by Lo… https://t.co/jqL02O9Ibk"
## 
## [[6780]]
## [1] "DjGus_Bqto: I predict my most played song will be [Blinding Lights by @theweeknd] #spotifywrapped2022\n#SpotifyWrapped\n@Spotify"
## 
## [[6781]]
## [1] "SpectrumHubNg: Did you know that...\n22nd May 2010, Bitcoin recorded its first real life transaction when a Man Spent 10,000 bitcoi… https://t.co/OcU0luIgtV"
## 
## [[6782]]
## [1] "S3benj: I predict my most played song will be Belter by Gerry Cinnamon #SpotifyWrapped"
## 
## [[6783]]
## [1] "KikoFenn: I predict my most played song will be Peroxide #SpotifyWrapped"
## 
## [[6784]]
## [1] "OliviaSLeland: Last year my Spotify Wrapped flamed me for listening to one song &gt;1,100 times so I’m excited to see what song I hyp… https://t.co/lkQItQDZRg"
## 
## [[6785]]
## [1] "nectarofdelrey: I predict my top podcast will be IDFK #SpotifyWrapped"
## 
## [[6786]]
## [1] "PESU_Anonymous: Looking at this I cannot imagine how messed up my #SpotifyWrapped will be \n\nP.S. - Hariharan being there tells me t… https://t.co/acp1zc0SQt"
## 
## [[6787]]
## [1] "cybervikash_: How to stay focused &amp;  motivated always.... How ? How ? How ? \n#SpotifyWrapped #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/eab8iPIog1"
## 
## [[6788]]
## [1] "sleepyariadne: i know for a fact that my top song is gonna be like real people do by hozier, i don’t even have to predict it #SpotifyWrapped"
## 
## [[6789]]
## [1] "sumire9797: I predict my top genre will be Hip-Hop✨ #SpotifyWrapped"
## 
## [[6790]]
## [1] "nectarofdelrey: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[6791]]
## [1] "KathEnchanted: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6792]]
## [1] "Tuttasb1: I predict my top genre will be POP #SpotifyWrapped\n\nBut my most played artist being @dimash_official you never know… https://t.co/4O4rXhQrRp"
## 
## [[6793]]
## [1] "stdbluv: I predict my most played song will be ARSON LOCO AWANTE JHOPEEEEEE #SpotifyWrapped"
## 
## [[6794]]
## [1] "shyrlonai: I predict my most played song will be [Sail by AWOLNATION] #SpotifyWrapped"
## 
## [[6795]]
## [1] "lvskgrls: I predict my most played song will be Pink Venom by @BLACKPINK #SpotifyWrapped\nhttps://t.co/wialpk0GqC"
## 
## [[6796]]
## [1] "alonzofgo: I predict my most played song will be [Desaparecer - Mora] #SpotifyWrapped"
## 
## [[6797]]
## [1] "nectarofdelrey: I predict my top genre will be Alternative #SpotifyWrapped"
## 
## [[6798]]
## [1] "qingru19851221: Spending time with my old friends this morning, I love hearing their funny stories, it always makes me feel better… https://t.co/z2sjLa94cV"
## 
## [[6799]]
## [1] "VeiledSirius: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #Pop #KPOP #RnB"
## 
## [[6800]]
## [1] "liugmakeup: ASMR makeup 💋 #asmr #makeupartist #MattHanock #ghanablackstars #Indigo #FIFAWorldCupQatar2022 #乌鲁木齐 #ImACeleb… https://t.co/BuHI525Flg"
## 
## [[6801]]
## [1] "jtwt95: I predict my top podcast will be [On Wednesdays we wear black] #SpotifyWrapped"
## 
## [[6802]]
## [1] "nectarofdelrey: I predict my most played song will be High By The Beach by Lana Del Rey #SpotifyWrapped"
## 
## [[6803]]
## [1] "NymphNora: Waiting for #SpotifyWrapped , but this is a good consolation prize in the meantime. \nLet's call this: \nMillennial M… https://t.co/eQWf35Uqgd"
## 
## [[6804]]
## [1] "guadaowo: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[6805]]
## [1] "itstwinrova: She’s only in it for the fans 🤑 #SpotifyWrapped #Live https://t.co/GMBOXkeUPW"
## 
## [[6806]]
## [1] "nxzzius: I predict my most played song will be Anyone - SVT  #SpotifyWrapped"
## 
## [[6807]]
## [1] "josephine_werff: I predict my top genre will be indie/ pop #SpotifyWrapped"
## 
## [[6808]]
## [1] "flickerrenx: I just hope my music taste not as depressed as last year #SpotifyWrapped"
## 
## [[6809]]
## [1] "myaccusername: I predict my top artist will be @littlemix… as always 💚#SpotifyWrapped"
## 
## [[6810]]
## [1] "gxrgeouscolors: I predict my top podcast will be ya no escucho podcasts, Spotify nmms #SpotifyWrapped"
## 
## [[6811]]
## [1] "jtwt95: I predict my top artist will be [Creeper] #SpotifyWrapped"
## 
## [[6812]]
## [1] "6illiebossa: #SpotifyWrapped is a holiday each year"
## 
## [[6813]]
## [1] "xxzamnxx: DROP IT ALREADY #SpotifyWrapped https://t.co/nase31Oh0J"
## 
## [[6814]]
## [1] "a1_ahil: Wait for end 😂\n#ahilsaif_a1 #viralvideo #SpotifyWrapped https://t.co/09xp6tFAT8"
## 
## [[6815]]
## [1] "Cathydirector: I predict my most played song will be [Running up that Hill] #SpotifyWrapped"
## 
## [[6816]]
## [1] "KathEnchanted: I predict my most played song will be Separate Ways (World Apart) - Bryce Miller/Alloy Track Remix by Journey and S… https://t.co/vwXrWiejmn"
## 
## [[6817]]
## [1] "madd0ll: I predict my top artist will be [ I want it to be Lana but it’s taytayyy🥹❤️❤️] #SpotifyWrapped"
## 
## [[6818]]
## [1] "VeiledSirius: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #Dreamers by #JungKook https://t.co/SIzDUlAEi7"
## 
## [[6819]]
## [1] "linosubway_: I predict my top artist will be @Stray_Kids #SpotifyWrapped"
## 
## [[6820]]
## [1] "gxrgeouscolors: I predict my top artist will be Morat #SpotifyWrapped"
## 
## [[6821]]
## [1] "josephine_werff: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[6822]]
## [1] "Abiyoo22: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped taylor swift"
## 
## [[6823]]
## [1] "ihearttswift06: I predict my top podcast will be [anything goes] #SpotifyWrapped"
## 
## [[6824]]
## [1] "gxrgeouscolors: I predict my top genre will be pop/pop en español #SpotifyWrapped"
## 
## [[6825]]
## [1] "Kaciigeek: I predict my most played song will be [dont even bother] #SpotifyWrapped"
## 
## [[6826]]
## [1] "kookssoulmate01: I'm sick of waiting #SpotifyWrapped 😒😒"
## 
## [[6827]]
## [1] "jtwt95: I predict my top genre will be [Emo] #SpotifyWrapped"
## 
## [[6828]]
## [1] "dtqklover: I predict my top podcast will be banter #SpotifyWrapped"
## 
## [[6829]]
## [1] "ihearttswift06: I predict my top artist will be [Taylor Swift] duh #SpotifyWrapped"
## 
## [[6830]]
## [1] "mansdexeo: I predict my top podcast will be @eblancoradio (lo escucho todas las semanas…) #SpotifyWrapped"
## 
## [[6831]]
## [1] "iam__army18: I predict my top artist will be BTS without any doubt #SpotifyWrapped"
## 
## [[6832]]
## [1] "webeehappy: I predict my top artist will be @demilovato #SpotifyWrapped (i will riot if it’s not i’ve worked hard for this)"
## 
## [[6833]]
## [1] "gxrgeouscolors: I predict my most played song will be Llamada Perdida #SpotifyWrapped"
## 
## [[6834]]
## [1] "dtqklover: I predict my top artist will be Lovejoy #SpotifyWrapped"
## 
## [[6835]]
## [1] "iam__army18: I predict my top genre will be bts cuz the genre is bts #SpotifyWrapped"
## 
## [[6836]]
## [1] "jtwt95: I predict my most played song will be [Home by Cavetown] #SpotifyWrapped"
## 
## [[6837]]
## [1] "ihearttswift06: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[6838]]
## [1] "dtqklover: I predict my top genre will be dream smp or emo? #SpotifyWrapped"
## 
## [[6839]]
## [1] "thefirstkarbie: Some people be out there and say no shit when you speak wrong English but when you sing the wrong lyrics you better… https://t.co/7HO90j8wGQ"
## 
## [[6840]]
## [1] "hopeitnverends: I predict my top artist will be [ROSALIA] #SpotifyWrapped"
## 
## [[6841]]
## [1] "HateULuvMee: I don’t know where we gon be this year. Will the trap or depression win out this year. #SpotifyWrapped"
## 
## [[6842]]
## [1] "aayushi__dhawan: I predict my most played song will be [We Rollin!? OR Elevated?] \n\n#SpotifyWrapped  #spotifywrapped2020… https://t.co/AAYS9ae1co"
## 
## [[6843]]
## [1] "ihearttswift06: I predict my most played song will be [cardigan] #SpotifyWrapped"
## 
## [[6844]]
## [1] "THandsomeFather: Listen to the most recent episode of my podcast: Into The Nite Energy Drink  https://t.co/rb6bx13kZp… https://t.co/EGZ1935mCA"
## 
## [[6845]]
## [1] "nba_laquica1: I predict my top artist will be [fill in top artist prediction]BURUKLYN BOYZ😎 #SpotifyWrapped"
## 
## [[6846]]
## [1] "parxrun: I predict my top artist will be Rauf &amp; Faik #SpotifyWrapped"
## 
## [[6847]]
## [1] "WrittenByRome2: I predict my top genre will be Hip-Hop #SpotifyWrapped"
## 
## [[6848]]
## [1] "iam__army18: I predict my most played song will be either #butter or #YetToCome  #SpotifyWrapped"
## 
## [[6849]]
## [1] "mercurysummr: I predict my most played song will be [Fightstar - Grand Unification Part 1] #SpotifyWrapped"
## 
## [[6850]]
## [1] "FatalBazookette: I predict my top podcast will be [What the fresh hell is this ?] with @stanzipotenza #SpotifyWrapped"
## 
## [[6851]]
## [1] "TisanesTriumph: I predict my top artist will be @brakence  #SpotifyWrapped randy if you ain't I'ma be in shock"
## 
## [[6852]]
## [1] "Fiorella_9597: I predict my top podcast will be awesome :d #SpotifyWrapped"
## 
## [[6853]]
## [1] "snowontheb1tch: not really that excited for #SpotifyWrapped because i know exactly who is gonna be there"
## 
## [[6854]]
## [1] "robdotgregory: I predict my most played song will be Beyoncé - Break My Soul #SpotifyWrapped no surprise there!"
## 
## [[6855]]
## [1] "loveisgoIden_: I predict my top artist will be [Taylor swift] #SpotifyWrapped"
## 
## [[6856]]
## [1] "parxrun: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[6857]]
## [1] "MattPerks3: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n@3LadsInThePub"
## 
## [[6858]]
## [1] "ShivPat65724824: I predict my top artist will be KANYE WEST #SpotifyWrapped"
## 
## [[6859]]
## [1] "aleyska_: I predict my top podcast will be @officeladiespod #SpotifyWrapped"
## 
## [[6860]]
## [1] "MattPerks3: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFontaines DC"
## 
## [[6861]]
## [1] "dtqklover: I predict my most played song will be maybe by mgk #SpotifyWrapped"
## 
## [[6862]]
## [1] "Joshua_Miller24: I predict my top artist will be @chrisbrown #SpotifyWrapped"
## 
## [[6863]]
## [1] "parxrun: I predict my most played song will be Fuck About It by Waterparks #SpotifyWrapped"
## 
## [[6864]]
## [1] "WrittenByRome2: I predict my top artist will be @alessiacara #SpotifyWrapped"
## 
## [[6865]]
## [1] "loveisgoIden_: I predict my top genre will be [pop/teen pop] #SpotifyWrapped"
## 
## [[6866]]
## [1] "MattPerks3: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndie Punk"
## 
## [[6867]]
## [1] "MattPerks3: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nA lucid Dream - Fontaines D.C"
## 
## [[6868]]
## [1] "ShrWorldo: Meanwhile people are busy making memes about their #SpotifyWrapped , I am just glad we don't have a #YouTubeWrapped… https://t.co/IdaJG5OQfa"
## 
## [[6869]]
## [1] "kayxlayy: I predict my top artist will be miss taylor swift #SpotifyWrapped"
## 
## [[6870]]
## [1] "aleyska_: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[6871]]
## [1] "loveisgoIden_: I predict my most played song will be [cruel summer] #SpotifyWrapped"
## 
## [[6872]]
## [1] "WrittenByRome2: I predict my most played song will be [Scars To You Beautiful] #SpotifyWrapped"
## 
## [[6873]]
## [1] "aleyska_: I predict my top genre will be Alternative Rock #SpotifyWrapped"
## 
## [[6874]]
## [1] "bejeweledsydney: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6875]]
## [1] "imphfethryna: two of my fav Pilipino asian miss universe fc fancam edit 📹 💟 \n\n#KPOP #Kardashians #Hollywood #Bollywood… https://t.co/drA4WErCGX"
## 
## [[6876]]
## [1] "kendrickpropose: I predict my most played song will be [an Interlude Called \"Circus\" - Saba] #SpotifyWrapped"
## 
## [[6877]]
## [1] "jami_jaami: If you are in jos bauchi Kaduna Abuja \nYou have no reason to miss this event...inbox me now to get your tickets… https://t.co/FhoLZme3km"
## 
## [[6878]]
## [1] "liyahumphrey: I think my #SpotifyWrapped may really shock me! https://t.co/zoYCzPBxpm"
## 
## [[6879]]
## [1] "mansdexeo: I predict my top artist will be @BTS_twt (easy prediction 😁) #SpotifyWrapped"
## 
## [[6880]]
## [1] "aleyska_: I predict my most played song will be Good Old Fashioned Loverboy by Queen #SpotifyWrapped"
## 
## [[6881]]
## [1] "SadiaDisha2: Check out my Gig on Fiverr: be your expert amazon fba consultant, virtual assistant https://t.co/C3K6T51ouY \nWHAT A… https://t.co/hI2rMExFTU"
## 
## [[6882]]
## [1] "94SILVERTONGUE: I predict my most played song will be out of my system #SpotifyWrapped"
## 
## [[6883]]
## [1] "phoeni_x6: I predict my top artist will be falling in reverse #SpotifyWrapped"
## 
## [[6884]]
## [1] "antydowt: @chartdata #SpotifyWrapped Let Go/Time,Hip hop,@aaronmay /@803mayjor"
## 
## [[6885]]
## [1] "zomerinzicht: @RTLnieuws Hello @kI00tzak 👆@sjuul2023 @DeSloperT @TjarlieShien @Al_Capsones @Ramsterdamm #SpotifyWrapped… https://t.co/jjtzPK9dLT"
## 
## [[6886]]
## [1] "94SILVERTONGUE: I predict my top podcast will be solved murders #SpotifyWrapped"
## 
## [[6887]]
## [1] "dadogg0: I predict my top artist will be [green day] #SpotifyWrapped"
## 
## [[6888]]
## [1] "Mexbill2341: Masterpiece by @MIWband i predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[6889]]
## [1] "tolxbbe: I just know my top artist this year will be Baby #SpotifyWrapped"
## 
## [[6890]]
## [1] "McCathyln: Patronize ur girl\nMarket don land \nVery strong and affordable\n15,500\nEach 3in 1\nSingle 12000\nMake Buhari and APC no… https://t.co/e2dhLjvdrY"
## 
## [[6891]]
## [1] "ArianaOffical23: I predict my top artist will be  @lilbaby4PF #SpotifyWrapped"
## 
## [[6892]]
## [1] "rlewisphilly: if you're a #SpotifyWrapped kinda #podcast person: https://t.co/KlhgFs6SzT"
## 
## [[6893]]
## [1] "claudiastayy: I predict my most played song will be shut up and drive by @rihanna #SpotifyWrapped"
## 
## [[6894]]
## [1] "phoeni_x6: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[6895]]
## [1] "gordo_rob: If only......\n#SpotifyWrapped #SpotifyFestival #Spotifyfest https://t.co/JLh7gMhAjT"
## 
## [[6896]]
## [1] "dadogg0: I predict my most played song will be [cherub rock] #SpotifyWrapped"
## 
## [[6897]]
## [1] "med_art1: Curiosity😐\nWhat is written on the #shirt 🤔\n\n#CyberMonday \n#SpotifyWrapped \n#tshirtdesign \n#tshirtday https://t.co/0iIVFcF6jm"
## 
## [[6898]]
## [1] "JMuse77: I predict my top artist will be [@runjewels] #SpotifyWrapped"
## 
## [[6899]]
## [1] "equis_nyc: Any good music for the start of the week?🔥 #NewMusic #SpotifyWrapped"
## 
## [[6900]]
## [1] "phoeni_x6: I predict my most played song will be Mbappé #SpotifyWrapped"
## 
## [[6901]]
## [1] "arisminie: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[6902]]
## [1] "94SILVERTONGUE: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[6903]]
## [1] "purplearmyst_: I predict my top podcast will be the Still With you or Ddaeng podcast bc those @BTS_twt songs aren’t on Spotify so… https://t.co/MP1rD3US7e"
## 
## [[6904]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QXnNLfruM1"
## 
## [[6905]]
## [1] "94SILVERTONGUE: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6906]]
## [1] "arianamagicz: Please let me know when y’all restock this merch @TeamAriana &amp; @RepublicRecords  #SpotifyWrapped #ArianaGrande… https://t.co/fGHYb72qfS"
## 
## [[6907]]
## [1] "bonny_473: This is the mood right here when ya know ya in the vibe music fire 🔥. Link to video: https://t.co/HipEv8u8Yd… https://t.co/sCqqPOdkAh"
## 
## [[6908]]
## [1] "_keshawn15: It’s #SpotifyWrapped season 👀👀"
## 
## [[6909]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Mu1ocGyfVj"
## 
## [[6910]]
## [1] "Tuttasb1: I predict my most played song will be О'кей by @dimash_official #SpotifyWrapped\n\nhttps://t.co/gXJxLlFyfp… https://t.co/fMIOrE44sg"
## 
## [[6911]]
## [1] "tatixyeah: I predict my top artist will be Starset, again. #SpotifyWrapped"
## 
## [[6912]]
## [1] "LUVJ00NIE: GIVE IT TO ME  #SpotifyWrapped https://t.co/4dWlaEexLU"
## 
## [[6913]]
## [1] "97Deras: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGetaway car. Taylor Swift ❤️"
## 
## [[6914]]
## [1] "LCyphre666: My most played song of 2022.\n#SpotifyWrapped prove me wrong 🤣 https://t.co/dLGRoXFJwV"
## 
## [[6915]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Bup4kHNKkc"
## 
## [[6916]]
## [1] "LeeStoner8: Autumn leaves falling down like…🍁\n#SpotifyWrapped #TaylorSwift https://t.co/miThuTy23O"
## 
## [[6917]]
## [1] "AnimeInfern0: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[6918]]
## [1] "13giyoon: I predict my top podcast will be [una mamada] #SpotifyWrapped"
## 
## [[6919]]
## [1] "ese_rakata: I predict my most played song will be CARNAGE!! #SpotifyWrapped"
## 
## [[6920]]
## [1] "femenbee: I predict my top artist will be FLOPNA !!! #SpotifyWrapped"
## 
## [[6921]]
## [1] "tatixyeah: I predict my most played song will be It has begun by Starset, again. #SpotifyWrapped"
## 
## [[6922]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QDZZvmcY5u"
## 
## [[6923]]
## [1] "AsprinkleO: Pumpkin cake pops #pumpkincakepops  #SpotifyWrapped #bakedgoods #SmallBiz https://t.co/4ZT12qwNDK"
## 
## [[6924]]
## [1] "13giyoon: I predict my top artist will be [BTS o Taylor Swift] #SpotifyWrapped"
## 
## [[6925]]
## [1] "irenifilms: I predict my top artist will be Ari totes obvi [feeling: 🤩 new era] #SpotifyWrapped https://t.co/zWGHVEZaXs"
## 
## [[6926]]
## [1] "purplearmyst_: I predict my top artist will definitely be @BTS_twt and it’s members throughout my top 5. #SpotifyWrapped"
## 
## [[6927]]
## [1] "meskis_st_: I predict my top artist will be [arctic monkeys] #SpotifyWrapped"
## 
## [[6928]]
## [1] "CleartwoIT: When you remember that Spotify Wrapped comes out soon... #SpotifyWrapped https://t.co/HECgYp44dX"
## 
## [[6929]]
## [1] "13giyoon: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[6930]]
## [1] "rove46726248: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6931]]
## [1] "joelfrom08: I predict my top artist will be TIX #SpotifyWrapped"
## 
## [[6932]]
## [1] "lennyinanewdrss: I predict my top artist will be Travis Scott #SpotifyWrapped"
## 
## [[6933]]
## [1] "_evandavidson_: I predict my top podcast will be Violating Community Guidelines with Brittany Broski and Sarah Schauer… https://t.co/Gf6E4VqmjV"
## 
## [[6934]]
## [1] "13giyoon: I predict my most played song will be [MORE by j-hope] #SpotifyWrapped"
## 
## [[6935]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/7Aj8dO3XSL"
## 
## [[6936]]
## [1] "purplearmyst_: I predict my most played song will be @BTS_twt’s Butter  bc I helped stream that to 1B  #SpotifyWrapped"
## 
## [[6937]]
## [1] "DDDashielll: Would you come to my festival 👉🏽👈🏽 #SpotifyWrapped https://t.co/Mn1ZKZwAFT"
## 
## [[6938]]
## [1] "rove46726248: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[6939]]
## [1] "lennyinanewdrss: I predict my most played song will be 90210 - Travis Scott, Kacy Hill #SpotifyWrapped"
## 
## [[6940]]
## [1] "mahlangu_nqobi: https://t.co/e4acX6mKgc please show love #FIFAWorldCupQatar2022 #StarAcademy #CyberMonday #SUPERBALISTBIRTHDAY… https://t.co/j9iw4vymTR"
## 
## [[6941]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/jlFUjDoDNP"
## 
## [[6942]]
## [1] "joelfrom08: I predict my most played song will be Fallen Angel by TIX #SpotifyWrapped"
## 
## [[6943]]
## [1] "eliseryann: I predict my top podcast will be @DramaQueensOTH #SpotifyWrapped"
## 
## [[6944]]
## [1] "SaBlae_D: Root, third eye and crown chakra sound bath. Plus some bonus Oracle messages at the end. 😌🫶🏾… https://t.co/Wpv7c6kYMk"
## 
## [[6945]]
## [1] "bardlover6: I predict my top artist will be  #LouisTomlinson #SpotifyWrapped"
## 
## [[6946]]
## [1] "DanSelwood1: Can’t wait to share my #Spotifywrapped, knowing full well absolutely no fucker cares about what I listen to X"
## 
## [[6947]]
## [1] "virgovenusgang: I predict my top podcast will be... Probably none 😭 or a podcast that i listened to only once 💀 #SpotifyWrapped"
## 
## [[6948]]
## [1] "lovelyfornow11: I predict my top artist will be bts obviously #SpotifyWrapped"
## 
## [[6949]]
## [1] "Thekaliwali: I predict my most played song will be Mic Drop BTS #SpotifyWrapped"
## 
## [[6950]]
## [1] "eliseryann: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[6951]]
## [1] "blackoutconfess: GIVE IT TO ME NOW #SpotifyWrapped https://t.co/oeGH6qL2bM"
## 
## [[6952]]
## [1] "sunflowerjayd: I predict my most played song will be [Life Goes On- BTS] #SpotifyWrapped"
## 
## [[6953]]
## [1] "madssfdg: I predict my top artist will be Taylor Swift para variar #SpotifyWrapped"
## 
## [[6954]]
## [1] "msfineifyanasty: I predict my top artist will be [Ariana Grande] cuz that’s sister !!!#SpotifyWrapped"
## 
## [[6955]]
## [1] "MystrumGamer: I predict my most played song will be Sound of Madness #SpotifyWrapped"
## 
## [[6956]]
## [1] "eliseryann: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6957]]
## [1] "braywoodsterr: I predict my top artist will be [Isaac App or J. Cole] #SpotifyWrapped"
## 
## [[6958]]
## [1] "sorvetiemi: I predict my top artist will be Taylor Swift com certeza #SpotifyWrapped"
## 
## [[6959]]
## [1] "madssfdg: I predict my top genre will be Dance Pop maybe #SpotifyWrapped"
## 
## [[6960]]
## [1] "lovelyfornow11: I predict my most played song will be run bts by bts or tu no vives así by bad bunny ㅋㅋㅋ #SpotifyWrapped"
## 
## [[6961]]
## [1] "eliseryann: I predict my most played song will be You’re On Your Own, Kid #SpotifyWrapped"
## 
## [[6962]]
## [1] "BlackTipRS: I predict my most played song will be\nIf you're too shy (Let me know) The 1975  #SpotifyWrapped"
## 
## [[6963]]
## [1] "sorvetiemi: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6964]]
## [1] "w0nderland89: I predict my top podcast will be [idk lol] #SpotifyWrapped"
## 
## [[6965]]
## [1] "madssfdg: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[6966]]
## [1] "SWTNRLTD: #SpotifyWrapped predictions:\n- top song: fiebre de bad gyal\n- top artist: bad gyal\n- top genre: idk tbh \n- top podc… https://t.co/NcAL6mh3qz"
## 
## [[6967]]
## [1] "dddddreamcatch1: I predict my top artist will be Dreamcatcher #SpotifyWrapped"
## 
## [[6968]]
## [1] "KatieGiac: Every year I live for my #SpotifyWrapped https://t.co/56sqttgxMS"
## 
## [[6969]]
## [1] "aloosesona: @ndtv It was total propoganda of BJP @AnupamPKher @PMOIndia @smritiirani #SpotifyWrapped #RedVelvet"
## 
## [[6970]]
## [1] "sakiwie879: #SpotifyWrapped \nPretending I don’t care about my spotify wrapped so it comes faster \n\nMe: https://t.co/Kw6Kj9hq9F"
## 
## [[6971]]
## [1] "braywoodsterr: I predict my top genre will be [Rap] #SpotifyWrapped"
## 
## [[6972]]
## [1] "fmPUSH: #SpotifyWrapped is trending, but, have you checked out our article about it? \nhttps://t.co/ZBzMWDtcTy"
## 
## [[6973]]
## [1] "msfineifyanasty: I predict my most played song will be [My Little Love by Adele] #SpotifyWrapped purrrr"
## 
## [[6974]]
## [1] "UJNIBHK: I predict my top artist will be Michael Jackson #SpotifyWrapped"
## 
## [[6975]]
## [1] "pinsleric: I really prefer Apple Music to Spotify, but they need their own version of #SpotifyWrapped"
## 
## [[6976]]
## [1] "w0nderland89: I predict my top artist will be [the music industry] #SpotifyWrapped"
## 
## [[6977]]
## [1] "Its_Mario_boi: I predict my top podcast will be [Impaulsive] #SpotifyWrapped"
## 
## [[6978]]
## [1] "braywoodsterr: I predict my most played song will be [Moment - Worlds Version] #SpotifyWrapped"
## 
## [[6979]]
## [1] "virgovenusgang: I predict my top artist will be Selena Gomez  #SpotifyWrapped"
## 
## [[6980]]
## [1] "dddddreamcatch1: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[6981]]
## [1] "w0nderland89: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[6982]]
## [1] "flickerarchives: I predict my top podcast will be (idfk) #SpotifyWrapped"
## 
## [[6983]]
## [1] "Apoorva_144: I got hyped seeing Spotify wrapped trending #SpotifyWrapped"
## 
## [[6984]]
## [1] "Its_Mario_boi: I predict my top artist will be [$uicideboy$] #SpotifyWrapped"
## 
## [[6985]]
## [1] "sorvetiemi: I predict my most played song will be The 1 - Taylor Swift #SpotifyWrapped"
## 
## [[6986]]
## [1] "virgovenusgang: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[6987]]
## [1] "w0nderland89: I predict my most played song will be [Cruel Summer] #SpotifyWrapped"
## 
## [[6988]]
## [1] "dddddreamcatch1: I predict my most played song will be Entrancing (Siyeon solo) #SpotifyWrapped"
## 
## [[6989]]
## [1] "OnceLara: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[6990]]
## [1] "TODDSSTER: REMOVE THE DSMP GENRE ISTG WHY WOULD YOU PUT LEMON DEMON IN THAT CATEGORY????? FUCK YOU!!!  #SpotifyWrapped"
## 
## [[6991]]
## [1] "LFC_Tom72: I predict my top artist will be Steve Lacy  #SpotifyWrapped"
## 
## [[6992]]
## [1] "Its_Mario_boi: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[6993]]
## [1] "harrys_tequilax: the internet is going to break when #SpotifyWrapped gets released"
## 
## [[6994]]
## [1] "Tanyayasmin7: I predict my most played song will be [anti hero by taylorswift] #SpotifyWrapped"
## 
## [[6995]]
## [1] "virgovenusgang: I predict my most played song will be Calm Down by Rema and Selena #SpotifyWrapped"
## 
## [[6996]]
## [1] "_jackdasilva: you know Spotify is despondent that this ‘instafest’ thing is going viral days before they put out #SpotifyWrapped 😂"
## 
## [[6997]]
## [1] "imarebelpilot: sorry, I can't listen to Christmas music until after I see my #SpotifyWrapped because I can't have that jacked"
## 
## [[6998]]
## [1] "PjMokoena31: 80% local products cheese from KZN and some of EC the rest around Gp and Mp #SpotifyWrapped #ZumaDay #ThankYouZuma https://t.co/CwGMS34HgV"
## 
## [[6999]]
## [1] "OnceLara: I predict my most played song will be [basics by TWICE] #SpotifyWrapped"
## 
## [[7000]]
## [1] "RedMoonglade: I predict my top artist will be 100% ateez #SpotifyWrapped"
## 
## [[7001]]
## [1] "dreherkeleti: @RSprachrohr @jenskochphoto my prediction for my top-played artist on #SpotifyWrapped 2022 is @RSprachrohr... \nbut… https://t.co/fnugjtl5vL"
## 
## [[7002]]
## [1] "ladyofthecanyon: I predict my most played song will be 10 minutes 10 years by Tennis #SpotifyWrapped"
## 
## [[7003]]
## [1] "nuguoomf: I predict my top artist will be @LovelyPeach2001 #SpotifyWrapped https://t.co/4h7wJIvUwG"
## 
## [[7004]]
## [1] "RedMoonglade: I predict my top genre will be kpop for sure lmao #SpotifyWrapped"
## 
## [[7005]]
## [1] "jjin_jjwan: @BTS_twt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7006]]
## [1] "kookssoulmate01: I predict my top podcast will be [jay shetty] #SpotifyWrapped"
## 
## [[7007]]
## [1] "RedMoonglade: I predict my most played song will be most likely Deja Vu #SpotifyWrapped"
## 
## [[7008]]
## [1] "rakmo_music: @BlazeAella Great #music\nhttps://t.co/fOUqR8VfFH\n#twitter #instafest #SpotifyWrapped"
## 
## [[7009]]
## [1] "flickerarchives: I predict my top artist will be (Harry maybe) #SpotifyWrapped"
## 
## [[7010]]
## [1] "Marcellesas: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7011]]
## [1] "jjin_jjwan: Pop/kpop\n\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7012]]
## [1] "elise_mhc: Before Spotify Wrapped goes out - please know I’ve been going through some shit this year\n\n #SpotifyWrapped #spotifywrapped2022"
## 
## [[7013]]
## [1] "kookssoulmate01: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[7014]]
## [1] "DotPeezy: Kota Industry album is out 🔥🔥🔥...link on the pinned tweet...#SpotifyWrapped #BrazilvsSerbia #MattHanock https://t.co/fyw98OLa76"
## 
## [[7015]]
## [1] "jamie___rees: #SpotifyWrapped not what i expected 🙈🙈🙈 https://t.co/SyTLsTTAJ7"
## 
## [[7016]]
## [1] "ff3ntse: I predict my top artist will be Jill Scott or Solange #SpotifyWrapped"
## 
## [[7017]]
## [1] "crxminalmindss: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[7018]]
## [1] "samwuvv: i’m so positive that rain sounds for sleep will be on it 😭 #SpotifyWrapped"
## 
## [[7019]]
## [1] "jjin_jjwan: equal sign \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7020]]
## [1] "ferrawiii: Ooooogh something for me to do\n #SpotifyWrapped"
## 
## [[7021]]
## [1] "beansystemtwt: I predict my most played song will be Skeleton #SpotifyWrapped"
## 
## [[7022]]
## [1] "Nice2KnoNatalie: I predict my top artist will be [all time low] #SpotifyWrapped"
## 
## [[7023]]
## [1] "kookssoulmate01: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[7024]]
## [1] "QueenyMartha: I don't want to see the chaos that my #SpotifyWrapped was this year."
## 
## [[7025]]
## [1] "JazzEclectikk: Anxiously awaiting my #SpotifyWrapped I’m sure it’s filled with Reggae, R&amp;B and Afrobeats 😝"
## 
## [[7026]]
## [1] "ZaynDailyZone: I predict my most played song will be \"SWEAT\" by @zaynmalik #SpotifyWrapped"
## 
## [[7027]]
## [1] "Nice2KnoNatalie: I predict my top genre will be [pop punk???] #SpotifyWrapped"
## 
## [[7028]]
## [1] "kookssoulmate01: I predict my most played song will be [bad decisions] #SpotifyWrapped"
## 
## [[7029]]
## [1] "RedMoonglade: cant wait for my #SpotifyWrapped to show me ive only listened to kpop in 2022 and ateez was my most listened artist 🙂🙂"
## 
## [[7030]]
## [1] "flickerarchives: I predict my top genre will be (it'll be pop most likely)#SpotifyWrapped"
## 
## [[7031]]
## [1] "its_nahdeen: I predict my top artist will be Stray Kids #SpotifyWrapped"
## 
## [[7032]]
## [1] "Nice2KnoNatalie: I predict my most played song will be [Human by The Killers or Nice2KnoU by all time low] #SpotifyWrapped"
## 
## [[7033]]
## [1] "Afroskils: Wickedness can weediciously🌿💨 be define as, when you give out my jobs to other people, and billing me when you are… https://t.co/Wb9uppZqzS"
## 
## [[7034]]
## [1] "saltypepper14: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7035]]
## [1] "ff3ntse: I predict my top genre will be Neo-Soul #SpotifyWrapped"
## 
## [[7036]]
## [1] "its_nahdeen: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[7037]]
## [1] "fratgirlharry: IM READY  #SpotifyWrapped https://t.co/fZvUrpxgXE"
## 
## [[7038]]
## [1] "pauline_nx: @Spotify change my mind\n.\n.\n@SpotifyNews #SpotifyWrapped https://t.co/bYlxEfdRtg"
## 
## [[7039]]
## [1] "RealistSpice: Actually scared for my #SpotifyWrapped I know its gonna be a mix of heartbreak, bad bitches, community dick &amp; gunman shift 😂🤟🏾🇯🇲"
## 
## [[7040]]
## [1] "ff3ntse: I predict my most played song will be Lessons From My Mistakes...but I Lost Your... By Liv.e #SpotifyWrapped"
## 
## [[7041]]
## [1] "Dimex_haywhy: This user lifts HEAVY weight, eat clean and design automobiles 🦾🦾😌😌...\n📸 @Ellfund001  @Julioussegun_01… https://t.co/fPgVIF03fi"
## 
## [[7042]]
## [1] "mightyknight501: I predict my most played song will be either Vienna or Soldier, Poet, King.  #SpotifyWrapped"
## 
## [[7043]]
## [1] "YounessInTheCut: I predict my top podcast will unfortunately be @comedytraphouse  😂 #SpotifyWrapped"
## 
## [[7044]]
## [1] "flickerarchives: I predict my most played song will be (believe me I have no fcking idea) #SpotifyWrapped"
## 
## [[7045]]
## [1] "GoodFriendJoey: I predict my most played song will be [Monster by SLANDER] #SpotifyWrapped"
## 
## [[7046]]
## [1] "cjdjam: I predict my top podcast will be https://t.co/UV17FT3zUc #SpotifyWrapped"
## 
## [[7047]]
## [1] "eversinceraggi: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7048]]
## [1] "mcumagic: i don't need my spotify wrapped to tell me that i'm mentally ill, i already know that #SpotifyWrapped"
## 
## [[7049]]
## [1] "Goedel_: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[7050]]
## [1] "nileshjadhav947: Successs Mantra: \n\nPurpose\nDirection\nGoal\n\n#SpotifyWrapped"
## 
## [[7051]]
## [1] "interrupted_me: My #SpotifyWrapped this year https://t.co/LzC3jxSU7a"
## 
## [[7052]]
## [1] "joenahnah: Oh my. What a festival. #instafest #SpotifyWrapped https://t.co/U5F5EpfsEB"
## 
## [[7053]]
## [1] "eversinceraggi: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7054]]
## [1] "5weetcheeks: Im on tenterhooks waiting for my #SpotifyWrapped   \n\n100% it'll be embarrassing middle age mix of 80s 90s, a spatte… https://t.co/fB3r5IoJll"
## 
## [[7055]]
## [1] "vagabondgrey: So nice to see people get excited about music #SpotifyWrapped"
## 
## [[7056]]
## [1] "eversinceraggi: I predict my most played song will be Coraline #SpotifyWrapped"
## 
## [[7057]]
## [1] "saamiyahusain: @Spotify drop #SpotifyWrapped ASAPP i physically can't wait i will die"
## 
## [[7058]]
## [1] "littenator: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7059]]
## [1] "panellhnies: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[7060]]
## [1] "cherrybabysav: my predictions  #SpotifyWrapped https://t.co/3qUu5HQcl8"
## 
## [[7061]]
## [1] "Verdorosafaris: That's a cool sunset in the wild. Isn't it? Explore with https://t.co/6dVlSNlmNc the amazing Uganda and the whole E… https://t.co/wmFCTko0bh"
## 
## [[7062]]
## [1] "dme_363: Me waiting for my #SpotifyWrapped\n#MusicWithDME\n\nhttps://t.co/WSXbPUrGOA"
## 
## [[7063]]
## [1] "panellhnies: I predict my top genre will be [Dance Pop] #SpotifyWrapped"
## 
## [[7064]]
## [1] "Spingerd: I predict my top podcast will be [uhhhhhhhh😭] #SpotifyWrapped"
## 
## [[7065]]
## [1] "panellhnies: I predict my most played song will be [ poula me by pyx lax] #SpotifyWrapped"
## 
## [[7066]]
## [1] "mocjaune: I predict my top artist will be Florence + The Machine #SpotifyWrapped"
## 
## [[7067]]
## [1] "YesungsLove: I wonder if TBZ will make it on my #SpotifyWrapped 🥺 I’m sorry I re-discovered y’all this late in the year T-T But… https://t.co/dXHgSqiFgp"
## 
## [[7068]]
## [1] "ValeDiRosa1: I predict my top artist will be [ @TheKolors  @Stash_theKOLORS ] #SpotifyWrapped"
## 
## [[7069]]
## [1] "Spingerd: I predict my top artist will be [Eminem] #SpotifyWrapped"
## 
## [[7070]]
## [1] "designaster_: Design Challenge Day 2: Design the iPhone @Apple settings page. \n@Daviowhite \n#uiuxdesign #productdesign… https://t.co/F00VwiRg8w"
## 
## [[7071]]
## [1] "Spingerd: I predict my top genre will be [Hip Hop] #SpotifyWrapped"
## 
## [[7072]]
## [1] "ibrahimflixx: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7073]]
## [1] "Spingerd: I predict my most played song will be [Lose Yourself by Eminem] #SpotifyWrapped"
## 
## [[7074]]
## [1] "ana_of_universe: I predict my top artist will be [yaaaa] #SpotifyWrapped"
## 
## [[7075]]
## [1] "startupbits7: Hello guys, our new video is out about @McDonalds go and watch and please do share and subscribe\nA mind blowing sto… https://t.co/9eBirTFEhT"
## 
## [[7076]]
## [1] "ana_of_universe: I predict my top genre will be [el wrapped] #SpotifyWrapped"
## 
## [[7077]]
## [1] "ValeDiRosa1: I predict my top genre will be [rock/pop/retrowave] #SpotifyWrapped"
## 
## [[7078]]
## [1] "httpsWeel: I predict my top artist will be [ DEBS, Transtornado, Demi, Ariana BlackPink ] #SpotifyWrapped"
## 
## [[7079]]
## [1] "jadelittlefreak: I predict my top artist will be @5SOS!!! #SpotifyWrapped"
## 
## [[7080]]
## [1] "ana_of_universe: I predict my most played song will be [necesito] #SpotifyWrapped"
## 
## [[7081]]
## [1] "kyuloopy: I predict my top artist will be THE BOYZ\n #SpotifyWrapped"
## 
## [[7082]]
## [1] "DummyDucky: I predict my most played song will be Everything Goes On by Porter Robinson #SpotifyWrapped"
## 
## [[7083]]
## [1] "graybookmark: so excited for #SpotifyWrapped but not excited for the influx of miserable people who must make it known to all tha… https://t.co/MmInuzDUv2"
## 
## [[7084]]
## [1] "aayushi__dhawan: Who else can’t wait for the #SpotifyWrapped this year?🥹 \n\n#spotifywrapped2022 Making sure the love for music remain… https://t.co/5GqmjBbgk9"
## 
## [[7085]]
## [1] "wthkookie: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[7086]]
## [1] "cjdjam: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7087]]
## [1] "ssamanthxq: I predict my most played song will be ATWTMV #SpotifyWrapped"
## 
## [[7088]]
## [1] "Spingerd: I NEED TO KNOW IF EMINEM IS STILL NO. 1 FOR MUSIC CAN IT PLEASE HAPPEN ALREADY #SpotifyWrapped https://t.co/PFTIjh13RQ"
## 
## [[7089]]
## [1] "wthkookie: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[7090]]
## [1] "Slamarchy: I predict my top podcast will be [My Brother My Brother &amp; Me] #SpotifyWrapped"
## 
## [[7091]]
## [1] "NaomiSam00: I predict my top artist will be either #AndrewGarfield or @Hozier #SpotifyWrapped"
## 
## [[7092]]
## [1] "SakshijiM: A new poem written by me is upload on youtube please listen and show some love to it \nLink:https://t.co/3P1USBumBN… https://t.co/dBxFf2MLgm"
## 
## [[7093]]
## [1] "wthkookie: I predict my most played song will be That That #SpotifyWrapped"
## 
## [[7094]]
## [1] "ssamanthxq: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7095]]
## [1] "girlfriends1978: Unpopular opinion i loved the design of wrapped last year i thought it was awesome #SpotifyWrapped"
## 
## [[7096]]
## [1] "albandguy: I predict my most played song will be brick by brick by arctic monkeys #SpotifyWrapped"
## 
## [[7097]]
## [1] "claudiomruiz: I really enjoy interacting with random peoples on social media  #SpotifyWrapped #ImACeleb #MexicoVsArgentina… https://t.co/8NbnouAlbo"
## 
## [[7098]]
## [1] "Lov3Amanduh: I keep trying to switch over to apple music cause of the sound but...how am I gonna my #SpotifyWrapped"
## 
## [[7099]]
## [1] "bejeweledivy: I predict my most played song will be punisher - phoebe bridgers #SpotifyWrapped"
## 
## [[7100]]
## [1] "SQPHlE: I predict my most played song will be [Midnight Rain] #SpotifyWrapped"
## 
## [[7101]]
## [1] "jamiexrow: New music from my band The Honour! Click the link to add our single to your Spotify or Apple Music list!… https://t.co/dyZ3Y2kqSC"
## 
## [[7102]]
## [1] "tip_master1: GHANA 🇬🇭 BOMMMM 🇸🇳🇸🇳🇸🇳🇸🇳(304+odds) ✅✅✅✅✅✅✅\nPERSONAL STAKE AND HIGH STAKE FROM VVIP SUBSCRIBERS \n  \n   ADMIN… https://t.co/gRXL1U9fJw"
## 
## [[7103]]
## [1] "ValeDiRosa1: I predict my most played song will be [BLACKOUT- @TheKolors ] #SpotifyWrapped"
## 
## [[7104]]
## [1] "httpsWeel: I predict my top artist will be [ DEBS ] #SpotifyWrapped"
## 
## [[7105]]
## [1] "Slamarchy: I predict my top genre will be [SKA] #SpotifyWrapped"
## 
## [[7106]]
## [1] "cjdjam: I predict my most played song will be Hits Different @taylorswift13 #SpotifyWrapped"
## 
## [[7107]]
## [1] "autumnizzle: I predict my top podcast will be @TheSunnyPodcast #SpotifyWrapped"
## 
## [[7108]]
## [1] "NaomiSam00: I predict my most played song will be Someone new by @Hozier #SpotifyWrapped"
## 
## [[7109]]
## [1] "Assured_Fixed0: COMPARE AND CONFIRM 🌹\n\n@Assured_Fixed0 \n\n📞, telegram or WhatsApp +2348165400910\n\n#SpotifyWrapped… https://t.co/QLd01gODZE"
## 
## [[7110]]
## [1] "sakiwie879: #SpotifyWrapped \nWaiting for spotify wrapped be like \n\nMe: https://t.co/nE8EfVk4Rz"
## 
## [[7111]]
## [1] "jessnicole997: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7112]]
## [1] "sundaynightarmy: HAPPY MONDAY!\nSupport your favorite Podcasts!!\n\nApple👇\nhttps://t.co/b3yHkdIMrp\nSpotify👇\nhttps://t.co/qzkeEKC12p\nLin… https://t.co/7lhng9nVMQ"
## 
## [[7113]]
## [1] "PopCraive: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7114]]
## [1] "httpsWeel: I predict my top genre will be [ Pop music ] #SpotifyWrapped"
## 
## [[7115]]
## [1] "fire_fisher: @robreiner You’re right Bob. Is Reiner Jewish ?\nNo more Jewish Media brainwashing.  #SpotifyWrapped… https://t.co/jhitzkO0IM"
## 
## [[7116]]
## [1] "shawnlovesindie: I predict my top artist will be $uicideboy$ #SpotifyWrapped"
## 
## [[7117]]
## [1] "emskinner11: Before #SpotifyWrapped drops I need everyone to know that I found out in march that epic rap battles was on Spotify… https://t.co/RguvIdKhyw"
## 
## [[7118]]
## [1] "sickshootin757: One of my most underrated hip-hop projects!! Don’t sleep now 😴Click the link!!! \n\nhttps://t.co/Gw1X3Pfaj9… https://t.co/bloPfQ8jAe"
## 
## [[7119]]
## [1] "JaytoshiNetwork: SHARE VOTE TRUMP 2024!!!#Blacklivesmatter #DemocraticParty  #wehatetrump #DonaldTrumpFAILEDAmerica #DonaldTrump… https://t.co/IgMwvAT6BJ"
## 
## [[7120]]
## [1] "DraikeSkywalker: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[7121]]
## [1] "R0seC0LoredB0y: glad we’re talking about how ratchet this design is   #SpotifyWrapped https://t.co/272abmCX5o"
## 
## [[7122]]
## [1] "_Hazz: my most listened artist will be Lil Peep #SpotifyWrapped"
## 
## [[7123]]
## [1] "OficiallTrii: Hello guys, introduce Erzabell cave 👋💟 #staracademy2022 #บัวผันฟันยับ #사랑하는찬열아_생일축하해 #乌鲁木齐 #SpotifyWrapped https://t.co/v4RTiZZzTh"
## 
## [[7124]]
## [1] "jessnicole997: I predict my most played song will be probably Daydreaming or Satellite #SpotifyWrapped"
## 
## [[7125]]
## [1] "rachie421: I predict my top artist will be @carlyraejepsen #SpotifyWrapped this is the most nerve wracking time of year"
## 
## [[7126]]
## [1] "7aerys: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[7127]]
## [1] "TheNotoriousAyo: I predict my top artist will be [Ye] #SpotifyWrapped"
## 
## [[7128]]
## [1] "decodedrop00: This project looks very interesting. I am interested, and I will support this project until it is successful accord… https://t.co/Un2fTAcmBr"
## 
## [[7129]]
## [1] "7aerys: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7130]]
## [1] "httpsWeel: I predict my most played song will be [ Nice n' Rough by @debsdabs] #SpotifyWrapped"
## 
## [[7131]]
## [1] "7aerys: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7132]]
## [1] "lifeinidle: i predict my most played song will be Lovebirds by Life in Idle #SpotifyWrapped"
## 
## [[7133]]
## [1] "Bo8c4t: I predict my top genre will be indie folk #SpotifyWrapped"
## 
## [[7134]]
## [1] "taronstrange: I predict my top podcast will be Podcast Para Tudo by @Lorelay_Fox  #SpotifyWrapped https://t.co/OHC9GYD2fD"
## 
## [[7135]]
## [1] "carluh_Lola: Me pretending to be shocked to see TWICE as my number 1 artist in my #SpotifyWrapped https://t.co/PGd2MTVMdp"
## 
## [[7136]]
## [1] "LockedIn0rbit: I predict my top genre will be Drum And Bass #SpotifyWrapped lmao"
## 
## [[7137]]
## [1] "IddyFN: I predict my top artist will be [D Block Europe] #SpotifyWrapped"
## 
## [[7138]]
## [1] "spiiriit_na: i predict my most played song will be [delilah (pull me out of this - fred again..] #SpotifyWrapped"
## 
## [[7139]]
## [1] "thaynar4___: Reage br #SpotifyWrapped #FIFAWorldCupQatar2022"
## 
## [[7140]]
## [1] "renzptrck: Let's gooooo!! #SpotifyWrapped"
## 
## [[7141]]
## [1] "IddyFN: I predict my top genre will be [ Rap ] #SpotifyWrapped"
## 
## [[7142]]
## [1] "DanNew96: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[7143]]
## [1] "mamawinnieh: I predict my top podcast will be rSlash. #SpotifyWrapped"
## 
## [[7144]]
## [1] "piccadilly0329: I predict my top artist will be [Laufey] #SpotifyWrapped"
## 
## [[7145]]
## [1] "IddyFN: I predict my most played song will be [Overseas] #SpotifyWrapped"
## 
## [[7146]]
## [1] "mamawinnieh: I predict my top artist will be Owl City. #SpotifyWrapped"
## 
## [[7147]]
## [1] "UCMo_DMP: Welcome back #UCM students!! \nNow that Thanksgiving has come and gone…when is it okay to start listening to Christm… https://t.co/Jk4yhXmpNV"
## 
## [[7148]]
## [1] "YunginSent412: Here is what u ment what @SBF_FTX saying BAOUT EVERYONE IN #Crypto #SpotifyWrapped #BlockFi  check this out  ..… https://t.co/3s5MKR6RnG"
## 
## [[7149]]
## [1] "Inlandempire79: Wednesday &amp; Enid 🖤💖 @TimBurton20 @TimBurtonDaily @ghettogothicx @gothictheatre #gothic #gothgirls #乌鲁木齐… https://t.co/73i197eHf0"
## 
## [[7150]]
## [1] "DRajput95: #Islamabad\n#CTO Traffic Dr. Syed Mustafa Tanveer was appreciated by the Prime Minister of #Pakistan for making the… https://t.co/RFGX4S0a7S"
## 
## [[7151]]
## [1] "DanNew96: I predict my most played song will be Running Up That Hill #SpotifyWrapped"
## 
## [[7152]]
## [1] "tired_vampyr: I predict my top artist will be [$uicideboy$] #SpotifyWrapped"
## 
## [[7153]]
## [1] "Maholote: I predict my most played song will be Traffic Jam #SpotifyWrapped"
## 
## [[7154]]
## [1] "mamawinnieh: I predict my top genre will be metal. #SpotifyWrapped"
## 
## [[7155]]
## [1] "slowdownmrwolf: #SpotifyWrapped is coming which means the gay Super Bowl is about to begin."
## 
## [[7156]]
## [1] "CurlVitality: Clues you might have curly / wavy hair!!! #StarAcademy #SpotifyWrapped #FIFAWorldCupQatar2022 https://t.co/idJs13jEih"
## 
## [[7157]]
## [1] "petti41: I predict my most played song will be [L8r Boi - @ashnikko] 🔥🔥🔥 #SpotifyWrapped"
## 
## [[7158]]
## [1] "ceyiyec: Seated for #SpotifyWrapped"
## 
## [[7159]]
## [1] "carlosesierraf: I predict my most played song will be ABC by @polyphia and @Sophartso  #SpotifyWrapped"
## 
## [[7160]]
## [1] "mamawinnieh: I predict my most played song will be \"Rasputin\" by Boney M. #SpotifyWrapped"
## 
## [[7161]]
## [1] "huyindear_jelly: It's fine your on my contact and you don't call nor reach me but abeg it's wrong for you to reach out to me when yo… https://t.co/JKzs3L71io"
## 
## [[7162]]
## [1] "j_thmm: I predict my top artist will be RED VELVET (pag hindi, sorry aken) 🥹 #SpotifyWrapped"
## 
## [[7163]]
## [1] "qantus: I predict my most played song will be 4 AM by D Wizz, Lancey Foux, and Poundside Pop. #SpotifyWrapped"
## 
## [[7164]]
## [1] "AudioWok: Dusty Plankton - Round Again \nOUT NOW on spotify \nhttps://t.co/qxqxYcEqfz\n#distrokid #SpotifyWrapped #Spotify https://t.co/rlRpaAEEna"
## 
## [[7165]]
## [1] "taroesmio: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7166]]
## [1] "taroesmio: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7167]]
## [1] "saadtwts: I predict my top artist will be i think paul simon🤔 #SpotifyWrapped"
## 
## [[7168]]
## [1] "hiautosng: HELP RETWEET PLS 🙏\n\n(Foreign Used) Affordable 2017 Toyota Corolla \nPrice: 8.8Million Naira\n\nDM📩 for more info or\nCa… https://t.co/MGAmKsMxgZ"
## 
## [[7169]]
## [1] "taroesmio: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7170]]
## [1] "876Raiden: i wonder what my  #SpotifyWrapped will look like this year.  I think this is my second year of using this app.  I miss tidal but this works"
## 
## [[7171]]
## [1] "loserwaybright: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \n\npodcasts are cringe"
## 
## [[7172]]
## [1] "sammilfson: i predict my top artist will be conan gray tbh #SpotifyWrapped"
## 
## [[7173]]
## [1] "AaradhyaK16: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nall too well (10 min version) (taylor's version)"
## 
## [[7174]]
## [1] "loserwaybright: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\nchloe moriondo no doubt, for how… https://t.co/0BdjbJRv5w"
## 
## [[7175]]
## [1] "rifrompluto: #SpotifyWrapped  comes out in a couple of days?? highlight of my week"
## 
## [[7176]]
## [1] "sim_artsy: waiting for my  #SpotifyWrapped as if i don’t already know what’s gonna be on there https://t.co/blxwfO4HjQ"
## 
## [[7177]]
## [1] "AnxiousMoose: I predict my top podcast will be The Magnus Archives #SpotifyWrapped"
## 
## [[7178]]
## [1] "rabeebadz: I predict my top artist will be [ DARSHAN RAVAL ] #SpotifyWrapped"
## 
## [[7179]]
## [1] "AaradhyaK16: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \npop"
## 
## [[7180]]
## [1] "taronstrange: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[7181]]
## [1] "AaradhyaK16: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \ntaylor swift"
## 
## [[7182]]
## [1] "loserwaybright: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nyee so idk like indie rock but spot… https://t.co/9nErA7Dcwa"
## 
## [[7183]]
## [1] "TwoBeatsApart: I already know that my #SpotifyWrapped will mostly consist of @GerryAndersonTV soundtracks. https://t.co/izbw7oxnEE"
## 
## [[7184]]
## [1] "AaradhyaK16: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped  \n80/20?"
## 
## [[7185]]
## [1] "ekindelightful: I predict my top genre will be rock or Britpop #SpotifyWrapped"
## 
## [[7186]]
## [1] "cubanoshake10: Wtf is wrong with these ppl??? What happened to sticks and stones can break my bones but I’m strong enough that wor… https://t.co/5WPs7GM8vO"
## 
## [[7187]]
## [1] "speculatornifty: I predict my top genre will be #Desipop #SpotifyWrapped"
## 
## [[7188]]
## [1] "Thescholar5989: Hear Fall season vol.1, a playlist on #SoundCloud \nhttps://t.co/NoTZpbdDpd  #SpotifyWrapped"
## 
## [[7189]]
## [1] "SimplyShayna_: I just want my #SpotifyWrapped so I can see all of the Taylor Swift and Harry Styles songs I listened to this year"
## 
## [[7190]]
## [1] "PJ_MaskUp: @KDKA This is every #Republican's dream.\n\nIt's a terrifying time to be a Black man in America. The #Trump scum can… https://t.co/tmuXziIIRV"
## 
## [[7191]]
## [1] "saadtwts: I predict my most played song will be dancing queen by abba #SpotifyWrapped"
## 
## [[7192]]
## [1] "ekindelightful: I predict my most played song will be body paint - arctic monkeys #SpotifyWrapped"
## 
## [[7193]]
## [1] "dieroteway: I predict my most played song will be [Masterpiece by Motionless in White] #SpotifyWrapped"
## 
## [[7194]]
## [1] "loserwaybright: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwow very fancy anyways juliet… https://t.co/yYGQwlQXnW"
## 
## [[7195]]
## [1] "babysasori_1: The mobile phone Engineers at the end of the street😂😂😂\n\n|| #hookup Nzaza Uruguay Oriyomi Calabar Ati Zigi… https://t.co/2gbHX4YeU2"
## 
## [[7196]]
## [1] "Amity23713860: Imagine watching #FamilyGuy during #gym class #SpotifyWrapped #MattHanock #Indigo #FIFAWorldCupQatar2022 #ImACeleb… https://t.co/NMsMMVIWUH"
## 
## [[7197]]
## [1] "jp4464: I predict my most played song will be \"One More Time\" by Daft Punk (to the surprise of none of my close friends) #SpotifyWrapped"
## 
## [[7198]]
## [1] "oflittleczarina: I predict my top podcast will be You're Dead To Me #SpotifyWrapped"
## 
## [[7199]]
## [1] "TheStarblaqWay: @SpotifyAfrica Ow shit...my guess was correct I guess😹🔥 #SpotifyWrapped https://t.co/QYAqlfFc8S"
## 
## [[7200]]
## [1] "MetalHead614: I predict my top artist will be Daft Punk] #SpotifyWrapped"
## 
## [[7201]]
## [1] "jess1519: I predict my top podcast will be @RingerVerse. #SpotifyWrapped"
## 
## [[7202]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/mx4R9Yk8yA"
## 
## [[7203]]
## [1] "xotbirdox: I predict my top podcast will be [@dashdiariespod] #SpotifyWrapped"
## 
## [[7204]]
## [1] "Tinde22225866: #คุณชายตอนจบ #SpotifyWrapped #السعوديه_بولندا \nOh amazing deals from LG!!!!!! https://t.co/govY3qpYjY"
## 
## [[7205]]
## [1] "nhfieri: Gon be DOOM or tribe 😭#SpotifyWrapped"
## 
## [[7206]]
## [1] "MetalHead614: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[7207]]
## [1] "303exai: I predict my most played song will be VENUS FLYYYYYY #SpotifyWrapped"
## 
## [[7208]]
## [1] "876_BTS: 📦 • #SpotifyWrapped    is near, Jamaican ARMYs!\n\n#BTS were #5 last year on the Most Streamed Artists in Jamaica cha… https://t.co/ugbCQWmtYT"
## 
## [[7209]]
## [1] "1004__0808: I predict my most played song will be IF YOU LEAVE ME - @pledis_17 !!!!! #SpotifyWrapped"
## 
## [[7210]]
## [1] "hy9ning: I predict my top genre will be kapop seguro o r&amp;b #SpotifyWrapped"
## 
## [[7211]]
## [1] "bcfc_kingers: I predict my most played song will be Roll the windows up by @machinegunkelly  #SpotifyWrapped"
## 
## [[7212]]
## [1] "hy9ning: I predict my most played song will be good boy gone bad 💀 #SpotifyWrapped"
## 
## [[7213]]
## [1] "sillygal42: I predict my most played song will be Immaterial by SOPHIE  #SpotifyWrapped"
## 
## [[7214]]
## [1] "oflittleczarina: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7215]]
## [1] "RealAnnaMarieR: I'm curious to see if my music makes it onto anyone's #SpotifyWrapped this year... considering I'm still relatively… https://t.co/G7GbN8IZo7"
## 
## [[7216]]
## [1] "jess1519: I predict my top artist will be @caitlynsmith. @IngridAndress, @tenilletownes, @tenilletownes, and Kyndall Inskeep… https://t.co/KUp9WUkYdQ"
## 
## [[7217]]
## [1] "xotbirdox: I predict my top artist will be [@AllTimeLow] #SpotifyWrapped"
## 
## [[7218]]
## [1] "TonellB: Happy Monday beautiful people🖤\n\nLet's be epic this week, shine bright like a diamond💎\n\nGod is the plug!!!… https://t.co/ObK9qqtC4x"
## 
## [[7219]]
## [1] "laceslifes: I predict my top artist will be Bryson Tiller #SpotifyWrapped"
## 
## [[7220]]
## [1] "lid177: #SpotifyWrapped damn this year might be crazy I'll have to do this later"
## 
## [[7221]]
## [1] "agnesmariyea: me patiently waiting for #SpotifyWrapped https://t.co/ThuCzsp2ea"
## 
## [[7222]]
## [1] "kuhvonx: I predict my most played song will be Kodi Blu 31 #SpotifyWrapped"
## 
## [[7223]]
## [1] "GreatnessSpoken: Any advice for new podcasters?? Any advice that's giving we would love to hear.. Have a blessed day🫶\n#advice… https://t.co/rGN99uDoMB"
## 
## [[7224]]
## [1] "oflittleczarina: I predict my top genre will be folk #SpotifyWrapped"
## 
## [[7225]]
## [1] "GeneWillis: I predict my top podcast will be @bomani_jones.  #SpotifyWrapped"
## 
## [[7226]]
## [1] "xotbirdox: I predict my top genre will be [Welsh Folk Music] #SpotifyWrapped"
## 
## [[7227]]
## [1] "ventiblooms: drop it already pls, but remove the atrocious graphic design that physically hurts my soul #SpotifyWrapped"
## 
## [[7228]]
## [1] "laceslifes: I predict my most played song will be Inhale #SpotifyWrapped"
## 
## [[7229]]
## [1] "KlutzTheKing: I predict my top artist will be @McVirgins #SpotifyWrapped"
## 
## [[7230]]
## [1] "icelives___: #SpotifyWrapped  me waiting for spotify to drop it https://t.co/QTKoRTGzsZ"
## 
## [[7231]]
## [1] "salamisamalama: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift ofc 🥰"
## 
## [[7232]]
## [1] "one40s: I predict my top artist will be Polo G #SpotifyWrapped"
## 
## [[7233]]
## [1] "xotbirdox: I predict my most played song will be [Sleepwalking by @AllTimeLow] #SpotifyWrapped"
## 
## [[7234]]
## [1] "onyxhorizons: I predict my most played song will be ABG or Scarred By Love by Quando Rondo #SpotifyWrapped"
## 
## [[7235]]
## [1] "DBiddell: I predict my top artist will be @burytomorrow #SpotifyWrapped"
## 
## [[7236]]
## [1] "WholesaleCircle: AI on the rise\n#SpotifyWrapped #AI #CyberMonday #MondayMotivation #mondaythoughts #Mondayvibe https://t.co/sKikX82Rzo"
## 
## [[7237]]
## [1] "ZackAttack2995: This year’s #SpotifyWrapped is gonna be my most chaotic yet 😂😭"
## 
## [[7238]]
## [1] "one40s: I predict my top genre will be Melodic Rap #SpotifyWrapped"
## 
## [[7239]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/JeS0WhEmOl"
## 
## [[7240]]
## [1] "Burningman333: @SphynxLabs makes it easy to earn #passiveincome safely with our single asset staking. Choosing to hold stables doe… https://t.co/6piNR9bvLZ"
## 
## [[7241]]
## [1] "one40s: I predict my most played song will be Suicid.e - Polo G #SpotifyWrapped"
## 
## [[7242]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/EKhqAsefSj"
## 
## [[7243]]
## [1] "tayrianabarbie: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[7244]]
## [1] "realenochafl: When these artists announce “world tours” I keep asking myself, is Africa not part of the world? 🤔 #SpotifyWrapped… https://t.co/AZoFki3A4l"
## 
## [[7245]]
## [1] "stateoflucky: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7246]]
## [1] "kaearnah: switch the lady taking the selfie with @phoebe_bridgers and you got mine #SpotifyWrapped https://t.co/6852C69fuR"
## 
## [[7247]]
## [1] "tayrianabarbie: I predict my most played song will be [Super freaky girl] #SpotifyWrapped"
## 
## [[7248]]
## [1] "pgalantedesigns: Who else is looking forward to this years #SpotifyWrapped 👀 ? https://t.co/iQoJzElsPm"
## 
## [[7249]]
## [1] "Snahccy: #SpotifyWrapped will be here soon but no HiFi audio. What the heck @Spotify"
## 
## [[7250]]
## [1] "aceofheartsXP: thought #SpotifyWrapped dropped im gonna sob ☹️"
## 
## [[7251]]
## [1] "_m__92: It’s almost time for #SpotifyWrapped so I can finally see who to unfollow when they make fun of people for liking Spotify wrapped"
## 
## [[7252]]
## [1] "jess1519: I predict my top genre will be probably Country/pop. #SpotifyWrapped"
## 
## [[7253]]
## [1] "NeNeN0Leaks: I predict my top artist will be [Rihanna or Brandy ] #SpotifyWrapped"
## 
## [[7254]]
## [1] "xtinasm: I predict my most played song will be 'Winter solstice' (@wearephoenix) or 'When you were mine' (@joycrookes) #SpotifyWrapped"
## 
## [[7255]]
## [1] "stateoflucky: I predict my most played song will be Better Man (From The Vault) (Taylor's Version) #SpotifyWrapped"
## 
## [[7256]]
## [1] "ananya_0724: I predict my most played song will be RUN BTS #SpotifyWrapped"
## 
## [[7257]]
## [1] "oflittleczarina: I predict my most played song will be The Moon Will Sing #SpotifyWrapped"
## 
## [[7258]]
## [1] "vincentsgotagun: SPOTIFY REMOVE THE DSMP SONG GENRE IM BEGGING YOU 💔💔 #SpotifyWrapped"
## 
## [[7259]]
## [1] "HughJan06655012: I am getting impatient as HELL waiting for Spotify wrapped to come out... we are waiting Spotify. #SpotifyWrapped"
## 
## [[7260]]
## [1] "NeNeN0Leaks: I predict my top genre will be [R&amp;B] #SpotifyWrapped"
## 
## [[7261]]
## [1] "zekeIandon: I predict my top artist will be [Thomas Bergersen]#SpotifyWrapped"
## 
## [[7262]]
## [1] "sopekooky: I predict my top podcast will be [idk] #SpotifyWrapped"
## 
## [[7263]]
## [1] "hey_ebie: when did 'we' get so hype about #SpotifyWrapped and why haven't WE received it? https://t.co/myrY2hIq2D"
## 
## [[7264]]
## [1] "jess1519: I predict my most played song will be She Used to be Mine, Come to Your Senses, or Honest. #SpotifyWrapped"
## 
## [[7265]]
## [1] "sopekooky: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[7266]]
## [1] "NeNeN0Leaks: I predict my most played song will be [borderline or lift me up] #SpotifyWrapped"
## 
## [[7267]]
## [1] "Nathy2895: I predict my top podcast will be @NanarasPodcast  #SpotifyWrapped"
## 
## [[7268]]
## [1] "sopekooky: I predict my top genre will be [K-pop] #SpotifyWrapped"
## 
## [[7269]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/3AFWHDbRQw"
## 
## [[7270]]
## [1] "deadrimmoa: I predict my most played song will be Slow Song by The Knocks #SpotifyWrapped"
## 
## [[7271]]
## [1] "zekeIandon: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[7272]]
## [1] "yunhos_timee: I DONT HAVE SPOTIFY AND IM MAD ABOUT IT \n#SpotifyWrapped https://t.co/v9zLxuEZDf"
## 
## [[7273]]
## [1] "fariaschahede: I (and everyone that knows me) predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7274]]
## [1] "sopekooky: I predict my most played song will be Yet to Come #SpotifyWrapped"
## 
## [[7275]]
## [1] "cardiglmore: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[7276]]
## [1] "DeberryBlaine: I predict my top artist will be [Phoebe Bridgers] #SpotifyWrapped"
## 
## [[7277]]
## [1] "Nathy2895: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7278]]
## [1] "zekeIandon: I predict my most played song will be [Away With Your Fairies by Thomas Bergersen] #SpotifyWrapped"
## 
## [[7279]]
## [1] "rehman432020: Where there's a will, there's a lawyer😍\n#advocate #highcourt #SpotifyWrapped https://t.co/0VrpONwQBz"
## 
## [[7280]]
## [1] "Kino9991: Was gengis kahn a good history figure? #AdaniOut #SpotifyWrapped #uominiedonne #MilinkovicSavic #الكاميرون_صربيا… https://t.co/R7a9gxLcz0"
## 
## [[7281]]
## [1] "DeberryBlaine: I predict my top podcast will be [Therapy Gecko] #SpotifyWrapped"
## 
## [[7282]]
## [1] "ZeroTooFast: I predict my most played song will be Everything goes on - @porterrobinson #SpotifyWrapped"
## 
## [[7283]]
## [1] "JuliaFoxWhore: I predict my most played song will be [Tomorrow 2] #SpotifyWrapped"
## 
## [[7284]]
## [1] "Nathy2895: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7285]]
## [1] "CrayfishCrusty: I predict my top artist will be red hot chili peppers  #SpotifyWrapped"
## 
## [[7286]]
## [1] "Nathy2895: I predict my most played song will be Killing Part by @official__INI #SpotifyWrapped"
## 
## [[7287]]
## [1] "DeberryBlaine: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[7288]]
## [1] "LaydenRobinson: Discover more sensational #music here: https://t.co/Axk7PnnVih #SpotifyWrapped #CyberMonday #MondayMorning #musicartists"
## 
## [[7289]]
## [1] "DeberryBlaine: I predict my most played song will be [Motion Sickness - Phoebe Bridgers] #SpotifyWrapped"
## 
## [[7290]]
## [1] "swifterias: I predict my top artist will be Taylor Swift ofc #SpotifyWrapped"
## 
## [[7291]]
## [1] "kyunggssoo: I predict my most played song will be Don’t Go - EXO #SpotifyWrapped"
## 
## [[7292]]
## [1] "minaa________: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[7293]]
## [1] "Swiftie9189: I predict my top artist will be [@taylorswift13] #SpotifyWrapped"
## 
## [[7294]]
## [1] "emisthere: i predict my most played song will be cause for concern by lovejoy #SpotifyWrapped"
## 
## [[7295]]
## [1] "Omgitssupreme: Looking forward to seeing my #SpotifyWrapped this year"
## 
## [[7296]]
## [1] "kjjduh: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[7297]]
## [1] "SoDieketseng: My top genre will be between HipHop or Afrobeats as usual on #SpotifyWrapped"
## 
## [[7298]]
## [1] "TheMoonsAceCard: WHY IS #SpotifyWrapped TRENDING I THOUGHT IT DROPPED AND I GOT EXCITED"
## 
## [[7299]]
## [1] "dwyerkev: I predict my top artist will be [Taylor Swift] sem duvida #SpotifyWrapped"
## 
## [[7300]]
## [1] "tamarinarose: I predict my top podcast will be probably office ladies but haven’t listened much this year #SpotifyWrapped"
## 
## [[7301]]
## [1] "imtotallymorgan: WHERE IS MY SPOTIFY WRAPPED!!!!!!!!😭 #SpotifyWrapped https://t.co/UAxVuJ3Imq"
## 
## [[7302]]
## [1] "BaseyCasey: no but what happens when Taylor Swift uses her little #SpotifyWrapped  message to announce speak now tv or hits dif… https://t.co/9msgohNDx4"
## 
## [[7303]]
## [1] "shei_twts: Artist: Taylor Swift \nSong: Labyrinth\n\n #SpotifyWrapped"
## 
## [[7304]]
## [1] "Sarii15G: I predict my most played song will be Warning Signs by BoH  #SpotifyWrapped"
## 
## [[7305]]
## [1] "Katherine_L_21: I predict my top genre will be pop? 🤔 #SpotifyWrapped"
## 
## [[7306]]
## [1] "dwyerkev: I predict my top genre will be [hyperpop] eu espero viu #SpotifyWrapped"
## 
## [[7307]]
## [1] "illicitstay: me waiting for #SpotifyWrapped as if i didn’t know it’s going to look like this https://t.co/eo4XP0iaDm"
## 
## [[7308]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/dXVVeF3I7v"
## 
## [[7309]]
## [1] "afrnaaziz: wanna see my chaotic #SpotifyWrapped"
## 
## [[7310]]
## [1] "imatransally: I predict my most played song will be [Love Story (Taylor’s Version)] #SpotifyWrapped"
## 
## [[7311]]
## [1] "sbraep: I predict my top podcast will be saving grace #SpotifyWrapped"
## 
## [[7312]]
## [1] "agentp_x: I predict my top podcast will be  Fest und Flauschig #SpotifyWrapped"
## 
## [[7313]]
## [1] "Bbkphat: @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/5tBZ3gnD5Z"
## 
## [[7314]]
## [1] "JHXYWCH3: #SpotifyWrapped    i think that gonna be MIRAE WITH TRENDZ?"
## 
## [[7315]]
## [1] "tamarinarose: I predict my top genre will be pop??? probably #SpotifyWrapped"
## 
## [[7316]]
## [1] "kylepilleddd: I predict my top podcast will be ok this one is easy its probably TAZ or LHOTL #SpotifyWrapped"
## 
## [[7317]]
## [1] "Ash_NotIrwin: I predict my top artist will be [5 seconds of summer] #SpotifyWrapped"
## 
## [[7318]]
## [1] "deftoadz: I predict my top genre will be [premarital sex] #SpotifyWrapped"
## 
## [[7319]]
## [1] "Katherine_L_21: I predict my top podcast will be @QueerMoviePod or @theyikespod #SpotifyWrapped"
## 
## [[7320]]
## [1] "traehailema: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7321]]
## [1] "KimSnakeob: I predict my top podcast will be [The WAN show ] #SpotifyWrapped"
## 
## [[7322]]
## [1] "vigilante_diego: I predict my most played song will be Babe by taylor swift #SpotifyWrapped"
## 
## [[7323]]
## [1] "RedLippedDiva: Not prepared for the who's who of questionable music choices in my #SpotifyWrapped this year...\n\nHow much did plann… https://t.co/cGFnDI2eY5"
## 
## [[7324]]
## [1] "agentp_x: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7325]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/NL7g3RXWu7"
## 
## [[7326]]
## [1] "sbraep: I predict my top artist will be Sabrina Carpetner #SpotifyWrapped"
## 
## [[7327]]
## [1] "zachgouge: I predict my top artist will be HEALTH #SpotifyWrapped"
## 
## [[7328]]
## [1] "boredgerm: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Stay Soft"
## 
## [[7329]]
## [1] "sabbithmoss: IS #SpotifyWrapped out already?? I’m gonna lose it"
## 
## [[7330]]
## [1] "ZeGcgh: Remember  our BoT Trading is available, if you are not catching up with trades, Let’s us know. we guarantee you 670… https://t.co/EmZuMcncY5"
## 
## [[7331]]
## [1] "AsetMuratuly: I predict my top artists will be \n1) Taylor Swift\n2) Wallows\n3) Lana del Rey\n#SpotifyWrapped"
## 
## [[7332]]
## [1] "girlgoyard: I wanna cuddle with youuu 🥺\n#demontings\n#FIFAWorldCupQatar2022 \n@demontingss \n#SpotifyWrapped https://t.co/moSBOHZe9X"
## 
## [[7333]]
## [1] "cvxxrdt: cant wait tho #SpotifyWrapped"
## 
## [[7334]]
## [1] "KimSnakeob: I predict my top artist will be [IVE] #SpotifyWrapped"
## 
## [[7335]]
## [1] "Dikshas25493378: When you change, don’t announce it. Just bloom. #SpotifyWrapped #ghanablackstars"
## 
## [[7336]]
## [1] "kylepilleddd: I predict my top artist will be I DONT FUCKING KNOW!!! maybe mcr or harley poe or car seat headrest .. or black sab… https://t.co/xQJmg5zbho"
## 
## [[7337]]
## [1] "tearortear: I predict my most played song will be [some loona song isk] #SpotifyWrapped"
## 
## [[7338]]
## [1] "BadJawn_Gilbs: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[7339]]
## [1] "biohzrrd: can spotify wrapped hurry up im@going more and more insane #SpotifyWrapped"
## 
## [[7340]]
## [1] "sbraep: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7341]]
## [1] "tamarinarose: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[7342]]
## [1] "parrrth9__: I predict my most played song will be \"You Really Got Me\" #SpotifyWrapped"
## 
## [[7343]]
## [1] "agentp_x: I predict my most played song will be Sweater Weather #SpotifyWrapped"
## 
## [[7344]]
## [1] "KimSnakeob: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[7345]]
## [1] "sld2820: I predict my top artist will be [Louis Tomlinson ] #SpotifyWrapped"
## 
## [[7346]]
## [1] "JJSLCVE: CAN YALL STOP MAKING ME THINK IT DROPPED ALREADY GOD #SpotifyWrapped"
## 
## [[7347]]
## [1] "thebigdreadhead: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @ToonsThatCurse"
## 
## [[7348]]
## [1] "Bbkphat: @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/r1qgkMunkU"
## 
## [[7349]]
## [1] "BarryCynic: I predict my most played song will be CLUB PENGUIN ICE FISHING #SpotifyWrapped #icefishingsweep https://t.co/X9fbXtTUHq"
## 
## [[7350]]
## [1] "KimSnakeob: I predict my most played song will be [IVE Eleven] #SpotifyWrapped"
## 
## [[7351]]
## [1] "dipakhaldar02: Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/4kZUMZ6A1q"
## 
## [[7352]]
## [1] "sbraep: I predict my most played song will be nonsense #SpotifyWrapped"
## 
## [[7353]]
## [1] "tamarinarose: I predict my most played song will be all too well 10 min version  #SpotifyWrapped"
## 
## [[7354]]
## [1] "sld2820: I predict my most played song will be [Only the brave -  Louis Tomlinson ] #SpotifyWrapped"
## 
## [[7355]]
## [1] "ghostofchrisy: I predict my top artist will be @whydontwemusic    #SpotifyWrapped"
## 
## [[7356]]
## [1] "Aragondb12: I predict my most played song will be I'll take the risk and say... Cruel Summer by @taylorswift13 \n#SpotifyWrapped"
## 
## [[7357]]
## [1] "AsetMuratuly: I predict my most played song will be \"right where you left me\" by Taylor Swift #SpotifyWrapped"
## 
## [[7358]]
## [1] "kylepilleddd: I predict my top genre will be whatever spotify classifies 90s emo as #SpotifyWrapped"
## 
## [[7359]]
## [1] "Dopeboichacha: @rugerofficial no fit say this one no sweet tah ...@kingtvndeednut @DPRINCEMAVIN @DONJAZZY @yabaleftonline… https://t.co/XVR87FmtlP"
## 
## [[7360]]
## [1] "lolsarahlol1000: I predict my top artist will be [Harry Styles😂🙄] #SpotifyWrapped"
## 
## [[7361]]
## [1] "childerolandusa: Sabrina Carpenter All We Have Is Love\nhttps://t.co/CnwxakNnL4\n#sabrinacarpenter #SpotifyWrapped"
## 
## [[7362]]
## [1] "frick_all: I predict my top podcast will be between @PSTPodcast and @QueerDungeons  #SpotifyWrapped"
## 
## [[7363]]
## [1] "tspeachy: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[7364]]
## [1] "sofiaatomo: who cares about christmas #SpotifyWrapped is coming"
## 
## [[7365]]
## [1] "beki483: I predict my top podcast will be @banter #SpotifyWrapped"
## 
## [[7366]]
## [1] "Bbkphat: @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/UYRjaOKGa4"
## 
## [[7367]]
## [1] "ultriax: here’s my dream festival ig #SpotifyWrapped https://t.co/So2riZvGFm"
## 
## [[7368]]
## [1] "AdrienneRegina: I predict my top podcast will be @ThisIsTheRead, for like the 5+ year. #SpotifyWrapped"
## 
## [[7369]]
## [1] "watrparx: third party apps have already told me what to expect on my #SpotifyWrapped, i’m just waiting for the official screenshots atp"
## 
## [[7370]]
## [1] "BeckyAzulpuff: Where's all those who like me will have their #SpotifyWrapped biased by having to look after children??😅😅😅"
## 
## [[7371]]
## [1] "Kyxx__01: New sound trending on tiktok #SpotifyWrapped #StarAcademy #ademolaadeleke #Nigeria https://t.co/lGVKN6zAqS"
## 
## [[7372]]
## [1] "Bbkphat: @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/wDqET1aQQS"
## 
## [[7373]]
## [1] "rainbowlights_: I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped @Olivertree 💖🫡"
## 
## [[7374]]
## [1] "tspeachy: I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped"
## 
## [[7375]]
## [1] "kayladotexe: Me after sharing my Spotify Wrapped and thinking people care. #SpotifyWrapped https://t.co/sgPhC0lJ63"
## 
## [[7376]]
## [1] "Muhamma19127912: BAHRIA TOWN KARACHI\nProgressive real estate and builders\nDetails No 0325 2841525=0341 6366118\n#bahriatownkarachi… https://t.co/PDMeNK4sbT"
## 
## [[7377]]
## [1] "pperson_01: I predict my most played song will be [ur mom] #SpotifyWrapped"
## 
## [[7378]]
## [1] "retickinapp: WHERE IS IT?? #SpotifyWrapped"
## 
## [[7379]]
## [1] "universityofky: What does your festival lineup look like?? 🎶🎸🎫 #SpotifyWrapped https://t.co/19SQOW7Nzj"
## 
## [[7380]]
## [1] "rainbowlights_: I predict my top genre will be edm dude obviously #SpotifyWrapped"
## 
## [[7381]]
## [1] "ghostofchrisy: I predict my most played song will be Trust Fund Baby by @whydontwemusic.   #SpotifyWrapped"
## 
## [[7382]]
## [1] "sp1cy_asian: i predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7383]]
## [1] "AdrienneRegina: I predict my most played song will be Break My Soul by Beyoncé. #SpotifyWrapped"
## 
## [[7384]]
## [1] "yenniesi: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7385]]
## [1] "s1lver_t0ngues: I predict my top artist will be either @NiallOfficial or @Louis_Tomlinson #SpotifyWrapped"
## 
## [[7386]]
## [1] "frick_all: I predict my top artist will be mcr #SpotifyWrapped"
## 
## [[7387]]
## [1] "frick_all: I predict my top genre will be pop punk #SpotifyWrapped"
## 
## [[7388]]
## [1] "HCloYO: Just know I went through a lot this year ok #SpotifyWrapped"
## 
## [[7389]]
## [1] "sebfxwler: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7390]]
## [1] "frick_all: I predict my most played song will be Kill All Your Friends mcr #SpotifyWrapped"
## 
## [[7391]]
## [1] "rainbowlights_: I predict my top artist will be Movements #SpotifyWrapped"
## 
## [[7392]]
## [1] "Poulami_dp: Everyone :  getting excited for their #SpotifyWrapped\n\nMe : already knowing my top artist is  @ericnamofficial  💅✨ https://t.co/zzM9PjfRlS"
## 
## [[7393]]
## [1] "Djamil654657021: I predict my top artist will be  @AvaMax #SpotifyWrapped"
## 
## [[7394]]
## [1] "s1lver_t0ngues: I predict my top genre will be pop music  #SpotifyWrapped"
## 
## [[7395]]
## [1] "sebfxwler: I predict my top genre will be Pop (i guess idk) #SpotifyWrapped"
## 
## [[7396]]
## [1] "blunt_mk: “Becky say she like me but Leticia in her feelings she say I’m too light skinned she need a dark nigga for her heal… https://t.co/3FkeW1w1xG"
## 
## [[7397]]
## [1] "Savagelord_1: Cultist Gone Extremely Wrong‼️😭😭 #naijaprank #prank #SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup… https://t.co/xPaxWxlk6b"
## 
## [[7398]]
## [1] "JoeMBurke: Can't wait to see how my children ruined my #SpotifyWrapped."
## 
## [[7399]]
## [1] "91ssatellite: I predict my top podcast will be @CrimeWeeklyPod #SpotifyWrapped"
## 
## [[7400]]
## [1] "cemeteri_drjve: I predict my top artist will be Slipknot #SpotifyWrapped"
## 
## [[7401]]
## [1] "librarybunny: My top podcast might very well be @ShutdownFullcas  #SpotifyWrapped"
## 
## [[7402]]
## [1] "s1lver_t0ngues: I predict my most played song will be \"Heartbreak Weather\" by @NiallOfficial  #SpotifyWrapped"
## 
## [[7403]]
## [1] "LoboSauce_777: Me, when #SpotifyWrapped drops, and I see that Bastille, Nas, Sam Smith, Aha Gazelle, Louis Tomlinson, Drake, Noah… https://t.co/ObG4hxbM0O"
## 
## [[7404]]
## [1] "AlextheG11: I predict my most played song will be [Second Chance - Shinedown] #SpotifyWrapped"
## 
## [[7405]]
## [1] "cemeteri_drjve: I predict my top genre will be Emo #SpotifyWrapped"
## 
## [[7406]]
## [1] "willAIm_21: I predict my most played song will be Stranger Days #SpotifyWrapped"
## 
## [[7407]]
## [1] "pritibaaa: I predict my top artist will be A.R Rahman for sure #SpotifyWrapped"
## 
## [[7408]]
## [1] "kalliebeasley99: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7409]]
## [1] "SkyintheWood: I predict my most played song will be Violet #SpotifyWrapped"
## 
## [[7410]]
## [1] "dimitriIovemaiI: I predict my most played song will be Heaven Help Us by My Chemical Romance #SpotifyWrapped"
## 
## [[7411]]
## [1] "itsjoshwolf: Ayo when we gettin that #SpotifyWrapped https://t.co/imhFO3eHPo"
## 
## [[7412]]
## [1] "jobrofr: I predict my top podcast will be the dis dickinyabooty podcast #SpotifyWrapped"
## 
## [[7413]]
## [1] "nessapr08: I don’t need #SpotifyWrapped to let me know my top artists were Bad Bunny and Taylor Swift. Yo no he escuchado más ná 😂"
## 
## [[7414]]
## [1] "SkyintheWood: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[7415]]
## [1] "sebfxwler: I predict my most played song will be Don't Blame Me - Taylor Swift #SpotifyWrapped"
## 
## [[7416]]
## [1] "L2K_UK: I predict my most played song will be 10 Hours of Static White Noise for Noise Blocking Loud Office Workplace Envir… https://t.co/MxGKt46IbV"
## 
## [[7417]]
## [1] "jobrofr: I predict my top artist will be RODATHAN WAVEE #SpotifyWrapped"
## 
## [[7418]]
## [1] "DiegoEstMH: I predict my top artist will be PXNDX #SpotifyWrapped"
## 
## [[7419]]
## [1] "larahurtubise1: I predict my most played song will be SOS by ABBA #SpotifyWrapped"
## 
## [[7420]]
## [1] "Loxxhart: can't wait to see sewerslvt in my top 3 #SpotifyWrapped"
## 
## [[7421]]
## [1] "jobrofr: I predict my top genre will be hiphop #SpotifyWrapped"
## 
## [[7422]]
## [1] "Goldenwords22: No one stays with you.\n\n#permanently, learn to survive #alone..🤗\n\n#mondaythoughts \n#MondayNight\n#thoughts\n#SpotifyWrapped"
## 
## [[7423]]
## [1] "barneyconbotox: I predict my top artist will be Nicki Minaj. #SpotifyWrapped"
## 
## [[7424]]
## [1] "angelaanupdates: Where is my #SpotifyWrapped\n!!! https://t.co/RaDOHdJMEE"
## 
## [[7425]]
## [1] "barneyconbotox: I predict my most played song will be Moth to a Flame by The Weeknd &amp; Swedish House Mafia #SpotifyWrapped"
## 
## [[7426]]
## [1] "Mi_nuteDEO: I predict my top artist will be lil uzi vert  #SpotifyWrapped"
## 
## [[7427]]
## [1] "BiggerthanK28: I predict my top artist will be [mgk or one direction or Harry] #SpotifyWrapped"
## 
## [[7428]]
## [1] "AjcS_1119: I predict my top artist will be Beyonce' because of course it will.  #SpotifyWrapped"
## 
## [[7429]]
## [1] "Kwambosco2: I'm a 25yrs old single, handsome and hardworking guy. I'm looking for beautiful black and strong charger to buy.😊… https://t.co/Pn4ciYt2Fk"
## 
## [[7430]]
## [1] "THESWAGADOCIOUS: SURVIVE by Sirr Stunna #FIFAWorldCupQatar2022 #SpotifyWrapped\n#CyberMonday\n#SirrStunna #SURVIVE \nhttps://t.co/6cr0F4Ol6z"
## 
## [[7431]]
## [1] "jobrofr: I predict my most played song will be By Your Side - Rod Wave #SpotifyWrapped"
## 
## [[7432]]
## [1] "willAIm_21: I predict my top artist will be The Stupendium #SpotifyWrapped"
## 
## [[7433]]
## [1] "chosenmont: 110k VIEWS!!! I APPRECIATE IT💜💜 FIRST TIME REACTING TO BTS - Run BTS (Dance Practice) https://t.co/GcKuKFmtyi via… https://t.co/9xXpm7OeVK"
## 
## [[7434]]
## [1] "SamkezCreations: Award winner 🙌😱🙌😱\nSamkez creations\n\n#samkezcreations #awardwinner #LYD #LYAawards #SpotifyWrapped #StarAcademy… https://t.co/uwGMMIBgH6"
## 
## [[7435]]
## [1] "BiggerthanK28: I predict my top genre will be [boyband, pop, or rock] #SpotifyWrapped"
## 
## [[7436]]
## [1] "SamriddhiRai9: I predict my most played song will be I did something bad by Taylor Swift #SpotifyWrapped"
## 
## [[7437]]
## [1] "NicoleWrayFans: I predict my most played song will be @ladynicolewray - Through It All #SpotifyWrapped"
## 
## [[7438]]
## [1] "Juraeslife: If you don't you should consider following me here on my wix app https://t.co/at14FCLEct invite code: D0WQVC I have… https://t.co/JdIHZ6BMnm"
## 
## [[7439]]
## [1] "halfemptygirIs: I predict my top genre will be Pop for sure #SpotifyWrapped"
## 
## [[7440]]
## [1] "yobecks: Pretty sure this will be the first year where my top song on #SpotifyWrapped won’t be by Drake and that feels like a W. 😂"
## 
## [[7441]]
## [1] "gimmessouo: my #SpotifyWrapped this year once again https://t.co/fh076NRIwr"
## 
## [[7442]]
## [1] "laur3nh3pburn: I predict my top artist will be Julie Andrews #SpotifyWrapped LMAO she’s all i listen to besides shirley jones i love me my women 💕💕"
## 
## [[7443]]
## [1] "tagathascamelot: I predict my most played song will be probably nonsense by sabrina carpenter #SpotifyWrapped"
## 
## [[7444]]
## [1] "RJ_Patil_24: We crave for, what we don't have..\n#SpotifyWrapped"
## 
## [[7445]]
## [1] "GorgeousLifeeee: I’m pretty sure my most played song will be All too well by Taylor Swift #SpotifyWrapped"
## 
## [[7446]]
## [1] "54NGWOO: man i thought it dropped #SpotifyWrapped"
## 
## [[7447]]
## [1] "xeptense: you don’t have to check #SpotifyWrapped , you’re the most played this year"
## 
## [[7448]]
## [1] "NerdsDigCrypto: I’m just ready to go! I’m ready ready!!! #bma #sayc #Twittersings. #LUNC #SpotifyWrapped \n\nPracticing!!!… https://t.co/qXSPVhXof2"
## 
## [[7449]]
## [1] "Chereenmusic: I predict my most played song will be Damsel in Distress by Chereen #SpotifyWrapped"
## 
## [[7450]]
## [1] "BiggerthanK28: I predict my most played song will be [as it was, little freak or loco] #SpotifyWrapped"
## 
## [[7451]]
## [1] "bp_carlo: I predict my top genre will be [Kpop and Pop] #SpotifyWrapped"
## 
## [[7452]]
## [1] "dabiinada: I predict my top artist will be MITSKI #SpotifyWrapped"
## 
## [[7453]]
## [1] "klinthoq: #SpotifyWrapped\n#TrendingNow #StarAcademy\n#ghanablackstars\n#MattHanock\n#Indigo. \n#FIFAWorldCupQatar2022\n#ImACeleb… https://t.co/TvjrxStZts"
## 
## [[7454]]
## [1] "AKV_20: I predict my top artist will be @Santandave1 ❤️#SpotifyWrapped"
## 
## [[7455]]
## [1] "AviWisnia: Listen to my new album on \n@Spotify today\n &amp; see where it lands on your end of year #spotifywrapped!\n\n&gt;&gt;… https://t.co/nLK7lcvQFs"
## 
## [[7456]]
## [1] "maalemita: I predict my top podcast will be hablando con la pared 💖 @hclppodcast #SpotifyWrapped"
## 
## [[7457]]
## [1] "KicchaFanTah: Please subscribe 🙏🙏 #Kiccha46 #KicchaBOSS𓃵 #KicchaSudeep #VikrantRona #SpotifyWrapped #MattHanock… https://t.co/k41DJgffCx"
## 
## [[7458]]
## [1] "bp_carlo: I predict my top artist will be [Blackpink] #SpotifyWrapped"
## 
## [[7459]]
## [1] "mrswinterbearr: I predict my top podcast will be Alpha sound waves and rhythm  #SpotifyWrapped"
## 
## [[7460]]
## [1] "FlintNotFound: I predict my top podcast will be the trypod  #SpotifyWrapped"
## 
## [[7461]]
## [1] "PJinxox: Okay but I’m not gonna lie bar the likes Sia 💀 I definitely have taste #SpotifyWrapped #instafestapp https://t.co/UB6uaXeKeR"
## 
## [[7462]]
## [1] "jadeshareee: Can’t wait to listen to the songs I always listen to #SpotifyWrapped https://t.co/EGCvMxUbMR"
## 
## [[7463]]
## [1] "FlintNotFound: I predict my top artist will be ricky montgomery or ajr tbh #SpotifyWrapped"
## 
## [[7464]]
## [1] "THEICONFRANCIS: @chartdata @iamcardib will definitely most likely be my #1 artist #SpotifyWrapped"
## 
## [[7465]]
## [1] "MeliaRati: Cock-A-Doodle Do MFers 🤣\n\n#Qatar2022 #RedVelvet #IPLAuction #OpIran #OneLove #PORGHA #SpotifyWrapped #Dreamers2022… https://t.co/kbTVLtPUHh"
## 
## [[7466]]
## [1] "oalbertogarcia: I predict my top artist will be GIRLS ALOUD  #SpotifyWrapped"
## 
## [[7467]]
## [1] "YJRIndia: Friends are the family we choose.\n#LetsGetFitWithYoga #yoga #Trending #TrendingNow #trendingvideos #SpotifyWrapped… https://t.co/dkHmOkOTqU"
## 
## [[7468]]
## [1] "flickerarchives: it depends on which account I'm talking about too\n#SpotifyWrapped"
## 
## [[7469]]
## [1] "FlintNotFound: I predict my top genre will be \nindie LMAO ya idk #SpotifyWrapped"
## 
## [[7470]]
## [1] "mrswinterbearr: I predict my top artist will be Obviously @BTS_twt #SpotifyWrapped"
## 
## [[7471]]
## [1] "fremen_cansado: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7472]]
## [1] "ferbluer: I predict my most played song will be Kingslayer by Bring Me The Horizon or Papercut By Linkin Park #SpotifyWrapped"
## 
## [[7473]]
## [1] "tagathascamelot: But once it’s dropped we have to wait another year #SpotifyWrapped"
## 
## [[7474]]
## [1] "mrswinterbearr: I predict my top genre will be POP\n #SpotifyWrapped"
## 
## [[7475]]
## [1] "JamesHarness: My Botox has settled just in time for my #SpotifyWrapped"
## 
## [[7476]]
## [1] "neonwknd: emoji but no wrapped yet mannnnnn #SpotifyWrapped"
## 
## [[7477]]
## [1] "toomanyoptions_: Choose gratitude today, choose to be thankful and see the world through other people’s perspectives as happiness wi… https://t.co/eSGsmA6jov"
## 
## [[7478]]
## [1] "slayvermore: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[7479]]
## [1] "IggfeTheFella: This is all I listen to. I have never heard it loop. May god have mercy on my soul come December 1st.… https://t.co/ovcNbyoZlS"
## 
## [[7480]]
## [1] "KimBae08435610: I predict my top artist will be [@BTS_twt] #SpotifyWrapped"
## 
## [[7481]]
## [1] "flickerarchives: BUT MOST PROBABLY IT WOULD BE HARRY \n#SpotifyWrapped"
## 
## [[7482]]
## [1] "Durghan: I predict my top genre will be Electronica or Chill (are those even how they're listed in @Spotify)  #SpotifyWrapped"
## 
## [[7483]]
## [1] "Kaathikepamwe: I predict my top artist will be [nba youngboy ] #SpotifyWrapped"
## 
## [[7484]]
## [1] "karmun92: I will say I can't wait for my #SpotifyWrapped but that's also why I have @lastfm. I can see my stats anytime and I… https://t.co/tfxE4PiLwz"
## 
## [[7485]]
## [1] "slayvermore: I predict my top genre will be [alternative] #SpotifyWrapped"
## 
## [[7486]]
## [1] "faceplantmay: AHHH #SpotifyWrapped SOON I HAVE A FEELING ONE OF MY TOP SONGS WILL BE FOUR LEAF CLOVER"
## 
## [[7487]]
## [1] "Kaathikepamwe: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[7488]]
## [1] "uh_oh_gotta_go: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7489]]
## [1] "mrswinterbearr: I predict my most played song will be Yet to Come by @BTS_twt  #SpotifyWrapped"
## 
## [[7490]]
## [1] "jungkook_lovex7: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7491]]
## [1] "princessdeleon: Listen I'd like to pretend about #SpotifyWrapped because i hate that a company has such a hold on anything i care about BUT HERE WE ARE"
## 
## [[7492]]
## [1] "SalmonSeaFish: I predict my top artist will be Lorna shore #SpotifyWrapped"
## 
## [[7493]]
## [1] "slayvermore: I predict my most played song will be criminal #SpotifyWrapped"
## 
## [[7494]]
## [1] "nethernore: I predict my top artist will be mor ve otesi #SpotifyWrapped"
## 
## [[7495]]
## [1] "tragcryens: I predict my most played song will be Forget Me by Lewis Capaldi #SpotifyWrapped"
## 
## [[7496]]
## [1] "starrynini05: I predict my most played song will be pink venom #SpotifyWrapped"
## 
## [[7497]]
## [1] "Durghan: I predict my top artist will be @ThomasVent  #SpotifyWrapped"
## 
## [[7498]]
## [1] "Imani_Ruth_: I find it funny how some men think it’s up to them to determine if they’re going to be in a relationship with you.… https://t.co/n88eYk0A73"
## 
## [[7499]]
## [1] "Kwamamkhize_: Let's keep the #HellaParty Challenge going going. Comment with #HellaParty #SpotifyWrapped \n\nStream here… https://t.co/oWSXja8FgH"
## 
## [[7500]]
## [1] "boombeomb: I predict my top artist will be TOMORROW BY TOGETHER #SpotifyWrapped"
## 
## [[7501]]
## [1] "RichKleinJr: I predict my most played song will be Beer Never Broke My Heart #SpotifyWrapped"
## 
## [[7502]]
## [1] "flickerarchives: But honestly I feel I would be taylor or louis cause they have the most recent albums I don't think it works that way\n#SpotifyWrapped"
## 
## [[7503]]
## [1] "uh_oh_gotta_go: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7504]]
## [1] "boombeomb: I predict my top genre will be jazz #SpotifyWrapped"
## 
## [[7505]]
## [1] "FearhunterNL: Here you have good music #SpotifyWrapped #SpotifyFestival #Spotifyfest https://t.co/6rEQWPUXf3"
## 
## [[7506]]
## [1] "zoglizzy4624: Zo Glizzy  “GO AWAY” (Official Audio) https://t.co/RbLbBzy4Dr via @YouTube #SpotifyWrapped"
## 
## [[7507]]
## [1] "uh_oh_gotta_go: I predict my most played song will be Delicate, Taylor Swift #SpotifyWrapped"
## 
## [[7508]]
## [1] "NoWayNo_3: I predict my top artist will be [THE1975] #SpotifyWrapped"
## 
## [[7509]]
## [1] "edenbruv: I predict my most played song will be [Crazy Frog - Axel F] #SpotifyWrapped"
## 
## [[7510]]
## [1] "boombeomb: I predict my most played song will be Fairy of Shampoo #SpotifyWrapped"
## 
## [[7511]]
## [1] "YNPPAREKH: Her most played on Spotify wrapped has to be me, \nCause she played me the most this year. 🫠 \n\n#SpotifyWrapped @Spotify"
## 
## [[7512]]
## [1] "uh_oh_gotta_go: I predict my most played song will be Wildest dreams, Taylor Swift #SpotifyWrapped"
## 
## [[7513]]
## [1] "_AceeGG: I predict my most played song will be [Waste by Edmon,Ouse] #SpotifyWrapped"
## 
## [[7514]]
## [1] "Sp0nge76: I predict my most played song will be Pick it Up, or Bone Theme (both by @RIOTEDM) #SpotifyWrapped"
## 
## [[7515]]
## [1] "Chocoolatee00: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7516]]
## [1] "HolyDiverDion: I predict my most played song will be [https://t.co/I4cz8KSxxj] #SpotifyWrapped"
## 
## [[7517]]
## [1] "shairakookie: I predict my top artist will be [BTS,TXT, Taylor Swift] #SpotifyWrapped"
## 
## [[7518]]
## [1] "SRKian_BaBa: Just feel The Music  👑\n.\n.\n.\n@iamsrk \n#SRK𓃵 #ShahRukhKhan #Pathaan #ImACeleb #SpotifyWrapped https://t.co/xKNRPVAvO6"
## 
## [[7519]]
## [1] "iamzkiel_: But it’s mad that we waiting for  #SpotifyWrapped like it’s gonna add value to our lives. WHEN WILL IT DROP?? 😆😆😆🤪"
## 
## [[7520]]
## [1] "AmeliaElder_: Looking to interview anyone in the music industry who can provide an opinion on separating art from artist with Kan… https://t.co/riwRBJm9i4"
## 
## [[7521]]
## [1] "Terbear_Lynn: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Hmmmmmm this one’s harder… Either… https://t.co/hIALT53RRw"
## 
## [[7522]]
## [1] "axellottl3_: WHEN IS #SpotifyWrapped 2022"
## 
## [[7523]]
## [1] "dineshkav16: I predict my top artist will be @arrahman #SpotifyWrapped"
## 
## [[7524]]
## [1] "angel_lreyes: I predict that my most streamed song will be Lightning #SpotifyWrapped"
## 
## [[7525]]
## [1] "MN0PLY: I predict my top artist will be ariana duh #SpotifyWrapped"
## 
## [[7526]]
## [1] "shairakookie: I predict my top genre will be [K-pop,R&amp;B,Hip Hop] #SpotifyWrapped"
## 
## [[7527]]
## [1] "StarwberryKels: I predict my most played song will be [VCR by Tyler the Creator] #SpotifyWrapped"
## 
## [[7528]]
## [1] "radicaldumb: So, we have now learned the exact thing that made Taylor Swift, Alex Jones, and even Madonna happy. Oh wait they co… https://t.co/w6W2UXfA3R"
## 
## [[7529]]
## [1] "SofiaMata35: I predict my top artist will be Taylor Swift omg pls drop the #SpotifyWrapped"
## 
## [[7530]]
## [1] "mt5l5l: I predict my top artist will be [Younha] #SpotifyWrapped"
## 
## [[7531]]
## [1] "LenkaRowenaXIV: I predict my top podcast will be Conan O'Brien needs a friend #SpotifyWrapped \n\nProud Patreon for Sloss and Humphri… https://t.co/0eIXbYKEka"
## 
## [[7532]]
## [1] "niallxmessi: I predict my top artist will be louis tomlinson #SpotifyWrapped"
## 
## [[7533]]
## [1] "macie_ps12: I predict my top artist will be Harry Styles or Louis Tomlinson #SpotifyWrapped"
## 
## [[7534]]
## [1] "Awkorcc: I predict my most played song will be [Monkeys Spinning Monkeys] #SpotifyWrapped"
## 
## [[7535]]
## [1] "mt5l5l: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[7536]]
## [1] "itslwt91: I predict my top artist will be:\n1-Louis Tomlinson\n2-Morat /One Direction \n3-One Direction / Morat \n4- Harry Styles… https://t.co/94nc01yWnm"
## 
## [[7537]]
## [1] "VallettaGatt: I predict my top podcast will be no one #SpotifyWrapped"
## 
## [[7538]]
## [1] "iamnjr77: I predict my top podcast will be Gilbert Gottfried's Amazing Colossall Podcast #SpotifyWrapped"
## 
## [[7539]]
## [1] "macie_ps12: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7540]]
## [1] "MariDoz: Mine just going to be #TaylorSwift like it was last year.. I’m basic I like what I like  #SpotifyWrapped"
## 
## [[7541]]
## [1] "EricFrancisco24: everyone right now playing Mitski on loop before #SpotifyWrapped drops to seem interesting"
## 
## [[7542]]
## [1] "mt5l5l: I predict my most played song will be [Younha - Stardust] #SpotifyWrapped"
## 
## [[7543]]
## [1] "VallettaGatt: I predict my top artist will be [J.Cole] #SpotifyWrapped"
## 
## [[7544]]
## [1] "TheCaitMarie: Give me my #SpotifyWrapped https://t.co/saDKpt86Ew"
## 
## [[7545]]
## [1] "giic0r3: ngl i’m looking forward to #SpotifyWrapped more than christmas https://t.co/4tDLCx8gw8"
## 
## [[7546]]
## [1] "youmysonbxtch: I predict my most played song will be VIRGO'S GROOVE by Beyoncé  #SpotifyWrapped"
## 
## [[7547]]
## [1] "iamnjr77: I predict my top artist will be @barbjungr  #SpotifyWrapped"
## 
## [[7548]]
## [1] "lovlives4ever: I predict my top artist will be Lady Gaga #SpotifyWrapped"
## 
## [[7549]]
## [1] "VallettaGatt: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[7550]]
## [1] "LenkaRowenaXIV: I predict my top artist will be either Lewis Capaldi, Vansire or My Chemical Romance #SpotifyWrapped"
## 
## [[7551]]
## [1] "rodpitts: I predict my top artist will be @TheMidnightLA! #SpotifyWrapped"
## 
## [[7552]]
## [1] "AJLoves__: I predict my top artist will be Taylor Swift obviously 😂 \nThink Maisie Peters might have taken Little Mix’s 2nd pla… https://t.co/uq3srvi8W2"
## 
## [[7553]]
## [1] "macie_ps12: I predict my most played song will be as it was by Harry styles #SpotifyWrapped"
## 
## [[7554]]
## [1] "josemariou: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7555]]
## [1] "VallettaGatt: I predict my most played song will be No Role Modelz #SpotifyWrapped"
## 
## [[7556]]
## [1] "myideasmarket_: “Don’t ask if your dream is crazy, ask if it’s crazy enough.”\n— Lena Waithe\n\n#Mondaymotivation #CyberMonday… https://t.co/3uHWKPdpRH"
## 
## [[7557]]
## [1] "lovlives4ever: I predict my top genre will be Pop music #SpotifyWrapped"
## 
## [[7558]]
## [1] "iamnjr77: I predict my top genre will be musical theatre #SpotifyWrapped"
## 
## [[7559]]
## [1] "iamcardilia: I predict my most played song will be All to Well (10 min version) #SpotifyWrapped"
## 
## [[7560]]
## [1] "lovlives4ever: I predict my most played song will be Hold My Hand by Lady Gaga #SpotifyWrapped"
## 
## [[7561]]
## [1] "LenkaRowenaXIV: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[7562]]
## [1] "klim4t3k0mmunsm: I predict my top artist will be king krule the absolute love of my life🫶🏾 #SpotifyWrapped https://t.co/tA2VdYzIrw… https://t.co/AjAxiwPv1I"
## 
## [[7563]]
## [1] "ezraretr: #SpotifyWrapped it is coming bois"
## 
## [[7564]]
## [1] "iheartparkjihyo: I predict my most played song will be [ I FLY ] #SpotifyWrapped"
## 
## [[7565]]
## [1] "LenkaRowenaXIV: I predict my most played song will be Next Year by Two Door Cinema Club #SpotifyWrapped"
## 
## [[7566]]
## [1] "NikKatushkin: Oh no #SpotifyWrapped https://t.co/PzapwyU1Fb"
## 
## [[7567]]
## [1] "Kaydenspeaks: My spotify is a mixture of all the genres my friends listen,coz its basically their DJ\n#SpotifyWrapped"
## 
## [[7568]]
## [1] "pIantbob: I predict my most played song will be something really embarrassing #SpotifyWrapped"
## 
## [[7569]]
## [1] "IAmRockReigns: I predict my top artist will be @Daughtry_News #SpotifyWrapped"
## 
## [[7570]]
## [1] "hystericalsteve: I predict my top artist will be KISS #SpotifyWrapped"
## 
## [[7571]]
## [1] "karkinoma2: I predict my most played song will be Rayando el sol - Maná #SpotifyWrapped"
## 
## [[7572]]
## [1] "darcymulgrewlol: 2 more days until my favourite holiday #SpotifyWrapped"
## 
## [[7573]]
## [1] "frankie_lero: I predict my most played song will be either Hang on to Yourself or Take Me to Church #SpotifyWrapped"
## 
## [[7574]]
## [1] "JohnBerchielli: I predict my top artist will be @IronMaiden #SpotifyWrapped"
## 
## [[7575]]
## [1] "ShineSwiftieK: @SpotifyAU O N L Y #TaylorSwift #SpotifyWrapped"
## 
## [[7576]]
## [1] "Erickcast2: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7577]]
## [1] "laughpisslazuli: i know for a fact my #SpotifyWrapped top artist will be bring me the horizon"
## 
## [[7578]]
## [1] "anamemoir: I predict my most played song will be Moon Song by Phoebe Bridgers *2nd year* #SpotifyWrapped \n\n🥲 https://t.co/Tjp1cNRaan"
## 
## [[7579]]
## [1] "shairakookie: I predict my most played song will be [DREAMERS BY JUNGKOOK 💜] #SpotifyWrapped"
## 
## [[7580]]
## [1] "julifantini: I predict my most played song will be [esta obviedad de otra era] #SpotifyWrapped https://t.co/IJE5DHV3Ak"
## 
## [[7581]]
## [1] "RayonCracc: I predict my most played song will be BYOB from SOAD maybe??? Or Peephole??????? GOD I'M EXITED FOR SPOTIFY WRAPPED… https://t.co/m8k7C3f6Jh"
## 
## [[7582]]
## [1] "Story_Tavern: We’re hoping to end up on your #SpotifyWrapped! Make sure to tag us if we do!"
## 
## [[7583]]
## [1] "JohnBerchielli: I predict my top genre will be #metal #SpotifyWrapped"
## 
## [[7584]]
## [1] "TheHen69420: Some people look at there phones wasting time before class, play some chess and stop being a loser. #SpotifyWrapped… https://t.co/hCHMAut9Vv"
## 
## [[7585]]
## [1] "hersheylangue: I predict my most played song will be Daydreaming #SpotifyWrapped"
## 
## [[7586]]
## [1] "mrs__worldwide: I predict my top podcast will be the leaked version of medicine❤️ #SpotifyWrapped"
## 
## [[7587]]
## [1] "hertzboy97: I predict my top artist will be [Juice WRLD] #SpotifyWrapped"
## 
## [[7588]]
## [1] "breathinglady: Listen to the most recent episode of my podcast: How to engage in daily activity when all you want to do is withdra… https://t.co/FNehHP2cMr"
## 
## [[7589]]
## [1] "ObaIfe3: Shorts Nollywood Actors And Thier Real That Confuse Fans 🤯\n\nClick here to see full list\n\nhttps://t.co/u3hxuoQfsb… https://t.co/kuXDfaqcXG"
## 
## [[7590]]
## [1] "honcho_0fficial: High on life low on sleep!!! #life #Lowkey #OneLove #sleep #MONEY #SpotifyWrapped #RedVelvet #CyberMondayAmazon… https://t.co/Oe2YabPx9o"
## 
## [[7591]]
## [1] "e_jinxx: i feel like my top is either taylor or txt 😭 #SpotifyWrapped"
## 
## [[7592]]
## [1] "hertzboy97: I predict my top genre will be [Melodic Rap] #SpotifyWrapped"
## 
## [[7593]]
## [1] "AliReact: Plz help 🙏\n.\n.\n#SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 https://t.co/M5MwE0DvOJ"
## 
## [[7594]]
## [1] "b7RBACK: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @bigtimerush"
## 
## [[7595]]
## [1] "vicwts: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7596]]
## [1] "freedomxme: I predict my most played song will be De Diepte by S10 #SpotifyWrapped"
## 
## [[7597]]
## [1] "ashofclanwren: top artist for #SpotifyWrapped will be taylor swift\n\ntop pod will either be @RuPalpsPodrace or @Story_Tavern"
## 
## [[7598]]
## [1] "kjholyfield63: I predict my most played song will be Lavender Haze by Taylor Swift #SpotifyWrapped"
## 
## [[7599]]
## [1] "anejonomad: Why wait for #SpotifyWrapped when websites like #audiohabits exist?  Genres are meaningless anyway.\n\n@SmooveTurrell… https://t.co/Esl2wb8EgE"
## 
## [[7600]]
## [1] "rafaelimaooo: I predict my top podcast will be ludocast #SpotifyWrapped"
## 
## [[7601]]
## [1] "CortlandCoffey: can we get something like #spotifywrapped but for onlyfans?"
## 
## [[7602]]
## [1] "ManicPixieEmo: I predict my top artist will be like previous years again once more, BTS 💀👍 #SpotifyWrapped"
## 
## [[7603]]
## [1] "b7RBACK: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop."
## 
## [[7604]]
## [1] "aaasthaaa_: I predict my most played song will be all too well 10 mins ver 🫣 #SpotifyWrapped"
## 
## [[7605]]
## [1] "henloworld66: I predict my most played song will be BAD ROMANCE #SpotifyWrapped"
## 
## [[7606]]
## [1] "rana0037: Dogle sale...😡\n#rana0037\n#Tranding \n#foryoupage \n#Explore #ExploreMore #exploration #exploreyourarchives… https://t.co/6mpZIFN8tB"
## 
## [[7607]]
## [1] "Sierrablueee: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7608]]
## [1] "rafaelimaooo: I predict my most played song will be A tour le monde #SpotifyWrapped"
## 
## [[7609]]
## [1] "b7RBACK: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped big time rush paralyzed."
## 
## [[7610]]
## [1] "thrilway: Hey! I thought we were all boycotting Spotify, and now I'm seeing #SpotifyWrapped on my feed??"
## 
## [[7611]]
## [1] "ManicPixieEmo: I predict my top genre will be like previous years, Kpop #SpotifyWrapped"
## 
## [[7612]]
## [1] "RayonCracc: I predict my top artist will be System of a Down lmao\nand if not then...I don't even know- #SpotifyWrapped"
## 
## [[7613]]
## [1] "jiseoksberry: I predict my most played song will be domino (english) skz because of how many times I played it over for my friends #SpotifyWrapped"
## 
## [[7614]]
## [1] "MacTopward: You don't have to be adequately prepared to do what God have asked you to do.\n\nYou are progressively prepared along… https://t.co/BBd5uz2nU2"
## 
## [[7615]]
## [1] "UnderCoverHay: I predict my top artist will be either @TRENDZ_OFFCL, @Stray_Kids, or @xydofficial! #SpotifyWrapped"
## 
## [[7616]]
## [1] "modified_fixed1: WHY SOME PEOPLE STAY BROKE!*\n\n1. Full of Doubt\n\n2. Fear of other failed businesses\n\n3. Comfortable with being broke… https://t.co/gUC3ewbQu7"
## 
## [[7617]]
## [1] "ManicPixieEmo: I predict my most played song will be Love Dive by IVE 💀💀 #SpotifyWrapped"
## 
## [[7618]]
## [1] "qerbros: GHC690.00 each\nThread\n#SpotifyWrapped \n#CyberMondayAmazon #gha\n#WorldcupQatar2022 https://t.co/y6ZysSrCJ0"
## 
## [[7619]]
## [1] "Real_fixedodds: @MOlumilade Congratulations to your winning yesterday 🎊 🎊 🍾 🍾 💯💯 #CyberMondayAmazon #SpotifyWrapped #FIFAWorldCupQatar2022"
## 
## [[7620]]
## [1] "hollydaisy23: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7621]]
## [1] "KhurrambinAslam: There have been a lot totally unexpected things that have happened in the crypto space over the past 2 months. Bloc… https://t.co/fRJr6TA2UR"
## 
## [[7622]]
## [1] "aaasthaaa_: can't wait for the #SpotifyWrapped so here's #instafest 🙃 https://t.co/eFn5fHJFSi"
## 
## [[7623]]
## [1] "buymemelatonin: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7624]]
## [1] "Luna024__: The way I have listened to 70s, 80s, 90s more than 2022 songs . It's gonna be wild to see #SpotifyWrapped https://t.co/e5j7M9NT5F"
## 
## [[7625]]
## [1] "bluebelle444: WHERE R UUUUU #SpotifyWrapped"
## 
## [[7626]]
## [1] "silmades: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7627]]
## [1] "IamSoloh: A #songwriter/ #lyricist is here. \n\nI write for a living (all genre).\nHit me up now\nSerbia cameroon onana kudus… https://t.co/hLiYH5tuXS"
## 
## [[7628]]
## [1] "cgarci_: I predict my most played song will be UGH! by BTS because so many people tried me this year &lt;3 #SpotifyWrapped"
## 
## [[7629]]
## [1] "hiashutoshsingh: I predict my most played song will be Wrecked @Imaginedragons #SpotifyWrapped"
## 
## [[7630]]
## [1] "kbankks_: I can’t lie music put us in another zone #ILoveYou.\n\nKeep Downloading /Stream 👉👉\nhttps://t.co/ery0hoW48D\n\nHave a gr… https://t.co/mbnX4RKgHn"
## 
## [[7631]]
## [1] "buymemelatonin: I predict my most played song will be southview by @8_4_8_5 #SpotifyWrapped"
## 
## [[7632]]
## [1] "Logan7__: I predict my top artist will be probably ajr because of the number of songs I listen to from them #SpotifyWrapped"
## 
## [[7633]]
## [1] "sweetgravli: I predict that my most played song will be Go luck yourself - ghost of the robot #SpotifyWrapped"
## 
## [[7634]]
## [1] "UnderCoverHay: I predict my top genre will be K-pop. For the millionth year in a row. #SpotifyWrapped"
## 
## [[7635]]
## [1] "smblanc1793: I’m really scared my top song on #SpotifyWrapped is gonna be “The Nanny” theme song"
## 
## [[7636]]
## [1] "Shewwll: I predict my most played song will be Heat Waves 🤍  #SpotifyWrapped"
## 
## [[7637]]
## [1] "rsj3zs: I predict my most played song will be that's our lamp by Mitski #SpotifyWrapped"
## 
## [[7638]]
## [1] "ncycrcr: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[7639]]
## [1] "BhaveeshG: I know I have manipulated @spotifyindia into making that song my most-played song this year. #SpotifyWrapped"
## 
## [[7640]]
## [1] "RogerWilcoAstro: Morning!!! Have a great week everyone #SpotifyWrapped “Dee dee na na na \nSaturday night, I feel the air is getting hot”"
## 
## [[7641]]
## [1] "MikilaKillwell: if #SpotifyWrapped  isn't your culture then just move along LET ME LIVE https://t.co/mSOe3M0xZR"
## 
## [[7642]]
## [1] "Ramifrey: I predict my top artist will be BAD BUNNY #SpotifyWrapped"
## 
## [[7643]]
## [1] "counterfetts: I predict my top podcast will be @deuxmoiworld #SpotifyWrapped"
## 
## [[7644]]
## [1] "BIoodChampagne: i feel like spotify wrapped is way too big a deal. like all it's gonna do is tell you what you already know. it's f… https://t.co/xuO0en2DDH"
## 
## [[7645]]
## [1] "arswaw: I predict my top artist will be Coldplay #SpotifyWrapped"
## 
## [[7646]]
## [1] "pharoahein: This man's prayer can Save Ghanas Economy heeerh. \n\n#Blackstar #kudus dede ayew man of the match  #SpotifyWrapped b… https://t.co/olUUZEPXvZ"
## 
## [[7647]]
## [1] "Nanatoffee11: What do have to say about it \n  🤐🤐🤐🤐🤐🤐 #SpotifyWrapped\n#BrazilGP  comment below https://t.co/DCeW7Mj0MP"
## 
## [[7648]]
## [1] "theBenzedrine: I predict my top artist will be Bad Bunny  #SpotifyWrapped"
## 
## [[7649]]
## [1] "FretCore: I predict my top artist will be @newnewgf for sure lol #SpotifyWrapped"
## 
## [[7650]]
## [1] "counterfetts: I predict my most played song will be goodbye from arcane #SpotifyWrapped"
## 
## [[7651]]
## [1] "rudoamormusic: Do you remember when you joined Twitter? I do!\nWow here is to more years of tweeting and connecting!… https://t.co/Bf6s5OPIm9"
## 
## [[7652]]
## [1] "siriuslysonia: is #SpotifyWrapped coming on dec 1"
## 
## [[7653]]
## [1] "camidv27_: I predict my most played song will be  renegade - taylor swift #SpotifyWrapped"
## 
## [[7654]]
## [1] "carveGogh_: where is mine ????#SpotifyWrapped"
## 
## [[7655]]
## [1] "lopereirasix: I predict my most played song will be Closure by @graicekay #SpotifyWrapped"
## 
## [[7656]]
## [1] "sixpackplease: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[7657]]
## [1] "swxjlckn: Mine its gonna be completely different this year #SpotifyWrapped"
## 
## [[7658]]
## [1] "lexeyydburns: I predict my top artist will be either Taylor Swift or Noah Kahan #SpotifyWrapped"
## 
## [[7659]]
## [1] "dovesxc: PLEASE RELEASE IT ALREADY #SpotifyWrapped https://t.co/vzzo0wyxGq"
## 
## [[7660]]
## [1] "Daily_Pickens: DELIVERED THAT WIN 🎯\n\nUconn -4 (-140)💵\n\nSaid it would be a WHOOPIN, I’ll classify an 18pt W as just that🔒\n\nFINISH S… https://t.co/uX8lZfBaDP"
## 
## [[7661]]
## [1] "fentydeangelis: I predict my most played song will be 'Brividi' #SpotifyWrapped"
## 
## [[7662]]
## [1] "slliverbullet: I predict my most played song will be [fund and forget by theekidace and ssj twiin] #SpotifyWrapped"
## 
## [[7663]]
## [1] "073weekend: 🤣wizkid is funny Af @DJ_TUNEZ straight to the top 🦅🖤\n\nNzaza calabar #hookup #dontkillsoftdrinks #portable Oriyomi A… https://t.co/WLsOereh5R"
## 
## [[7664]]
## [1] "lanadeImay: I predict my top artist will be lana del rey #SpotifyWrapped"
## 
## [[7665]]
## [1] "lexeyydburns: I predict my top podcast will be @Ologies 100% :) #SpotifyWrapped"
## 
## [[7666]]
## [1] "AbsolToast: I predict my top artist will be MARETU #SpotifyWrapped"
## 
## [[7667]]
## [1] "catchchocolate: Introducing Catch Wrapped! \nIt’s everyone’s much-loved deep-dive into how your choco-choices defined your music cho… https://t.co/WbuHfukx7h"
## 
## [[7668]]
## [1] "Silaqui1: What’s your #instafest look like 👀 #SpotifyWrapped https://t.co/ALP4libyGy"
## 
## [[7669]]
## [1] "MercyAdedayo3: Do I even have Tweeps...Mans just been Retweeting and Liking😂 \n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022… https://t.co/6qoViUuoTV"
## 
## [[7670]]
## [1] "BlazynFire123: My favorite artist will either be The Score, Skillet, or Imagine Dragons. Maybe even PelleK. #SpotifyWrapped"
## 
## [[7671]]
## [1] "sixpackplease: I predict my top podcast will be Dan Carlin's Hardcore History #SpotifyWrapped"
## 
## [[7672]]
## [1] "fauxdenzel: PURRRR! #SpotifyWrapped day! https://t.co/fuXo8EH03I"
## 
## [[7673]]
## [1] "borisosa: I predict my most played song will be The Rumbling by SiM #SpotifyWrapped"
## 
## [[7674]]
## [1] "AbsolToast: I predict my top genre will be Otacore  #SpotifyWrapped"
## 
## [[7675]]
## [1] "emiIycrisp: I predict my top artist will be olivia o’brien #SpotifyWrapped"
## 
## [[7676]]
## [1] "sixpackplease: I predict my most played song will be The Key to Life on Earth by Declan McKenna #SpotifyWrapped"
## 
## [[7677]]
## [1] "____exoaf: I predict my top podcast will be @KnowForSurePod #SpotifyWrapped"
## 
## [[7678]]
## [1] "Kosmic_Dust: DONT FORGET, OUR CYBER MONDAY SALE IS LIVE TODAY! You cannot beat 30% off! \n\nIf you were looking for a time to buy,… https://t.co/6rAGIuJKgn"
## 
## [[7679]]
## [1] "AbsolToast: I predict my most played song will be Easy Peasy Euthanasia #SpotifyWrapped"
## 
## [[7680]]
## [1] "real_straxxxes: #breakthematrix\n\nThe societal brainwashing dam is cracking.\n\nReady tor burst at the seams.\n\nSlaves are becoming sel… https://t.co/cHmcC1CyWM"
## 
## [[7681]]
## [1] "hcmesicks: i predict my most played song will be kiss land by the weeknd #SpotifyWrapped"
## 
## [[7682]]
## [1] "is_wordpress: We Develop high-performing #eCommerce Websites!\n\nWe Develop Professional, Modern, Responsive, and friendly… https://t.co/xVn4V3FdaJ"
## 
## [[7683]]
## [1] "promexico: I predict my top podcast will be Joe Rogan lmao #SpotifyWrapped"
## 
## [[7684]]
## [1] "kylieoneill13: I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)… https://t.co/SblV1vPD6n"
## 
## [[7685]]
## [1] "sixpackplease: I predict my top genre will be indie rock #SpotifyWrapped"
## 
## [[7686]]
## [1] "____exoaf: I predict my top genre will be Dance Pop cause it always is lol #SpotifyWrapped"
## 
## [[7687]]
## [1] "LindseyDeals: Evenflo Reversi Lightweight Reversible Stroller\n$69, originally $104\nhttps://t.co/S88mZmEfvm\n#Deals #CyberMonday… https://t.co/0sllKdRicm"
## 
## [[7688]]
## [1] "Apfelstrud: I predict my top artist will be @iameden #SpotifyWrapped"
## 
## [[7689]]
## [1] "AllDayDillon28: I predict my most played song will be Blinded by As I Lay Dying #SpotifyWrapped"
## 
## [[7690]]
## [1] "hemehna: I’m tired of the teasing put out already 😩 #SpotifyWrapped"
## 
## [[7691]]
## [1] "darkandwild07: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[7692]]
## [1] "txmfrkln: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7693]]
## [1] "darkandwild07: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7694]]
## [1] "emiIycrisp: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[7695]]
## [1] "kellydahbaby: Garri wey I buy on credit, nylon don tear for road Abeg make una drop motivational quotes for me make I use hold bo… https://t.co/ybftfPqSQL"
## 
## [[7696]]
## [1] "EntertainersAce: I predict my top genre will be [anime music or Love Live idol music] #SpotifyWrapped"
## 
## [[7697]]
## [1] "darkandwild07: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7698]]
## [1] "darkandwild07: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[7699]]
## [1] "im_wizguy: I swear he don dey red gan oh shey i go do money ritual like this 🫣😫😫 #SpotifyWrapped #KoreaGhana… https://t.co/phRNvqVtHM"
## 
## [[7700]]
## [1] "emiIycrisp: I predict my most played song will be camera roll - kacey musgraves #SpotifyWrapped"
## 
## [[7701]]
## [1] "c4n2agency: #SpotifyWrapped here are some demographics \n\n2018 dropped December 4-5 \n2019 dropped December 12th \n2020 dropped No… https://t.co/RjXBD1qIOq"
## 
## [[7702]]
## [1] "txmfrkln: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[7703]]
## [1] "neyafliye: I predict my top artist will be Taylor Swift 🤭 siapa lagi ya gak #SpotifyWrapped"
## 
## [[7704]]
## [1] "CaintAugust: I predict my top podcast will be [New Rory and Mal] #SpotifyWrapped"
## 
## [[7705]]
## [1] "CaintAugust: I predict my top genre will be [hiphoo] #SpotifyWrapped"
## 
## [[7706]]
## [1] "txmfrkln: I predict my most played song will be Nxde by (G)I-DLE #SpotifyWrapped"
## 
## [[7707]]
## [1] "marctoofyee: I’m already an hour into this game and want to slap tf out of Atreus https://t.co/8Ji3UXpUnh #SpotifyWrapped… https://t.co/zdNnH15lKq"
## 
## [[7708]]
## [1] "ShutupNikhilll: Saw #SpotifyWrapped trending and i immediately checked my spotify😂 https://t.co/HasMwnZIZW"
## 
## [[7709]]
## [1] "nacsmspring: I predict my most played song will be Love Dive, O.O ou Dice #SpotifyWrapped"
## 
## [[7710]]
## [1] "oog_abo_oga69: I predict my top artist will be @phoebe_bridgers #SpotifyWrapped"
## 
## [[7711]]
## [1] "vivliqs: I predict my most played song will be Rawww by youra #SpotifyWrapped"
## 
## [[7712]]
## [1] "flajiggle: ahh, americas favorite holiday #SpotifyWrapped day is coming soon"
## 
## [[7713]]
## [1] "MrJamesBmx: Don't rush the process. Allow yourself to grow at your own pace. Stop comparing your life to what other people are doing. \n#SpotifyWrapped"
## 
## [[7714]]
## [1] "isratshaikh11: Teakook dance to together 💜\n#BTSV \n#BTSJUNGKOOK \n#SpotifyWrapped https://t.co/QeyfjjT9SU"
## 
## [[7715]]
## [1] "CaintAugust: I predict my top artist will be [landon tewers ] #SpotifyWrapped"
## 
## [[7716]]
## [1] "iamtvxqed: honestly scared for #SpotifyWrapped"
## 
## [[7717]]
## [1] "oog_abo_oga69: I predict my most played song will be Halloween by @phoebe_bridgers #SpotifyWrapped"
## 
## [[7718]]
## [1] "ChrisMySass: playing antifragile a few more times to make sure it ends up at the top of my #spotifywrapped https://t.co/J37NY3QnFV"
## 
## [[7719]]
## [1] "nacsmspring: I predict my top artist will be IVE, Aespa ou Twice #SpotifyWrapped"
## 
## [[7720]]
## [1] "counterfetts: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[7721]]
## [1] "unendingdreamss: I predict my top genre will be metal for sure 🤣🤣 #SpotifyWrapped"
## 
## [[7722]]
## [1] "shirlpuzz: Me acting shocked when I’ve orchestrated and calculated my favourite songs of all time to be in the top 3… https://t.co/i1U7BA3OsL"
## 
## [[7723]]
## [1] "nacsmspring: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[7724]]
## [1] "bullaugentech: Wireless Camera\nWiFi \nSD card\nTwo way talk\n\nSolar indoor camera\nWiFi \nTwo way talk\nSD card\n#SpotifyWrapped… https://t.co/iTSGS2PIEb"
## 
## [[7725]]
## [1] "Akshu_gg: logs in to TWITTER\nsee her photo \n\"bhai ye kitne sundar hai\"\nlogs out 🚶🏻\n\n#SpotifyWrapped"
## 
## [[7726]]
## [1] "daylightcanyonn: happy #SpotifyWrapped week to those who celebrate 🕺🏻🕺🏻"
## 
## [[7727]]
## [1] "qing1636: For me I think @SuiNetwork is good to be the next big thing in the space, I have read and research on this project,… https://t.co/RzV7s8KIBL"
## 
## [[7728]]
## [1] "CamoReba: Good Morning. I'm cold in Florida can you warm me up? \n#Feet #FloridaGirl #warmmeup #music #SpotifyWrapped https://t.co/if5MHmxqUG"
## 
## [[7729]]
## [1] "goblinkimg: mine is probably. gonna be atrocious but i’m assuming TV girl or machine girl OR maybe ICP as my top 3 #SpotifyWrapped"
## 
## [[7730]]
## [1] "Dah_Saint001: I predict Fireboy DML my top artist will be #SpotifyWrapped"
## 
## [[7731]]
## [1] "Ejobs_pk: NATIONAL LOGISTICS CELL (NLC) JOBS 2022\n \nAPPLY HERE :\nhttps://t.co/CJy6xSlh30 \n\n Follow https://t.co/KlT946mXbN to… https://t.co/c6XLXv9qXQ"
## 
## [[7732]]
## [1] "swoonerd: yall got #SpotifyWrapped trending so i thought it was out wtf 😭😭😭😭"
## 
## [[7733]]
## [1] "SIDDHAR16174031: Arteries are red 🟥\nVeins are blue 🟦\nI will be ur six 6️⃣\nWill u be my nine \n#SpotifyWrapped #RedVelvet… https://t.co/Qnmhk5nLok"
## 
## [[7734]]
## [1] "yoooliam: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[7735]]
## [1] "abigailisgood: I predict my most played song will be… #SpotifyWrapped https://t.co/zdozcxTKXh"
## 
## [[7736]]
## [1] "Dah_Saint001: I predict Afrobeats my top genre will be #SpotifyWrapped"
## 
## [[7737]]
## [1] "LadyBravestrong: My niece and nephews have got me f***ed up! 😅😂 \n\n#Spotify #SpotifyWrapped #Instafest #Prince #Prince4Ever #JoeArroyo https://t.co/VP9hGvqy98"
## 
## [[7738]]
## [1] "BlizzardWinds: I predict my top genre will be Dancepop #SpotifyWrapped"
## 
## [[7739]]
## [1] "IAmRockReigns: I predict my most played song will be Dearly Beloved by Daughtry. #SpotifyWrapped"
## 
## [[7740]]
## [1] "BlizzardWinds: I predict my top podcast will be Sibling Rivalry  #SpotifyWrapped"
## 
## [[7741]]
## [1] "LightBluish95: I predict my top artist will be Harry Styles (obviously) #SpotifyWrapped"
## 
## [[7742]]
## [1] "Shaylahamady: I predict my most played song will be “chit chat” by @tokenhiphop or something from @billieeilish 😂#SpotifyWrapped"
## 
## [[7743]]
## [1] "TheDhillonn: Just give me already #SpotifyWrapped"
## 
## [[7744]]
## [1] "soahcteews: I predict my top artist will be Tyler Shawn &lt;3 #SpotifyWrapped"
## 
## [[7745]]
## [1] "BlizzardWinds: I predict my top artist will be Luisa Sonza  #SpotifyWrapped"
## 
## [[7746]]
## [1] "Dah_Saint001: I predict Bandana by Fireboy my most played song will be #SpotifyWrapped"
## 
## [[7747]]
## [1] "LightBluish95: I predict my top genre will be jazz/blues #SpotifyWrapped"
## 
## [[7748]]
## [1] "multiplewealth1: Hello Monday ✨ \nKeep on chasing your dreams 😘\nActivate Levels 👉$155Dai\nhttps://t.co/8kYWBM6kUH\n\nFollow up on Telegr… https://t.co/TdXRpHBdyZ"
## 
## [[7749]]
## [1] "superhbics: I predict my top podcast will be [no clue] #SpotifyWrapped"
## 
## [[7750]]
## [1] "magguieluna: I predict my top artist will be Taylor Swift ✨✨✨✨#SpotifyWrapped"
## 
## [[7751]]
## [1] "engrkenprax: I predict my top artist will be Twice (duh)  #SpotifyWrapped"
## 
## [[7752]]
## [1] "BlizzardWinds: I predict my most played song will be SloMo by Chanel  #SpotifyWrapped"
## 
## [[7753]]
## [1] "MazoutVape: Go go go !!! https://t.co/6l6N00Va5F #SpotifyWrapped #CyberMondayAmazon #CAMSER #LOONA #RedVelvet #CyberMonday… https://t.co/lgaL8sfaxY"
## 
## [[7754]]
## [1] "superhbics: I predict my top artist will be [Taylor Swift duh] #SpotifyWrapped"
## 
## [[7755]]
## [1] "engrkenprax: I predict my most played song will be Pop! by Nayeon #SpotifyWrapped"
## 
## [[7756]]
## [1] "PEARLFOUNTAlN: I predict my top artist will be ELLIOTT SMITH it has to be #SpotifyWrapped"
## 
## [[7757]]
## [1] "appleinsider: Tips: It's not just Spotify that has a year-end wrap-up feature, Apple Music does too! Here's how to get your Apple… https://t.co/ah6LALfqw6"
## 
## [[7758]]
## [1] "Ben_BeanBag: I predict my most played song will be Sad Machine by @porterrobinson. Worlds has been on blast all year and I am no… https://t.co/QhFlgVg4F5"
## 
## [[7759]]
## [1] "superhbics: I predict my top genre will be [pop??] #SpotifyWrapped"
## 
## [[7760]]
## [1] "magguieluna: I predict my most played song will be [August-Taylor Swift] #SpotifyWrapped"
## 
## [[7761]]
## [1] "Larabruhhh: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7762]]
## [1] "superhbics: I predict my most played song will be [anti hero or dear reader by Taylor Swift] #SpotifyWrapped"
## 
## [[7763]]
## [1] "JOBSEEKER2306: Like share &amp; follow💗 us \n#Twittertrending  #twitterviral #trending #viral #twitter #motivation #exam #jobmotivation… https://t.co/cUVFnajfAq"
## 
## [[7764]]
## [1] "Gabrielleruth15: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7765]]
## [1] "techinfomania20: How 2 Relock Bootloader Of Any Realme Mobile Phone https://t.co/0cPVn42Coh via @YouTube #YOUTUBERS #Google… https://t.co/TxxiAin6Zc"
## 
## [[7766]]
## [1] "batteryman17: I predict my top podcast will be @MurderSmall  the same it’s been for three consecutive years.\n#SpotifyWrapped"
## 
## [[7767]]
## [1] "pirate_jail: #CyberMonday  #SpotifyWrapped into the future https://t.co/RkZWlFWqyV"
## 
## [[7768]]
## [1] "PEARLFOUNTAlN: I predict my most played song will be son of sam by elliott smith #SpotifyWrapped"
## 
## [[7769]]
## [1] "NoahVlogss: On the weekends twitter is dead no one is really tweeting. All of a sudden Monday morning hits and it’s like a rush… https://t.co/5K0w0Bwbzi"
## 
## [[7770]]
## [1] "vigilantehaze: I predict my most played song will be anti hero tbh #SpotifyWrapped"
## 
## [[7771]]
## [1] "multiskpopstan: won’t be surprised if #1 stays the same this year\n #SpotifyWrapped https://t.co/P68g7UwhXX"
## 
## [[7772]]
## [1] "scaranara: #SpotifyWrapped is trending cmon guys give the people what they want. im ready to be humbled"
## 
## [[7773]]
## [1] "TonyGerdeman: My #SpotifyWrapped list this year looks the same it has the last 10 years or so. When you have already found the be… https://t.co/LYfXZhYnGJ"
## 
## [[7774]]
## [1] "m1kasasgf: I predict my top podcast will be Philosophize This #SpotifyWrapped"
## 
## [[7775]]
## [1] "jfloridakilos: I predict my top artist will be Lana Del Rey #SpotifyWrapped https://t.co/p9yoPkqF1R"
## 
## [[7776]]
## [1] "K1L0METER: I predict my most played song will be tokyo teddy bear #SpotifyWrapped"
## 
## [[7777]]
## [1] "emptywlt: WHEN  #SpotifyWrapped https://t.co/TZVsKNhWGO"
## 
## [[7778]]
## [1] "FoolGenius33: Free Ket at my festival #SpotifyWrapped https://t.co/31Bh3Sws5i"
## 
## [[7779]]
## [1] "K1L0METER: I predict my top artist will be my first story #SpotifyWrapped"
## 
## [[7780]]
## [1] "merlinburnsfood: I predict my top podcast will be Banter or UK true crime one I listen to #SpotifyWrapped"
## 
## [[7781]]
## [1] "TWXNUZlS: streets saying #SpotifyWrapped comes out on dec 2"
## 
## [[7782]]
## [1] "barkhadesaiii: New in Twitter #SpotifyWrapped #RedVelvet #PakistanCricket #السعوديه_بولندا #JHOPEatMAMA2022 https://t.co/s4vefvlkaC"
## 
## [[7783]]
## [1] "parxboo: I predict my top podcast will be [either my sleep podcast or @SLUMBERPODCAST] #SpotifyWrapped"
## 
## [[7784]]
## [1] "SonyMusicIre: waiting for #SpotifyWrapped wrapped to drop like @Spotify https://t.co/McpdIsngnk"
## 
## [[7785]]
## [1] "merlinburnsfood: I predict my top genre will be pop or pop punk #SpotifyWrapped"
## 
## [[7786]]
## [1] "JBsTwoCents: I didn't know there were #SpotifyWrapped devotees until I met my husband. This man is completely jazzed to see ever… https://t.co/C2FmgVCF0D"
## 
## [[7787]]
## [1] "AlexEssien14: Had to remind her she a nigga too😂😂😂😂 #HerLoss #friendlyfire #ImACeleb #SpotifyWrapped #RedVelvet #DramaAlert https://t.co/hQFd7z7gza"
## 
## [[7788]]
## [1] "Ayrtoes: I predict my top artist will be Them Crooked Vultures #SpotifyWrapped"
## 
## [[7789]]
## [1] "jaron95: I have a feeling. #SpotifyWrapped https://t.co/LQVpAracb1"
## 
## [[7790]]
## [1] "merlinburnsfood: I predict my top artist will be Ethan Jewell #SpotifyWrapped"
## 
## [[7791]]
## [1] "m1kasasgf: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[7792]]
## [1] "KatieBug_6: I predict my most played song will probably be a weezer song. I will be weezered #SpotifyWrapped"
## 
## [[7793]]
## [1] "yvesgleek: can thishe shit drop already #SpotifyWrapped"
## 
## [[7794]]
## [1] "paupaula: Uhhh uhm is there one for Youtube because that’s where I listen to music almost exclusively lately HAHAHAHA #SPOTIFYWRAPPED"
## 
## [[7795]]
## [1] "parxboo: I predict my top artist will be [waterparks] #SpotifyWrapped"
## 
## [[7796]]
## [1] "m1kasasgf: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[7797]]
## [1] "wegetitchris: I actually have no predictions #SpotifyWrapped"
## 
## [[7798]]
## [1] "merlinburnsfood: I predict my most played song will be: The Dark by Ethan Jewell or Change by Deftones #SpotifyWrapped"
## 
## [[7799]]
## [1] "parxboo: I predict my most played song will be [funeral grey] #SpotifyWrapped"
## 
## [[7800]]
## [1] "m1kasasgf: I predict my most played song will be Working for the knife #SpotifyWrapped"
## 
## [[7801]]
## [1] "lallorica_: I predict my top podcast will be Estas Rica #SpotifyWrapped"
## 
## [[7802]]
## [1] "nicoleschafer_: I predict my top podcast will be probably a leaked song one #SpotifyWrapped"
## 
## [[7803]]
## [1] "soph_iagracee: y’all know my top artist for #SpotifyWrapped is gonna be @the1975 no hate xo"
## 
## [[7804]]
## [1] "nicoleschafer_: I predict my top artist will be ariana..... idk #SpotifyWrapped"
## 
## [[7805]]
## [1] "lallorica_: I predict my most played song will be Bendito Castigo #SpotifyWrapped"
## 
## [[7806]]
## [1] "aquarianweekly: How are you feeling about your impending #SpotifyWrapped?"
## 
## [[7807]]
## [1] "nicoleschafer_: I predict my top genre will be KPOP #SpotifyWrapped"
## 
## [[7808]]
## [1] "nicoleschafer_: I predict my most played song will be She Abunai \n#SpotifyWrapped"
## 
## [[7809]]
## [1] "MCFC_Etho: I predict my top artist will be [Polo G] #SpotifyWrapped"
## 
## [[7810]]
## [1] "zach_sm1th: I predict my top artist will be… mr abel tesfaye himself. The Weeknd‼️#SpotifyWrapped"
## 
## [[7811]]
## [1] "thehiteshee: True \n#SpotifyWrapped #RedVelvet #PakistanCricket #JHOPEatMAMA2022 https://t.co/9FTr4z2JTN"
## 
## [[7812]]
## [1] "ppawmpink: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[7813]]
## [1] "Naija_unlockd: You get mind comot soldier hairdressing? 😳😳😳\nCameraman na him funny me pass… 🤣🤣🤣🤣\n\n#naijaunlockd Ademola Adeleke. L… https://t.co/dMvtu2ACCw"
## 
## [[7814]]
## [1] "illliad1: I predict my most-played song will be Good Days by SZA  \nI predict my top genre will be Pop\nI predict my top artist… https://t.co/BHzUQxz1A2"
## 
## [[7815]]
## [1] "UndeadPandaNFT: GM UNDEAD CLUB \n\n#NFTS #NFT #NFTCommunity #opensea #eth #Cryptocurency #crypto #CyberMondayAmazon #CyberMonday… https://t.co/08fTH2hyKS"
## 
## [[7816]]
## [1] "iBenBean: i’m….so gay #SpotifyWrapped https://t.co/CRKhwAY7MO"
## 
## [[7817]]
## [1] "MCFC_Etho: I predict my most played song will be [Oslo - Lil Macks] #SpotifyWrapped"
## 
## [[7818]]
## [1] "youronlykitkat: I predict my top artist will be Taylor Swift 😅😅😅 #SpotifyWrapped"
## 
## [[7819]]
## [1] "Harp_YT: I predict my top artist will be @AJRBrothers #SpotifyWrapped"
## 
## [[7820]]
## [1] "Jessthelefty: I sort of dread #SpotifyWrapped being released because I know my top songs will be from my “Guilty Pleasures” playlist 🤦‍♀️"
## 
## [[7821]]
## [1] "victoriagng: I predict my top podcast will be anything goes by emma chamberlain  #SpotifyWrapped"
## 
## [[7822]]
## [1] "moonyyieebaby: Best Supportive comment I got about my music 🥹🥹♥️♥️ #SpotifyWrapped #CyberMondayAmazon #AppleMusicLive #TrendingNow… https://t.co/pEF8BkgKck"
## 
## [[7823]]
## [1] "DoccyBen: Paid £5 for a Spotify analytics app to see my #SpotifyWrapped early but it could take up to 30 days to actually work https://t.co/RTpnnJGRtg"
## 
## [[7824]]
## [1] "bymyhair: I predict my most played song will be [back to black - amy winehouse] #SpotifyWrapped"
## 
## [[7825]]
## [1] "thedawsonvega: I’m not getting anything in my #SpotifyWrapped fest because I pay that thing but do not use it 🥴"
## 
## [[7826]]
## [1] "immagneticx: I predict my most played song will be [Half Life by Djo] #SpotifyWrapped"
## 
## [[7827]]
## [1] "youronlykitkat: I predict my top genre will be Pop or Alternative/Punk #SpotifyWrapped"
## 
## [[7828]]
## [1] "Sammy11658443: Forex is a scam. Forex is a scam. Forex is a scam. #MONEY #SpotifyWrapped #FIFAWorldCup"
## 
## [[7829]]
## [1] "Johnmarklwin: I predict my most played song will be Anti-Hero #SpotifyWrapped"
## 
## [[7830]]
## [1] "scar_mufasa: I predict my top artist will be [ZAYN or central cee] #SpotifyWrapped"
## 
## [[7831]]
## [1] "HarshaAngeri: Brazil vs Switzerland\n\n#DataScience suggests #bra win but will #Sui pull off a wonder?\n\n#FIFAWorldCup… https://t.co/7AzBlhn4zl"
## 
## [[7832]]
## [1] "victoriagng: I predict my top genre will be dance pop/Norwegian pop #SpotifyWrapped"
## 
## [[7833]]
## [1] "lallorica_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7834]]
## [1] "itsmariahjean: My #spotifywrapped is gonna be Beyoncé, Panic! At The Disco and Arctic Monkeys. And I'm not mad about it"
## 
## [[7835]]
## [1] "ilakoze02: Year is ending…#SpotifyWrapped https://t.co/8i49pzZs5M https://t.co/xoCxFuAncV"
## 
## [[7836]]
## [1] "youronlykitkat: I’ma be annoying for a sec sorry \n\nI predict my most played song will be Cornelia Street (Live in Paris), Twinkle L… https://t.co/atQlLPlLN8"
## 
## [[7837]]
## [1] "SnowRivera: I predict my top artist will be BTS *shocker 😏* #SpotifyWrapped https://t.co/O3D8OvKKRk"
## 
## [[7838]]
## [1] "polydomain: I predict my top artist will be bts #SpotifyWrapped"
## 
## [[7839]]
## [1] "BluehairedV: I predict my most played song will be [Yeah right by joji] #SpotifyWrapped"
## 
## [[7840]]
## [1] "outsidexflicker: I predict my top artist will be harry #SpotifyWrapped"
## 
## [[7841]]
## [1] "polydomain: I predict my top genre will be indie pop #SpotifyWrapped"
## 
## [[7842]]
## [1] "Mansoureh_K: #SpotifyWrapped is around the corner…"
## 
## [[7843]]
## [1] "SaraArevalo2112: I predict my top podcast will be [It coludirse be one from Carolina Braedt] #SpotifyWrapped"
## 
## [[7844]]
## [1] "QueenCityJamz: It's that time of the yr when we share the QCJ #SpotifyWrapped for 2022! Here it is: https://t.co/woqPV3Pd5G"
## 
## [[7845]]
## [1] "polydomain: I predict my most played song will be unholy  #SpotifyWrapped"
## 
## [[7846]]
## [1] "joinBJPnow: @PTI_News no news channel is showing this. @AAPDelhi @ItsShubhangi @Cyberdost @BeingSalmanKhan @msisodia @TimesNow… https://t.co/WmPmLaMauW"
## 
## [[7847]]
## [1] "maddyminati14: Happy raho or happy rahne do #SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 https://t.co/VzL9cUge5X"
## 
## [[7848]]
## [1] "Leone04Umberto: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[7849]]
## [1] "naomisnews: Metalheads cursing Metallica for releasing a new song now as it won’t be included in their #SpotifyWrapped"
## 
## [[7850]]
## [1] "csaro_: I predict my top podcast will be @dissectpodcast. #SpotifyWrapped"
## 
## [[7851]]
## [1] "literativy: i predict my most played song will be ivy by taylor swift #SpotifyWrapped"
## 
## [[7852]]
## [1] "csaro_: I predict my top artist will be Kendrick Lamar. #SpotifyWrapped"
## 
## [[7853]]
## [1] "goodoldmoon: I predict my top podcast will be i use stitcher premium so i dont know what ive clicked on spotify but in general i… https://t.co/PuiieNUh5h"
## 
## [[7854]]
## [1] "isayuiii: I predict my top podcast will be [#hobbylos ] #SpotifyWrapped"
## 
## [[7855]]
## [1] "josuevmartin: I predict my top artist will be [Britney Spears or Benjamin Ingrosso] #SpotifyWrapped"
## 
## [[7856]]
## [1] "csaro_: I predict my top genre will be hip-hop. #SpotifyWrapped"
## 
## [[7857]]
## [1] "gucci_child: I predict my top artist will be [Ariana Grande] #SpotifyWrapped"
## 
## [[7858]]
## [1] "hiimmarijo: I predict my top artist will be Beyoncé/BadBunny #SpotifyWrapped"
## 
## [[7859]]
## [1] "LadyBravestrong: Yep, sounds about right. 😂 #Spotify #SpotifyWrapped #Instafest #Prince #Prince4Ever https://t.co/6B3BR3VXdK"
## 
## [[7860]]
## [1] "iamHarryBrook: I’m donating my match fees from this Test series to the Pakistan Flood appeal ❤️🇵🇰\n\n#PakvsEng2022 #BabarAzam𓃵… https://t.co/1iaF5mcrwf"
## 
## [[7861]]
## [1] "UzairRae: Why should a person start a  @YouTube channel.\nAnswer…………….\n.\n.\n@YouTubeCreators @TeamYouTube #SpotifyWrapped… https://t.co/axNoIMZ4ya"
## 
## [[7862]]
## [1] "SaraArevalo2112: I predict my top genre will be [KPOP] #SpotifyWrapped"
## 
## [[7863]]
## [1] "josuevmartin: I predict my top genre will be [pop and many other variants] #SpotifyWrapped"
## 
## [[7864]]
## [1] "csaro_: I predict my most played song will be \"Unreachable\" - John Frusciante. #SpotifyWrapped"
## 
## [[7865]]
## [1] "hrtsfrdtqk: I predict my most played song will be Soft Boy or Rises The Moon #SpotifyWrapped"
## 
## [[7866]]
## [1] "akbrax: We have a classical playlist that loops for my toddler all night so my #SpotifyWrapped be like https://t.co/sPW970dJkL"
## 
## [[7867]]
## [1] "cherryrrehcpin: I predict my most played song will be ... #SpotifyWrapped"
## 
## [[7868]]
## [1] "SaraArevalo2112: I predict my top artist will be [LE SSERAFIM] #SpotifyWrapped"
## 
## [[7869]]
## [1] "gucci_child: I predict my top genre will be [R&amp;B?] #SpotifyWrapped"
## 
## [[7870]]
## [1] "josuevmartin: I predict my most played song will be [Slomo-Chanel] #SpotifyWrapped https://t.co/nlcp2Ljzz3"
## 
## [[7871]]
## [1] "hrtsfrdtqk: I predict my top genre will be DSMP #SpotifyWrapped"
## 
## [[7872]]
## [1] "lookingfralska: I predict my most played song will be all too well (10 minutes version) #SpotifyWrapped"
## 
## [[7873]]
## [1] "mezzentertain: 🔥 Happy Monday! 🔥\nThe Mezz Music Monday playlist is updated! Listen now 👏 #newmusic #newartist #SpotifyWrapped \n\nhttps://t.co/IUL90Echeu"
## 
## [[7874]]
## [1] "thewolmer: Waiting for my yearly mental health analysis report. (also known as #SpotifyWrapped)"
## 
## [[7875]]
## [1] "milkmaraj: we’re gonna get #SpotifyWrapped on dec 1st me thinks"
## 
## [[7876]]
## [1] "lagostarwireng: LAGOSTAR wire &amp; cable are your solution\nIf you have been struggling with long electrical bills.\n\n.\nFor more informa… https://t.co/fEHXAYX9tY"
## 
## [[7877]]
## [1] "blnx3: I predict my top artist will be Taylor’s Swift. #SpotifyWrapped"
## 
## [[7878]]
## [1] "Sir__CEO: Yesterday's A History...\nTomorrow's A Mystery...\n...But Today; Today's A Gift.\n\nThat's Why Its Called PRESENT… https://t.co/Xq4EFZtOCS"
## 
## [[7879]]
## [1] "hrtsfrdtqk: I predict my top podcast will be THE MAGNUS ARCHIVES #SpotifyWrapped"
## 
## [[7880]]
## [1] "Manya_jdope: BTS, J-HOPE and THE WEEKND headlining my fest ofc 😌💜 #SpotifyWrapped \nbp?? Nahh my mom she keeps asking me to play… https://t.co/EACQmCoPBV"
## 
## [[7881]]
## [1] "infantecavazos: I predict my most played song will be redguard snipers #SpotifyWrapped"
## 
## [[7882]]
## [1] "gucci_child: I predict my most played song will be [Run BTS] #SpotifyWrapped"
## 
## [[7883]]
## [1] "MiuKook_: I predict my top artist will be Camila Cabello #SpotifyWrapped\nI don’t know I REALLY CAN’T PREDICT at all tho\nI gue… https://t.co/6ium35fhNX"
## 
## [[7884]]
## [1] "blnx3: I predict my top podcast will be #ShaggedMarriedAnnoyed #SpotifyWrapped"
## 
## [[7885]]
## [1] "SaraArevalo2112: I predict my most played song will be [Sour grapes - #LESSERAFIM ] #SpotifyWrapped"
## 
## [[7886]]
## [1] "boombeomb: i'll almost know what my spotify wrapped will be like lmao\n\n#투모로우바이투게더 @TXT_members @TXT_bighit… https://t.co/a5W7U70kvr"
## 
## [[7887]]
## [1] "hrtsfrdtqk: I predict my top artist will be egg #SpotifyWrapped"
## 
## [[7888]]
## [1] "goodoldmoon: I predict my top artist will be imagine if i didnt say taylor swift #SpotifyWrapped"
## 
## [[7889]]
## [1] "pincheyana: Whether my Spotify wrapped is good or bad this year I’m still gonna be annoying #SpotifyWrapped"
## 
## [[7890]]
## [1] "goodoldmoon: I predict my top genre will be hmmm 🤔 idk! maybe rap? rock? country? jk it's pop 😵‍💫🫠🤪🤩 #SpotifyWrapped"
## 
## [[7891]]
## [1] "valvolamitry: I predict my top artist will be sissi #SpotifyWrapped"
## 
## [[7892]]
## [1] "ncityzonxx: I predict my top podcast will be Modus Operandi #SpotifyWrapped"
## 
## [[7893]]
## [1] "grace_stoneman: If I'm too embarrassed to share my spotify instafest what am I going to do when #SpotifyWrapped comes out 😳"
## 
## [[7894]]
## [1] "madd0ll: I predict my top genre will be [pop or alr depending on where is Lana placed] #SpotifyWrapped"
## 
## [[7895]]
## [1] "ncityzonxx: I predict my top artist will be NCT Dream #SpotifyWrapped"
## 
## [[7896]]
## [1] "BradleyC999: @Hamlin67919122 @donald_mac24 @Jewell5Jr @lockej1234 @BarstoolMSU Not trying to be presumptuous here, but I would s… https://t.co/eTMMhlnNiP"
## 
## [[7897]]
## [1] "valvolamitry: I predict my top genre will be pop/rnb #SpotifyWrapped"
## 
## [[7898]]
## [1] "xxxdalv: my #SpotifyWrapped will tell me everything i need to know this year"
## 
## [[7899]]
## [1] "imaniversus: Make up and Music: This week we are talking about the woman that help make this hip hop males have a relevant caree… https://t.co/dmSV9dPbFJ"
## 
## [[7900]]
## [1] "YT__Nightmare: Premiers in one hour on YouTube! \n\nFirst 1,000,000 likes gets a cool leaf I found outside.\n\n#backrooms… https://t.co/s9SJqG6HJq"
## 
## [[7901]]
## [1] "yungstakes: I predict my most played song will be [Red Daisy by Billy Strings] #SpotifyWrapped"
## 
## [[7902]]
## [1] "fiImlvr: I predict my top artist will be arctic monkeys #SpotifyWrapped"
## 
## [[7903]]
## [1] "valvolamitry: I predict my most played song will be danshari #SpotifyWrapped"
## 
## [[7904]]
## [1] "ncityzonxx: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[7905]]
## [1] "Super_jillop: I predict my top podcast will be Erin is the Funny One ~@jacksfilms #SpotifyWrapped"
## 
## [[7906]]
## [1] "Super_jillop: I predict my most played song will be Beware ~@KryptLMAO #SpotifyWrapped"
## 
## [[7907]]
## [1] "Super_jillop: I predict my top genre will be Classic rock #SpotifyWrapped"
## 
## [[7908]]
## [1] "Super_jillop: I predict my top artist will be @Eminem #SpotifyWrapped"
## 
## [[7909]]
## [1] "fiImlvr: I predict my most played song will be crying lightning #SpotifyWrapped"
## 
## [[7910]]
## [1] "goodoldmoon: I predict my most played song will be fast times by sabrina carpenter or yuck by charli xcx #SpotifyWrapped"
## 
## [[7911]]
## [1] "pokuaase: VAR team today #SpotifyWrapped https://t.co/uExHKYi2cB"
## 
## [[7912]]
## [1] "ncityzonxx: I predict my most played song will be Beatbox - NCT Dream #SpotifyWrapped"
## 
## [[7913]]
## [1] "giselleb1234: I’m anxiously waiting for Spotify Wrapped to come out but in the meantime my instafest for the past six months and… https://t.co/HaBNlDWLho"
## 
## [[7914]]
## [1] "anotemusic: @Spotify has officially launched the #SpotifyWrapped hashflag for 2022. What do you predict will be your #1 #song,… https://t.co/BE6QMs0pzE"
## 
## [[7915]]
## [1] "quackivay: I predict that twenty one pilots will be my top artist this year for #SpotifyWrapped"
## 
## [[7916]]
## [1] "PsyKotiiiiK: Undead. #SpotifyWrapped #CyberMondayAmazon #halo #haloinfinite #xbox #onlinegaming https://t.co/1s7IPAbtn4"
## 
## [[7917]]
## [1] "madd0ll: I predict my most played song will be [Holy Ground by Taylor Swift \nor\nsummertime sadness by Lana del rey] #SpotifyWrapped"
## 
## [[7918]]
## [1] "ellieebeaar_: my predictions: #SpotifyWrapped\n\ntop song: life by the sea or perfume hmm\n\ntop artist: lovejoy, easily \n\ntop genre:… https://t.co/jVRnKzXQKK"
## 
## [[7919]]
## [1] "iamdeaduser: Work from home\n#freelancers \n#fiverrgig \n#upwork \n#SpotifyWrapped \n#RedVelvet https://t.co/MNOYe4y3Pt"
## 
## [[7920]]
## [1] "Alis_Djo1: Generosity is more than a gift to others. It’s a reflection of your heart.\n\nThe Bible says 🙏🏾🤎\n\n#SpotifyWrapped"
## 
## [[7921]]
## [1] "torpedror: I predict my most played song will be cardigan - Taylor Swift #SpotifyWrapped"
## 
## [[7922]]
## [1] "nolighttweets: I predict my top artist will be ODESZA. No way it won't. #SpotifyWrapped"
## 
## [[7923]]
## [1] "Cheriekew: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \ntaylor swift @taylorswift13… https://t.co/HpZbLcajzi"
## 
## [[7924]]
## [1] "cleolune: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift lol obvs"
## 
## [[7925]]
## [1] "VeePunk2077: I predict my top podcast will be The McElroy Brothers Will Be In Trolls World Tour #SpotifyWrapped"
## 
## [[7926]]
## [1] "NanaO923: This guy is fast and good @TariqLamptey 🇬🇭🇬🇭🇬🇭🇬🇭 #SpotifyWrapped #ghanablackstars https://t.co/tRTXqVJJy1"
## 
## [[7927]]
## [1] "formulachlo: It’s embarrassing how excited I am for Spotify wrapped #SpotifyWrapped"
## 
## [[7928]]
## [1] "frigidsurf: i predict my most played song will be feel good inc. - gorillaz #SpotifyWrapped"
## 
## [[7929]]
## [1] "Ivanwabo1: It’s  #portable and it’s #hookup so let’s get strategic , omg it’s starting to shock me sportybet loading…… https://t.co/Pf2wBuFp5B"
## 
## [[7930]]
## [1] "jiiiprific: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[7931]]
## [1] "VeePunk2077: I predict my top artist will be BELLE #SpotifyWrapped https://t.co/OgWtUVROKE"
## 
## [[7932]]
## [1] "DaNiMaLik619: Just chill 🙂 \n#centrous #Pakistan #SpotifyWrapped https://t.co/uXFUBFddTC"
## 
## [[7933]]
## [1] "luvk4t: I predict my top artist will be [ Lucki duh ] #SpotifyWrapped"
## 
## [[7934]]
## [1] "jiiiprific: I predict my top genre will be [Reggaeton] #SpotifyWrapped"
## 
## [[7935]]
## [1] "earlisgonzales: I predict my top artist is taylor swift 🫶🏻#SpotifyWrapped"
## 
## [[7936]]
## [1] "dmSantosaha: Reach for the future and reach the goal of becoming a successful Entrepreneur.\n#PakistanCricket #SpotifyWrapped… https://t.co/sRkWvzMLVE"
## 
## [[7937]]
## [1] "lovexornelius: I predict my top genre will be electronic pop or maybe something rocks inspired #SpotifyWrapped"
## 
## [[7938]]
## [1] "cleolune: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \"Savior Complex\" by Phoebe Bridgers"
## 
## [[7939]]
## [1] "ivefila: I predict my top artist will be TWICE #SpotifyWrapped"
## 
## [[7940]]
## [1] "torpedror: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[7941]]
## [1] "nilousenpaij: I predict my most played song will be Astrogirl #SpotifyWrapped"
## 
## [[7942]]
## [1] "Rakronsi: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[7943]]
## [1] "Biddymiff_: Praying for the day there’s an actually cute colour scheme #SpotifyWrapped"
## 
## [[7944]]
## [1] "ivefila: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[7945]]
## [1] "breakdownbuzzin: Cant really say that I'm that excited for #SpotifyWrapped\nBut its not because of Spotify but rather me. I've again… https://t.co/5MzEjVcw1n"
## 
## [[7946]]
## [1] "candycttnflwr: I predict my top artist will be #Red Velvet!! 💝💛💙💚💜#SpotifyWrapped"
## 
## [[7947]]
## [1] "jiiiprific: I predict my most played song will be [Ferxxo 100] #SpotifyWrapped"
## 
## [[7948]]
## [1] "__ankitae: I predict my top artist will be BTS (@BTS_twt ) #SpotifyWrapped"
## 
## [[7949]]
## [1] "ReindeerWife: I predict my top podcast will be Nighty Night bedtime stories to keep you awake #SpotifyWrapped"
## 
## [[7950]]
## [1] "Rakronsi: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[7951]]
## [1] "KonFinally: I predict my most played song will be [heartless] #SpotifyWrapped"
## 
## [[7952]]
## [1] "aririnchuu: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Weezer"
## 
## [[7953]]
## [1] "izzyescreve: I predict my most played song will be [All Too Well by Taylor Swift] #SpotifyWrapped"
## 
## [[7954]]
## [1] "lovelykacchan: did spotify remove the DSMP genre... please i wanna post my wrapped on my insta\n #SpotifyWrapped"
## 
## [[7955]]
## [1] "Rakronsi: I predict my most played song will be [Louder than bombs - BTS] #SpotifyWrapped"
## 
## [[7956]]
## [1] "aririnchuu: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rock?"
## 
## [[7957]]
## [1] "gala_ck: I predict my top artist will be el pinche cuarteto de nos #SpotifyWrapped"
## 
## [[7958]]
## [1] "lovexlier: I predict my spotify wrapped in order\n1.Will Wood\n2.Wilbur Soot\n3.FallOutBoy\n4. Kate Bush\n5. Stray Kids\n\n#SpotifyWrapped"
## 
## [[7959]]
## [1] "VeePunk2077: I predict my top genre will be Otacore or J-pop although its probably gonna be Broadway because its that one every year #SpotifyWrapped"
## 
## [[7960]]
## [1] "thee_kinguduak: This Daniel Amokachi’s betBonanza ad… 🤐\n\n#SpotifyWrapped #FifaWorldCup\n#BRASUI"
## 
## [[7961]]
## [1] "aririnchuu: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Stealing Fat from The Dust Brothers"
## 
## [[7962]]
## [1] "__ankitae: I predict my top genre will be K-Pop / Pop #SpotifyWrapped"
## 
## [[7963]]
## [1] "Blazestarninja: I predict my top podcast will be Free Period #SpotifyWrapped"
## 
## [[7964]]
## [1] "geniusessay_ctr: i'm available to take your due assignments tonight 11:59, essays, research papers, homeworks \ndm me… https://t.co/N0RkvJcwGZ"
## 
## [[7965]]
## [1] "TaeJinKook97: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[7966]]
## [1] "albusquerquee: I predict my top artist will be [Beyoncé] #SpotifyWrapped"
## 
## [[7967]]
## [1] "VeePunk2077: I predict my most played song will be either U from Belle or I Really Want To Stay At Your House #SpotifyWrapped"
## 
## [[7968]]
## [1] "Blazestarninja: I predict my top artist will be Haim #SpotifyWrapped"
## 
## [[7969]]
## [1] "__ankitae: I predict my most played song will be RUN BTS by BTS #SpotifyWrapped"
## 
## [[7970]]
## [1] "albusquerquee: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[7971]]
## [1] "OppongClem: Like how on earth 🌍 !!!. The current finance minister to save our economy😀😀😀. You deserve it! @ASAMOAH_GYAN3… https://t.co/e4dgGx6iW6"
## 
## [[7972]]
## [1] "Sahilswe1: The music streaming service has been teasing Spotify Wrapped 2022 for a few days now, but has not revealed the date… https://t.co/9IA0O8UcrX"
## 
## [[7973]]
## [1] "walterdelmar: Angsty gay. #SpotifyWrapped #instafest https://t.co/vWVIpExLYn"
## 
## [[7974]]
## [1] "YNYY_666: I predict my top podcast will be [Charli XCX's Best Song Ever] #SpotifyWrapped"
## 
## [[7975]]
## [1] "albusquerquee: I predict my most played song will be [As It Was] #SpotifyWrapped"
## 
## [[7976]]
## [1] "Nobot26: Who’s gonna be in my #SpotifyWrapped ?\nProbably sio but who knows"
## 
## [[7977]]
## [1] "Blazestarninja: I predict my most played song will be Leaning On You by Haim #SpotifyWrapped"
## 
## [[7978]]
## [1] "TaeJinKook97: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[7979]]
## [1] "zchughtai95: I predict my top artist will be linkin park #SpotifyWrapped"
## 
## [[7980]]
## [1] "Khaizen__: bruh #SpotifyWrapped https://t.co/KYglNwt29Y"
## 
## [[7981]]
## [1] "imawitnesss: Me seeing my #SpotifyWrapped https://t.co/yHPFbSvY8o"
## 
## [[7982]]
## [1] "Monke_MYRO: I predict my most played song will be [snowflake by powfu] #SpotifyWrapped"
## 
## [[7983]]
## [1] "writingstephani: I predict my top podcast will be [ADHD As Females] #SpotifyWrapped"
## 
## [[7984]]
## [1] "TheLastPirateLA: Life is beautiful  #CyberMonday #SpotifyWrapped #mondaythoughts so dance like everyone is watching https://t.co/VytyBEL6ai"
## 
## [[7985]]
## [1] "TaeJinKook97: I predict my most played song will be [YTC] #SpotifyWrapped"
## 
## [[7986]]
## [1] "iammichauli: Every artist that wanted to ki about my streams better outsell me when #SpotifyWrapped drops 😝 cus I’m on dat ass!"
## 
## [[7987]]
## [1] "_arianagrindr: The top song on your #SpotifyWrapped \n\n#arianagrindr https://t.co/Z3xTqji0r7"
## 
## [[7988]]
## [1] "velvet_twine: Listening to Halsey extra before #SpotifyWrapped comes out to make sure they're my top artist"
## 
## [[7989]]
## [1] "arminsvcecracks: I predict my most played song will be [Guren No Yumiya by linked horizon] #SpotifyWrapped"
## 
## [[7990]]
## [1] "jermaine0381: I predict my top artist will be [s10] #SpotifyWrapped"
## 
## [[7991]]
## [1] "ZachOsip: It's almost December, meaning it's time for me to start listening to the music I want people to think I listen to i… https://t.co/tQ6I0vJlt8"
## 
## [[7992]]
## [1] "JadeBloodstone: I'm ready for this to come out to so how much crack this one will be on compared to past ones #SpotifyWrapped"
## 
## [[7993]]
## [1] "superquikk: apple music stats dropped and no one knew or batted an eye but the whole world stops when #SpotifyWrapped comes 🤭"
## 
## [[7994]]
## [1] "itskers19: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) #SpotifyWrapped"
## 
## [[7995]]
## [1] "jermaine0381: I predict my top genre will be [indie] #SpotifyWrapped"
## 
## [[7996]]
## [1] "canis_85: Conflicted about #SpotifyWrapped after it outed me as a 🚬 last year with the surprise stat of being in the top 0.05… https://t.co/rfpPpFmZqS"
## 
## [[7997]]
## [1] "purcents: I predict my most played song will be [ANTIFRAGILE] #SpotifyWrapped"
## 
## [[7998]]
## [1] "hannaashea: i can’t wait to see how mentally ill i was this year #SpotifyWrapped"
## 
## [[7999]]
## [1] "ZionH10: I predict my top genre will be Rock #SpotifyWrapped"
## 
## [[8000]]
## [1] "jermaine0381: I predict my most played song will be [s10 wat is real] #SpotifyWrapped"
## 
## [[8001]]
## [1] "writingstephani: I predict my most played song will be [Nicki Minaj - Yikes] #SpotifyWrapped"
## 
## [[8002]]
## [1] "WORD__SM1TH: #SpotifyWrapped PRESS ‘shuffle 🔘’ for #70s, #80s, #90s, and #2k post punk #thenational #drabmajesty #sovietwave#blo… https://t.co/XrY8jlQD51"
## 
## [[8003]]
## [1] "sabrinay2468: I predict my top artist will be BTS @BTS_twt #SpotifyWrapped"
## 
## [[8004]]
## [1] "rodeoricc3: waiting for my #SpotifyWrapped like https://t.co/7bao6ITSQx"
## 
## [[8005]]
## [1] "ivyidell: i listen to rain sounds on a loop every night so i’m not as thrilled to see my #SpotifyWrapped this year"
## 
## [[8006]]
## [1] "EFFORTLESSYY: i predict my top artist will be ariana grande #SpotifyWrapped"
## 
## [[8007]]
## [1] "LNash13_: I predict my most played song will be [Strawberry Moon or Yes or Yes 🫡] #SpotifyWrapped"
## 
## [[8008]]
## [1] "STAY_XH_MOA: I predict my top artist will be [Stray Kids] #SpotifyWrapped"
## 
## [[8009]]
## [1] "EFFORTLESSYY: i predict my top genre will be pop #SpotifyWrapped"
## 
## [[8010]]
## [1] "JTBRAXCH: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8011]]
## [1] "pandefranciauwu: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[8012]]
## [1] "STAY_XH_MOA: I predict my most played song will be [Thunderous- Stray Kids] #SpotifyWrapped"
## 
## [[8013]]
## [1] "Flavour_avour: I predict my most played song will be soldier, poet,king #SpotifyWrapped"
## 
## [[8014]]
## [1] "LautaroMartinaz: I predict my top artist will be Giveon #SpotifyWrapped"
## 
## [[8015]]
## [1] "supercwt: I predict my most played song will be This Is Why - Paramore #SpotifyWrapped"
## 
## [[8016]]
## [1] "arrxshh: I predict my top artist will be Tomorrow By Together! #SpotifyWrapped"
## 
## [[8017]]
## [1] "nrl_amira_: I predict my top artist will be @NCTsmtown or @theweeknd #SpotifyWrapped"
## 
## [[8018]]
## [1] "EFFORTLESSYY: i predict my most played song will be in my head #SpotifyWrapped"
## 
## [[8019]]
## [1] "instacartagent1: We sell instacart bot for iPhone and android we also reactivate instacart account text(843) 868-1406.… https://t.co/l2IeVcj6dQ"
## 
## [[8020]]
## [1] "LautaroMartinaz: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8021]]
## [1] "whitehot4evah: I predict my top artist will be Taylor Swift but I want Lana #SpotifyWrapped"
## 
## [[8022]]
## [1] "andry_vo: I predict my most played song will be Moon song #SpotifyWrapped"
## 
## [[8023]]
## [1] "Vlazgax: I predict my most played song will be The Noose by A Perfect Circle #SpotifyWrapped"
## 
## [[8024]]
## [1] "Tristaf14: I predict my top podcast will be On Purpose with Jay Shetty #SpotifyWrapped"
## 
## [[8025]]
## [1] "arrxshh: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[8026]]
## [1] "pandefranciauwu: I predict my most played song will be Flex by @TFN_official_ \n#SpotifyWrapped"
## 
## [[8027]]
## [1] "veebeemeep: me pretending spotify wrapped doesnt define my personality #SpotifyWrapped https://t.co/wTegF10PyQ"
## 
## [[8028]]
## [1] "adiovadia14: This is my Spotify wrapped I’m done waiting #SpotifyWrapped https://t.co/E5SkAUL5g2"
## 
## [[8029]]
## [1] "theundertaIe: I predict my most played song will be And So It Goes by The King's Singers #SpotifyWrapped"
## 
## [[8030]]
## [1] "hotyturner: i predict my top artist will be Taylor Swift, there's no way it's another person #SpotifyWrapped"
## 
## [[8031]]
## [1] "route411podcast: It’s almost that time of the year #SpotifyWrapped 👀 https://t.co/ABbnts1dVI"
## 
## [[8032]]
## [1] "SoUWanaBaSinger: Now yall got me all hyped for my #SpotifyWrapped and it's not ready. smdh"
## 
## [[8033]]
## [1] "V_icPoto: My #SpotifyWrapped is gonna be the most weird mixed up shit ever... \nKpop, Grime, Rap, Rock, Classic music all of it"
## 
## [[8034]]
## [1] "pandefranciauwu: I predict my top artist will be @TFN_official_\n #SpotifyWrapped"
## 
## [[8035]]
## [1] "Tristaf14: I predict my top artist will be MGK or Selena Gomez #SpotifyWrapped"
## 
## [[8036]]
## [1] "terranceloveme: I predict that my top artist will be Lana Del Rey 🤍 #SpotifyWrapped"
## 
## [[8037]]
## [1] "LoupiDare: By looking at this, I may actually have a #SpotifyWrapped    that doesn't have Glee Cast as my number one artist! W… https://t.co/l14257V13v"
## 
## [[8038]]
## [1] "NewYorkMikeCity: My #spotifywrapped cannot be beat https://t.co/USHmocKhRw"
## 
## [[8039]]
## [1] "esccaitlin: #SpotifyWrapped when"
## 
## [[8040]]
## [1] "MariiiMaybe: when is #SpotifyWrapped ?"
## 
## [[8041]]
## [1] "LautaroMartinaz: I predict my most played song will be Another Heartbreak by Giveon #SpotifyWrapped"
## 
## [[8042]]
## [1] "Tristaf14: I predict my top genre will be Pop Punk #SpotifyWrapped"
## 
## [[8043]]
## [1] "S0FT_DRAINAGE: waiting for me #SpotifyWrapped so i can compare it to this shitshow https://t.co/R7oCxcC5Gy"
## 
## [[8044]]
## [1] "YNYY_666: I predict my top artist will be [@NICKIMINAJ] #SpotifyWrapped"
## 
## [[8045]]
## [1] "therealhakim410: Whats on your Playlist for work?? I need some new songs or artists \n\n#hiphop\n#SpotifyWrapped"
## 
## [[8046]]
## [1] "SAIKILATTE: I predict my top artist will be @laufey probably #SpotifyWrapped"
## 
## [[8047]]
## [1] "care4ou: I predict my top artist will be [BTS ] #SpotifyWrapped"
## 
## [[8048]]
## [1] "Oli_andCompany: #SpotifyWrapped waiting patiently https://t.co/Px2UFWMdsK"
## 
## [[8049]]
## [1] "care4ou: I predict my top genre will be Kpop  #SpotifyWrapped"
## 
## [[8050]]
## [1] "YNYY_666: I predict my top genre will be [Pop dance] #SpotifyWrapped"
## 
## [[8051]]
## [1] "Tristaf14: I predict my most played song will be either a MGK song or Selena Gomez song #SpotifyWrapped"
## 
## [[8052]]
## [1] "ddaanniiaaaaaaa: I predict my top artist will be BLACKPINK (I hope) #SpotifyWrapped"
## 
## [[8053]]
## [1] "Peanutxk: I predict my top artist will be @Stray_Kids #SpotifyWrapped\n🤔🤔🤔"
## 
## [[8054]]
## [1] "Infomundoed: Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/mOqEiYHW0E"
## 
## [[8055]]
## [1] "care4ou: I predict my most played song will be moonlight by agust d  #SpotifyWrapped"
## 
## [[8056]]
## [1] "dwtfav_: I predict my top artist will be harry styles 😍 #SpotifyWrapped"
## 
## [[8057]]
## [1] "decodeselena: I predict my most played song will be pink venom #SpotifyWrapped"
## 
## [[8058]]
## [1] "SAIKILATTE: I predict my most played song will be fragile by laufey probably #SpotifyWrapped"
## 
## [[8059]]
## [1] "afzankhaliff: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8060]]
## [1] "ddaanniiaaaaaaa: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[8061]]
## [1] "YNYY_666: I predict my most played song will be [Do We Have A Problem] by @NICKIMINAJ #SpotifyWrapped"
## 
## [[8062]]
## [1] "AGGGYJ: I predict my top artist will be easy life #SpotifyWrapped"
## 
## [[8063]]
## [1] "olivvv03: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\nno escucho"
## 
## [[8064]]
## [1] "UdhayaTech: Super project  💝💝💝\n\n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 #ImACeleb #乌鲁木齐 #FIFAWorldCup https://t.co/zfIvSoF6AT"
## 
## [[8065]]
## [1] "ddaanniiaaaaaaa: I predict my most played song will be Pink Venom by BLACKPINK #SpotifyWrapped"
## 
## [[8066]]
## [1] "StickyBeeSyrup: I predict my top artist will be Lana Del Rey #SpotifyWrapped"
## 
## [[8067]]
## [1] "clary98_: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8068]]
## [1] "olivvv03: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor swift/Arctic monkeys"
## 
## [[8069]]
## [1] "Peanutxk: I predict my most played song will be Maniac or case 143 by @Stray_Kids #SpotifyWrapped"
## 
## [[8070]]
## [1] "marljeffrey: my instafest looking like shit! #SpotifyWrapped will be bad for me i fear 😭"
## 
## [[8071]]
## [1] "connorge_: I predict my top artist will be my chemical romance (i actually dont know for sure but) #SpotifyWrapped"
## 
## [[8072]]
## [1] "candyuppng16: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8073]]
## [1] "decodeselena: I predict my top artist will be Selena Gomez  #SpotifyWrapped"
## 
## [[8074]]
## [1] "olivvv03: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \nPop/rock"
## 
## [[8075]]
## [1] "StickyBeeSyrup: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8076]]
## [1] "hari_qwest123: I predict my top podcast will be [what's good podcast @WGPodcastUK] #SpotifyWrapped"
## 
## [[8077]]
## [1] "olivvv03: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I wanna be yours/ you belong with me"
## 
## [[8078]]
## [1] "agis_pipi: I predict my top artist will be Chase Atlantic or Taylor Swift  #SpotifyWrapped"
## 
## [[8079]]
## [1] "Stixbrwn: Pray,Believe &amp; Hard work\n#SpotifyWrapped #MondayMotivation #ImACeleb #FIFAWorldCupQatar2022 https://t.co/nH7DED2qTB"
## 
## [[8080]]
## [1] "boyfrompara: I predict my top artist will be Anitta … of course #SpotifyWrapped"
## 
## [[8081]]
## [1] "5th_HELIX: I predict my top artist will be Nero's Day at Disneyland. #SpotifyWrapped"
## 
## [[8082]]
## [1] "chris_opperman: I predict my most played song will be \"Sunshine On My Shoulders\" by John Denver because it's my 2 y/o Dale's favori… https://t.co/n1SqcSv8Ol"
## 
## [[8083]]
## [1] "Nugget_028: I predict my top genre will be Dance Pop #SpotifyWrapped"
## 
## [[8084]]
## [1] "pixieXuk: I predict my top artist will be @pledis_17 or @taylorswift13 #SpotifyWrapped"
## 
## [[8085]]
## [1] "starrymm426: I predict my top artist will be [Ludwig Goransson] #SpotifyWrapped"
## 
## [[8086]]
## [1] "hari_qwest123: I predict my top artist will be [Charlie Puth] #SpotifyWrapped"
## 
## [[8087]]
## [1] "PujaRoy20164250: Me waiting for wrapped 2022 pretending not to know anything I listened \n#spotifywrapped https://t.co/AQMvqK0tQg"
## 
## [[8088]]
## [1] "alissonsimp: I predict my top artist will be Arctic Monkeys #SpotifyWrapped"
## 
## [[8089]]
## [1] "Nugget_028: I predict my most played song will be How to Forgive #SpotifyWrapped"
## 
## [[8090]]
## [1] "SEVENS_HEAVEN_7: I predict my top podcast will be [Anime Out of Context] #SpotifyWrapped"
## 
## [[8091]]
## [1] "Itz_Salvatore: It's getting more and more interesting. #SpotifyWrapped"
## 
## [[8092]]
## [1] "cactusYoasisY: Since love grows within you, so beauty grows. For love is the beauty of the soul.\n#SpotifyWrapped #abstractart #art… https://t.co/eiL1Bztm97"
## 
## [[8093]]
## [1] "ts4ever_: I predict my top podcast will be [nothing] #SpotifyWrapped"
## 
## [[8094]]
## [1] "jellyswirlz: I predict my most played song will be hatefuck - the bravery💀💀 dumb ass name #SpotifyWrapped"
## 
## [[8095]]
## [1] "use_inviteam: Except you love to be the aladimeru Because I see no reason why one will have the opportunity of having a stress fr… https://t.co/gMO1EavRA0"
## 
## [[8096]]
## [1] "ts4ever_: I predict my top artist will be [@RVsmtown] #SpotifyWrapped"
## 
## [[8097]]
## [1] "luluspvx: i predict my top played song will be dying on the inside by nessa barrett #SpotifyWrapped"
## 
## [[8098]]
## [1] "starrymm426: I predict my most played song will be [#Pasoori ] #SpotifyWrapped"
## 
## [[8099]]
## [1] "UdhayaTech: This is very fantastically project   💝💝💝\n\n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 #CyberMonday #PakistanCricket https://t.co/9iAi8XzfSs"
## 
## [[8100]]
## [1] "onlythemercy: I predict my top artist will be #LouisTomlinson\n\n#SpotifyWrapped"
## 
## [[8101]]
## [1] "IndianBrudda: I predict my top genre will be Lofi #SpotifyWrapped"
## 
## [[8102]]
## [1] "WTSethi: Ya. That went fast. \n#speed_dating \n#SpotifyWrapped \n#RedVelvet https://t.co/25ve4uA6vV"
## 
## [[8103]]
## [1] "SEVENS_HEAVEN_7: I predict my top artist will be [Ado] #SpotifyWrapped"
## 
## [[8104]]
## [1] "StickyBeeSyrup: I predict my most played song will be Ride - Doja Cat #SpotifyWrapped"
## 
## [[8105]]
## [1] "VinayakMohanSh1: How my #SpotifyWrapped is going to look like- https://t.co/ziLtNTTFKP"
## 
## [[8106]]
## [1] "ts4ever_: I predict my top genre will be [K-Pop] #SpotifyWrapped"
## 
## [[8107]]
## [1] "_giselaamponsah: I predict my most played song will be Rosemary(Victony) Drunk Guitar(NSG) or Woman (Omah Lay) #SpotifyWrapped"
## 
## [[8108]]
## [1] "ts4ever_: I predict my most played song will be [True Love - NuNew] #SpotifyWrapped"
## 
## [[8109]]
## [1] "ILoveShotaro25: They teasing #SpotifyWrapped so much, I'm starting to not care about it 😭"
## 
## [[8110]]
## [1] "justcalledtosay: Scared stiff of playing anymore @taylorswift13 in case it skews my #SpotifyWrapped"
## 
## [[8111]]
## [1] "eleo_ellis: I predict my most played song will be [CAMPOS ELISEOS - Airbag] #SpotifyWrapped"
## 
## [[8112]]
## [1] "KanekiYohance: If someone got RKelly in their #SpotifyWrapped they simply need they ass beat https://t.co/gXcE6oaryi"
## 
## [[8113]]
## [1] "PobertR: Can't wait for my #SpotifyWrapped even though I used Spotify for the months of May - September and that's it, the r… https://t.co/h5j8Id722m"
## 
## [[8114]]
## [1] "iamlemarwilson: Stopping Question #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/CMhEh3PWkD"
## 
## [[8115]]
## [1] "andromeda_sarah: I predict my most played song will be [Burning Bridges- Mike Curb Congregation] #SpotifyWrapped"
## 
## [[8116]]
## [1] "SEVENS_HEAVEN_7: I predict my top genre will be [Japanese Rock] #SpotifyWrapped"
## 
## [[8117]]
## [1] "lotfigrande: I predict my top artist will be [Ariana grande ] #SpotifyWrapped"
## 
## [[8118]]
## [1] "snowxflowerx: my wrapped is here omg so true 🫣 #SpotifyWrapped https://t.co/Aw8zUVfRDX"
## 
## [[8119]]
## [1] "umeenterprise: Stopping Question #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/fevPNsPxnV"
## 
## [[8120]]
## [1] "SteveHowellYeti: I predict my top podcast will be @AuntyDonnaBoys  #SpotifyWrapped"
## 
## [[8121]]
## [1] "SEVENS_HEAVEN_7: I predict my most played song will be [The Rumbling by SiM] #SpotifyWrapped"
## 
## [[8122]]
## [1] "domesticwinds: #SpotifyWrapped or i’ll go insane"
## 
## [[8123]]
## [1] "lotfigrande: I predict my top genre will be [dance pop] #SpotifyWrapped"
## 
## [[8124]]
## [1] "bblpillows: CYBER MONDAY IS HERE!  ORDER YOUR FAVORITE BBL/LIPOSUCTION  POST-OP SUPPLIES NOW!  🛍️15% OFF🛍️… https://t.co/fQMFDDnRx4"
## 
## [[8125]]
## [1] "hemorrhoid83: hemorrhoids or piles @hemorrhoids_piles_\n#SpotifyWrapped #RedVelvet #PakistanCricket #ImACeleb #JHOPEatMAMA2022… https://t.co/Y6lDR0tzaT"
## 
## [[8126]]
## [1] "AMP_3002: I predict my top artist will be [@ChloeBailey or @DojaCat or @Beyonce ] #SpotifyWrapped"
## 
## [[8127]]
## [1] "lotfigrande: I predict my most played song will be [positions ] #SpotifyWrapped"
## 
## [[8128]]
## [1] "BreannaCasey: I do not feel bad for Apple Music users on these, the days and eves before the magic of @Spotify wrapped is bestowe… https://t.co/Ir68WiztdW"
## 
## [[8129]]
## [1] "Nugget_028: I predict my top podcast will be Vad? Med Ijustwanttobecool #SpotifyWrapped"
## 
## [[8130]]
## [1] "folkcala: I predict my top podcast will be anything goes by emma chamberlain  #SpotifyWrapped"
## 
## [[8131]]
## [1] "andromeda_sarah: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[8132]]
## [1] "fruitandwap: prediction that All Too Well (10 Minute Version) (Taylor's Version) (From The Vault) is my most played song of the year #spotifywrapped"
## 
## [[8133]]
## [1] "SongForgotten: I predict my top artist will be @olivianj #SpotifyWrapped \n\n(though I wouldn't put any money on that)"
## 
## [[8134]]
## [1] "zamieyoshi: Me knowing my #SpotifyWrapped is just DAY6 songs and all my other close friends knows it too."
## 
## [[8135]]
## [1] "folkcala: I predict my top artist will be taylor swift 🥺💗#SpotifyWrapped"
## 
## [[8136]]
## [1] "Nugget_028: I predict my top artist will be Magdalena Bay #SpotifyWrapped"
## 
## [[8137]]
## [1] "mscolonist: Girls with glasses😉😍 #lovelive #Trending #TweetOfTheDay #girls #SpotifyWrapped #RedVelvet #ImACeleb #CyberMonday https://t.co/jWWWcT8N8v"
## 
## [[8138]]
## [1] "gorillaprison: Is it still called #SpotifyWrapped this year or are they #SpotifyEdging now since they refuse to release it 😒"
## 
## [[8139]]
## [1] "sickboyfilm: I predict my top artist will be K3 😓#SpotifyWrapped"
## 
## [[8140]]
## [1] "dead_m0sby: Imagine dying, and then the first thing you see is a #spotifywrapped, but with your life instead of music"
## 
## [[8141]]
## [1] "ScaledAndTired: I predict my top artist will be TWENTY ONE PILOTS #SpotifyWrapped https://t.co/5ZUEejb2CU"
## 
## [[8142]]
## [1] "folkcala: I predict my top genre will be pop 💗 #SpotifyWrapped"
## 
## [[8143]]
## [1] "nella37316553: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[8144]]
## [1] "luluspvx: i predict my top artist will be @Lilpeep #SpotifyWrapped"
## 
## [[8145]]
## [1] "buddingtemplar: theres still time to stream snow halation before #SpotifyWrapped drops"
## 
## [[8146]]
## [1] "SwiftieMidnight: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8147]]
## [1] "folkcala: I predict my most played song will be difficult by gracie abrams&lt;3 #SpotifyWrapped"
## 
## [[8148]]
## [1] "nella37316553: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8149]]
## [1] "sickboyfilm: I predict my most played song will be Waterval #SpotifyWrapped"
## 
## [[8150]]
## [1] "Featurlessfreek: What if I told you there is a mix somewhere of a duet with John Lennon and Tina Turner singing Come Together..🤔🤠… https://t.co/kiwUfqAhiC"
## 
## [[8151]]
## [1] "clairegraham13: as a preschool teacher, i am *anxiously* waiting for my #SpotifyWrapped to come out as if this isn’t going to be my… https://t.co/hy6teCFwP7"
## 
## [[8152]]
## [1] "gondzarmusic: What a great cover!!!\n\nCrosscut Saw - Albert King (Cover by Evan Nicole Bell) https://t.co/qbHoLrL140 via @YouTube… https://t.co/FEJy5V8cw6"
## 
## [[8153]]
## [1] "reinosopaula: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8154]]
## [1] "nella37316553: I predict my most played song will be [Burning Love] #SpotifyWrapped"
## 
## [[8155]]
## [1] "SwiftieMidnight: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8156]]
## [1] "milesphobic: me when i see twice as my number 1 on #SpotifyWrapped  https://t.co/nF1zPo1bBF"
## 
## [[8157]]
## [1] "reinosopaula: I predict my top genre will be Indie #SpotifyWrapped"
## 
## [[8158]]
## [1] "SwiftieMidnight: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped"
## 
## [[8159]]
## [1] "trippyjenna: Give me my muthafuckin #SpotifyWrapped nowww‼️"
## 
## [[8160]]
## [1] "rsvnze: I predict my top podcast will be [distractible] #SpotifyWrapped"
## 
## [[8161]]
## [1] "moonmoo_lite: I predict my top artist will be Mamamoo\n #SpotifyWrapped\n\nhttps://t.co/uVA3V0MELI"
## 
## [[8162]]
## [1] "turninginkpots: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8163]]
## [1] "psyencecity: I predict my top artist will be:\n#SpotifyWrapped https://t.co/tdzpDuv6gf"
## 
## [[8164]]
## [1] "rsvnze: I predict my top artist will be [favorite] #SpotifyWrapped"
## 
## [[8165]]
## [1] "V17BEZ: I predict my top artist will be [skrillex] #SpotifyWrapped"
## 
## [[8166]]
## [1] "rsvnze: I predict my top genre will be [kpop] #SpotifyWrapped"
## 
## [[8167]]
## [1] "rsvnze: I predict my most played song will be [alkoholproblem] #SpotifyWrapped"
## 
## [[8168]]
## [1] "RBXEventHunters: Spotify Island's Upcoming Free Item on #Roblox! The 'WonderWrapped Cloak'. This item and update will release soon w… https://t.co/pirTeqEaNK"
## 
## [[8169]]
## [1] "yeonjunsoftie: txt my plot twist for 2022 #SpotifyWrapped"
## 
## [[8170]]
## [1] "mirrzrbaIl: I predict my most played song will be all too well (taylor's version) 10 minuts version #SpotifyWrapped"
## 
## [[8171]]
## [1] "relientkenny: i’ve literally been preparing my Spotify all year for this and i hope my calculations are correct #SpotifyWrapped https://t.co/o9Zr3iNdnY"
## 
## [[8172]]
## [1] "vnunnallyy: I predict my top artist will be @Lilpeep #SpotifyWrapped"
## 
## [[8173]]
## [1] "ConorShadowYT: I predict my top artist will be DAGames or Iris Official  #SpotifyWrapped"
## 
## [[8174]]
## [1] "BIGNAZ32: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8175]]
## [1] "martincinssss: I predict my top artist will be [@DukiSSJ ] #SpotifyWrapped"
## 
## [[8176]]
## [1] "klavuuusem: I predict my top artist will be queen @taylorswift13 👑 #SpotifyWrapped"
## 
## [[8177]]
## [1] "AirbudsApp: waiting for my #SpotifyWrapped like I don’t already check my top track every single week on Airbuds https://t.co/09fdZT76Q1"
## 
## [[8178]]
## [1] "antcaruso_: I predict my top artist will be @JColeNC #SpotifyWrapped"
## 
## [[8179]]
## [1] "Madifilipswife: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\ntaylor swift \nor \nnessa barrett"
## 
## [[8180]]
## [1] "StegoGamez: I predict my top artist will be @ChewieCatt because I absolutely love his music and I've been listening to him all year. #SpotifyWrapped"
## 
## [[8181]]
## [1] "antcaruso_: I predict my most played song will be https://t.co/4Kk2ULo3PB #SpotifyWrapped"
## 
## [[8182]]
## [1] "corongavirose: I predict my most played song will be right where you left me #SpotifyWrapped"
## 
## [[8183]]
## [1] "FidgetOrbs: CYBER MONDAY SALE. Today only at https://t.co/IovMKwLSGl check out our store. #sale #holiday #ball #ballislife… https://t.co/Uzo7QAmMDg"
## 
## [[8184]]
## [1] "DanielLaRiva9: I predict my most played song will be Bad Habit #SpotifyWrapped"
## 
## [[8185]]
## [1] "sana_fanatic: I predict my most played song will be 1, 3, 2 (JEONGYEON, MINA, TZUYU) #SpotifyWrapped"
## 
## [[8186]]
## [1] "givensmalachi28: I predict my top artist will be [Natewantstobattle] #SpotifyWrapped"
## 
## [[8187]]
## [1] "imrraaj: Last 6 months summarised \n#SpotifyWrapped https://t.co/GLUW3mvqV1"
## 
## [[8188]]
## [1] "HintsWIDM: I predict my top podcast will be BANTER because that's the only podcast I ever listened to, lol #SpotifyWrapped"
## 
## [[8189]]
## [1] "embered_1: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[8190]]
## [1] "givensmalachi28: I predict my top genre will be [Metalcore] #SpotifyWrapped"
## 
## [[8191]]
## [1] "HintsWIDM: I predict my top artist will be Kordhell, can't be different #SpotifyWrapped"
## 
## [[8192]]
## [1] "alliumroyalty: I predict my top artist will be Bad Bunny #SpotifyWrapped https://t.co/zYcM1SqC1S"
## 
## [[8193]]
## [1] "givensmalachi28: I predict my most played song will be [To My Grave by Natewantstobattle] #SpotifyWrapped"
## 
## [[8194]]
## [1] "JordanMel23: I predict my top artist will be NICKELBACK #SpotifyWrapped"
## 
## [[8195]]
## [1] "Cuh_trina: I predict my top podcast will be @BrohioPodcast  #SpotifyWrapped"
## 
## [[8196]]
## [1] "phoebebrdgrsbf: I predict my most played song will be walkin by Denzel curry or the gold by pheobe bridgers  #SpotifyWrapped"
## 
## [[8197]]
## [1] "MonteBaccFr: I predict my top artist will be [fill in top artist prediction]#SpotifyWrapped\n\n@Spotify stop playing with me this… https://t.co/tUjYf7GeNe"
## 
## [[8198]]
## [1] "HintsWIDM: I predict my top genre will be phonk LOL #SpotifyWrapped"
## 
## [[8199]]
## [1] "francis4eva_: I predict my top artist will be mitski, for the 5th year in a row #SpotifyWrapped"
## 
## [[8200]]
## [1] "tasharose06: I’m predicting my #SpotifyWrapped will consist of @taylorswift13 @bleachersmusic and @charlieputh and I’m betting A… https://t.co/cLakBwKrE1"
## 
## [[8201]]
## [1] "stylesotts: who wants to come ? #SpotifyWrapped https://t.co/WmLgX2ojen"
## 
## [[8202]]
## [1] "young8k: if my top song isn't fairy of shampoo im fake #spotifywrapped"
## 
## [[8203]]
## [1] "KobiElijah: I predict my most played song will be metamorphosis. [fill in top song prediction] #SpotifyWrapped"
## 
## [[8204]]
## [1] "GillyAnnandale: Excited for #SpotifyWrapped again, won't be a repeat of this 2019 disaster 👎 https://t.co/BNdOe0dnwf"
## 
## [[8205]]
## [1] "nonstopgliding: I predict my top artist will be Sus #SpotifyWrapped"
## 
## [[8206]]
## [1] "KobiElijah: I predict my top artist will be phonk. [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8207]]
## [1] "nonstopgliding: I predict my top genre will be drill #SpotifyWrapped"
## 
## [[8208]]
## [1] "andrw_1908: GIVE ME MY #SpotifyWrapped please i been waiting my whole birthday month for this 😭😭😭 https://t.co/JeL1s3Oyqj"
## 
## [[8209]]
## [1] "elthatswiftie: I predict my top artist will be Taylor Swift cause duh tf #SpotifyWrapped"
## 
## [[8210]]
## [1] "wickedren: I predict my most played song will be Haunted by Laura Les #SpotifyWrapped"
## 
## [[8211]]
## [1] "nonstopgliding: I predict my most played song will be Frostbite #SpotifyWrapped"
## 
## [[8212]]
## [1] "ThaTomias: I predict my top artist will be [ MGK ] #SpotifyWrapped"
## 
## [[8213]]
## [1] "KrisEmbers: I've been listening to those automated \"daily playlists\" on Spotify, and since those change who's on them every day… https://t.co/3WPUz5A1Zv"
## 
## [[8214]]
## [1] "jasmine181201: I predict my top artist will be @billieeilish for the fourth year in a row 🤍 #SpotifyWrapped"
## 
## [[8215]]
## [1] "obioran51: Who else has a masters degree in Using Nude pictures as Wallpaper #要要搞定個要 #RedVelvet #JHOPEatMAMA2022 #ImACeleb… https://t.co/N7XgG6LwxN"
## 
## [[8216]]
## [1] "MonteBaccFr: I predict my most played song will be What You Need (for the second year in a row)🙏🏽🙏🏽 #SpotifyWrapped"
## 
## [[8217]]
## [1] "noaintereses: I predict my top artist will be [@_samanthagg] #SpotifyWrapped"
## 
## [[8218]]
## [1] "dnate96018318: I predict my top podcast will be WHATS A PODCAST #SpotifyWrapped"
## 
## [[8219]]
## [1] "dcsportsguy14: Bruv we need our yearly recap #SpotifyWrapped https://t.co/8RHUpd7nVS"
## 
## [[8220]]
## [1] "redheadalyssa: I predict my most played song will be august by @taylorswift13 #SpotifyWrapped"
## 
## [[8221]]
## [1] "LakerFan4ever87: #SpotifyWrapped I predicate will be my top podcast: @LockedOnLakers"
## 
## [[8222]]
## [1] "Pimpfordays: I predict my top podcast will be Learn Deutsch mit Harry #SpotifyWrapped"
## 
## [[8223]]
## [1] "ThaTomias: I predict my most played song will be [idk bro that's a tough one tbh lol ] #SpotifyWrapped"
## 
## [[8224]]
## [1] "http_maricielo: I predict my most played song will be Better Man (Taylor’s Version) (From the vault) Y SI NO ES QUE CHINGUE A SU MADRE #SpotifyWrapped"
## 
## [[8225]]
## [1] "patzistar: Dont @ me, aber wann #spotifywrapped 2022?"
## 
## [[8226]]
## [1] "wickedren: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8227]]
## [1] "dnate96018318: I predict my top artist will be BLADEE #SpotifyWrapped"
## 
## [[8228]]
## [1] "popstop891: *sees Spotify Wrapped trending*\n\n👀,🏃‍♂️,📲 #SpotifyWrapped"
## 
## [[8229]]
## [1] "dnate96018318: I predict my top genre will be WHATEVER GENRE BLADEE IS #SpotifyWrapped"
## 
## [[8230]]
## [1] "UnexaminedLife9: I predict my most played song will be master of puppets #SpotifyWrapped"
## 
## [[8231]]
## [1] "ThaTomias: I predict my top genre will be [mostly likely hiphop ] #SpotifyWrapped"
## 
## [[8232]]
## [1] "Thonytweets: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nLol"
## 
## [[8233]]
## [1] "Spriha_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8234]]
## [1] "yungwatercycle: I predict my top artist will be [Drake] #SpotifyWrapped"
## 
## [[8235]]
## [1] "UnexaminedLife9: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[8236]]
## [1] "dnate96018318: I predict my most played song will be BLISS BY YUNG LEAN #SpotifyWrapped"
## 
## [[8237]]
## [1] "freddyfaznutzzz: I predict my top podcast will be a podcast who tf listens to the shitty podcast on Spotify 🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺💀🥺🥺🥺🥺🥺💔💔🥺🥺🥺#SpotifyWrapped"
## 
## [[8238]]
## [1] "yungwatercycle: I predict my top podcast will be [MalikTalking] #SpotifyWrapped"
## 
## [[8239]]
## [1] "Demomute: I predict my most played song will be [Sleepwalking By Chain Gang Of 1974] 100% that or Baby Blue #SpotifyWrapped"
## 
## [[8240]]
## [1] "LeonFit24: Go @Chiefs boys had a blast #SpotifyWrapped https://t.co/ErQrRwhmPg"
## 
## [[8241]]
## [1] "telma_oliveira_: I predict my most played song will be Out Of My System #SpotifyWrapped"
## 
## [[8242]]
## [1] "diaanavb: I predict my top genre will be popsito #SpotifyWrapped"
## 
## [[8243]]
## [1] "beccaspxcee: I predict my most played song will be love dive by Ive #SpotifyWrapped"
## 
## [[8244]]
## [1] "aloosesona: @bole_bharat @RajThackeray MNS not getting single MLA seat only bol Bachan. No need to reply his tweet is not impor… https://t.co/iapB2GuISK"
## 
## [[8245]]
## [1] "lomajii: I predict my top artist will be @keshimusic #SpotifyWrapped"
## 
## [[8246]]
## [1] "maaaccccccccccc: I predict my top artist will be @sanbenito #SpotifyWrapped"
## 
## [[8247]]
## [1] "sabilastellaa: me knowing my entire #SpotifyWrapped is gonna be afrobeats, afrobeats and more afrobeats"
## 
## [[8248]]
## [1] "usedtoglden: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[8249]]
## [1] "bbhlmeat: #spotifywrapped i’m not scared for my wrapped but ngl if i’m not like top 1% i might air out the room"
## 
## [[8250]]
## [1] "freddyfaznutzzz: I predict my top artist will be its mother mother isn’t it 💀 #SpotifyWrapped"
## 
## [[8251]]
## [1] "__yupthatsm: I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped"
## 
## [[8252]]
## [1] "hannahhplayzz: I predict my most played song will be Moonlight - Chase Atlantic #SpotifyWrapped"
## 
## [[8253]]
## [1] "Addo_Man: I predict my top podcast will be @WordsFromBlerds #SpotifyWrapped"
## 
## [[8254]]
## [1] "facetheomens: I predict my top artist will be 5 seconds of summer #SpotifyWrapped"
## 
## [[8255]]
## [1] "telma_oliveira_: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[8256]]
## [1] "SneakASip: I have the chills 🤒 but If I could get my Spotify wrap that would help #SpotifyWrapped"
## 
## [[8257]]
## [1] "_Lyricxl_: I predict my top genre will be pop because it has always been that for YEARS. In fact, it has been pop, kpop, manda… https://t.co/Fmz0q3B7Im"
## 
## [[8258]]
## [1] "MEANANDSHESMINE: I predict my most played song will be i bet on losing dogs !! #SpotifyWrapped"
## 
## [[8259]]
## [1] "facetheomens: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8260]]
## [1] "freddyfaznutzzz: I predict my top genre will be alt if that’s even a fucking genre #SpotifyWrapped"
## 
## [[8261]]
## [1] "JOJICHWES: I predict my top podcast will be @sleepdeprived #SpotifyWrapped"
## 
## [[8262]]
## [1] "PloopBerries: I predict my top artist will be [50landing] #SpotifyWrapped"
## 
## [[8263]]
## [1] "ScottMitchellFM: I predict my top song will be [daily heardle answer] #SpotifyWrapped"
## 
## [[8264]]
## [1] "lilactrails: i geniunely am so not excited to see my #SpotifyWrapped this year its gonna be so bad im like embarassed😭😭"
## 
## [[8265]]
## [1] "BenjMCFC_hth29: I predict my most played song will be Waves - Pre-Nazi Kanye West #SpotifyWrapped"
## 
## [[8266]]
## [1] "freddyfaznutzzz: I predict my most played song will be idk some mother mother song lol I hope #SpotifyWrapped"
## 
## [[8267]]
## [1] "L0NGWAYD0WN: I predict my top podcast will be  @CrimeJunkiePod #SpotifyWrapped"
## 
## [[8268]]
## [1] "carpiodm: my top artist better be either taylor swift or pheobe bridgers spotify don’t test me. #SpotifyWrapped"
## 
## [[8269]]
## [1] "PloopBerries: I predict my top genre will be [hyperpop] #SpotifyWrapped"
## 
## [[8270]]
## [1] "UcheAgina_: It's a simple action that gives us momentum towards starting our day. \n\nLess thinking. More doing✅\n\n#RedVelvet… https://t.co/gOCQtrMHws"
## 
## [[8271]]
## [1] "zezewastaken_: I predict my top artist will be wilbur soot #SpotifyWrapped"
## 
## [[8272]]
## [1] "dcsportsguy14: I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped"
## 
## [[8273]]
## [1] "_TROOF_: Since @Tesla doesn’t offer #Spotify user account switching and @Spotify won’t allow you to edit your listening hist… https://t.co/gxy59hLb8S"
## 
## [[8274]]
## [1] "L0NGWAYD0WN: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[8275]]
## [1] "PloopBerries: I predict my most played song will be [still 50landing] #SpotifyWrapped"
## 
## [[8276]]
## [1] "RachelDinning: Who needs a therapist when #SpotifyWrapped is on its way to explain your mental state for the past 12 months"
## 
## [[8277]]
## [1] "wistyduly: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[8278]]
## [1] "L0NGWAYD0WN: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8279]]
## [1] "dcsportsguy14: I predict my top artist will be [Drake] #SpotifyWrapped"
## 
## [[8280]]
## [1] "ArijitianNiro: Coz he's gonna top the list 🔥 #ArijitSingh #SpotifyWrapped https://t.co/KFp96KODwF"
## 
## [[8281]]
## [1] "L0NGWAYD0WN: I predict my most played song will be summer girl #SpotifyWrapped"
## 
## [[8282]]
## [1] "zezewastaken_: I predict my top genre will be pop \n#SpotifyWrapped"
## 
## [[8283]]
## [1] "dcsportsguy14: I predict my top genre will be [Alternative rap] #SpotifyWrapped"
## 
## [[8284]]
## [1] "bigcatagenda: I predict my most played song will be Don Quioxte - Seventeen #SpotifyWrapped"
## 
## [[8285]]
## [1] "lucyharbron: I’m still adamant that #spotifywrapped can’t access data about playlists and only seems to go off artists/albums yo… https://t.co/PyDGu6XgcF"
## 
## [[8286]]
## [1] "wistyduly: I predict my top genre will be Pop, rock, or vocaloid (if that’s a genre) #SpotifyWrapped"
## 
## [[8287]]
## [1] "zezewastaken_: I predict my most played song will be something from wilbur soot \n#SpotifyWrapped"
## 
## [[8288]]
## [1] "idyllicsoullll: I predict my most played song will be Yet to come or Run BTS #SpotifyWrapped"
## 
## [[8289]]
## [1] "dcsportsguy14: I predict my most played song will be [Don’t You Worry Child] #SpotifyWrapped"
## 
## [[8290]]
## [1] "ErikOsipenko: I predict my top artist will be [arctic monkeys or low roar] #SpotifyWrapped"
## 
## [[8291]]
## [1] "somahria: I predict my most played song will be She used to be mine\n\nou\n\nWhat do you know about love  #SpotifyWrapped"
## 
## [[8292]]
## [1] "djwinterman: Jyst like last year our #SpotifyWrapped  is dismal, IRGAF anymore personally... And frankly, it's always been SUS A… https://t.co/x0rSI49gnn"
## 
## [[8293]]
## [1] "4evergrimm99: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped definitely teachers off duty, but… https://t.co/lOlwI8dtsN"
## 
## [[8294]]
## [1] "rosiesarelovely: I predict my top artist will be BLACKPINK #SpotifyWrapped"
## 
## [[8295]]
## [1] "ErikOsipenko: I predict my top genre will be [indie, rock] #SpotifyWrapped"
## 
## [[8296]]
## [1] "ESJanrrol: I predict my most played song will be [Ride - Lana del Rey] #SpotifyWrapped"
## 
## [[8297]]
## [1] "moonmoo_lite: I predict my most played song will be \n#SpotifyWrapped\nhttps://t.co/ibpXIJZ9x5"
## 
## [[8298]]
## [1] "axsthxtic_: I predict my most played song will be [MARCH! by @xanakinskywok ] #SpotifyWrapped \nI predict my top genre will be [… https://t.co/ObWJlqlcvO"
## 
## [[8299]]
## [1] "wistyduly: I predict my most played song will be SIU #SpotifyWrapped"
## 
## [[8300]]
## [1] "rosiesarelovely: I predict my top genre will be K-POP #SpotifyWrapped"
## 
## [[8301]]
## [1] "BoffeeMan: I predict my top genre will be modern rock #SpotifyWrapped"
## 
## [[8302]]
## [1] "elithemself: Why did americans make 80s-90s band \"incelcore\" 😭\n\nI just get called having the music tastes of a 30-year-old here.\n\n#SpotifyWrapped"
## 
## [[8303]]
## [1] "ErikOsipenko: I predict my most played song will be [Give up by low roar] #SpotifyWrapped"
## 
## [[8304]]
## [1] "WhyItsMeh: I predict my most played song will be [Forever, PT.2 by Bktherula ] #SpotifyWrapped"
## 
## [[8305]]
## [1] "Italydilfrry: I predict my top artist will be [lana del rey or taylor swift] #SpotifyWrapped"
## 
## [[8306]]
## [1] "rosiesarelovely: I predict my most played song will be Shut Down or Pink Venom by BLACKPINK #SpotifyWrapped"
## 
## [[8307]]
## [1] "BoffeeMan: I predict my top artist will be Twenty One Pilots #SpotifyWrapped"
## 
## [[8308]]
## [1] "winterstaee: I predict my most played song will be ON #SpotifyWrapped"
## 
## [[8309]]
## [1] "Italydilfrry: I predict my top podcast will be BANTER #SpotifyWrapped"
## 
## [[8310]]
## [1] "sorrow_misfit: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nMac demarco"
## 
## [[8311]]
## [1] "BoffeeMan: I predict my most played song will be air catcher #SpotifyWrapped"
## 
## [[8312]]
## [1] "astrorodd: tbh I bumped honestly, nevermind like a freak asi que fijo drake se lleva mi top artist este año\n#SpotifyWrapped"
## 
## [[8313]]
## [1] "crxelsumm3r: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8314]]
## [1] "sorrow_misfit: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nAny Mac Demarco song"
## 
## [[8315]]
## [1] "logankpayne: I predict my most played song will be \"you're on your own, kid\" #SpotifyWrapped"
## 
## [[8316]]
## [1] "4evergrimm99: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped misterwives? Maybe? Honestly I real… https://t.co/0nJsxsJBBQ"
## 
## [[8317]]
## [1] "NAONIDK7: I predict my top artist will be [iKON &amp; B.I] #SpotifyWrapped https://t.co/IzVvDBaqX9"
## 
## [[8318]]
## [1] "sunmustset2rise: I predict my most played song will be Science and Faith by The Script #SpotifyWrapped"
## 
## [[8319]]
## [1] "psyencecity: I predict my top genre will be: \n…post punk?? maaaaaybe j rock… visual kei maybe \n#SpotifyWrapped"
## 
## [[8320]]
## [1] "mxlti_stan: I predict my top artist will be @nessabarrett #SpotifyWrapped"
## 
## [[8321]]
## [1] "chillspot: #SpotifyWrapped has officially begun teasing its 2022 rollout ⚡️\n\nAre you excited? 😆 https://t.co/xSQzjj7nil"
## 
## [[8322]]
## [1] "Jamaelaa_: #SpotifyWrapped trending and y’all had me excited like it was finally time 🥲"
## 
## [[8323]]
## [1] "MichaelConnor27: Last year #SpotifyWrapped https://t.co/TKD6kaj0hM"
## 
## [[8324]]
## [1] "EricaC318: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8325]]
## [1] "4evergrimm99: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped stick season 😭"
## 
## [[8326]]
## [1] "DaniloBertozzo: I predict my top podcast will be Lampcast Podcast by @LampadaNerd #SpotifyWrapped"
## 
## [[8327]]
## [1] "psyencecity: I predict my most played song will be:\nprobably dress or iiid empire 🤔 mayb dog with sharper teeth \n#SpotifyWrapped"
## 
## [[8328]]
## [1] "DaniloBertozzo: I predict my top artist will be Elvis Presley #SpotifyWrapped"
## 
## [[8329]]
## [1] "naevis7thsense: When is it coming out #SpotifyWrapped https://t.co/IybSJk2YUd"
## 
## [[8330]]
## [1] "Italydilfrry: I predict my most played song will be i literally no idea mhm stargirl interlude? #SpotifyWrapped"
## 
## [[8331]]
## [1] "DaniloBertozzo: I predict my top genre will be Rock! #SpotifyWrapped"
## 
## [[8332]]
## [1] "DaniloBertozzo: I predict my most played song will be Body Paint by Arctic Monkeys #SpotifyWrapped"
## 
## [[8333]]
## [1] "issaccwhat: I predict my most played song will be B.O.Y.S.N.E.X.T.D.O.O.R #SpotifyWrapped"
## 
## [[8334]]
## [1] "mcconavghey: I predict my most played song will be Candy by @robbiewilliams #SpotifyWrapped"
## 
## [[8335]]
## [1] "candelaislost: I predict my top genre will be Indie/Alternative #SpotifyWrapped"
## 
## [[8336]]
## [1] "jaypeetdc: Lol all these people getting angry Spotify wrapped isn't out yet I've had mine for a long time #SpotifyWrapped https://t.co/CoXfF0ebI9"
## 
## [[8337]]
## [1] "ppeachoutt: I wonder how they’re gonna piss off the graphic designer in me this year #SpotifyWrapped https://t.co/1MllIaZr7a"
## 
## [[8338]]
## [1] "POPSUGARUK: You've probably seen Instafest all over your timeline and yes, it's as cringe as #SpotifyWrapped. Here's how to cre… https://t.co/WfQczewEur"
## 
## [[8339]]
## [1] "hispanic_cowboy: Can't wait to see Eight by IU as my number 1 song for my #SpotifyWrapped"
## 
## [[8340]]
## [1] "moondeukiie: @Spotify I predict my most played song will be [PINK VENOM] #SpotifyWrapped"
## 
## [[8341]]
## [1] "ZXZapd0s: I predict my top artist will be [Phoneboy] #SpotifyWrapped"
## 
## [[8342]]
## [1] "noodlesmooshes: I predict my most played song will be Time Lapse by NCT 127 #SpotifyWrapped"
## 
## [[8343]]
## [1] "1DSJ8772: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[8344]]
## [1] "ZXZapd0s: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[8345]]
## [1] "kingofmyheart25: I predict my top artist will be [the artist of the decade] #SpotifyWrapped"
## 
## [[8346]]
## [1] "mumciur: #spotifywrapped predictions (trying really hard to not go check on my last fm): probably kanye still as the top art… https://t.co/ycHDx3sAve"
## 
## [[8347]]
## [1] "sudip928: I predict my top genre will be [hiphop] #SpotifyWrapped"
## 
## [[8348]]
## [1] "ZXZapd0s: I predict my most played song will be [Roses] #SpotifyWrapped"
## 
## [[8349]]
## [1] "arianasbinnie: I predict my top artist will be Straykids #SpotifyWrapped"
## 
## [[8350]]
## [1] "SupSoob: Let me see my shit already @Spotify  #SpotifyWrapped"
## 
## [[8351]]
## [1] "indernottinder: I think this song could be my top song ❤️ #SpotifyWrapped\nhttps://t.co/aq9OVBLE0d"
## 
## [[8352]]
## [1] "kingofmyheart25: I predict my most played song will be [august] #SpotifyWrapped"
## 
## [[8353]]
## [1] "ItsArpitaSarkar: Be it #Walls Or #FaithInTheFuture my top artist will be always @Louis_Tomlinson for #SpotifyWrapped 🙌🏻❤ https://t.co/J8C9VlGjKs"
## 
## [[8354]]
## [1] "crxelsumm3r: I predict my most played song will be right where you left me by Taylor 👑#SpotifyWrapped"
## 
## [[8355]]
## [1] "arianasbinnie: I predict my most played song will be Heyday by 3RACHA (straykids) #SpotifyWrapped"
## 
## [[8356]]
## [1] "yungwatercycle: I predict my most played song will be [Liability x Drake ] #SpotifyWrapped"
## 
## [[8357]]
## [1] "ltheadline28: I predict my top artist will be #LouisTomlinson with #FaithInTheFuture \n\n#SpotifyWrapped"
## 
## [[8358]]
## [1] "Nathanael___i: I predict my most played song will be [Love is Hillsong United] #SpotifyWrapped"
## 
## [[8359]]
## [1] "Lovatics820: I predict my most played song will be Substance by Demi Lovato\n#SpotifyWrapped"
## 
## [[8360]]
## [1] "cmspiderman00: I predict my top artist will be [ariana grande ] #SpotifyWrapped"
## 
## [[8361]]
## [1] "Z0mbie8157: I predict my top artist will be [Porter Robinson] #SpotifyWrapped"
## 
## [[8362]]
## [1] "squee_machine: Ok so the #SpotifyWrapped predictions are tricky for me bc my whole life this year was equal parts Harry Styles onl… https://t.co/XRh4DCFi1o"
## 
## [[8363]]
## [1] "vinaverdemusic: Just trying Instafest. app.\nSo it's like #SpotifyWrapped but they make it looks like a music fest ad? I like to see… https://t.co/A0WT0mbVuQ"
## 
## [[8364]]
## [1] "Z0mbie8157: I predict my top genre will be [Sad/lofi/Edm] #SpotifyWrapped"
## 
## [[8365]]
## [1] "cmspiderman00: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8366]]
## [1] "7_kookie1997: I predict my most played song will be [\n\nleft and Right] #SpotifyWrapped"
## 
## [[8367]]
## [1] "cmspiderman00: I predict my most played song will be [leave me lonley] #SpotifyWrapped"
## 
## [[8368]]
## [1] "kittirry989: #SpotifyWrapped omg its coming this week"
## 
## [[8369]]
## [1] "OlicityIsMyLife: I predict my top artist will be Taylor Swift #SpotifyWrapped duh"
## 
## [[8370]]
## [1] "Z0mbie8157: I predict my most played song will be [Trying to feel alive (Porter Robinson)] #SpotifyWrapped"
## 
## [[8371]]
## [1] "SleinNoir: I predict my most played song will be Nobuo Uematsu - One Winged Angel #SpotifyWrapped"
## 
## [[8372]]
## [1] "daleycolfin: I predict my top artist will be #LouisTomlinson with #FaithInTheFuture \n\n#SpotifyWrapped"
## 
## [[8373]]
## [1] "swiftiegnf: I predict my top podcast will be banter!!!!! #SpotifyWrapped"
## 
## [[8374]]
## [1] "Sumire_Shea: oooooooh the official tag is out, looking forward to getting my #spotifywrapped later on this week!"
## 
## [[8375]]
## [1] "Picklejar987: I predict my top artist will be @boywithukes #SpotifyWrapped"
## 
## [[8376]]
## [1] "w1ntertea: I predict my top artist will be @oO0Eve0Oo  #SpotifyWrapped"
## 
## [[8377]]
## [1] "lmgiriv: My favorite holiday is on the way #SpotifyWrapped"
## 
## [[8378]]
## [1] "swiftiegnf: I predict my top artist will be taylor 10000% #SpotifyWrapped"
## 
## [[8379]]
## [1] "swiftiegnf: I predict my top genre will be if they didn’t take dream smp out it’ll be that #SpotifyWrapped"
## 
## [[8380]]
## [1] "arunextdoor: I predict my top genre will be Electronic? specifically Trance  #SpotifyWrapped"
## 
## [[8381]]
## [1] "conchazzz: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[8382]]
## [1] "KevinFroleiks: I know everyone is excited for #SpotifyWrapped but the truly enlightened know that music fans go to #BandCamp. \n\nAn… https://t.co/9ZTIaS8sGr"
## 
## [[8383]]
## [1] "ana_laura0691: I predict my most played song will be  Yonaguni - Bad Bunny #SpotifyWrapped"
## 
## [[8384]]
## [1] "jlcs193: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8385]]
## [1] "kaybocaya: I predict my top podcast will be @creepsilog. sure na yan. #SpotifyWrapped"
## 
## [[8386]]
## [1] "th0mqs_: I predict my top podcast will be anything goes by queen emma #SpotifyWrapped"
## 
## [[8387]]
## [1] "swiftiegnf: I predict my most played song will be either change my clothes or daylight #SpotifyWrapped"
## 
## [[8388]]
## [1] "_ecii__: I predict my most played song will be A.M. #SpotifyWrapped"
## 
## [[8389]]
## [1] "mandaIorr: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8390]]
## [1] "jlcs193: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8391]]
## [1] "arunextdoor: I predict my most played song will be Sweat - SOPHIE remix #SpotifyWrapped"
## 
## [[8392]]
## [1] "TheCiarKat: NGL I’m scared to see my  #SpotifyWrapped"
## 
## [[8393]]
## [1] "th0mqs_: I predict my top artist will be sza fs 🙏🙏🙏 #SpotifyWrapped"
## 
## [[8394]]
## [1] "jlcs193: I predict my most played song will be Lights Off - ESC Version #SpotifyWrapped"
## 
## [[8395]]
## [1] "DizDougle: I predict my most played song will be lightning Charli XCX #SpotifyWrapped"
## 
## [[8396]]
## [1] "the_gary999: I predict my most played song will be SPACE MAN by Sam Ryder #SpotifyWrapped"
## 
## [[8397]]
## [1] "kaybocaya: I predict my most played song will be Silk Chiffon YAHAHAHAHHAHAHAHAAHAHAHA #SpotifyWrapped"
## 
## [[8398]]
## [1] "th0mqs_: I predict my top genre will be pop music ig #SpotifyWrapped"
## 
## [[8399]]
## [1] "NvsSarath: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8400]]
## [1] "_ecii__: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8401]]
## [1] "thefutureisbvb: I predict my top artist will be Black Veil Brides #SpotifyWrapped"
## 
## [[8402]]
## [1] "Somasom44575703: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8403]]
## [1] "th0mqs_: I predict my most played song will be Shirt by SZA (aka queen)  #SpotifyWrapped"
## 
## [[8404]]
## [1] "KrisRoyle91: I predict my top artist will be @theweeknd #SpotifyWrapped"
## 
## [[8405]]
## [1] "_ecii__: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[8406]]
## [1] "graaaynovembeer: I predict my top genre will be [taylor-pop obviously] #SpotifyWrapped"
## 
## [[8407]]
## [1] "NT5431: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8408]]
## [1] "gamaboaba: I predict my most played song will be Tzanca Uraganu Mami ti am promis live #SpotifyWrapped"
## 
## [[8409]]
## [1] "afvulax: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[8410]]
## [1] "dvestgolf: @jappleby Used to love it until by 5yo took over my #spotifywrapped now i get bluey, makeup stories and instrumental lullabies. Dad life."
## 
## [[8411]]
## [1] "isthereashley: me when my top artist on #spotifywrapped is Taylor Swift https://t.co/55Jw2sqRk6"
## 
## [[8412]]
## [1] "JiminieIsMyKing: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[8413]]
## [1] "matildajendbdjs: I predict my top artist will be lana del rey #SpotifyWrapped"
## 
## [[8414]]
## [1] "Backflip25: I predict my top artist will be @lilamccann, like every year since i got Spotify! #SpotifyWrapped"
## 
## [[8415]]
## [1] "afvulax: I predict my top genre will be Pop (either Dance, Synth or K-pop) #SpotifyWrapped"
## 
## [[8416]]
## [1] "JiminieIsMyKing: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[8417]]
## [1] "frlsslouis: I predict my top artist will be #LouisTomlinson #SpotifyWrapped"
## 
## [[8418]]
## [1] "_ecii__: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8419]]
## [1] "locaIantihero: I predict my most played song will be Getaway Car #SpotifyWrapped"
## 
## [[8420]]
## [1] "t4bletennis: I predict my top artist will be [carti or kendrick] #SpotifyWrapped"
## 
## [[8421]]
## [1] "JiminieIsMyKing: I predict my most played song will be [Dynamite] #SpotifyWrapped"
## 
## [[8422]]
## [1] "squee_machine: I predict my top genre will be Metal #SpotifyWrapped https://t.co/7RpLJ6AJmd"
## 
## [[8423]]
## [1] "angelo_tortora: It’s almost time for the yearly Vapor Twitch Takeover #SpotifyWrapped"
## 
## [[8424]]
## [1] "t4bletennis: I predict my top genre will be [is opium a genre 😋] #SpotifyWrapped"
## 
## [[8425]]
## [1] "afvulax: I predict my most played song will be Shut Down by BLACKPINK  #SpotifyWrapped"
## 
## [[8426]]
## [1] "wlxfpxws: waiting for my #SpotifyWrapped"
## 
## [[8427]]
## [1] "Youniverse_2012: I predict my top artist will be Seventeen. #SpotifyWrapped"
## 
## [[8428]]
## [1] "Backflip25: I predict my top genre will be country #SpotifyWrapped"
## 
## [[8429]]
## [1] "marianasburner: I predict my top artist will be bad bunny ?? #SpotifyWrapped"
## 
## [[8430]]
## [1] "sapphicgillz: i predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[8431]]
## [1] "t4bletennis: I predict my most played song will be [BENO ON WLR] #SpotifyWrapped"
## 
## [[8432]]
## [1] "deadrosesantnee: I predict my top podcast will be Views #SpotifyWrapped"
## 
## [[8433]]
## [1] "MinajAngelic: next year my #spotifywrapped top genre will be \"we get it. you're a lesbian barb\""
## 
## [[8434]]
## [1] "sinkingana: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8435]]
## [1] "voltaeri: give it to me now  #SpotifyWrapped"
## 
## [[8436]]
## [1] "sapphicgillz: i predict my top genre will be pop #SpotifyWrapped"
## 
## [[8437]]
## [1] "Youniverse_2012: I predict my top genre will be K-Pop. #SpotifyWrapped"
## 
## [[8438]]
## [1] "bambistarcandy: I predict my top podcast will be [offlinetv podcast] #SpotifyWrapped"
## 
## [[8439]]
## [1] "wangmeilly: I predict my top artist will be aespa #SpotifyWrapped"
## 
## [[8440]]
## [1] "Yamamba3952: I predict my most played song will be King Of The Fall #SpotifyWrapped"
## 
## [[8441]]
## [1] "deadrosesantnee: I predict my top artist will be @iamblackbear #SpotifyWrapped"
## 
## [[8442]]
## [1] "wandasoldier_: I WANNA KNOW!! #SpotifyWrapped"
## 
## [[8443]]
## [1] "marianasburner: I predict my most played song will be Next Level by Aespa #SpotifyWrapped"
## 
## [[8444]]
## [1] "JiminieIsMyKing: My Spotify Wrap will probably be nothing but BTS since I became an ARMY this year lmao 💜#SpotifyWrapped"
## 
## [[8445]]
## [1] "sapphicgillz: i predict my most played song will be all too well ten minute version #SpotifyWrapped"
## 
## [[8446]]
## [1] "Youniverse_2012: I predict my most played song will be Hot by Seventeen. #SpotifyWrapped"
## 
## [[8447]]
## [1] "itsmebeechhh: My #SpotifyWrapped most listened to will be the relaxing dog music I leave on for my dog every day 😂😂😂"
## 
## [[8448]]
## [1] "wangmeilly: I predict my most played song will be To Be Honest by Kai #SpotifyWrapped"
## 
## [[8449]]
## [1] "sinkingana: I predict my most played song will be am I wrong by BTS LMAO #SpotifyWrapped"
## 
## [[8450]]
## [1] "Manya_jdope: Me waiting for my 2022 wrapped even though I know who my #1 artist is going to be\n#SpotifyWrapped #BTS https://t.co/k0lmpYPAYB"
## 
## [[8451]]
## [1] "Yamamba3952: I predict my top genre will be R&amp;B (probably) #SpotifyWrapped"
## 
## [[8452]]
## [1] "rain_isdying: I predict my top artist will be fob, again #SpotifyWrapped"
## 
## [[8453]]
## [1] "sanakaeya: squeezie #SpotifyWrapped the weeknd loona chuu tim burton #BoycottFnac valorant hyunjin namjoon nehuda south korea… https://t.co/dBgV00nLKN"
## 
## [[8454]]
## [1] "deadrosesantnee: I predict my most played song will be Mine - 1nonly #SpotifyWrapped"
## 
## [[8455]]
## [1] "mastermindTS10: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[8456]]
## [1] "IamCJCarr081706: I predict my top artist will be Riders in the Sky! #SpotifyWrapped"
## 
## [[8457]]
## [1] "SakuraBlossomb: i'm gonna pretend i'm surprised when taylor swift is my top artist #SpotifyWrapped"
## 
## [[8458]]
## [1] "helenaboone: I predict my top podcast will be Violating Community Guidelines with @sarahschauer and @brittany_broski #SpotifyWrapped"
## 
## [[8459]]
## [1] "SpiderGangnem: I predict my top artist will be \nJuice Wrld #SpotifyWrapped"
## 
## [[8460]]
## [1] "DJRock93: I predict my top artist will be @raincitydrive #SpotifyWrapped"
## 
## [[8461]]
## [1] "Yamamba3952: I predict my top artist will be The Weeknd for sure lmaooo #SpotifyWrapped"
## 
## [[8462]]
## [1] "sarahrainyy: I predict my top artist will be \n1. Lana Del Rey\n2. Taylor Swift\n3. Billie Eilish\n#SpotifyWrapped"
## 
## [[8463]]
## [1] "rain_isdying: I predict my top genre will be idk some mentally ill shit or another #SpotifyWrapped"
## 
## [[8464]]
## [1] "mastermindTS10: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8465]]
## [1] "valleysinz: I predict my top genre will be trap metal/punk #SpotifyWrapped"
## 
## [[8466]]
## [1] "mastermindTS10: I predict my most played song will be [my tears ricochet ] #SpotifyWrapped"
## 
## [[8467]]
## [1] "adwd_band: #SpotifyWrapped INCOMING!!"
## 
## [[8468]]
## [1] "DJRock93: I predict my top genre will be post-hardcore or pop lol #SpotifyWrapped"
## 
## [[8469]]
## [1] "bambistarcandy: I predict my top artist will be [bts] #SpotifyWrapped"
## 
## [[8470]]
## [1] "helenaboone: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8471]]
## [1] "forgot2rest: I predict my top podcast will be Horoscopinho Semanal #SpotifyWrapped"
## 
## [[8472]]
## [1] "bambistarcandy: I predict my top genre will be [k-pop] #SpotifyWrapped"
## 
## [[8473]]
## [1] "sarahrainyy: I predict my top genre will be \n1. pop\n2. indie pop\n3. rock\n#SpotifyWrapped"
## 
## [[8474]]
## [1] "Sammi_Sativa: I predict my top genre will be Deep House #SpotifyWrapped"
## 
## [[8475]]
## [1] "kimclaws: I predict my most played song will be RUN2U or Better #SpotifyWrapped"
## 
## [[8476]]
## [1] "bambistarcandy: I predict my most played song will be [with you] #SpotifyWrapped"
## 
## [[8477]]
## [1] "rain_isdying: I predict my most played song will be ginasfs by fob #SpotifyWrapped"
## 
## [[8478]]
## [1] "IamCJCarr081706: I predict my most played song will be Woody’s Roundup! #SpotifyWrapped"
## 
## [[8479]]
## [1] "WillZMarler: I predict my top artist will be @thecure #SpotifyWrapped"
## 
## [[8480]]
## [1] "sarahrainyy: I predict my most played song will be \n1. TV - Billie Eilish\n2. Fade Into You - Mazzy Star\n3. Genesis - Grimes\n#SpotifyWrapped"
## 
## [[8481]]
## [1] "houseofhae: I predict my most played song will be 2 baddies by @NCTsmtown_127 for sure #SpotifyWrapped"
## 
## [[8482]]
## [1] "voremanbates: my #SpotifyWrapped predictions:\ntop song - either komm susser tod or early sunsets over monroeville\ntop artist - my… https://t.co/BfSqQFaRbw"
## 
## [[8483]]
## [1] "dynastysrina: I predict my top podcast will be [notskinnybutnotfat] #SpotifyWrapped"
## 
## [[8484]]
## [1] "IshanArya2512: I predict my most played song will be [idk] #SpotifyWrapped"
## 
## [[8485]]
## [1] "sergiOFWGKT4: I predict my top genre will be [male] #SpotifyWrapped"
## 
## [[8486]]
## [1] "Blink_here_: I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped"
## 
## [[8487]]
## [1] "dynastysrina: I predict my top artist will be [lady gaga] #SpotifyWrapped"
## 
## [[8488]]
## [1] "FatimaRH_: I predict my top artist will be Taylor Alison Suif  #SpotifyWrapped"
## 
## [[8489]]
## [1] "dynastysrina: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8490]]
## [1] "tinaclxmen: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[8491]]
## [1] "roseseokk: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[8492]]
## [1] "z0irf: I predict my top podcast will be Papo de UX #SpotifyWrapped"
## 
## [[8493]]
## [1] "dynastysrina: I predict my most played song will be [judas] #SpotifyWrapped"
## 
## [[8494]]
## [1] "alwaysformomo: I predict my top podcast will be [Hablando de Cine con] #SpotifyWrapped"
## 
## [[8495]]
## [1] "FatimaRH_: I predict my most played song will be All too well 10 mv tv #SpotifyWrapped"
## 
## [[8496]]
## [1] "HaileyRen13: Can't Wait For #SpotifyWrapped   #instafest https://t.co/KC5nDhEuDT"
## 
## [[8497]]
## [1] "Blink_here_: I predict my most played song will be [shutdown/Pink Venom/] #SpotifyWrapped"
## 
## [[8498]]
## [1] "z0irf: I predict my top artist will be OOMPH! #SpotifyWrapped"
## 
## [[8499]]
## [1] "InTheCosmos_twt: I predict my most played song will be The Difference by Flume #SpotifyWrapped"
## 
## [[8500]]
## [1] "silverItongues: I predict my top podcast will be I don't listen to podcasts 😭 #SpotifyWrapped"
## 
## [[8501]]
## [1] "lovebugcaitlyn: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[8502]]
## [1] "mewstrooms: DROP IT RIGHT NOW PLEASE #SpotifyWrapped https://t.co/AhPXeYYROS"
## 
## [[8503]]
## [1] "mcmason1984: I predict my top artist will be Bill Evans #SpotifyWrapped"
## 
## [[8504]]
## [1] "Paolakati: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8505]]
## [1] "alwaysformomo: I predict my top artist will be [TWICE] #SpotifyWrapped"
## 
## [[8506]]
## [1] "OhFlawless_: @DPRIAN_ as headline act, of course #SpotifyWrapped #instafest https://t.co/sgiQYNtQow"
## 
## [[8507]]
## [1] "silverItongues: I predict my top artist will be louis tomlinson of course #SpotifyWrapped"
## 
## [[8508]]
## [1] "malalamente: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8509]]
## [1] "Bp_Ruletheworld: I predict my most played song will be Pink Venom #SpotifyWrapped"
## 
## [[8510]]
## [1] "steffiabeyta: Can’t wait for my #SpotifyWrapped to come out &amp; for all my top songs to be from Midnights even tho it just came out last month"
## 
## [[8511]]
## [1] "st4rgrrrl_jpeg: I predict my top podcast will be i dont listen to podcasts #SpotifyWrapped"
## 
## [[8512]]
## [1] "chromatictaylor: I predict my most played song will be Red (Taylor’s Version) #SpotifyWrapped"
## 
## [[8513]]
## [1] "mcmason1984: I predict my top genre will be Adult Standards #SpotifyWrapped"
## 
## [[8514]]
## [1] "alwaysformomo: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[8515]]
## [1] "EFCWilliam: I predict my most played song will be come as you are #SpotifyWrapped"
## 
## [[8516]]
## [1] "eiIishrry: I predict my most played song will be As it Was by @Harry_Styles #SpotifyWrapped"
## 
## [[8517]]
## [1] "Abel__says: In my designer brain, #SpotifyWrapped is so unappealing...."
## 
## [[8518]]
## [1] "st4rgrrrl_jpeg: I predict my top genre will be permanent wave #SpotifyWrapped"
## 
## [[8519]]
## [1] "silverItongues: I predict my top genre will be Pop-rock-indie-soundtrack? #SpotifyWrapped"
## 
## [[8520]]
## [1] "alwaysformomo: I predict my most played song will be [After Like de IVE] #SpotifyWrapped"
## 
## [[8521]]
## [1] "serenitysky98: I’m either expecting  @JanetJealousy or @taylorswift13 to be my most listened to on Spotify Wrapped #SpotifyWrapped"
## 
## [[8522]]
## [1] "mcmason1984: I predict my most played song will be Yesterday Oh Yesterday by Stephen Emmer &amp; Frank McComb #SpotifyWrapped"
## 
## [[8523]]
## [1] "EFCWilliam: I predict my top artist will be the weeknd #SpotifyWrapped"
## 
## [[8524]]
## [1] "st4rgrrrl_jpeg: I predict my top artist will be destroy boys, radiohead or weezer #SpotifyWrapped"
## 
## [[8525]]
## [1] "LOVEKILLAAZ: my most played artists are gonna be kihyun and monsta x 😭 #SpotifyWrapped"
## 
## [[8526]]
## [1] "Rayforgreen: I predict my top artist will be [(G)I-DLE] #SpotifyWrapped"
## 
## [[8527]]
## [1] "MinYoongiMoods: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[8528]]
## [1] "FeloniousPines: i'm so ready to get free mental health evaluation for 2022 #SpotifyWrapped"
## 
## [[8529]]
## [1] "silverItongues: I predict my most played song will be some song by louis or artick monkeys, either ooms or teddy picker #SpotifyWrapped"
## 
## [[8530]]
## [1] "coraseabourne: #spotifywrapped trending almost had a heart attack"
## 
## [[8531]]
## [1] "m0ss_kal: I predict my most played song will be CHEERS by @pledis_17 #SpotifyWrapped"
## 
## [[8532]]
## [1] "kyeokenyy: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped jump jumpers"
## 
## [[8533]]
## [1] "chrisjoonie: I predict my top podcast will be spotify knows  #SpotifyWrapped"
## 
## [[8534]]
## [1] "girIstalkbrooke: I predict my top artist will be 5sos 💀 #SpotifyWrapped"
## 
## [[8535]]
## [1] "st4rgrrrl_jpeg: I predict my most played song will be widow by destroy boys #SpotifyWrapped"
## 
## [[8536]]
## [1] "kyeokenyy: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop/ rap"
## 
## [[8537]]
## [1] "stormystellaa: I predict my top artist will be Michael Jackson #SpotifyWrapped"
## 
## [[8538]]
## [1] "emilsmamacita: I predict my top podcast will be Bryar Lane #SpotifyWrapped"
## 
## [[8539]]
## [1] "chrisjoonie: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[8540]]
## [1] "kyeokenyy: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped drake or nba youngboy"
## 
## [[8541]]
## [1] "blasiyus_harris: @arrahman\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8542]]
## [1] "imfranci13: #spotifywrapped&gt;any other events"
## 
## [[8543]]
## [1] "emilsmamacita: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[8544]]
## [1] "MissHaymes: Not sure I want to see my #SpotifyWrapped ….last year it was almost all @KSI thanks to my son that decided to use mine instead of his own 👍🏼"
## 
## [[8545]]
## [1] "emilsmamacita: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8546]]
## [1] "sospeedygirl: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8547]]
## [1] "girIstalkbrooke: I predict my most played song will be girls talk boys 💀#SpotifyWrapped"
## 
## [[8548]]
## [1] "chrisjoonie: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8549]]
## [1] "kyeokenyy: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped every chance I get by lil baby and lil durk"
## 
## [[8550]]
## [1] "stanofshawn98: I predict my top podcast will be @gintoxicpodcast #SpotifyWrapped"
## 
## [[8551]]
## [1] "TikSui: I predict my most played song will be [subtitle] #SpotifyWrapped"
## 
## [[8552]]
## [1] "chrisjoonie: I predict my most played song will be one out of this four choices:\n- caroline by taylor swift\n- bones by imagine d… https://t.co/jyHlwpoRoa"
## 
## [[8553]]
## [1] "emilsmamacita: I predict my top genre will be Pop and Rock #SpotifyWrapped"
## 
## [[8554]]
## [1] "kam_asp: #SpotifyWrapped CAN IT GET HERE SOONER THAN THIS ISTG IM SO NERVOUS"
## 
## [[8555]]
## [1] "PeaceFF47: Waiting for you. #SpotifyWrapped https://t.co/C5HESNcPy4"
## 
## [[8556]]
## [1] "simp_requiem: Need this joint to drop IMMEDIATELY #SpotifyWrapped https://t.co/kI5WXJ1Ifo"
## 
## [[8557]]
## [1] "Fretzy99: I'll give you my #SpotifyWrapped nice and early.\n\nSpoilers, it looks a lot like last year's. https://t.co/neWMwLg9ti"
## 
## [[8558]]
## [1] "allthingsenews: My #SpotifyWrapped will be lots of @1future, @lilbaby4PF and @DojaCat."
## 
## [[8559]]
## [1] "stanofshawn98: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8560]]
## [1] "emilsmamacita: I predict my most played song will be I Think He Knows by Taylor Swift #SpotifyWrapped"
## 
## [[8561]]
## [1] "stelshortt: I predict my top podcast will be [good girls guide to murder and hits different ] #SpotifyWrapped"
## 
## [[8562]]
## [1] "Taloneon: I predict my top podcast will be Unhhhhh #SpotifyWrapped"
## 
## [[8563]]
## [1] "realDynamicDuo1: #SpotifyWrapped is coming out soon, what’s your prediction for your top 5 artists? \n\nFor everyone that guesses righ… https://t.co/fP2WZhvADK"
## 
## [[8564]]
## [1] "lmlysweetener: can't wait for my spotify wrapped this year #SpotifyWrapped"
## 
## [[8565]]
## [1] "anna_stevenson9: I predict my top artist will be @taylorswift13 🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰 #SpotifyWrapped"
## 
## [[8566]]
## [1] "stelshortt: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[8567]]
## [1] "Taloneon: I predict my top artist will be The Original Broadway Cast of Hamilton #SpotifyWrapped"
## 
## [[8568]]
## [1] "FearlessRedLovr: I predict my top podcast will be that one episode about Thomas Jefferson #SpotifyWrapped"
## 
## [[8569]]
## [1] "stelshortt: I predict my top genre will be  pop #SpotifyWrapped"
## 
## [[8570]]
## [1] "unknownalias47: I predict my most played song will be Maybe by the Kid LAROI #SpotifyWrapped"
## 
## [[8571]]
## [1] "FearlessRedLovr: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8572]]
## [1] "TheRealJustHen: #spotifywrapped when?????"
## 
## [[8573]]
## [1] "Taloneon: I predict my top genre will be Show Tunes #SpotifyWrapped"
## 
## [[8574]]
## [1] "stelshortt: I predict my most played song will be [memories by conan gray #SpotifyWrapped"
## 
## [[8575]]
## [1] "Navyanth18: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[8576]]
## [1] "FatherLord9: #SpotifyWrapped can u convince apple to do this.  😭 asking for a friend"
## 
## [[8577]]
## [1] "avatarmitski: I predict my top artist will be Mitski #SpotifyWrapped"
## 
## [[8578]]
## [1] "sugacookielatte: I predict my top artist will be yeat #SpotifyWrapped"
## 
## [[8579]]
## [1] "Navyanth18: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8580]]
## [1] "avatarmitski: I predict my top genre will be Pop  #SpotifyWrapped"
## 
## [[8581]]
## [1] "kenziestove: Waiting patiently for my #SpotifyWrapped https://t.co/jo1NHQunpM"
## 
## [[8582]]
## [1] "avatarmitski: I predict my most played song will be First Love / Late Spring  #SpotifyWrapped"
## 
## [[8583]]
## [1] "MrsReed0710: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[8584]]
## [1] "powerfuyu: I predict my top artist will be Kero Kero Bonito #SpotifyWrapped"
## 
## [[8585]]
## [1] "hyuckstin: I predict my top artist will be baekhyun or NCT dream? #SpotifyWrapped"
## 
## [[8586]]
## [1] "prettypateI: I predict my most played song will be on deck @abznoproblem17 I love you #SpotifyWrapped"
## 
## [[8587]]
## [1] "krishbotdotexe: I predict my top artist will be FUTURE #SpotifyWrapped"
## 
## [[8588]]
## [1] "SkittishSting99: I predict my most played song will be Glimpse of Us by @sushitrash #SpotifyWrapped"
## 
## [[8589]]
## [1] "powerfuyu: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[8590]]
## [1] "eupickogargat: I predict my top artist will be [Eve] #SpotifyWrapped"
## 
## [[8591]]
## [1] "hyuckstin: I predict my most played song will be r u ridin by baekhyun again? #SpotifyWrapped"
## 
## [[8592]]
## [1] "crystallllmond: Meet Me In The Woods is definitely gonna be my top song I've listened to it at least 10 times every week since it f… https://t.co/XXRISMTNXM"
## 
## [[8593]]
## [1] "powerfuyu: I predict my most played song will be Touch The Sun by CryALot #SpotifyWrapped"
## 
## [[8594]]
## [1] "_ughoyas: I predict my top artist will be J-Hope or BTS 👀 #SpotifyWrapped"
## 
## [[8595]]
## [1] "CodySutcliffe4: I predict my top artist will be Hollywood undead #SpotifyWrapped"
## 
## [[8596]]
## [1] "totoandluli: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8597]]
## [1] "Suela_Balla: I predict my most played song will be J-hope More #SpotifyWrapped"
## 
## [[8598]]
## [1] "powerofvethoe: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8599]]
## [1] "dearanularmy: @chartdata It's been 2 years almost that Spotify had been launched in my country &amp; my #SpotifyWrapped is only BTS 💜"
## 
## [[8600]]
## [1] "sheenaluker2: I predict my most played song will be Lost by @robbiewilliams [fill in top song prediction] #SpotifyWrapped"
## 
## [[8601]]
## [1] "Suela_Balla: I predict my top artist will be J-hope #SpotifyWrapped"
## 
## [[8602]]
## [1] "catsjia: I predict my most played song will be invu by taeyeon #SpotifyWrapped"
## 
## [[8603]]
## [1] "jaymyth2006: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8604]]
## [1] "totoandluli: I predict my top genre will be pop or country #SpotifyWrapped"
## 
## [[8605]]
## [1] "WOOJ0830: I predict my most played song will be [Darari] #SpotifyWrapped"
## 
## [[8606]]
## [1] "Maddibreanne: I predict my top artist will be @NoahKahan. I listened to Stick Season on repeat 😂 #SpotifyWrapped"
## 
## [[8607]]
## [1] "Taloneon: I predict my most played song will be It's My Life by Bon Jovi #SpotifyWrapped"
## 
## [[8608]]
## [1] "CodySutcliffe4: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8609]]
## [1] "jaymyth2006: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8610]]
## [1] "milliepilled: these two trending at the same time makes so much sense #SpotifyWrapped https://t.co/o5kUJWL4Ul"
## 
## [[8611]]
## [1] "Qui_nni: I NEED IT MATE I NEED TO KNOW #SpotifyWrapped https://t.co/YmXoY2CdTJ"
## 
## [[8612]]
## [1] "Jimweave: I predict my most played song will be [the blues by @vincestaples]      #SpotifyWrapped"
## 
## [[8613]]
## [1] "jaymyth2006: I predict my most played song will be “feels like” by @gracieabrams #SpotifyWrapped"
## 
## [[8614]]
## [1] "NaikVimla: I predict my top artist will be [the weeknd] #SpotifyWrapped"
## 
## [[8615]]
## [1] "xrcoraline: I predict my most played song will be IN NOME DEL PADRE - MÅNESKIN #SpotifyWrapped"
## 
## [[8616]]
## [1] "dhruvievikas: I predict my top artist will be Taylor Swift, duh #SpotifyWrapped"
## 
## [[8617]]
## [1] "kam_asp: I predict my top artist will be either störmbreaker, csh, lsb, or maybe death cab? #SpotifyWrapped"
## 
## [[8618]]
## [1] "AmberRoseZA: I predict my top podcast will be Darren \"Whackhead\" Simpson's prank calls on Kfm Mornings #SpotifyWrapped"
## 
## [[8619]]
## [1] "tswizzversion: I predict my top artist will be [taylor swift] #SpotifyWrapped"
## 
## [[8620]]
## [1] "kiwistour: I predict my most played song will be Love of My Life by Harry Styles #SpotifyWrapped\n\nif it aint this then i have 0 clue"
## 
## [[8621]]
## [1] "cowboylik3m3_: I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped"
## 
## [[8622]]
## [1] "holyorangebottl: Me acting surprised when my Spotify wrapped is mostly all Taylor swift and pop punk #SpotifyWrapped https://t.co/GnorRz60fE"
## 
## [[8623]]
## [1] "CallMeCrowz: I predict my most played song will be probably something by drippin so pretty or dc the don #SpotifyWrapped"
## 
## [[8624]]
## [1] "oscie57: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[8625]]
## [1] "jhscentric: I predict my top artist will be j-hope!! \n\n#SpotifyWrapped"
## 
## [[8626]]
## [1] "oscie57: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8627]]
## [1] "oscie57: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[8628]]
## [1] "rjmpescador: I predict my top genre will be.....don't tell me it's dance pop again. On a streak, aren't we? #SpotifyWrapped"
## 
## [[8629]]
## [1] "oscie57: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8630]]
## [1] "tswizzversion: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8631]]
## [1] "demetria_outdid: I predict my top artist will be DEMIIIII @ddlovato  #SpotifyWrapped"
## 
## [[8632]]
## [1] "fran_sepul_: I predict my most played song will be All to well (10min) #SpotifyWrapped"
## 
## [[8633]]
## [1] "blorgil: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8634]]
## [1] "tswizzversion: I predict my most played song will be [august] #SpotifyWrapped"
## 
## [[8635]]
## [1] "QueenXBarb: I predict my top artist will be Nicki Minaj #SpotifyWrapped"
## 
## [[8636]]
## [1] "AmberRoseZA: I predict my top genre will be [Parody] #SpotifyWrapped"
## 
## [[8637]]
## [1] "cowboylik3m3_: I predict my most played song will be [Difficult by @gracieabrams ] #SpotifyWrapped"
## 
## [[8638]]
## [1] "SantiC1956: Spotify 2021. #SpotifyWrapped \nhttps://t.co/Yi6PEU7hLq"
## 
## [[8639]]
## [1] "_joshua_09: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[8640]]
## [1] "marvelbimbo: I predict my top artist will be Taylor swift dUH  #SpotifyWrapped"
## 
## [[8641]]
## [1] "Halo_Khibbles: I already know that Intruder - Yann Vann Der Cruyssen is my top song. It's literally my alarm clock. #SpotifyWrapped"
## 
## [[8642]]
## [1] "QueenXBarb: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[8643]]
## [1] "cxtxzenerased: I predict my most played song will be [suck my dick by arctic monkeys] #SpotifyWrapped"
## 
## [[8644]]
## [1] "vaItcrsen: it’s so close #spotifywrapped https://t.co/3qDW6sEzrT"
## 
## [[8645]]
## [1] "loveof__mylife_: I predict my top artist will be the one and only @NiallOfficial #SpotifyWrapped"
## 
## [[8646]]
## [1] "kurianandgeorge: I predict my top podcast will be [Interleks Podcast] #SpotifyWrapped"
## 
## [[8647]]
## [1] "JJJamii_: I predict my top podcast will be [Niggalations] #SpotifyWrapped"
## 
## [[8648]]
## [1] "joelthemoelttv: I predict my top artist will be Michael Jackson #SpotifyWrapped"
## 
## [[8649]]
## [1] "_joshua_09: I predict my top genre will be R&amp;B \n#SpotifyWrapped"
## 
## [[8650]]
## [1] "QueenXBarb: I predict my most played song will be Bussin - Nicki minaj #SpotifyWrapped"
## 
## [[8651]]
## [1] "regaardezmoi: i predict my top artist will be cesare cremonini #SpotifyWrapped"
## 
## [[8652]]
## [1] "valley_heart9: Why am I anxious for #SpotifyWrapped when I know DAMN WELL it's going to be all @thebandGHOST? Most played artist?… https://t.co/qFJyA9qf1h"
## 
## [[8653]]
## [1] "JJJamii_: I predict my top artist will be [SewerSlvt] #SpotifyWrapped"
## 
## [[8654]]
## [1] "kurianandgeorge: I predict my top artist will be [Eminem] #SpotifyWrapped"
## 
## [[8655]]
## [1] "knappsack77: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8656]]
## [1] "liyahumphrey: I predict my top genre will be Latin Pop #SpotifyWrapped https://t.co/LpcK7Jd6CD"
## 
## [[8657]]
## [1] "Thasamuraiy: I predict my top podcast will be [@garyvee ] #SpotifyWrapped"
## 
## [[8658]]
## [1] "jealousyxliv: I predict my top artist will be [ taylor swift ] #SpotifyWrapped"
## 
## [[8659]]
## [1] "Epix_Noob: I predict my most played song will be [Blinding Lights by the weeknd ] #SpotifyWrapped"
## 
## [[8660]]
## [1] "kurianandgeorge: I predict my top genre will be [Malayalam classics] #SpotifyWrapped"
## 
## [[8661]]
## [1] "prettehboah: Can  #SpotifyWrapped hurry the tf up already 😭😭"
## 
## [[8662]]
## [1] "jealousyxliv: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8663]]
## [1] "JJJamii_: I predict my top genre will be [Jungle/Jazz] #SpotifyWrapped"
## 
## [[8664]]
## [1] "FrowningFreeman: Time to get excited for something I wasn't excited about until a corporation started a marketing campaign #SpotifyWrapped"
## 
## [[8665]]
## [1] "paige_maccc28: I predict my most played song will be Little Freak #SpotifyWrapped"
## 
## [[8666]]
## [1] "jealousyxliv: I predict my most played song will be [new romantics by taylor swift ] #SpotifyWrapped"
## 
## [[8667]]
## [1] "EllaFle47164315: I predict my top artist will be Jack Stauber #SpotifyWrapped"
## 
## [[8668]]
## [1] "Thasamuraiy: I predict my top artist will be [Tha Samurai] #SpotifyWrapped"
## 
## [[8669]]
## [1] "JJJamii_: I predict my most played song will be [Heaven Norihiko Hibino Remix] #SpotifyWrapped"
## 
## [[8670]]
## [1] "FongerOfficial: I predict my top podcast will be [fill in top podcast prediction] Red Scare #SpotifyWrapped"
## 
## [[8671]]
## [1] "adaaaaaa_1: I predict my top artist will be taylor swift or The Weeknd #SpotifyWrapped"
## 
## [[8672]]
## [1] "paige_maccc28: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[8673]]
## [1] "atomicdani_: I predict my most played song will be Kingston by Faye Webster  #SpotifyWrapped"
## 
## [[8674]]
## [1] "MilesDittmar: Waiting for my #SpotifyWrapped https://t.co/UGbR0pI5bF"
## 
## [[8675]]
## [1] "afterglourry: I predict my top artist will be [Taylor Alison Swift and I would bet my life on it ] #SpotifyWrapped"
## 
## [[8676]]
## [1] "adaaaaaa_1: I predict my top genre will be pop/ dance pop \n#SpotifyWrapped"
## 
## [[8677]]
## [1] "kwaleegaming: GG to everyone that only has video game music in their #spotifywrapped this year."
## 
## [[8678]]
## [1] "Thasamuraiy: I predict my top genre will be [classical/reggae] #SpotifyWrapped"
## 
## [[8679]]
## [1] "paige_maccc28: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8680]]
## [1] "DanielFrancisJM: I predict my most played song will be \"Sorry if I Hurt You\" by Charli XCX #SpotifyWrapped"
## 
## [[8681]]
## [1] "jk00luv: I predict my top podcast will be Hot girl talk #SpotifyWrapped"
## 
## [[8682]]
## [1] "_joshua_09: I predict my most played song will be Blinding lights #SpotifyWrapped"
## 
## [[8683]]
## [1] "necurrymancer: I predict my most played song will be Heaven’s Cloud by Seventeen #SpotifyWrapped"
## 
## [[8684]]
## [1] "_Timmietech: Hello, I am a website designer, I will create a responsive and functional cleaning website for your business/brand.… https://t.co/jyBp4wvhQY"
## 
## [[8685]]
## [1] "afterglourry: I predict my top genre will be [Dance pop ???] #SpotifyWrapped"
## 
## [[8686]]
## [1] "ratedrnasir: Drop the wrapped #SpotifyWrapped"
## 
## [[8687]]
## [1] "spotifyindia: Thinking about the year ending: 🥲🥲\nThinking about how that means\n#SpotifyWrapped: 💃🕺"
## 
## [[8688]]
## [1] "adaaaaaa_1: I predict my most played song will be until I found you???#SpotifyWrapped"
## 
## [[8689]]
## [1] "afterglourry: I predict my most played song will be [Bigger than me by Louis Tomlinson] #SpotifyWrapped"
## 
## [[8690]]
## [1] "Shwax: I personally am not excited for #SpotifyWrapped because just like EOTY album lists, it's TOO SOON. I still need the… https://t.co/qAjB58Kl4O"
## 
## [[8691]]
## [1] "Themadwomanisme: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[8692]]
## [1] "Thasamuraiy: I predict my most played song will be [Save Tha Wrld by Tha Samurai] #SpotifyWrapped"
## 
## [[8693]]
## [1] "MamboleNkela: I predict my most played song will be [Thursday - Morphine] #SpotifyWrapped"
## 
## [[8694]]
## [1] "montezumas: Whaaaat, we weren't expecting that... 👀🍫#SpotifyWrapped @Spotify https://t.co/mYbKxYGC5F"
## 
## [[8695]]
## [1] "SHINee_Things_: Me pretending to be shocked when SHINee is #1 on my playlist  #SpotifyWrapped https://t.co/zhS36KnYRg"
## 
## [[8696]]
## [1] "ApplenMicro: Get The Best Therapy Lamp of 2022: https://t.co/9lKckT8tmS #Moodozi  #CyberMondayAmazon #CyberMonday #health… https://t.co/jRxkL51fjK"
## 
## [[8697]]
## [1] "Dxllypersephone: I predict my top artist will be joe hisaishi #SpotifyWrapped"
## 
## [[8698]]
## [1] "glamouredbyjude: I predict my top podcast will be that greek mythology podcast i listen to forgot the name #SpotifyWrapped"
## 
## [[8699]]
## [1] "jk00luv: I predict my top artist will be SEVENTEEN (or bts, not too sure) #SpotifyWrapped"
## 
## [[8700]]
## [1] "goldrushbossman: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped HIP HOP"
## 
## [[8701]]
## [1] "Ana4424Miguel: I predict my top artist will be BTS #SpotifyWrapped https://t.co/SwbWtxeCoZ"
## 
## [[8702]]
## [1] "goldrushbossman: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. #myparty"
## 
## [[8703]]
## [1] "cherryplushies: I need BLACKPINK to be my top artist again on #SpotifyWrapped !!!"
## 
## [[8704]]
## [1] "jk00luv: I predict my top genre will be K-Pop #SpotifyWrapped"
## 
## [[8705]]
## [1] "koo97_jk: Pop\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[8706]]
## [1] "glamouredbyjude: I predict my top artist will be lana del rey or chase atlantic #SpotifyWrapped"
## 
## [[8707]]
## [1] "okcinder: I predict my top podcast will be Very Really Good #SpotifyWrapped"
## 
## [[8708]]
## [1] "Dxllypersephone: I predict my top genre will be kpop #spotifywrapped"
## 
## [[8709]]
## [1] "jk00luv: I predict my most played song will be Love Dive by IVE #SpotifyWrapped"
## 
## [[8710]]
## [1] "sully_0216: Hurry up man ffs  #SpotifyWrapped"
## 
## [[8711]]
## [1] "StevenJ10: Trending #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna L… https://t.co/elZ33BM9gK"
## 
## [[8712]]
## [1] "okcinder: I predict my top artist will be Radiohead #SpotifyWrapped"
## 
## [[8713]]
## [1] "koo97_jk: Taylor swift\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[8714]]
## [1] "AFCAlfredovic: Top Song: Fade Into You\nTop Artist: Mac Miller or Mazzy Star\nTop Genre: Indie Pop\n#SpotifyWrapped https://t.co/tpp8LQ9dW9"
## 
## [[8715]]
## [1] "avribi: I predict my top genre will be Some Emo shit I don’t know #SpotifyWrapped"
## 
## [[8716]]
## [1] "okcinder: I predict my top genre will be alternative rock #SpotifyWrapped"
## 
## [[8717]]
## [1] "mynorhm: I need my #SpotifyWrapped now…👺🗿"
## 
## [[8718]]
## [1] "MoChiChi_004: I predict my top artist will be Nct dream duhh like literally no competition #SpotifyWrapped"
## 
## [[8719]]
## [1] "JJJamii_: #SpotifyWrapped\n\nProud Taylor Swift won't be on my list\n\nBreaking bad ost better https://t.co/0RxYpzz1dr"
## 
## [[8720]]
## [1] "Sunwave1111: I predict my most played song will be [Run BTS] #SpotifyWrapped"
## 
## [[8721]]
## [1] "yourgagarazzi: I predict my most played song will be Americano by Lady Gaga #SpotifyWrapped"
## 
## [[8722]]
## [1] "glamouredbyjude: I predict my top genre will be indie #SpotifyWrapped"
## 
## [[8723]]
## [1] "FemCritRhya: I love when the #SpotifyWrapped stuff happens every year because every year people feel shame for their listening t… https://t.co/DblaayZ13P"
## 
## [[8724]]
## [1] "nquoys: I predict my top artist will be Kendrick 😘🤤😩 #SpotifyWrapped"
## 
## [[8725]]
## [1] "okcinder: I predict my most played song will be Let Down by Radiohead #SpotifyWrapped"
## 
## [[8726]]
## [1] "Dxllypersephone: I predict my most played song will be [“once upon  a dream” #SpotifyWrapped"
## 
## [[8727]]
## [1] "avribi: I predict my top artist will be  WEYES BLOOD I JUST KNOW IT #SpotifyWrapped"
## 
## [[8728]]
## [1] "jirachi_legends: I predict my most played song will be Litterally any @TheDunts song #SpotifyWrapped"
## 
## [[8729]]
## [1] "DianaAlidema: I predict my top artist will be [Taylor Swift, Camila Cabello] #SpotifyWrapped"
## 
## [[8730]]
## [1] "emanuel_migoo: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[8731]]
## [1] "fotsjjk: I predict my top artist will be i acc have no idea im scared #SpotifyWrapped"
## 
## [[8732]]
## [1] "nquoys: I predict my top genre will be hip hop #SpotifyWrapped"
## 
## [[8733]]
## [1] "iamtaple: I predict my top artist will be Weezer #SpotifyWrapped"
## 
## [[8734]]
## [1] "glamouredbyjude: I predict my most played song will be [probably a Lana song ] #SpotifyWrapped"
## 
## [[8735]]
## [1] "cix4lifers: I predict my most played song will be baby dont cry - exo  #SpotifyWrapped"
## 
## [[8736]]
## [1] "avribi: I predict my most played song will be Aftwe Dark by Mr Kitty 💀 I listen to that song RELIGIOUSLY #SpotifyWrapped"
## 
## [[8737]]
## [1] "yourgagarazzi: OMG IT'S HAPPENING, EVERYBODY STAY CALM, IT'S COMING #SpotifyWrapped"
## 
## [[8738]]
## [1] "Libbotomy: I want to see everyone’s #SpotifyWrapped and I’m going to post mine. If you don’t want to see them you better mute the tag now"
## 
## [[8739]]
## [1] "DianaAlidema: I predict my top genre will be [Pop &amp; Reggaeton] #SpotifyWrapped"
## 
## [[8740]]
## [1] "antidnfer: I predict my top podcast will be BANTER WOO #SpotifyWrapped"
## 
## [[8741]]
## [1] "nquoys: I predict my most played song will be [Show me How by Men I Trust] #SpotifyWrapped"
## 
## [[8742]]
## [1] "AnnTargaryen_: I predict my most played song will be All Too Well (Taylor's Version) (Ten Minutes Version) - Taylor Swift #SpotifyWrapped"
## 
## [[8743]]
## [1] "antidnfer: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[8744]]
## [1] "folkmore28: I predict my most played song will be delicate\n#SpotifyWrapped"
## 
## [[8745]]
## [1] "CoolnessPcs: I predict my most played song will be oneday, taunt,or My songs know what you did In the dark. #SpotifyWrapped"
## 
## [[8746]]
## [1] "bm4ll: I predict my top genre will be [ kpop fosho] #SpotifyWrapped"
## 
## [[8747]]
## [1] "antidnfer: I predict my most played song will be astronomy by conan gray #SpotifyWrapped"
## 
## [[8748]]
## [1] "fotsjjk: I predict my top genre will be dance pop probably  #SpotifyWrapped"
## 
## [[8749]]
## [1] "potatoswiftie13: I predict my top artist will be the music industry aka taylor swift #SpotifyWrapped"
## 
## [[8750]]
## [1] "Lyonfaced: I predict my most played song will be telepatía by Kali Uchis or FEVER by ENHYPEN #SpotifyWrapped"
## 
## [[8751]]
## [1] "Mellet_sasaki: I predict my top artist will be the 1975 or troye Sivan #SpotifyWrapped"
## 
## [[8752]]
## [1] "papakareu: I predict my top artist will be [radiohead?] nao sei #SpotifyWrapped"
## 
## [[8753]]
## [1] "fotsjjk: I predict my most played song will be shivers remix 😣 #SpotifyWrapped"
## 
## [[8754]]
## [1] "10eighty6: When I see NSYNC is number one on my #SpotifyWrapped for the 13th year in a row https://t.co/FMGsm2WUxN"
## 
## [[8755]]
## [1] "papakareu: I predict my top genre will be [post-punk] tem nem oq falar #SpotifyWrapped"
## 
## [[8756]]
## [1] "Mellet_sasaki: I predict my top genre will be pop or indie  #SpotifyWrapped"
## 
## [[8757]]
## [1] "alewesai: I predict my top podcast will be @elvertedero_69 #SpotifyWrapped"
## 
## [[8758]]
## [1] "dcnyc2667: I predict my top artist will be [The Beatles] #SpotifyWrapped"
## 
## [[8759]]
## [1] "DianaAlidema: I predict my most played song will be [Vigilante Shit] #SpotifyWrapped"
## 
## [[8760]]
## [1] "Mellet_sasaki: I predict my most played song will be no surprises or Scott street 😭😭😭\n#SpotifyWrapped"
## 
## [[8761]]
## [1] "CoolnessPcs: I predict my top genre will be 3010s alt/rock #SpotifyWrapped"
## 
## [[8762]]
## [1] "susannasalieri: I predict my most played song will be [die for you] #SpotifyWrapped"
## 
## [[8763]]
## [1] "kareemefahmy: I predict/sureasfuckinghellknow my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8764]]
## [1] "xtae_thv: I predict my most played song will be film out o dionysus #SpotifyWrapped"
## 
## [[8765]]
## [1] "susannasalieri: I predict my top genre will be [pop] #SpotifyWrapped idk"
## 
## [[8766]]
## [1] "sinceranmi: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8767]]
## [1] "CoolnessPcs: I predict my top podcast will be I spent a day with #SpotifyWrapped"
## 
## [[8768]]
## [1] "bozobuildskeebs: I predict my top podcast will be https://t.co/W01jlsihdH  #SpotifyWrapped"
## 
## [[8769]]
## [1] "susannasalieri: I predict my top artist will be [The Weeknd] #SpotifyWrapped @theweeknd"
## 
## [[8770]]
## [1] "bm4ll: I predict my most played song will be [idk] because i be playing anything based on my mood  #SpotifyWrapped"
## 
## [[8771]]
## [1] "gabeahhlicious: I predict my top podcast will bei do not listen to podcasts #SpotifyWrapped"
## 
## [[8772]]
## [1] "CoolnessPcs: I predict my top artist will be lovejoy #SpotifyWrapped"
## 
## [[8773]]
## [1] "gabeahhlicious: I predict my top artist will be car seat headrest #SpotifyWrapped"
## 
## [[8774]]
## [1] "yyangire: just drop it 🚬 #SpotifyWrapped"
## 
## [[8775]]
## [1] "susannasalieri: I predict my top podcast will be [anything goes with Emma Chamberlain] #SpotifyWrapped"
## 
## [[8776]]
## [1] "aLFRED0SAUCE: As a JW, the day #SpotifyWrapped drops is our Christmas 😆"
## 
## [[8777]]
## [1] "gabeahhlicious: I predict my top genre will be rock? idfk lol #SpotifyWrapped"
## 
## [[8778]]
## [1] "bozobuildskeebs: I predict my top artist will be https://t.co/hlFethMmfz #SpotifyWrapped"
## 
## [[8779]]
## [1] "alishamk8: woke up and it's trending but where tf is it #SpotifyWrapped"
## 
## [[8780]]
## [1] "megthebeast: I predict my top podcast will be miss gemma collins herself #SpotifyWrapped"
## 
## [[8781]]
## [1] "gabeahhlicious: I predict my most played song will be beach life in death probably or between the bars #SpotifyWrapped"
## 
## [[8782]]
## [1] "stalkingnic: I predict my top artist will be [Kenia Os] #SpotifyWrapped"
## 
## [[8783]]
## [1] "megthebeast: I predict my top artist will be Harry or Blossoms #SpotifyWrapped"
## 
## [[8784]]
## [1] "FaizanSaif21: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[8785]]
## [1] "sinceranmi: I predict my top podcast will be Livraria em Casa do Paulo Ratz (@livrariaemcasa) #SpotifyWrapped"
## 
## [[8786]]
## [1] "JCTrick: It’s that time of the year when you get to find out which of your friends has the crustiest taste in music. 🤟🤣… https://t.co/uCQCT4YzMN"
## 
## [[8787]]
## [1] "bejeweledstyles: I predict my top artist will be taylor swift obviously #SpotifyWrapped"
## 
## [[8788]]
## [1] "stalkingnic: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8789]]
## [1] "megthebeast: I predict my top genre will probs be indie  #SpotifyWrapped"
## 
## [[8790]]
## [1] "anotemusic: @Spotify has officially launched the #SpotifyWrapped hashflag for 2022. What do you predict will be your #1 song, g… https://t.co/pCoAoOLK3s"
## 
## [[8791]]
## [1] "bejeweledstyles: I predict my most played song will be anything but me by muna #SpotifyWrapped"
## 
## [[8792]]
## [1] "stefosaurus_rex: You can't hurt me. You're not my #spotifywrapped"
## 
## [[8793]]
## [1] "bozobuildskeebs: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[8794]]
## [1] "Haziqrighthere: I predict my top artist will be [Mariah Carey or Yuna] #SpotifyWrapped"
## 
## [[8795]]
## [1] "megthebeast: I predict my most played song will be Daylight by Mr HS #SpotifyWrapped"
## 
## [[8796]]
## [1] "bozobuildskeebs: I predict my most played song will be https://t.co/RgVRRFojz7 #SpotifyWrapped"
## 
## [[8797]]
## [1] "PeaceFF47: I predict my top artist will be Burnout Syndromes #SpotifyWrapped"
## 
## [[8798]]
## [1] "aliens_77: Where tf is it!?!? #SpotifyWrapped https://t.co/LKyWpRQReO"
## 
## [[8799]]
## [1] "Anastacia026: I predict my top podcast will be @LeBatardShow #SpotifyWrapped"
## 
## [[8800]]
## [1] "waxcomets: I predict my most played song will be grapes by james marriott but its because i looped it for six consecutive hours #SpotifyWrapped"
## 
## [[8801]]
## [1] "LAUFEYS6NS: I predict my most played song will be as it was #SpotifyWrapped"
## 
## [[8802]]
## [1] "xradx666: I predict my top genre will be punk #SpotifyWrapped"
## 
## [[8803]]
## [1] "BUGIFYZ: WHY DID YALL ADD FUCKING STORIES?? GIVE US WHAT WE WANT NOT THIS  #SpotifyWrapped"
## 
## [[8804]]
## [1] "jooniieuwu: I predict my most played song will be run bts 🥱 #SpotifyWrapped"
## 
## [[8805]]
## [1] "defaultferrari: I predict my top artist will be [Cigarettes After Sex] #SpotifyWrapped"
## 
## [[8806]]
## [1] "lousunflower28: I predict my top artist will be Louis!! #SpotifyWrapped"
## 
## [[8807]]
## [1] "PeaceFF47: I predict my top genre will be J pop #SpotifyWrapped"
## 
## [[8808]]
## [1] "StoryforDay: Best hunter,puppy catches snake\n\n#SoundCloud #SpotifyWrapped  #KKKevinMcCarthy #KORGHA https://t.co/JmdeZe6IMD"
## 
## [[8809]]
## [1] "defaultferrari: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8810]]
## [1] "ChicagoCyber: There’s still time to binge music to pad your plays for #SpotifyWrapped"
## 
## [[8811]]
## [1] "defaultferrari: I predict my most played song will be [K. by Cigarettes After Sex] #SpotifyWrapped"
## 
## [[8812]]
## [1] "midnightslftv: I predict my top artist will be 5SOS #SpotifyWrapped"
## 
## [[8813]]
## [1] "midnightslftv: I predict my top genre will be pop? #SpotifyWrapped"
## 
## [[8814]]
## [1] "beckyboris: Practising my shocked face for when Spotify announces @PLACEBOWORLD as my most listened to artist of 2022… https://t.co/PBQnvCNaOa"
## 
## [[8815]]
## [1] "Claudia_GarSim: I predict my top genre will be Modern Rock #SpotifyWrapped"
## 
## [[8816]]
## [1] "CactiFighting: If you’re still in queu to be played, stay in the queu! If you’re in the queu before #SpotifyWrapped releases your streams will count!"
## 
## [[8817]]
## [1] "natalie_anne_99: I predict my top podcast will be UK True Crime Podcast #SpotifyWrapped"
## 
## [[8818]]
## [1] "midnightslftv: I predict my most played song will be 2011 #SpotifyWrapped"
## 
## [[8819]]
## [1] "TheJoshGriggs: I predict my top artist will be @oliviarodrigo #SpotifyWrapped"
## 
## [[8820]]
## [1] "druigbabe: I predict my top artist will be [idk i cant its too much] #SpotifyWrapped"
## 
## [[8821]]
## [1] "RhysTheBear: Looking forward to seeing the tweet of some girl pretending she came up with the idea of #SpotifyWrapped when she w… https://t.co/GYdPJfyO79"
## 
## [[8822]]
## [1] "phhstyls: I predict my top artist will be Harry styles  #SpotifyWrapped"
## 
## [[8823]]
## [1] "natalie_anne_99: I predict my top artist will be Billy Joel #SpotifyWrapped"
## 
## [[8824]]
## [1] "Youssef_tweeets: I predict my most played song will be  Attracted to you by 'Pinkpatheress' #SpotifyWrapped"
## 
## [[8825]]
## [1] "realKateL: I predict my most played song will be Skeletons by @Labrinth #SpotifyWrapped"
## 
## [[8826]]
## [1] "clean_digital: The wait is over...PPC Wrapped is here!!📽️🎬🎞️🚀💫\n\n💥See you again in 2023💥\n\n[inspired by #spotify🎵]\n#ppc… https://t.co/8tz69qaUd5"
## 
## [[8827]]
## [1] "heateor: OWN a Website? Allow your Website Visitors to Login to your Website via their Spotify, Twitter, Instagram and 24 Ot… https://t.co/nYXLuBwvQH"
## 
## [[8828]]
## [1] "druigbabe: I predict my top genre will be [idk pop??] #SpotifyWrapped"
## 
## [[8829]]
## [1] "natalie_anne_99: I predict my most played song will be What a Catch, Donnie #SpotifyWrapped"
## 
## [[8830]]
## [1] "caibonesjones: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rap"
## 
## [[8831]]
## [1] "egocsb: I predict my top podcast will be POKS #SpotifyWrapped"
## 
## [[8832]]
## [1] "MsGretchenMVila: I predict my most played song will be Cozy by Beyoncé #SpotifyWrapped"
## 
## [[8833]]
## [1] "druigbabe: I predict my most played song will be new girl by labrinth #SpotifyWrapped"
## 
## [[8834]]
## [1] "OurFreeBird: I predict my most played song will be some kind of Synthwave #SpotifyWrapped"
## 
## [[8835]]
## [1] "Lucid_Hielx: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Michael Jackson"
## 
## [[8836]]
## [1] "caibonesjones: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Shake that by Eminem"
## 
## [[8837]]
## [1] "SinkingWine: I bet my most played song will be Valentino #SpotifyWrapped"
## 
## [[8838]]
## [1] "egocsb: I predict my top artist will be bts (or twice 🧐) #SpotifyWrapped"
## 
## [[8839]]
## [1] "Lucid_Hielx: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop"
## 
## [[8840]]
## [1] "PeaceFF47: I predict my most played song will be Quevedo:Bzrp music sessions, vol. 52 #SpotifyWrapped"
## 
## [[8841]]
## [1] "Lucid_Hielx: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Virgo’s Groove -Beyoncé"
## 
## [[8842]]
## [1] "magabs: I predict my most played song will be All To Well by @taylorswift13  #SpotifyWrapped"
## 
## [[8843]]
## [1] "pvrecocaine: I BEEN THINKIN OF DYIN MY HAIR RED, JUS TO LOOK LIKE A PINT KF RED #SpotifyWrapped https://t.co/0p5bnm7ZTZ"
## 
## [[8844]]
## [1] "mad_woman1989: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8845]]
## [1] "egocsb: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[8846]]
## [1] "aesthetic_52Hz: I predict my top artist will be [&amp;TEAM/andAUDITION] #SpotifyWrapped\n\nCheck out my pin twt😌"
## 
## [[8847]]
## [1] "BigNickSimons: I predict my top genre will be brutal death metal, or 50’s Country  #SpotifyWrapped"
## 
## [[8848]]
## [1] "blueandgrey02: I predict my most played song will be [RUN BTS] #SpotifyWrapped https://t.co/bMiyWwZGLx"
## 
## [[8849]]
## [1] "gm1ddy: If your #SpotifyWrapped isn’t completely filled with @PlayStreamBeats by @HarrisHeller have you even been using dmc… https://t.co/YKq1dVvKQ2"
## 
## [[8850]]
## [1] "Claudia_GarSim: I predict my most played song will be I Drink Wine #SpotifyWrapped"
## 
## [[8851]]
## [1] "dorthyhrry: I predict my top podcast will be taste buds #SpotifyWrapped"
## 
## [[8852]]
## [1] "scaracooochie: I predict my top artist will be loona #SpotifyWrapped"
## 
## [[8853]]
## [1] "HenzPlayz_: I predict my top artist will be [Andrew Garfield] #SpotifyWrapped"
## 
## [[8854]]
## [1] "dorthyhrry: I predict my top artist will be harry styles #SpotifyWrapped"
## 
## [[8855]]
## [1] "xTrepyy: I predict my top artist will be BLADEE!!!! #SpotifyWrapped"
## 
## [[8856]]
## [1] "OOkayOak: I predict my top artist will be will wood. the silly tapeworm man #SpotifyWrapped"
## 
## [[8857]]
## [1] "Edgar_AllanHoe: I predict my top podcast will be Plumbing the Death Star #SpotifyWrapped"
## 
## [[8858]]
## [1] "draggabeats: The illest festival you’ve ever experienced. Pre-Sale tickets this Friday. #InstaFest #SpotifyWrapped #Spotify… https://t.co/yXcITnFzDQ"
## 
## [[8859]]
## [1] "1111elisa: When is our #SpotifyWrapped??? I need to know so I can get my sexy outfit prepared"
## 
## [[8860]]
## [1] "dorthyhrry: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[8861]]
## [1] "asplitend: I predict my top artist will be harry styles theres no way its not #SpotifyWrapped"
## 
## [[8862]]
## [1] "HenzPlayz_: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[8863]]
## [1] "tancam1983: I predict my most played song will be Aqueous transmission by @IncubusBand as I play it every day to send me and my… https://t.co/g0vHJCegnl"
## 
## [[8864]]
## [1] "721_saurabh: I predict my top podcast will be [ I only listen music ] #SpotifyWrapped"
## 
## [[8865]]
## [1] "NavyBurgundy: I predict my top artist will be Mariah Carey #SpotifyWrapped"
## 
## [[8866]]
## [1] "HenzPlayz_: I predict my most played song will be [30/90 from Tick…Tick…BOOM!] #SpotifyWrapped"
## 
## [[8867]]
## [1] "dorthyhrry: I predict my most played song will be from the dining table by harry styles #SpotifyWrapped"
## 
## [[8868]]
## [1] "brandao_237: I predict my top artist will be [Bladee] #SpotifyWrapped"
## 
## [[8869]]
## [1] "Edgar_AllanHoe: I predict my top artist will be Bowling for Soup #SpotifyWrapped"
## 
## [[8870]]
## [1] "HanbinForever07: I predict my most played song will be BTBT no cap #SpotifyWrapped https://t.co/2iLPTHm0sa"
## 
## [[8871]]
## [1] "gr8queenreanne: I predict my top genre will be pop (for sure) #SpotifyWrapped"
## 
## [[8872]]
## [1] "721_saurabh: I predict my top artist will be [ @taylorswift13]  #SpotifyWrapped"
## 
## [[8873]]
## [1] "megsypieee: I predict my most played song will be something from @ChrisMotionless @MIWband because that's all I've listened to… https://t.co/4yelCDy5Hk"
## 
## [[8874]]
## [1] "themarkdennison: I predict my top artist will be Turnstile. I’m not even predicting this, considering in less than a year they’ve be… https://t.co/t8QhgvhJaz"
## 
## [[8875]]
## [1] "Parategan: My big flex is that Running Up That Hill was in my #SpotifyWrapped last year pre-Stranger Things"
## 
## [[8876]]
## [1] "t6p8x6: I predict my top artist will be [@KublaiKhanTX ] #SpotifyWrapped"
## 
## [[8877]]
## [1] "aarias288: Super excited  #SpotifyWrapped"
## 
## [[8878]]
## [1] "Edgar_AllanHoe: I predict my top genre will be Pop Punk #SpotifyWrapped"
## 
## [[8879]]
## [1] "gr8queenreanne: I predict my most played song will be cardigan by Taylor Swift #SpotifyWrapped"
## 
## [[8880]]
## [1] "HartkopfMarcos: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[8881]]
## [1] "SamshuzzamanM: Any custom stationery item as per your requirements with max number of revisions, Affordable price, and Your Satisf… https://t.co/Kipsqsbfxy"
## 
## [[8882]]
## [1] "outofsober: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[8883]]
## [1] "721_saurabh: I predict my top genre will be [ pop music or korean osts ] #SpotifyWrapped"
## 
## [[8884]]
## [1] "tancam1983: I predict my top artist will be [@IncubusBand ] #SpotifyWrapped"
## 
## [[8885]]
## [1] "nanamisayang: I predict my most played song will be Tiara (Raffa Affar Cover) #SpotifyWrapped"
## 
## [[8886]]
## [1] "gusfringlover60: I predict my most played song will be negro y  azul from breaking bad 💪💪💪💪#SpotifyWrapped"
## 
## [[8887]]
## [1] "HartkopfMarcos: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8888]]
## [1] "brandao_237: I predict my most played song will be [Bladee - Obedient] #SpotifyWrapped"
## 
## [[8889]]
## [1] "HartkopfMarcos: I predict my most played song will be [Save Your Tears - The Weeknd] #SpotifyWrapped"
## 
## [[8890]]
## [1] "Edgar_AllanHoe: I predict my most played song will be I Wanna Be Brad Pitt #SpotifyWrapped"
## 
## [[8891]]
## [1] "EmpireStateBldg: My #spotifywrapped cannot be beat https://t.co/HUPELmGOkE"
## 
## [[8892]]
## [1] "caratfrsvt: I predict my top artist will be nct #SpotifyWrapped"
## 
## [[8893]]
## [1] "721_saurabh: my most played song will be [ Apocalypse ] #SpotifyWrapped"
## 
## [[8894]]
## [1] "lilmzfenty: I predict my most played song will be heated by Beyoncé #SpotifyWrapped"
## 
## [[8895]]
## [1] "kat_desi: I predict my top artist will be @Harry_Styles #SpotifyWrapped"
## 
## [[8896]]
## [1] "anesumuzenda: ladies and gentlemen, I'm a new person and whatever type of music comes up on my #SpotifyWrapped is in no way repre… https://t.co/nko4ZBe92A"
## 
## [[8897]]
## [1] "outofsober: I predict my top genre will be pop (?) #SpotifyWrapped"
## 
## [[8898]]
## [1] "caratfrsvt: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[8899]]
## [1] "outofsober: I predict my most played song will be All This Time by Louis Tomlinson #SpotifyWrapped"
## 
## [[8900]]
## [1] "SlSTEROFTHEMOON: I predict my top song will be Paper Bag by Fiona Apple #SpotifyWrapped"
## 
## [[8901]]
## [1] "caratfrsvt: I predict my most played song will be o.o #SpotifyWrapped"
## 
## [[8902]]
## [1] "btsoperia: I predict my top artist will be  Bts #SpotifyWrapped"
## 
## [[8903]]
## [1] "ammrhrth: letsfuckinggo #SpotifyWrapped"
## 
## [[8904]]
## [1] "antonioomoro_: I predict my top artist will be Kanye West #SpotifyWrapped"
## 
## [[8905]]
## [1] "salamrezame: I Am Offering Guest Posts From The High-Authority Website, which Is Being Updated Every Day.\n\ncontact me:… https://t.co/yyG7cCeD9J"
## 
## [[8906]]
## [1] "Yinzermania: my therapist when i show her my #SpotifyWrapped this year https://t.co/FPUckRzCS6"
## 
## [[8907]]
## [1] "rhinomrl: I predict my most played song will be a song #SpotifyWrapped"
## 
## [[8908]]
## [1] "wildfelI: what are y’all wearing to the #spotifywrapped party"
## 
## [[8909]]
## [1] "petr_hradecky: I'm very excited 🤩  #spotifywrapped"
## 
## [[8910]]
## [1] "ExoSaul: I predict my top artist will be Mother Mother #SpotifyWrapped"
## 
## [[8911]]
## [1] "generictwhandIe: Me pretending not to care about #SpotifyWrapped so it comes faster https://t.co/6wzXn1Xewa"
## 
## [[8912]]
## [1] "ExoSaul: I predict my top genre will be Vancouver Indie #SpotifyWrapped"
## 
## [[8913]]
## [1] "withustarlost: I predict my most played song will be star lost by stray kids o sino me m4to #SpotifyWrapped"
## 
## [[8914]]
## [1] "bbbbbeeeennnn: I predict my most played song will be Harlequin by @unlikepluto #SpotifyWrapped"
## 
## [[8915]]
## [1] "Sherline_k: Another day to be anxious about #SpotifyWrapped as if I don't know that singer, song writer, actor, grammy award no… https://t.co/XZAhOMsjJi"
## 
## [[8916]]
## [1] "ExoSaul: I predict my most played song will be ghosting 😳😳😳😳😳#SpotifyWrapped"
## 
## [[8917]]
## [1] "benj_robinson: I predict my top artist will be @sopharela #SpotifyWrapped"
## 
## [[8918]]
## [1] "antonioomoro_: I predict my most played song will be “How to Disappear Completely” by Radiohead #SpotifyWrapped"
## 
## [[8919]]
## [1] "Silenterc: I predict my most played song will be [Frank Wild, Kafuu - Hafo] #SpotifyWrapped"
## 
## [[8920]]
## [1] "gabrielcpok: I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/a9gBjwLoPb"
## 
## [[8921]]
## [1] "Samiii90210: I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped"
## 
## [[8922]]
## [1] "katehannififi: Me when Spotify wrapped comes out and it’s all Taylor Swift #spotifywrapped https://t.co/p4DFj3tTVo"
## 
## [[8923]]
## [1] "Samiii90210: I predict my most played song will be [Kendrick Lamar - DNA.] #SpotifyWrapped"
## 
## [[8924]]
## [1] "generictwhandIe: RELEASE IT NOW #SpotifyWrapped https://t.co/TMk5IEcDk4"
## 
## [[8925]]
## [1] "TomShaw20: Please for the love of god please don’t let Coldplay be my most listened to artist for the 5th year in a row. I wou… https://t.co/CFPQ2YMLVX"
## 
## [[8926]]
## [1] "gabrielcpok: I predict my most played song will be I Bet You Think About Me (Taylor's version) #SpotifyWrapped"
## 
## [[8927]]
## [1] "aguapapi_: I predict my top artist will be Morat #SpotifyWrapped"
## 
## [[8928]]
## [1] "makaylaaaaa14: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped ARE WE STILL FRIENDS tylerrrr"
## 
## [[8929]]
## [1] "cmoifc: I predict my top artist will be Drizzy for sure #SpotifyWrapped"
## 
## [[8930]]
## [1] "Caitlin89145465: I predict my most played song will be Matilda by Harry Styles #SpotifyWrapped"
## 
## [[8931]]
## [1] "aguapapi_: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[8932]]
## [1] "aguapapi_: I predict my most played song will be alguna de Morat xd #SpotifyWrapped"
## 
## [[8933]]
## [1] "undergaslamps: Genuinely fucking nervous this year #SpotifyWrapped"
## 
## [[8934]]
## [1] "theswiftiery: I predict my top artist will be TAYLOR MASTERMIND SWIFT #SpotifyWrapped"
## 
## [[8935]]
## [1] "seobsuniverse: I predict my top artist will be BTS of course  #SpotifyWrapped"
## 
## [[8936]]
## [1] "Teentanie: I predict my top artist will be [@pledis_17] #SpotifyWrapped"
## 
## [[8937]]
## [1] "AbhaiTanwar: I predict my most played song will be London View by OTP #SpotifyWrapped"
## 
## [[8938]]
## [1] "SimplyKun33: I predict my top artist will be @talhahanjum or @kendricklamar #SpotifyWrapped"
## 
## [[8939]]
## [1] "sarangyour13: I predict my most played song will be blood,swear and tears #SpotifyWrapped"
## 
## [[8940]]
## [1] "moveslikethis: I predict my most played song will be *screams violently* #SpotifyWrapped"
## 
## [[8941]]
## [1] "Teentanie: I predict my top genre will be [kpop] 😂😂 soo easy #SpotifyWrapped"
## 
## [[8942]]
## [1] "onelowthree: I predict my top artist will be @theweeknd #SpotifyWrapped"
## 
## [[8943]]
## [1] "kookjinrts: I predict my top podcast will be Libra hoy definitivamente jsjsjsj #SpotifyWrapped"
## 
## [[8944]]
## [1] "PERIODPINK: I predict my most played song will be Pink Venom #SpotifyWrapped"
## 
## [[8945]]
## [1] "SimplyKun33: I predict my top genre will be Desi Hip Hop #SpotifyWrapped"
## 
## [[8946]]
## [1] "cloudismad: When it just a different order of the same songs I am disgustingly attached to #SpotifyWrapped https://t.co/SVE7lzUhTb"
## 
## [[8947]]
## [1] "rainnnyluna: @tbhcreaturekins yeah real. #spotifywrapped got the weird hashflag thing today so it’s probably close teehee"
## 
## [[8948]]
## [1] "moveslikethis: I predict my top genre will be sex #SpotifyWrapped"
## 
## [[8949]]
## [1] "onelowthree: I predict my top genre will be synth pop #SpotifyWrapped"
## 
## [[8950]]
## [1] "kookjinrts: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[8951]]
## [1] "Teentanie: I predict my most played song will be [either dandelions or shadow by seventeen] #SpotifyWrapped"
## 
## [[8952]]
## [1] "hypateea: I predict my most played song will be Kaiserion #SpotifyWrapped"
## 
## [[8953]]
## [1] "moveslikethis: I predict my top podcast will be [im not a nerd but if i was it’d be this american life or wait wait don’t tell me] #SpotifyWrapped"
## 
## [[8954]]
## [1] "thatslilla: I predict my top artist will be Arctic Monkeys\n #SpotifyWrapped"
## 
## [[8955]]
## [1] "kurtslimabean: i predict my top artist is gonna be them,,,\n#SpotifyWrapped https://t.co/Ptr0auwH70"
## 
## [[8956]]
## [1] "lurvespatpran: I predict my top artist will be Justin Bieber as always 💁🏼‍♀️ #SpotifyWrapped"
## 
## [[8957]]
## [1] "languinii: I predict my most played song will be Best Friends By 5 seconds of summer because i listened to that crap for MONTH… https://t.co/rQBawzi6tv"
## 
## [[8958]]
## [1] "torpidmiscreant: I predict my top genre will be Gay #SpotifyWrapped"
## 
## [[8959]]
## [1] "Dove_HimikoToga: I predict my top artist will be Twenty One Pilots #SpotifyWrapped"
## 
## [[8960]]
## [1] "kookjinrts: I predict my top genre will be pop? #SpotifyWrapped"
## 
## [[8961]]
## [1] "onelowthree: I predict my most played song will be Envolver by @Anitta #SpotifyWrapped"
## 
## [[8962]]
## [1] "Taylorqueen133: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[8963]]
## [1] "AJ85004018: I predict my most played song will be I Like You-JonnyBDope #SpotifyWrapped"
## 
## [[8964]]
## [1] "karimact: I predict my top artist will be TAYLOR SWIFT PER USUAL 🧣#SpotifyWrapped"
## 
## [[8965]]
## [1] "matthewmalerba: I predict my top artist will be #TaylorSwift #SpotifyWrapped"
## 
## [[8966]]
## [1] "kookjinrts: I predict my most played song will be Yet to come  #SpotifyWrapped"
## 
## [[8967]]
## [1] "SammieDeexl: Today is the day 🤩 #SpotifyWrapped"
## 
## [[8968]]
## [1] "mastermindbby: Lowkey don’t know what my #SpotifyWrapped is gonna look like bc I just switched from Apple Music like 2 months ago 🫣"
## 
## [[8969]]
## [1] "Taylorqueen133: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[8970]]
## [1] "Dove_HimikoToga: //I predict my most played song will be Cloud 9 by Beach Bunny #SpotifyWrapped"
## 
## [[8971]]
## [1] "MeredithABriggs: I predict my top artist will be [@twentyonepilots ] #SpotifyWrapped"
## 
## [[8972]]
## [1] "kimberlyapills: I predict my top artist will be @taylorswift13 as it has been since #SpotifyWrapped was started. #seniorswiftie"
## 
## [[8973]]
## [1] "daddylonglegz4: hmmm i wonder who my number one artist will be #SpotifyWrapped https://t.co/JxdUCxg29X"
## 
## [[8974]]
## [1] "James_SWilson: I predict my most played song will be Michelle by Sir Chloe #SpotifyWrapped"
## 
## [[8975]]
## [1] "matthewmalerba: I predict my most played song will be #AllTooWell10MinuteVersion #SpotifyWrapped"
## 
## [[8976]]
## [1] "moonb3auty: I predict my top artist will be [Tyler, The Creator] #SpotifyWrapped"
## 
## [[8977]]
## [1] "Taylorqueen133: I predict my most played song will be Karma by Taylor Swift  #SpotifyWrapped"
## 
## [[8978]]
## [1] "moonb3auty: I predict my top genre will be [rap, gospel, or afrofuturism] #SpotifyWrapped"
## 
## [[8979]]
## [1] "gintaka69: I predict my top artist will be radiohead #SpotifyWrapped"
## 
## [[8980]]
## [1] "realmyola1: I predict my top genre will be [ Trap ] #SpotifyWrapped"
## 
## [[8981]]
## [1] "moonb3auty: I predict my most played song will be [mars by redveil or Walkin by Denzel Curry] #SpotifyWrapped"
## 
## [[8982]]
## [1] "ilyryanreynolds: My #SpotifyWrapped is about to be filled with The Weeknd, The Top Gun Maverick soundtrack and Spirited soundtrack 😅🤷‍♀️"
## 
## [[8983]]
## [1] "heeeyimkim: @Spotify you really dragging this shit #SpotifyWrapped hurry up"
## 
## [[8984]]
## [1] "x_emo_mermaid_x: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[8985]]
## [1] "martasoosa: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[8986]]
## [1] "yaemichi: #SpotifyWrapped STOP TEASING AND RELEASE IT ALREADY https://t.co/67OraIXvrt"
## 
## [[8987]]
## [1] "misterrob98: I predict my top artist will be [Bebe Rexha] #SpotifyWrapped"
## 
## [[8988]]
## [1] "SaulRaja: I’m ready #SpotifyWrapped ! https://t.co/NUOWsPcHSX"
## 
## [[8989]]
## [1] "m2kk379: FFS I JUS WANNA SEE HOW I DID AS A ARTIST IN 2022 #SpotifyWrapped"
## 
## [[8990]]
## [1] "AgeofAultron: I predict my top artist will be @bearhandsband #SpotifyWrapped"
## 
## [[8991]]
## [1] "ayeleeminho: #SpotifyWrapped CANT WAIT TO SEE MY IDOL THIS YEAR HHAHAHAHAHAHA"
## 
## [[8992]]
## [1] "jaxdavids: I predict my most played song will be Love Of My Life by #HarryStyles #SpotifyWrapped"
## 
## [[8993]]
## [1] "pipeandmusic: #SpotifyWrapped  Who do you think will be the number artist? Number 1 song and genre? https://t.co/TtWul41EtM"
## 
## [[8994]]
## [1] "Nothere4Lng: My last two brain cells when my #SpotifyWrapped is finally revealed https://t.co/sbaWf9HPgZ"
## 
## [[8995]]
## [1] "eucarolmanoel: I predict my top artist will be Austin Butler ou Elvis Presley #SpotifyWrapped"
## 
## [[8996]]
## [1] "misterrob98: I predict my most played song will be [Empty by Bebe Rexha] #SpotifyWrapped"
## 
## [[8997]]
## [1] "beth06231: I predict my most played song will be Seventeen Hot #SpotifyWrapped"
## 
## [[8998]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/n4aJ7YjgW9 #Facundo Ca… https://t.co/9Smrzmf4H5"
## 
## [[8999]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/72vnYUpKut #Facundo Ca… https://t.co/Nex2t2ca9J"
## 
## [[9000]]
## [1] "zee__20: I predict my top artist will be chris brown #SpotifyWrapped"
## 
## [[9001]]
## [1] "beth06231: I predict my top artist will be oooo Seventeen or Ateez, depending when they stopped logging my listening #SpotifyWrapped"
## 
## [[9002]]
## [1] "Lulu67131640: ✨Taste✨ #SpotifyWrapped https://t.co/rS30Wi8Haa"
## 
## [[9003]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/PISf7NtOCv #Facundo Ca… https://t.co/6eAJxcamux"
## 
## [[9004]]
## [1] "Melonhead414: me waiting for my #spotifywrapped to come out after teasing me for a week: https://t.co/YeBVoUOuxF"
## 
## [[9005]]
## [1] "PlantzEmoji: I predict my most played song will be wouldve couldve shouldve #SpotifyWrapped"
## 
## [[9006]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/u4xdlgpWKU #Facundo Ca… https://t.co/qFTtHZc55R"
## 
## [[9007]]
## [1] "zee__20: I predict my most played song will be we (warm embrace) by chris brown #SpotifyWrapped"
## 
## [[9008]]
## [1] "scrptdmikey: I predict my top podcast will be that one that posted wayf live #SpotifyWrapped"
## 
## [[9009]]
## [1] "Spettacomedy: In two days, we'll have countless #SpotifyWrapped memes that aren't even remotely funny. Half of them will most lik… https://t.co/IF3Pv0PdJE"
## 
## [[9010]]
## [1] "oliiviafdez_: I predict my top artist will be [Glee Cast] #SpotifyWrapped"
## 
## [[9011]]
## [1] "damikay: You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/agvranSl7W #Facundo Ca… https://t.co/UvL6W3RUdD"
## 
## [[9012]]
## [1] "ilyryanreynolds: I predict my top 5 artists in my #SpotifyWrapped will be \n1. The Weeknd\n2. Ryan Reynolds\n3. Will Ferrell\n4. One Republic \n5. Taylor Swift"
## 
## [[9013]]
## [1] "KerriOlorcain: Having an eclectic taste in music 🎶 \n\nWonder what 2022 Spotify wrapped will be \n\nJust drop it already… https://t.co/x9IoeQYfUx"
## 
## [[9014]]
## [1] "beth06231: I predict my top genre will be k-pop (this one is easy lol) #SpotifyWrapped"
## 
## [[9015]]
## [1] "eucarolmanoel: I predict my top genre will be pop ou R&amp;B #SpotifyWrapped"
## 
## [[9016]]
## [1] "dissumlight: idc abt my  #SpotifyWrapped cause i track my music all year long 😭"
## 
## [[9017]]
## [1] "aesthetic_52Hz: I predict my most played song will be [the final countdown] by &amp;TEAM/ andAUDITION \nIf not then it's definitely will… https://t.co/Q2ovbydTkQ"
## 
## [[9018]]
## [1] "kuromibatwings: my top artist's gonna be doja i can feel it #SpotifyWrapped"
## 
## [[9019]]
## [1] "_estanilo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9020]]
## [1] "vickygg97: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9021]]
## [1] "scrptdmikey: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[9022]]
## [1] "Yiye_OC: I predict my top podcast will be @DesenredaMadeja #SpotifyWrapped"
## 
## [[9023]]
## [1] "Ozy_The_Ghost: I predict my top podcast will be [probably just some random podcast with songs on it 🧍] #SpotifyWrapped\n\n(It better… https://t.co/nDRt79CG05"
## 
## [[9024]]
## [1] "PhyllisKDick: If #SpotifyWrapped doesn't stop edging me... https://t.co/mB2UOqoJMw"
## 
## [[9025]]
## [1] "sushihottrash: my spotify wrapped is gonna look so bad 😭😭 #SpotifyWrapped"
## 
## [[9026]]
## [1] "iCruells: I just muted #SpotifyWrapped from the TL. My sanity is now somewhat saved."
## 
## [[9027]]
## [1] "TheRiverIsSilly: My #SpotifyWrapped is gonna be challenging lizzies reighn in minutes of music lmao"
## 
## [[9028]]
## [1] "AIdelfonzo: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\ndistractable"
## 
## [[9029]]
## [1] "scrptdmikey: I predict my top genre will be some kind of pop #SpotifyWrapped"
## 
## [[9030]]
## [1] "filteroflwt: I predict my top artist will be Louis Tomlinson #SpotifyWrapped"
## 
## [[9031]]
## [1] "AIdelfonzo: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\njoji 😽"
## 
## [[9032]]
## [1] "rapperrbr: Stream my Ep Cinematic Depression one last time before #SpotifyWrapped 2022 🙏🏽 #Spotifymusic… https://t.co/rne1xKeXex"
## 
## [[9033]]
## [1] "filteroflwt: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9034]]
## [1] "AIdelfonzo: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop 💔"
## 
## [[9035]]
## [1] "GabiWhittred: I predict my top genre will be alternative rock idk #SpotifyWrapped"
## 
## [[9036]]
## [1] "simplydesmond: I predict my top artist will be [Nicki Minaj] #SpotifyWrapped"
## 
## [[9037]]
## [1] "eIectricdreamss: most played song Together In Electric Dreams by Phil Oakey and Giorgio Moroder #SpotifyWrapped"
## 
## [[9038]]
## [1] "PE_Canada: Black Friday sale is L I V E\nSave UPTO 60% compare to Amazon &amp; Other Retailer.\nShop Now: https://t.co/jq3y3PTR0a\nCh… https://t.co/izJrrawofb"
## 
## [[9039]]
## [1] "shawninthe604: My #SpotifyWrapped is going to be some order of Dolph, Sidhu, Lil Baby and maybe Payroll or Peezy"
## 
## [[9040]]
## [1] "AIdelfonzo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped slow dancing in the dark-joji"
## 
## [[9041]]
## [1] "filteroflwt: I predict my most played song will be bigger than me - Louis Tomlinson  #SpotifyWrapped"
## 
## [[9042]]
## [1] "BrainBeastShaun: I predict my top artist will be @Interruptweets  #SpotifyWrapped"
## 
## [[9043]]
## [1] "TikTokSexHouse: #SpotifyWrapped is trending so we are 3 days away from learning how many people have been listening to POP RAP all year"
## 
## [[9044]]
## [1] "chantaje__: I predict my most played song will be Pink Venom  #SpotifyWrapped"
## 
## [[9045]]
## [1] "Ozy_The_Ghost: I predict my top artist will be [Wilbur Soot, Lovejoy, or New Hope Club] #SpotifyWrapped"
## 
## [[9046]]
## [1] "thomasdavyd99: the people have spoken @Spotify\n\nDrop the damn thing #SpotifyWrapped https://t.co/kYmJ6slddZ"
## 
## [[9047]]
## [1] "GabiWhittred: I predict my top artist will be takayan 100% #SpotifyWrapped"
## 
## [[9048]]
## [1] "gamja_kate: I predict my top artist will be TWICE! they remain supreme #SpotifyWrapped"
## 
## [[9049]]
## [1] "soapiax: I predict my top artist will be Linkin Park #SpotifyWrapped"
## 
## [[9050]]
## [1] "cowboy_like_ava: I predict my top artist will be Taylor Swift 1 billion percent!!! #SpotifyWrapped"
## 
## [[9051]]
## [1] "Ozy_The_Ghost: I predict my top genre will be […DSMP] #SpotifyWrapped\n(Please Spotify- please don’t do this to me-)"
## 
## [[9052]]
## [1] "GabiWhittred: I predict my most played song will be its true love by takayan?? idk #SpotifyWrapped"
## 
## [[9053]]
## [1] "rudyrudiirudeez: I predict my top artist will be mitski #SpotifyWrapped"
## 
## [[9054]]
## [1] "scrptdmikey: I predict my most played song will be all too well 10 min version #SpotifyWrapped"
## 
## [[9055]]
## [1] "gamja_kate: I predict my top genre will be kpop.... #SpotifyWrapped"
## 
## [[9056]]
## [1] "sassyswas: bc itni toh boards ke results ke lie nahi phati thi jitna spotify wrapped ke lie phat rahi hai🫥\n\n#SpotifyWrapped"
## 
## [[9057]]
## [1] "lovetyun_: I predict my top artist will be TOMORROW X TOGETHER #SpotifyWrapped"
## 
## [[9058]]
## [1] "soapiax: I predict my top genre will be Metal #SpotifyWrapped"
## 
## [[9059]]
## [1] "juanmatupater: I predict my top artist will be [Sam Fender] #SpotifyWrapped"
## 
## [[9060]]
## [1] "cowboy_like_ava: I predict my top genre will be pop! #SpotifyWrapped"
## 
## [[9061]]
## [1] "Ozy_The_Ghost: I predict my most played song will be [Lonely King: CG5] #SpotifyWrapped (this is like auto typed)"
## 
## [[9062]]
## [1] "NihilusVevo: No way my top artist isn't Bladee #SpotifyWrapped"
## 
## [[9063]]
## [1] "soapiax: I predict my most played song will be Crying Lightning - Arctic Monkeys] #SpotifyWrapped"
## 
## [[9064]]
## [1] "eucarolmanoel: I predict my most played song will be Trouble, versão do Austin Butler para o filme \"Elvis\". #SpotifyWrapped"
## 
## [[9065]]
## [1] "gamja_kate: I predict my most played song will be BASICS by TWICE #SpotifyWrapped"
## 
## [[9066]]
## [1] "juanmatupater: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[9067]]
## [1] "lovetyun_: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[9068]]
## [1] "cowboy_like_ava: I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault)!!!❤️❤️❤️❤️ #SpotifyWrapped"
## 
## [[9069]]
## [1] "donutsaregood28: I predict my top artist will be One Direction #SpotifyWrapped"
## 
## [[9070]]
## [1] "NihilusVevo: I predict my top genre will be Cloud Rap or Atl Rap #SpotifyWrapped"
## 
## [[9071]]
## [1] "juanmatupater: I predict my most played song will be [Get You Down] #SpotifyWrapped"
## 
## [[9072]]
## [1] "anittaplay: Esse ano ludsession em #1\n#SpotifyWrapped"
## 
## [[9073]]
## [1] "lovetyun_: I predict my most played song will be Opening Sequence #SpotifyWrapped"
## 
## [[9074]]
## [1] "28wallsbylouis: I predict my most played song will be We made it by Louis Tomlinson #SpotifyWrapped"
## 
## [[9075]]
## [1] "noellesaysmeoww: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift"
## 
## [[9076]]
## [1] "believe0069: I predict my most played song will be Me Porto Bonito @sanbenito  #SpotifyWrapped"
## 
## [[9077]]
## [1] "NihilusVevo: I predict my most played song will be LOVESTORY #SpotifyWrapped https://t.co/BJ3dEFEmrd"
## 
## [[9078]]
## [1] "PotatoCarton: I predict my most played song will be the divine damsel of devistation from genshin #SpotifyWrapped"
## 
## [[9079]]
## [1] "DevinDesire: I predict my top artist will be [fill in top artist prediction] jid #SpotifyWrapped"
## 
## [[9080]]
## [1] "donutsaregood28: I predict my top genre will be Pop (I think?) #SpotifyWrapped"
## 
## [[9081]]
## [1] "namgikookies: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[9082]]
## [1] "donutsaregood28: I predict my most played song will be Through the Dark #SpotifyWrapped"
## 
## [[9083]]
## [1] "eyerollAngel: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9084]]
## [1] "LOGANXARCHER: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[9085]]
## [1] "SplaRinn: I predict my most played song will be [Why Do I feat. Hatsune Miku by Set It Off] #SpotifyWrapped"
## 
## [[9086]]
## [1] "gonfhk_: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[9087]]
## [1] "thismirr: I predict my most played song will be [Dream On] #SpotifyWrapped"
## 
## [[9088]]
## [1] "ivyromance: I predict my top artist will be I think Camila Cabello #SpotifyWrapped"
## 
## [[9089]]
## [1] "ListersGroup: I predict my most played song will be \"Cars\" by Gary Newman 🚗🎶 #SpotifyWrapped"
## 
## [[9090]]
## [1] "itslepp: When come out #SpotifyWrapped https://t.co/nZnFGLvjY5"
## 
## [[9091]]
## [1] "gonfhk_: I predict my top genre will be Alt Z #SpotifyWrapped"
## 
## [[9092]]
## [1] "BrainBeastShaun: I predict my top genre will be Ska for sure. #SpotifyWrapped"
## 
## [[9093]]
## [1] "bluemonkeyape: I predict my most played song will be anything off of Slut Pop tbh 😅 #SpotifyWrapped"
## 
## [[9094]]
## [1] "believe0069: I predict my top genre will be House #SpotifyWrapped"
## 
## [[9095]]
## [1] "lvbeargyu: I predict my top genre will K-pop #SpotifyWrapped"
## 
## [[9096]]
## [1] "ShreyaAkhil: #SpotifyWrapped  as if I care... 🙂\n\nI genuinely do 😭😭😭😭😭😭😭😭😭😭😭 can't wait to see @shreyaghoshal as most streamed artist for me 😍"
## 
## [[9097]]
## [1] "alpaca_tales: I predict my most played song will be [ALL TOO WELL 10 MIN TV] #SpotifyWrapped"
## 
## [[9098]]
## [1] "BrainBeastShaun: I predict my top podcast will be @KEMpodcast or @ComicBookYeti Cryptid Creator Corner #SpotifyWrapped"
## 
## [[9099]]
## [1] "nyxfor13days: I predict my top podcast will be GaryVee Audio Experience #SpotifyWrapped"
## 
## [[9100]]
## [1] "Senpaie_: I predict my most played song will be Burn JW #SpotifyWrapped"
## 
## [[9101]]
## [1] "lvbeargyu: I predict my most played song will be Adore U - Seventeen #SpotifyWrapped"
## 
## [[9102]]
## [1] "believe0069: I predict my top artist will be @sanbenito #SpotifyWrapped"
## 
## [[9103]]
## [1] "Wale4tf: I predict my top artist will be [king von] #SpotifyWrapped"
## 
## [[9104]]
## [1] "thesportslivie: I predict my top artist will be Olivia Rodrigo #SpotifyWrapped"
## 
## [[9105]]
## [1] "nyxfor13days: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[9106]]
## [1] "believe0069: I predict my top podcast will be Impaulsive  #SpotifyWrapped"
## 
## [[9107]]
## [1] "thesportslivie: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9108]]
## [1] "august_ouk: I predict my top artist will be [Taylor Swift ] #SpotifyWrapped"
## 
## [[9109]]
## [1] "Unknown5Awesome: #SpotifyWrapped Check out AwesomeUnknown5's video! #TikTok https://t.co/B9PU3Fj8DJ"
## 
## [[9110]]
## [1] "xylofrance: My Spotify Wrapped this year. Who else is ready ? \n#SpotifyWrapped https://t.co/G4T6UkfeNf"
## 
## [[9111]]
## [1] "nyxfor13days: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9112]]
## [1] "brktrend: 【Trends Tag】 #CyberMonday #KORGHA #MondayMotivation #SpotifyWrapped #mondaythoughts"
## 
## [[9113]]
## [1] "voluptuousgiant: If you have men in your #SpotifyWrapped you don't deserve rights! Because why would you listen to men so often?"
## 
## [[9114]]
## [1] "pantheologies: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @FatboySlim"
## 
## [[9115]]
## [1] "thesportslivie: I predict my most played song will be “traitor” by Olivia Rodrigo #SpotifyWrapped"
## 
## [[9116]]
## [1] "ItHadtoBeYou_: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nI literally have NO idea. I j… https://t.co/ni9I49R7CH"
## 
## [[9117]]
## [1] "august_ouk: I predict my top genre will be [indie] #SpotifyWrapped"
## 
## [[9118]]
## [1] "nyxfor13days: I predict my most played song will be Middle of the Night #SpotifyWrapped"
## 
## [[9119]]
## [1] "filipeys: I predict my top podcast will be Modus Operandi @moduspod  #SpotifyWrapped"
## 
## [[9120]]
## [1] "ArijitianNiro: I know Arijit Singh tops my #SpotifyWrapped"
## 
## [[9121]]
## [1] "selimvrt2: I predict my most played song will be Freestyle 2 #SpotifyWrapped"
## 
## [[9122]]
## [1] "NesquikBh: I predict my top artist will be [Kendrick or JID!] #SpotifyWrapped"
## 
## [[9123]]
## [1] "august_ouk: I predict my most played song will be [little freak] #SpotifyWrapped"
## 
## [[9124]]
## [1] "wavecephus: I predict my top podcast will be [Anything Goes By Emma Chamberlain ] #SpotifyWrapped"
## 
## [[9125]]
## [1] "Trentkillazz: #SpotifyWrapped My top artist is either @WhitechapelBand or @LornaShore let's see if I end up being right. As for m… https://t.co/HskpoApfL1"
## 
## [[9126]]
## [1] "dramatrooper: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9127]]
## [1] "andsandysays: My partners going to be upset when his #SpotifyWrapped comes out because I have listened to countless hours of Tayl… https://t.co/F9cc3e7mIF"
## 
## [[9128]]
## [1] "HlGHASHXPE: my #SpotifyWrapped predictions 🤩 https://t.co/lxY77dkfZP"
## 
## [[9129]]
## [1] "wavecephus: I predict my top artist will be [ Beyoncé ] #SpotifyWrapped"
## 
## [[9130]]
## [1] "dramatrooper: I predict my top genre will be POP ROCK #SpotifyWrapped"
## 
## [[9131]]
## [1] "JoeTheRooferNJ: Your #SpotifyWrapped sucks, but not as much as having a leak in your roof https://t.co/7l6lYT4zfY"
## 
## [[9132]]
## [1] "WaleNoir: I predict my top artist will be Justin Bieber  #SpotifyWrapped"
## 
## [[9133]]
## [1] "GermanSwifite: I predict my most played song will be either All Too Well 10MV or The Story of Us #SpotifyWrapped"
## 
## [[9134]]
## [1] "dramatrooper: I predict my most played song will be London Boy by Taylor Swift #SpotifyWrapped"
## 
## [[9135]]
## [1] "wavecephus: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[9136]]
## [1] "wavecephus: I predict my most played song will be [ Tomorrow 2 ] #SpotifyWrapped"
## 
## [[9137]]
## [1] "amilcarezv: I predict my most played song will be:\nThe Beginning - Magdalena Bay \n #SpotifyWrapped"
## 
## [[9138]]
## [1] "SparkletStrange: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[9139]]
## [1] "StoryforDay: Proven Wolf-Call Techniques howling\n\n#Wolf #SoundCloud #SpotifyWrapped  #KKKevinMcCarthy #KORGHA https://t.co/4Y5NWf6lrq"
## 
## [[9140]]
## [1] "miyoshibanri: HOLY SHIT ALREADY???? 😭😭😭#SpotifyWrapped"
## 
## [[9141]]
## [1] "MandisaXO: I predict my top podcast will be Weeeehhhhh😂😂😂😂 #SpotifyWrapped"
## 
## [[9142]]
## [1] "GermanSwifite: I predict my top artist will be, of course, Taylor Swift #SpotifyWrapped"
## 
## [[9143]]
## [1] "thewebz1ne: #SpotifyWrapped where the fuck is it"
## 
## [[9144]]
## [1] "MandisaXO: I predict my top artist will be THE WEEKND #SpotifyWrapped"
## 
## [[9145]]
## [1] "lit_dot: Trends #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna Loa… https://t.co/YRbvIDuobg"
## 
## [[9146]]
## [1] "itsdaviad: I predict my top artist will be [@lolaindigomusic ] #SpotifyWrapped"
## 
## [[9147]]
## [1] "sushihottrash: I predict my top artist will be Joji and if its not im fighting people 💖 #SpotifyWrapped"
## 
## [[9148]]
## [1] "prostreetcross: It’s wild how big #SpotifyWrapped has gotten over the years. Always did it now I anticipate it…gimme pictures of girlssss"
## 
## [[9149]]
## [1] "Sharuk_Usaini: I predict my top podcast will be [@Schumy_Official] #SpotifyWrapped"
## 
## [[9150]]
## [1] "tswiftandcats13: I predict my most played song will be a gracie abrams song probably #SpotifyWrapped"
## 
## [[9151]]
## [1] "MandisaXO: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9152]]
## [1] "_CannaBlyss_: I predict my top artist will be @machinegunkelly like it is every year #SpotifyWrapped"
## 
## [[9153]]
## [1] "LukeyC224: I predict my top artist will be [@thewombats] #SpotifyWrapped"
## 
## [[9154]]
## [1] "MandisaXO: I predict my most played song will be [Frank Ocean - Pink + White] #SpotifyWrapped"
## 
## [[9155]]
## [1] "MX_CARNES: #SpotifyWrapped this isnt even funny i know my top artist is gonna be slipknot ☹️"
## 
## [[9156]]
## [1] "urbanicole: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9157]]
## [1] "diaz_isa89: I predict my top podcast will be duolingo podcast #SpotifyWrapped"
## 
## [[9158]]
## [1] "urbanicole: I predict my most played song will be The Way I Loved You (Taylor’s Version) by Taylor Swift #SpotifyWrapped"
## 
## [[9159]]
## [1] "sunlightpalette: I predict my top artist will be [RADWIMPS] #SpotifyWrapped"
## 
## [[9160]]
## [1] "diaz_isa89: I predict my top artist will be Stromae #SpotifyWrapped"
## 
## [[9161]]
## [1] "johannetweets: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9162]]
## [1] "NihilusVevo: cant wait to he #SpotifyWrapped 's #1 bladee listener"
## 
## [[9163]]
## [1] "3oinks: I predict my top artist will be @jypetwice hands down #SpotifyWrapped"
## 
## [[9164]]
## [1] "com_azeite: I predict my top artist will be The Strokes\n #SpotifyWrapped"
## 
## [[9165]]
## [1] "Sharuk_Usaini: I predict my top genre will be [Soul, R&amp;B, Indie] #SpotifyWrapped"
## 
## [[9166]]
## [1] "anglesfly1: I predict my most played song will be [Angles fly] #SpotifyWrapped"
## 
## [[9167]]
## [1] "peachfctrygirl: #SpotifyWrapped next please https://t.co/riuqs8wSsO"
## 
## [[9168]]
## [1] "lucycrispmusic: This better be accurate 🥰\n\nTop Song: As It Was\nTop Genre: Pop (normally is)\nTop Artist: Harold Styles\n #SpotifyWrapped"
## 
## [[9169]]
## [1] "johannetweets: I predict my most played song will be  cardigan by Taylor Swift #SpotifyWrapped"
## 
## [[9170]]
## [1] "semrush: if marketers’ lives had #spotifywrapped https://t.co/2RD99Q4p5d"
## 
## [[9171]]
## [1] "8THEV: I predict my top artist will be #SEVENTEEN #SpotifyWrapped"
## 
## [[9172]]
## [1] "manicrose1984: Where’s my #SpotifyWrapped 😕 impatiently waiting even though I can probably guess 4 of my top 5 - Morrissey, the smiths, oasis and muse."
## 
## [[9173]]
## [1] "imtannies: I predict my most played song will be RUN BTS #SpotifyWrapped"
## 
## [[9174]]
## [1] "cassie1Dlover: me defending my mental health when phoebe bridgers is my #1 artist this year🤩 #SpotifyWrapped https://t.co/sKTmIU4sdh"
## 
## [[9175]]
## [1] "Chainsaw_Diego: I predict my top podcast will be definitely the Rebuild of Joycast\n\n#SpotifyWrapped"
## 
## [[9176]]
## [1] "8THEV: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[9177]]
## [1] "FigureEminente: I predict my top podcast will be [@ALOK1P] #SpotifyWrapped"
## 
## [[9178]]
## [1] "Goonwuff: I predict my most played song will be Burial from In the Green.  #SpotifyWrapped"
## 
## [[9179]]
## [1] "hannnahgrim: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9180]]
## [1] "8THEV: I predict my most played song will be Woozi- Ruby #SpotifyWrapped"
## 
## [[9181]]
## [1] "FigureEminente: I predict my top artist will be [Mc Kresha] #SpotifyWrapped"
## 
## [[9182]]
## [1] "HRRYLOVESGUCCI: I predict my top podcast will be [i don't know] #SpotifyWrapped"
## 
## [[9183]]
## [1] "mcytroyal: I predict my most played song will be Harvey #SpotifyWrapped"
## 
## [[9184]]
## [1] "LostBoyZeph: I predict my most played song will be \"Restraint\" by @woolimusic  &amp; @calciumdubs  #SpotifyWrapped"
## 
## [[9185]]
## [1] "shlokium: i predict my top podcast will be:- dear teenage me..\n\n#SpotifyWrapped"
## 
## [[9186]]
## [1] "FigureEminente: I predict my top genre will be [Hip Hop] #SpotifyWrapped"
## 
## [[9187]]
## [1] "sebvargas_: I predict my top artist will be @ladygaga  #SpotifyWrapped"
## 
## [[9188]]
## [1] "aleja26berrio: My fest screams diversity and mostly VOCALS and PERFORMANCE quality 👌 🎤🔥 #SpotifyWrapped https://t.co/E5Sv0eqWEP"
## 
## [[9189]]
## [1] "emmalboc: If Vince Guaraldi isn’t one of my top 5 artists on #SpotifyWrapped I will no longer trust the algorithm I listen to… https://t.co/WAswiVYhWv"
## 
## [[9190]]
## [1] "FigureEminente: I predict my most played song will be [Miss you Robin Schulz] #SpotifyWrapped"
## 
## [[9191]]
## [1] "HRRYLOVESGUCCI: I predict my top artist will be [harry styles or louis tomlinson] #SpotifyWrapped"
## 
## [[9192]]
## [1] "Lunar_Moogle: WOW I can't wait for my #SpotifyWrapped to once again show me that my top band is Rammstein and I am in the top 1%… https://t.co/ObN2GCCj5A"
## 
## [[9193]]
## [1] "imtannies: everybody worrying about #SpotifyWrapped as if it's the school report card"
## 
## [[9194]]
## [1] "LindaHubert13: Trends #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna Loa… https://t.co/E7kOULOPai"
## 
## [[9195]]
## [1] "LIVSPARTRIDGE: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9196]]
## [1] "HRRYLOVESGUCCI: I predict my top genre will be [pop or r&amp;b] #SpotifyWrapped"
## 
## [[9197]]
## [1] "xvaebhavx: the number of times I have listened to maan meri jaan and tu aake dekhle, no doubt king will be my top artist in #SpotifyWrapped"
## 
## [[9198]]
## [1] "tiredjean: Can this come out so bitches can stfu  already. I am bitches #SpotifyWrapped"
## 
## [[9199]]
## [1] "LostBoyZeph: I predict my top artist will be @Tapebbeats #SpotifyWrapped"
## 
## [[9200]]
## [1] "LIVSPARTRIDGE: I predict my top artist will be either liv, taylor or sabrina #SpotifyWrapped"
## 
## [[9201]]
## [1] "Chainsaw_Diego: #SpotifyWrapped \n\nThere are always some songs that I feel 100% certain should be on my Spotify wrapped playlist but… https://t.co/0lTuYllYod"
## 
## [[9202]]
## [1] "KelleyLi1974: I predict my most played song will be \n#BadDecisionswithBTS\n #SpotifyWrapped"
## 
## [[9203]]
## [1] "Shpigford: Is there any tool for Apple Music that lets you generate something like #SpotifyWrapped?"
## 
## [[9204]]
## [1] "HRRYLOVESGUCCI: I predict my most played song will be [chicago by louis tomlinson] #SpotifyWrapped"
## 
## [[9205]]
## [1] "LostBoyZeph: I predict my top genre will be Drum and Bass #SpotifyWrapped"
## 
## [[9206]]
## [1] "hard2explainn: I predict my most played song will be [Leave it in my Dreams by the Voidz] #SpotifyWrapped"
## 
## [[9207]]
## [1] "rosems_: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9208]]
## [1] "LIVSPARTRIDGE: I predict my most played song will be high infidelity #SpotifyWrapped"
## 
## [[9209]]
## [1] "childerolandusa: Sabrina Carpenter\nSmoke and Fire https://t.co/fsz7bllONN \n#sabrinacarpenter #คุณชายตอนจบ #SpotifyWrapped"
## 
## [[9210]]
## [1] "mygfls: I predict my top artist will be bts! #SpotifyWrapped"
## 
## [[9211]]
## [1] "rikipies: I predict my top podcast will be I don't listen to podcasts 🧍🏼‍♀️ #SpotifyWrapped"
## 
## [[9212]]
## [1] "KelleyLi1974: I predict my top genre will be #KPOP \n#Pop\nR&amp;B\n\n#SpotifyWrapped"
## 
## [[9213]]
## [1] "rosems_: I predict my most played song will be This is why by paramore #SpotifyWrapped"
## 
## [[9214]]
## [1] "Autorennen7: MINE CAME OUT EARLY #SpotifyWrapped https://t.co/5Grzt6ElTD"
## 
## [[9215]]
## [1] "rikipies: I predict my top artist will be bts? #SpotifyWrapped"
## 
## [[9216]]
## [1] "hakushus: I predict my top podcast will be Airplane Cabin White Noise to  Sleep, Study, or Relax ( 2 Hours, Loopable.) #SpotifyWrapped"
## 
## [[9217]]
## [1] "1dstannerrr: I predict my top artist will be Taylor Swift for sure 😭❤️ #SpotifyWrapped"
## 
## [[9218]]
## [1] "ServerMerk: I predict my top genre will be [Rock] #SpotifyWrapped"
## 
## [[9219]]
## [1] "Joana_FT9: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9220]]
## [1] "AllieW72910105: This is the kind of job I want to do\n.\n.\n.\n.\n.\n. \nJUST ANNOUNCED China #SpotifyWrapped\n22,1 B Tweet #LooseWomen Res… https://t.co/zgRBASkw1j"
## 
## [[9221]]
## [1] "chillnatee: Me awaiting my detailing of this year in music #SpotifyWrapped https://t.co/NxDhWFeme6"
## 
## [[9222]]
## [1] "rikipies: I predict my top genre will be kpop no question #SpotifyWrapped"
## 
## [[9223]]
## [1] "pcklegiggles: I predict my top artist will be @taylorswift13 of course✨ #SpotifyWrapped https://t.co/5f70gkZaTW"
## 
## [[9224]]
## [1] "kawaii711: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped My Favorite Murder 🙌🏽😬"
## 
## [[9225]]
## [1] "Joana_FT9: I predict my top artist will be taylor swift  #SpotifyWrapped"
## 
## [[9226]]
## [1] "rikipies: I predict my most played song will be honestly idk 🧍🏼‍♀️ #SpotifyWrapped"
## 
## [[9227]]
## [1] "irwinscline: the glee cast will be in everyones top artists i fear !!!  #SpotifyWrapped https://t.co/pIYO1Othja"
## 
## [[9228]]
## [1] "KelleyLi1974: I predict my top artist will be @bts_bighit\n@BTS_twt\n#SpotifyWrapped"
## 
## [[9229]]
## [1] "Youshah015: I predict my top artist will be [ Ariana Grande ] #SpotifyWrapped"
## 
## [[9230]]
## [1] "1dstannerrr: I predict my top genre will be pop,rnb #SpotifyWrapped"
## 
## [[9231]]
## [1] "definitelypkmn4: Spotify has given me a riddle in the form of a funny tweet, so I predict that my top song on my Spotify wrapped wil… https://t.co/zOs2lkUEfV"
## 
## [[9232]]
## [1] "chuubry: I predict my top podcast will be idk lol #SpotifyWrapped"
## 
## [[9233]]
## [1] "SEVENISHEAVEN07: I predict my top artist will be [BTS ] #SpotifyWrapped"
## 
## [[9234]]
## [1] "midnoits10: I predict my top artist will be Taylor Swift (pretend to be shoked)  #SpotifyWrapped"
## 
## [[9235]]
## [1] "Ernestosorbet: I predict my top genre will be Pop or Soundtrack #SpotifyWrapped"
## 
## [[9236]]
## [1] "Youshah015: I predict my top genre will be [ POP ] #SpotifyWrapped"
## 
## [[9237]]
## [1] "kawaii711: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped K-pop 🤷🏽‍♀️"
## 
## [[9238]]
## [1] "theytheminem: I predict my most played song will be something from Renaissance I already know LMAO #SpotifyWrapped"
## 
## [[9239]]
## [1] "chuubry: I predict my top artist will be taylor swift. #SpotifyWrapped"
## 
## [[9240]]
## [1] "SEVENISHEAVEN07: I predict my top genre will be [pop] #SpotifyWrapped"
## 
## [[9241]]
## [1] "WaywardFreak13: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  @PanicAtTheDisco"
## 
## [[9242]]
## [1] "chuubry: I predict my most played song will be pink venom? #SpotifyWrapped"
## 
## [[9243]]
## [1] "KelleyLi1974: I predict my top podcast will be @MeghanMood\n#ArchetypesWithMeghan\n #SpotifyWrapped"
## 
## [[9244]]
## [1] "Ernestosorbet: I predict my most played song will be Think Twice by @celinedion #SpotifyWrapped"
## 
## [[9245]]
## [1] "johnny_yip: Wonder what my #SpotifyWrapped will look like this year. Listened to a lot of Blackpink as usual, but given the oth… https://t.co/Ny4RH0vK1S"
## 
## [[9246]]
## [1] "sp1d3rland: I predict my most played song will be Breadcrumb Trail by Slint #SpotifyWrapped"
## 
## [[9247]]
## [1] "Escapedjourneys: I predict my most played song will be all this time by @Louis_Tomlinson  #SpotifyWrapped"
## 
## [[9248]]
## [1] "SEVENISHEAVEN07: I predict my most played song will be [RUN BTS] #SpotifyWrapped"
## 
## [[9249]]
## [1] "rvngqno: I predict my top artist will be Sarah Geronimo @JustSarahG #SpotifyWrapped"
## 
## [[9250]]
## [1] "chuubry: I predict my top genre will be pop/k-pop #SpotifyWrapped"
## 
## [[9251]]
## [1] "rsksq: I predict my top artist will be DBE @DBlockEurope #SpotifyWrapped"
## 
## [[9252]]
## [1] "babyshea97: I predict my top artist will be ateez #SpotifyWrapped"
## 
## [[9253]]
## [1] "brbutpolplus: I predict my top genre will be Indie Rock, followed by alternative indie, modern rock, indie pop...\n#SpotifyWrapped"
## 
## [[9254]]
## [1] "soshishade: I predict my top artist will be [NCT 127] #SpotifyWrapped"
## 
## [[9255]]
## [1] "KD_Osewa: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Wizkid"
## 
## [[9256]]
## [1] "Redddjsks: I predict my most played song will be All Too Well (10 Minute Version)💀 #SpotifyWrapped"
## 
## [[9257]]
## [1] "notjustajoke: should i wait for #SpotifyWrapped to drop so i can post and publicize how depressed i am so my old friends would ta… https://t.co/wUFceHN82d"
## 
## [[9258]]
## [1] "soshishade: I predict my top genre will be [K-pop girl group] #SpotifyWrapped"
## 
## [[9259]]
## [1] "rvngqno: I predict my top genre will be Pop. #SpotifyWrapped"
## 
## [[9260]]
## [1] "KD_Osewa: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Afrobeats"
## 
## [[9261]]
## [1] "Amphibiafan_Mal: I predict my top artist will be @ohgeeeznotagain #SpotifyWrapped"
## 
## [[9262]]
## [1] "babyshea97: I predict my top genre will be Kpop/alt r&amp;b/gospel #SpotifyWrapped"
## 
## [[9263]]
## [1] "KD_Osewa: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Bad to Me by wizkid"
## 
## [[9264]]
## [1] "bexinthecity05: I predict my most played song will be [anti-hero by Taylor swift] #SpotifyWrapped"
## 
## [[9265]]
## [1] "midnoits10: I predict my most played song will be all too well 10' version #SpotifyWrapped"
## 
## [[9266]]
## [1] "lalainewuzhere: I predict my top artist will be lovejoy #SpotifyWrapped"
## 
## [[9267]]
## [1] "wowzerswubbly: sooooo scared but ready #SpotifyWrapped"
## 
## [[9268]]
## [1] "soshishade: I predict my most played song will be [Focus by NCT 127] \n#SpotifyWrapped"
## 
## [[9269]]
## [1] "LifeEstLepo: I predict my top podcast will be girls gotta eat ✨😌✨  #SpotifyWrapped"
## 
## [[9270]]
## [1] "rvngqno: I predict my most played song will be Dati-Dati by @JustSarahG #SpotifyWrapped"
## 
## [[9271]]
## [1] "lucytaysversion: I predict my most played song will be Anti-Hero by Taylor Swift #SpotifyWrapped"
## 
## [[9272]]
## [1] "reviews_org: The moment we've really been waiting all year for.  #SpotifyWrapped\nhttps://t.co/mKgzN823oY"
## 
## [[9273]]
## [1] "lalainewuzhere: I predict my top genre will be [redacted] #SpotifyWrapped"
## 
## [[9274]]
## [1] "LifeEstLepo: I predict my top artist will be Taylor swift lol  #SpotifyWrapped"
## 
## [[9275]]
## [1] "DGabbard42: Ngl the evolution of #SpotifyWrapped and how it's become a yearly tradition has been really fascinating to watch"
## 
## [[9276]]
## [1] "lalainewuzhere: I predict my most played song will be any lovejoy song #SpotifyWrapped"
## 
## [[9277]]
## [1] "jahrastamari: I honestly believe that I have the best line-up in America #SpotifyWrapped 😳🔥 #DayRockPt3 https://t.co/dAQabsBlL1"
## 
## [[9278]]
## [1] "Our_Reputation_: I predict my top artist will be [Taylor Swift ] #SpotifyWrapped"
## 
## [[9279]]
## [1] "NyxieNG: Please hurry up I’m getting Impatient #SpotifyWrapped https://t.co/bOxaz5sH77"
## 
## [[9280]]
## [1] "Redddjsks: I predict my top genre will be Show Tunes #SpotifyWrapped"
## 
## [[9281]]
## [1] "moondroppin_: i predict my top artist is either conan gray or chase atlantic. i predict my most played track is either melting by… https://t.co/0uGn3ep5EH"
## 
## [[9282]]
## [1] "FighterVortex: I'm battling my dad for our personal #SpotifyWrapped, I will have more time on Spotify so hurry up with the wrapped"
## 
## [[9283]]
## [1] "thetweetedquote: I predict my most played song will be Sasto Mutu/ Chitthi Bhitra by @SajjanRajVaidya #SpotifyWrapped 🤔"
## 
## [[9284]]
## [1] "skadixo: I predict my most played song will be your graduation - modern baseball #SpotifyWrapped"
## 
## [[9285]]
## [1] "Ernestosorbet: I predict my top podcast will be Jumping in an Elevator #SpotifyWrapped"
## 
## [[9286]]
## [1] "LifeEstLepo: I predict my top genre will be pop? 🤔 #SpotifyWrapped"
## 
## [[9287]]
## [1] "babyshea97: I predict my most played song will be ateez Say My Name or Guerrilla #SpotifyWrapped"
## 
## [[9288]]
## [1] "Our_Reputation_: I predict my top genre will be [POP] #SpotifyWrapped"
## 
## [[9289]]
## [1] "Theo_mattheww: just drop it alredy god damnit ! #SpotifyWrapped"
## 
## [[9290]]
## [1] "Redddjsks: I predict my top artist will be Taylor Swift🏃‍♀️ #SpotifyWrapped"
## 
## [[9291]]
## [1] "huechaccoo: I predict my most played song will be fairy of shampoo 🥺 #SpotifyWrapped"
## 
## [[9292]]
## [1] "LifeEstLepo: I predict my most played song will be something by Taylor swift 😭😩✨  #SpotifyWrapped"
## 
## [[9293]]
## [1] "ActNaturally76: I predict my top artist will be [the Beatles] #SpotifyWrapped"
## 
## [[9294]]
## [1] "SlovesTaylena: wait it's still not out?? #spotifywrapped"
## 
## [[9295]]
## [1] "michaelvbrownie: I predict my top podcast will be @sextedmyboss #SpotifyWrapped"
## 
## [[9296]]
## [1] "100_Becs: All I know is my #SpotifyWrapped   is gonna unfairly have \"Paper Wings\" by Rise Against, \"BYOB\" by System of a Down… https://t.co/kTZWuqjql8"
## 
## [[9297]]
## [1] "michaelvbrownie: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9298]]
## [1] "Redddjsks: I predict my top podcast will be #SidenotePodcast #SpotifyWrapped"
## 
## [[9299]]
## [1] "peakboytae: I predict my most played song will be hmmm maybe arson? or maybe yet to come? idk but some bts song defs  #SpotifyWrapped"
## 
## [[9300]]
## [1] "3NVYBABY: I predict (cof cof, am sure) my top artist will be Reol #SpotifyWrapped"
## 
## [[9301]]
## [1] "peakboytae: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9302]]
## [1] "mandoblossom: I predict my top artist will be mothica #SpotifyWrapped"
## 
## [[9303]]
## [1] "judasphysicall: I predict my most played song will be [monster] #SpotifyWrapped"
## 
## [[9304]]
## [1] "wonutq: I predict my most played song will be NO TENGO NI IDEA DIOOOS  #SpotifyWrapped"
## 
## [[9305]]
## [1] "Ernestosorbet: I predict my top artist will be @Sia #SpotifyWrapped"
## 
## [[9306]]
## [1] "3NVYBABY: this is actually a thought one \n\nI predict my top genre will be jpop (?) #SpotifyWrapped"
## 
## [[9307]]
## [1] "louieromantics: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[9308]]
## [1] "svtoyou5: I predict my top artist will be seventeen e coldplay ci saranno sicuro #SpotifyWrapped"
## 
## [[9309]]
## [1] "Redddjsks: i need my #SpotifyWrapped so i can base my entire personality off of it for half of 2023"
## 
## [[9310]]
## [1] "3NVYBABY: I predict my most played song will be -opening- #SpotifyWrapped"
## 
## [[9311]]
## [1] "thekytastrophe: I predict my top artist will be TAYLOR SWIIIIIFT #SpotifyWrapped"
## 
## [[9312]]
## [1] "svtoyou5: I predict my most played song will be to you (ma tipo palese) #SpotifyWrapped"
## 
## [[9313]]
## [1] "IIecIerc16: I predict my most played song will be [heartbeat by childish gambino] #SpotifyWrapped"
## 
## [[9314]]
## [1] "iamvedang10: I predict my most played song will be [Starboy by @theweeknd] #SpotifyWrapped"
## 
## [[9315]]
## [1] "samttweetz: I predict my top genre will be [R&amp;B] #SpotifyWrapped"
## 
## [[9316]]
## [1] "greatesthaze: I predict my most played song will be Bigger than me by @Louis_Tomlinson #SpotifyWrapped"
## 
## [[9317]]
## [1] "peakboytae: I predict my top artist will be bts bts bts bts #SpotifyWrapped"
## 
## [[9318]]
## [1] "thekytastrophe: I predict my most played song will be Anti-Hero #SpotifyWrapped"
## 
## [[9319]]
## [1] "INTELLECTUALPR0: i predict my top artist will be waterparks #SpotifyWrapped"
## 
## [[9320]]
## [1] "_lifeofshay_: I predict my most played song will be [Run] #SpotifyWrapped"
## 
## [[9321]]
## [1] "iamrobertoortiz: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nMann this is hard cuz Kevin Gates… https://t.co/sDVGayMJLI"
## 
## [[9322]]
## [1] "killmyreagan: #SpotifyWrapped I CANT DO IT WITH THE EDGING I NEED IT NOW OR ELSE"
## 
## [[9323]]
## [1] "__shr00min__: I predict my top artist will be gorillaz. duh. #SpotifyWrapped"
## 
## [[9324]]
## [1] "frenzelaguilar: if I don't story or post my #SpotifyWrapped it means I'm embarrassed about my top played songs/album/artists HAHA"
## 
## [[9325]]
## [1] "__shr00min__: I predict my top genre will be alt rock #SpotifyWrapped"
## 
## [[9326]]
## [1] "rileyvol13: I predict my top podcast will be CHD #SpotifyWrapped"
## 
## [[9327]]
## [1] "krishh2710: I predict my top artist will be EDEN #SpotifyWrapped"
## 
## [[9328]]
## [1] "imarinholima: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9329]]
## [1] "INTELLECTUALPR0: i predict my top genre will be pop punk #SpotifyWrapped"
## 
## [[9330]]
## [1] "thekytastrophe: MY FIRST #SpotifyWrapped INCOMING LEZGO"
## 
## [[9331]]
## [1] "RaneyDay4: I predict my top artist will be Evanescence #SpotifyWrapped"
## 
## [[9332]]
## [1] "krishh2710: I predict my top genre will be Pop😞😞#SpotifyWrapped"
## 
## [[9333]]
## [1] "lovinqqxo: I predict my most played song will be kiss land #SpotifyWrapped"
## 
## [[9334]]
## [1] "INTELLECTUALPR0: i predict my most played song will be funeral grey #SpotifyWrapped"
## 
## [[9335]]
## [1] "rileyvol13: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9336]]
## [1] "iamrobertoortiz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nProbably Ayer La Vi by Don Omar\n😂😂😂😂"
## 
## [[9337]]
## [1] "_Fine_Sunflower: you don't understand... I've always had the most predictable results, and this is the first year when I'm really no… https://t.co/32tLQVX5vS"
## 
## [[9338]]
## [1] "MONTERO_Album: I predict my top podcast will be ImPaulsive #SpotifyWrapped"
## 
## [[9339]]
## [1] "MikeTuffy: It's that time of year where you either post your #SpotifyWrapped or you let everyone know how much you hate it. Th… https://t.co/XFxMLWIzKr"
## 
## [[9340]]
## [1] "PolarizedFM: I predict my most played song will be [Self care - Mac Miller] #SpotifyWrapped"
## 
## [[9341]]
## [1] "krishh2710: I predict my most played song will be PS1- EDEN\n#SpotifyWrapped"
## 
## [[9342]]
## [1] "ManagedWolf1: I predict my most played song will be [Donda Chant] #SpotifyWrapped"
## 
## [[9343]]
## [1] "SheLovesWonder: Every year, since 2019 I get excited about #SpotifyWrapped even when I already know who will be my most listened to… https://t.co/7ho10bccY3"
## 
## [[9344]]
## [1] "rileyvol13: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9345]]
## [1] "scaleddandicy: I predict my top artist will be [twenty one pilots of course😳] #SpotifyWrapped"
## 
## [[9346]]
## [1] "heyitsmozavsa: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[9347]]
## [1] "granny_vr: Since @Spotify tagged me let me do it \nI predict my top podcast will be \n\n Yummy Yummy love by Momoland (it was in… https://t.co/5flqQq6sCW"
## 
## [[9348]]
## [1] "TeamStarKid: Is there still time to have VHS Christmas Carol make your #SpotifyWrapped?  \n\nhttps://t.co/rcqgCySEuY"
## 
## [[9349]]
## [1] "AdityaSehara: I predict my most played song will be After Dark #SpotifyWrapped"
## 
## [[9350]]
## [1] "rileyvol13: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[9351]]
## [1] "MONTERO_Album: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9352]]
## [1] "MinxCouture: #SpotifyWrapped Aka let me show you how many bots fw my music 🤣"
## 
## [[9353]]
## [1] "paperje11y: I predict my most played song will be Lover #SpotifyWrapped"
## 
## [[9354]]
## [1] "cruel_emma: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9355]]
## [1] "ne0CITY___: DROP IT NOW I CAN'T TAKE IT! #SpotifyWrapped https://t.co/7KlhEqqpxE"
## 
## [[9356]]
## [1] "buddy666u: my versatility in music taste 😅 #SpotifyWrapped https://t.co/KgTvE2VT9R"
## 
## [[9357]]
## [1] "joelingzz: I think Rina Sawayama is getting dethroned as most played this year… maybe if HTG was released a couple months earlier #SpotifyWrapped"
## 
## [[9358]]
## [1] "MONTERO_Album: I predict my top artist will be Lil Nas X #SpotifyWrapped"
## 
## [[9359]]
## [1] "cruel_emma: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9360]]
## [1] "ArroyoSylvana: I predict my top artist will be Taylor Swift 💓 #SpotifyWrapped"
## 
## [[9361]]
## [1] "MONTERO_Album: I predict my most played song will be THATS WHAT I WANT by Lil Nas X #SpotifyWrapped"
## 
## [[9362]]
## [1] "_Fine_Sunflower: I predict my top artist will be Harry Styles or Louis Tomlinson. Honestly, for the first time in 7 years, I don't k… https://t.co/zaORvcFfl4"
## 
## [[9363]]
## [1] "chrisd2019: I predict my top artist will be Justin Bieber. #SpotifyWrapped"
## 
## [[9364]]
## [1] "AcidicBliss: I predict my top podcast will be Banter lmfao #SpotifyWrapped"
## 
## [[9365]]
## [1] "whalienloh7: I predict my most played song will be All too well 10 minutes version #SpotifyWrapped"
## 
## [[9366]]
## [1] "PiercePrkr: I predict my top genre will be [Indie Rock] #SpotifyWrapped"
## 
## [[9367]]
## [1] "cruel_emma: I predict my most played song will be something from midnights or folklore #SpotifyWrapped"
## 
## [[9368]]
## [1] "ArroyoSylvana: I predict my most played song will be Daydreaming by Harry Styles  #SpotifyWrapped"
## 
## [[9369]]
## [1] "jackgap8: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[9370]]
## [1] "chrisd2019: I predict my top genre will be Pop. #SpotifyWrapped"
## 
## [[9371]]
## [1] "youmadearebels: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[9372]]
## [1] "tinytaeyong_: I predict my top artist will be NCT 127. If it ain't my guys then idk #SpotifyWrapped"
## 
## [[9373]]
## [1] "pantsforahat: I predict my top artist will be Harry Styles, even though I want it to be John Mayer or Hozier 😭#SpotifyWrapped"
## 
## [[9374]]
## [1] "chrisd2019: I predict my most played song will be Somebody by @justinbieber. #SpotifyWrapped"
## 
## [[9375]]
## [1] "Gigwise: If #SpotifyWrapped launches on Thursday and steals our thunder we're gonna kick off x"
## 
## [[9376]]
## [1] "AmarjitRajput: The meeting about the unsatisfactory results of ACME leaked to the social media😂\n#stockmarketcrash\nTerrorist\nJavaSc… https://t.co/1fqfdU6sA3"
## 
## [[9377]]
## [1] "iamjjalvarado: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9378]]
## [1] "katelynnh137: I predict my top podcast will be sword and scale #SpotifyWrapped"
## 
## [[9379]]
## [1] "iamjjalvarado: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9380]]
## [1] "GiBugogo: IS IT WRAPPED DAY YET?! #SpotifyWrapped"
## 
## [[9381]]
## [1] "katelynnh137: I predict my top artist will be Drake  #SpotifyWrapped"
## 
## [[9382]]
## [1] "Liz_Claire21: I predict my most played song will be Dirty work by Steely Dan #SpotifyWrapped"
## 
## [[9383]]
## [1] "theburfer_aoe: I predict my most played song will be [eminem - lucky you] #SpotifyWrapped"
## 
## [[9384]]
## [1] "HELLCATVINYLS: my #SpotifyWrapped probs gonna be \n1: Arctic Monkeys\n2: The Last Shadow Puppets\n3: Tyler, The Creator\n4: Alex Turne… https://t.co/0bERLWL8t6"
## 
## [[9385]]
## [1] "TheNerdDown: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[9386]]
## [1] "khammie360: I predict my top podcast will be tbh this one idk  #SpotifyWrapped"
## 
## [[9387]]
## [1] "wonutq: I predict my top artist will be nct o bts  #SpotifyWrapped"
## 
## [[9388]]
## [1] "katelynnh137: I predict my top genre will be rap/rock #SpotifyWrapped"
## 
## [[9389]]
## [1] "matteo_resca: I predict my most played song will be [Running Up That Hill] #SpotifyWrapped"
## 
## [[9390]]
## [1] "seokkubus: I predict my top artist will be @pledis_17 #SpotifyWrapped"
## 
## [[9391]]
## [1] "TheNerdDown: I predict my top artist will be @KiDCuDi  #SpotifyWrapped"
## 
## [[9392]]
## [1] "DevCraft4: I predict my top artist will be Eminem #SpotifyWrapped"
## 
## [[9393]]
## [1] "abdulkadiratic1: This is the kind of job I want to do\n.\n.\n.\n.\n.\n.\nJames Earl Jones The CCP Zero Covid Balenciaga Kim Kardashian… https://t.co/5i68y3CQ2A"
## 
## [[9394]]
## [1] "RhyseRichards0n: I predict my top artist will be @charli_xcx #SpotifyWrapped"
## 
## [[9395]]
## [1] "wonutq: I predict my top genre will be  k-pop #SpotifyWrapped"
## 
## [[9396]]
## [1] "katelynnh137: I predict my most played song will be \nRisk Deftones \n#SpotifyWrapped"
## 
## [[9397]]
## [1] "XXovlee: I predict my top artist will be Fucking Kanye lmao #SpotifyWrapped"
## 
## [[9398]]
## [1] "DevCraft4: I predict my top genre will be Rap #SpotifyWrapped"
## 
## [[9399]]
## [1] "seokkubus: I predict my most played song will be Flower by @pledis_17 lol #SpotifyWrapped"
## 
## [[9400]]
## [1] "TheNerdDown: I predict my most played song will be Talk About Me Dot, Denzel, Cudi and JID.  #SpotifyWrapped"
## 
## [[9401]]
## [1] "TheLilJ45: its almost near #SpotifyWrapped"
## 
## [[9402]]
## [1] "allisona15: I predict my most played song will be... All Too Well 10 Minute Version (Taylor's Version) #SpotifyWrapped"
## 
## [[9403]]
## [1] "carrottwt: I predict my top podcast will be wayf live #SpotifyWrapped"
## 
## [[9404]]
## [1] "movie_man164: I predict my most played song will be My Happy Ending and Complicated #SpotifyWrapped"
## 
## [[9405]]
## [1] "iamsodownbadfo: I predict my top artist will be (G)I-DLE NO QUESTION #SpotifyWrapped"
## 
## [[9406]]
## [1] "ReissMeister92: I predict my top artist will be @LittleMix #SpotifyWrapped"
## 
## [[9407]]
## [1] "khammie360: I predict my top artist will be @MariahScientist for sure 😊 #SpotifyWrapped"
## 
## [[9408]]
## [1] "impaulbodea: I predict my most played song will be Black Summer from Red Hot Chili Peppers #SpotifyWrapped"
## 
## [[9409]]
## [1] "matteo_resca: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[9410]]
## [1] "AmarjitRajput: Watch a pygmy marmoset completely fascinated by an insect in this clip from; Tiny World \n#stockmarketcrash\nTerroris… https://t.co/xuWX1ZEiVl"
## 
## [[9411]]
## [1] "carrottwt: I predict my top artist will be 5sos #SpotifyWrapped"
## 
## [[9412]]
## [1] "aelmmnouxy: I predict my most played song will be Every Breath You Take.\n\nI predict my top genre will be rock.\n\nI predict my to… https://t.co/aSt8Ml05Ot"
## 
## [[9413]]
## [1] "Alissa2022: I predict my top podcast will be that fortnite song chug jug with you that someone uploaded as a podcast #SpotifyWrapped"
## 
## [[9414]]
## [1] "ReissMeister92: I predict my most played song will be Cut You Off by @LittleMix #SpotifyWrapped"
## 
## [[9415]]
## [1] "carrottwt: I predict my most played song will be taste 🤭🤭 #SpotifyWrapped"
## 
## [[9416]]
## [1] "CallebBanks: I predict my top artist will be [@Eminem ] #SpotifyWrapped"
## 
## [[9417]]
## [1] "khammie360: I predict my top genre will be Hip Hop again  #SpotifyWrapped"
## 
## [[9418]]
## [1] "Jamjars_14: I predict my top artist will be The Crane Wives.\n\n(and if it isn't I'm not going to be happy) \n #SpotifyWrapped"
## 
## [[9419]]
## [1] "DramaKing25: I predict my most played song will be Cant Get You Out Of My Head by Kylie Minogue #SpotifyWrapped"
## 
## [[9420]]
## [1] "hari_qwest123: I predict my most played song will be [Loser by Charlie Puth] #SpotifyWrapped"
## 
## [[9421]]
## [1] "abbythecleric: I will be genuinely shocked if my top artist isn't Taylor Swift. SHOCKED.\n\nBut also I listen to the Mighty Vibes pl… https://t.co/8j9xhr96QD"
## 
## [[9422]]
## [1] "MaryFor44530047: Do you want to get a job which pay weekly?? Try to get this Job. Now click below link then show a page where again… https://t.co/HZsI0oHOos"
## 
## [[9423]]
## [1] "HeloiseMesure: I predict my top artist will be Taylor Swift #SpotifyWrapped duh"
## 
## [[9424]]
## [1] "mrsdarc97700517: I predict my top artist will be Harry Styles. There’s no doubt about it #SpotifyWrapped"
## 
## [[9425]]
## [1] "khammie360: I predict my most played song will be Aura (by Mariah the scientist) #SpotifyWrapped"
## 
## [[9426]]
## [1] "dionysis_ai: Remind me smile #SpotifyWrapped"
## 
## [[9427]]
## [1] "NoahAdk46403259: I predict my top artist will be [tyler the creator] #SpotifyWrapped"
## 
## [[9428]]
## [1] "ariadnavf_: I predict my top artist will be Rosaliaaa❤️❤️ #SpotifyWrapped"
## 
## [[9429]]
## [1] "GenuinelyTammy: One thing about Spotify is that they wrapped be so exciting, @AppleMusic don’t be giving us nothing good #SpotifyWrapped"
## 
## [[9430]]
## [1] "POPSUGARUK: Do this before your #SpotifyWrapped comes out!  https://t.co/DNIqWycsBG"
## 
## [[9431]]
## [1] "NoahAdk46403259: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[9432]]
## [1] "mrsdarc97700517: I predict my most played song will be As it Was #SpotifyWrapped"
## 
## [[9433]]
## [1] "kya_yaar_ananya: My #SpotifyWrapped will literally be this picture. https://t.co/4R3O3yB4Dw"
## 
## [[9434]]
## [1] "NoeticSaturnine: SOON #SpotifyWrapped"
## 
## [[9435]]
## [1] "EmSh8944: I predict my top artist will be @ThisIsRobThomas #SpotifyWrapped \nI mean if it’s not it should be @MatchboxTwenty instead"
## 
## [[9436]]
## [1] "JahmikelG: I’m ready for it I want to know I can’t wait lol 😂 #SpotifyWrapped https://t.co/8fvQMwsgWJ"
## 
## [[9437]]
## [1] "mrsdarc97700517: I predict my top genre will be pop music #SpotifyWrapped"
## 
## [[9438]]
## [1] "NoahAdk46403259: I predict my most played song will be [money trees] #SpotifyWrapped"
## 
## [[9439]]
## [1] "iama_lion_: I predict my top artist will be Kesha #SpotifyWrapped"
## 
## [[9440]]
## [1] "britxnic0: Where is my #SpotifyWrapped. I need to know how mental ill I actually am."
## 
## [[9441]]
## [1] "TrueBlueLDR: I predict my most played song will be Alien Superstar #SpotifyWrapped"
## 
## [[9442]]
## [1] "Tweetbyshreyas: #SpotifyWrapped is so interesting. I’ve got one more reason to judge you. \n.\n#Tweetbyshreyas"
## 
## [[9443]]
## [1] "iama_lion_: I predict my most played song will be Big Girls You Are Beautiful #SpotifyWrapped"
## 
## [[9444]]
## [1] "masonangelo23: I predict my top artist will be miss Cupcakke 3 years straight bby #SpotifyWrapped"
## 
## [[9445]]
## [1] "RodPeels: I predict my most played song will be Starboy #SpotifyWrapped"
## 
## [[9446]]
## [1] "yoongis_fruit: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[9447]]
## [1] "MaryFor44530047: OMG!!Great News!!If Want to get a job as Amazon flex, you need follow below steps. Please click below link then sho… https://t.co/JgrXHc7yWX"
## 
## [[9448]]
## [1] "Yashistic_: I predict my top podcast will be 2 peas in a pod #SpotifyWrapped\n@raghavanand67 \n@iamparitosh_"
## 
## [[9449]]
## [1] "TruffleSocial: Anyone else a teensy bit stressed about their #SpotifyWrapped? 😱"
## 
## [[9450]]
## [1] "Mamo_dele: I predict my top artist will be [Burna Boy] #SpotifyWrapped"
## 
## [[9451]]
## [1] "yoongis_fruit: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[9452]]
## [1] "joystickjuniper: Look, I know it's all Taylor Swift for me... Still.. release it.  #SpotifyWrapped"
## 
## [[9453]]
## [1] "yoongis_fruit: I predict my most played song will be [Run BTS] #SpotifyWrapped"
## 
## [[9454]]
## [1] "Sam_McQueen1: I predict my top artist will be [@OuseOfficial ] #SpotifyWrapped"
## 
## [[9455]]
## [1] "sushijoker: DROP IT NOW #SpotifyWrapped https://t.co/5P7arbcsxa"
## 
## [[9456]]
## [1] "qubaap: I predict my top podcast will be Too easy - firez favs (donda 2) or never let me go 💀#SpotifyWrapped"
## 
## [[9457]]
## [1] "seconda89807391: #SpotifyWrapped hello"
## 
## [[9458]]
## [1] "sarahnicoleguy: Spotify Wrapped is great for determining if you were 100% unhinged this year or just, like, 50%  #SpotifyWrapped"
## 
## [[9459]]
## [1] "yl3O1: Me when my #SpotifyWrapped got Griselda, Pusha T, symba, and Kendrick headlining.  https://t.co/g8rpkAWVfm"
## 
## [[9460]]
## [1] "m4rl0nnnn: Who will be ur #1 in ur Spotify Wrapped? #SpotifyWrapped"
## 
## [[9461]]
## [1] "ikjunsflower: I predict my top artist will be BTOB / Lee Changsub😌 #SpotifyWrapped"
## 
## [[9462]]
## [1] "XXL: #SpotifyWrapped has officially begun teasing its 2022 rollout 👀\n\nWho do you think will be your most-listened to rap… https://t.co/Fq2zrue9M8"
## 
## [[9463]]
## [1] "Mamo_dele: I predict my top genre will be [Afrobeats] #SpotifyWrapped"
## 
## [[9464]]
## [1] "iFrankMartin97: I predict my most played song will be \"Hikare Inochi\" #SpotifyWrapped"
## 
## [[9465]]
## [1] "EarnMakingMoney: Tap to see the meme - #memes #SpotifyWrapped https://t.co/nIhVmtmG22"
## 
## [[9466]]
## [1] "UnderTakingBoy: I predict my most played album will be the weekend's \"Dawn FM\" and most played songs will be \"After Hour\",\"Repeat A… https://t.co/UgbqRMCdIU"
## 
## [[9467]]
## [1] "Mamo_dele: I predict my most played song will be Soso #SpotifyWrapped"
## 
## [[9468]]
## [1] "ikjunsflower: I predict my most played song will be  Cookie by NewJeans #SpotifyWrapped"
## 
## [[9469]]
## [1] "abhignya04: can’t wait for my mental issues analysis #SpotifyWrapped"
## 
## [[9470]]
## [1] "anngri7: #SpotifyWrapped i'm right where you wrapped me"
## 
## [[9471]]
## [1] "yogiilele: I predict my top podcast will be [dont listen much but prolly something haunted or girl talk] #SpotifyWrapped"
## 
## [[9472]]
## [1] "MaryFor44530047: Do you want earn from home? If you want, you need to follow below steps. Click below link then show a page where ag… https://t.co/C17oBlSakA"
## 
## [[9473]]
## [1] "AzeiteSeco: I predict my most played song will be Something Special🕺 #SpotifyWrapped"
## 
## [[9474]]
## [1] "iheartlouaylor: I predict my top podcast will be that one cunt who posted medicine (ily)#SpotifyWrapped"
## 
## [[9475]]
## [1] "adrestian_flame: It’s gonna be nothing but FFXIV ost. I can just FEEL IT.  #SpotifyWrapped"
## 
## [[9476]]
## [1] "KiwiTheKangaroo: I predict my most played song will be REVOFEV by Kid Cudi #SpotifyWrapped"
## 
## [[9477]]
## [1] "glittergelgirly: RELEASE IT NOW YOU STUPID B*TCH @Spotify #SpotifyWrapped https://t.co/z7QDIDSUjt"
## 
## [[9478]]
## [1] "onwrdstovictory: I predict my top artist will be Los campesinos! #SpotifyWrapped"
## 
## [[9479]]
## [1] "yogiilele: I predict my top artist will be [praying for lana, taylor or eunsook*m😭😭😭😭] #SpotifyWrapped"
## 
## [[9480]]
## [1] "queenrhemz: I predict my top podcast will be unfiltered podcast by @zane and @HeathHussar\nI'm 100% sure😌\n#SpotifyWrapped"
## 
## [[9481]]
## [1] "ofstarlight10: This was my Spotify top5 last year👀. Still waiting for this year's \n#SpotifyWrapped https://t.co/XOMMc2cAcy"
## 
## [[9482]]
## [1] "BigginzYT: @Spotify #SpotifyWrapped drop it. Now. https://t.co/mIZ5wzKr4O"
## 
## [[9483]]
## [1] "treehousepoetry: I predict my most played song of 2022 is “Don’t Take the Money” by Bleachers. (Which version is the real question) #SpotifyWrapped"
## 
## [[9484]]
## [1] "iFilmOrama: hope my #SpotifyWrapped don't make me go like this https://t.co/0xAlVWjKyR"
## 
## [[9485]]
## [1] "iheartlouaylor: I know my top artist will be taylor swift #SpotifyWrapped"
## 
## [[9486]]
## [1] "onwrdstovictory: I predict my top genre will be indie music #SpotifyWrapped"
## 
## [[9487]]
## [1] "MatildaSoGolden: I predict my most played song will be [UR MOM  ] #SpotifyWrapped"
## 
## [[9488]]
## [1] "nj_nearing: Cant wait for my #SpotifyWrapped this yr. prolly my top song is emails i cant send."
## 
## [[9489]]
## [1] "SirSalles01: I predict my most played song will be algum funk com certeza kkkkkkkkkkk #SpotifyWrapped"
## 
## [[9490]]
## [1] "josephappIegate: i predict my top artist will be ieuan! #SpotifyWrapped"
## 
## [[9491]]
## [1] "qubaap: I predict my top artist will be tyler the creator top g (or Ye) #SpotifyWrapped"
## 
## [[9492]]
## [1] "yogiilele: I predict my top genre will be [basic but prolly dance pop or ballet class 😭😭😭😭😭😭😭😭😭😭] #SpotifyWrapped"
## 
## [[9493]]
## [1] "FOLKMORE2: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9494]]
## [1] "onwrdstovictory: I predict my most played song will be concrete by Lovejoy #SpotifyWrapped"
## 
## [[9495]]
## [1] "iheartlouaylor: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9496]]
## [1] "FOLKMORE2: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9497]]
## [1] "josephappIegate: i predict my most played song will be hypocrisy by sage ella’ #SpotifyWrapped"
## 
## [[9498]]
## [1] "FOLKMORE2: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9499]]
## [1] "Gloomykatee: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[9500]]
## [1] "ogedengbe_: I predict my most played song will be [Money &amp; Love] #SpotifyWrapped"
## 
## [[9501]]
## [1] "thelonejourney: I predict my most played song will be We Don’t Talk About Bruno #SpotifyWrapped LOL"
## 
## [[9502]]
## [1] "VeronikaZriniov: I predict my top artist will be Yzomandias 🌚  #SpotifyWrapped"
## 
## [[9503]]
## [1] "iheartlouaylor: I predict my most played song will be right where you left me #SpotifyWrapped"
## 
## [[9504]]
## [1] "whyjeon_: j-hope is one of the headliner in my #SpotifyWrapped THE MAN HE IS✨"
## 
## [[9505]]
## [1] "qubaap: I predict my most played song will be fue mejor - Kali uchis #SpotifyWrapped"
## 
## [[9506]]
## [1] "queenrhemz: I predict my most played song will be As it was by Harry Styles 🥰 #SpotifyWrapped"
## 
## [[9507]]
## [1] "UnderTakingBoy: I predict my most played song by kanye West will be \"Say You Will\" because for the lyrics and Deep voice and meanin… https://t.co/ArekvppnHj"
## 
## [[9508]]
## [1] "uglyducklin0: I predict my top artist will be Sade #SpotifyWrapped"
## 
## [[9509]]
## [1] "fredeyrhs: I predict my most played song will be As it was   #SpotifyWrapped"
## 
## [[9510]]
## [1] "yogiilele: I predict my most played song will be [All Too Well 10 Min Version] PLEASE BE IT IDK #SpotifyWrapped"
## 
## [[9511]]
## [1] "Sofa_Critic_2_0: My #SpotifyWrapped is going to be lame this year.  I was barely on the platform.  If I want to listen to music, I go to YouTube."
## 
## [[9512]]
## [1] "iamarjun23: I predict my top genre will be [indie pop] #SpotifyWrapped"
## 
## [[9513]]
## [1] "thelonejourney: I predict my top genre will be Indie Pop.  #SpotifyWrapped"
## 
## [[9514]]
## [1] "uglyducklin0: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9515]]
## [1] "The_J_Stevenson: I predict my most played song will be “fresh bruises” by @bmthofficial #SpotifyWrapped"
## 
## [[9516]]
## [1] "abigailroseking: I predict my top artist will be @taylorswift13 of course!#SpotifyWrapped"
## 
## [[9517]]
## [1] "uglyducklin0: I predict my most played song will be Where you are de PinkPantheress #SpotifyWrapped"
## 
## [[9518]]
## [1] "bg_bts7: I predict my most played song will be Christmas Tree by @BTS_twt #SpotifyWrapped\n\n(Or With you or Yet to come 🤭) https://t.co/Pl8mwth91b"
## 
## [[9519]]
## [1] "mybuddiemybucky: so excited for if i could fly by one direction to by in my #spotifywrapped top 10 again despite it being released 7 years ago"
## 
## [[9520]]
## [1] "abigailroseking: I predict my most played song will be All Too Well (10 Minute Version) by @taylorswift13 #SpotifyWrapped"
## 
## [[9521]]
## [1] "iamthebegus: #SpotifyWrapped wait 4 me https://t.co/EbdRjOzWQP"
## 
## [[9522]]
## [1] "SelinaD42: Not a clue on this one I've played so many this year, it will probably different from last year's one though which… https://t.co/WG99b1QPSl"
## 
## [[9523]]
## [1] "thelonejourney: I predict my top artist will be @RyanCaraveo #SpotifyWrapped"
## 
## [[9524]]
## [1] "ImpulFizz: I predict my top artist will be Bring Me the Horizon or Set It Off #SpotifyWrapped"
## 
## [[9525]]
## [1] "leoaraujopp: I predict my most played song will be https://t.co/cmJxqt6PnX #SpotifyWrapped \n\n(ouvi demais essa)"
## 
## [[9526]]
## [1] "vantsecret: I predict my top artist will be stray kids #SpotifyWrapped"
## 
## [[9527]]
## [1] "coIorluna: I predict my top podcast will be Caso 63 #SpotifyWrapped"
## 
## [[9528]]
## [1] "b__dizon: DROP IT ALREADY #SpotifyWrapped https://t.co/TIcLYfRAch"
## 
## [[9529]]
## [1] "nadiamariazefri: I predict my top podcast will be Armchair Expert #SpotifyWrapped"
## 
## [[9530]]
## [1] "eggcheesebageI: me looking at my #SpotifyWrapped pretending to be shocked like i didnt spend all year checking spotistats last fm a… https://t.co/9U8xBWxHTy"
## 
## [[9531]]
## [1] "vantsecret: I predict my top genre will be kpop(?) #SpotifyWrapped"
## 
## [[9532]]
## [1] "vINce9867: I predict my top podcast will be Wag Kang Lilingon #SpotifyWrapped"
## 
## [[9533]]
## [1] "MaryFor44530047: OMG!!!Great News!!Do you want get a job at Aldi?? For getting job Please click below link then show a page where ag… https://t.co/C6lZArYxUh"
## 
## [[9534]]
## [1] "coIorluna: I predict my top artist will be Taylor Swift/Morat #SpotifyWrapped"
## 
## [[9535]]
## [1] "MyMoonIsUV: I predict my top genre will be [Alternative Indie] #SpotifyWrapped"
## 
## [[9536]]
## [1] "JaylaMOfficial: I predict my top artist will be  #SpotifyWrapped https://t.co/EjQfuC41L5"
## 
## [[9537]]
## [1] "coldchains19: I predict my top artist will be @cvltecult  #SpotifyWrapped"
## 
## [[9538]]
## [1] "vantsecret: I predict my most played song will be as it was #SpotifyWrapped"
## 
## [[9539]]
## [1] "MyMoonIsUV: I predict my most played song will be [Lana Del Rey - Old Money] #SpotifyWrapped"
## 
## [[9540]]
## [1] "gabrialholmes: GIVE IT TO ME NOW BITCH #SpotifyWrapped https://t.co/6nEEFARuwK"
## 
## [[9541]]
## [1] "isthereashley: I predict my most played song will be champagne problems or cardigan?(not sure though) #SpotifyWrapped"
## 
## [[9542]]
## [1] "ImpulFizz: I predict my most played song will be [ https://t.co/RJYVKwLz6t ] #SpotifyWrapped"
## 
## [[9543]]
## [1] "shesgotclaws: 9 Lives Album Out Now! \n\n'Best Of'Remix Album.. Ideal as a Xmas Gift!\n\nBuy: \niTunes / Apple -… https://t.co/MagP71F14t"
## 
## [[9544]]
## [1] "Surma_SG: Kitne din se #SpotifyWrapped is trending but aa kab rhe hai!"
## 
## [[9545]]
## [1] "vINce9867: I predict my top artist will be Lyn Lapid  #SpotifyWrapped"
## 
## [[9546]]
## [1] "iwantabigmac_: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9547]]
## [1] "coldchains19: I predict my most played song will be move me - @halfaliveco #SpotifyWrapped"
## 
## [[9548]]
## [1] "agdtinman: I got my #SpotifyWrapped!! Check out my top music genre: https://t.co/9C0Z3CFJdr"
## 
## [[9549]]
## [1] "am_kumkum22: Where are you #SpotifyWrapped ?"
## 
## [[9550]]
## [1] "iwantabigmac_: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[9551]]
## [1] "isthereashley: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9552]]
## [1] "JaylaMOfficial: I predict my top genre will be pop obviously #SpotifyWrapped"
## 
## [[9553]]
## [1] "ocadoinalright: I predict my most played song will be [west coast by lana del rey] #SpotifyWrapped or one of cas’s song"
## 
## [[9554]]
## [1] "spacesintheam: I really hope they bring back the desktop version this year. I like what they added at the beginning of last years… https://t.co/Y98RqZC37f"
## 
## [[9555]]
## [1] "DragEmetSelch: I predict my top podcast will be Tea and Strumpets #SpotifyWrapped"
## 
## [[9556]]
## [1] "JaylaMOfficial: I predict my most played song will be a doja cat song, probably get into it yuh😭 #SpotifyWrapped"
## 
## [[9557]]
## [1] "iamluvity: I predict my top genre will be [Kpop] #SpotifyWrapped"
## 
## [[9558]]
## [1] "TheSwiftD: Imagine you get a personalized video message from Taylor with your #SpotifyWrapped and she says you get tour tickets 😱😍"
## 
## [[9559]]
## [1] "qazimod: #SpotifyWrapped is trending but my account was banished to oblivion after the Joe Rogan thing. Awkward."
## 
## [[9560]]
## [1] "vINce9867: I predict my top genre will be OPM  #SpotifyWrapped"
## 
## [[9561]]
## [1] "THEMAINTHlNG: I predict my most played song will be Normal Girl #SpotifyWrapped"
## 
## [[9562]]
## [1] "MatildaSoGolden: I’ve waited long enough\n#SpotifyWrapped https://t.co/XfOGLzipLL"
## 
## [[9563]]
## [1] "charwillj0: I predict my top artist will be [ TLC ] #SpotifyWrapped"
## 
## [[9564]]
## [1] "fraaiises: I predict my most played song will be (never falling for this again oh my god) #SpotifyWrapped"
## 
## [[9565]]
## [1] "adolabrat: I predict my top artist will be Taylor Swift or Imagine Dragons #SpotifyWrapped"
## 
## [[9566]]
## [1] "aria2560: I predict my most played song will be The Other Side by Alice Merton  #SpotifyWrapped"
## 
## [[9567]]
## [1] "m3lenatedwh8re: I predict my top podcast will be FLEX AND MF FROOMES FOR SUREEE #SpotifyWrapped"
## 
## [[9568]]
## [1] "kenmorxo: I predict my top podcast will be @prettybasic on the simple fact that those are my girls and i get it my life every… https://t.co/m2TgtRwgZJ"
## 
## [[9569]]
## [1] "viandreiya: I predict my most played song will be BLUE HOUR BY TOMORROW X TOGETHER #SpotifyWrapped\n\npag hindi iyan sinungaling… https://t.co/hH6gXKQVUX"
## 
## [[9570]]
## [1] "charwillj0: I predict my most played song will be [ Left Outside Alone ] #SpotifyWrapped"
## 
## [[9571]]
## [1] "vINce9867: I predict my most played song will be Paraluman #SpotifyWrapped"
## 
## [[9572]]
## [1] "m3lenatedwh8re: I predict my top genre will defo give pop/dance pop, if not then r&amp;b #SpotifyWrapped"
## 
## [[9573]]
## [1] "eddgardx: @Spotify my #SpotifyWrapped when? https://t.co/gPZrUN2tBR"
## 
## [[9574]]
## [1] "hobihongie: I predict my top podcast will be LKKK NENHUM #SpotifyWrapped"
## 
## [[9575]]
## [1] "thelonejourney: I predict my top podcast will be Sweet Boys. I don’t remember a single word of them but I think that’s kinda the po… https://t.co/SfShgdDaOZ"
## 
## [[9576]]
## [1] "THEMAINTHlNG: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[9577]]
## [1] "m3lenatedwh8re: I predict my top artist will be Beyoncé, without a doubt #SpotifyWrapped"
## 
## [[9578]]
## [1] "bobthefixerrr: What is worse: not receiving the Spotify tracks you expected to receive or receiving a random song that you end up… https://t.co/gxrousH4yh"
## 
## [[9579]]
## [1] "adolabrat: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9580]]
## [1] "niambideeaye: I predict my most played song will be Heated #SpotifyWrapped https://t.co/B5Oo7V07gw"
## 
## [[9581]]
## [1] "gldenbusan: spotify wrapped spotify wrapped cuba kau drop spotify wrapped sekarang #SpotifyWrapped"
## 
## [[9582]]
## [1] "m3lenatedwh8re: I predict my most played song will be Glitter by 070 Shake or Alien Superstar by Beyoncé   #SpotifyWrapped"
## 
## [[9583]]
## [1] "tokyotwelve: I predict my top artist will be: NF ?  #SpotifyWrapped"
## 
## [[9584]]
## [1] "hobihongie: I predict my top artist will be ATEEZ ou PVRIS #SpotifyWrapped"
## 
## [[9585]]
## [1] "Meh96232227: Lol I don't listen to podcasts #SpotifyWrapped"
## 
## [[9586]]
## [1] "adolabrat: I predict my most played song will be Anti-Hero by Taylor Swift #SpotifyWrapped"
## 
## [[9587]]
## [1] "MaryFor44530047: Video editing Job!! What's a great news.Try to take chance. Now click below link then get a page where again click… https://t.co/FAyQFXUFDA"
## 
## [[9588]]
## [1] "Elisabe74257695: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9589]]
## [1] "chrisnel__: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@Michinegunkell3"
## 
## [[9590]]
## [1] "tokyotwelve: I predict my most played song will be: \nStill into you - Paramore\n#SpotifyWrapped"
## 
## [[9591]]
## [1] "hobihongie: I predict my top genre will be K-pop #SpotifyWrapped"
## 
## [[9592]]
## [1] "dehydratedjay: I predict my top podcast will be Teenager Therapy #SpotifyWrapped"
## 
## [[9593]]
## [1] "viistrying: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9594]]
## [1] "smith_adesoji: Love the outdoors 😊😊😊😊\n\nDan Andrews\niphone 14\n\n#SpotifyWrapped https://t.co/vsrxEV9RJA"
## 
## [[9595]]
## [1] "viistrying: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[9596]]
## [1] "rockergirldrum: If you need a boost to start your Monday!  Here’s some @systemofadown 🤘@JohnDolmayan @serjtankian @ShavoOdadjian… https://t.co/6EWGv4YwP4"
## 
## [[9597]]
## [1] "MessiahRice: I predict my top artist will be ‘OnCue’ #SpotifyWrapped"
## 
## [[9598]]
## [1] "dehydratedjay: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9599]]
## [1] "ocadoinalright: Siap siap nanti sg ku dengan #SpotifyWrapped walo no one cares about it but i will still post about it cz idc"
## 
## [[9600]]
## [1] "jzathegoat: live reaction after realizing spotify won’t count any of my listens to smithereens cause they stopped collecting da… https://t.co/R6nMGNUnql"
## 
## [[9601]]
## [1] "jakim77pt: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[9602]]
## [1] "hobihongie: I predict my most played song will be Loveless - PVRIS #SpotifyWrapped"
## 
## [[9603]]
## [1] "MyMoonIsUV: I predict my top artist will be [Lana Del Rey] #SpotifyWrapped"
## 
## [[9604]]
## [1] "Meh96232227: I predict my top artist will be mitski  #SpotifyWrapped"
## 
## [[9605]]
## [1] "alxjkfs: I predict my top genre will be [GOAT] #SpotifyWrapped"
## 
## [[9606]]
## [1] "dehydratedjay: I predict my top genre will be Pop or Eurovision #SpotifyWrapped"
## 
## [[9607]]
## [1] "kangseoyoon8: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[9608]]
## [1] "Santiago_PaezP: I predict my top artist will be @ddlovato #SpotifyWrapped"
## 
## [[9609]]
## [1] "jakim77pt: I predict my most played song will be Glimpse of Us #SpotifyWrapped"
## 
## [[9610]]
## [1] "Meh96232227: I predict my most played song will be love me more by MITSKI  #SpotifyWrapped"
## 
## [[9611]]
## [1] "idioticsimpp: I predict my top artist will be Nirvana #SpotifyWrapped"
## 
## [[9612]]
## [1] "Pedro_5Oli: I predict my top podcast will be [Falsos Lentos] #SpotifyWrapped"
## 
## [[9613]]
## [1] "alxjkfs: I predict my top artist will be [FUTURE] #SpotifyWrapped"
## 
## [[9614]]
## [1] "dehydratedjay: I predict my most played song will be Brividi #SpotifyWrapped"
## 
## [[9615]]
## [1] "alxjkfs: I predict my most played song will be [TEEN X BY CARTI] #SpotifyWrapped"
## 
## [[9616]]
## [1] "idioticsimpp: I predict my top genre will be rock #SpotifyWrapped"
## 
## [[9617]]
## [1] "Pedro_5Oli: I predict my top artist will be [Kid Cudi] #SpotifyWrapped"
## 
## [[9618]]
## [1] "CaptivaLX: I predict my top artist will be [@trvisXX] #SpotifyWrapped"
## 
## [[9619]]
## [1] "logantwizz: I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[9620]]
## [1] "AlphaMillennium: Fuckin launch already! #SpotifyWrapped"
## 
## [[9621]]
## [1] "Pedro_5Oli: I predict my top genre will be [Hip-Hop] #SpotifyWrapped"
## 
## [[9622]]
## [1] "logantwizz: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9623]]
## [1] "idioticsimpp: I predict my most played song will be Drain You #SpotifyWrapped"
## 
## [[9624]]
## [1] "babycxarmy: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[9625]]
## [1] "logantwizz: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9626]]
## [1] "logantwizz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9627]]
## [1] "Pedro_5Oli: I predict my most played song will be [Die Hard - Kendrick Lamar] #SpotifyWrapped"
## 
## [[9628]]
## [1] "Cubezix1: I predict my top podcast will be The Cubecast #SpotifyWrapped"
## 
## [[9629]]
## [1] "ElyanArcher: I predict my most played song will be Running Up That Hill #SpotifyWrapped"
## 
## [[9630]]
## [1] "stonelovebot: really nervous for #SpotifyWrapped  guys not going to lie https://t.co/SmQcIZzEy0"
## 
## [[9631]]
## [1] "somandra21: I predict my top podcast will be 😁😁😁 you don't want to know😅#SpotifyWrapped"
## 
## [[9632]]
## [1] "carabigote: I predict my top artist will be bad gyal espero no romper la racha #SpotifyWrapped"
## 
## [[9633]]
## [1] "Cubezix1: I predict my top artist will be Tally hall #SpotifyWrapped"
## 
## [[9634]]
## [1] "iHrtWByers: I predict my top podcast will be Flikken de podcast by NPO1 #SpotifyWrapped"
## 
## [[9635]]
## [1] "eternallyurz: I predict my top podcast will be Awsten + Travis' Slumber Party #SpotifyWrapped"
## 
## [[9636]]
## [1] "Cubezix1: I predict my top genre will be Indie  #SpotifyWrapped"
## 
## [[9637]]
## [1] "DarthKermit_: I predict my most played song will be Override #SpotifyWrapped"
## 
## [[9638]]
## [1] "nessaxbw: Me when my Spotify wrapped drops \n\n#SpotifyWrapped\n\n https://t.co/aXwSayLg1C"
## 
## [[9639]]
## [1] "iHrtWByers: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[9640]]
## [1] "somandra21: I predict my top genre will be [fill in top genre prediction] Pop #SpotifyWrapped"
## 
## [[9641]]
## [1] "may7jailer: I predict my top artist will be lana del rey  #SpotifyWrapped"
## 
## [[9642]]
## [1] "larryS4eva28: I predict my top artist will be #OneDirection #SpotifyWrapped"
## 
## [[9643]]
## [1] "LifesADance44: What my own music festival would look like based on my @Spotify and now I’m prepared for my #SpotifyWrapped… https://t.co/eAjQAFlGSe"
## 
## [[9644]]
## [1] "str4wberrimo0n: I predict my top artist will be nct dream #SpotifyWrapped"
## 
## [[9645]]
## [1] "somandra21: I predict my most played song will be Heartbreak Anthem #SpotifyWrapped"
## 
## [[9646]]
## [1] "Cubezix1: I predict my most played song will be Cannibal #SpotifyWrapped"
## 
## [[9647]]
## [1] "iHrtWByers: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[9648]]
## [1] "IliaZaatar10: I predict my top podcast will be Views by David Dobrik #SpotifyWrapped"
## 
## [[9649]]
## [1] "13mgiorgi13: I predict my top artist will be [@coldplay ] #SpotifyWrapped"
## 
## [[9650]]
## [1] "wmdan_: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9651]]
## [1] "eternallyurz: I predict my top artist will be LOONA #SpotifyWrapped"
## 
## [[9652]]
## [1] "iHrtWByers: I predict my most played song will be Matilda by Harry Styles #SpotifyWrapped"
## 
## [[9653]]
## [1] "MrAddisonJones: I predict my most played song will be Down Bad by @Amouranth  #SpotifyWrapped"
## 
## [[9654]]
## [1] "rikl_13: I predict my most played song will be \"All Too Well (10 Minute Version) (Taylor's Version) (From The Vault) #SpotifyWrapped"
## 
## [[9655]]
## [1] "heartslilnas: NO WAY #SpotifyWrapped https://t.co/p7rcfPzu6e"
## 
## [[9656]]
## [1] "eternallyurz: I predict my top genre will be Modern Rock #SpotifyWrapped"
## 
## [[9657]]
## [1] "larryS4eva28: I predict my most played song will be Defenceless #LouisTomlinson #SpotifyWrapped"
## 
## [[9658]]
## [1] "Samrific25: need my #SpotifyWrapped right now"
## 
## [[9659]]
## [1] "Glaxdz1: I predict my top podcast will be [The Misfits Podcast] #SpotifyWrapped"
## 
## [[9660]]
## [1] "DelmarOwl: I predict my most played song will be [Seven O'Clock by Pearl Jam] #SpotifyWrapped"
## 
## [[9661]]
## [1] "eternallyurz: I predict my most played song will be RUN - H1-KEY #SpotifyWrapped"
## 
## [[9662]]
## [1] "iamarjun23: I predict my top artist will be [noah kahan] #SpotifyWrapped"
## 
## [[9663]]
## [1] "AbiESTXX: I predict my top artist will be @machinegunkelly #SpotifyWrapped\n\nI mean... This is an obvious one 💀"
## 
## [[9664]]
## [1] "Glaxdz1: I predict my top artist will be [Juice Wrld] #SpotifyWrapped"
## 
## [[9665]]
## [1] "iamarjun23: I predict my most played song will be [summer nights by DVBBS] #SpotifyWrapped"
## 
## [[9666]]
## [1] "PCTweetzz: I predict my top genre will be Rap / Hip Hop #SpotifyWrapped"
## 
## [[9667]]
## [1] "Daily_Serah: I predict my most played song will be A Quick One Before The Eternal Worm Devours Connecticut by Have A Nice Life #SpotifyWrapped"
## 
## [[9668]]
## [1] "Glaxdz1: I predict my top genre will be [Dark Trap] #SpotifyWrapped"
## 
## [[9669]]
## [1] "punzoswooner: I predict my top podcast will be CHUCKLE SANDWICH #SpotifyWrapped"
## 
## [[9670]]
## [1] "Msintheunknown: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[9671]]
## [1] "onIysunfIower: I predict my most played song will be As It Was #SpotifyWrapped"
## 
## [[9672]]
## [1] "lovemesomeALLI: I predict my top artist will be SG Lewis #SpotifyWrapped"
## 
## [[9673]]
## [1] "Glaxdz1: I predict my most played song will be [Juice Wrld - Lean Wit Me] #SpotifyWrapped"
## 
## [[9674]]
## [1] "onIysunfIower: I predict my top podcast will be Very really good  #SpotifyWrapped"
## 
## [[9675]]
## [1] "ArmaanSethi18: I predict my top podcast will be [Impaulsive] #SpotifyWrapped"
## 
## [[9676]]
## [1] "PraksArmaanian: I predict my top artist will be @ArmaanMalik22 #SpotifyWrapped"
## 
## [[9677]]
## [1] "PCTweetzz: I predict my most played song will be She Knows by J Cole #SpotifyWrapped"
## 
## [[9678]]
## [1] "_uncommentary_: #SpotifyWrapped THE HASHTAGS OUT ITS HAPPENING SOON. 3 DAYS MAYBE. THESE THREE DAYS ARE GONNA SUCK."
## 
## [[9679]]
## [1] "MaybeDanial_: I predict my top podcast will probably be The More Better Podcast #SpotifyWrapped"
## 
## [[9680]]
## [1] "onIysunfIower: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[9681]]
## [1] "thatgirlmareena: I already know who’s gonna be on top #SpotifyWrapped"
## 
## [[9682]]
## [1] "some1likekefon: I predict my top artist will be Ariana Grande  #SpotifyWrapped"
## 
## [[9683]]
## [1] "ArmaanSethi18: I predict my top artist will be [Eminem] #SpotifyWrapped"
## 
## [[9684]]
## [1] "MaybeDanial_: I predict my top artist will be James Arthur #SpotifyWrapped"
## 
## [[9685]]
## [1] "SoldierSiobhan: I predict my top artist will be @carlypearce #SpotifyWrapped"
## 
## [[9686]]
## [1] "SixthCityDawg: Me waiting for my #SpotifyWrapped to drop. . . https://t.co/lYailjh0Df"
## 
## [[9687]]
## [1] "Sewey_Guy: I predict my most played song will be Bad Habits #SpotifyWrapped"
## 
## [[9688]]
## [1] "IliaZaatar10: I predict my top artist will be Swedish House Mafia #SpotifyWrapped"
## 
## [[9689]]
## [1] "ArmaanSethi18: I predict my top genre will be [hiphop] #SpotifyWrapped"
## 
## [[9690]]
## [1] "MaybeDanial_: I predict my top genre will be definitely pop #SpotifyWrapped"
## 
## [[9691]]
## [1] "minttynggie2: I predict my most played song will be wings or dimple by bts #SpotifyWrapped"
## 
## [[9692]]
## [1] "punzoswooner: I predict my top artist will be Seventeen or takayan &lt;3  #SpotifyWrapped"
## 
## [[9693]]
## [1] "ihrtwomn: I predict my most played song will be  Leith Ross - We’ll Never Have Sex #SpotifyWrapped"
## 
## [[9694]]
## [1] "SoldierSiobhan: I predict my top genre will be Pop Country 🤠  #SpotifyWrapped"
## 
## [[9695]]
## [1] "ArmaanSethi18: I predict my most played song will be [Alfred’s theme] #SpotifyWrapped"
## 
## [[9696]]
## [1] "IliaZaatar10: I predict my top genre will be EDM #SpotifyWrapped"
## 
## [[9697]]
## [1] "terry12539: Seeing as how each year has a new layout I wonder how 2022's #SpotifyWrapped is gonna look 🤔 https://t.co/NKP80yO33q https://t.co/mfJPg0KyiW"
## 
## [[9698]]
## [1] "MaybeDanial_: I predict my most played song will be \"So Good\" by Weston Estate #SpotifyWrapped"
## 
## [[9699]]
## [1] "migs13swift: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9700]]
## [1] "RHCHaricharan: I predict my most played song will be Footsteps of Doom by Kohta Yamamoto..\nCouldn't stop listening to this Attack… https://t.co/owU2mFBYLb"
## 
## [[9701]]
## [1] "inversephase: Fans: \"we're waiting for #SpotifyWrapped \"\nMusicians: \"we're waiting for a payout of 3.5¢ in 3 months because someone listened to our album\""
## 
## [[9702]]
## [1] "SoldierSiobhan: I predict my most played song will be Mess With My Head @mirandalambert #SpotifyWrapped"
## 
## [[9703]]
## [1] "7_soty: I predict my top podcast will be [mugglecast] #SpotifyWrapped"
## 
## [[9704]]
## [1] "urs__lohith: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9705]]
## [1] "delicioso_x: the most streamed song from my past spotify wrapped\n2020: WAP\n2021: TODO DE TI\n\n#SpotifyWrapped https://t.co/fNOLa3euAM"
## 
## [[9706]]
## [1] "migs13swift: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9707]]
## [1] "IliaZaatar10: I predict my most played song will be One More Time by Daft Punk #SpotifyWrapped"
## 
## [[9708]]
## [1] "astrsads: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\ntaylor swift"
## 
## [[9709]]
## [1] "JDUBBABY_: I predict my top artist will be [J Cole] #SpotifyWrapped"
## 
## [[9710]]
## [1] "punzoswooner: I predict my top genre will be kpop and i know i'm right #SpotifyWrapped"
## 
## [[9711]]
## [1] "7_soty: I predict my top artist will be bts #SpotifyWrapped"
## 
## [[9712]]
## [1] "blousupremacy: I predict my top artist will be one direction lmao #SpotifyWrapped"
## 
## [[9713]]
## [1] "migs13swift: I predict my most played song will be Anti-Hero #SpotifyWrapped"
## 
## [[9714]]
## [1] "astrsads: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop? nao sei, taylor swift?KKKKKKKKKKKKKKKK"
## 
## [[9715]]
## [1] "Omgitsjustdae: Thought #SpotifyWrapped dropped but no it's trending because people are waiting for it."
## 
## [[9716]]
## [1] "SAlNTVALENTlNE: i predict my most played song will be screaming by loathe (crowd boos) #SpotifyWrapped"
## 
## [[9717]]
## [1] "SheepPsychic: I predict my most played song will be ribs by lorde 🛐 #SpotifyWrapped"
## 
## [[9718]]
## [1] "NicoleMonster23: I predict my top artist will be Lady Gaga #SpotifyWrapped https://t.co/xiiJoWUQUj"
## 
## [[9719]]
## [1] "austenxswift: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9720]]
## [1] "7_soty: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Kpop"
## 
## [[9721]]
## [1] "austenxswift: I predict my top podcast will be estas? de @buerabuerabuera  #SpotifyWrapped"
## 
## [[9722]]
## [1] "okayeboys: #SpotifyWrapped better have gorillaz up there 🙏"
## 
## [[9723]]
## [1] "Mitranshu2: I predict my top artist will be [Bieber] #SpotifyWrapped"
## 
## [[9724]]
## [1] "astrsads: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nDon’t Blame Me"
## 
## [[9725]]
## [1] "punzoswooner: I predict my most played song will be HOT DEMON B!TCHES NEAR U !!! or poltergeist by corpse ???#SpotifyWrapped"
## 
## [[9726]]
## [1] "austenxswift: I predict my top artist will be taylor swift #SpotifyWrapped"
## 
## [[9727]]
## [1] "IAmSprays: i predict my most listened to song this year will be when i was your man by bruno mars. no doubt. #SpotifyWrapped"
## 
## [[9728]]
## [1] "patternbluee: i thought it came out already nobody hmu #SpotifyWrapped https://t.co/yPnkjmtHOt"
## 
## [[9729]]
## [1] "brutus_il: I predict my most played song will be Good Ones by Charli XCX #SpotifyWrapped"
## 
## [[9730]]
## [1] "lonesomesswift: I predict my top podcast will be [The Lana unreleased ones] #SpotifyWrapped"
## 
## [[9731]]
## [1] "BamTennie: I predict my top genre will be Shoegaze or Numetal #SpotifyWrapped"
## 
## [[9732]]
## [1] "dswatmanstewart: I predict my top artist will be Taylor Swift  #SpotifyWrapped"
## 
## [[9733]]
## [1] "austenxswift: I predict my most played song will be mirorrball or i think he knows  #SpotifyWrapped"
## 
## [[9734]]
## [1] "sawrnr: I predict my most played song will be Manifesto by Tyler, the Creator #SpotifyWrapped"
## 
## [[9735]]
## [1] "theylorswift13: @TheColinesque Dammit it doesn’t show up in the retweet. #spotifywrapped"
## 
## [[9736]]
## [1] "okrzemkowa: I predict my top artist will be David Bowie as it's been 3 years in a row #SpotifyWrapped"
## 
## [[9737]]
## [1] "lonesomesswift: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[9738]]
## [1] "dreherkeleti: @renny_day to this date I don't understand why they put such garbage design into 2021's #SpotifyWrapped"
## 
## [[9739]]
## [1] "lonesomesswift: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[9740]]
## [1] "tdawgisdedV3: Im calling my most played songs on sporify this year will be from the above\n\nMisfits\nSum41\nBlink 182\nPoor mans pois… https://t.co/11LOfCJ63V"
## 
## [[9741]]
## [1] "cr0taline_: I predict my top podcast will be Pickle Chips (LISTEN TO IT)\n #SpotifyWrapped"
## 
## [[9742]]
## [1] "_abby_r0se: #SpotifyWrapped has become a holiday at this point"
## 
## [[9743]]
## [1] "a_ngelak: I predict my most played song will be alguna de la @saramalacara_ siosi #SpotifyWrapped"
## 
## [[9744]]
## [1] "lonesomesswift: I predict my most played song will be [Cruel Summer - Taylor Swift] #SpotifyWrapped"
## 
## [[9745]]
## [1] "Mrslnfamous: I predict motionless in white will be my most streamed artist of the year! #SpotifyWrapped"
## 
## [[9746]]
## [1] "BamTennie: I predict my most played song will be Without Me by Dayseeker #SpotifyWrapped"
## 
## [[9747]]
## [1] "celestynyaa: I predict my top artist will be Istasha  #SpotifyWrapped"
## 
## [[9748]]
## [1] "KarmaDash: My #SpotifyWrapped is just going to be my HellCheer playlist this year I feel it"
## 
## [[9749]]
## [1] "15c_djo: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  Separate Ways,   Journey"
## 
## [[9750]]
## [1] "Sewey_Guy: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9751]]
## [1] "bill_ndege: I predict my top podcast will be Ram Dass #SpotifyWrapped"
## 
## [[9752]]
## [1] "maxiee1999: I predict my top artist will be either Beomhan or One Ok Rock  #SpotifyWrapped"
## 
## [[9753]]
## [1] "AriKordeii: I predict my top artist will be [Cleo Sol] #SpotifyWrapped"
## 
## [[9754]]
## [1] "cr0taline_: I predict my top genre will be indie pop #SpotifyWrapped"
## 
## [[9755]]
## [1] "hiddleshouse: CHAN #SpotifyWrapped"
## 
## [[9756]]
## [1] "mixxiemajjy: I predict my most played song will be Beating Heart Baby by Head Automatica #SpotifyWrapped"
## 
## [[9757]]
## [1] "celestynyaa: I predict my most played song will be Lost Days by Istasha #SpotifyWrapped"
## 
## [[9758]]
## [1] "sey0_o: I predict my top artist will be [Dreamcatcher/Motionless In White/Bring Me The Horizon] #SpotifyWrapped like idk ma… https://t.co/RjbTZSJvMq"
## 
## [[9759]]
## [1] "cr0taline_: I predict my most played song will be goodbye my danish sweetheart #SpotifyWrapped"
## 
## [[9760]]
## [1] "Osariik: If my top artist in my #SpotifyWrapped isn’t @BSTNMNR I’ll…actually I don’t know what I’ll do. Listen to them more… https://t.co/MVTahuiZLn"
## 
## [[9761]]
## [1] "bill_ndege: My top artist is gonna be a close tie btw J. Cole and The Lumineers #SpotifyWrapped"
## 
## [[9762]]
## [1] "Sewey_Guy: I predict my top artist will be The Weeknd #SpotifyWrapped"
## 
## [[9763]]
## [1] "SKbloodfahim: I predict my most played song will be #Jalabulajangu 🕺 #SpotifyWrapped\n\nAana innum enakku antha vibe adangala 😤💥💥… https://t.co/tBrFTHH9It"
## 
## [[9764]]
## [1] "caitlin_veal: My #SpotifyWrapped ‘22 Top 5 prediction:\n\n1. Am I really going to die? - White Lies\n2. There is no cure for it - Wh… https://t.co/jK9zDzdKHa"
## 
## [[9765]]
## [1] "blppoj: I predict my most played song will be, actually i  have no idea this year DIAJSDIJAIDJA #SpotifyWrapped"
## 
## [[9766]]
## [1] "justrkives: JUST DROP IT NAAA #SpotifyWrapped"
## 
## [[9767]]
## [1] "maxiee1999: I predict my most played song will be Suns Up by Beomhan #SpotifyWrapped"
## 
## [[9768]]
## [1] "floriswyatt13: I predict my top genre will be #Pop #SpotifyWrapped https://t.co/EpYksbWBjx"
## 
## [[9769]]
## [1] "AriKordeii: I predict my top genre will be [Rnb/ Neo Soul] #SpotifyWrapped"
## 
## [[9770]]
## [1] "ally_euthanasia: Cant wait for the #SpotifyWrapped to drop so all the people who stream music in their sleep can out themselves. https://t.co/NcrAKuiE1W"
## 
## [[9771]]
## [1] "Ayoitsibra: I predict my most played song will be Freesty by lil baby #SpotifyWrapped"
## 
## [[9772]]
## [1] "danizofficial: #SpotifyWrapped\nThe most powerful emotion is Empathy"
## 
## [[9773]]
## [1] "maxiee1999: I predict my top genre will be kpop  #SpotifyWrapped"
## 
## [[9774]]
## [1] "jacques24_10: I predict my top artist will be  @taylorswift13 or @ladygaga #SpotifyWrapped"
## 
## [[9775]]
## [1] "sey0_o: I predict my top genre will be [idk metal/metalcore probably] #SpotifyWrapped"
## 
## [[9776]]
## [1] "danny_okey96: I predict my top podcast will be Every Single Album @NathanCHubbard @NoraPrinciotti #SpotifyWrapped"
## 
## [[9777]]
## [1] "mv_sanoop: I predict my most played song will be [Aaj Jane Ki Zid Na Karo by Farida Khanum] &amp; top artist will be @arrahman… https://t.co/bmT3lya3PH"
## 
## [[9778]]
## [1] "lavenderrrhhaze: I predict my most played song will be [I miss you, i’m sorry by Gracie abrams] #SpotifyWrapped"
## 
## [[9779]]
## [1] "bill_ndege: I predict my top genre will be Hip Hop #SpotifyWrapped"
## 
## [[9780]]
## [1] "AriKordeii: I predict my most played song will be Don’t let me fall by cleo sol #SpotifyWrapped"
## 
## [[9781]]
## [1] "sey0_o: I predict my most played song will be [Scoring The End of the World - @MIWband ] #SpotifyWrapped I’ve listened to that shit way too much 💀"
## 
## [[9782]]
## [1] "stonemilker__: I predict my most played song will be papi bones by fka twigs #SpotifyWrapped"
## 
## [[9783]]
## [1] "MaIteeser: I am a husk who is just waiting for my Wrapped HURRY UP #spotifywrapped"
## 
## [[9784]]
## [1] "exiledloveer: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9785]]
## [1] "lavenderrrhhaze: I predict my top artist will be [Taylor swift] #SpotifyWrapped"
## 
## [[9786]]
## [1] "larjjssa: I predict my top podcast will be Red Scare #SpotifyWrapped"
## 
## [[9787]]
## [1] "danny_okey96: I predict my top artist will be @taylorswift13 or I riot. @taylornation13 #SpotifyWrapped"
## 
## [[9788]]
## [1] "jacques24_10: I predict my top genre will be pop music prediction] #SpotifyWrapped"
## 
## [[9789]]
## [1] "bill_ndege: I predict my most played song will be \"6s to 9s Day Wave Remix\" #SpotifyWrapped"
## 
## [[9790]]
## [1] "justrkives: I predict my top podcast will be i-- 👁👄👁 #SpotifyWrapped"
## 
## [[9791]]
## [1] "DisIsDifferent_: Saw this hashtag and thought it was finally out! #SpotifyWrapped https://t.co/cKoclZp8NC"
## 
## [[9792]]
## [1] "kai_roswrites: #SpotifyWrapped is out???"
## 
## [[9793]]
## [1] "jacques24_10: I predict my most played song will be All too well 10 minutes version by @taylorswift13 #SpotifyWrapped"
## 
## [[9794]]
## [1] "danny_okey96: I predict my top genre will be dance pop cause I’m basic #SpotifyWrapped"
## 
## [[9795]]
## [1] "thestoryofles: I predict my most played song will be The Very First Night by Taylor Swift #SpotifyWrapped #TaylorSwift"
## 
## [[9796]]
## [1] "exiledloveer: I predict my most played song will be Sweet Nothing #SpotifyWrapped"
## 
## [[9797]]
## [1] "justrkives: I predict my top artist will be obviouslyyyy the one and onlyyyy TOMORROW X TOGETHERRR @TXT_bighit  #SpotifyWrapped"
## 
## [[9798]]
## [1] "_Rifty__: I predict my top artist will be [Juice WRLD] #SpotifyWrapped"
## 
## [[9799]]
## [1] "_starallura_: I predict my top artist will be muse #SpotifyWrapped"
## 
## [[9800]]
## [1] "danny_okey96: I predict my most played song will be Doomsday by @LizzyMcAlpine #SpotifyWrapped"
## 
## [[9801]]
## [1] "_starallura_: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9802]]
## [1] "jisungiecakee: I predict my top artist will be Stray Kids #SpotifyWrapped"
## 
## [[9803]]
## [1] "jhnmoe: I predict my most played song will be something from Lemon Demon 😭 I have so many on repeat songs I don’t even remember  #SpotifyWrapped"
## 
## [[9804]]
## [1] "MusnakeOfficial: This would be an excellent reason for me not to sleep for 3 days 🕺 #Instafest #SpotifyWrapped https://t.co/9HTdtgEaj3"
## 
## [[9805]]
## [1] "_starallura_: I predict my most played song will be the way i loved you (Taylor's version) #SpotifyWrapped"
## 
## [[9806]]
## [1] "hasanyahya04: I predict my most played song will be Crying Lightning\n#SpotifyWrapped"
## 
## [[9807]]
## [1] "LusterLazuli: It's been a weird year for me. Not sure if I wanna see my #SpotifyWrapped this time lol"
## 
## [[9808]]
## [1] "jisungiecakee: I predict my top genre will be Kpop #SpotifyWrapped"
## 
## [[9809]]
## [1] "larjjssa: I predict my top artist will be Charli XCX #SpotifyWrapped"
## 
## [[9810]]
## [1] "Callummooreyy: Give me my damn #SpotifyWrapped already 😂😭"
## 
## [[9811]]
## [1] "Yashlikesmucic: I predict my top genre will be Rap(Hip-Hop) ofc #SpotifyWrapped"
## 
## [[9812]]
## [1] "BTapiador: I predict my #SpotifyWrapped this year will be shit"
## 
## [[9813]]
## [1] "PTGHE4VEN: I'm expect Taylor in my top of everything  #SpotifyWrapped"
## 
## [[9814]]
## [1] "CAMMMTHV: I predict my most played song will be YET TO COME by BTS #SpotifyWrapped"
## 
## [[9815]]
## [1] "justrkives: I predict my top genre will be hmmmmm 🥸 it would be either kpop or bollywoodish or pop-rock 👁👄👁 #SpotifyWrapped"
## 
## [[9816]]
## [1] "hunitrio_sp: #SpotifyWrapped is coming, which means, its time to download spotify on my phone to check it out as it doesn't show… https://t.co/hX2JewBNxA"
## 
## [[9817]]
## [1] "jisungiecakee: I predict my most played song will be Silent Cry - Stray Kids #SpotifyWrapped"
## 
## [[9818]]
## [1] "KelleyLi1974: I got a feeling my #SpotifyWrapped is going to have a lot of this:\n@MeghanMood #ArchetypesWithMeghan \n@BTS_twt https://t.co/POzpXe3QmE"
## 
## [[9819]]
## [1] "Luna110806: I predict my top genre will be [rock or pop] #SpotifyWrapped"
## 
## [[9820]]
## [1] "Yashlikesmucic: I predict my most played song will be Zeus by Eminem  #SpotifyWrapped"
## 
## [[9821]]
## [1] "fashiongrunge: Oh god #spotifywrapped is upon us"
## 
## [[9822]]
## [1] "eIsieheather: I predict my top podcast will be headstrong or gaby roslin #SpotifyWrapped"
## 
## [[9823]]
## [1] "_ana_catalina_: I predict my most played song will be ULTRA SOLO #SpotifyWrapped"
## 
## [[9824]]
## [1] "rikl_13: I predict my top artist will be \"Taylor Swift\" #SpotifyWrapped"
## 
## [[9825]]
## [1] "joe_s_thomas: I predict my top artist will be  @iamjojo  #SpotifyWrapped obviously!"
## 
## [[9826]]
## [1] "Luna110806: I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped"
## 
## [[9827]]
## [1] "CAMMMTHV: I predict my top genre will be POP #SpotifyWrapped"
## 
## [[9828]]
## [1] "justrkives: I predict my most played song will be Good Boy Gone Bad by @TXT_bighit #SpotifyWrapped"
## 
## [[9829]]
## [1] "rikl_13: I predict my top genre will be \"Pop\" #SpotifyWrapped"
## 
## [[9830]]
## [1] "yeh_dooriyan: I predict my most played song will be all too well? #SpotifyWrapped"
## 
## [[9831]]
## [1] "moodytwt_: I predict my most played song will be I was all over her  #SpotifyWrapped"
## 
## [[9832]]
## [1] "CAMMMTHV: I predict my top artist will be BTS @BTS_twt #SpotifyWrapped"
## 
## [[9833]]
## [1] "kynolike: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped 5sos."
## 
## [[9834]]
## [1] "TonyPow34012518: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Alternative rock"
## 
## [[9835]]
## [1] "yeh_dooriyan: I predict my top podcast will be love shuv pyaar vyaar #SpotifyWrapped"
## 
## [[9836]]
## [1] "AdmMarley: I predict my top podcast will be Mythology de Parkast o \"The Lord of the rings\" by BBC #SpotifyWrapped"
## 
## [[9837]]
## [1] "MidgarKopZone: I predict my top podcast will be 2 bears,1 cave #SpotifyWrapped"
## 
## [[9838]]
## [1] "eIsieheather: I predict my top artist will be harry styles or 5sos #SpotifyWrapped"
## 
## [[9839]]
## [1] "ChocChipu: can't wait for #SpotifyWrapped to call me a slur again https://t.co/f6xX5UEuFu"
## 
## [[9840]]
## [1] "JustinH61116835: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9841]]
## [1] "luckyflower04: can't wait to show my #SpotifyWrapped"
## 
## [[9842]]
## [1] "TonyPow34012518: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \"So Many Things\""
## 
## [[9843]]
## [1] "The10ndDoctor: I predict my top podcast will be I listen to podcasts on other platforms but probably Trash Taste #SpotifyWrapped"
## 
## [[9844]]
## [1] "dannst28: I predict my top artist will be Harry Styles #SpotifyWrapped"
## 
## [[9845]]
## [1] "dtqkblud: I predict my most played song will be HOT DEMON B!TCHES NEAR U ! ! ! by CORPSE ft. Night Lovell #SpotifyWrapped"
## 
## [[9846]]
## [1] "yeh_dooriyan: I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped"
## 
## [[9847]]
## [1] "jaaazzzyyyyyy: I predict my most played song will be definitely will be something from nothing nowhere lol #SpotifyWrapped"
## 
## [[9848]]
## [1] "maisyx0x0: I predict my top podcast will be most likely imallexx’s podcast that’s the only one I listen to tbh 💀#SpotifyWrapped"
## 
## [[9849]]
## [1] "dannst28: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9850]]
## [1] "xxmadyrogersxx: I’m microdosing #spotifywrapped by using all those random websites (Receiptify, Instafest, etc.) to tell me my top… https://t.co/kcF5RqLQGN"
## 
## [[9851]]
## [1] "yeh_dooriyan: I predict my top genre will be Hollywood pop  #SpotifyWrapped"
## 
## [[9852]]
## [1] "MidgarKopZone: I predict my top artist will be Fred Again.. #SpotifyWrapped"
## 
## [[9853]]
## [1] "purrrcell: I predict my most played song will be Twisted Transistor or Coming Undone #SpotifyWrapped https://t.co/7y6STRzkSf"
## 
## [[9854]]
## [1] "dannst28: I predict my most played song will be Little Freak #SpotifyWrapped"
## 
## [[9855]]
## [1] "P0LZR0ID: I predict my top artist will be lamp im obsessed #SpotifyWrapped"
## 
## [[9856]]
## [1] "navtrendsweb: #Tech\n#SpotifyWrapped\nSpotify Wrapped 2022 https://t.co/H8JisLS2Mg"
## 
## [[9857]]
## [1] "gayrightsiguess: #SpotifyWrapped hurry tf up i want to think christmas is the only thing left in the flop fest of 2022"
## 
## [[9858]]
## [1] "The10ndDoctor: I predict my top artist will be Biffy Clyro  #SpotifyWrapped"
## 
## [[9859]]
## [1] "gosha_digital: I predict my top artist will be yeat #SpotifyWrapped"
## 
## [[9860]]
## [1] "eIsieheather: I predict my top genre will be pop LMAOO #SpotifyWrapped"
## 
## [[9861]]
## [1] "DroxzyFPS: I predict my top artist will be Paramore #SpotifyWrapped"
## 
## [[9862]]
## [1] "The10ndDoctor: I predict my top genre will be Rock  🤟 #SpotifyWrapped"
## 
## [[9863]]
## [1] "gosha_digital: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[9864]]
## [1] "wlwsafin: I predict my top podcast will be [Stories with Sapphire] #SpotifyWrapped"
## 
## [[9865]]
## [1] "DroxzyFPS: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9866]]
## [1] "maisyx0x0: I predict my top artist will be either Harry styles or Taylor swift I will honestly be surprised if it was someone else #SpotifyWrapped"
## 
## [[9867]]
## [1] "glowspinkss: #spotifywrapped when?"
## 
## [[9868]]
## [1] "theawkwardhanna: I predict my most played song will be Car lights by @JamesMarriottYT #SpotifyWrapped"
## 
## [[9869]]
## [1] "MilaDeSojaLover: I predict my most played song will be [Yendo de la cama al living] #SpotifyWrapped"
## 
## [[9870]]
## [1] "mayigandre: I predict my most played song will be [It's Plenty] #SpotifyWrapped"
## 
## [[9871]]
## [1] "saellikhaxx: I predict my most played song will be the last great american dynasty #SpotifyWrapped"
## 
## [[9872]]
## [1] "fabianvr: Es muy seguro que sea @Mentesliterales\n\nI predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped"
## 
## [[9873]]
## [1] "gosha_digital: I predict my most played song will be yeat-doublë #SpotifyWrapped"
## 
## [[9874]]
## [1] "The10ndDoctor: I predict my most played song will be Living is a Problem Because Everything Dies - Biffy Clyro #SpotifyWrapped"
## 
## [[9875]]
## [1] "men_lover49: I predict my top podcast will be \"I spent a day with\" #SpotifyWrapped"
## 
## [[9876]]
## [1] "avlisasiul: I predict my most played song will be hot by seventeen #SpotifyWrapped"
## 
## [[9877]]
## [1] "MidgarKopZone: I predict my top genre will be Alternative Metal #SpotifyWrapped"
## 
## [[9878]]
## [1] "DroxzyFPS: I predict my most played song will be Brick by Boring Brick #SpotifyWrapped"
## 
## [[9879]]
## [1] "elle_hcarrr: I predict my top artist will be, as always #StrayKids #SpotifyWrapped"
## 
## [[9880]]
## [1] "sarthakHT: I predict my top podcast will be Horror Time #SpotifyWrapped"
## 
## [[9881]]
## [1] "fabianvr: Metallica!\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9882]]
## [1] "LeviStephhen: I predict my top genre will be R&amp;B  #SpotifyWrapped"
## 
## [[9883]]
## [1] "KallySheerio: I predict my top podcast will be Listening time. #SpotifyWrapped"
## 
## [[9884]]
## [1] "westsidexwalls: I predict my top genre will be [Pop] #SpotifyWrapped"
## 
## [[9885]]
## [1] "men_lover49: I predict my top artist will be James Marriott #SpotifyWrapped"
## 
## [[9886]]
## [1] "ReyThe2nd: predicting a whole lot of bossfight on my #SpotifyWrapped frfr 🙏"
## 
## [[9887]]
## [1] "fabianvr: RAP\n\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9888]]
## [1] "westsidexwalls: I predict my most played song will be [As It Was] #SpotifyWrapped"
## 
## [[9889]]
## [1] "Redinho1983: I predict my top artist will be Fred Again...#SpotifyWrapped"
## 
## [[9890]]
## [1] "MidgarKopZone: I predict my most played song will be      When the Sun Hits - Slowdive #SpotifyWrapped"
## 
## [[9891]]
## [1] "KallySheerio: I predict my top artist will be Ed Sheeran.  #SpotifyWrapped"
## 
## [[9892]]
## [1] "men_lover49: I predict my top genre will be either dream smp if they didn't delete it, pop-rock if they did delete it #SpotifyWrapped"
## 
## [[9893]]
## [1] "JuanCamiloLagoc: I predict my top artist will be @taylorswift13 \n\n #SpotifyWrapped"
## 
## [[9894]]
## [1] "fabianvr: BOOKER T!!\n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9895]]
## [1] "museumwony: I predict my top podcast will be idgaf about podcasts i don't listen to them #SpotifyWrapped"
## 
## [[9896]]
## [1] "Xavier_Kalt: I predict my most played song will be [KICK BACK] #SpotifyWrapped"
## 
## [[9897]]
## [1] "mayigandre: I predict my top artist will be [Maurice Kirya ] #SpotifyWrapped"
## 
## [[9898]]
## [1] "chldedpty: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9899]]
## [1] "museumwony: I predict my top artist will be [ive] #SpotifyWrapped"
## 
## [[9900]]
## [1] "museumwony: I predict my top genre will be [k-pop] #SpotifyWrapped"
## 
## [[9901]]
## [1] "Xavier_Kalt: I predict my top artist will be [lovejoy] #SpotifyWrapped"
## 
## [[9902]]
## [1] "westsidexwalls: I predict my top artist will be [Taylor Swift] #SpotifyWrapped"
## 
## [[9903]]
## [1] "museumwony: I predict my most played song will be [love dive] #SpotifyWrapped"
## 
## [[9904]]
## [1] "corne1iastreet: I predict my most played song will be Babe (Taylor’s Version) #SpotifyWrapped"
## 
## [[9905]]
## [1] "men_lover49: I predict my most played song will be Sleeping on trains by james marriott #SpotifyWrapped"
## 
## [[9906]]
## [1] "Chloe26414889: I predict my most played song will be Alien blues by Vundabur #SpotifyWrapped"
## 
## [[9907]]
## [1] "theannaside: if out of my sistem isn’t on my  #SpotifyWrapped i swear Spotify is lying to me!"
## 
## [[9908]]
## [1] "mayigandre: I predict my top genre will be [soul] #SpotifyWrapped"
## 
## [[9909]]
## [1] "Xavier_Kalt: I predict my top genre will be [indie rock] #SpotifyWrapped"
## 
## [[9910]]
## [1] "bxngnxsty: Anton Yelchin en mi fest.🥺💔 I'm not okay\n#SpotifyWrapped https://t.co/1lLqIVjOQt"
## 
## [[9911]]
## [1] "luvfaii: I predict my top artist will be @Adele #SpotifyWrapped"
## 
## [[9912]]
## [1] "chocolatemikl: I predict my top artist will be [weeknd bhaya] #SpotifyWrapped"
## 
## [[9913]]
## [1] "oooo95167106: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9914]]
## [1] "JamesReid_NL: I predict my top genre will be [heavy metal] #SpotifyWrapped"
## 
## [[9915]]
## [1] "hunitrio_sp: look on my #SpotifyWrapped if the crane wives is number one ON EVERYTHING im about to throw hands, and Spotify is about to catch 'em"
## 
## [[9916]]
## [1] "Mangochichinim2: I predict my most played song will be Yet to come by @bts_bighit #SpotifyWrapped"
## 
## [[9917]]
## [1] "Thaynee1997: I predict my most played song will be sTraNgeRs #SpotifyWrapped"
## 
## [[9918]]
## [1] "freejoyde: I predict my top artist will be [rod wave] #SpotifyWrapped"
## 
## [[9919]]
## [1] "ditaaaylor: my jam🤙🏻 #SpotifyWrapped https://t.co/wEpjDbU0dD"
## 
## [[9920]]
## [1] "RecklessBea: I predict my most played song will be [The Hills by The Faim] #SpotifyWrapped"
## 
## [[9921]]
## [1] "slimecreaturezz: I predict my top podcast will be [comedy bang bang] #SpotifyWrapped"
## 
## [[9922]]
## [1] "freejoyde: I predict my top genre will be [rap] #SpotifyWrapped"
## 
## [[9923]]
## [1] "snowjustthesnow: I predict my top artist will be Taylor Swift #SpotifyWrapped"
## 
## [[9924]]
## [1] "holson_sheryl: Music streaming service · Trending\n#SpotifyWrapped\n20.3K Tweets"
## 
## [[9925]]
## [1] "taetanic76: I predict my top podcast will be [TTMIK] #SpotifyWrapped"
## 
## [[9926]]
## [1] "yoshiikge: babe wake up #SpotifyWrapped is coming soon"
## 
## [[9927]]
## [1] "Mangochichinim2: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[9928]]
## [1] "freejoyde: I predict my most played song will be [never get over me by rod wave] #SpotifyWrapped"
## 
## [[9929]]
## [1] "MikaTsumaki: I predict my most played song will be After Like by IVE #SpotifyWrapped"
## 
## [[9930]]
## [1] "snowjustthesnow: I predict my top genre will be Pop or Indie or PopIndie #SpotifyWrapped"
## 
## [[9931]]
## [1] "midnightmj: i predict my top artist will be @theweeknd #SpotifyWrapped"
## 
## [[9932]]
## [1] "singularsnty: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[9933]]
## [1] "taetanic76: I predict my top artist will be [BTS] #SpotifyWrapped"
## 
## [[9934]]
## [1] "Thaynee1997: I predict my top artist will be @bmthofficial #SpotifyWrapped"
## 
## [[9935]]
## [1] "omfgitscat: I predict my top artist will be 5 Seconds of Summer #SpotifyWrapped"
## 
## [[9936]]
## [1] "rosecoloredxboy: Looks like I have a week to beat the Taylor Swift allegations #SpotifyWrapped"
## 
## [[9937]]
## [1] "lnnnaaaz: I predict my top podcast will be el de la Manyu @toyhartas #SpotifyWrapped"
## 
## [[9938]]
## [1] "RULERREACHF4N4: I predict my most played song will be perfume by lovejoy #SpotifyWrapped"
## 
## [[9939]]
## [1] "taetanic76: I predict my top genre will be [k-pop] #SpotifyWrapped"
## 
## [[9940]]
## [1] "riyanah_rahmath: I predict my most played will be young forever #SpotifyWrapped"
## 
## [[9941]]
## [1] "snowjustthesnow: I predict my most played song will be Cate's Brother #SpotifyWrapped"
## 
## [[9942]]
## [1] "jmoram_: I predict my most played song will be All too well (10 minutes version) (Taylor's Version)🧣 #SpotifyWrapped"
## 
## [[9943]]
## [1] "omfgitscat: I predict my most played song will be TEARS! by 5 Seconds of Summer #SpotifyWrapped"
## 
## [[9944]]
## [1] "isdiego99: I predict my most played song will be [limitless by Martin Garrix &amp; Mesto ] #SpotifyWrapped"
## 
## [[9945]]
## [1] "soyjnbarragan: I predict my top artist will be @britneyspears  as usual 😍🤟🏻 #SpotifyWrapped"
## 
## [[9946]]
## [1] "platinumpagne: I predict my top artist will be [$UICIDEBOY$] #SpotifyWrapped"
## 
## [[9947]]
## [1] "vivvviddy: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped hard. mb seventeen ?"
## 
## [[9948]]
## [1] "RecklessBea: Can I get my  #SpotifyWrapped already please🙃"
## 
## [[9949]]
## [1] "taetanic76: I predict my most played song will be [FAKE LOVE] #SpotifyWrapped"
## 
## [[9950]]
## [1] "jessussx: I predict my top artist will be Ariana Grande #SpotifyWrapped"
## 
## [[9951]]
## [1] "lnnnaaaz: I predict my top artist will be Joji #SpotifyWrapped"
## 
## [[9952]]
## [1] "CarterSchneid14: I predict my top artist will be Drake #SpotifyWrapped"
## 
## [[9953]]
## [1] "souvmina: I predict my top artist will be stray kids #SpotifyWrapped"
## 
## [[9954]]
## [1] "riyanah_rahmath: I predict my top artist will be BTS #SpotifyWrapped"
## 
## [[9955]]
## [1] "bennstark: I predict my top artist will be: ovviamente la sola e unica billie eilish😔😔 #SpotifyWrapped"
## 
## [[9956]]
## [1] "gnfnyc: I predict my top artist will be Instupendo #SpotifyWrapped"
## 
## [[9957]]
## [1] "souvmina: I predict my top genre will be kpop #SpotifyWrapped"
## 
## [[9958]]
## [1] "lnnnaaaz: I predict my top genre will be eeee pop node #SpotifyWrapped"
## 
## [[9959]]
## [1] "CarterSchneid14: I predict my top genre will be rap #SpotifyWrapped"
## 
## [[9960]]
## [1] "midnightsjisung: I predict my most played song will be Secret Secret #SpotifyWrapped"
## 
## [[9961]]
## [1] "_Jencarloo: I predict my top artist will be @waterparks #SpotifyWrapped"
## 
## [[9962]]
## [1] "otbwaIls: I predict my top artist will be Shawn Mendes #SpotifyWrapped"
## 
## [[9963]]
## [1] "vivvviddy: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped oh my god it will be kpop lol"
## 
## [[9964]]
## [1] "Joshuahardz001: I predict my top artist will be [Why Don't We] #SpotifyWrapped"
## 
## [[9965]]
## [1] "RecycleTheDuck: Can't wait to get my #spotifywrapped , scan my 5th genre and download Raid Shadow Legends https://t.co/a0NJO8lsoi"
## 
## [[9966]]
## [1] "8avey: I predict my top artist will be Gold Zebra i guess 🫣 #SpotifyWrapped"
## 
## [[9967]]
## [1] "_banyezzz: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped f&amp;f -Coults"
## 
## [[9968]]
## [1] "carllosr82: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/AT4cRzM2OP"
## 
## [[9969]]
## [1] "souvmina: I predict my most played song will be mixtape oh #SpotifyWrapped"
## 
## [[9970]]
## [1] "CarterSchneid14: I predict my most played song will be Jimmy Cooks- drake and 21 savage #SpotifyWrapped"
## 
## [[9971]]
## [1] "avatartswift: I predict my most played song will be ATWTMVTVFTV #SpotifyWrapped"
## 
## [[9972]]
## [1] "iFilmOrama: I predict my top artist will be [The Weeknd] #SpotifyWrapped"
## 
## [[9973]]
## [1] "lnnnaaaz: I predict my most played song will be cualquier tema de smithereens de joji u #SpotifyWrapped"
## 
## [[9974]]
## [1] "jessussx: I predict my most played song will be just like magic #SpotifyWrapped"
## 
## [[9975]]
## [1] "SANOSGF: I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped"
## 
## [[9976]]
## [1] "_Jencarloo: I predict my most played song will be deja vu, by Olivia Rodrigo #SpotifyWrapped"
## 
## [[9977]]
## [1] "otbwaIls: I predict my most played song will be ‘It’ll Be Okay’ by Shawn Mendes #SpotifyWrapped"
## 
## [[9978]]
## [1] "SANOSGF: I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## 
## [[9979]]
## [1] "VoyasVirta: I predict my most played song will be Risaune Bhaye by Sushant KC #SpotifyWrapped"
## 
## [[9980]]
## [1] "8avey: I predict my most played song will be For the Love of God by Steve Vai #SpotifyWrapped"
## 
## [[9981]]
## [1] "davybright: I predict my top podcast will be Red River Podcast @RRP_NY #SpotifyWrapped"
## 
## [[9982]]
## [1] "SANOSGF: I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped"
## 
## [[9983]]
## [1] "sixtenlindberg_: I predict my top genre will be @Adele 😃 #SpotifyWrapped"
## 
## [[9984]]
## [1] "ferropiposo: AMO ♥️🫶 LOVE IT  #SpotifyWrapped https://t.co/TPREbCOmIM"
## 
## [[9985]]
## [1] "msheldonmusic: I predict my top artist will be @taylorswift13 #SpotifyWrapped"
## 
## [[9986]]
## [1] "Joshuahardz001: I predict my top genre will be [pop rock] #SpotifyWrapped"
## 
## [[9987]]
## [1] "DisappointSalad: I 100% know my top podcast is gonna be The Adventure Zone #SpotifyWrapped"
## 
## [[9988]]
## [1] "lovinqqxo: i predict my top artist will be @theweeknd #SpotifyWrapped"
## 
## [[9989]]
## [1] "msheldonmusic: I predict my top genre will be Pop #SpotifyWrapped"
## 
## [[9990]]
## [1] "Joshuahardz001: I predict my most played song will be [How do you love somebody] #SpotifyWrapped"
## 
## [[9991]]
## [1] "otb28sunshine: I predict my top genre will be pop #SpotifyWrapped"
## 
## [[9992]]
## [1] "iFilmOrama: I predict my top genre will be [pop 🧡] #SpotifyWrapped"
## 
## [[9993]]
## [1] "michkath0713: I predict my top artist will be Taylor Swift (as always) #SpotifyWrapped"
## 
## [[9994]]
## [1] "msheldonmusic: I predict my most played song will be Anti - Hero #SpotifyWrapped"
## 
## [[9995]]
## [1] "otb28sunshine: I predict my top artist will be louis tomlinson #SpotifyWrapped"
## 
## [[9996]]
## [1] "DisappointSalad: I predict my top artist will be Daft Punk  #SpotifyWrapped"
## 
## [[9997]]
## [1] "iFilmOrama: I predict my most played song will be [Less Than Zero 😭] #SpotifyWrapped"
## 
## [[9998]]
## [1] "jadyloffcolor: #SpotifyWrapped watch me get icp as my most played music group smh"
## 
## [[9999]]
## [1] "michkath0713: I predict my most played song will be All Too Well 10 minute version  #SpotifyWrapped"
## 
## [[10000]]
## [1] "leefygreens15: I predict my top artist will be Paramore or Avril Lavigne #SpotifyWrapped"

CONVERTING LIST DATA TO DATA FRAME.

TTweetsdf <- twListToDF(trending_Tweets)
class(TTweetsdf)
## [1] "data.frame"
names(TTweetsdf)
##  [1] "text"          "favorited"     "favoriteCount" "replyToSN"    
##  [5] "created"       "truncated"     "replyToSID"    "id"           
##  [9] "replyToUID"    "statusSource"  "screenName"    "retweetCount" 
## [13] "isRetweet"     "retweeted"     "longitude"     "latitude"
View(TTweetsdf)
head(TTweetsdf)[1:5]
##                                                                                  text
## 1  Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕
## 2 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3                                 I predict my top genre will be rap. #SpotifyWrapped
## 4                   I predict my top podcast will be Pod Meets World  #SpotifyWrapped
## 5                   I predict my most played song will be  That Girl😭 #SpotifyWrapped
## 6 I predict my most played song will be Through The Wire (Kanye West) #SpotifyWrapped
##   favorited favoriteCount replyToSN             created
## 1     FALSE             0      <NA> 2022-11-28 23:59:56
## 2     FALSE             1      <NA> 2022-11-28 23:59:54
## 3     FALSE             0      <NA> 2022-11-28 23:59:50
## 4     FALSE             0      <NA> 2022-11-28 23:59:47
## 5     FALSE             0      <NA> 2022-11-28 23:59:43
## 6     FALSE             0      <NA> 2022-11-28 23:59:38
head(TTweetsdf$text)[1:5]
## [1] "Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕"
## [2] "I predict my most played song will be [fill in top song prediction] #SpotifyWrapped"
## [3] "I predict my top genre will be rap. #SpotifyWrapped"                                
## [4] "I predict my top podcast will be Pod Meets World  #SpotifyWrapped"                  
## [5] "I predict my most played song will be  That Girl😭 #SpotifyWrapped"

SAVE DATA FRAME FILE.

save(TTweetsdf,file = "TTweetsdf.Rdata")

LOAD DATA FRAME FILE.

load(file = "TTweetsdf.Rdata")

SAVING FILE AS RDATA.

save(TTweetsdf, file = "tweetsDF2.Rdata")

CHECKING FOR MISSING VALUES IN A DATA FRAME.

sap_ply <- sapply(TTweetsdf, function(x) sum(is.na(x)))
sap_ply
##          text     favorited favoriteCount     replyToSN       created 
##             0             0             0          9799             0 
##     truncated    replyToSID            id    replyToUID  statusSource 
##             0          9849             0          9799             0 
##    screenName  retweetCount     isRetweet     retweeted     longitude 
##             0             0             0             0         10000 
##      latitude 
##         10000

SUBSETTING USING THE dplyr() PACKAGE.

TTweetsdf2 <- TTweetsdf %>%
  select(screenName,text,created,statusSource)
TTweetsdf2
##            screenName
## 1            heliosk_
## 2               m4ac1
## 3      bottomindenial
## 4          CliffosPin
## 5         TreeshVille
## 6      bottomindenial
## 7        carolinetpwk
## 8        carolinetpwk
## 9           Gabhy1522
## 10         CliffosPin
## 11       LupitaVee713
## 12              ckyp_
## 13           sariashi
## 14       warnerofvere
## 15      SUPERR1CHKIDS
## 16         Seb_Dharma
## 17    stpbcksillygirl
## 18     kali_heartbeat
## 19      hackwithClark
## 20      SUPERR1CHKIDS
## 21    emilyirizarry02
## 22         CliffosPin
## 23           MLBONFAX
## 24        ArtisticXP_
## 25      SUPERR1CHKIDS
## 26             guzuiz
## 27    thecherrieberry
## 28         CliffosPin
## 29     kristenmurdock
## 30    Mr_BalIoonhands
## 31           ItsnotuK
## 32           vivis_so
## 33         equalssign
## 34      LandoBurdette
## 35           vivis_so
## 36    childerolandusa
## 37      marileezafari
## 38           vivis_so
## 39           vivis_so
## 40      saymynamegabi
## 41     massiveballscb
## 42        wnwgalleria
## 43             vv3spa
## 44             vv3spa
## 45     PaintWaterChug
## 46             vv3spa
## 47     apriljeanapril
## 48      TheC0baltBlu3
## 49     apriljeanapril
## 50       AParedeOrtis
## 51     GoldenDreams50
## 52         slimytrain
## 53       HackwithFred
## 54    BraydenMeechan1
## 55        SunbeaM_GSW
## 56     deathisbac1001
## 57        Meateater89
## 58           agustdxk
## 59     apriljeanapril
## 60        OncoDancing
## 61           sunnasg_
## 62    BraydenMeechan1
## 63    macedodouglas13
## 64         slimytrain
## 65     Josefa98167895
## 66     deathisbac1001
## 67     DBakerOutdoors
## 68      itsoliveyalll
## 69     apriljeanapril
## 70    BraydenMeechan1
## 71         slimytrain
## 72           rotnsick
## 73         Darlyn_twt
## 74            MikyleK
## 75          pnwlife77
## 76         slimytrain
## 77          roxyposie
## 78      savestheday91
## 79          dhiyaulzz
## 80    macedodouglas13
## 81        nicolasmavr
## 82          dhiyaulzz
## 83     ladyofdaycourt
## 84        nicolasmavr
## 85          dhiyaulzz
## 86      QueenpinClark
## 87       drsweetnlowe
## 88      Enigma_Soul01
## 89        nicolasmavr
## 90         __mallorym
## 91      savestheday91
## 92             hsreid
## 93       drsweetnlowe
## 94          phaniehcr
## 95      Imerikalozano
## 96         Boston_Box
## 97      Imerikalozano
## 98       drsweetnlowe
## 99           bbunniev
## 100     LifeonArisTwo
## 101     QueenCityBird
## 102       scrapxmusic
## 103          Pazanato
## 104         angela2k1
## 105        ApolloViet
## 106        omgsihyuna
## 107          Boeing74
## 108           SUN34TR
## 109     allieemackeyy
## 110           Halo_JJ
## 111    jimmy_plz_help
## 112     allieemackeyy
## 113        omgsihyuna
## 114        omgsihyuna
## 115       TheDFSguys_
## 116     theitaliamoon
## 117   ScarboroughTWTC
## 118        omgsihyuna
## 119       LZZYHALE666
## 120       SengokuSeju
## 121          franefig
## 122       LZZYHALE666
## 123     stupidlylogic
## 124       klausthorne
## 125   ToiletMonster31
## 126       SengokuSeju
## 127   JahblessAzubui2
## 128     DazedSkiezTTV
## 129        ojoanemile
## 130      SolimanRacha
## 131   ToiletMonster31
## 132       LZZYHALE666
## 133        iamochayan
## 134   theboyzbrainrot
## 135     RickTheBuilda
## 136       josephcup18
## 137   KevWatchedAFilm
## 138           BTTG161
## 139     stupidlylogic
## 140          2viccruz
## 141   ToiletMonster31
## 142        alopez1197
## 143           xime_nh
## 144        iamochayan
## 145        Tkubo_afro
## 146   marynherfangirl
## 147        Tkubo_afro
## 148        iamochayan
## 149   theboyzbrainrot
## 150     stupidlylogic
## 151     mxdnight_rxin
## 152        Tkubo_afro
## 153          punzbaby
## 154   theboyzbrainrot
## 155   chrisderespino_
## 156   theboyzbrainrot
## 157        Boston_Box
## 158   user42069666420
## 159      TheeAstroDot
## 160   chrisderespino_
## 161         ShutUp_AJ
## 162   chrisderespino_
## 163        VaginaPlug
## 164   user42069666420
## 165   chrisderespino_
## 166        Boston_Box
## 167   user42069666420
## 168            aroc88
## 169   user42069666420
## 170    nickipinkprink
## 171    migos_kilosfit
## 172           m0hs1n1
## 173        mal_aki_01
## 174     taylahcabello
## 175       EmiMulligan
## 176   SwiftieJess19XX
## 177           M6_6_06
## 178        doctordave
## 179    nickipinkprink
## 180        Boston_Box
## 181         Marshyism
## 182     taylahcabello
## 183       Izzeythedon
## 184       EmiMulligan
## 185    nickipinkprink
## 186     taylahcabello
## 187           M6_6_06
## 188    nickipinkprink
## 189    andybidibidis_
## 190          Big_46_2
## 191      imisspurpIed
## 192     francisco_b22
## 193        raul_ipina
## 194         AuthorMrE
## 195           catbat0
## 196        Darlyn_twt
## 197         nikkieeli
## 198   LaurieFinlayson
## 199           catbat0
## 200       OlmecPrince
## 201   thepencilbaber_
## 202          Big_46_2
## 203           catbat0
## 204         Roooowwws
## 205       leisakimone
## 206        briiii_lyn
## 207           catbat0
## 208   mariasofiamenez
## 209       BronxBombrs
## 210        briiii_lyn
## 211        briiii_lyn
## 212          skyebro_
## 213       leisakimone
## 214   baddispositioon
## 215     cowsupremacyy
## 216       Heyyoongiah
## 217     astrid_belova
## 218      Hansumbunnie
## 219      Georgia_1037
## 220     cowsupremacyy
## 221      WeezYbloomix
## 222     astrid_belova
## 223   KateLoganBeauty
## 224     fixed_surebet
## 225      College_IRL_
## 226         wafflemak
## 227    goldrushstan13
## 228      itmecatalina
## 229       metobomerng
## 230    goldrushstan13
## 231         maroeteez
## 232      WeezYbloomix
## 233        allremixes
## 234       ADelphinius
## 235    goldrushstan13
## 236        maryavliss
## 237    goldrushstan13
## 238     PrettySophieK
## 239      heartpotters
## 240          04_jerrr
## 241        allremixes
## 242      heartpotters
## 243   SMPingForTheSMP
## 244    Essential_Mark
## 245        svndayclub
## 246    deareadernovia
## 247      OurPodFather
## 248       Jm76Mendoza
## 249          caitinlv
## 250    voltaire_marie
## 251       YourBoyGavo
## 252      heyyouguys18
## 253         sav_anna2
## 254    CodeNameRetro1
## 255        Luevermore
## 256          j2dat419
## 257        majabxrger
## 258       vanessitarv
## 259        Luevermore
## 260      ShaySetura22
## 261      mischiefhale
## 262      yankeegoomba
## 263   StellaArcticFox
## 264   Person123432123
## 265      _lucaaraujoo
## 266      cannacutie24
## 267     jackeelantern
## 268        biza_sarah
## 269      yankeegoomba
## 270        wild_flowa
## 271      purityempire
## 272          tenderyv
## 273      mischiefhale
## 274        RawwwMoney
## 275    parttimeobiwan
## 276      _lucaaraujoo
## 277          anavitxt
## 278      sovadashopee
## 279      yankeegoomba
## 280       VRoyTheGOAT
## 281      mischiefhale
## 282     Iawrencenovia
## 283      WeezYbloomix
## 284       STATEOFTEAR
## 285   Person123432123
## 286            le0xrd
## 287    angie959262342
## 288        17dinogasm
## 289    SilentlyDark69
## 290    goldenxcoacoac
## 291          anavitxt
## 292      FalconAlbane
## 293          kerongbb
## 294          anavitxt
## 295          i6jxnini
## 296           iKay_Mo
## 297           McLushy
## 298    onlycarolknows
## 299          i6jxnini
## 300        AkiraCoded
## 301       dmillerwats
## 302        MoomooPtpt
## 303        ZanAycicek
## 304      ShaySetura22
## 305    onlycarolknows
## 306        AkiraCoded
## 307        salemified
## 308      IsaacLarrier
## 309           iKay_Mo
## 310    PinstripeSZN99
## 311        salemified
## 312      MeghanSchrag
## 313       vanessajaye
## 314         mature_13
## 315    whyidontsmilee
## 316   YoursTrulySofia
## 317   Alice_Targaryen
## 318   Justfordogshop1
## 319       Leanel_Hell
## 320         manox_eth
## 321         jzfallows
## 322         mature_13
## 323     elysespeaches
## 324      Sheisty12Big
## 325         Ade197303
## 326    theCOURTsystem
## 327   marissacrenwlge
## 328   DROWNINGZLESSON
## 329     lyOness_pride
## 330      ShirellHill3
## 331   DROWNINGZLESSON
## 332      Sheisty12Big
## 333         Lottedek_
## 334           njnic23
## 335       MetronomeGh
## 336           K_Rinou
## 337          sdmc_004
## 338   DROWNINGZLESSON
## 339      Youngfolarge
## 340        cascoded67
## 341     Arvinthehuman
## 342        AmymKimble
## 343   DROWNINGZLESSON
## 344         aeagle624
## 345            mabfx3
## 346       _useryoongi
## 347      Sheisty12Big
## 348      MMcn03062875
## 349     ClassyLady_24
## 350      BonnieAuntea
## 351        FRY1N6_P4N
## 352         b0dypaint
## 353      Lauracoder12
## 354   JawshieTheShark
## 355           vkemp01
## 356    AlohaScoobyDoo
## 357          Arti767_
## 358      ShaySetura22
## 359       _maroonmoon
## 360       vanessajaye
## 361          GirlTema
## 362    holidaygrl1225
## 363      rissalutions
## 364      JAMIESDARLIN
## 365       AndyUTorres
## 366            miggon
## 367        jakedashed
## 368       vanessajaye
## 369          vixltoon
## 370   Jdemonallthaway
## 371           iKay_Mo
## 372    leighsmanipink
## 373      Youngfolarge
## 374          vixltoon
## 375       sayilysally
## 376   sandrablunt1958
## 377   iwouldntaskyouu
## 378      Julie_lmao13
## 379    brownskinkage1
## 380         linifiles
## 381        Vijoelante
## 382            28Sabs
## 383      1ElectricMag
## 384         linifiles
## 385        Starstrux3
## 386       tgzerosugar
## 387        josephh__m
## 388        noeyedgirI
## 389    crzygrnflashes
## 390           ilyj913
## 391        noeyedgirI
## 392    daddymyershere
## 393        noeyedgirI
## 394         linifiles
## 395        noeyedgirI
## 396   RaulLop76366986
## 397      MdollarBetts
## 398        R_jeonko22
## 399        Starstrux3
## 400    crzygrnflashes
## 401           ilyj913
## 402     davieskeller9
## 403     akselineemeli
## 404         WAHBamboo
## 405     HatcherSophie
## 406        AshDaAries
## 407     KEYNGofBOSTON
## 408    giovancreano11
## 409        ilyjunniee
## 410           ilyj913
## 411            dio82_
## 412       KaosCryptid
## 413         CestEliza
## 414       nikitavance
## 415        AshDaAries
## 416        Starstrux3
## 417   lttlfreakmattie
## 418        Kxtxerinne
## 419          sourtaem
## 420       sock_footed
## 421            dio82_
## 422       supafly1974
## 423          Avr9teen
## 424            dio82_
## 425        styleofjvo
## 426          forsiwoo
## 427     lorenshtarkey
## 428        fanxieturt
## 429     kindagoldrush
## 430      sound_saint1
## 431   cewulidgabxyau9
## 432    MadisonTrudeau
## 433      mjeaster1000
## 434       KaosCryptid
## 435     kindagoldrush
## 436     franklin48205
## 437     funkyenderboy
## 438      mjeaster1000
## 439    CheriflyTwitch
## 440       oddeyegirIs
## 441   GamingTherap1st
## 442     kindagoldrush
## 443     ganjagoblinnn
## 444      mjeaster1000
## 445      katelafraise
## 446    multiskpopstan
## 447      m0shim0nster
## 448    TheFakeMaalikM
## 449            29jonn
## 450      mjeaster1000
## 451    carlabradley89
## 452            29jonn
## 453    Sapphiredrogon
## 454     squiliamfancy
## 455   lttlfreakmattie
## 456      AndroidZNerd
## 457       skellyrizzy
## 458   eatkelpeveryday
## 459            29jonn
## 460     PSMartiniFest
## 461   lttlfreakmattie
## 462       y_swiftie13
## 463    Sapphiredrogon
## 464       skellyrizzy
## 465      D_Dandridge1
## 466         Ruby12325
## 467    efffortlessley
## 468   Mattie_TweetBox
## 469      CanineDeBoii
## 470      alvaromurgui
## 471       y_swiftie13
## 472       skellyrizzy
## 473   lttlfreakmattie
## 474      lemon_chief_
## 475           swuidge
## 476   Mattie_TweetBox
## 477      CanineDeBoii
## 478          kithyook
## 479       y_swiftie13
## 480     britlikesnaps
## 481    TheFakeMaalikM
## 482    Sapphiredrogon
## 483      alvaromurgui
## 484       obitchuaryx
## 485   CelestialKitte3
## 486           jdurugo
## 487      alvaromurgui
## 488          mojo1404
## 489      CanineDeBoii
## 490        AdnovacMcr
## 491     Jazzgoesindie
## 492         cookem_fr
## 493      CanineDeBoii
## 494     Jazzgoesindie
## 495      MsSandoval15
## 496          mojo1404
## 497           tadeuwu
## 498         cookem_fr
## 499   Epicnes66127354
## 500      m0shim0nster
## 501           tadeuwu
## 502           xCrymzn
## 503   TheLexGabrielle
## 504       S1LVERH0UND
## 505         cookem_fr
## 506     Jazzgoesindie
## 507         cookem_fr
## 508    JordanWillis18
## 509          kbankks_
## 510   SchlegelBagel05
## 511     Jazzgoesindie
## 512      The5LPodcast
## 513        RP23005965
## 514    mads_was_taken
## 515    obvioushartley
## 516            Mvne16
## 517      charxstyles_
## 518          retinarn
## 519   addie__ramsdell
## 520           Koin_AI
## 521   SchlegelBagel05
## 522      katelafraise
## 523    michaela_gelb_
## 524        clownguttz
## 525          ttotheyx
## 526      liquorsquick
## 527    TheFakeMaalikM
## 528          ttotheyx
## 529   mediocrebitch47
## 530           _OMOBOY
## 531        BruceBullu
## 532          ttotheyx
## 533        Florianzii
## 534        Danielklss
## 535    TheFakeMaalikM
## 536       zxawakening
## 537    michaela_gelb_
## 538      InkAndHoney1
## 539       madrigrober
## 540    wonsangbeloved
## 541      iluvtaylor17
## 542       itz_notaldo
## 543        adrinbooks
## 544   Patrick31370308
## 545       zxawakening
## 546          Ccubby17
## 547        Florianzii
## 548   rayleennotfound
## 549        Danielklss
## 550        realbanjar
## 551      dontviewmypg
## 552   rayleennotfound
## 553        realbanjar
## 554    salonedesserts
## 555        adrinbooks
## 556    michaela_gelb_
## 557      iluvtaylor17
## 558   rayleennotfound
## 559       gumgumangel
## 560        adrinbooks
## 561        Florianzii
## 562      iluvtaylor17
## 563   rayleennotfound
## 564      Boppinpop123
## 565      iluvtaylor17
## 566        ohwell_10_
## 567   JoshuaR15493426
## 568     GregoryMarc95
## 569      fetusrrysimp
## 570         OSchleppi
## 571   Night_somewhere
## 572      thanawithanh
## 573       gumgumangel
## 574       91DEARLOUIS
## 575        ohwell_10_
## 576    michaela_gelb_
## 577         OSchleppi
## 578      Boppinpop123
## 579     Karla_perez41
## 580       madrigrober
## 581          KrisE_bz
## 582       follentoken
## 583         OSchleppi
## 584       madrigrober
## 585         Utd_Emily
## 586       marsisdying
## 587       gumgumangel
## 588   JoshuaR15493426
## 589          Virtopia
## 590      Boppinpop123
## 591          bgsexy16
## 592   JoshuaR15493426
## 593      Boppinpop123
## 594        SidoHikami
## 595     thecozylorain
## 596           purevvs
## 597     nouisfinity28
## 598          selslovr
## 599      hugzforgrian
## 600    SybilleColombe
## 601   childerolandusa
## 602     nouisfinity28
## 603     oApZ_Official
## 604    annikaxkerstin
## 605        Florianzii
## 606        SmokedSalt
## 607       racheljoy23
## 608        phermida99
## 609         LindsTS19
## 610     iced_cilantro
## 611     shesamerihann
## 612     michaelbellu4
## 613     GivenLungile2
## 614      Hillbilly762
## 615      courtkneelyn
## 616          softymak
## 617        eunchaeria
## 618       addieislame
## 619       Djskip_litk
## 620      courtkneelyn
## 621     thecozylorain
## 622   MaximilianoPl18
## 623   pabstblue_lover
## 624     shesamerihann
## 625      Hillbilly762
## 626        LimbuLbina
## 627       sidneyfmelb
## 628           Rhi5SOS
## 629   FedericaFaggia7
## 630   KutulloManthat2
## 631       sleepymilk_
## 632         MandieIRL
## 633     dietheverhack
## 634        uponreason
## 635          mathllnd
## 636      HackwithFred
## 637        hrtspandas
## 638      yoongurtmoon
## 639      focusonbts__
## 640          Quapsins
## 641     auditoraddict
## 642      focusonbts__
## 643       humancallum
## 644      Bidoofisgod3
## 645      focusonbts__
## 646     shesamerihann
## 647       haddadwlt74
## 648   TheAmericoSousa
## 649        NatiRivers
## 650     BRlGHTESTBLUE
## 651       humancallum
## 652      Bidoofisgod3
## 653   pettytrashmouth
## 654         MandieIRL
## 655     yokiothesquid
## 656         IsheBarry
## 657       itsemmaella
## 658           Rhi5SOS
## 659          Raulgz93
## 660       humancallum
## 661          kms_kali
## 662      getphysicool
## 663      HackwithFred
## 664     lovesartists3
## 665     lovesartists3
## 666       LarsonEvans
## 667   TheAmericoSousa
## 668   temProudPeasant
## 669     Zenon56140617
## 670      getphysicool
## 671        loreG_0404
## 672         MandieIRL
## 673   TheAmericoSousa
## 674            ralauw
## 675         tiredjean
## 676       itsemmaella
## 677        loreG_0404
## 678         _KingKole
## 679      al_squared99
## 680   TheAmericoSousa
## 681   Jaeighgallagher
## 682      kaedecrochet
## 683          Chor_les
## 684           Rhi5SOS
## 685      getphysicool
## 686    blackghoulette
## 687      KAIAXGIFFORD
## 688         tiredjean
## 689          Chor_les
## 690        krimmydawg
## 691     elfeliebhaber
## 692             Seraa
## 693      KAIAXGIFFORD
## 694           remb_16
## 695         MandieIRL
## 696        ilem_ilem3
## 697       KayPopKraze
## 698     elfeliebhaber
## 699         CA_Cart28
## 700       itsemmaella
## 701      getphysicool
## 702     elfeliebhaber
## 703      KAIAXGIFFORD
## 704        single4tay
## 705        mrlouque75
## 706       POVPODCAST_
## 707       lanarose_r1
## 708      YoBoyOatmeal
## 709       nicolagrxce
## 710          SYMB1988
## 711      YoBoyOatmeal
## 712       KayPopKraze
## 713      TheChrisRand
## 714      YoBoyOatmeal
## 715       itsemmaella
## 716      Chaos__Idiot
## 717       MinaACypert
## 718      YoBoyOatmeal
## 719       rean_angelo
## 720   FromNazWithLove
## 721      mine_m0nster
## 722     jamiestelling
## 723       KayPopKraze
## 724     txm_mybeloved
## 725      mine_m0nster
## 726    solacedusoleil
## 727       Wilbah_4057
## 728      fredrickwass
## 729          kmskenzz
## 730       emperor_svc
## 731        summer_0_d
## 732       Wilbah_4057
## 733    guessurallmine
## 734         MelAnnGro
## 735       itzlyssa_xo
## 736    SkylersRevenge
## 737        arthurguim
## 738    guessurallmine
## 739       Wilbah_4057
## 740     Viviennehyene
## 741        summer_0_d
## 742     Ridhogrowinup
## 743    KayleighForde1
## 744       Wilbah_4057
## 745    SkylersRevenge
## 746       ShanChan_37
## 747           stimk33
## 748       sarah_12605
## 749    GustaveDeresse
## 750     Mark_Hanson17
## 751    QuotesfromtheP
## 752       sarah_12605
## 753    KayleighForde1
## 754     fixed_surebet
## 755        summer_0_d
## 756       sarah_12605
## 757          senkozuu
## 758    SkylersRevenge
## 759          otbjules
## 760    solacedusoleil
## 761    KayleighForde1
## 762        1905steven
## 763        summer_0_d
## 764          otbjules
## 765   AvishaiLindenb1
## 766     jesse_gambrah
## 767        1905steven
## 768        LulRedZazi
## 769         _ANOBRAIN
## 770    KayleighForde1
## 771          sgfgmilf
## 772        1905steven
## 773       satelliites
## 774   AvishaiLindenb1
## 775       iblamedrake
## 776     sogoldencarli
## 777          sgfgmilf
## 778        summer_0_d
## 779   AvishaiLindenb1
## 780        1905steven
## 781        Unknoxnn__
## 782       satelliites
## 783          otbjules
## 784            flxnt_
## 785         esanghelo
## 786        wibblytoes
## 787        pugsly6338
## 788        Unknoxnn__
## 789   gh0stinthewaIIs
## 790        Unknoxnn__
## 791     radiodreading
## 792   AvishaiLindenb1
## 793     NintendoCuber
## 794          NeonBLK3
## 795     Swiftie_jazzy
## 796     fixed_surebet
## 797           B1ngusB
## 798   thederpymanboii
## 799      HackwithFred
## 800          DaBacon7
## 801          stewperb
## 802           DJNPR04
## 803      Wirehead2000
## 804     Swiftie_jazzy
## 805     cosmic_loser_
## 806     Swiftie_jazzy
## 807           sayylem
## 808    meatloaf369296
## 809   yeahhhN1ghtfall
## 810       VivaLaSasha
## 811          ANGShots
## 812   yeahhhN1ghtfall
## 813          juschase
## 814      Dinnymuthoni
## 815     miscmartyrdom
## 816      HackwithFred
## 817   yeahhhN1ghtfall
## 818          seaneneh
## 819        EliteDaily
## 820       skzjuicyboi
## 821       Gracie_Days
## 822   yeahhhN1ghtfall
## 823       phantom9073
## 824   FromNazWithLove
## 825      Smt1Drelated
## 826      Smt1Drelated
## 827           7kquaso
## 828      Smt1Drelated
## 829      Smt1Drelated
## 830      beyondjikook
## 831      Ohok20160600
## 832      Marc53295108
## 833     vaishnavi_ot7
## 834          luksidee
## 835      beyondjikook
## 836    solacedusoleil
## 837   perfectlycosmic
## 838       EARLYHOOKUP
## 839          basil067
## 840          NeonBLK3
## 841     enzomarajjjjj
## 842      liquorsquick
## 843       KOTORevan93
## 844      FlooQuill194
## 845           urbooye
## 846   facelessGh0stly
## 847     enzomarajjjjj
## 848      FlooQuill194
## 849    BorowikMateusz
## 850   Phoenix96278002
## 851          BxbaTea4
## 852   thunderousknigh
## 853   TheSophiaAlexis
## 854     enzomarajjjjj
## 855      FlooQuill194
## 856     enzomarajjjjj
## 857            CH8KED
## 858          BxbaTea4
## 859       JrHyun_soft
## 860        420laura69
## 861         mbab_2001
## 862    crypto_gold_XX
## 863          BxbaTea4
## 864          B505Matt
## 865    MarajStarships
## 866          BxbaTea4
## 867       WeMadeItOut
## 868     the_new_wavee
## 869     _elladenicola
## 870     fixed_surebet
## 871         mbab_2001
## 872        420laura69
## 873     _elladenicola
## 874        SmokedSalt
## 875        420laura69
## 876         button401
## 877         sojuspplr
## 878   StephensVlogsYT
## 879         mbab_2001
## 880         JackAegon
## 881         sojuspplr
## 882       MayorSilent
## 883   ionfwthissocial
## 884    AheadfullofBTS
## 885   ionfwthissocial
## 886    LisRodriguez06
## 887   jamesmeowrriott
## 888   ionfwthissocial
## 889        foxycasper
## 890     KerriOlorcain
## 891    AheadfullofBTS
## 892     yeehawnatalie
## 893      JonnieLamour
## 894   ionfwthissocial
## 895       WeMadeItOut
## 896      ConanSmith96
## 897   let_alpha_write
## 898     ana_manizales
## 899       mybanisters
## 900         Dashint0n
## 901     iced_cilantro
## 902       WeMadeItOut
## 903        kendoIlroy
## 904      ConanSmith96
## 905        QViolet_97
## 906   brvothcantsleep
## 907          helllyh_
## 908   let_alpha_write
## 909     frappucinarry
## 910        STARCL0UDD
## 911      rainberrykmm
## 912   HannahLovesLIV1
## 913     maddiefan2974
## 914   brvothcantsleep
## 915         chaneklix
## 916          kaitill_
## 917   brvothcantsleep
## 918      rainberrykmm
## 919    AnthonyBragger
## 920   HannahLovesLIV1
## 921    Doctor0fTerror
## 922           minpjmz
## 923      rainberrykmm
## 924       Sav_angel07
## 925         chaneklix
## 926     zachisgr8ness
## 927            akaur0
## 928        Ace_Cyber_
## 929   HannahLovesLIV1
## 930    Doctor0fTerror
## 931       loverofjaya
## 932     zachisgr8ness
## 933      caitnottaken
## 934   brvothcantsleep
## 935     the_new_wavee
## 936           minpjmz
## 937     chatterboxnat
## 938     zachisgr8ness
## 939     talkativetess
## 940           minpjmz
## 941      robot_rocker
## 942     kerry_marie17
## 943           minpjmz
## 944    romanadebruyne
## 945     etherialf4iry
## 946     MrsGabbyGecko
## 947         slmanbero
## 948      atb__william
## 949       Brandy_Sade
## 950       havingIived
## 951   bwtchdmbdyasoul
## 952            LyndaN
## 953        yeoreumzzz
## 954     MrsGabbyGecko
## 955    LIFEWITHNUANCE
## 956   Jessemckenzie06
## 957        SquadRises
## 958    Jesse_Jones_92
## 959      BaraketZaine
## 960        GandalfVRC
## 961     MrsGabbyGecko
## 962       Brandy_Sade
## 963       klarissaaan
## 964           4unouis
## 965     MrsGabbyGecko
## 966       Mineko12208
## 967          aethumus
## 968      karanicedric
## 969      WorthmoreBiz
## 970       Brandy_Sade
## 971      HackwithFred
## 972   plutinjordan_23
## 973         CiscoYork
## 974     chatterboxnat
## 975    LIFEWITHNUANCE
## 976        geasylagos
## 977       Mineko12208
## 978       charlnorris
## 979       ghoulia_irl
## 980    LIFEWITHNUANCE
## 981    MaSSaPowerHour
## 982      Glasgow_Live
## 983    belovedcentral
## 984     AgunobiBethel
## 985          aethumus
## 986        geasylagos
## 987      t3ddyhyuck66
## 988   TechnicolorNick
## 989     letterstoesme
## 990       Mineko12208
## 991            ArjooX
## 992            taemqa
## 993        ltlivbells
## 994        Prissyamor
## 995    venomaesthetic
## 996          aethumus
## 997            ArjooX
## 998    venomaesthetic
## 999        Prissyamor
## 1000       islandboee
## 1001           taemqa
## 1002           ArjooX
## 1003    The0_Capsicle
## 1004           45slur
## 1005         aethumus
## 1006       Lian_zhrrr
## 1007       ltlivbells
## 1008    kennypowell55
## 1009           taemqa
## 1010         HarkomsV
## 1011      havingIived
## 1012    soundsgoodBOS
## 1013     austin_imoru
## 1014           taemqa
## 1015  LEVlTATETHEHYPE
## 1016          AskoDsc
## 1017       WhoisDenim
## 1018   AnneHe70044514
## 1019      havingIived
## 1020      _ellielou97
## 1021   venomaesthetic
## 1022      finnisajedi
## 1023      peachyverse
## 1024         kgmtskii
## 1025   AnneHe70044514
## 1026          beewitc
## 1027         qquinny_
## 1028       silviaseee
## 1029   AnneHe70044514
## 1030     CeasarTowers
## 1031  Atlantic__Azure
## 1032     HalfBloodPJP
## 1033       PMercier31
## 1034   AnneHe70044514
## 1035       xxzoeyxx51
## 1036     hijabigaming
## 1037       PMercier31
## 1038   bubblegumx2020
## 1039     gebrandonkyw
## 1040       silviaseee
## 1041    Army7_Ahgase7
## 1042   arisvideodiary
## 1043     newpackrunna
## 1044   arisvideodiary
## 1045  let_alpha_write
## 1046    RyutoSetsujin
## 1047          xyenoh_
## 1048         sa1httam
## 1049        SpotifyAU
## 1050  jeviendemercure
## 1051      darius_monk
## 1052       silviaseee
## 1053       emoblkthot
## 1054     newpackrunna
## 1055     HackwithFred
## 1056      itsjustkeel
## 1057       silviaseee
## 1058        Iamdstar1
## 1059         LiNailah
## 1060        WolfiedaA
## 1061      itsjustkeel
## 1062     WolfiedaAqua
## 1063         LiNailah
## 1064          SLX_13_
## 1065      itsjustkeel
## 1066      Coolgirlk22
## 1067         NidgeOCE
## 1068         LiNailah
## 1069       _sirisaiah
## 1070    VillimanMagee
## 1071         Morgandy
## 1072       _sirisaiah
## 1073         Morgandy
## 1074     Cosmopalitan
## 1075          niskuik
## 1076        READY2MIX
## 1077     abby21898184
## 1078       _sirisaiah
## 1079       lifeofciel
## 1080         Morgandy
## 1081         HarkomsV
## 1082        ItsTiDALL
## 1083    pizzaaaqueeen
## 1084         GLuck354
## 1085  softservehoseok
## 1086          ariwlll
## 1087       _sirisaiah
## 1088         RiendzYT
## 1089   em_enchanted13
## 1090     abby21898184
## 1091       Abu_sardiq
## 1092  softservehoseok
## 1093        triffiths
## 1094          ariwlll
## 1095     Cosmopalitan
## 1096      sophs_moran
## 1097       imagingpdx
## 1098     harperthejay
## 1099          ariwlll
## 1100     fischylchips
## 1101     screaminglip
## 1102     Cosmopalitan
## 1103  softservehoseok
## 1104    The0_Capsicle
## 1105          ISwag93
## 1106          ariwlll
## 1107        crainfly1
## 1108   astoldbyalahni
## 1109    The0_Capsicle
## 1110      ABaldwin636
## 1111     fischylchips
## 1112   kennedytcooper
## 1113          teeyup_
## 1114  LetMeSimpNPeace
## 1115    The0_Capsicle
## 1116       Jeniferium
## 1117       ManSpiiduh
## 1118   OlajumokeSings
## 1119       earnedabel
## 1120      denlightful
## 1121  meg_interrupted
## 1122       _daviidjc_
## 1123  originalnicoleg
## 1124       Ravener182
## 1125          JRman99
## 1126         mollycej
## 1127  phil_a_cardwell
## 1128    BruhITzMisael
## 1129      denlightful
## 1130     WikkedBlissy
## 1131  Nessa_Smackable
## 1132     dwaeofficial
## 1133      projectingx
## 1134         annabtww
## 1135  phil_a_cardwell
## 1136  TheYeetmaster22
## 1137       staryeol98
## 1138  a_a_ronofficial
## 1139    Iqvenderhazes
## 1140          lucylee
## 1141      projectingx
## 1142   thatgayguyjosh
## 1143       staryeol98
## 1144    Iqvenderhazes
## 1145       Newsmacoll
## 1146  EberhardyPayton
## 1147       staryeol98
## 1148  meg_interrupted
## 1149    Iqvenderhazes
## 1150  TheYeetmaster22
## 1151      projectingx
## 1152       staryeol98
## 1153  rainbowmisandry
## 1154    SopranosWorld
## 1155    CarterSwigert
## 1156      vinceXbeans
## 1157  KamakshiGanduri
## 1158  celestialbinchh
## 1159  meg_interrupted
## 1160      Plopperingo
## 1161   HorridGameplay
## 1162   thatgayguyjosh
## 1163  KamakshiGanduri
## 1164  phil_a_cardwell
## 1165       matlaelawr
## 1166     f1x_1t_fel1x
## 1167   thatgayguyjosh
## 1168  TheYeetmaster22
## 1169     HackwithFred
## 1170  KamakshiGanduri
## 1171     bellawazowsk
## 1172  thesickrosevamp
## 1173       Nsrt_Usrnm
## 1174       Frothy_boy
## 1175          macush_
## 1176  EberhardyPayton
## 1177  EberhardyPayton
## 1178        jihansluv
## 1179       Nsrt_Usrnm
## 1180  EberhardyPayton
## 1181      curlyfuqnae
## 1182           _ortxa
## 1183  OfficialBacon37
## 1184   definitelydevv
## 1185    avalon_jewelz
## 1186          Jenxrmm
## 1187  phil_a_cardwell
## 1188  TheYeetmaster22
## 1189   definitelydevv
## 1190        Kyan__223
## 1191      curlyfuqnae
## 1192  OfficialBacon37
## 1193       Nsrt_Usrnm
## 1194           PizzaX
## 1195   YAMADA52137629
## 1196           _ortxa
## 1197        lizdotgov
## 1198         ariskyy_
## 1199   definitelydevv
## 1200       Nsrt_Usrnm
## 1201       MuseArtCo_
## 1202     bostonguy924
## 1203        heyyou_md
## 1204   kenjiharimaily
## 1205           effeot
## 1206    therebelbunny
## 1207   definitelydevv
## 1208    DoughBoyMOIST
## 1209         tpops111
## 1210       Lacheln___
## 1211  Megan_OnTwitt3r
## 1212        amooloona
## 1213         Guackiki
## 1214   kenjiharimaily
## 1215       kraydragon
## 1216        JadeC1412
## 1217        GHOSTXIUK
## 1218       rayray_twt
## 1219         tpops111
## 1220     Novaboogaloo
## 1221  Megan_OnTwitt3r
## 1222          Britt_Z
## 1223       EsnyMorgan
## 1224       Caddieoops
## 1225  Megan_OnTwitt3r
## 1226   Pantherheart13
## 1227  raveisnotacrime
## 1228    trobediscanon
## 1229  namutambowataka
## 1230        Afroreal1
## 1231        iloooo666
## 1232    lilginapamish
## 1233   Pantherheart13
## 1234       EsnyMorgan
## 1235        GHOSTXIUK
## 1236  raveisnotacrime
## 1237        Afroreal1
## 1238        iloooo666
## 1239          xNeivax
## 1240        myiwilife
## 1241       EsnyMorgan
## 1242        iloooo666
## 1243        Afroreal1
## 1244  raveisnotacrime
## 1245    NolanKelley16
## 1246        iloooo666
## 1247        jaeiuyang
## 1248       EsnyMorgan
## 1249     Connorbankey
## 1250    missbambidoll
## 1251        GHOSTXIUK
## 1252  raveisnotacrime
## 1253     eileenofeire
## 1254  Darker_diamonds
## 1255        liztakeit
## 1256      Silenciaga_
## 1257      ughsheshere
## 1258     eileenofeire
## 1259   RockstarRhidoy
## 1260     DarkLion2704
## 1261   UnoUno90604608
## 1262     DarkLion2704
## 1263          liabyte
## 1264  Darker_diamonds
## 1265     eileenofeire
## 1266           _tfish
## 1267  Rafaela53949671
## 1268     DarkLion2704
## 1269    enhyskiescafe
## 1270   FattahMagazine
## 1271       BlueKyndra
## 1272    enhyskiescafe
## 1273          12Ice_2
## 1274         teayuji_
## 1275        AleximoYT
## 1276    enhyskiescafe
## 1277        Vulturnia
## 1278          PearVoz
## 1279  ilovefaouziato1
## 1280  ilovefaouziato1
## 1281           gnfzay
## 1282    evandertweets
## 1283      thatonemush
## 1284     lusgathewise
## 1285      pipebomb404
## 1286           gnfzay
## 1287  ilovefaouziato1
## 1288          BEQYpng
## 1289        AleximoYT
## 1290   WinxForeverPod
## 1291      G_M_Dlamini
## 1292     lusgathewise
## 1293    evandertweets
## 1294  AmyMitc82310834
## 1295      Stantonio_A
## 1296   em_enchanted13
## 1297      erasehrhead
## 1298     katwithclaws
## 1299       wormholeef
## 1300         HarkomsV
## 1301         dubuqiqi
## 1302       ZanAycicek
## 1303        Squish815
## 1304     eddygotsalsa
## 1305      luvinn_jess
## 1306         dubuqiqi
## 1307         HarkomsV
## 1308      delforcee01
## 1309        mgateszie
## 1310     jesrenee1487
## 1311     _cinnamoncat
## 1312   emidowntheline
## 1313         dubuqiqi
## 1314   swiftienette17
## 1315        tvgirIfan
## 1316    evandertweets
## 1317     eddygotsalsa
## 1318       Dragoneggy
## 1319         dubuqiqi
## 1320        mgateszie
## 1321    gojonifficent
## 1322      awayfrommyg
## 1323       Dragoneggy
## 1324        sadlebyyy
## 1325      cyberzeroer
## 1326   em_enchanted13
## 1327        tvgirIfan
## 1328        mgateszie
## 1329      FreddersF14
## 1330       Dragoneggy
## 1331     jesrenee1487
## 1332      FreddersF14
## 1333      GingerSwizz
## 1334  GeneralPedroArt
## 1335         Pttyslim
## 1336      Stantonio_A
## 1337  DemaraDrknguard
## 1338      FreddersF14
## 1339        tvgirIfan
## 1340         WeStay08
## 1341     BriannaRob13
## 1342      Swampgobl1n
## 1343   em_enchanted13
## 1344    couponblender
## 1345      MarxusScott
## 1346    scarzonreplay
## 1347      GingerSwizz
## 1348     bernabasagre
## 1349         WeStay08
## 1350      _Adamisneat
## 1351   golden__ariana
## 1352      madalenaaaa
## 1353       L3m0nL1l4c
## 1354  PitchesOfficial
## 1355      GingerSwizz
## 1356    HimanshuT4200
## 1357        Dmcity619
## 1358      Jamdungghal
## 1359       2L2Q_JGMan
## 1360         IbraLile
## 1361      Swampgobl1n
## 1362        B14091993
## 1363        Dmcity619
## 1364      _Adamisneat
## 1365         bens0nnn
## 1366      Swampgobl1n
## 1367      delforcee01
## 1368     LizzyLizz_xo
## 1369         bens0nnn
## 1370    teenage_wh0r3
## 1371    comphetforBTS
## 1372        denebolia
## 1373      apriliaspar
## 1374    eggrollsfromu
## 1375  DemaraDrknguard
## 1376    abe_schonfeld
## 1377      apriliaspar
## 1378     BrookeKriner
## 1379  PitchesOfficial
## 1380      apriliaspar
## 1381     eden_anapple
## 1382  vernesa27292271
## 1383  feverdreamhuddy
## 1384     wallsxagustd
## 1385       PewPewChar
## 1386         WeStay08
## 1387        kkalechip
## 1388     jpeg2thehead
## 1389     eden_anapple
## 1390          kuonesh
## 1391     h34rtstopp3d
## 1392        didphoebe
## 1393     anarchytater
## 1394  vernesa27292271
## 1395        kkalechip
## 1396     h34rtstopp3d
## 1397    PhattieBlaise
## 1398     wallsxagustd
## 1399     ki222urheart
## 1400  feverdreamhuddy
## 1401     h34rtstopp3d
## 1402  MoneyBagSports1
## 1403         TBYOFTEN
## 1404        DeeClose1
## 1405      t4tkawoshin
## 1406  flowers_the_guy
## 1407       kylieagang
## 1408   em_enchanted13
## 1409  feverdreamhuddy
## 1410      t4tkawoshin
## 1411   usernotanyname
## 1412      t4tkawoshin
## 1413     SwiftCheck13
## 1414   yunhotriever24
## 1415   usernotanyname
## 1416         brktrend
## 1417  feverdreamhuddy
## 1418        TaptrickD
## 1419        BallKaan2
## 1420           PIIKOK
## 1421    PARANOIDJULES
## 1422       wtxnewsusa
## 1423           PIIKOK
## 1424        eyemusing
## 1425           rmzz08
## 1426   usernotanyname
## 1427          lothani
## 1428      bell_allens
## 1429   Swatsniper_716
## 1430       mocellosag
## 1431   usernotanyname
## 1432    martaftgerard
## 1433   yunhotriever24
## 1434     online_rhino
## 1435        eyemusing
## 1436     martibeenfly
## 1437    thisisedel_xo
## 1438    thee_LuiRemix
## 1439      V1rus_Alert
## 1440  EmmaJac28300283
## 1441      V1rus_Alert
## 1442   aquarianweekly
## 1443      AshaWasHere
## 1444       DoinsSport
## 1445        eyemusing
## 1446  Felix_Onyenugwu
## 1447       DerivJay12
## 1448        BLACKM0SS
## 1449      V1rus_Alert
## 1450   harpersversion
## 1451         idlmdylm
## 1452  HayleyR90286123
## 1453       NavInkling
## 1454       365WHISTLE
## 1455          amyphxm
## 1456        BLACKM0SS
## 1457      troysweater
## 1458   harpersversion
## 1459   Mrjimsmith1234
## 1460        eyemusing
## 1461       NavInkling
## 1462     Peteywee337_
## 1463    GiuliaMazzaPh
## 1464    ActorAngelina
## 1465       NavInkling
## 1466        amooloona
## 1467       Dali_lama8
## 1468     ReginaMundi7
## 1469   nessamartins97
## 1470    ActorAngelina
## 1471    undercoverbri
## 1472   harpersversion
## 1473  farhan__mehmood
## 1474       NavInkling
## 1475    ActorAngelina
## 1476  HayleyR90286123
## 1477      erinkoleary
## 1478   nessamartins97
## 1479     RoninStarted
## 1480      wingobingus
## 1481      foundeasily
## 1482   harpersversion
## 1483         martyw82
## 1484    ActorAngelina
## 1485           DM8315
## 1486          margmak
## 1487     thetinysilva
## 1488       1Informer2
## 1489        HectorDMS
## 1490     idkitsnicole
## 1491        kplayfest
## 1492     thetinysilva
## 1493   sh0rtest_str4w
## 1494           PIIKOK
## 1495        sirensinb
## 1496        DulljshhA
## 1497        sirensinb
## 1498       jeenonamit
## 1499     phantomghafa
## 1500         thea__25
## 1501     thetinysilva
## 1502      LVJYadmirer
## 1503         martyw82
## 1504        HectorDMS
## 1505        gowonning
## 1506        sirensinb
## 1507     phantomghafa
## 1508   Melissa_Wasser
## 1509      Haifinphoto
## 1510         neeeloys
## 1511        HectorDMS
## 1512    whatthe_hayls
## 1513     drachenovska
## 1514     phantomghafa
## 1515  curtainfarewell
## 1516        ya_SKZ731
## 1517     phantomghafa
## 1518        HectorDMS
## 1519    SplinterRatio
## 1520     drachenovska
## 1521          Ms_KatW
## 1522         HarkomsV
## 1523  StuffFromBlock3
## 1524  RagingWhormoans
## 1525  Tarrah_Danielle
## 1526        sirensinb
## 1527        kayladon9
## 1528         neeeloys
## 1529  simona_bargagli
## 1530   devilmidwinter
## 1531        ya_SKZ731
## 1532  curtainfarewell
## 1533        MikPikRik
## 1534        ya_SKZ731
## 1535          Ms_KatW
## 1536      Jamdungghal
## 1537        wowyolotv
## 1538   Robert_scott30
## 1539    salimishmael_
## 1540         JosszzoL
## 1541         HarkomsV
## 1542  simona_bargagli
## 1543     BonnieAuntea
## 1544      TinaDarwell
## 1545        TonicForg
## 1546       SirHotLaps
## 1547        KaosBunny
## 1548        ya_SKZ731
## 1549    rocketenginee
## 1550        cardigron
## 1551    Albas_Fortune
## 1552  simona_bargagli
## 1553         LM_woomy
## 1554     EpinardGuard
## 1555  ihopeudrownmore
## 1556  simona_bargagli
## 1557  sarahbethismyl1
## 1558    emotrash_wuff
## 1559  di_shun_meh_die
## 1560        cardigron
## 1561         maemaedc
## 1562        nikfinite
## 1563  MoonlightsCoven
## 1564          margmak
## 1565        cardigron
## 1566       macks_page
## 1567         LM_woomy
## 1568        Uwusukuru
## 1569  CALIFORNIAW0RLD
## 1570     kurzedificio
## 1571         LM_woomy
## 1572     xamitexmusic
## 1573        nikfinite
## 1574  MoonlightsCoven
## 1575         maemaedc
## 1576     starsrsocool
## 1577    musubigarbage
## 1578  CALIFORNIAW0RLD
## 1579   Startup_Canada
## 1580     DIEGUIRRI_89
## 1581   NosleepPodcast
## 1582   Samantha_lilac
## 1583        shiemisss
## 1584   therealparis23
## 1585         LM_woomy
## 1586     starsrsocool
## 1587        nikfinite
## 1588  neverlastinline
## 1589    Kinga_Ninurta
## 1590     starsrsocool
## 1591        itsvdanni
## 1592            gwyx6
## 1593         maemaedc
## 1594     starsrsocool
## 1595         sncaffee
## 1596          GapsFNT
## 1597           FevenA
## 1598    sapphohyunjin
## 1599  cewulidgabxyau9
## 1600      TeeRexradio
## 1601   GeorgeColuccia
## 1602    sapphohyunjin
## 1603      ZellBellArt
## 1604   baekseongseung
## 1605       Lurifodase
## 1606    sapphohyunjin
## 1607      UncleHerpes
## 1608   etherealheartt
## 1609     5w1tchGaming
## 1610       Lurifodase
## 1611        itsvdanni
## 1612         HarkomsV
## 1613        Uwusukuru
## 1614     swiftwonders
## 1615   etherealheartt
## 1616     m1dn1ght5_13
## 1617     5w1tchGaming
## 1618   etherealheartt
## 1619        itsvdanni
## 1620         mkaRocki
## 1621   etherealheartt
## 1622          Bezvard
## 1623  makelessharries
## 1624  _darklikemysoul
## 1625      trivialtony
## 1626    Grace_Costags
## 1627       enchantlwt
## 1628         Nami_501
## 1629      trivialtony
## 1630         sncaffee
## 1631         alloeium
## 1632          inezwil
## 1633    Grace_Costags
## 1634     fxckoklahoma
## 1635  _darklikemysoul
## 1636   I_need_theatre
## 1637       augustlore
## 1638    MormanCalorie
## 1639    Grace_Costags
## 1640       augustlore
## 1641      trivialtony
## 1642         HarkomsV
## 1643   2blaqofficial1
## 1644      RosieHoranx
## 1645   loveforitadori
## 1646   fandeaitanaaax
## 1647     krissybeeean
## 1648    MormanCalorie
## 1649           melc91
## 1650     BootsPerkins
## 1651        kayladon9
## 1652   I_need_theatre
## 1653      OakenHooHoo
## 1654    MormanCalorie
## 1655  namutambowataka
## 1656   loveforitadori
## 1657        briesglcw
## 1658   PenThePenguin_
## 1659      juanduenas_
## 1660   fandeaitanaaax
## 1661    0xWaldoVision
## 1662       iamaudreyp
## 1663      WalterGarre
## 1664   fandeaitanaaax
## 1665   loveforitadori
## 1666   I_need_theatre
## 1667     Jace98127644
## 1668    clshields1980
## 1669   PenThePenguin_
## 1670           Neziy_
## 1671      bravefortzu
## 1672      lexicozartt
## 1673      juanduenas_
## 1674          fem_yeq
## 1675       ZoomSlay28
## 1676        NanaAkwan
## 1677   PenThePenguin_
## 1678  RealFlexiAfrica
## 1679      bigtimedogs
## 1680       Trojan0026
## 1681  Magicalharvest1
## 1682   iGuessItsBlake
## 1683      juanduenas_
## 1684   PenThePenguin_
## 1685   SharkieSkittle
## 1686      OakenHooHoo
## 1687       ZoomSlay28
## 1688   iGuessItsBlake
## 1689   SharkieSkittle
## 1690  Magicalharvest1
## 1691      pskeedesign
## 1692   WakandriaJones
## 1693          Anzy_aa
## 1694   SharkieSkittle
## 1695      juanduenas_
## 1696         happyy08
## 1697      OakenHooHoo
## 1698      jaimelozc09
## 1699           melc91
## 1700       CPLD_music
## 1701  Magicalharvest1
## 1702   iGuessItsBlake
## 1703  Dannica32000657
## 1704          S_vannn
## 1705    michaelbergla
## 1706       DKZENJOYER
## 1707      VlCT0RYSTAR
## 1708      sofiapease4
## 1709    michaelbergla
## 1710       garffan985
## 1711      theslayence
## 1712  Dannica32000657
## 1713      jaimelozc09
## 1714  Magicalharvest1
## 1715     ACNH_kitty44
## 1716   iGuessItsBlake
## 1717  Dannica32000657
## 1718   WakandriaJones
## 1719      sofiapease4
## 1720    goro_pancakes
## 1721      Luisfavicii
## 1722  Dannica32000657
## 1723  Magicalharvest1
## 1724        offmalibu
## 1725     ACNH_kitty44
## 1726        rma2saucy
## 1727       iammandurr
## 1728      sofiapease4
## 1729   JerseyKidPicks
## 1730        florasiac
## 1731  247MzansUpdates
## 1732      PoppyUpdate
## 1733        tiaTiahTT
## 1734       iammandurr
## 1735     ACNH_kitty44
## 1736       garffan985
## 1737     tyunkngomhrt
## 1738         SkierBen
## 1739       iammandurr
## 1740   WakandriaJones
## 1741         _thloVer
## 1742        DeeClose1
## 1743        urluvnabi
## 1744        florasiac
## 1745       garffan985
## 1746       iammandurr
## 1747     tyunkngomhrt
## 1748        florasiac
## 1749   WakandriaJones
## 1750        shyawaycd
## 1751         _thloVer
## 1752  KenedyRemontada
## 1753        florasiac
## 1754     DidntAskBro7
## 1755       garffan985
## 1756     tyunkngomhrt
## 1757        KosimaBiz
## 1758    DailyTaxMemes
## 1759         _thloVer
## 1760   ChiSIammaJamma
## 1761  isayrandomshiit
## 1762          ToywMe1
## 1763        urluvnabi
## 1764     DidntAskBro7
## 1765     2Chipmunks43
## 1766  KenedyRemontada
## 1767   ChiSIammaJamma
## 1768        urluvnabi
## 1769    nuttelaspread
## 1770    1CrowdedTable
## 1771         Rubao112
## 1772         Syphtolo
## 1773    nuttelaspread
## 1774   soaked_nbleach
## 1775        JaredOnYT
## 1776          TBFINDS
## 1777  KenedyRemontada
## 1778         Syphtolo
## 1779      j1annamar1a
## 1780      zoobee_zaba
## 1781          Gratych
## 1782      LitzyBrown1
## 1783       kvnq_teeza
## 1784         Syphtolo
## 1785       EgoStreams
## 1786   justastargirl9
## 1787   Apollo_Knightt
## 1788     DolefulLions
## 1789     KellyHart147
## 1790    nuttelaspread
## 1791         wipeyman
## 1792      itsmeraymel
## 1793   Ollie_loves_fr
## 1794    ImnotRichard6
## 1795         Syphtolo
## 1796   Apollo_Knightt
## 1797         jashinko
## 1798   Ollie_loves_fr
## 1799  xephas_official
## 1800    IdealGameroom
## 1801      LitzyBrown1
## 1802      itsmeraymel
## 1803      ysuftloverr
## 1804   Drownincheddar
## 1805   Ollie_loves_fr
## 1806         jashinko
## 1807    edetedemakpan
## 1808   udbparanoidtoo
## 1809      ysuftloverr
## 1810  SimplyChaotic26
## 1811           Smvvth
## 1812           jvjmjx
## 1813         jashinko
## 1814        offmalibu
## 1815      ysuftloverr
## 1816        sativ4grl
## 1817         itsdreqa
## 1818         CptLongD
## 1819  Darker_diamonds
## 1820         yermies3
## 1821  tw_porn_on_here
## 1822   kaffienatedkat
## 1823         yermies3
## 1824    PauPalauVidal
## 1825        tonisrage
## 1826      ysuftloverr
## 1827        Blxndkidz
## 1828       Beast_Dank
## 1829   kaffienatedkat
## 1830    AlshababRadio
## 1831        offmalibu
## 1832    JaireLockdown
## 1833         imDudsz_
## 1834       Insider747
## 1835         yermies3
## 1836           VABG__
## 1837     Brandisandre
## 1838        thafckora
## 1839        Nakasanga
## 1840       Beast_Dank
## 1841    indianafantum
## 1842           VABG__
## 1843    balthazar_and
## 1844         exhawkyx
## 1845       Beast_Dank
## 1846        joanammel
## 1847           VABG__
## 1848      juIiansands
## 1849        intake444
## 1850      juIiansands
## 1851       Beast_Dank
## 1852         anseonii
## 1853  InfernalAmigops
## 1854        intake444
## 1855     arshpatel123
## 1856  TheOffi14494401
## 1857    balthazar_and
## 1858         reellita
## 1859       bageItower
## 1860     Damain_cyber
## 1861      cyclops2022
## 1862        joanammel
## 1863        intake444
## 1864   Apollo_Knightt
## 1865   Stay_Vicious20
## 1866     arshpatel123
## 1867  TheOffi14494401
## 1868         reellita
## 1869   Stay_Vicious20
## 1870     arshpatel123
## 1871       ZanAycicek
## 1872      0_Dantess_0
## 1873   Stay_Vicious20
## 1874         scrivzLJ
## 1875        joanammel
## 1876      LilMamaNat_
## 1877   maryondeeznuts
## 1878   Christine_meow
## 1879  TheOffi14494401
## 1880       ytmlab6_23
## 1881   Christine_meow
## 1882          KR0WNNN
## 1883      CeleneElric
## 1884   maryondeeznuts
## 1885         reellita
## 1886   maryondeeznuts
## 1887   Christine_meow
## 1888  VikkiCh21052435
## 1889        asmogotti
## 1890      CeleneElric
## 1891  maureenroseama1
## 1892        C_to_the_
## 1893     SplatoonPeru
## 1894   Christine_meow
## 1895   EkoClubNigeria
## 1896        glamroclc
## 1897     SplatoonPeru
## 1898     SplatoonPeru
## 1899     SplatoonPeru
## 1900  maureenroseama1
## 1901      CeleneElric
## 1902        shregg4PF
## 1903   shosplecolupus
## 1904   bytheshannynkt
## 1905   anna__holcombe
## 1906   Swatsniper_716
## 1907   maryondeeznuts
## 1908           jvjmjx
## 1909  EllieLennie2491
## 1910  iluvcharlixcx21
## 1911  maureenroseama1
## 1912     aloisi_tribe
## 1913        dacool661
## 1914        pinkbxbie
## 1915           lxvvie
## 1916    darla65201189
## 1917  iluvcharlixcx21
## 1918    ItsKatnissxxx
## 1919   anna__holcombe
## 1920            J4KHz
## 1921      CeleneElric
## 1922       LostBakaTV
## 1923       bek_zepeda
## 1924      lesser_afim
## 1925       _edgelxrd_
## 1926     0_SteveKosie
## 1927  xephas_official
## 1928      lesser_afim
## 1929    ducklingsissy
## 1930         fvcknuts
## 1931       bek_zepeda
## 1932      imkrissuela
## 1933      lesser_afim
## 1934    ducklingsissy
## 1935     retroflordia
## 1936    sapphicforlwt
## 1937     aloisi_tribe
## 1938      Iegallylisa
## 1939      lesser_afim
## 1940      huachen_zhu
## 1941       _edgelxrd_
## 1942      Iegallylisa
## 1943       bek_zepeda
## 1944    sapphicforlwt
## 1945         enslashy
## 1946         Gionosai
## 1947      huachen_zhu
## 1948   charlotte_luve
## 1949     aloisi_tribe
## 1950  madeleineisswag
## 1951      gingercat02
## 1952         cammirry
## 1953      thecapguy24
## 1954    sapphicforlwt
## 1955  madeleineisswag
## 1956   bellaboolovesj
## 1957    ducklingsissy
## 1958    sapphicforlwt
## 1959      huachen_zhu
## 1960      Iegallylisa
## 1961       SmoodiWolf
## 1962   butterflynbuds
## 1963       ___joffrey
## 1964       emstunning
## 1965         cammirry
## 1966      Luisfavicii
## 1967            Seraa
## 1968     Master_monke
## 1969         Gionosai
## 1970      jademelody_
## 1971      PassyAlyssa
## 1972    CatLoversAsso
## 1973     TigerOffcial
## 1974   aluthordanvers
## 1975     Master_monke
## 1976      kamehamiltn
## 1977         cammirry
## 1978     Master_monke
## 1979  kevinswillliams
## 1980    tressaburns22
## 1981      konpietokoo
## 1982     say_number33
## 1983         cammirry
## 1984     aisuruuuuuuu
## 1985       floverjoon
## 1986     say_number33
## 1987   soyguiacarmona
## 1988   LilVeroodletwt
## 1989      fr_simone_m
## 1990    DiegoSerafimm
## 1991    ImnotRichard6
## 1992   Scotsman_Games
## 1993       JayLando22
## 1994         Gionosai
## 1995     aisuruuuuuuu
## 1996      N4TTYNIGGAC
## 1997      wavyrebecca
## 1998    queers4yoongi
## 1999          vidddit
## 2000          Sheadra
## 2001        Cool_Clay
## 2002         harrry91
## 2003   Scotsman_Games
## 2004      cozykarlnap
## 2005         marizpov
## 2006    kariheartstae
## 2007           sapdnf
## 2008     aisuruuuuuuu
## 2009  TintinMinecraft
## 2010    GreekGirl2012
## 2011  arianatoratcore
## 2012    w3ird_fanatic
## 2013          Sheadra
## 2014      cozykarlnap
## 2015  TintinMinecraft
## 2016    queers4yoongi
## 2017      unstablebih
## 2018    BlitzerTweets
## 2019      _belleamor_
## 2020       BluSilurus
## 2021    w3ird_fanatic
## 2022        NlGHTLOCK
## 2023  TintinMinecraft
## 2024        joanammel
## 2025          Sheadra
## 2026       amaroscuro
## 2027      cozykarlnap
## 2028       _DrNichols
## 2029          Ijir0VT
## 2030       mi_aps2002
## 2031    w3ird_fanatic
## 2032          jun10ie
## 2033         dlibskzh
## 2034           BRH_KK
## 2035     _alex_elena_
## 2036    ItHadtoBeYou_
## 2037  TintinMinecraft
## 2038     say_number33
## 2039    CatLoversAsso
## 2040    NovakEveryday
## 2041           BRH_KK
## 2042    eliizabxthann
## 2043  vijay_thakur083
## 2044         e4bluesc
## 2045      NOAKES_ISMS
## 2046     adriiananana
## 2047   ykthat1fangirl
## 2048         dlibskzh
## 2049           BRH_KK
## 2050         deepumi5
## 2051  BrwnSugarSalmon
## 2052   thebrookeriley
## 2053  Stefan27_Swifty
## 2054           BRH_KK
## 2055  VihaanChennare1
## 2056  ichor__ambrosia
## 2057  BrwnSugarSalmon
## 2058        DeeClose1
## 2059  stovecookcowboy
## 2060         Niuvenis
## 2061     GoredSpencer
## 2062  kindredaquarian
## 2063           rxaul7
## 2064     LIBRASGR0OVE
## 2065  ThatJustinPeery
## 2066       irishyanks
## 2067  lovestorystreet
## 2068   thebrookeriley
## 2069  whoopsalldeoxys
## 2070         Gionosai
## 2071       ber_damien
## 2072   patriciaashman
## 2073  BrwnSugarSalmon
## 2074  ZiemniakTerroru
## 2075       iforgot_28
## 2076  Stefan27_Swifty
## 2077     PetePete2112
## 2078    BeccaFarrugia
## 2079   Motema71632882
## 2080   soyguiacarmona
## 2081    petttylabelle
## 2082       adelineyo_
## 2083       iforgot_28
## 2084  ConspiraciesACC
## 2085  stovecookcowboy
## 2086       JaJaFaRah1
## 2087  Stefan27_Swifty
## 2088   thebrookeriley
## 2089         __LUC1AN
## 2090       Shmotzknot
## 2091           rxaul7
## 2092   soyguiacarmona
## 2093  stovecookcowboy
## 2094     LIBRASGR0OVE
## 2095         snowiisa
## 2096   EarlTheSeventh
## 2097  Stefan27_Swifty
## 2098           cojqul
## 2099         MFroggii
## 2100         _tklmnop
## 2101   thebrookeriley
## 2102           f23157
## 2103         strwboi_
## 2104      momoringzap
## 2105      TheIroncane
## 2106   secondoenjoyer
## 2107    DiegoSerafimm
## 2108      minstarlost
## 2109         Bernnzzz
## 2110  stovecookcowboy
## 2111  geeking_around_
## 2112  sadnessandbeans
## 2113       vwolfmusic
## 2114    BILLIESSHEART
## 2115       iforgot_28
## 2116    ireland__skye
## 2117   ThatCreepyGoat
## 2118           f23157
## 2119     erikadcharts
## 2120         Bernnzzz
## 2121  sadnessandbeans
## 2122         avatron4
## 2123          imsnoot
## 2124   EarlTheSeventh
## 2125        karkopolo
## 2126           f23157
## 2127       iforgot_28
## 2128   NlNACRlEDP0WER
## 2129         ly_sosaa
## 2130    latenightslay
## 2131    AlshababRadio
## 2132  cameronjosephhh
## 2133   Persona5Royal_
## 2134         Bernnzzz
## 2135     xamitexmusic
## 2136  sadnessandbeans
## 2137      bundloofjoy
## 2138          cimfla9
## 2139           f23157
## 2140       kwandarine
## 2141        zaneyrxnf
## 2142  Rafael_Ferreras
## 2143       noah_wizzy
## 2144          MyCheri
## 2145    junkafunktron
## 2146        notnicogv
## 2147       kwandarine
## 2148        keydonjoe
## 2149      _bewtyfort_
## 2150      justusmaddo
## 2151        inxrilxcy
## 2152    HarrisonYork3
## 2153     ethanbogardd
## 2154     ColdestLilac
## 2155            Seraa
## 2156    HarrisonYork3
## 2157           T8tumz
## 2158      Fromthevill
## 2159      _bewtyfort_
## 2160     ethanbogardd
## 2161        ludacribs
## 2162        _kcnvrmnd
## 2163        Manna__14
## 2164   be11arodrigues
## 2165  _Lewis_Jamieson
## 2166     KBreadsticks
## 2167    dreamsofcheol
## 2168      LurkerMedia
## 2169    alfred_makura
## 2170  chaeyeonshooter
## 2171       kwandarine
## 2172        ludacribs
## 2173   charlotte_luve
## 2174      _bewtyfort_
## 2175            GBO26
## 2176        bigfinish
## 2177           ska834
## 2178      senorcool87
## 2179  independentalto
## 2180  _Lewis_Jamieson
## 2181        kydkahlil
## 2182    thegenzmystic
## 2183        ludacribs
## 2184           mcgkel
## 2185      _bewtyfort_
## 2186    TheGroupieApp
## 2187      Lizzie_1924
## 2188       redmigacha
## 2189  _Lewis_Jamieson
## 2190    TheGroupieApp
## 2191     seungminsice
## 2192   Panquequinha__
## 2193     seungminsice
## 2194   Panquequinha__
## 2195   Panquequinha__
## 2196  Mireille_Mirela
## 2197        sdbobatea
## 2198     seungminsice
## 2199       jissell_97
## 2200        ludacribs
## 2201            gs3OO
## 2202   Panquequinha__
## 2203  _Lewis_Jamieson
## 2204    AlshababRadio
## 2205         Onepcorn
## 2206    lukaaaaaaaa_a
## 2207     horny_bi_top
## 2208            GBO26
## 2209      margiabelle
## 2210    lukaaaaaaaa_a
## 2211         BrainEX9
## 2212      MadBunny___
## 2213   mike___diamond
## 2214      TomanyJames
## 2215    lukaaaaaaaa_a
## 2216      meluvseunbi
## 2217        adam_ughh
## 2218      margiabelle
## 2219      MadBunny___
## 2220    Ramboletswork
## 2221      TomanyJames
## 2222      meluvseunbi
## 2223         naaddinz
## 2224   CallumWatkinss
## 2225    ToningByTeddy
## 2226         JMAN_iAm
## 2227  jiminko18192336
## 2228  jiminko18192336
## 2229      meluvseunbi
## 2230      spitealone_
## 2231      TomanyJames
## 2232      margiabelle
## 2233      donramon___
## 2234       thervdhood
## 2235     blossominseo
## 2236  jiminko18192336
## 2237  jiminko18192336
## 2238        milkybunk
## 2239     Arcadegutzzz
## 2240  SerenityOracle1
## 2241  thejonsternator
## 2242      margiabelle
## 2243       amaroscuro
## 2244      MadBunny___
## 2245   nudaearthangel
## 2246      PLAN3T_ZOOM
## 2247     blossominseo
## 2248           FCBbot
## 2249  VictorD39626666
## 2250    iamstargazing
## 2251         mcxcurls
## 2252     TriciaOrgana
## 2253         mcxcurls
## 2254         mcxcurls
## 2255  WEAPONISEDWORDS
## 2256     kloopmusic69
## 2257  gomezupdateseur
## 2258         mcxcurls
## 2259       bookwhitey
## 2260   monteirolari13
## 2261  WEAPONISEDWORDS
## 2262  WEAPONISEDWORDS
## 2263     ian_abalos98
## 2264         RexatyXD
## 2265  ZeroThunder1738
## 2266        geo_pahpi
## 2267    starkeybestie
## 2268       chichard41
## 2269       amaroscuro
## 2270   Tusharverma549
## 2271  smnsinistertoit
## 2272        ElimzzTV_
## 2273  liv_laugh_lovee
## 2274    CArmstrongGFS
## 2275     kloopmusic69
## 2276    PhoneAccess01
## 2277  grissomsladybug
## 2278     ian_abalos98
## 2279    Neptune_Leo22
## 2280        _QueenET_
## 2281  grissomsladybug
## 2282     JaredsEmpire
## 2283  grissomsladybug
## 2284  NEW_SONGS_DA1LY
## 2285        ElimzzTV_
## 2286     ian_abalos98
## 2287        padme9876
## 2288        ElimzzTV_
## 2289  grissomsladybug
## 2290  StaydangerousFP
## 2291         Ootorvic
## 2292     shootytodope
## 2293     aman_tweets5
## 2294     SmokaToka420
## 2295     ian_abalos98
## 2296  PerfectDilemma2
## 2297     TheLastAesir
## 2298   L1vingdxadgirl
## 2299      pugmartin14
## 2300          Boishaw
## 2301     nagireocidio
## 2302  theadultmatilda
## 2303     nagireocidio
## 2304  FandomEmpress11
## 2305     LilBlueDucky
## 2306        ElimzzTV_
## 2307   L1vingdxadgirl
## 2308       burefan723
## 2309     nagireocidio
## 2310      startdying1
## 2311        lozzakins
## 2312    applecrumblin
## 2313  OlguisSantillan
## 2314  AnirudhMusicFvr
## 2315        ok_mydude
## 2316    SAVAGE_KAT_SA
## 2317    TheGroupieApp
## 2318     homesicktown
## 2319  YCMC_PRODUCTION
## 2320           mo2the
## 2321   howlingfantogs
## 2322      annenothere
## 2323    whatisgooding
## 2324  ikidnapthestars
## 2325        lozzakins
## 2326     JhonnieDarko
## 2327      annenothere
## 2328       dehrlich25
## 2329       SabrinaY2k
## 2330    jlmsupremacyx
## 2331      annenothere
## 2332     RayPhantom98
## 2333      techfunnell
## 2334       Rachousame
## 2335   Sabahattin1985
## 2336  TrentAr94633264
## 2337        KcNxtdoor
## 2338       btharris93
## 2339   howlingfantogs
## 2340   IncorrectTakes
## 2341         Jimweave
## 2342      SeraphToons
## 2343   natashasoojung
## 2344        yvesgleek
## 2345         Loganzpr
## 2346       jobijosimp
## 2347     RayPhantom98
## 2348      ollie_ellio
## 2349  TrentAr94633264
## 2350     hAidEr__aLie
## 2351        m1lkbabyy
## 2352       lingstahle
## 2353    causeursodark
## 2354         Jimweave
## 2355  TrentAr94633264
## 2356      DollyDemeli
## 2357     Invent_pedia
## 2358         Jimweave
## 2359     marika_donne
## 2360     marika_donne
## 2361     emma17992722
## 2362     marika_donne
## 2363  YourBirthCertif
## 2364        lilgoshey
## 2365  lavendervioIets
## 2366   LaurenChristyy
## 2367     marika_donne
## 2368      BensonTedd3
## 2369         smooney9
## 2370   LaurenChristyy
## 2371        Bolts_pog
## 2372         jas_afia
## 2373     daneen_g2645
## 2374      Otakustar13
## 2375      BensonTedd3
## 2376   spuffysmixtape
## 2377        Uwusukuru
## 2378          makdde_
## 2379     RayPhantom98
## 2380     daneen_g2645
## 2381       AanaMoren0
## 2382   MsTheestallion
## 2383          makdde_
## 2384    ukrainehelpuk
## 2385    n0t_dominique
## 2386       jisungtnkr
## 2387      gummywurmmy
## 2388       percysimpp
## 2389     daneen_g2645
## 2390      rinkrat8383
## 2391          livvi78
## 2392      gummywurmmy
## 2393   btscuresdeprsn
## 2394      _Backtrackz
## 2395          sbrsimp
## 2396      Abiadeking1
## 2397       AlfWilsonn
## 2398        berrytpwk
## 2399          r4pIin3
## 2400   Sabahattin1985
## 2401        Uwusukuru
## 2402    brittanywhose
## 2403     gaymergeek26
## 2404    zorijaramillo
## 2405          makdde_
## 2406   Sabahattin1985
## 2407     mennaw3alena
## 2408        sxllout17
## 2409         jemjemid
## 2410     girIaIm1ghty
## 2411         Welman_B
## 2412   SashaaNatashaa
## 2413       jisungtnkr
## 2414          sbrsimp
## 2415       AlfWilsonn
## 2416         Besldjuu
## 2417    ii_love_bowee
## 2418    heelpatrickmc
## 2419         ayush03d
## 2420         Welman_B
## 2421    eipuriru_desu
## 2422       cedanewsgh
## 2423     mennaw3alena
## 2424        EmobunnyE
## 2425     paridiecoole
## 2426        SonnysBBQ
## 2427     paridiecoole
## 2428     StayClassyJM
## 2429     mennaw3alena
## 2430  AccademicWriter
## 2431          tmth421
## 2432        EmobunnyE
## 2433      wiktoria419
## 2434       57b9j4fcqh
## 2435     paridiecoole
## 2436      ronimiah_bd
## 2437   notmfpumkinduh
## 2438       Cakinator_
## 2439        EmobunnyE
## 2440    lunacannabica
## 2441     mennaw3alena
## 2442       fkathatnsh
## 2443     SomethinClub
## 2444     dauktaurslim
## 2445     paridiecoole
## 2446       Cakinator_
## 2447          tmth421
## 2448      KarysBelger
## 2449        EmobunnyE
## 2450           RMotti
## 2451     Mha_Dreamsmp
## 2452          tmth421
## 2453         Keisshay
## 2454       kaylee_xcx
## 2455        jeonbamBv
## 2456     RedsVelocity
## 2457     RedsVelocity
## 2458     Mha_Dreamsmp
## 2459       fkathatnsh
## 2460        jimmyghad
## 2461       kaylee_xcx
## 2462           huaxln
## 2463        MeyetMiss
## 2464   notmfpumkinduh
## 2465     RedsVelocity
## 2466     Mha_Dreamsmp
## 2467    ChandramDutta
## 2468     RedsVelocity
## 2469           fvklgn
## 2470         hyooryyy
## 2471        AguaDieta
## 2472       youforiafm
## 2473     walker_88793
## 2474        AguaDieta
## 2475         hyooryyy
## 2476      ilovebyidle
## 2477  Fredrik_Larsen_
## 2478          tmth421
## 2479    KendraBTaylor
## 2480        AguaDieta
## 2481      ilovebyidle
## 2482         wtfmlili
## 2483    DOREMIDOKYE0M
## 2484       sleepy_rio
## 2485      ilovebyidle
## 2486        AguaDieta
## 2487    pedrosierramx
## 2488         hyooryyy
## 2489          luzxray
## 2490      ilovebyidle
## 2491  4thPresidentKE3
## 2492    KendraBTaylor
## 2493     its_veronica
## 2494       sleepy_rio
## 2495       imnotmimmy
## 2496       imnotmimmy
## 2497     pollystaffle
## 2498          luzxray
## 2499       ZanAycicek
## 2500    PieroPereyra4
## 2501  matthewlaurie19
## 2502    DOREMIDOKYE0M
## 2503  SwiftBelieber89
## 2504  TheNameIsCitrix
## 2505  satellitesilho1
## 2506          luzxray
## 2507   cowboylikeaddi
## 2508    DOREMIDOKYE0M
## 2509        Afiemo_AO
## 2510          luzxray
## 2511       imnotmimmy
## 2512   cowboylikeaddi
## 2513         NychPrxr
## 2514        JGroomsZN
## 2515     SeamusCalder
## 2516    DOREMIDOKYE0M
## 2517      badussy8913
## 2518    ClydepactDisc
## 2519             WDBM
## 2520       elequantig
## 2521         kiabbwwi
## 2522      mypurplesun
## 2523       elequantig
## 2524         NychPrxr
## 2525       Dirty_Roll
## 2526     young_ckash1
## 2527   lex_the_rex_24
## 2528       elequantig
## 2529  marquandisdaddy
## 2530    JulieMayville
## 2531  aestheticdaydr1
## 2532         NychPrxr
## 2533         SamBawse
## 2534     CrystalEdits
## 2535     Divinebet130
## 2536    iamantonia_cj
## 2537        bendifyyt
## 2538  v1g1lantesh1t13
## 2539       Laserlord_
## 2540   lex_the_rex_24
## 2541        TashB2205
## 2542          dejease
## 2543       Next_G_EAS
## 2544        Fungussy3
## 2545        mcalive01
## 2546          dejease
## 2547   tae_alexandria
## 2548   Hahaha10989852
## 2549    WhatsTrending
## 2550    Uttamk16t6543
## 2551      nbutler_art
## 2552           s0fqia
## 2553   kissy_carolina
## 2554   kissy_carolina
## 2555          sbrsimp
## 2556  exclusivedeal16
## 2557   kissy_carolina
## 2558       miacoyle07
## 2559     Divinebet130
## 2560    NikolajZamo89
## 2561    JulieMayville
## 2562      sophs_moran
## 2563   RebeccaWright4
## 2564   shad0w_unkn0wn
## 2565   shad0w_unkn0wn
## 2566   RebeccaWright4
## 2567            h41ey
## 2568    ClutchRaptors
## 2569   RebeccaWright4
## 2570  whereisbillllie
## 2571   xxJodieMariexx
## 2572  whereisbillllie
## 2573  ill3gallybl0nde
## 2574   BlissfulOrange
## 2575        JustmoveG
## 2576  whereisbillllie
## 2577   Daniel_barb_v2
## 2578   BlissfulOrange
## 2579         lunedel_
## 2580   pnggangoffical
## 2581       George4559
## 2582       LiLCjBaby1
## 2583     helencity_94
## 2584   BlissfulOrange
## 2585    Nathan_Evans9
## 2586  ill3gallybl0nde
## 2587        yuujikoos
## 2588    royceda69real
## 2589        Wormysaur
## 2590       stu4niolos
## 2591     prettypilled
## 2592       stu4niolos
## 2593   ArbitraryTingz
## 2594       impastamac
## 2595       stu4niolos
## 2596        yuujikoos
## 2597     OurFrequency
## 2598        HelenArvi
## 2599       stu4niolos
## 2600    INDOBARCA_BKL
## 2601       impastamac
## 2602        yuujikoos
## 2603       Kara_Ann_C
## 2604        yuujikoos
## 2605   GoneInTheDark5
## 2606        rayyprayy
## 2607      nadanuffgum
## 2608    royceda69real
## 2609      LFMKINGPJAY
## 2610         gohivanj
## 2611     brigadiearnb
## 2612        rayyprayy
## 2613    EvanEtaitPris
## 2614        jupit33rr
## 2615     Larishlisten
## 2616   HarryFan4Life_
## 2617  OMETinyHeartsMD
## 2618      everydayori
## 2619       mythias675
## 2620        rayyprayy
## 2621    royceda69real
## 2622   HarryFan4Life_
## 2623   keandrianjones
## 2624  inbetweenness__
## 2625        TailsmenT
## 2626       ChloeCombi
## 2627  inbetweenness__
## 2628         _sweats_
## 2629  inbetweenness__
## 2630     gracelyndupe
## 2631       klawmachin
## 2632        rayyprayy
## 2633     harpergruffy
## 2634    royceda69real
## 2635     drmuhammadsf
## 2636   keandrianjones
## 2637        wynterNM_
## 2638    amanda_emblem
## 2639      Miranda4069
## 2640  hushleberryspam
## 2641      RANSUMARONS
## 2642  hushleberryspam
## 2643         gh029mdz
## 2644      theantiflop
## 2645     itsjakeaaron
## 2646  hushleberryspam
## 2647        TIfe_eNTG
## 2648      bryanxtomas
## 2649          LouBell
## 2650     mushrooomgrl
## 2651     jesseUnknown
## 2652  hushleberryspam
## 2653       We_Are_SSD
## 2654      pandasbugzz
## 2655     TheCapThorne
## 2656        merxuriia
## 2657        kibet____
## 2658   reevemealone02
## 2659       slim_lady1
## 2660           taemqa
## 2661    Biden82469108
## 2662         benfoard
## 2663  unicornlover69p
## 2664        SouthJawn
## 2665        TIfe_eNTG
## 2666   reevemealone02
## 2667       ivyissofun
## 2668    tpwkrozalie28
## 2669   NadyaNyakinyua
## 2670      TotalDamian
## 2671   perennialosers
## 2672      beanchuffer
## 2673        Korae_Dae
## 2674       cocoiguess
## 2675   herkisstheriot
## 2676   reevemealone02
## 2677      beanchuffer
## 2678   herkisstheriot
## 2679      Onix_kheeng
## 2680        IamJClary
## 2681          JamjoKB
## 2682     TimLockwood_
## 2683  Ashcrash_studio
## 2684      beanchuffer
## 2685        TIfe_eNTG
## 2686   herkisstheriot
## 2687    AyandaMbatha4
## 2688        TheMosh77
## 2689        lheajane_
## 2690         dshcare1
## 2691     casey_lemmer
## 2692  JoshuaGarzaniti
## 2693        TheMosh77
## 2694   lu_on_the_m00n
## 2695        TheMosh77
## 2696        lheajane_
## 2697        LOWESMATE
## 2698       BlndHaji11
## 2699       sadiiq_101
## 2700   RidetoShredPow
## 2701  Kobbyphlakesghz
## 2702      multi_lunax
## 2703    imjustherebru
## 2704         NOLADawn
## 2705  fakeitflowerss1
## 2706   wanttobeaghost
## 2707         ga_bril_
## 2708   wanttobeaghost
## 2709       angelide01
## 2710       AirbudsApp
## 2711         lwtzehes
## 2712   selenaswiftb99
## 2713        timdams8x
## 2714   USAT0PWRITER4u
## 2715        mamertime
## 2716   sapphiretears7
## 2717   Robert_scott30
## 2718     rebelroscrey
## 2719      sixthirtyy_
## 2720         mbyulist
## 2721   VillagePixel64
## 2722  Patrick31370308
## 2723         mbyulist
## 2724          999_Icy
## 2725         mbyulist
## 2726           tncmno
## 2727    Hakeemlennox_
## 2728    NachoSoriano8
## 2729         mbyulist
## 2730      Bladimir25_
## 2731   TheWriteUpSite
## 2732    lilkanyewest1
## 2733        arocks_75
## 2734        holden050
## 2735         NJMiles1
## 2736      Fructuosa19
## 2737         redman36
## 2738       Lilpetey24
## 2739       MonkeMyths
## 2740      vhopekookgi
## 2741     J_Lawrence34
## 2742          skofiix
## 2743       GhastlyLNX
## 2744  yoongis_wife_27
## 2745      vhopekookgi
## 2746        lacrimads
## 2747       farhofarho
## 2748   USAT0PWRITER4u
## 2749         MissAHxx
## 2750        TillGoins
## 2751         redman36
## 2752     J_Lawrence34
## 2753      LSUgymtiger
## 2754       farhofarho
## 2755  yoongis_wife_27
## 2756      ALLDAY4HOBI
## 2757  xWildestDreams_
## 2758         kwonnist
## 2759  AngelTheEmpress
## 2760       ERRyan1999
## 2761    brinaslullaby
## 2762      DebasmitRay
## 2763       Lilpetey24
## 2764         redman36
## 2765      LSUgymtiger
## 2766         kwonnist
## 2767   TheWriteUpSite
## 2768         kwonnist
## 2769   OriginalArmada
## 2770       ERRyan1999
## 2771         redman36
## 2772         Vika0245
## 2773          Leap250
## 2774     TheCapThorne
## 2775      ALLDAY4HOBI
## 2776       jbird14526
## 2777      LSUgymtiger
## 2778      SailorSilvi
## 2779       ERRyan1999
## 2780    jessica_62408
## 2781       whoscoline
## 2782        TillGoins
## 2783    MariaPamukova
## 2784        MerkMark_
## 2785     TheCapThorne
## 2786  DinahstyHarmony
## 2787    BratzDoll8493
## 2788       ERRyan1999
## 2789       whoscoline
## 2790        TIfe_eNTG
## 2791       GuruNauman
## 2792       FoxtrotDan
## 2793       cocoiguess
## 2794        TheKuakTT
## 2795      ALLDAY4HOBI
## 2796       whoscoline
## 2797        SaibotXXV
## 2798         Limekidd
## 2799       cocoiguess
## 2800   TheWriteUpSite
## 2801      Tabicat2020
## 2802         03Alexjh
## 2803    QueenCityBird
## 2804       cocoiguess
## 2805       GazparConZ
## 2806         03Alexjh
## 2807     bannedalt123
## 2808    skipperwabalo
## 2809      emmahemmsty
## 2810         NiInMiCe
## 2811    ricardodiazm6
## 2812   SportsBasketgh
## 2813   irissversion13
## 2814         Craylorr
## 2815     bannedalt123
## 2816         TeleBunn
## 2817  whyyougottaplay
## 2818       GazparConZ
## 2819         Craylorr
## 2820     krissybubble
## 2821        rcolleary
## 2822     bannedalt123
## 2823       cryptstina
## 2824         iiJoelxJ
## 2825    ExpoDevSequel
## 2826      T_BonezLive
## 2827        EnderDev_
## 2828     bannedalt123
## 2829           dilski
## 2830       Im_Omphile
## 2831        rcolleary
## 2832     GoodIdeaAdia
## 2833        rcolleary
## 2834     theyarenther
## 2835      Uncle_Pilpy
## 2836      lovequarrel
## 2837   Infantry_bucky
## 2838    ricardodiazm6
## 2839       Otto5002O6
## 2840      kokushiboop
## 2841   bittylittlebat
## 2842     krissybubble
## 2843        rcolleary
## 2844  Haruhipureheart
## 2845      SonnyKissXO
## 2846     GoodIdeaAdia
## 2847    sabishiitsumo
## 2848  akward_turtle_7
## 2849  dang3rouswoman7
## 2850  Haruhipureheart
## 2851      SlTHLECLERC
## 2852      supercutsam
## 2853           kkqqvm
## 2854        hagrid994
## 2855     RavagersRuin
## 2856  Haruhipureheart
## 2857   USAT0PWRITER4u
## 2858         DunkwaTv
## 2859       luisanaroa
## 2860    cookingmama48
## 2861  Haruhipureheart
## 2862     bunnyboo0802
## 2863   Chaotic_Girl55
## 2864       luisanaroa
## 2865     badthings2ya
## 2866     MuhammadDaur
## 2867        paulienuh
## 2868    mrmonstercat1
## 2869         DunkwaTv
## 2870         gyuulife
## 2871    SaritaZapater
## 2872      Ike_Bongani
## 2873  localemogabriel
## 2874          Nzxtime
## 2875       nixaltzero
## 2876           gahtek
## 2877    SpotifyStages
## 2878    mrmonstercat1
## 2879  gspiredofficial
## 2880         gyuulife
## 2881         Jvst2709
## 2882   Robert_scott30
## 2883    mrmonstercat1
## 2884           gahtek
## 2885      CurruchagaD
## 2886  kyungsoomilover
## 2887         ItzRay20
## 2888    mrmonstercat1
## 2889    mystinkyhorse
## 2890    imoonliight__
## 2891     emmiiscooler
## 2892    mystinkyhorse
## 2893        SYMNJAYMS
## 2894    mystinkyhorse
## 2895    mystinkyhorse
## 2896  TrinityXavier69
## 2897          AbyMc34
## 2898   hypothetilarry
## 2899        AniemordJ
## 2900   hypothetilarry
## 2901      Danny_Bird1
## 2902  TrinityXavier69
## 2903         R6MANOVA
## 2904        SYMNJAYMS
## 2905         ASVKband
## 2906      AshisWeirdo
## 2907        ayorandy_
## 2908       sunnyxluna
## 2909    policelawnews
## 2910  LaCeballonetaRM
## 2911   hypothetilarry
## 2912     sleepiestkid
## 2913  LaCeballonetaRM
## 2914         R6MANOVA
## 2915     sleepiestkid
## 2916          fay_klr
## 2917  LaCeballonetaRM
## 2918         R6MANOVA
## 2919      sydknee_123
## 2920      outhouse069
## 2921     sleepiestkid
## 2922       cramburry_
## 2923  KillingArtMusic
## 2924           8wolf1
## 2925     danipasekoff
## 2926        Minjiuwuu
## 2927  La75771764Chris
## 2928        ben5stone
## 2929       meetirving
## 2930         XMegzX_X
## 2931       _Aldaveee_
## 2932         R6MANOVA
## 2933          fay_klr
## 2934       ZanAycicek
## 2935  the_chakra_khan
## 2936       _Aldaveee_
## 2937     whittneyrich
## 2938  baseballhero245
## 2939          fay_klr
## 2940     violetvolume
## 2941        Minjiuwuu
## 2942       _Aldaveee_
## 2943           cars1n
## 2944          fay_klr
## 2945        Rizkyzh97
## 2946     OshieDidnt14
## 2947       _Aldaveee_
## 2948  baseballhero245
## 2949        zairaas92
## 2950        Jay_kid__
## 2951  PineOfTheApple0
## 2952        mdnghthes
## 2953        Minjiuwuu
## 2954     sleepiestkid
## 2955      woojoongsbf
## 2956       Native_365
## 2957    BGmusicjourno
## 2958  baseballhero245
## 2959      woojoongsbf
## 2960         gelodawg
## 2961        Doogievet
## 2962   SamuelDaWriter
## 2963        Doogievet
## 2964   DemonMentions1
## 2965       xoangel_20
## 2966     YesiSaidiTTT
## 2967      AshisWeirdo
## 2968           xB1aZe
## 2969      WeBeenCroft
## 2970         ZainA700
## 2971     IsntIt10vely
## 2972         urielbmr
## 2973       sunny_jayx
## 2974    John_BoogleYT
## 2975  PineOfTheApple0
## 2976        jdpgators
## 2977      fricyfire__
## 2978         Thekidg2
## 2979         geekykoo
## 2980  FilipeGabriel__
## 2981      MeanBean_04
## 2982       sugaabloom
## 2983         averaiii
## 2984      thelakeswft
## 2985  eniolaemmanuel_
## 2986       sugaabloom
## 2987       edgar_94_p
## 2988        jdpgators
## 2989         geekykoo
## 2990       sugaabloom
## 2991        IFALLSX94
## 2992        jdpgators
## 2993        lloydtroe
## 2994        IFALLSX94
## 2995        IFALLSX94
## 2996  clearestrainbow
## 2997        MrsMPoppy
## 2998    dnfsecretclub
## 2999          maiats2
## 3000         catire98
## 3001         Leemon_X
## 3002    youphoria_ao3
## 3003         rylennnn
## 3004  barchiesjabitha
## 3005           d49kmj
## 3006    HelloKiKi1717
## 3007          NMPILA2
## 3008    youphoria_ao3
## 3009        Camsxsuns
## 3010    youphoria_ao3
## 3011         ZazaOpp1
## 3012  lemonbecherovka
## 3013   limpbizkitstan
## 3014  trueoffherchest
## 3015     Stimulfuriac
## 3016  emotionsonvinyl
## 3017    TetsuAndBucky
## 3018    youphoria_ao3
## 3019         xPlutoBH
## 3020    carly_dwyer13
## 3021  oratileratsoma_
## 3022        kirbypunk
## 3023        AuzReacts
## 3024     iTakeYeonjun
## 3025    OnlyTheMorgan
## 3026     Stimulfuriac
## 3027       fentibratz
## 3028  clearestrainbow
## 3029     iTakeYeonjun
## 3030       svndayclub
## 3031       fentibratz
## 3032     Stimulfuriac
## 3033     iTakeYeonjun
## 3034       JhoselynAA
## 3035        Ciotti001
## 3036           _bcl16
## 3037       fentibratz
## 3038   kingdreamyyboi
## 3039   anouk_truijenn
## 3040           K1NGQ1
## 3041        JerseySV5
## 3042          sioamai
## 3043       Beeperfect
## 3044       Beeperfect
## 3045        philo_ooo
## 3046   anouk_truijenn
## 3047        JerseySV5
## 3048     iTakeYeonjun
## 3049   anouk_truijenn
## 3050          minospw
## 3051      shadow_kinz
## 3052       alex12321_
## 3053       urrdiehard
## 3054      dylaaanking
## 3055     aaron_rexman
## 3056    AlshababRadio
## 3057       alesiaa444
## 3058    teawithtiger_
## 3059     Arizonasalon
## 3060         waoyflwt
## 3061          minospw
## 3062    shrutithenaik
## 3063      imshuhaib18
## 3064     Crystals_Bra
## 3065       LuciDracul
## 3066        waIlstaIk
## 3067           Chilis
## 3068    monnnalisa143
## 3069       velislav44
## 3070  Cassie__complex
## 3071       alesiaa444
## 3072        LewisMac_
## 3073    its_ageething
## 3074    DanielSleigh3
## 3075   ScaringTheCrow
## 3076  jelversionsofme
## 3077      imshuhaib18
## 3078   woooooooooood_
## 3079    Relax2daMax99
## 3080           auzlul
## 3081     IamR_Everson
## 3082     PictureGame2
## 3083    monnnalisa143
## 3084       alesiaa444
## 3085  sunandmoonddani
## 3086      etnaflonnie
## 3087        rainyjaes
## 3088      chaeincubus
## 3089       alesiaa444
## 3090      version2cat
## 3091     Uniquearts28
## 3092     john63942689
## 3093      Natasha5560
## 3094         DMWASI12
## 3095      chaeincubus
## 3096   NeptunesDigest
## 3097         hwahyune
## 3098       LuciDracul
## 3099  vampireallegory
## 3100      chaeincubus
## 3101          mossyoa
## 3102    monnnalisa143
## 3103         hwahyune
## 3104   ScaringTheCrow
## 3105          mossyoa
## 3106       chunkysixx
## 3107     jamestankrah
## 3108      Patriot6915
## 3109  cursedwithsilly
## 3110  AppleAfrica2022
## 3111   JairoEAKABilly
## 3112         hwahyune
## 3113      lekkiloaded
## 3114         JvstJaci
## 3115          mossyoa
## 3116       Big_Nixk12
## 3117       chunkysixx
## 3118   JairoEAKABilly
## 3119         LanaBoss
## 3120       chunkysixx
## 3121           GYUTl3
## 3122         kalycede
## 3123         disgukie
## 3124       chunkysixx
## 3125         JvstJaci
## 3126  karmaisacat13TS
## 3127        krissnazy
## 3128            NCG87
## 3129           GYUTl3
## 3130        sabslucky
## 3131     kennedyrayyy
## 3132  karmaisacat13TS
## 3133    Chip_MoaBlink
## 3134   Sophie30429697
## 3135  karmaisacat13TS
## 3136       imagingpdx
## 3137         JvstJaci
## 3138           GYUTl3
## 3139    Chip_MoaBlink
## 3140   thevinyljagoff
## 3141         fazg1996
## 3142       Ivygrows10
## 3143       305NERVOUS
## 3144   MsLindsieStarr
## 3145    Chip_MoaBlink
## 3146          Mrotoo4
## 3147          imnuu13
## 3148       305NERVOUS
## 3149  dougrosenberg27
## 3150       305NERVOUS
## 3151          mossyoa
## 3152   thevinyljagoff
## 3153         daheeloo
## 3154       laurenk130
## 3155     KimTaeisKing
## 3156  emilyelixabeth_
## 3157         VeryZebb
## 3158     KimTaeisKing
## 3159           GYUTl3
## 3160         JvstJaci
## 3161         daheeloo
## 3162     KimTaeisKing
## 3163         VeryZebb
## 3164     livsrodrihoe
## 3165   official_noria
## 3166  KaitlynCeline15
## 3167  cowboyliketayta
## 3168       JhoselynAA
## 3169       Rhys_Dyson
## 3170   official_noria
## 3171      DoBotherMe2
## 3172  msantiagophotos
## 3173        athenaa95
## 3174       JhoselynAA
## 3175     Divinebet130
## 3176         moastays
## 3177        NaraNidhi
## 3178         moastays
## 3179      Al_Brown313
## 3180       ZeBadmedic
## 3181  barbiesobodittt
## 3182         ItsRim2K
## 3183    Lil_D12345678
## 3184  barbiesobodittt
## 3185       ihrtaejoon
## 3186  barbiesobodittt
## 3187  barbiesobodittt
## 3188   MsLindsieStarr
## 3189         ItsRim2K
## 3190          Mega4L_
## 3191        aesteetic
## 3192     cleanlight19
## 3193   bozofreakazoid
## 3194          Mhduke2
## 3195   Low_Tier_Jacob
## 3196         raeshrey
## 3197   NyahWashington
## 3198        jinxdorii
## 3199          Mhduke2
## 3200           444hal
## 3201   Harrysaykholar
## 3202   BellaHoneyErot
## 3203          roturru
## 3204     DavidHuzzard
## 3205          axilatl
## 3206       ZeBadmedic
## 3207    Danny46236441
## 3208       ethersh4rk
## 3209         Dolamieu
## 3210          Mhduke2
## 3211          Cutewdx
## 3212       shakirazyx
## 3213  SheikhoSuleiman
## 3214     Pancake_Punk
## 3215      LUVBOATBOYS
## 3216       ethersh4rk
## 3217       ZeBadmedic
## 3218       parisrae13
## 3219     SanticoSecre
## 3220   ScaringTheCrow
## 3221      amandasuxks
## 3222      callmelexis
## 3223      ColorMeTris
## 3224     jules_hooper
## 3225      MochiMouse_
## 3226       BlazzianC1
## 3227      ColorMeTris
## 3228    theghostk1ng_
## 3229     6adboyafrika
## 3230     Shark_Horses
## 3231         Clumpter
## 3232       phrigphrog
## 3233      zmcnair2000
## 3234          4Naeemm
## 3235       Tommy_Byrn
## 3236   IamGoalsetting
## 3237   MsLindsieStarr
## 3238      ColorMeTris
## 3239         deepumi5
## 3240  Rhys_fantastico
## 3241      splash13223
## 3242    stelllawunder
## 3243     ponyos_ocean
## 3244         Oinkert1
## 3245        terryjgeo
## 3246         meowguro
## 3247    stelllawunder
## 3248         scasagra
## 3249    theghostk1ng_
## 3250     Eu4n_H4mm0nD
## 3251  Daniellasicon2L
## 3252   MyLittIeForest
## 3253       The_Yakyra
## 3254    khanke_suprit
## 3255     fckthetories
## 3256         MJ_PARKS
## 3257   MyLittIeForest
## 3258        dannyolix
## 3259       cartomutti
## 3260         arisaroo
## 3261      splash13223
## 3262   BluCocoSlushie
## 3263           135Alx
## 3264      Ragnarock_1
## 3265  SappireMoon1312
## 3266          nov4bee
## 3267      Ragnarock_1
## 3268           135Alx
## 3269       96chelseah
## 3270     lilstepstone
## 3271    ashstarstruck
## 3272           135Alx
## 3273          Kouaii_
## 3274     lilstepstone
## 3275    redlinekiller
## 3276        GlansAnja
## 3277   Supremecmdrike
## 3278       cartomutti
## 3279  xorcismemlyrose
## 3280          _AriBee
## 3281  sellingdreams77
## 3282          nov4bee
## 3283  AmberThaGambler
## 3284     lilstepstone
## 3285   Supremecmdrike
## 3286    MollyTierney9
## 3287      Ragnarock_1
## 3288         okuuzen_
## 3289     lilstepstone
## 3290        HalfrackP
## 3291      Ragnarock_1
## 3292          patrvee
## 3293  AUNKNOWNPERSON0
## 3294           135Alx
## 3295     spookychiaki
## 3296  serendipity4_jm
## 3297    Ocean_Pearl09
## 3298        _Eric9000
## 3299   Arianahasfaith
## 3300         kamzori_
## 3301         urielbmr
## 3302        liliacy_d
## 3303      TheAimercat
## 3304        kiran_l_g
## 3305      mattvettese
## 3306          vibeyTM
## 3307     DashingDebby
## 3308       stanhijabi
## 3309     Starlost_Han
## 3310     FaeWitchKlae
## 3311      Tayliviafan
## 3312  EllingerBrandon
## 3313     andromustdie
## 3314   Desideriumbook
## 3315            Rnckw
## 3316     FaeWitchKlae
## 3317       Grymmsnarl
## 3318        KDWORLD17
## 3319       wookookbin
## 3320  Treasuregodwin_
## 3321       andres5396
## 3322         urielbmr
## 3323   remindmetoread
## 3324    WanderingLana
## 3325         hrtmates
## 3326     Eth4nkar4te1
## 3327    brother_trees
## 3328        KDWORLD17
## 3329     FaeWitchKlae
## 3330  forevermoreshea
## 3331     krallan70700
## 3332   remindmetoread
## 3333         urielbmr
## 3334           Viinxe
## 3335          VChibyk
## 3336     ElCangri_Ish
## 3337           srhbat
## 3338           Viinxe
## 3339     krallan70700
## 3340       TG_Bizkiit
## 3341    vivscinntoast
## 3342  TinyButMighty17
## 3343   Action_Jeffson
## 3344      twicetagasm
## 3345    LovingRoscoe_
## 3346           Viinxe
## 3347         forsiwoo
## 3348     krallan70700
## 3349         Zenify1x
## 3350           Viinxe
## 3351  francisthccarts
## 3352       corroduste
## 3353     jakeylantern
## 3354   johnson_adeolu
## 3355  onlinesaleseldo
## 3356   DaRealOblivion
## 3357     cakeofsodomy
## 3358         forsiwoo
## 3359   smores_michael
## 3360    LovingRoscoe_
## 3361         m_dean75
## 3362     velvetbunnys
## 3363         boxisalt
## 3364        WeeJimmii
## 3365    Smackwater790
## 3366   CherryAnimates
## 3367  francisthccarts
## 3368     JohnViking17
## 3369  GraceOghenevwde
## 3370         xXeriTum
## 3371     cakeofsodomy
## 3372  GiveAwa67117250
## 3373    LovingRoscoe_
## 3374  pride12thedevil
## 3375        gothzeIda
## 3376      Braidsupzaa
## 3377  OfficialEdenMae
## 3378       Bamlover03
## 3379    hooplajessica
## 3380      callmelexis
## 3381         Wo1fishh
## 3382       ZanAycicek
## 3383      fxirydust__
## 3384       loveschrry
## 3385        pinko_art
## 3386      wollowolles
## 3387            DJGEE
## 3388        Ciotti001
## 3389    trentonhaney7
## 3390        SirriaNMB
## 3391          koesine
## 3392       loveschrry
## 3393            DJGEE
## 3394     b3ttysg4rd3n
## 3395        Ciotti001
## 3396       danvernite
## 3397   trashbandic00t
## 3398     JanicaBrooke
## 3399     deanny_merry
## 3400        alexlpz97
## 3401     b3ttysg4rd3n
## 3402     deanny_merry
## 3403  junior_maCHaALA
## 3404     ohtheresarry
## 3405      raedmiranda
## 3406         MAXBIANS
## 3407        JhonashaS
## 3408     JanicaBrooke
## 3409     ohtheresarry
## 3410     ohtheresarry
## 3411  whotfiskndajaay
## 3412       triviatori
## 3413       KeefHerbin
## 3414      thepinks816
## 3415   TheRealFatWalt
## 3416      JoeDrakeNYC
## 3417       burstchaoz
## 3418   shadowstochase
## 3419      thepinks816
## 3420       KeefHerbin
## 3421       burstchaoz
## 3422      thepinks816
## 3423    isaacmcortess
## 3424     littlehobito
## 3425      JoeDrakeNYC
## 3426   Alessandro2170
## 3427       burstchaoz
## 3428        Jaebi_oce
## 3429         pjmjewel
## 3430       judithred7
## 3431       kennetthss
## 3432       KeefHerbin
## 3433       burstchaoz
## 3434   amyis_confused
## 3435  jeremydiesel191
## 3436     lovehermadly
## 3437         Fabicisf
## 3438    East_Boogie2c
## 3439      JoeDrakeNYC
## 3440  karmaisacat13TS
## 3441  BlackprintWidow
## 3442  AdamsUnoriginal
## 3443     ahmedwael127
## 3444   KidrauhlsFaith
## 3445         Fabicisf
## 3446     dupras_paige
## 3447     jpeg2thehead
## 3448       judithred7
## 3449     yellowcat_13
## 3450      JoeDrakeNYC
## 3451     ahmedwael127
## 3452       KeefHerbin
## 3453         anjelcph
## 3454   blanchettbabe1
## 3455         DapieMoe
## 3456   tamagotchibabe
## 3457   RACZestforLife
## 3458     yellowcat_13
## 3459        lemonxpri
## 3460   Alessandro2170
## 3461   tamagotchibabe
## 3462       ilze_jez03
## 3463          LobzyF1
## 3464      Luiisvi1321
## 3465  accidentallybri
## 3466     yellowcat_13
## 3467   blanchettbabe1
## 3468        AmberNH12
## 3469     ahmedwael127
## 3470      Luiisvi1321
## 3471     SarahMarble6
## 3472      NokchaFFXIV
## 3473         DCgehrke
## 3474      Luiisvi1321
## 3475    elegantpizzaa
## 3476     yellowcat_13
## 3477    ellisesballon
## 3478         etbowser
## 3479   blanchettbabe1
## 3480      weishentiny
## 3481  LauraZambrano02
## 3482  mirrorballarryy
## 3483         thuxgirl
## 3484        AmberNH12
## 3485         brktrend
## 3486     paurestrepos
## 3487      thelylashow
## 3488     cosdivatrend
## 3489       ellizibeth
## 3490       McevoyOlga
## 3491        AmberNH12
## 3492      thelylashow
## 3493    nicogandaglia
## 3494      Mystic_5247
## 3495       ellizibeth
## 3496      leois_upset
## 3497      thelylashow
## 3498        BrajBliss
## 3499    mmelestrange_
## 3500        who_sushi
## 3501     Kagaridreams
## 3502        AmberNH12
## 3503      thelylashow
## 3504    nicogandaglia
## 3505         hunger84
## 3506    nicogandaglia
## 3507      wilburloona
## 3508     AstroSteIIar
## 3509         Caktus28
## 3510  KehlaniRicoStan
## 3511     KayleenaDawn
## 3512     StephenB1906
## 3513      uiralaflame
## 3514      iam_maranga
## 3515       AstolfoTwt
## 3516    Noahlopez2020
## 3517     _malibuhoney
## 3518       Pssssst_hi
## 3519    Noahlopez2020
## 3520        LARULRICH
## 3521        LARULRICH
## 3522        LARULRICH
## 3523  agustdkookietae
## 3524     Enderscythe2
## 3525         BringaDj
## 3526    nicogandaglia
## 3527         DqwnBlue
## 3528         cheffiee
## 3529     WaifuMelanin
## 3530   stargirlevelyn
## 3531           aza_hm
## 3532      iam_maranga
## 3533     WaifuMelanin
## 3534     Enderscythe2
## 3535     JordanFroese
## 3536      emmasowards
## 3537       kaihihanto
## 3538           aza_hm
## 3539  Jennifercarlo95
## 3540          vmiss33
## 3541         coolat23
## 3542  openingendinggg
## 3543         cheffiee
## 3544     tarothalicue
## 3545     WaifuMelanin
## 3546     JordanFroese
## 3547        SnailShea
## 3548        hatsunama
## 3549      emmasowards
## 3550         badnsbor
## 3551     WaifuMelanin
## 3552       RadioQuinn
## 3553       kalopsided
## 3554         lucytewk
## 3555     Enderscythe2
## 3556         cheffiee
## 3557      emmasowards
## 3558         lucytewk
## 3559     Enderscythe2
## 3560         lucytewk
## 3561      spriternals
## 3562     roorah_riley
## 3563         lucytewk
## 3564      emmasowards
## 3565   ThatVideoJacob
## 3566     roorah_riley
## 3567        LOSTlNLUV
## 3568         Popkid71
## 3569         Estuko_1
## 3570     egirItriIogy
## 3571        Tegan2130
## 3572        Pip_est89
## 3573     roorah_riley
## 3574     Krispy_Kay08
## 3575      aurochedici
## 3576     Krispy_Kay08
## 3577         Mongaair
## 3578      Mariasv1912
## 3579        Khendry15
## 3580     Krispy_Kay08
## 3581        himbology
## 3582        Tegan2130
## 3583  FilmNerdReviews
## 3584   longlivewallss
## 3585       cryessence
## 3586        Khendry15
## 3587      Mariasv1912
## 3588     Krispy_Kay08
## 3589        ftccodttv
## 3590          h_eatrr
## 3591    AngelicTears3
## 3592       DayWithAle
## 3593        ccdesorcy
## 3594       user101299
## 3595   longlivewallss
## 3596        astroneb_
## 3597        Glascoian
## 3598        ftccodttv
## 3599   themalbecbaddy
## 3600    Christina_Lad
## 3601  catnoirswhisker
## 3602      chanye_oh_l
## 3603          ImKoyle
## 3604     roorah_riley
## 3605        Glascoian
## 3606   The_angrei_gay
## 3607    cherrybabysav
## 3608          ImKoyle
## 3609         BrewMatt
## 3610          VeMont_
## 3611       aajones007
## 3612      joshualance
## 3613  WinterWolf107th
## 3614         nasxmyaa
## 3615          ImKoyle
## 3616      joshualance
## 3617      chanye_oh_l
## 3618        theooodns
## 3619        theooodns
## 3620      joshualance
## 3621  marco_martins14
## 3622        theooodns
## 3623       aajones007
## 3624        lola___xx
## 3625    Showtimestein
## 3626      chanye_oh_l
## 3627    AlshababRadio
## 3628    AlshababRadio
## 3629   themalbecbaddy
## 3630    AlshababRadio
## 3631    dametokillfor
## 3632    AlshababRadio
## 3633       Rita_Rogni
## 3634       aajones007
## 3635    AlshababRadio
## 3636       MCMStudio_
## 3637       Rita_Rogni
## 3638  catnoirswhisker
## 3639      Infomundoed
## 3640        lola___xx
## 3641   CawmeKrazeeSFW
## 3642       Rita_Rogni
## 3643      Mariasv1912
## 3644   vmastrangelooo
## 3645      dug_masters
## 3646    karen05025005
## 3647        lola___xx
## 3648         1jokudah
## 3649    enoch_ayodeji
## 3650       aajones007
## 3651         QueenS21
## 3652    enoch_ayodeji
## 3653      MonyChina07
## 3654      Mariasv1912
## 3655   themalbecbaddy
## 3656          YoTxddy
## 3657    enoch_ayodeji
## 3658  MitchellTropman
## 3659      Landonian20
## 3660     CHERRYGAL0RE
## 3661      Landonian20
## 3662    theHamzaMan64
## 3663          YoTxddy
## 3664    karen05025005
## 3665   queercornsnake
## 3666    abby_lisewski
## 3667   Johnlopez12220
## 3668      tauruskelIs
## 3669          YoTxddy
## 3670       h0wlswitch
## 3671      iamnotaflop
## 3672     tiffyMontana
## 3673   Johnlopez12220
## 3674   themalbecbaddy
## 3675      howtodrawme
## 3676   Johnlopez12220
## 3677   shadindipankar
## 3678    theHamzaMan64
## 3679      howtodrawme
## 3680   Johnlopez12220
## 3681      howtodrawme
## 3682        Pip_est89
## 3683       AnnSchafer
## 3684        itst13ler
## 3685      QueenTlholo
## 3686    sammyblaisszn
## 3687   TheJoblessJack
## 3688    sammyblaisszn
## 3689         _Nineter
## 3690  caeley_robinson
## 3691         gummlolz
## 3692     demisholyfck
## 3693  leitnerpiper420
## 3694     _TweetCritic
## 3695     _TweetCritic
## 3696     _TweetCritic
## 3697    karen05025005
## 3698     _TweetCritic
## 3699        ColeFoxxy
## 3700   themalbecbaddy
## 3701     paridiecoole
## 3702          _pooshh
## 3703  leitnerpiper420
## 3704   GingerNicole91
## 3705   TheJoblessJack
## 3706   CourtneyCorboy
## 3707            hyxqe
## 3708         c2ashlee
## 3709   The_angrei_gay
## 3710   TheJoblessJack
## 3711   alter_cristian
## 3712   msjessdavidgrl
## 3713    MaryFortier11
## 3714         gummlolz
## 3715         LongToop
## 3716      howtodrawme
## 3717   BearcatBetch27
## 3718         c2ashlee
## 3719   GingerNicole91
## 3720  th3saddestbitch
## 3721    haleyyharbour
## 3722          vrnnmrk
## 3723  freddiedreddfan
## 3724          marls__
## 3725   GingerNicole91
## 3726    haleyyharbour
## 3727  MillennialGran7
## 3728        tropic_xo
## 3729         c2ashlee
## 3730  freddiedreddfan
## 3731         beaky173
## 3732      serpent_sky
## 3733          marls__
## 3734    haleyyharbour
## 3735          vrnnmrk
## 3736      micchaaleth
## 3737         Jas1337_
## 3738   KrissyWakeUp86
## 3739          vrnnmrk
## 3740          marls__
## 3741        mrdbann93
## 3742         Bylerbae
## 3743        yoiamluca
## 3744     ShellvpSmith
## 3745   JacobValcarce3
## 3746      WeirdGuyJay
## 3747        liyah_vvs
## 3748         Bylerbae
## 3749   angeIenergy111
## 3750        _haranna_
## 3751   msjessdavidgrl
## 3752       Mrbrooks21
## 3753        mrdbann93
## 3754          camxsgh
## 3755   The_angrei_gay
## 3756          camxsgh
## 3757      Melnameless
## 3758       Mrbrooks21
## 3759    jessielynne__
## 3760           UPROXX
## 3761       Mrbrooks21
## 3762       meganpsitn
## 3763          camxsgh
## 3764  SmoothieEmpress
## 3765    chonamaeSANDS
## 3766  Rainydayreadsv3
## 3767        yungkekee
## 3768        supaSheva
## 3769   King_Crescendo
## 3770        yungkekee
## 3771   princessdeleon
## 3772    joseph_palles
## 3773   outlander_frog
## 3774   King_Crescendo
## 3775    chonamaeSANDS
## 3776    joseph_palles
## 3777     sunsetchrisy
## 3778       cami1023ds
## 3779  eternalswiftie1
## 3780        supaSheva
## 3781         zxebella
## 3782          mef_986
## 3783        Makanju92
## 3784   King_Crescendo
## 3785   KIRACOLDNIGHTS
## 3786  MillennialGran7
## 3787      damlagrantt
## 3788          seodilf
## 3789    exolification
## 3790        supaSheva
## 3791    rocketenginee
## 3792    sillystringay
## 3793   RubyP109484873
## 3794       cami1023ds
## 3795   outlander_frog
## 3796           lowd70
## 3797        supaSheva
## 3798  Jennifercarlo95
## 3799  MelanieHandrest
## 3800       cami1023ds
## 3801  Jennifercarlo95
## 3802  Jennifercarlo95
## 3803          seodilf
## 3804       IvarsOsis1
## 3805     partyatjerms
## 3806      saenz_herre
## 3807  SalvatoreMilic1
## 3808   RubyP109484873
## 3809   CourtneyCorboy
## 3810     ThommoAndrew
## 3811          seodilf
## 3812        Jamersxn1
## 3813   RubyP109484873
## 3814       IvarsOsis1
## 3815         bb4rbiee
## 3816        Jamersxn1
## 3817      saenz_herre
## 3818          seodilf
## 3819       IvarsOsis1
## 3820     hrts4buckley
## 3821        Jamersxn1
## 3822         FeezFeed
## 3823   RubyP109484873
## 3824   PotatoLovesTae
## 3825     LiliForRosie
## 3826         deepumi5
## 3827        snezhink4
## 3828   _likedynamight
## 3829     LiliForRosie
## 3830      sunshinecxn
## 3831     beet_lejuice
## 3832  Kristen_Henners
## 3833       ZanAycicek
## 3834       gracelizyx
## 3835   shubhmbendkule
## 3836   shubhmbendkule
## 3837   giovancreano11
## 3838       jlawsslave
## 3839        swiftkrma
## 3840     VG_Blackwell
## 3841     xNickyUrinex
## 3842        swiftkrma
## 3843  ShuckingFinnick
## 3844    111forevercal
## 3845  HENRYJEDIKNIGHT
## 3846      pdxmeredith
## 3847     ally99730110
## 3848          Cia_6v6
## 3849       posgillies
## 3850  childerolandusa
## 3851    111forevercal
## 3852       jmartins05
## 3853          _bryze_
## 3854    lajibolalla95
## 3855    111forevercal
## 3856    lajibolalla95
## 3857           V1tchh
## 3858    111forevercal
## 3859       YutaFrrita
## 3860    lajibolalla95
## 3861  daawesomeprieto
## 3862           F1N4N4
## 3863        squg_game
## 3864          thizbiz
## 3865          ramykld
## 3866          madfl3a
## 3867   queenthebunbun
## 3868        Evalvape2
## 3869   queenthebunbun
## 3870    WhoiisElijaah
## 3871      esnyhabitss
## 3872   queenthebunbun
## 3873        Evalvape2
## 3874     izaaaaaaaaak
## 3875       Deadgoth95
## 3876          ramykld
## 3877      esnyhabitss
## 3878      acidpop_fox
## 3879   brinasafetynet
## 3880      esnyhabitss
## 3881           ekm748
## 3882     _HopeThePope
## 3883           ekm748
## 3884      SacchCoffee
## 3885   gonzalodetarde
## 3886        Evalvape2
## 3887     JoyRideEntmt
## 3888           ekm748
## 3889     deancliddell
## 3890     TomInToonami
## 3891   brinasafetynet
## 3892      julinhalol1
## 3893  MadisonBarnhil2
## 3894  WILLHASAPROBLEM
## 3895           dnky27
## 3896   franklynforeal
## 3897      hookingahoy
## 3898       messtrogen
## 3899     deancliddell
## 3900    SamiamMarkson
## 3901      hookingahoy
## 3902     Pulp_Ficti0n
## 3903     deancliddell
## 3904      hookingahoy
## 3905     deancliddell
## 3906     itzinsanity2
## 3907       messtrogen
## 3908  loverhippimusic
## 3909        cagspears
## 3910      JulianGumbo
## 3911  NyanKittyWaffl1
## 3912       messtrogen
## 3913       ellizibeth
## 3914   lovecherrysumi
## 3915  loverhippimusic
## 3916      kccloud1107
## 3917  CharlieTheRanga
## 3918  confettinhavana
## 3919       j__1998__o
## 3920    buttercupprry
## 3921  loverhippimusic
## 3922     reasybecerra
## 3923    davidcantswim
## 3924      D4YL1GHTRRY
## 3925  confettinhavana
## 3926        a_parry92
## 3927     dqofficial__
## 3928  confettinhavana
## 3929   brightantidote
## 3930    Thoma_Beloved
## 3931      itsme__Dori
## 3932      trans_heeho
## 3933      itsme__Dori
## 3934    kandresmiller
## 3935    Thoma_Beloved
## 3936       j__1998__o
## 3937      itsme__Dori
## 3938      D4YL1GHTRRY
## 3939        PhonySelf
## 3940     realmandefro
## 3941      D4YL1GHTRRY
## 3942         UnniSumi
## 3943      D4YL1GHTRRY
## 3944    onlytruejames
## 3945          nurssi_
## 3946           vrrtix
## 3947           AP0R14
## 3948      kccloud1107
## 3949          nurssi_
## 3950      animel20201
## 3951       NYgrateful
## 3952   easylikepheezy
## 3953        topher057
## 3954   thedaryltucker
## 3955          nurssi_
## 3956      brandonnyip
## 3957     callie_kent1
## 3958       e_twiggy23
## 3959        sunncheol
## 3960        Withorone
## 3961        sunncheol
## 3962      yyyang__cox
## 3963        sunncheol
## 3964       e_twiggy23
## 3965        Withorone
## 3966    meganotmorgan
## 3967        anacaro24
## 3968         RealQwig
## 3969        sunncheol
## 3970     MoisturiseMe
## 3971       e_twiggy23
## 3972    laurameijer27
## 3973        Withorone
## 3974       e_twiggy23
## 3975     Jorgie774312
## 3976   Panic_AtTheBBQ
## 3977      browngirlja
## 3978  BricksDontMusic
## 3979     andreaandtia
## 3980    laurameijer27
## 3981  Hereisyourstuff
## 3982   aryfreakinanna
## 3983     michaelmwm07
## 3984       aloosesona
## 3985     FierceJersey
## 3986   parxiesforever
## 3987   Ley_MoArmyGenE
## 3988     concert_next
## 3989     michaelmwm07
## 3990      remuspoems_
## 3991   Ley_MoArmyGenE
## 3992    d0mEaFav0rhls
## 3993  OdinaniOfficial
## 3994     michaelmwm07
## 3995      remuspoems_
## 3996      sophieontwt
## 3997         seafog14
## 3998    d0mEaFav0rhls
## 3999      sophieontwt
## 4000      Extreme7323
## 4001     lucitatoelle
## 4002       aguscont96
## 4003         AshlyGfx
## 4004     Jorgie774312
## 4005   AdrianEvanKirk
## 4006    kathyloredo19
## 4007   aryfreakinanna
## 4008      Extreme7323
## 4009     K8thegreat80
## 4010     IstiakShihab
## 4011    kathyloredo19
## 4012         LUZSPELL
## 4013         LUZSPELL
## 4014         LUZSPELL
## 4015     WeezYbloomix
## 4016      iblamedrake
## 4017     xXTommyTNTXx
## 4018       aguscont96
## 4019   aryfreakinanna
## 4020       KevinDLC50
## 4021       Gogo123316
## 4022      Extreme7323
## 4023      heedfulsoul
## 4024          woahdyl
## 4025   happybrilidays
## 4026       aguscont96
## 4027   aryfreakinanna
## 4028  enchanteleclevc
## 4029      BitLifeWrld
## 4030        DanLit111
## 4031  Depressed_Devil
## 4032     cosdivatrend
## 4033        DanLit111
## 4034         CekChan_
## 4035     Jorgie774312
## 4036        yujifiIms
## 4037       AmymKimble
## 4038        KhanArt92
## 4039        DanLit111
## 4040   jlcorcorcorcor
## 4041   summercardinal
## 4042   kingb_official
## 4043     feelmypussay
## 4044       heartedtbp
## 4045       dschanaika
## 4046        DanLit111
## 4047   carlosesierraf
## 4048   LifeonWheels95
## 4049     blackrose3kr
## 4050     it_was_reaps
## 4051      heedfulsoul
## 4052   carlosesierraf
## 4053    AdrianReeder7
## 4054           keeksy
## 4055       JamesL_TRW
## 4056  webdevelopercde
## 4057  maureenroseama1
## 4058   LifeonWheels95
## 4059        DanLit111
## 4060      heedfulsoul
## 4061        bradsucks
## 4062    itwillbeohkay
## 4063    revelinmemory
## 4064    Jenna_Coffey5
## 4065    banqtanswrldd
## 4066       m00ns_baby
## 4067        eXpNaruto
## 4068   aadriangarciac
## 4069      ayumicruzzz
## 4070     Lauracoder12
## 4071   TheSandMasterr
## 4072   basiccoalminer
## 4073        jayerlofi
## 4074      staygoldgyu
## 4075   aadriangarciac
## 4076  JuanDeL81607394
## 4077        dlibyhcaz
## 4078          Cbarts5
## 4079  imgonnachaseit6
## 4080    cowboycatcafe
## 4081     hannahsquill
## 4082  angyllblackwyng
## 4083        eXpNaruto
## 4084   aadriangarciac
## 4085     clawsonhonda
## 4086       LadyJestah
## 4087    cowboycatcafe
## 4088     digitaldiaz1
## 4089    cowboycatcafe
## 4090   aadriangarciac
## 4091   LifeonWheels95
## 4092        eXpNaruto
## 4093     KanekiZero99
## 4094      Kris__sToRm
## 4095    tilly_sheldon
## 4096  angyllblackwyng
## 4097     KanekiZero99
## 4098        jayerlofi
## 4099     digitaldiaz1
## 4100  podlingjustista
## 4101  2003unbearable_
## 4102     KanekiZero99
## 4103   witchywoman608
## 4104      melinadurre
## 4105     digitaldiaz1
## 4106  angyllblackwyng
## 4107   sunflowervol1d
## 4108        jayerlofi
## 4109     digitaldiaz1
## 4110     digitaldiaz1
## 4111   sunflowervol1d
## 4112          44Jackk
## 4113   witchywoman608
## 4114        KeefenOwO
## 4115       frankyquin
## 4116     vansrryfreak
## 4117     digitaldiaz1
## 4118    Thrishank4521
## 4119     vansrryfreak
## 4120        my_surrey
## 4121      chick_canon
## 4122     digitaldiaz1
## 4123       arianauras
## 4124       b_storm796
## 4125    __jonosmith__
## 4126  GraceOghenevwde
## 4127   Remssupportbat
## 4128     vansrryfreak
## 4129     vansrryfreak
## 4130    Haleymarie_j2
## 4131       b_storm796
## 4132          1Xenius
## 4133  JuanDeL81607394
## 4134      Antagionist
## 4135    Thrishank4521
## 4136      Whatleydude
## 4137         neckeope
## 4138     cspikemurray
## 4139      Funko_Jules
## 4140      Shapingrime
## 4141   jaimitoperalta
## 4142       b_storm796
## 4143          1Xenius
## 4144         LoveITx0
## 4145   EnglishDesigns
## 4146     sailorcringe
## 4147         rigby113
## 4148       frankyquin
## 4149         tntbursz
## 4150     PeterTorch16
## 4151     PeterTorch16
## 4152       dlaniger22
## 4153         alennono
## 4154     Jacksquared_
## 4155       ronnie2029
## 4156       EySoyIsaaa
## 4157       musubiitou
## 4158     PeterTorch16
## 4159    BlazynFire123
## 4160      JayAcortado
## 4161      tiffanyclay
## 4162  thisisntmegannn
## 4163    GovernorSleme
## 4164    BlazynFire123
## 4165           FrBoat
## 4166      JayAcortado
## 4167   thelovelyerica
## 4168       b_storm796
## 4169       frankyquin
## 4170      tiffanyclay
## 4171      JayAcortado
## 4172        HBrickboy
## 4173   mitchellmb2004
## 4174        VanniCobs
## 4175          1Xenius
## 4176    BlazynFire123
## 4177      JayAcortado
## 4178      tiffanyclay
## 4179    GovernorSleme
## 4180    BlazynFire123
## 4181    clarissamcfly
## 4182   iamlemarwilson
## 4183    umeenterprise
## 4184     kaeunshabets
## 4185       DareRider8
## 4186   mitchellmb2004
## 4187  Cho_gath_gaming
## 4188   ICallThemIdols
## 4189         __cw24__
## 4190    sosorrybye789
## 4191        thvglittr
## 4192    sosorrybye789
## 4193          GOWENYT
## 4194      FandWWaffle
## 4195   alexandrerstos
## 4196     brenden_lmao
## 4197       BAmbergaze
## 4198      crackerboxx
## 4199         ariserii
## 4200       DareRider8
## 4201   wild3st_dreams
## 4202  SpaceSoldier_01
## 4203      MechaMaiden
## 4204        bratfvckr
## 4205  angyllblackwyng
## 4206   wild3st_dreams
## 4207    dukeofpeckham
## 4208    kiryuuwakatsu
## 4209   wild3st_dreams
## 4210  wermusmaximusii
## 4211      strilondian
## 4212   FloridaMike100
## 4213    karenkagamine
## 4214      FandWWaffle
## 4215    dukeofpeckham
## 4216      strilondian
## 4217    beratmehmedii
## 4218        supaSheva
## 4219  arifckingspring
## 4220       aviniertwt
## 4221      megalodon_k
## 4222    dukeofpeckham
## 4223     ryleejean051
## 4224      FandWWaffle
## 4225  prettytreatment
## 4226      AlanCrashGZ
## 4227  prettytreatment
## 4228  halfdeadairhead
## 4229  webdevelopercde
## 4230        Martaim__
## 4231       ZanAycicek
## 4232        ryanavfcc
## 4233        HeZamboni
## 4234  halfdeadairhead
## 4235  prettytreatment
## 4236        HeZamboni
## 4237  halfdeadairhead
## 4238      danieliskoo
## 4239        hanyulton
## 4240          abianst
## 4241        hanyulton
## 4242        HeZamboni
## 4243  halfdeadairhead
## 4244        hanyulton
## 4245    yourdollmochi
## 4246           a_yrmb
## 4247   airplane_flaps
## 4248  brian_23_gibson
## 4249      Klahasphemy
## 4250   mepradayounada
## 4251        aaajfabio
## 4252    annabel______
## 4253    XH_VillainLaw
## 4254      Klahasphemy
## 4255   __cockgoblin__
## 4256    XH_VillainLaw
## 4257   mepradayounada
## 4258   FromPaperchase
## 4259   ithinkimsophia
## 4260  Pokemaster55551
## 4261     arismaximoff
## 4262   mepradayounada
## 4263     theikonickay
## 4264     arismaximoff
## 4265    yourdollmochi
## 4266      Klahasphemy
## 4267     spokanehouse
## 4268       alex_uhh_2
## 4269       vicohyland
## 4270      Sno94627256
## 4271       alex_uhh_2
## 4272       alex_uhh_2
## 4273          hnidgaf
## 4274         rwdrygoo
## 4275          shazzCS
## 4276       alex_uhh_2
## 4277       theanarice
## 4278     Bean71075702
## 4279    gabewalker_26
## 4280     shartzcutely
## 4281         needyriy
## 4282  PhuturePhocused
## 4283     Bean71075702
## 4284  PhuturePhocused
## 4285     Bean71075702
## 4286        anamarchl
## 4287    gabewalker_26
## 4288     LastChanceXD
## 4289      sososhbrt12
## 4290    goodoneoliver
## 4291        miaaochoa
## 4292    gabewalker_26
## 4293      Carlos31789
## 4294  PhuturePhocused
## 4295      sososhbrt12
## 4296     LastChanceXD
## 4297      Carlos31789
## 4298    SarahCat_XOXO
## 4299    joeyeinberger
## 4300     LastChanceXD
## 4301  PhuturePhocused
## 4302   RecticOfficial
## 4303      Carlos31789
## 4304    namjooning111
## 4305    melaniehotaux
## 4306   ShashwatVaish2
## 4307          TyRezac
## 4308      DEVILINRUIN
## 4309      Joeadelphia
## 4310         r_blankk
## 4311  LisaBra59850659
## 4312      Joeadelphia
## 4313       Armakanzas
## 4314        DxrkSpawn
## 4315  SabrinaCamaril5
## 4316      hataaramune
## 4317         LVJY1975
## 4318     Logandev_owo
## 4319        luvjust1n
## 4320      10BOUJEEBOY
## 4321  aminabi54146383
## 4322  SabrinaCamaril5
## 4323        its_sp4rk
## 4324           jgagec
## 4325   cutyouoffleigh
## 4326        simarinna
## 4327  SabrinaCamaril5
## 4328        DITENTION
## 4329       trans_tank
## 4330    Musical_Rando
## 4331        Enamine99
## 4332           jgagec
## 4333      10BOUJEEBOY
## 4334    Musical_Rando
## 4335  SabrinaCamaril5
## 4336      Cookimonter
## 4337     MikeEverest7
## 4338   SilverPandora2
## 4339      RathHorizon
## 4340      01___farina
## 4341        simarinna
## 4342         c6aihtny
## 4343    AlshababRadio
## 4344     cefffylbottt
## 4345   guadalupeob_02
## 4346       marcoapg96
## 4347      krillfluids
## 4348     cefffylbottt
## 4349   guadalupeob_02
## 4350      10BOUJEEBOY
## 4351   girls4annabeth
## 4352    TalhahQureshi
## 4353         GeyserRL
## 4354   guadalupeob_02
## 4355      _usamallama
## 4356    ConnorAaron06
## 4357      turbobakshi
## 4358         TeoNik16
## 4359  SleepColorsCity
## 4360          AysiaMN
## 4361       breakdecks
## 4362     cefffylbottt
## 4363         TeoNik16
## 4364    ConnorAaron06
## 4365        savabagel
## 4366    AmonaMatthias
## 4367  bryansofficiall
## 4368  bryansofficiall
## 4369    ConnorAaron06
## 4370      lexiconsays
## 4371    flowIikewaves
## 4372  bryansofficiall
## 4373        savabagel
## 4374    AThermopolisR
## 4375  ParalelOrcz_ofc
## 4376       stowns1981
## 4377          Bfc_ell
## 4378           Quimnz
## 4379     49daysbefore
## 4380  ParalelOrcz_ofc
## 4381         NotStan5
## 4382    ZackMossMusic
## 4383        DustyKion
## 4384  ParalelOrcz_ofc
## 4385        Nickdekks
## 4386    goodoneoliver
## 4387     alice_hubble
## 4388    Musical_Rando
## 4389         GeyserRL
## 4390     FoxGalaxy511
## 4391         GeyserRL
## 4392   chrispy_kreeme
## 4393  ParalelOrcz_ofc
## 4394        Nickdekks
## 4395         ambyhd12
## 4396       peeyyyyton
## 4397  AnanyaC02818922
## 4398        DustyKion
## 4399          xempyra
## 4400          ManaRBX
## 4401        DustyKion
## 4402       obsidian98
## 4403      abnormalvic
## 4404  hotmilkatlantic
## 4405  mialoui40932197
## 4406     mgc_castaway
## 4407     misscynthiax
## 4408  mialoui40932197
## 4409      DaenysSarah
## 4410     HgMercury200
## 4411       obsidian98
## 4412          ManaRBX
## 4413  aminabi54146383
## 4414           pkmnsp
## 4415     mgc_castaway
## 4416  mialoui40932197
## 4417         MONNCATH
## 4418          ManaRBX
## 4419  exomakemefeelmh
## 4420      tzuweemamaa
## 4421  exomakemefeelmh
## 4422          ManaRBX
## 4423       IsaactPaul
## 4424        starlumas
## 4425     HgMercury200
## 4426       IsaactPaul
## 4427         LilDJcat
## 4428   homicidalbirde
## 4429   sitruspuserrin
## 4430       IsaactPaul
## 4431     feelmypussay
## 4432      sickboyfilm
## 4433     User_potatto
## 4434     carolinextrx
## 4435         LilDJcat
## 4436     QveenHLately
## 4437   micheallemire1
## 4438        Luv_Stray
## 4439     SrcsticSamyy
## 4440     User_potatto
## 4441       GubbyBongo
## 4442       coupspouts
## 4443      nutonemuzic
## 4444     blob_blobby_
## 4445       IsaactPaul
## 4446     sana_fanatic
## 4447       GubbyBongo
## 4448     HgMercury200
## 4449    flowIikewaves
## 4450  Patrick31370308
## 4451       GubbyBongo
## 4452    Jared_Raccoon
## 4453         livmencl
## 4454   micheallemire1
## 4455    Charlietate02
## 4456     HgMercury200
## 4457  SEROTONINSEEKIN
## 4458   torturedshordy
## 4459     jbincircles_
## 4460         ocdalvey
## 4461       GubbyBongo
## 4462       CiaraVodka
## 4463     WitCoDesigns
## 4464     ThisJustIntw
## 4465         kateho85
## 4466    itzbestiebear
## 4467    Jared_Raccoon
## 4468        littleCT5
## 4469    ArnoldsCuelin
## 4470       InverseYrc
## 4471     TheHorizonDX
## 4472    Jared_Raccoon
## 4473    antiherogomez
## 4474    ArnoldsCuelin
## 4475       PhilippaJG
## 4476       MarsShad0w
## 4477       m00ns_baby
## 4478       SeanSolo27
## 4479   charloteaugust
## 4480      GrldNovales
## 4481         lvieblue
## 4482       jesusgworl
## 4483     bisexualmqtt
## 4484    Jared_Raccoon
## 4485     TheHorizonDX
## 4486          maxsztx
## 4487    ArnoldsCuelin
## 4488   charloteaugust
## 4489       iambebefan
## 4490      GrldNovales
## 4491     TheHorizonDX
## 4492   pi3rc3dn1pples
## 4493       lisetweetz
## 4494       jesusgworl
## 4495      quinnnthony
## 4496       iambebefan
## 4497      RblxTracker
## 4498         ivyw1tch
## 4499    ChrisSexyTime
## 4500       JayDaSmiff
## 4501      GrldNovales
## 4502     HgMercury200
## 4503          maxsztx
## 4504        iamgiusee
## 4505         WsgLucid
## 4506    nevillebujang
## 4507  BetterCallSadie
## 4508         LDiolosa
## 4509          r4nched
## 4510   micheallemire1
## 4511       Min__hisui
## 4512           BRU_76
## 4513     FaithLloyd19
## 4514        OnlyMyron
## 4515     topicstories
## 4516      victoriaoa_
## 4517  BetterCallSadie
## 4518       nickhere34
## 4519         Porkadel
## 4520         undead08
## 4521      lodedsoobin
## 4522  ThexAphroditex_
## 4523       nickelkeep
## 4524      victoriaoa_
## 4525          maxsztx
## 4526    flowIikewaves
## 4527        Kennyd345
## 4528       nickelkeep
## 4529   LogieLover0696
## 4530      SandraRmer1
## 4531          omgx3no
## 4532    satanscowgirl
## 4533       nickelkeep
## 4534         kll3b3er
## 4535    FAIRYODDPENlS
## 4536       cbabyyblue
## 4537    flynnriderbff
## 4538        bigiboyon
## 4539        sammmyyyd
## 4540      SandraRmer1
## 4541       cbabyyblue
## 4542         akkermin
## 4543      SandraRmer1
## 4544     indiagrace20
## 4545     Kristoeferrr
## 4546      kkingmarlin
## 4547        OnlyMyron
## 4548        rgemini__
## 4549     oIiviadawson
## 4550       cbabyyblue
## 4551    ryan358428369
## 4552      SandraRmer1
## 4553       nickelkeep
## 4554         akkermin
## 4555      RizzyBeamen
## 4556         akkermin
## 4557       crazymaxwi
## 4558   sisterscqrlett
## 4559  theshoereviews7
## 4560  EllieLennie2491
## 4561         akkermin
## 4562       crazymaxwi
## 4563         vanggukh
## 4564    blackswan_myg
## 4565     ashercrafter
## 4566      zavdontcare
## 4567       crazymaxwi
## 4568    blackswan_myg
## 4569    blackswan_myg
## 4570      StylesMilky
## 4571  theAshutoshDave
## 4572   FunnyBandMusic
## 4573  OyeDanielHutton
## 4574  theAshutoshDave
## 4575      SUMGroup_PK
## 4576        PopokHati
## 4577    JennyRigney11
## 4578    scarl3ttwid0w
## 4579     stupidgirl45
## 4580      JWillSoReal
## 4581   r1ng0s_d34db1t
## 4582     stupidgirl45
## 4583        effigials
## 4584        Bryn69420
## 4585   chiedzawith2ds
## 4586    youwakeupdead
## 4587     PenisEsports
## 4588    youwakeupdead
## 4589     Mlle_Jessica
## 4590     theeseoklace
## 4591    gabeorgabeidk
## 4592  YesIWearBEFNDay
## 4593  carolineroseexe
## 4594     theeseoklace
## 4595          choigrf
## 4596      yoursadboii
## 4597      AngieLaC528
## 4598  carolineroseexe
## 4599     theeseoklace
## 4600         Deffshot
## 4601       rothbourne
## 4602     theeseoklace
## 4603      AngieLaC528
## 4604     solomoonmono
## 4605  carolineroseexe
## 4606  Kenneth_Ekandem
## 4607   leapyearking92
## 4608     JuniorKwasi_
## 4609        b68412537
## 4610         Deffshot
## 4611          defMako
## 4612  carolineroseexe
## 4613      AngieLaC528
## 4614      AnnaTiecken
## 4615        Beyyyyy04
## 4616         Deffshot
## 4617    youwakeupdead
## 4618       rothbourne
## 4619    Rikku_Revenge
## 4620        Beyyyyy04
## 4621      AnnaTiecken
## 4622       rothbourne
## 4623    TrevonSprewer
## 4624     Liz_wildcat5
## 4625         a_elle55
## 4626         Bob4Tide
## 4627         Bob4Tide
## 4628         Bob4Tide
## 4629     BDAstroBaker
## 4630          auxdity
## 4631       ZanAycicek
## 4632       Mintylove0
## 4633          auxdity
## 4634     Liz_wildcat5
## 4635        _BenSolo_
## 4636          auxdity
## 4637     brian1218_bh
## 4638         dottttts
## 4639          auxdity
## 4640         Deffshot
## 4641     Liz_wildcat5
## 4642     glossyangel_
## 4643      Klahasphemy
## 4644        imnasakun
## 4645        Laila5301
## 4646     glossyangel_
## 4647      AnnaTiecken
## 4648        Kjane0696
## 4649         stash211
## 4650    flickerofashe
## 4651          unwoman
## 4652     Mlle_Jessica
## 4653      JedWalker15
## 4654  ilovestevie1234
## 4655       1330PASTOR
## 4656      yoodongists
## 4657    flickerofashe
## 4658         Vickyob8
## 4659       1330PASTOR
## 4660      BenamBarman
## 4661   NonexistentMug
## 4662     Gloria_tpwk_
## 4663        MIRWRAITH
## 4664      heymartinah
## 4665       1330PASTOR
## 4666    Giant06750888
## 4667    christineroad
## 4668     Gloria_tpwk_
## 4669     Gloria_tpwk_
## 4670        vincenbob
## 4671    saadiabalhous
## 4672  QueenGallifreya
## 4673  allweneed0fhell
## 4674       joannie_v2
## 4675     Gloria_tpwk_
## 4676         Vickyob8
## 4677        vincenbob
## 4678   adventureofhan
## 4679  brittanyahlgrim
## 4680      stars4lunch
## 4681      navy4life67
## 4682        vincenbob
## 4683   adventureofhan
## 4684   one_tricky_boi
## 4685     ur1n3troubl3
## 4686       joannie_v2
## 4687   one_tricky_boi
## 4688        vincenbob
## 4689      navy4life67
## 4690   one_tricky_boi
## 4691  Levin2Johnathan
## 4692     sweetenerboo
## 4693      navy4life67
## 4694           BigSto
## 4695  SharonS01831343
## 4696   one_tricky_boi
## 4697         forsiwoo
## 4698      mamanifurro
## 4699         TyDuecce
## 4700          Arkanis
## 4701        KryptLMAO
## 4702        KryptLMAO
## 4703        KryptLMAO
## 4704        KryptLMAO
## 4705         Vickyob8
## 4706    CigarEraRobot
## 4707  flamingogamer15
## 4708    saadiabalhous
## 4709          Arkanis
## 4710      a4creation1
## 4711          UlyWEST
## 4712  flamingogamer15
## 4713       ksiezyckid
## 4714          Arkanis
## 4715   regularsquidd_
## 4716          UlyWEST
## 4717      QueenStar04
## 4718  flamingogamer15
## 4719      ghostboiv_v
## 4720      FlimsySquid
## 4721     neilgcoleman
## 4722   crookedweasley
## 4723        llaramaia
## 4724  flamingogamer15
## 4725    philstasyszen
## 4726      Tink_Peruna
## 4727          UlyWEST
## 4728     mispayasadas
## 4729      SpotifyNews
## 4730    Billy_Shmurda
## 4731   crookedweasley
## 4732      ghostboiv_v
## 4733     mispayasadas
## 4734    ConnorAaron06
## 4735   crookedweasley
## 4736      ghostboiv_v
## 4737          UlyWEST
## 4738    saadiabalhous
## 4739        llaramaia
## 4740       Fredo_WACK
## 4741        bibistarc
## 4742         samsw1ft
## 4743        ISATHEORY
## 4744      Tink_Peruna
## 4745   crookedweasley
## 4746   CourtneyCorboy
## 4747         samsw1ft
## 4748   NyanDoesStuff_
## 4749        vusketeer
## 4750      Tink_Peruna
## 4751         wahhbahh
## 4752         samsw1ft
## 4753       utdcorey27
## 4754         D00MZJAY
## 4755       bams_eomma
## 4756        llaramaia
## 4757     ThatStanAnna
## 4758         wahhbahh
## 4759         samsw1ft
## 4760   newromantics02
## 4761       sofiaatomo
## 4762      Tink_Peruna
## 4763   TheAlexisKraft
## 4764         wahhbahh
## 4765       packer0519
## 4766       itsrandiii
## 4767       MewnuxWolf
## 4768       bams_eomma
## 4769      blondedzero
## 4770       haniexists
## 4771        Snipermor
## 4772         luisjbi7
## 4773        Snipermor
## 4774       sofiaatomo
## 4775     Selsfavclown
## 4776        Snipermor
## 4777       konorsmind
## 4778         1DSJ8772
## 4779        ifeeIfine
## 4780        GloTuNNa1
## 4781       level94836
## 4782   HStandsForHalo
## 4783  katie_racklyeft
## 4784   FreelanceMocha
## 4785        ifeeIfine
## 4786         1DSJ8772
## 4787   HStandsForHalo
## 4788     genlossrnboo
## 4789     raspbinnie23
## 4790     JesseW8nmbrs
## 4791          Zzquack
## 4792        ifeeIfine
## 4793     raspbinnie23
## 4794       Brotractor
## 4795   mendessingular
## 4796     genlossrnboo
## 4797  katie_racklyeft
## 4798       frannysalv
## 4799     buterasretro
## 4800         1DSJ8772
## 4801    PopRockTeal13
## 4802     raspbinnie23
## 4803          Zzquack
## 4804    bilsredladder
## 4805          m0th0id
## 4806      BrookeAlexx
## 4807     buterasretro
## 4808     ThatStanAnna
## 4809         yunkernt
## 4810  Dani_flower_pow
## 4811     rewiredhanna
## 4812     buterasretro
## 4813     ThatStanAnna
## 4814   SportsDude2222
## 4815     buterasretro
## 4816    geezybeatz145
## 4817   Itsyoualigatie
## 4818    bilsredladder
## 4819   BirthdayCakeFB
## 4820      xogerardine
## 4821           sj_frr
## 4822  PersonOfThePer1
## 4823       cvbinfever
## 4824           __Dxw_
## 4825        lisaaaalm
## 4826  PersonOfThePer1
## 4827       bobbyIemon
## 4828          ThibsGG
## 4829    tiffanylouie_
## 4830        llaramaia
## 4831       bobbyIemon
## 4832   Itsyoualigatie
## 4833   fatherskeleton
## 4834        jpetras22
## 4835       bobbyIemon
## 4836          ThibsGG
## 4837        jpetras22
## 4838         one8amit
## 4839   Itsyoualigatie
## 4840       bobbyIemon
## 4841        okramikey
## 4842   Itsyoualigatie
## 4843         soykiena
## 4844         one8amit
## 4845   MassYoungblood
## 4846         one8amit
## 4847         s8nson1a
## 4848        cococalor
## 4849        DOR_Rogue
## 4850         soykiena
## 4851   cristaldesanti
## 4852   YaelSantiago67
## 4853         soykiena
## 4854    mettatonplush
## 4855       LuchaSpawn
## 4856       nathantwts
## 4857         one8amit
## 4858         SUZUIKUU
## 4859         soykiena
## 4860      loganevolve
## 4861       whatisKiro
## 4862      loganevolve
## 4863    corneater6000
## 4864      loganevolve
## 4865       SsbSalazer
## 4866  CarolinaBonitoS
## 4867         Proleerr
## 4868       THEEMZBLUE
## 4869  CarolinaBonitoS
## 4870    VoltsonTwitch
## 4871       THEEMZBLUE
## 4872  CarolinaBonitoS
## 4873     tospeanuttos
## 4874   mike_from_mike
## 4875      Carlos31789
## 4876       THEEMZBLUE
## 4877         russdire
## 4878  CarolinaBonitoS
## 4879       THEEMZBLUE
## 4880   StrifeMagazine
## 4881     JumpinAdvice
## 4882         russdire
## 4883         Proleerr
## 4884          TGMThal
## 4885   AllHailBuckets
## 4886   MattGrudzinski
## 4887      tacobellcry
## 4888          Orps1xx
## 4889  nasikandaqlover
## 4890         vegsters
## 4891     HaangeeZooee
## 4892        ilyxarson
## 4893    mattyandsteak
## 4894    BestJesster08
## 4895       edsterrock
## 4896       nickelkeep
## 4897      tacobellcry
## 4898    JasmineGonz10
## 4899   OfRoyalLineage
## 4900      xoxoCorinne
## 4901        carorosee
## 4902  sfbayareamovers
## 4903      ariforlife_
## 4904    bronkhandsoap
## 4905      louises1224
## 4906     starliivenom
## 4907         _pcrico_
## 4908     xawkwardandi
## 4909          J_M00R3
## 4910         TomHyoos
## 4911      Maddie4836h
## 4912      geelovesmcr
## 4913  faithinthetommo
## 4914      Maddie4836h
## 4915      geelovesmcr
## 4916        loneknome
## 4917      H3AVENANGEL
## 4918          dollyx9
## 4919      Maddie4836h
## 4920   EduwigesLopezR
## 4921        mgcsvinyI
## 4922  barcaleomessi71
## 4923     NearJeopardy
## 4924     sadshanduhh2
## 4925        mgcsvinyI
## 4926  PitchersDrummer
## 4927      SangeethanM
## 4928       WadeiLLson
## 4929      NaraxGomes_
## 4930      SiegeTheory
## 4931    fixed_surebet
## 4932  Nickrevolution3
## 4933     crystalies__
## 4934  brandonwong1004
## 4935     JumpinAdvice
## 4936      miupalettez
## 4937       sp1d3rrman
## 4938            Tammy
## 4939       WadeiLLson
## 4940        BerrakBiz
## 4941        ant_headd
## 4942          Celtry1
## 4943       sp1d3rrman
## 4944       WadeiLLson
## 4945      miupalettez
## 4946          haydomj
## 4947           morgxn
## 4948          LouIn22
## 4949        ot4boomer
## 4950      miupalettez
## 4951          RoxyK71
## 4952       brittlynjo
## 4953     milliejanine
## 4954      miupalettez
## 4955    Shadowsofdeed
## 4956          Anas_91
## 4957   EmanuelLopesS2
## 4958       brittlynjo
## 4959   ismael_badarou
## 4960     JumpinAdvice
## 4961        dilemma_x
## 4962          gjannx3
## 4963     prepcoredoug
## 4964        alexes184
## 4965   ismael_badarou
## 4966  preordermilf716
## 4967     finelinehalo
## 4968  ur_str_landlord
## 4969    dogsmellsgood
## 4970       brittlynjo
## 4971   imsoooooooogay
## 4972       jennyfurhh
## 4973      TheKwGVenom
## 4974       Ethelispog
## 4975      taystermind
## 4976  Parkers_Kitchen
## 4977       heisqueque
## 4978          varelxo
## 4979  ur_str_landlord
## 4980      megadummy87
## 4981     MMASwiftie13
## 4982          Tr3jtor
## 4983      diana_law_1
## 4984     taythearcher
## 4985     MMASwiftie13
## 4986      babybluelex
## 4987      ariiicedtea
## 4988     MMASwiftie13
## 4989       TPWKLove15
## 4990    _greggjameson
## 4991        aslan_ste
## 4992   LifeMusicSound
## 4993      xxlisatje16
## 4994        aslan_ste
## 4995     MMASwiftie13
## 4996      hastings_19
## 4997       TPWKLove15
## 4998        aslan_ste
## 4999    luvfionaapple
## 5000       AgusZapata
## 5001       TPWKLove15
## 5002        aslan_ste
## 5003        elkiey327
## 5004       TPWKLove15
## 5005    timchudakov11
## 5006   scaredtocommit
## 5007      SangeethanM
## 5008          arqtmis
## 5009          Larckye
## 5010       0pOlaTingz
## 5011      giorgioborz
## 5012           bee_84
## 5013        Mar10Kart
## 5014     GeoulioMarin
## 5015       UsmanZuhaa
## 5016       ZanAycicek
## 5017    mateo52491237
## 5018           jyseob
## 5019      giorgioborz
## 5020    Ocean_Pearl09
## 5021    EthanUrbanski
## 5022      giorgioborz
## 5023         prajxfcb
## 5024         luvhopew
## 5025   SweMeatballs78
## 5026  ChuckNo34556584
## 5027    angelogrossi_
## 5028           jyseob
## 5029           jyseob
## 5030      diana_law_1
## 5031         victgab_
## 5032    BLymanWarrior
## 5033  crazy_but_crazy
## 5034      diana_law_1
## 5035        ghostzbur
## 5036         prajxfcb
## 5037         victgab_
## 5038      diana_law_1
## 5039           jyseob
## 5040        thasubean
## 5041         prajxfcb
## 5042         victgab_
## 5043    Addyforselena
## 5044      Stuleveller
## 5045         UrLuvJ0Y
## 5046           znftna
## 5047         victgab_
## 5048       Specsavers
## 5049       breezlebit
## 5050         cononbon
## 5051   MarvinSoldier1
## 5052         SUZUIKUU
## 5053       oncein20lt
## 5054     JumpinAdvice
## 5055       Cilla_mena
## 5056        dhiasyaf_
## 5057        IAMACROBA
## 5058  AaronOfTheSkies
## 5059       a_marie803
## 5060  Bp_Ruletheworld
## 5061     sugarmoonhes
## 5062  ohschittpatrick
## 5063  flamingogamer15
## 5064      mmericdesem
## 5065     sugarmoonhes
## 5066          snakezv
## 5067    JuliaMorales3
## 5068  Bp_Ruletheworld
## 5069    joof_official
## 5070         anaaaii_
## 5071         matt_nid
## 5072  Bp_Ruletheworld
## 5073  sparekidneymaam
## 5074        BustedFTL
## 5075     sugarmoonhes
## 5076      AntaaBaaaka
## 5077    highbury_ryan
## 5078        deccoroma
## 5079        m4rl0nnnn
## 5080  unseriously_ang
## 5081  sparekidneymaam
## 5082    ronnyparedess
## 5083    trostdistrict
## 5084        AyuenBiar
## 5085    trostdistrict
## 5086    trostdistrict
## 5087   channelblonddd
## 5088        bleuhstry
## 5089      TOONYGOONYY
## 5090        AyuenBiar
## 5091    smhjacqueline
## 5092      serein_sara
## 5093      TOONYGOONYY
## 5094      girlwtheaxe
## 5095    Duchess_Woody
## 5096        AyuenBiar
## 5097      TOONYGOONYY
## 5098      serein_sara
## 5099      girlwtheaxe
## 5100         gwsnasty
## 5101   jimjimhasfleas
## 5102      girlwtheaxe
## 5103       hobibobi24
## 5104   waldorfcomplex
## 5105        AyuenBiar
## 5106         Phillu96
## 5107    camprockqueen
## 5108          LouIn22
## 5109      serein_sara
## 5110          taedh28
## 5111      Its_NoGenre
## 5112      tauruskelIs
## 5113      Tomato_Jam6
## 5114       zachzeaman
## 5115      chaserwoodz
## 5116      iameduard20
## 5117           svtwrn
## 5118  lucybluofficial
## 5119      KEEPDRlVING
## 5120         Phillu96
## 5121           svtwrn
## 5122     Carlos_jmt99
## 5123      chaserwoodz
## 5124         brktrend
## 5125   justastargirl9
## 5126  musicislife2342
## 5127      serein_sara
## 5128          taedh28
## 5129       esalextric
## 5130   bad_gal_rennan
## 5131         Phillu96
## 5132      ChopShopChi
## 5133      chaserwoodz
## 5134     dreamofkarIa
## 5135        mvance980
## 5136  bree_brendahope
## 5137      Dwizzle2021
## 5138       marthaskzz
## 5139   AshishRChauhan
## 5140          rnbtomi
## 5141      Dwizzle2021
## 5142      surrealhaze
## 5143   justastargirl9
## 5144         Phillu96
## 5145     ShnizelInBag
## 5146       imfranci13
## 5147   Namjoonbug1138
## 5148         Shazi087
## 5149   taylorsbobatea
## 5150       imfranci13
## 5151  certifieduzistn
## 5152      Dwizzle2021
## 5153    JoEyTanThaMan
## 5154       imfranci13
## 5155       mini_van__
## 5156    redrobinriley
## 5157   waldorfcomplex
## 5158         wildrift
## 5159           onoyop
## 5160        BettyLS27
## 5161     kevinmarrerx
## 5162     totallymills
## 5163         YesUrDad
## 5164       xo_gusTaV0
## 5165          aujulon
## 5166   itsbillie4ever
## 5167         YesUrDad
## 5168         luvXchuu
## 5169    polarizedchan
## 5170         YesUrDad
## 5171          aujulon
## 5172        BettyLS27
## 5173       lunawoona2
## 5174         YesUrDad
## 5175  Number1ErenStan
## 5176   _flores_tweets
## 5177    matache_elena
## 5178        BettyLS27
## 5179         HannaBec
## 5180        moxieknox
## 5181    JamesMillyard
## 5182          aujulon
## 5183   SonaKitnaSonaa
## 5184       demoisland
## 5185         whatflix
## 5186       demoisland
## 5187    JamesMillyard
## 5188          amalwtf
## 5189         ilyGingr
## 5190   Jackson_Harris
## 5191   _flores_tweets
## 5192    JamesMillyard
## 5193         ilyGingr
## 5194    JamesMillyard
## 5195         luvXchuu
## 5196   _flores_tweets
## 5197    fleabagin221b
## 5198      neverlinkko
## 5199     daveoracle01
## 5200   _flores_tweets
## 5201    matt_meowmeow
## 5202    babysatelIite
## 5203         luvXchuu
## 5204         ilyGingr
## 5205  plutosupremacy0
## 5206     feeIingwoozy
## 5207        dxndelinz
## 5208    matt_meowmeow
## 5209         luvXchuu
## 5210        deleytons
## 5211      imshuhaib18
## 5212    matt_meowmeow
## 5213     prior_parker
## 5214    Angie_Bouvier
## 5215        shunsuiri
## 5216   demolovers4evr
## 5217       77741L3777
## 5218        deleytons
## 5219    matt_meowmeow
## 5220         SamESTXX
## 5221   demolovers4evr
## 5222  chaosthechemist
## 5223         mar_ee_n
## 5224    thedompodcast
## 5225          anujdog
## 5226        Evvrrmore
## 5227       _itgirlkai
## 5228        Evvrrmore
## 5229       ferra_fond
## 5230       IAmKinetik
## 5231         JomiBT21
## 5232       ferra_fond
## 5233          hafsawk
## 5234        Evvrrmore
## 5235         mar_ee_n
## 5236     susmitha_519
## 5237     TomMauchline
## 5238     irwin_angel5
## 5239  venturewithlani
## 5240       ferra_fond
## 5241       zeroyorke_
## 5242      glowspinkss
## 5243     luckyjessey1
## 5244       ferra_fond
## 5245      btrsnewdemo
## 5246         mar_ee_n
## 5247     irwin_angel5
## 5248     Bobtheukguy1
## 5249  Ariel_Silva2013
## 5250     morgan990912
## 5251            S7OUS
## 5252         cassatem
## 5253      ashlynn1420
## 5254       90120fairy
## 5255         mar_ee_n
## 5256     bansheeirosa
## 5257        Aaistruly
## 5258     bansheeirosa
## 5259       90120fairy
## 5260     bansheeirosa
## 5261    minsungshiner
## 5262      reptaylor__
## 5263       Krangsbody
## 5264    Based_Cardian
## 5265         terryb0i
## 5266       samsterp18
## 5267    minsungshiner
## 5268        Bunnuunuu
## 5269  sikntiiiiiiired
## 5270     adharabanana
## 5271    minsungshiner
## 5272       Krangsbody
## 5273     Saralpfamily
## 5274       mirkopecis
## 5275  sikntiiiiiiired
## 5276     CorduroyLane
## 5277     adharabanana
## 5278   LISARINNAMANDM
## 5279        Aaistruly
## 5280       samsterp18
## 5281         jawsavfc
## 5282     Harolddamnit
## 5283    frank92546075
## 5284       Krangsbody
## 5285          Tazmad7
## 5286       Krangsbody
## 5287      nomadicblur
## 5288      3xiledGamer
## 5289  bekindorbequie2
## 5290         Hiddanas
## 5291      tzuweemamaa
## 5292  underabigbould1
## 5293           0daawn
## 5294     TheMaxxStorm
## 5295      SWesterbeck
## 5296     KileyKrueger
## 5297         C00PIERE
## 5298      hauntedskye
## 5299    brownsugarrry
## 5300        brookiefr
## 5301  duckmakesthings
## 5302   mateoojimenezz
## 5303  KevinSa14803791
## 5304    VotingIsLocal
## 5305   paupaviabieber
## 5306  KevinSa14803791
## 5307     SwiftieDisco
## 5308          evron44
## 5309    brownsugarrry
## 5310  childerolandusa
## 5311     troy_warren_
## 5312  KevinSa14803791
## 5313     ssalsaolivia
## 5314         C00PIERE
## 5315   cherrystyles_8
## 5316     ssalsaolivia
## 5317    _maddieperez_
## 5318     lucas_nojosa
## 5319        frogc0ric
## 5320     ssalsaolivia
## 5321    chasingbodies
## 5322   Bluebarracks26
## 5323        Mawrk0902
## 5324     SwiftieDisco
## 5325      Nico_Neko14
## 5326    PawsUp_Taiwan
## 5327   manthansingh09
## 5328     DJDODEMDRUGS
## 5329         ZenZooma
## 5330        tk1sharma
## 5331        frogc0ric
## 5332          _heInik
## 5333      kccloud1107
## 5334     JumpinAdvice
## 5335         zemessai
## 5336      Tashas_Spot
## 5337  childerolandusa
## 5338        frogc0ric
## 5339     kingfIorence
## 5340     gloomywalrus
## 5341    starlessvigil
## 5342       JonaSoto23
## 5343         C00PIERE
## 5344        frogc0ric
## 5345     ducks_celina
## 5346     chuuveswxrld
## 5347     kingfIorence
## 5348    Riley81146126
## 5349     gloomywalrus
## 5350    Riley81146126
## 5351  creative_carrah
## 5352    Riley81146126
## 5353     kingfIorence
## 5354        murderize
## 5355     ducks_celina
## 5356      emerald_4ce
## 5357      hyunjiness_
## 5358         mogenee_
## 5359     ducks_celina
## 5360     gloomywalrus
## 5361         C00PIERE
## 5362     chuuveswxrld
## 5363          swttrep
## 5364  KataclysticLive
## 5365     ducks_celina
## 5366      RoselineS15
## 5367     adampamartin
## 5368          swttrep
## 5369       roanother1
## 5370         B2Bniche
## 5371    Fatimarhaliyu
## 5372    sh0ppingcart7
## 5373       aliolivaqx
## 5374          swttrep
## 5375        ecokeecko
## 5376    sh0ppingcart7
## 5377      emerald_4ce
## 5378           777ggk
## 5379     rubysletters
## 5380    AngelGonza234
## 5381      RoselineS15
## 5382       bintcrubbs
## 5383       DistrokidR
## 5384           777ggk
## 5385           777ggk
## 5386      emerald_4ce
## 5387      ryujibonkin
## 5388      taylorpylex
## 5389      RoselineS15
## 5390    avigilantebit
## 5391         cryoshia
## 5392         cryoshia
## 5393     lafave_katie
## 5394    avigilantebit
## 5395        jubiesims
## 5396         AshlyGfx
## 5397    HannahJonesUU
## 5398         cryoshia
## 5399    avigilantebit
## 5400      RobLariceJr
## 5401        swift4gnf
## 5402       madimasako
## 5403      RoselineS15
## 5404  JuicyxChocolate
## 5405         speaaknw
## 5406    Shakespearoes
## 5407          r3pluvr
## 5408    _carloscrespo
## 5409       manuelle06
## 5410       poke_siter
## 5411         weaner43
## 5412        JColRaper
## 5413          erocxel
## 5414   HitThemRycepss
## 5415        TomFHydes
## 5416      theangryang
## 5417      TechScout10
## 5418  neptunestardust
## 5419     Lauracoder12
## 5420    migrainegoner
## 5421      fairyofpoop
## 5422    seven_itseven
## 5423      YaBoyAkshar
## 5424      RoselineS15
## 5425      shroomslive
## 5426    seven_itseven
## 5427   TwillDistilled
## 5428     cakeofsodomy
## 5429   breathineilish
## 5430    Imrulkayes100
## 5431    migrainegoner
## 5432    seven_itseven
## 5433      RoselineS15
## 5434    summersun4evr
## 5435       davidcaba_
## 5436       ZanAycicek
## 5437         ganzw1en
## 5438         ptvlt666
## 5439         ganzw1en
## 5440  especiallyavery
## 5441         speashos
## 5442       waoyfswift
## 5443      RoselineS15
## 5444  Bluebelldigital
## 5445    EvermoreWitch
## 5446       davidcaba_
## 5447    EvermoreWitch
## 5448      RoselineS15
## 5449  griffith_lorisa
## 5450       ZeBadmedic
## 5451      RoselineS15
## 5452  funniestphemale
## 5453     E_Teezey1286
## 5454  dennisnjuki2018
## 5455    EvermoreWitch
## 5456      V3g4punk123
## 5457  griffith_lorisa
## 5458    Olivias_livie
## 5459        tuneestan
## 5460     luckyjessey1
## 5461         VSlaylor
## 5462     mickey_smash
## 5463        letterxci
## 5464        tannywuff
## 5465        tuneestan
## 5466     hannahhmarch
## 5467         Dvann562
## 5468     luckyjessey1
## 5469          shlieut
## 5470      RoselineS15
## 5471   leefelixsblkgf
## 5472           beqmed
## 5473    BigheadCarrol
## 5474          shlieut
## 5475          shlieut
## 5476           beqmed
## 5477          shlieut
## 5478    satirerevived
## 5479     luckyjessey1
## 5480        LuLu_9496
## 5481      BrokeBoyCal
## 5482      Alastorsart
## 5483         jawsavfc
## 5484     AnthonyLWolf
## 5485    tahtinenrandy
## 5486    DungeonGlitch
## 5487          ojanshu
## 5488         maddy_h_
## 5489       6asmaskTTV
## 5490     facuu_correa
## 5491        viejamina
## 5492       Ariesone96
## 5493          ayyonce
## 5494    BigheadCarrol
## 5495         geekykoo
## 5496   QueenieMoet412
## 5497     overmestella
## 5498     luckyjessey1
## 5499    BigheadCarrol
## 5500          aryxari
## 5501     SofiaNight21
## 5502      prc__roblox
## 5503    MansiDave0409
## 5504  Patrick31370308
## 5505     kelseyyyannx
## 5506    BigheadCarrol
## 5507     ethanmedler_
## 5508    laurakristen_
## 5509      RoselineS15
## 5510          Yaro_b_
## 5511         EvsNieli
## 5512       Poulami_dp
## 5513      icky__nikki
## 5514      kingfromqns
## 5515        yetismall
## 5516         EvsNieli
## 5517         EvsNieli
## 5518       Takuday_OW
## 5519      AaronDenius
## 5520       Poulami_dp
## 5521   emilycantwell_
## 5522     RobinBaum143
## 5523   iamnotinkansas
## 5524      RoselineS15
## 5525       Poulami_dp
## 5526          IWK2GK5
## 5527  Sarthak61511357
## 5528       Poulami_dp
## 5529   emilycantwell_
## 5530       Takuday_OW
## 5531   __yxgxmilighto
## 5532      applicable_
## 5533      lulaamaya__
## 5534     southpawwolf
## 5535       MillyGoats
## 5536  sakshishukla489
## 5537      RoselineS15
## 5538       Takuday_OW
## 5539        skadoople
## 5540     southpawwolf
## 5541   ForbiddenDisco
## 5542      ITSDKARTIER
## 5543     peace2dahood
## 5544    rohini_wagh77
## 5545      linnaesheng
## 5546          FoParty
## 5547     Glasgow_Live
## 5548         hann_mcg
## 5549    NMCSOfficial1
## 5550        Tania120m
## 5551      RoselineS15
## 5552        Ntlombe_S
## 5553          Maaabby
## 5554         ariskyy_
## 5555        Brexito26
## 5556        esprit15d
## 5557   LeolloOfficial
## 5558    melodramarain
## 5559        joesnicky
## 5560         boyish07
## 5561   LeolloOfficial
## 5562       doodles829
## 5563       heymanthan
## 5564      aureumsimia
## 5565      RoselineS15
## 5566        Brexito26
## 5567   LeolloOfficial
## 5568        ororealty
## 5569         boyish07
## 5570    melodramarain
## 5571   badsadandmad_x
## 5572   LeolloOfficial
## 5573    DARLINGDABEST
## 5574    JerryBoKnowz_
## 5575      loveyoujoss
## 5576      orangecrocs
## 5577  sanrioskullz999
## 5578         boyish07
## 5579      pushpinbird
## 5580  LosMerengues_14
## 5581    melodramarain
## 5582      Team_Amdrew
## 5583    DARLINGDABEST
## 5584      yuhitzme810
## 5585          popbuzz
## 5586         DevComp_
## 5587    journo_sophie
## 5588    DARLINGDABEST
## 5589    wonderofshawn
## 5590       doodles829
## 5591  iluvkirstyb1975
## 5592      mileyzdrive
## 5593    melodramarain
## 5594       Phantom3zz
## 5595        BanambaYT
## 5596        irisnotok
## 5597   eleventndoctor
## 5598    nandos_fan123
## 5599   noodlescompany
## 5600          zrjaved
## 5601        irisnotok
## 5602      r753_rfw753
## 5603   theteainpotato
## 5604   eleventndoctor
## 5605         imRockey
## 5606         CC_Razer
## 5607          Poplel_
## 5608         CC_Razer
## 5609    rrendezzvvous
## 5610  DgeeChamberlain
## 5611      yoinksplonk
## 5612   eleventndoctor
## 5613  LukeH_icanteven
## 5614     ThommoAndrew
## 5615  glugglugglugglu
## 5616    pappysheedlwe
## 5617      loveyoujoss
## 5618         MorayDad
## 5619    hamsatheninth
## 5620          wjf____
## 5621      healingcari
## 5622        Lonchavic
## 5623     madtractions
## 5624      loveyoujoss
## 5625      healingcari
## 5626    Malsoma_Royte
## 5627        ghazouf97
## 5628     madtractions
## 5629      RoselineS15
## 5630         whuikiss
## 5631     madtractions
## 5632     teejay_rukky
## 5633      pau13_swift
## 5634   Captinknuckels
## 5635    ChemistHealth
## 5636        flwrrxboy
## 5637           deft18
## 5638           jdd1k3
## 5639       ElderIsaak
## 5640        shirecrow
## 5641    PHANT0MTHIEVE
## 5642    Juanitoooo004
## 5643       shakypubco
## 5644    AdeliadeShine
## 5645       ElderIsaak
## 5646    PlayzRednight
## 5647           biiksr
## 5648    PlayzRednight
## 5649           jdd1k3
## 5650       eddiediiaz
## 5651    PlayzRednight
## 5652          VexxXt_
## 5653  nikita__ramirez
## 5654     onikarevenge
## 5655    PlayzRednight
## 5656         artplugg
## 5657         bngh8016
## 5658   Virac0chaTweet
## 5659   Lizbeth_Meza95
## 5660    Nelly_Jelly07
## 5661      krispie1103
## 5662    Juanitoooo004
## 5663        brutalxim
## 5664  AsthaGu60674407
## 5665  MellowScotJulia
## 5666     andromustdie
## 5667    blueberrymoss
## 5668   _badcontestant
## 5669        brutalxim
## 5670    OutdoorsAlexa
## 5671        _artsyari
## 5672        brutalxim
## 5673        drliemann
## 5674          bugenji
## 5675           jdd1k3
## 5676   Lizbeth_Meza95
## 5677     mistahjamess
## 5678         sonaroha
## 5679         sonaroha
## 5680     chiamamiPino
## 5681         giuuloon
## 5682      sunflowersv
## 5683      sunflowersv
## 5684       ohMyG00och
## 5685       oluwa_faro
## 5686   Lizbeth_Meza95
## 5687         sonaroha
## 5688      sunflowersv
## 5689     chiamamiPino
## 5690   onedaylonglive
## 5691  disgruntledtofu
## 5692      sunflowersv
## 5693      MarcoWatts_
## 5694      kayoshi_dev
## 5695     mistahjamess
## 5696        itsmeljel
## 5697   faith_in_louis
## 5698         theo7509
## 5699      FOLINY_ARMY
## 5700        Kyberry32
## 5701       HeroicSide
## 5702    KathleenMHill
## 5703         soitis__
## 5704    peachysxnrise
## 5705  nicetohaveswift
## 5706    flaherty22891
## 5707        putzolutz
## 5708    peachysxnrise
## 5709   FeelinYourself
## 5710        imdumbfr_
## 5711        exhalevro
## 5712    peachysxnrise
## 5713    sucker4greedy
## 5714    AbdulRehmen_1
## 5715      yallgurlfer
## 5716          2cents_
## 5717        shirecrow
## 5718   AngelT_Edwards
## 5719      FOLINY_ARMY
## 5720     ColbyLindsay
## 5721     goodluckbeer
## 5722   FeelinYourself
## 5723        saintnivk
## 5724   Loveiloandmilo
## 5725    flaherty22891
## 5726        mishachu3
## 5727    ntinanotf0und
## 5728  simplyycornelia
## 5729    elsabelamaren
## 5730  ouraniablossoms
## 5731       czambrotto
## 5732    peachysxnrise
## 5733    elsabelamaren
## 5734           nthlni
## 5735  LaCamilazaRemix
## 5736     squid_roblox
## 5737      djwinterman
## 5738    lapisdevelops
## 5739    elsabelamaren
## 5740      FOLINY_ARMY
## 5741     squid_roblox
## 5742        Drip_komi
## 5743    flaherty22891
## 5744     squid_roblox
## 5745    lapisdevelops
## 5746     squid_roblox
## 5747        wtfmoura1
## 5748   __SourCandy___
## 5749    lapisdevelops
## 5750      JalisaSnell
## 5751    flaherty22891
## 5752      erikm0nster
## 5753        wtfmoura1
## 5754        jandralee
## 5755     goldendaae23
## 5756      LiaMichelle
## 5757       houseofari
## 5758   Loveiloandmilo
## 5759        wtfmoura1
## 5760         tyderail
## 5761   Loveiloandmilo
## 5762     CorduroyLane
## 5763     mistahjamess
## 5764      VindiTweets
## 5765         edeniseg
## 5766   Loveiloandmilo
## 5767          xtrnall
## 5768   ItsJosiePosiee
## 5769          xtrnall
## 5770      AlexParody3
## 5771          xtrnall
## 5772   RyanHorror1998
## 5773          ACHlUWA
## 5774          xtrnall
## 5775      vanessitarv
## 5776   Chanwooisbabie
## 5777         edeniseg
## 5778   RyanHorror1998
## 5779  BenjaminGCooper
## 5780  williamsIsaia16
## 5781      X100PreBeno
## 5782        MemedMeat
## 5783            F1Emz
## 5784  MatheusVersian5
## 5785  JumplinkTechhub
## 5786         tyderail
## 5787          indstu7
## 5788         edeniseg
## 5789  Cristin25558525
## 5790  ohmygod81844174
## 5791  RealFrancisPort
## 5792      youremymymy
## 5793            F1Emz
## 5794         Ryana427
## 5795            F1Emz
## 5796    thesleeperart
## 5797    thesleeperart
## 5798           cxrize
## 5799       iquitenian
## 5800           cxrize
## 5801  DanielM39398089
## 5802    thesleeperart
## 5803   ASouth_African
## 5804     AprilCrook18
## 5805        mukhershd
## 5806     BoiSenseless
## 5807           cxrize
## 5808    thesleeperart
## 5809       kanekisIut
## 5810     AprilCrook18
## 5811   Moonlight_Herr
## 5812     AprilCrook18
## 5813            jmbwr
## 5814  dennisnjuki2018
## 5815          Maimdp_
## 5816        jkrenebae
## 5817      youremymymy
## 5818       gloomjenos
## 5819       burkayshn1
## 5820   Moonlight_Herr
## 5821      YrnlonnieYt
## 5822   battle_reviews
## 5823     ayokasystems
## 5824         AmoahCFC
## 5825        jkrenebae
## 5826      leehannie08
## 5827          Maimdp_
## 5828  ROLLINSxMESSIAH
## 5829     1975ruinedme
## 5830           Favanr
## 5831        EZBreezyT
## 5832   battle_reviews
## 5833      leehannie08
## 5834  BanditsInsider_
## 5835        octowhat2
## 5836    forgetmenot49
## 5837  ROLLINSxMESSIAH
## 5838      youremymymy
## 5839   MochaWilliams9
## 5840  usernimmtestief
## 5841  Daniela53946522
## 5842        tiffnic06
## 5843          godfree
## 5844      leehannie08
## 5845        solacesyk
## 5846  m_thompson_0506
## 5847  ROLLINSxMESSIAH
## 5848      isiforshort
## 5849      youremymymy
## 5850   MochaWilliams9
## 5851  ROLLINSxMESSIAH
## 5852      JaysmokesZa
## 5853    heartlifeshin
## 5854        GaneshDGN
## 5855       hiheyitsmk
## 5856        tiffnic06
## 5857   battle_reviews
## 5858        jkrenebae
## 5859       lilmzfenty
## 5860   amireallyhimfr
## 5861       hiheyitsmk
## 5862      Sararose12_
## 5863      khalid_jiya
## 5864       hiheyitsmk
## 5865      SpookyKing0
## 5866      khalid_jiya
## 5867        tiffnic06
## 5868      fairislerry
## 5869       casslogist
## 5870      Vermontious
## 5871   manuelgalindoo
## 5872      khalid_jiya
## 5873      Sararose12_
## 5874      lilac_bambi
## 5875     BobKaufman69
## 5876  ot7close_friend
## 5877      EJC_CORBETT
## 5878           _uuwah
## 5879       Mescuudiii
## 5880      lilac_bambi
## 5881  m_thompson_0506
## 5882   manuelgalindoo
## 5883      Sararose12_
## 5884       PhoebiArum
## 5885     Esteban_g27_
## 5886     JayKitsuneTV
## 5887           _uuwah
## 5888       nikki_inde
## 5889     gayganridley
## 5890       AstroTorch
## 5891           _uuwah
## 5892      Sararose12_
## 5893           _uuwah
## 5894     JayKitsuneTV
## 5895         yuriink_
## 5896    ProbablyNolan
## 5897    kiaramaritz13
## 5898     JayKitsuneTV
## 5899       ZanAycicek
## 5900       Nadia_4444
## 5901        gayroxide
## 5902          exlaixa
## 5903    kiaramaritz13
## 5904      I_mialisa_I
## 5905          exlaixa
## 5906     JayKitsuneTV
## 5907    NC422wasfound
## 5908        lyingbugs
## 5909      juliatayloe
## 5910  Junkyuturtlekim
## 5911      I_mialisa_I
## 5912    kiaramaritz13
## 5913      callmelexis
## 5914          PikaSaz
## 5915        chirpyest
## 5916       qmptrading
## 5917      I_mialisa_I
## 5918      juliatayloe
## 5919       ariishinyz
## 5920  gr33nblu3purpl3
## 5921  Moflexhandsome0
## 5922      I_mialisa_I
## 5923    NotUnfunniest
## 5924       ariishinyz
## 5925       DrFrogDoom
## 5926      hedrswiffff
## 5927       DrFrogDoom
## 5928        dreamytsu
## 5929    NotUnfunniest
## 5930     RoyalxDaring
## 5931  gr33nblu3purpl3
## 5932     ETomlinson99
## 5933       DrFrogDoom
## 5934       prism_punk
## 5935         chydhera
## 5936         ZZozo624
## 5937       DrFrogDoom
## 5938        ShyybahFM
## 5939       ariishinyz
## 5940    NotUnfunniest
## 5941   itskendalagain
## 5942     epicdave2001
## 5943  gr33nblu3purpl3
## 5944         leoarapp
## 5945       AstroTorch
## 5946  gr33nblu3purpl3
## 5947     epicdave2001
## 5948   MultiversalDev
## 5949      otherebecca
## 5950    NotUnfunniest
## 5951  minsugaforehead
## 5952        kerancore
## 5953     epicdave2001
## 5954   tryingtocancel
## 5955  datkidchrisdree
## 5956     epicdave2001
## 5957       xpapatya_x
## 5958      I_Am_Mars__
## 5959  minsugaforehead
## 5960        dreamytsu
## 5961    zayyunleashed
## 5962       xpapatya_x
## 5963      I_Am_Mars__
## 5964           j3ssaf
## 5965       xpapatya_x
## 5966      calmIjawBoy
## 5967    veggie_samosa
## 5968      I_Am_Mars__
## 5969  MichelleCaissi1
## 5970  minsugaforehead
## 5971       xpapatya_x
## 5972        party4__u
## 5973   midnightsera13
## 5974     g_awaycarmrd
## 5975      I_Am_Mars__
## 5976           Dur_x9
## 5977  minsugaforehead
## 5978          mpsrcym
## 5979     nialovenicki
## 5980  CocoandFriends2
## 5981     g_awaycarmrd
## 5982     OnlineProusa
## 5983      kim17_jihoo
## 5984        party4__u
## 5985   midnightsera13
## 5986    votefortxtuwu
## 5987      martin_mg__
## 5988   midnightsera13
## 5989   manic_idleteen
## 5990    KennoStargate
## 5991  carcarcrash7864
## 5992     OnlineProusa
## 5993   midnightsera13
## 5994    LilJinata1111
## 5995        junhaniac
## 5996  blackholefriend
## 5997   hildevongarden
## 5998     JamesHarness
## 5999  carcarcrash7864
## 6000           ONErpm
## 6001     OnlineProusa
## 6002          maomic2
## 6003  carcarcrash7864
## 6004         xoxoewer
## 6005    relevant_2020
## 6006      lilac_bambi
## 6007     relientkenny
## 6008       Boomalope_
## 6009      ferzavala14
## 6010     _AstroMaddie
## 6011     OnlineProusa
## 6012        lizdalben
## 6013         RealMyaJ
## 6014    jaylee_shaner
## 6015  HaitianDoll_LLC
## 6016    ddlhsteinfeld
## 6017   ZackAttack2995
## 6018      diegolealdo
## 6019       coacoac28l
## 6020      diegolealdo
## 6021     OnlineProusa
## 6022      diegolealdo
## 6023    jinastronautt
## 6024    ItsonlyEdrian
## 6025        xoxojoyce
## 6026      ghost_drone
## 6027      saqifkhan59
## 6028      mydixswreck
## 6029    kohiwonomitai
## 6030      mydixswreck
## 6031    kohiwonomitai
## 6032    jinastronautt
## 6033      xtinapanama
## 6034       JamesMozia
## 6035          ye_onge
## 6036   palmtreesdolan
## 6037      saqifkhan59
## 6038      mydixswreck
## 6039      SaylorxMoon
## 6040     bulletssalem
## 6041    kohiwonomitai
## 6042        xoxojoyce
## 6043        LokitaViv
## 6044     OnlineProusa
## 6045           Mvxzzz
## 6046          tajit_7
## 6047         lauvrryt
## 6048  CamilyWilliany1
## 6049  tangerinewsugaa
## 6050  CamilyWilliany1
## 6051      SaylorxMoon
## 6052  CamilyWilliany1
## 6053        ctmmydisc
## 6054      saqifkhan59
## 6055    TheGiraffeBoi
## 6056  CamilyWilliany1
## 6057          tajit_7
## 6058     OnlineProusa
## 6059      slimayjimay
## 6060        ctmmydisc
## 6061      xtinapanama
## 6062          tajit_7
## 6063        xoxojoyce
## 6064     jadetravers1
## 6065      rubendehaes
## 6066      saqifkhan59
## 6067    uarmydionysus
## 6068     jadetravers1
## 6069     Blink_are_BP
## 6070       prodbyLOUX
## 6071   worldturnedred
## 6072       SAPPHlCSAM
## 6073     jadetravers1
## 6074      saqifkhan59
## 6075        yujurosie
## 6076     OnlineProusa
## 6077    krittikanandi
## 6078      reverseliss
## 6079        xoxojoyce
## 6080       RobynisRed
## 6081           hcqwyp
## 6082     testing_2610
## 6083     OnlineProusa
## 6084     jealousyxliv
## 6085        yujurosie
## 6086      reverseliss
## 6087  SiphesihleNts14
## 6088     OnlineProusa
## 6089    conorelwell12
## 6090  OpaqueSleet7802
## 6091           hcqwyp
## 6092        dolcening
## 6093   thebadboyblues
## 6094        bela_iman
## 6095    krittikanandi
## 6096     OnlineProusa
## 6097       rikingball
## 6098   darealveektohr
## 6099      birdsbelles
## 6100           Dur_x9
## 6101      birdsbelles
## 6102   carmenmagentaa
## 6103      slimayjimay
## 6104    krittikanandi
## 6105    sneakers_hub4
## 6106      birdsbelles
## 6107  missbogwitchusa
## 6108        zynthical
## 6109        bela_iman
## 6110      birdsbelles
## 6111   carmenmagentaa
## 6112  Justmagicalgirl
## 6113    Joseespinosaz
## 6114     RektSkeleton
## 6115   carmenmagentaa
## 6116    missmoonpride
## 6117  isitromantichow
## 6118      seafoamyonk
## 6119          RoxyK71
## 6120       HorsinReal
## 6121        AmandaRPI
## 6122      _jaccaranda
## 6123     RektSkeleton
## 6124     themwananchi
## 6125        taemay222
## 6126     RektSkeleton
## 6127    jazzydamasco_
## 6128      ControlTVng
## 6129      AnimosityX_
## 6130   indigo_sounds_
## 6131  onlinesaleseldo
## 6132   colincreekmall
## 6133   notsummersrose
## 6134          _Ruuubs
## 6135       kanyestan0
## 6136    Barbartuneday
## 6137    umeenterprise
## 6138   iamlemarwilson
## 6139          not_drc
## 6140   BlackButterEnt
## 6141   emmamatteiniii
## 6142     Jace98127644
## 6143     RektSkeleton
## 6144    flurrylazulii
## 6145  bolonmusicgroup
## 6146    Felsenbirne22
## 6147  thepakistan2021
## 6148    yasminalm3ida
## 6149    flurrylazulii
## 6150     2Letters__Tc
## 6151     nemospencer1
## 6152   cherrystyles_8
## 6153      lukaslevert
## 6154    LordChristoff
## 6155    Remembalucky7
## 6156        MPowerRSA
## 6157        Page2Girl
## 6158      PandemexLLC
## 6159  Your_siddhartha
## 6160   DirtyLoverBand
## 6161          JJSLCVE
## 6162        cyb3rn1te
## 6163    Felsenbirne22
## 6164        neilmacq_
## 6165         a_moskwa
## 6166         octohbrs
## 6167           Helpy_
## 6168         joaophs1
## 6169  LeChristopherAG
## 6170        luckyLVJY
## 6171  nicoleswiftieee
## 6172          JJSLCVE
## 6173        cyb3rn1te
## 6174          45264rs
## 6175          HByedon
## 6176           Adds4L
## 6177   jacksonsjigsaw
## 6178     RoxasEevwy32
## 6179        pompompep
## 6180        cyb3rn1te
## 6181  thehopeofitalll
## 6182  brianabonfiglio
## 6183           Helpy_
## 6184  arsinghofficial
## 6185         EinarrGL
## 6186         ecco_tel
## 6187   amaranewbeginn
## 6188           Adds4L
## 6189        doux_soft
## 6190    Felsenbirne22
## 6191   amaranewbeginn
## 6192       sqigglelie
## 6193    OG_Aboriginal
## 6194           Adds4L
## 6195          bkithia
## 6196   amaranewbeginn
## 6197   _GrantTheGoat_
## 6198     royalyoungsz
## 6199  MsSamanthalynn2
## 6200       amsysiyo_6
## 6201     testing_2610
## 6202     kingnathan45
## 6203   amaranewbeginn
## 6204     checkoutsopi
## 6205           Adds4L
## 6206       aleannemia
## 6207     arshpatel123
## 6208     berryheiress
## 6209    yoonsdelight_
## 6210       Chloweeee_
## 6211     iamEPanthony
## 6212       misslunela
## 6213          KEENAS_
## 6214    VanillAiLatte
## 6215       amsysiyo_6
## 6216   Samira43812949
## 6217     PomstarVstar
## 6218       aleannemia
## 6219    Fatimarhaliyu
## 6220     geniecraft92
## 6221           Dur_x9
## 6222         RexTare2
## 6223       tiatricamo
## 6224     marriedheads
## 6225          souldls
## 6226   apkaranatayyab
## 6227       tiatricamo
## 6228    sneakers_hub4
## 6229       amsysiyo_6
## 6230  MichaelDanger19
## 6231     geniecraft92
## 6232   kdjsdirty_coat
## 6233     walker_88793
## 6234      brokerbobw1
## 6235    maadelinemoon
## 6236     jenniferxcab
## 6237     fullstackera
## 6238     geniecraft92
## 6239     harshamano02
## 6240       amsysiyo_6
## 6241           x_aldc
## 6242         gloxxexi
## 6243           x_aldc
## 6244     geniecraft92
## 6245         Miyoomih
## 6246        AbbyZitro
## 6247           x_aldc
## 6248     geniecraft92
## 6249   sweetlacrimosa
## 6250  MonaxMoonKnight
## 6251           x_aldc
## 6252      KHCHENLE___
## 6253     testing_2610
## 6254     geniecraft92
## 6255   kdjsdirty_coat
## 6256    OnlineBethany
## 6257    uwupotato9206
## 6258   gabigalashiels
## 6259       criyptogod
## 6260     geniecraft92
## 6261     mistahjamess
## 6262    gabrielaa1109
## 6263  TheNotoriousNTJ
## 6264           7texts
## 6265   gabigalashiels
## 6266          im_vlan
## 6267          10Drilz
## 6268      Ckalebtoday
## 6269     geniecraft92
## 6270    SailorGainz18
## 6271        Miralibay
## 6272   gabigalashiels
## 6273      Imaarinkaur
## 6274     yale__mollie
## 6275     geniecraft92
## 6276       amsysiyo_6
## 6277        NERODANKS
## 6278         ItsMeT96
## 6279  Muellersdayoff_
## 6280       VANLEPPARD
## 6281    Missing_Peice
## 6282         sicmundz
## 6283        WeSpotYou
## 6284  lucyabernathy23
## 6285       TinaleeM83
## 6286   katharsisTKlts
## 6287        Miralibay
## 6288       WintyTweet
## 6289      Ckalebtoday
## 6290     sammilopes14
## 6291     geniecraft92
## 6292           Hkcgv7
## 6293      oasis_ch1ld
## 6294         04_jerrr
## 6295  lucyabernathy23
## 6296         taefolla
## 6297     yelenqvision
## 6298    marjoriestave
## 6299        CJhereeee
## 6300      DevilTastic
## 6301       shelbytism
## 6302       minjiscafe
## 6303        Miralibay
## 6304       Confoozzed
## 6305         04_jerrr
## 6306         WOOJ0830
## 6307  Christo68932776
## 6308         taefolla
## 6309        grayoshii
## 6310     sammilopes14
## 6311         04_jerrr
## 6312        urboyphel
## 6313      RachaelEfff
## 6314         04_jerrr
## 6315           sj_frr
## 6316  oluwafemi_bobby
## 6317          PexcelD
## 6318      Ckalebtoday
## 6319    fixed_surebet
## 6320         sicmundz
## 6321        ChidongaT
## 6322        AroojBlog
## 6323          mianyuu
## 6324      LucaCelli67
## 6325    Waylen_Essays
## 6326     mileyalegend
## 6327  GrahamCamComedy
## 6328       Ac247Agyei
## 6329         sicmundz
## 6330         kamo226_
## 6331         Trvrctt1
## 6332        GusAmogus
## 6333     mileyalegend
## 6334         tkotheii
## 6335     Bluesinger71
## 6336      bellanati0n
## 6337         Axleal18
## 6338         kamo226_
## 6339        GusAmogus
## 6340    djleakycheese
## 6341     Chilly_Pixie
## 6342     Bluesinger71
## 6343  stopswearingpls
## 6344  MtKilimanjaroTZ
## 6345       ntmyimsimp
## 6346     mileyalegend
## 6347      nadinemaybe
## 6348     goldenwallzz
## 6349       leilazebra
## 6350     Bluesinger71
## 6351        felintooz
## 6352        GusAmogus
## 6353    djleakycheese
## 6354     Cathie_Mills
## 6355   ElonMusksapceX
## 6356     zombieweiner
## 6357     Bluesinger71
## 6358    djleakycheese
## 6359   yellow_lindsey
## 6360        lilyvol_6
## 6361           28Sabs
## 6362      nadinemaybe
## 6363     zombieweiner
## 6364      ElfJohanaGT
## 6365            14u53
## 6366     Cathie_Mills
## 6367      nadinemaybe
## 6368   MarshalRegalia
## 6369    ScrunchieShop
## 6370     zombieweiner
## 6371      budbrowniee
## 6372           Oilk4_
## 6373   GhostlyCas9999
## 6374     geniecraft92
## 6375    Robin_Paige20
## 6376    djleakycheese
## 6377         snaakszn
## 6378         valaisvx
## 6379      cfs123plays
## 6380         valaisvx
## 6381     geniecraft92
## 6382       killercupe
## 6383    PrAnAychArAn9
## 6384    satnam_nation
## 6385  gently_confused
## 6386      cfs123plays
## 6387         valaisvx
## 6388       jcoyndrive
## 6389    scotsmike1985
## 6390      leandro9366
## 6391     MattMatthewP
## 6392     katehofilena
## 6393  Muellersdayoff_
## 6394      BethReanne_
## 6395     overmestella
## 6396      uenoyamalvr
## 6397         scamheen
## 6398      cfs123plays
## 6399       jcoyndrive
## 6400           GVMiS3
## 6401      leandro9366
## 6402      uenoyamalvr
## 6403    satellite_rry
## 6404     geniecraft92
## 6405     danielba2001
## 6406     bluepandas28
## 6407    EverMidnights
## 6408   joseandress_13
## 6409       jcoyndrive
## 6410     NeoMasemola_
## 6411       kollegerok
## 6412    thelazyarpita
## 6413         Jhndleee
## 6414   joseandress_13
## 6415       jcoyndrive
## 6416       bIackcindy
## 6417     geniecraft92
## 6418   gingersnations
## 6419   joseandress_13
## 6420     geniecraft92
## 6421       peenapples
## 6422      BeautyNBars
## 6423  sendirianmuluya
## 6424     geniecraft92
## 6425         noullian
## 6426       peenapples
## 6427    satnam_nation
## 6428    hokagebrizzle
## 6429      TheAlexZurg
## 6430          plabieo
## 6431         noullian
## 6432   ichbinderbenny
## 6433        gamermabk
## 6434          Al_Hine
## 6435  GamingSkelebone
## 6436          anaglcx
## 6437        jaketylxr
## 6438       LuccaCotta
## 6439        gamermabk
## 6440   ichbinderbenny
## 6441          plabieo
## 6442        trueebIue
## 6443      safari_room
## 6444           gc187x
## 6445        gamermabk
## 6446    Jinsha_Frainy
## 6447        haylortkm
## 6448       brodylol33
## 6449        MrsMarie_
## 6450        haylortkm
## 6451           kweiju
## 6452         povdiors
## 6453    Jinsha_Frainy
## 6454  NewrozLovesMILF
## 6455     imthefoolish
## 6456     sikuthealien
## 6457   clairebear007_
## 6458      mollysulli3
## 6459            HST_7
## 6460     imthefoolish
## 6461      DookDoodles
## 6462  RobinsonPeace16
## 6463           kweiju
## 6464         Ejobs_pk
## 6465  artandmasterpi1
## 6466        ikcentrik
## 6467         imsamnow
## 6468     Darkmode_420
## 6469   simplythebeth3
## 6470   katedensonluvr
## 6471      leandro9366
## 6472   SouthBlackNote
## 6473   DarioSwiftLipa
## 6474   basedburritos_
## 6475     luxmoonchild
## 6476         userjan4
## 6477        encanthor
## 6478          Erzuluk
## 6479       BmkEminent
## 6480          Arriamz
## 6481          Erzuluk
## 6482        encanthor
## 6483          URL0S3R
## 6484  secretaryarcane
## 6485        Mar_moram
## 6486        Cl4rityGG
## 6487    iamDCinvestor
## 6488   champagneflopi
## 6489   pablointheskin
## 6490      gabbyshreve
## 6491        kelvinfnk
## 6492    annabel______
## 6493       TheSchnetz
## 6494       Jenni_faar
## 6495      SkillsFood1
## 6496       EvolAva_EV
## 6497      VoodooSCOOP
## 6498          mosh241
## 6499    MuppetMulaney
## 6500       dayasorbit
## 6501          mosh241
## 6502  RobinsonPeace16
## 6503         Tr1gga_3
## 6504        encanthor
## 6505      YukiYukiPOG
## 6506       EvolAva_EV
## 6507          mosh241
## 6508     laurrynnnnnn
## 6509      genroflores
## 6510        encanthor
## 6511        Alienware
## 6512        jon_m_rob
## 6513     clumsyxmarii
## 6514     paperfishgal
## 6515           alrwyd
## 6516   ThisIsRituNegi
## 6517      DJAssassino
## 6518       mabonso_sa
## 6519     paperfishgal
## 6520      bre_mccrary
## 6521     DJARlNISPUNK
## 6522          ikatyah
## 6523   alwaysolatunji
## 6524     paperfishgal
## 6525        burtonvjr
## 6526   FirstNameConor
## 6527        b2fly2000
## 6528      bre_mccrary
## 6529          ikatyah
## 6530        burtonvjr
## 6531      bre_mccrary
## 6532        jon_m_rob
## 6533          l0usour
## 6534        burtonvjr
## 6535        b2fly2000
## 6536     PriyankaA333
## 6537   Stanleydaninja
## 6538        b2fly2000
## 6539   Judith11593504
## 6540    elizabethduds
## 6541        Aeisha___
## 6542    amusingsoojin
## 6543        fabioddao
## 6544    Grantosterone
## 6545    helenaisawake
## 6546  the_real_ticker
## 6547        b2fly2000
## 6548           _hmgjr
## 6549    corneliaspink
## 6550     alterbrown82
## 6551         dom_drea
## 6552       jakeupnash
## 6553    victoriiakath
## 6554  RyanForEQUALITY
## 6555           _hmgjr
## 6556     alterbrown82
## 6557      amytorbetta
## 6558     alterbrown82
## 6559       renugav555
## 6560     alterbrown82
## 6561        Aeisha___
## 6562       sydparker_
## 6563     AdamClark850
## 6564    FrawstyGWizzo
## 6565      liquortalks
## 6566     xande_poveda
## 6567       helpmum_ng
## 6568         Mr_Reedo
## 6569       AMoonshade
## 6570   Evelyn_Chhetry
## 6571        Barrytoon
## 6572      liquortalks
## 6573     lotsadLottie
## 6574     Missskitttin
## 6575      liquortalks
## 6576   skvwalkerfilms
## 6577        Aeisha___
## 6578           h4liwp
## 6579       AMoonshade
## 6580     TeamAthena13
## 6581        JrKalyjay
## 6582       freakyfly_
## 6583   skvwalkerfilms
## 6584      How2bJazzAF
## 6585    finch_forever
## 6586        quirkstie
## 6587          mrmhrs_
## 6588      ggxdelovato
## 6589       freakyfly_
## 6590        lee_04njm
## 6591        lee_04njm
## 6592     aubryfonseca
## 6593        CNS_Media
## 6594  josh44444444442
## 6595        ilykimtea
## 6596          hayls_s
## 6597    MelissaJFrost
## 6598    MandyPanda011
## 6599      wilks_lydia
## 6600     Richnigga912
## 6601         MrKrepan
## 6602  josh44444444442
## 6603          hayls_s
## 6604        lee_04njm
## 6605          hayls_s
## 6606  visionsofmantra
## 6607     BelgianDears
## 6608       DjGus_Bqto
## 6609      niinetynine
## 6610          hayls_s
## 6611   clifford_kriss
## 6612     TheresABeaaa
## 6613      KozmixBlitz
## 6614   PlainsTunneler
## 6615      KozmixBlitz
## 6616      relleunique
## 6617     chericelovee
## 6618      KozmixBlitz
## 6619          gd_pika
## 6620       seeseehawk
## 6621     louiecapaldi
## 6622      KozmixBlitz
## 6623       aTzbiT1117
## 6624      Isa4cIsiaka
## 6625   googlemybusine
## 6626  darealtimshady1
## 6627      Isa4cIsiaka
## 6628  carloscruz21999
## 6629      fanaticnole
## 6630  montsemaqueda01
## 6631          dikhxon
## 6632     Glasgow_Live
## 6633         jiheon67
## 6634      Isa4cIsiaka
## 6635       aTzbiT1117
## 6636          dikhxon
## 6637      RyujinBread
## 6638         jiheon67
## 6639        flatentx1
## 6640         Allieen0
## 6641       aTzbiT1117
## 6642          dikhxon
## 6643        Aeisha___
## 6644         jiheon67
## 6645        adrienefq
## 6646       aTzbiT1117
## 6647   xForeverMixer1
## 6648  Esteban31743091
## 6649  theemarajpalace
## 6650   xForeverMixer1
## 6651        MadCatBeX
## 6652        _Spiracle
## 6653          Doo_kis
## 6654  Esteban31743091
## 6655         LSU_EDEN
## 6656   xForeverMixer1
## 6657        _Spiracle
## 6658    artblockmusic
## 6659  MoneyMarkDiggla
## 6660    Lord_Chiquita
## 6661        notregina
## 6662     vergara_1028
## 6663         LSU_EDEN
## 6664    Lord_Chiquita
## 6665      Isa4cIsiaka
## 6666       DjGus_Bqto
## 6667  MoneyMarkDiggla
## 6668      ThomBartley
## 6669    Lord_Chiquita
## 6670        wa_mutegi
## 6671    mutwiri_njue1
## 6672         gjkhouri
## 6673    Lord_Chiquita
## 6674        theta7274
## 6675       MoneyWilin
## 6676          nbn1126
## 6677        mayajoyrn
## 6678        cindilmao
## 6679         Tuttasb1
## 6680     lavenderocky
## 6681     violetaaazur
## 6682         LunarO7_
## 6683         OTU_SUAU
## 6684          primo4k
## 6685      buddhikac97
## 6686         gjkhouri
## 6687        Dam2juicy
## 6688        cindilmao
## 6689   sunnysatelIite
## 6690         Em_Bowie
## 6691        cindilmao
## 6692   kendallsrose03
## 6693        Dam2juicy
## 6694        ZadaJones
## 6695        J0K3RW1NS
## 6696   Jordanmanzelli
## 6697           septaz
## 6698     G_God_Josiah
## 6699      MaizieSeput
## 6700      NitroSpidey
## 6701        GR3YVE1NS
## 6702   kookoo71747839
## 6703         LunarO7_
## 6704       eliferssan
## 6705     nightmaxlive
## 6706  KATYCAT123CAT12
## 6707      Imagine5684
## 6708   Jordanmanzelli
## 6709    istantoulouse
## 6710   muzzu_or_mujju
## 6711      gudgurlriri
## 6712           QRiplo
## 6713         LunarO7_
## 6714      Imagine5684
## 6715          vlvtmin
## 6716    karla_smile07
## 6717    dipakhaldar02
## 6718   monikapocalips
## 6719      Imagine5684
## 6720     chatroomstan
## 6721   hrts4crimeboyz
## 6722        GR3YVE1NS
## 6723    dipakhaldar02
## 6724    karla_smile07
## 6725      Imagine5684
## 6726     chatroomstan
## 6727      Bk_officail
## 6728    theplatf0rmuk
## 6729          cosmiqr
## 6730         LunarO7_
## 6731   monikapocalips
## 6732       Cloudfrog7
## 6733    dipakhaldar02
## 6734    dipakhaldar02
## 6735   monikapocalips
## 6736        WFNYCraig
## 6737          Rasausa
## 6738        dejviid03
## 6739   ADMarcovecchio
## 6740      gudgurlriri
## 6741    dipakhaldar02
## 6742     October_Paro
## 6743      kamranali96
## 6744        MioneTwin
## 6745    bbIacktreacle
## 6746        Stef_ahny
## 6747    bbIacktreacle
## 6748    dipakhaldar02
## 6749    BelovedCassia
## 6750   punkdivestedbw
## 6751        imnasakun
## 6752    bbIacktreacle
## 6753  mightyknight501
## 6754       neoteez___
## 6755        imnasakun
## 6756   punkdivestedbw
## 6757    dipakhaldar02
## 6758       clownsalva
## 6759        AliCateRL
## 6760    bbIacktreacle
## 6761     mercurysummr
## 6762       MrDude_o_o
## 6763        imnasakun
## 6764     cathleenamor
## 6765      wheresbex95
## 6766     mercurysummr
## 6767    Cathydirector
## 6768       BrittJayee
## 6769  weightofthecrwn
## 6770     Ioveisnteasy
## 6771        AliCateRL
## 6772    Cathydirector
## 6773          stdbluv
## 6774           S3benj
## 6775     VeiledSirius
## 6776        Succmoody
## 6777     Ioveisnteasy
## 6778      Reggaemoms9
## 6779    adriana280921
## 6780       DjGus_Bqto
## 6781    SpectrumHubNg
## 6782           S3benj
## 6783         KikoFenn
## 6784    OliviaSLeland
## 6785   nectarofdelrey
## 6786   PESU_Anonymous
## 6787     cybervikash_
## 6788    sleepyariadne
## 6789       sumire9797
## 6790   nectarofdelrey
## 6791    KathEnchanted
## 6792         Tuttasb1
## 6793          stdbluv
## 6794        shyrlonai
## 6795         lvskgrls
## 6796        alonzofgo
## 6797   nectarofdelrey
## 6798   qingru19851221
## 6799     VeiledSirius
## 6800       liugmakeup
## 6801           jtwt95
## 6802   nectarofdelrey
## 6803        NymphNora
## 6804         guadaowo
## 6805      itstwinrova
## 6806          nxzzius
## 6807  josephine_werff
## 6808      flickerrenx
## 6809    myaccusername
## 6810   gxrgeouscolors
## 6811           jtwt95
## 6812      6illiebossa
## 6813         xxzamnxx
## 6814          a1_ahil
## 6815    Cathydirector
## 6816    KathEnchanted
## 6817          madd0ll
## 6818     VeiledSirius
## 6819      linosubway_
## 6820   gxrgeouscolors
## 6821  josephine_werff
## 6822         Abiyoo22
## 6823   ihearttswift06
## 6824   gxrgeouscolors
## 6825        Kaciigeek
## 6826  kookssoulmate01
## 6827           jtwt95
## 6828        dtqklover
## 6829   ihearttswift06
## 6830        mansdexeo
## 6831      iam__army18
## 6832       webeehappy
## 6833   gxrgeouscolors
## 6834        dtqklover
## 6835      iam__army18
## 6836           jtwt95
## 6837   ihearttswift06
## 6838        dtqklover
## 6839   thefirstkarbie
## 6840   hopeitnverends
## 6841      HateULuvMee
## 6842  aayushi__dhawan
## 6843   ihearttswift06
## 6844  THandsomeFather
## 6845     nba_laquica1
## 6846          parxrun
## 6847   WrittenByRome2
## 6848      iam__army18
## 6849     mercurysummr
## 6850  FatalBazookette
## 6851   TisanesTriumph
## 6852    Fiorella_9597
## 6853   snowontheb1tch
## 6854    robdotgregory
## 6855    loveisgoIden_
## 6856          parxrun
## 6857       MattPerks3
## 6858  ShivPat65724824
## 6859         aleyska_
## 6860       MattPerks3
## 6861        dtqklover
## 6862  Joshua_Miller24
## 6863          parxrun
## 6864   WrittenByRome2
## 6865    loveisgoIden_
## 6866       MattPerks3
## 6867       MattPerks3
## 6868        ShrWorldo
## 6869         kayxlayy
## 6870         aleyska_
## 6871    loveisgoIden_
## 6872   WrittenByRome2
## 6873         aleyska_
## 6874  bejeweledsydney
## 6875     imphfethryna
## 6876  kendrickpropose
## 6877       jami_jaami
## 6878     liyahumphrey
## 6879        mansdexeo
## 6880         aleyska_
## 6881      SadiaDisha2
## 6882   94SILVERTONGUE
## 6883        phoeni_x6
## 6884         antydowt
## 6885     zomerinzicht
## 6886   94SILVERTONGUE
## 6887          dadogg0
## 6888      Mexbill2341
## 6889          tolxbbe
## 6890        McCathyln
## 6891  ArianaOffical23
## 6892     rlewisphilly
## 6893     claudiastayy
## 6894        phoeni_x6
## 6895        gordo_rob
## 6896          dadogg0
## 6897         med_art1
## 6898          JMuse77
## 6899        equis_nyc
## 6900        phoeni_x6
## 6901        arisminie
## 6902   94SILVERTONGUE
## 6903    purplearmyst_
## 6904    dipakhaldar02
## 6905   94SILVERTONGUE
## 6906     arianamagicz
## 6907        bonny_473
## 6908       _keshawn15
## 6909    dipakhaldar02
## 6910         Tuttasb1
## 6911        tatixyeah
## 6912        LUVJ00NIE
## 6913          97Deras
## 6914       LCyphre666
## 6915    dipakhaldar02
## 6916       LeeStoner8
## 6917     AnimeInfern0
## 6918         13giyoon
## 6919       ese_rakata
## 6920         femenbee
## 6921        tatixyeah
## 6922    dipakhaldar02
## 6923       AsprinkleO
## 6924         13giyoon
## 6925       irenifilms
## 6926    purplearmyst_
## 6927       meskis_st_
## 6928       CleartwoIT
## 6929         13giyoon
## 6930     rove46726248
## 6931       joelfrom08
## 6932  lennyinanewdrss
## 6933   _evandavidson_
## 6934         13giyoon
## 6935    dipakhaldar02
## 6936    purplearmyst_
## 6937      DDDashielll
## 6938     rove46726248
## 6939  lennyinanewdrss
## 6940   mahlangu_nqobi
## 6941    dipakhaldar02
## 6942       joelfrom08
## 6943       eliseryann
## 6944         SaBlae_D
## 6945       bardlover6
## 6946      DanSelwood1
## 6947   virgovenusgang
## 6948   lovelyfornow11
## 6949      Thekaliwali
## 6950       eliseryann
## 6951  blackoutconfess
## 6952    sunflowerjayd
## 6953         madssfdg
## 6954  msfineifyanasty
## 6955     MystrumGamer
## 6956       eliseryann
## 6957    braywoodsterr
## 6958       sorvetiemi
## 6959         madssfdg
## 6960   lovelyfornow11
## 6961       eliseryann
## 6962       BlackTipRS
## 6963       sorvetiemi
## 6964     w0nderland89
## 6965         madssfdg
## 6966         SWTNRLTD
## 6967  dddddreamcatch1
## 6968        KatieGiac
## 6969       aloosesona
## 6970       sakiwie879
## 6971    braywoodsterr
## 6972           fmPUSH
## 6973  msfineifyanasty
## 6974          UJNIBHK
## 6975        pinsleric
## 6976     w0nderland89
## 6977    Its_Mario_boi
## 6978    braywoodsterr
## 6979   virgovenusgang
## 6980  dddddreamcatch1
## 6981     w0nderland89
## 6982  flickerarchives
## 6983      Apoorva_144
## 6984    Its_Mario_boi
## 6985       sorvetiemi
## 6986   virgovenusgang
## 6987     w0nderland89
## 6988  dddddreamcatch1
## 6989         OnceLara
## 6990        TODDSSTER
## 6991        LFC_Tom72
## 6992    Its_Mario_boi
## 6993  harrys_tequilax
## 6994     Tanyayasmin7
## 6995   virgovenusgang
## 6996     _jackdasilva
## 6997    imarebelpilot
## 6998      PjMokoena31
## 6999         OnceLara
## 7000     RedMoonglade
## 7001     dreherkeleti
## 7002  ladyofthecanyon
## 7003         nuguoomf
## 7004     RedMoonglade
## 7005       jjin_jjwan
## 7006  kookssoulmate01
## 7007     RedMoonglade
## 7008      rakmo_music
## 7009  flickerarchives
## 7010      Marcellesas
## 7011       jjin_jjwan
## 7012        elise_mhc
## 7013  kookssoulmate01
## 7014         DotPeezy
## 7015     jamie___rees
## 7016          ff3ntse
## 7017   crxminalmindss
## 7018          samwuvv
## 7019       jjin_jjwan
## 7020        ferrawiii
## 7021    beansystemtwt
## 7022  Nice2KnoNatalie
## 7023  kookssoulmate01
## 7024     QueenyMartha
## 7025    JazzEclectikk
## 7026    ZaynDailyZone
## 7027  Nice2KnoNatalie
## 7028  kookssoulmate01
## 7029     RedMoonglade
## 7030  flickerarchives
## 7031      its_nahdeen
## 7032  Nice2KnoNatalie
## 7033        Afroskils
## 7034    saltypepper14
## 7035          ff3ntse
## 7036      its_nahdeen
## 7037    fratgirlharry
## 7038       pauline_nx
## 7039     RealistSpice
## 7040          ff3ntse
## 7041     Dimex_haywhy
## 7042  mightyknight501
## 7043  YounessInTheCut
## 7044  flickerarchives
## 7045   GoodFriendJoey
## 7046           cjdjam
## 7047   eversinceraggi
## 7048         mcumagic
## 7049          Goedel_
## 7050  nileshjadhav947
## 7051   interrupted_me
## 7052        joenahnah
## 7053   eversinceraggi
## 7054      5weetcheeks
## 7055     vagabondgrey
## 7056   eversinceraggi
## 7057    saamiyahusain
## 7058       littenator
## 7059      panellhnies
## 7060    cherrybabysav
## 7061   Verdorosafaris
## 7062          dme_363
## 7063      panellhnies
## 7064         Spingerd
## 7065      panellhnies
## 7066         mocjaune
## 7067      YesungsLove
## 7068      ValeDiRosa1
## 7069         Spingerd
## 7070     designaster_
## 7071         Spingerd
## 7072     ibrahimflixx
## 7073         Spingerd
## 7074  ana_of_universe
## 7075     startupbits7
## 7076  ana_of_universe
## 7077      ValeDiRosa1
## 7078        httpsWeel
## 7079  jadelittlefreak
## 7080  ana_of_universe
## 7081         kyuloopy
## 7082       DummyDucky
## 7083     graybookmark
## 7084  aayushi__dhawan
## 7085        wthkookie
## 7086           cjdjam
## 7087       ssamanthxq
## 7088         Spingerd
## 7089        wthkookie
## 7090        Slamarchy
## 7091       NaomiSam00
## 7092        SakshijiM
## 7093        wthkookie
## 7094       ssamanthxq
## 7095  girlfriends1978
## 7096        albandguy
## 7097     claudiomruiz
## 7098      Lov3Amanduh
## 7099     bejeweledivy
## 7100           SQPHlE
## 7101        jamiexrow
## 7102      tip_master1
## 7103      ValeDiRosa1
## 7104        httpsWeel
## 7105        Slamarchy
## 7106           cjdjam
## 7107      autumnizzle
## 7108       NaomiSam00
## 7109   Assured_Fixed0
## 7110       sakiwie879
## 7111    jessnicole997
## 7112  sundaynightarmy
## 7113        PopCraive
## 7114        httpsWeel
## 7115      fire_fisher
## 7116  shawnlovesindie
## 7117      emskinner11
## 7118   sickshootin757
## 7119  JaytoshiNetwork
## 7120  DraikeSkywalker
## 7121   R0seC0LoredB0y
## 7122            _Hazz
## 7123     OficiallTrii
## 7124    jessnicole997
## 7125        rachie421
## 7126           7aerys
## 7127  TheNotoriousAyo
## 7128     decodedrop00
## 7129           7aerys
## 7130        httpsWeel
## 7131           7aerys
## 7132       lifeinidle
## 7133           Bo8c4t
## 7134     taronstrange
## 7135      carluh_Lola
## 7136    LockedIn0rbit
## 7137           IddyFN
## 7138      spiiriit_na
## 7139      thaynar4___
## 7140        renzptrck
## 7141           IddyFN
## 7142         DanNew96
## 7143      mamawinnieh
## 7144   piccadilly0329
## 7145           IddyFN
## 7146      mamawinnieh
## 7147         UCMo_DMP
## 7148    YunginSent412
## 7149   Inlandempire79
## 7150        DRajput95
## 7151         DanNew96
## 7152     tired_vampyr
## 7153         Maholote
## 7154      mamawinnieh
## 7155   slowdownmrwolf
## 7156     CurlVitality
## 7157          petti41
## 7158          ceyiyec
## 7159   carlosesierraf
## 7160      mamawinnieh
## 7161  huyindear_jelly
## 7162           j_thmm
## 7163           qantus
## 7164         AudioWok
## 7165        taroesmio
## 7166        taroesmio
## 7167         saadtwts
## 7168        hiautosng
## 7169        taroesmio
## 7170        876Raiden
## 7171   loserwaybright
## 7172       sammilfson
## 7173      AaradhyaK16
## 7174   loserwaybright
## 7175      rifrompluto
## 7176        sim_artsy
## 7177     AnxiousMoose
## 7178        rabeebadz
## 7179      AaradhyaK16
## 7180     taronstrange
## 7181      AaradhyaK16
## 7182   loserwaybright
## 7183    TwoBeatsApart
## 7184      AaradhyaK16
## 7185   ekindelightful
## 7186    cubanoshake10
## 7187  speculatornifty
## 7188   Thescholar5989
## 7189    SimplyShayna_
## 7190        PJ_MaskUp
## 7191         saadtwts
## 7192   ekindelightful
## 7193       dieroteway
## 7194   loserwaybright
## 7195     babysasori_1
## 7196    Amity23713860
## 7197           jp4464
## 7198  oflittleczarina
## 7199   TheStarblaqWay
## 7200     MetalHead614
## 7201         jess1519
## 7202    dipakhaldar02
## 7203        xotbirdox
## 7204    Tinde22225866
## 7205          nhfieri
## 7206     MetalHead614
## 7207          303exai
## 7208          876_BTS
## 7209       1004__0808
## 7210          hy9ning
## 7211     bcfc_kingers
## 7212          hy9ning
## 7213       sillygal42
## 7214  oflittleczarina
## 7215   RealAnnaMarieR
## 7216         jess1519
## 7217        xotbirdox
## 7218          TonellB
## 7219       laceslifes
## 7220           lid177
## 7221     agnesmariyea
## 7222          kuhvonx
## 7223  GreatnessSpoken
## 7224  oflittleczarina
## 7225       GeneWillis
## 7226        xotbirdox
## 7227      ventiblooms
## 7228       laceslifes
## 7229     KlutzTheKing
## 7230      icelives___
## 7231   salamisamalama
## 7232           one40s
## 7233        xotbirdox
## 7234     onyxhorizons
## 7235         DBiddell
## 7236  WholesaleCircle
## 7237   ZackAttack2995
## 7238           one40s
## 7239    dipakhaldar02
## 7240    Burningman333
## 7241           one40s
## 7242    dipakhaldar02
## 7243   tayrianabarbie
## 7244     realenochafl
## 7245     stateoflucky
## 7246         kaearnah
## 7247   tayrianabarbie
## 7248  pgalantedesigns
## 7249          Snahccy
## 7250    aceofheartsXP
## 7251           _m__92
## 7252         jess1519
## 7253      NeNeN0Leaks
## 7254          xtinasm
## 7255     stateoflucky
## 7256      ananya_0724
## 7257  oflittleczarina
## 7258  vincentsgotagun
## 7259  HughJan06655012
## 7260      NeNeN0Leaks
## 7261       zekeIandon
## 7262        sopekooky
## 7263         hey_ebie
## 7264         jess1519
## 7265        sopekooky
## 7266      NeNeN0Leaks
## 7267        Nathy2895
## 7268        sopekooky
## 7269    dipakhaldar02
## 7270       deadrimmoa
## 7271       zekeIandon
## 7272     yunhos_timee
## 7273    fariaschahede
## 7274        sopekooky
## 7275      cardiglmore
## 7276    DeberryBlaine
## 7277        Nathy2895
## 7278       zekeIandon
## 7279     rehman432020
## 7280         Kino9991
## 7281    DeberryBlaine
## 7282      ZeroTooFast
## 7283    JuliaFoxWhore
## 7284        Nathy2895
## 7285   CrayfishCrusty
## 7286        Nathy2895
## 7287    DeberryBlaine
## 7288   LaydenRobinson
## 7289    DeberryBlaine
## 7290       swifterias
## 7291       kyunggssoo
## 7292    minaa________
## 7293      Swiftie9189
## 7294        emisthere
## 7295    Omgitssupreme
## 7296           kjjduh
## 7297     SoDieketseng
## 7298  TheMoonsAceCard
## 7299         dwyerkev
## 7300     tamarinarose
## 7301  imtotallymorgan
## 7302       BaseyCasey
## 7303        shei_twts
## 7304         Sarii15G
## 7305   Katherine_L_21
## 7306         dwyerkev
## 7307      illicitstay
## 7308    dipakhaldar02
## 7309        afrnaaziz
## 7310     imatransally
## 7311           sbraep
## 7312         agentp_x
## 7313          Bbkphat
## 7314         JHXYWCH3
## 7315     tamarinarose
## 7316     kylepilleddd
## 7317     Ash_NotIrwin
## 7318         deftoadz
## 7319   Katherine_L_21
## 7320      traehailema
## 7321       KimSnakeob
## 7322  vigilante_diego
## 7323    RedLippedDiva
## 7324         agentp_x
## 7325    dipakhaldar02
## 7326           sbraep
## 7327        zachgouge
## 7328        boredgerm
## 7329      sabbithmoss
## 7330           ZeGcgh
## 7331     AsetMuratuly
## 7332       girlgoyard
## 7333          cvxxrdt
## 7334       KimSnakeob
## 7335  Dikshas25493378
## 7336     kylepilleddd
## 7337       tearortear
## 7338    BadJawn_Gilbs
## 7339         biohzrrd
## 7340           sbraep
## 7341     tamarinarose
## 7342       parrrth9__
## 7343         agentp_x
## 7344       KimSnakeob
## 7345          sld2820
## 7346          JJSLCVE
## 7347  thebigdreadhead
## 7348          Bbkphat
## 7349       BarryCynic
## 7350       KimSnakeob
## 7351    dipakhaldar02
## 7352           sbraep
## 7353     tamarinarose
## 7354          sld2820
## 7355    ghostofchrisy
## 7356       Aragondb12
## 7357     AsetMuratuly
## 7358     kylepilleddd
## 7359    Dopeboichacha
## 7360  lolsarahlol1000
## 7361  childerolandusa
## 7362        frick_all
## 7363         tspeachy
## 7364       sofiaatomo
## 7365          beki483
## 7366          Bbkphat
## 7367          ultriax
## 7368   AdrienneRegina
## 7369         watrparx
## 7370    BeckyAzulpuff
## 7371         Kyxx__01
## 7372          Bbkphat
## 7373   rainbowlights_
## 7374         tspeachy
## 7375      kayladotexe
## 7376  Muhamma19127912
## 7377       pperson_01
## 7378      retickinapp
## 7379   universityofky
## 7380   rainbowlights_
## 7381    ghostofchrisy
## 7382      sp1cy_asian
## 7383   AdrienneRegina
## 7384         yenniesi
## 7385   s1lver_t0ngues
## 7386        frick_all
## 7387        frick_all
## 7388           HCloYO
## 7389        sebfxwler
## 7390        frick_all
## 7391   rainbowlights_
## 7392       Poulami_dp
## 7393  Djamil654657021
## 7394   s1lver_t0ngues
## 7395        sebfxwler
## 7396         blunt_mk
## 7397     Savagelord_1
## 7398        JoeMBurke
## 7399     91ssatellite
## 7400   cemeteri_drjve
## 7401     librarybunny
## 7402   s1lver_t0ngues
## 7403    LoboSauce_777
## 7404       AlextheG11
## 7405   cemeteri_drjve
## 7406       willAIm_21
## 7407        pritibaaa
## 7408  kalliebeasley99
## 7409     SkyintheWood
## 7410  dimitriIovemaiI
## 7411      itsjoshwolf
## 7412          jobrofr
## 7413        nessapr08
## 7414     SkyintheWood
## 7415        sebfxwler
## 7416           L2K_UK
## 7417          jobrofr
## 7418       DiegoEstMH
## 7419   larahurtubise1
## 7420         Loxxhart
## 7421          jobrofr
## 7422    Goldenwords22
## 7423   barneyconbotox
## 7424  angelaanupdates
## 7425   barneyconbotox
## 7426       Mi_nuteDEO
## 7427    BiggerthanK28
## 7428        AjcS_1119
## 7429       Kwambosco2
## 7430  THESWAGADOCIOUS
## 7431          jobrofr
## 7432       willAIm_21
## 7433       chosenmont
## 7434  SamkezCreations
## 7435    BiggerthanK28
## 7436    SamriddhiRai9
## 7437   NicoleWrayFans
## 7438       Juraeslife
## 7439   halfemptygirIs
## 7440          yobecks
## 7441       gimmessouo
## 7442    laur3nh3pburn
## 7443  tagathascamelot
## 7444      RJ_Patil_24
## 7445  GorgeousLifeeee
## 7446          54NGWOO
## 7447         xeptense
## 7448   NerdsDigCrypto
## 7449     Chereenmusic
## 7450    BiggerthanK28
## 7451         bp_carlo
## 7452        dabiinada
## 7453         klinthoq
## 7454           AKV_20
## 7455        AviWisnia
## 7456        maalemita
## 7457     KicchaFanTah
## 7458         bp_carlo
## 7459   mrswinterbearr
## 7460    FlintNotFound
## 7461          PJinxox
## 7462      jadeshareee
## 7463    FlintNotFound
## 7464   THEICONFRANCIS
## 7465        MeliaRati
## 7466   oalbertogarcia
## 7467         YJRIndia
## 7468  flickerarchives
## 7469    FlintNotFound
## 7470   mrswinterbearr
## 7471   fremen_cansado
## 7472         ferbluer
## 7473  tagathascamelot
## 7474   mrswinterbearr
## 7475     JamesHarness
## 7476         neonwknd
## 7477  toomanyoptions_
## 7478      slayvermore
## 7479    IggfeTheFella
## 7480   KimBae08435610
## 7481  flickerarchives
## 7482          Durghan
## 7483    Kaathikepamwe
## 7484         karmun92
## 7485      slayvermore
## 7486     faceplantmay
## 7487    Kaathikepamwe
## 7488   uh_oh_gotta_go
## 7489   mrswinterbearr
## 7490  jungkook_lovex7
## 7491   princessdeleon
## 7492    SalmonSeaFish
## 7493      slayvermore
## 7494       nethernore
## 7495       tragcryens
## 7496     starrynini05
## 7497          Durghan
## 7498      Imani_Ruth_
## 7499     Kwamamkhize_
## 7500        boombeomb
## 7501      RichKleinJr
## 7502  flickerarchives
## 7503   uh_oh_gotta_go
## 7504        boombeomb
## 7505     FearhunterNL
## 7506     zoglizzy4624
## 7507   uh_oh_gotta_go
## 7508        NoWayNo_3
## 7509         edenbruv
## 7510        boombeomb
## 7511        YNPPAREKH
## 7512   uh_oh_gotta_go
## 7513          _AceeGG
## 7514         Sp0nge76
## 7515    Chocoolatee00
## 7516    HolyDiverDion
## 7517     shairakookie
## 7518      SRKian_BaBa
## 7519        iamzkiel_
## 7520     AmeliaElder_
## 7521     Terbear_Lynn
## 7522      axellottl3_
## 7523      dineshkav16
## 7524     angel_lreyes
## 7525           MN0PLY
## 7526     shairakookie
## 7527   StarwberryKels
## 7528      radicaldumb
## 7529      SofiaMata35
## 7530           mt5l5l
## 7531   LenkaRowenaXIV
## 7532      niallxmessi
## 7533       macie_ps12
## 7534          Awkorcc
## 7535           mt5l5l
## 7536         itslwt91
## 7537     VallettaGatt
## 7538         iamnjr77
## 7539       macie_ps12
## 7540          MariDoz
## 7541  EricFrancisco24
## 7542           mt5l5l
## 7543     VallettaGatt
## 7544     TheCaitMarie
## 7545          giic0r3
## 7546    youmysonbxtch
## 7547         iamnjr77
## 7548    lovlives4ever
## 7549     VallettaGatt
## 7550   LenkaRowenaXIV
## 7551         rodpitts
## 7552        AJLoves__
## 7553       macie_ps12
## 7554       josemariou
## 7555     VallettaGatt
## 7556   myideasmarket_
## 7557    lovlives4ever
## 7558         iamnjr77
## 7559      iamcardilia
## 7560    lovlives4ever
## 7561   LenkaRowenaXIV
## 7562  klim4t3k0mmunsm
## 7563         ezraretr
## 7564  iheartparkjihyo
## 7565   LenkaRowenaXIV
## 7566     NikKatushkin
## 7567     Kaydenspeaks
## 7568         pIantbob
## 7569    IAmRockReigns
## 7570  hystericalsteve
## 7571       karkinoma2
## 7572  darcymulgrewlol
## 7573     frankie_lero
## 7574   JohnBerchielli
## 7575    ShineSwiftieK
## 7576       Erickcast2
## 7577  laughpisslazuli
## 7578        anamemoir
## 7579     shairakookie
## 7580      julifantini
## 7581       RayonCracc
## 7582     Story_Tavern
## 7583   JohnBerchielli
## 7584      TheHen69420
## 7585    hersheylangue
## 7586   mrs__worldwide
## 7587       hertzboy97
## 7588    breathinglady
## 7589          ObaIfe3
## 7590  honcho_0fficial
## 7591          e_jinxx
## 7592       hertzboy97
## 7593         AliReact
## 7594          b7RBACK
## 7595           vicwts
## 7596       freedomxme
## 7597    ashofclanwren
## 7598    kjholyfield63
## 7599       anejonomad
## 7600     rafaelimaooo
## 7601   CortlandCoffey
## 7602    ManicPixieEmo
## 7603          b7RBACK
## 7604       aaasthaaa_
## 7605     henloworld66
## 7606         rana0037
## 7607     Sierrablueee
## 7608     rafaelimaooo
## 7609          b7RBACK
## 7610         thrilway
## 7611    ManicPixieEmo
## 7612       RayonCracc
## 7613     jiseoksberry
## 7614       MacTopward
## 7615    UnderCoverHay
## 7616  modified_fixed1
## 7617    ManicPixieEmo
## 7618          qerbros
## 7619   Real_fixedodds
## 7620     hollydaisy23
## 7621  KhurrambinAslam
## 7622       aaasthaaa_
## 7623   buymemelatonin
## 7624        Luna024__
## 7625     bluebelle444
## 7626         silmades
## 7627         IamSoloh
## 7628          cgarci_
## 7629  hiashutoshsingh
## 7630         kbankks_
## 7631   buymemelatonin
## 7632         Logan7__
## 7633      sweetgravli
## 7634    UnderCoverHay
## 7635      smblanc1793
## 7636          Shewwll
## 7637           rsj3zs
## 7638          ncycrcr
## 7639        BhaveeshG
## 7640  RogerWilcoAstro
## 7641   MikilaKillwell
## 7642         Ramifrey
## 7643     counterfetts
## 7644   BIoodChampagne
## 7645           arswaw
## 7646       pharoahein
## 7647     Nanatoffee11
## 7648    theBenzedrine
## 7649         FretCore
## 7650     counterfetts
## 7651    rudoamormusic
## 7652    siriuslysonia
## 7653        camidv27_
## 7654       carveGogh_
## 7655     lopereirasix
## 7656    sixpackplease
## 7657         swxjlckn
## 7658     lexeyydburns
## 7659          dovesxc
## 7660    Daily_Pickens
## 7661   fentydeangelis
## 7662    slliverbullet
## 7663       073weekend
## 7664       lanadeImay
## 7665     lexeyydburns
## 7666       AbsolToast
## 7667   catchchocolate
## 7668         Silaqui1
## 7669    MercyAdedayo3
## 7670    BlazynFire123
## 7671    sixpackplease
## 7672       fauxdenzel
## 7673         borisosa
## 7674       AbsolToast
## 7675       emiIycrisp
## 7676    sixpackplease
## 7677        ____exoaf
## 7678      Kosmic_Dust
## 7679       AbsolToast
## 7680   real_straxxxes
## 7681        hcmesicks
## 7682     is_wordpress
## 7683        promexico
## 7684    kylieoneill13
## 7685    sixpackplease
## 7686        ____exoaf
## 7687     LindseyDeals
## 7688       Apfelstrud
## 7689   AllDayDillon28
## 7690          hemehna
## 7691    darkandwild07
## 7692         txmfrkln
## 7693    darkandwild07
## 7694       emiIycrisp
## 7695     kellydahbaby
## 7696  EntertainersAce
## 7697    darkandwild07
## 7698    darkandwild07
## 7699        im_wizguy
## 7700       emiIycrisp
## 7701       c4n2agency
## 7702         txmfrkln
## 7703        neyafliye
## 7704      CaintAugust
## 7705      CaintAugust
## 7706         txmfrkln
## 7707      marctoofyee
## 7708   ShutupNikhilll
## 7709      nacsmspring
## 7710    oog_abo_oga69
## 7711          vivliqs
## 7712        flajiggle
## 7713       MrJamesBmx
## 7714    isratshaikh11
## 7715      CaintAugust
## 7716        iamtvxqed
## 7717    oog_abo_oga69
## 7718      ChrisMySass
## 7719      nacsmspring
## 7720     counterfetts
## 7721  unendingdreamss
## 7722        shirlpuzz
## 7723      nacsmspring
## 7724    bullaugentech
## 7725         Akshu_gg
## 7726  daylightcanyonn
## 7727         qing1636
## 7728         CamoReba
## 7729       goblinkimg
## 7730     Dah_Saint001
## 7731         Ejobs_pk
## 7732         swoonerd
## 7733  SIDDHAR16174031
## 7734         yoooliam
## 7735    abigailisgood
## 7736     Dah_Saint001
## 7737  LadyBravestrong
## 7738    BlizzardWinds
## 7739    IAmRockReigns
## 7740    BlizzardWinds
## 7741    LightBluish95
## 7742     Shaylahamady
## 7743      TheDhillonn
## 7744       soahcteews
## 7745    BlizzardWinds
## 7746     Dah_Saint001
## 7747    LightBluish95
## 7748  multiplewealth1
## 7749       superhbics
## 7750      magguieluna
## 7751      engrkenprax
## 7752    BlizzardWinds
## 7753       MazoutVape
## 7754       superhbics
## 7755      engrkenprax
## 7756    PEARLFOUNTAlN
## 7757     appleinsider
## 7758      Ben_BeanBag
## 7759       superhbics
## 7760      magguieluna
## 7761       Larabruhhh
## 7762       superhbics
## 7763    JOBSEEKER2306
## 7764  Gabrielleruth15
## 7765  techinfomania20
## 7766     batteryman17
## 7767      pirate_jail
## 7768    PEARLFOUNTAlN
## 7769       NoahVlogss
## 7770    vigilantehaze
## 7771   multiskpopstan
## 7772        scaranara
## 7773     TonyGerdeman
## 7774        m1kasasgf
## 7775    jfloridakilos
## 7776        K1L0METER
## 7777         emptywlt
## 7778     FoolGenius33
## 7779        K1L0METER
## 7780  merlinburnsfood
## 7781         TWXNUZlS
## 7782    barkhadesaiii
## 7783          parxboo
## 7784     SonyMusicIre
## 7785  merlinburnsfood
## 7786      JBsTwoCents
## 7787     AlexEssien14
## 7788          Ayrtoes
## 7789          jaron95
## 7790  merlinburnsfood
## 7791        m1kasasgf
## 7792       KatieBug_6
## 7793        yvesgleek
## 7794         paupaula
## 7795          parxboo
## 7796        m1kasasgf
## 7797     wegetitchris
## 7798  merlinburnsfood
## 7799          parxboo
## 7800        m1kasasgf
## 7801       lallorica_
## 7802   nicoleschafer_
## 7803    soph_iagracee
## 7804   nicoleschafer_
## 7805       lallorica_
## 7806   aquarianweekly
## 7807   nicoleschafer_
## 7808   nicoleschafer_
## 7809        MCFC_Etho
## 7810       zach_sm1th
## 7811      thehiteshee
## 7812        ppawmpink
## 7813    Naija_unlockd
## 7814         illliad1
## 7815   UndeadPandaNFT
## 7816         iBenBean
## 7817        MCFC_Etho
## 7818   youronlykitkat
## 7819          Harp_YT
## 7820     Jessthelefty
## 7821      victoriagng
## 7822    moonyyieebaby
## 7823         DoccyBen
## 7824         bymyhair
## 7825    thedawsonvega
## 7826      immagneticx
## 7827   youronlykitkat
## 7828    Sammy11658443
## 7829     Johnmarklwin
## 7830      scar_mufasa
## 7831     HarshaAngeri
## 7832      victoriagng
## 7833       lallorica_
## 7834    itsmariahjean
## 7835        ilakoze02
## 7836   youronlykitkat
## 7837       SnowRivera
## 7838       polydomain
## 7839      BluehairedV
## 7840  outsidexflicker
## 7841       polydomain
## 7842      Mansoureh_K
## 7843  SaraArevalo2112
## 7844    QueenCityJamz
## 7845       polydomain
## 7846       joinBJPnow
## 7847    maddyminati14
## 7848   Leone04Umberto
## 7849       naomisnews
## 7850           csaro_
## 7851       literativy
## 7852           csaro_
## 7853      goodoldmoon
## 7854         isayuiii
## 7855     josuevmartin
## 7856           csaro_
## 7857      gucci_child
## 7858       hiimmarijo
## 7859  LadyBravestrong
## 7860    iamHarryBrook
## 7861         UzairRae
## 7862  SaraArevalo2112
## 7863     josuevmartin
## 7864           csaro_
## 7865       hrtsfrdtqk
## 7866           akbrax
## 7867   cherryrrehcpin
## 7868  SaraArevalo2112
## 7869      gucci_child
## 7870     josuevmartin
## 7871       hrtsfrdtqk
## 7872   lookingfralska
## 7873    mezzentertain
## 7874        thewolmer
## 7875        milkmaraj
## 7876   lagostarwireng
## 7877            blnx3
## 7878         Sir__CEO
## 7879       hrtsfrdtqk
## 7880      Manya_jdope
## 7881   infantecavazos
## 7882      gucci_child
## 7883         MiuKook_
## 7884            blnx3
## 7885  SaraArevalo2112
## 7886        boombeomb
## 7887       hrtsfrdtqk
## 7888      goodoldmoon
## 7889       pincheyana
## 7890      goodoldmoon
## 7891     valvolamitry
## 7892       ncityzonxx
## 7893   grace_stoneman
## 7894          madd0ll
## 7895       ncityzonxx
## 7896      BradleyC999
## 7897     valvolamitry
## 7898          xxxdalv
## 7899      imaniversus
## 7900    YT__Nightmare
## 7901       yungstakes
## 7902          fiImlvr
## 7903     valvolamitry
## 7904       ncityzonxx
## 7905     Super_jillop
## 7906     Super_jillop
## 7907     Super_jillop
## 7908     Super_jillop
## 7909          fiImlvr
## 7910      goodoldmoon
## 7911         pokuaase
## 7912       ncityzonxx
## 7913     giselleb1234
## 7914       anotemusic
## 7915        quackivay
## 7916      PsyKotiiiiK
## 7917          madd0ll
## 7918     ellieebeaar_
## 7919      iamdeaduser
## 7920        Alis_Djo1
## 7921        torpedror
## 7922    nolighttweets
## 7923        Cheriekew
## 7924         cleolune
## 7925      VeePunk2077
## 7926         NanaO923
## 7927      formulachlo
## 7928       frigidsurf
## 7929        Ivanwabo1
## 7930       jiiiprific
## 7931      VeePunk2077
## 7932     DaNiMaLik619
## 7933           luvk4t
## 7934       jiiiprific
## 7935   earlisgonzales
## 7936      dmSantosaha
## 7937    lovexornelius
## 7938         cleolune
## 7939          ivefila
## 7940        torpedror
## 7941     nilousenpaij
## 7942         Rakronsi
## 7943       Biddymiff_
## 7944          ivefila
## 7945  breakdownbuzzin
## 7946    candycttnflwr
## 7947       jiiiprific
## 7948        __ankitae
## 7949     ReindeerWife
## 7950         Rakronsi
## 7951       KonFinally
## 7952       aririnchuu
## 7953      izzyescreve
## 7954    lovelykacchan
## 7955         Rakronsi
## 7956       aririnchuu
## 7957          gala_ck
## 7958        lovexlier
## 7959      VeePunk2077
## 7960   thee_kinguduak
## 7961       aririnchuu
## 7962        __ankitae
## 7963   Blazestarninja
## 7964  geniusessay_ctr
## 7965     TaeJinKook97
## 7966    albusquerquee
## 7967      VeePunk2077
## 7968   Blazestarninja
## 7969        __ankitae
## 7970    albusquerquee
## 7971       OppongClem
## 7972        Sahilswe1
## 7973     walterdelmar
## 7974         YNYY_666
## 7975    albusquerquee
## 7976          Nobot26
## 7977   Blazestarninja
## 7978     TaeJinKook97
## 7979      zchughtai95
## 7980        Khaizen__
## 7981      imawitnesss
## 7982       Monke_MYRO
## 7983  writingstephani
## 7984  TheLastPirateLA
## 7985     TaeJinKook97
## 7986      iammichauli
## 7987    _arianagrindr
## 7988     velvet_twine
## 7989  arminsvcecracks
## 7990     jermaine0381
## 7991         ZachOsip
## 7992   JadeBloodstone
## 7993       superquikk
## 7994        itskers19
## 7995     jermaine0381
## 7996         canis_85
## 7997         purcents
## 7998       hannaashea
## 7999          ZionH10
## 8000     jermaine0381
## 8001  writingstephani
## 8002      WORD__SM1TH
## 8003     sabrinay2468
## 8004       rodeoricc3
## 8005         ivyidell
## 8006     EFFORTLESSYY
## 8007         LNash13_
## 8008      STAY_XH_MOA
## 8009     EFFORTLESSYY
## 8010         JTBRAXCH
## 8011  pandefranciauwu
## 8012      STAY_XH_MOA
## 8013    Flavour_avour
## 8014  LautaroMartinaz
## 8015         supercwt
## 8016          arrxshh
## 8017       nrl_amira_
## 8018     EFFORTLESSYY
## 8019  instacartagent1
## 8020  LautaroMartinaz
## 8021    whitehot4evah
## 8022         andry_vo
## 8023          Vlazgax
## 8024        Tristaf14
## 8025          arrxshh
## 8026  pandefranciauwu
## 8027       veebeemeep
## 8028      adiovadia14
## 8029     theundertaIe
## 8030       hotyturner
## 8031  route411podcast
## 8032  SoUWanaBaSinger
## 8033         V_icPoto
## 8034  pandefranciauwu
## 8035        Tristaf14
## 8036   terranceloveme
## 8037        LoupiDare
## 8038  NewYorkMikeCity
## 8039       esccaitlin
## 8040      MariiiMaybe
## 8041  LautaroMartinaz
## 8042        Tristaf14
## 8043    S0FT_DRAINAGE
## 8044         YNYY_666
## 8045  therealhakim410
## 8046       SAIKILATTE
## 8047          care4ou
## 8048   Oli_andCompany
## 8049          care4ou
## 8050         YNYY_666
## 8051        Tristaf14
## 8052  ddaanniiaaaaaaa
## 8053         Peanutxk
## 8054      Infomundoed
## 8055          care4ou
## 8056          dwtfav_
## 8057     decodeselena
## 8058       SAIKILATTE
## 8059     afzankhaliff
## 8060  ddaanniiaaaaaaa
## 8061         YNYY_666
## 8062           AGGGYJ
## 8063         olivvv03
## 8064       UdhayaTech
## 8065  ddaanniiaaaaaaa
## 8066   StickyBeeSyrup
## 8067         clary98_
## 8068         olivvv03
## 8069         Peanutxk
## 8070      marljeffrey
## 8071        connorge_
## 8072     candyuppng16
## 8073     decodeselena
## 8074         olivvv03
## 8075   StickyBeeSyrup
## 8076    hari_qwest123
## 8077         olivvv03
## 8078        agis_pipi
## 8079         Stixbrwn
## 8080      boyfrompara
## 8081        5th_HELIX
## 8082   chris_opperman
## 8083       Nugget_028
## 8084         pixieXuk
## 8085      starrymm426
## 8086    hari_qwest123
## 8087  PujaRoy20164250
## 8088      alissonsimp
## 8089       Nugget_028
## 8090  SEVENS_HEAVEN_7
## 8091    Itz_Salvatore
## 8092    cactusYoasisY
## 8093         ts4ever_
## 8094      jellyswirlz
## 8095     use_inviteam
## 8096         ts4ever_
## 8097         luluspvx
## 8098      starrymm426
## 8099       UdhayaTech
## 8100     onlythemercy
## 8101     IndianBrudda
## 8102          WTSethi
## 8103  SEVENS_HEAVEN_7
## 8104   StickyBeeSyrup
## 8105  VinayakMohanSh1
## 8106         ts4ever_
## 8107  _giselaamponsah
## 8108         ts4ever_
## 8109   ILoveShotaro25
## 8110  justcalledtosay
## 8111       eleo_ellis
## 8112    KanekiYohance
## 8113          PobertR
## 8114   iamlemarwilson
## 8115  andromeda_sarah
## 8116  SEVENS_HEAVEN_7
## 8117      lotfigrande
## 8118     snowxflowerx
## 8119    umeenterprise
## 8120  SteveHowellYeti
## 8121  SEVENS_HEAVEN_7
## 8122    domesticwinds
## 8123      lotfigrande
## 8124       bblpillows
## 8125     hemorrhoid83
## 8126         AMP_3002
## 8127      lotfigrande
## 8128     BreannaCasey
## 8129       Nugget_028
## 8130         folkcala
## 8131  andromeda_sarah
## 8132      fruitandwap
## 8133    SongForgotten
## 8134       zamieyoshi
## 8135         folkcala
## 8136       Nugget_028
## 8137       mscolonist
## 8138    gorillaprison
## 8139      sickboyfilm
## 8140       dead_m0sby
## 8141   ScaledAndTired
## 8142         folkcala
## 8143    nella37316553
## 8144         luluspvx
## 8145   buddingtemplar
## 8146  SwiftieMidnight
## 8147         folkcala
## 8148    nella37316553
## 8149      sickboyfilm
## 8150  Featurlessfreek
## 8151   clairegraham13
## 8152     gondzarmusic
## 8153     reinosopaula
## 8154    nella37316553
## 8155  SwiftieMidnight
## 8156      milesphobic
## 8157     reinosopaula
## 8158  SwiftieMidnight
## 8159      trippyjenna
## 8160           rsvnze
## 8161     moonmoo_lite
## 8162   turninginkpots
## 8163      psyencecity
## 8164           rsvnze
## 8165           V17BEZ
## 8166           rsvnze
## 8167           rsvnze
## 8168  RBXEventHunters
## 8169    yeonjunsoftie
## 8170       mirrzrbaIl
## 8171     relientkenny
## 8172       vnunnallyy
## 8173    ConorShadowYT
## 8174         BIGNAZ32
## 8175    martincinssss
## 8176       klavuuusem
## 8177       AirbudsApp
## 8178       antcaruso_
## 8179   Madifilipswife
## 8180       StegoGamez
## 8181       antcaruso_
## 8182    corongavirose
## 8183       FidgetOrbs
## 8184    DanielLaRiva9
## 8185     sana_fanatic
## 8186  givensmalachi28
## 8187          imrraaj
## 8188        HintsWIDM
## 8189        embered_1
## 8190  givensmalachi28
## 8191        HintsWIDM
## 8192    alliumroyalty
## 8193  givensmalachi28
## 8194      JordanMel23
## 8195        Cuh_trina
## 8196   phoebebrdgrsbf
## 8197      MonteBaccFr
## 8198        HintsWIDM
## 8199     francis4eva_
## 8200      tasharose06
## 8201       stylesotts
## 8202          young8k
## 8203       KobiElijah
## 8204   GillyAnnandale
## 8205   nonstopgliding
## 8206       KobiElijah
## 8207   nonstopgliding
## 8208       andrw_1908
## 8209    elthatswiftie
## 8210        wickedren
## 8211   nonstopgliding
## 8212        ThaTomias
## 8213       KrisEmbers
## 8214    jasmine181201
## 8215        obioran51
## 8216      MonteBaccFr
## 8217     noaintereses
## 8218    dnate96018318
## 8219    dcsportsguy14
## 8220    redheadalyssa
## 8221  LakerFan4ever87
## 8222      Pimpfordays
## 8223        ThaTomias
## 8224   http_maricielo
## 8225        patzistar
## 8226        wickedren
## 8227    dnate96018318
## 8228       popstop891
## 8229    dnate96018318
## 8230  UnexaminedLife9
## 8231        ThaTomias
## 8232      Thonytweets
## 8233          Spriha_
## 8234   yungwatercycle
## 8235  UnexaminedLife9
## 8236    dnate96018318
## 8237  freddyfaznutzzz
## 8238   yungwatercycle
## 8239         Demomute
## 8240        LeonFit24
## 8241  telma_oliveira_
## 8242         diaanavb
## 8243      beccaspxcee
## 8244       aloosesona
## 8245          lomajii
## 8246  maaaccccccccccc
## 8247    sabilastellaa
## 8248      usedtoglden
## 8249         bbhlmeat
## 8250  freddyfaznutzzz
## 8251      __yupthatsm
## 8252    hannahhplayzz
## 8253         Addo_Man
## 8254     facetheomens
## 8255  telma_oliveira_
## 8256        SneakASip
## 8257        _Lyricxl_
## 8258  MEANANDSHESMINE
## 8259     facetheomens
## 8260  freddyfaznutzzz
## 8261        JOJICHWES
## 8262     PloopBerries
## 8263  ScottMitchellFM
## 8264      lilactrails
## 8265   BenjMCFC_hth29
## 8266  freddyfaznutzzz
## 8267      L0NGWAYD0WN
## 8268         carpiodm
## 8269     PloopBerries
## 8270       UcheAgina_
## 8271    zezewastaken_
## 8272    dcsportsguy14
## 8273          _TROOF_
## 8274      L0NGWAYD0WN
## 8275     PloopBerries
## 8276    RachelDinning
## 8277        wistyduly
## 8278      L0NGWAYD0WN
## 8279    dcsportsguy14
## 8280    ArijitianNiro
## 8281      L0NGWAYD0WN
## 8282    zezewastaken_
## 8283    dcsportsguy14
## 8284     bigcatagenda
## 8285      lucyharbron
## 8286        wistyduly
## 8287    zezewastaken_
## 8288   idyllicsoullll
## 8289    dcsportsguy14
## 8290     ErikOsipenko
## 8291         somahria
## 8292      djwinterman
## 8293     4evergrimm99
## 8294  rosiesarelovely
## 8295     ErikOsipenko
## 8296        ESJanrrol
## 8297     moonmoo_lite
## 8298       axsthxtic_
## 8299        wistyduly
## 8300  rosiesarelovely
## 8301        BoffeeMan
## 8302      elithemself
## 8303     ErikOsipenko
## 8304        WhyItsMeh
## 8305     Italydilfrry
## 8306  rosiesarelovely
## 8307        BoffeeMan
## 8308      winterstaee
## 8309     Italydilfrry
## 8310    sorrow_misfit
## 8311        BoffeeMan
## 8312        astrorodd
## 8313      crxelsumm3r
## 8314    sorrow_misfit
## 8315      logankpayne
## 8316     4evergrimm99
## 8317         NAONIDK7
## 8318  sunmustset2rise
## 8319      psyencecity
## 8320       mxlti_stan
## 8321        chillspot
## 8322        Jamaelaa_
## 8323  MichaelConnor27
## 8324        EricaC318
## 8325     4evergrimm99
## 8326   DaniloBertozzo
## 8327      psyencecity
## 8328   DaniloBertozzo
## 8329   naevis7thsense
## 8330     Italydilfrry
## 8331   DaniloBertozzo
## 8332   DaniloBertozzo
## 8333       issaccwhat
## 8334      mcconavghey
## 8335    candelaislost
## 8336        jaypeetdc
## 8337       ppeachoutt
## 8338       POPSUGARUK
## 8339  hispanic_cowboy
## 8340      moondeukiie
## 8341         ZXZapd0s
## 8342   noodlesmooshes
## 8343         1DSJ8772
## 8344         ZXZapd0s
## 8345  kingofmyheart25
## 8346          mumciur
## 8347         sudip928
## 8348         ZXZapd0s
## 8349    arianasbinnie
## 8350          SupSoob
## 8351   indernottinder
## 8352  kingofmyheart25
## 8353  ItsArpitaSarkar
## 8354      crxelsumm3r
## 8355    arianasbinnie
## 8356   yungwatercycle
## 8357     ltheadline28
## 8358    Nathanael___i
## 8359      Lovatics820
## 8360    cmspiderman00
## 8361       Z0mbie8157
## 8362    squee_machine
## 8363   vinaverdemusic
## 8364       Z0mbie8157
## 8365    cmspiderman00
## 8366     7_kookie1997
## 8367    cmspiderman00
## 8368      kittirry989
## 8369  OlicityIsMyLife
## 8370       Z0mbie8157
## 8371        SleinNoir
## 8372      daleycolfin
## 8373       swiftiegnf
## 8374      Sumire_Shea
## 8375     Picklejar987
## 8376        w1ntertea
## 8377          lmgiriv
## 8378       swiftiegnf
## 8379       swiftiegnf
## 8380      arunextdoor
## 8381        conchazzz
## 8382    KevinFroleiks
## 8383    ana_laura0691
## 8384          jlcs193
## 8385        kaybocaya
## 8386          th0mqs_
## 8387       swiftiegnf
## 8388          _ecii__
## 8389        mandaIorr
## 8390          jlcs193
## 8391      arunextdoor
## 8392       TheCiarKat
## 8393          th0mqs_
## 8394          jlcs193
## 8395        DizDougle
## 8396      the_gary999
## 8397        kaybocaya
## 8398          th0mqs_
## 8399        NvsSarath
## 8400          _ecii__
## 8401   thefutureisbvb
## 8402  Somasom44575703
## 8403          th0mqs_
## 8404      KrisRoyle91
## 8405          _ecii__
## 8406  graaaynovembeer
## 8407           NT5431
## 8408        gamaboaba
## 8409          afvulax
## 8410        dvestgolf
## 8411    isthereashley
## 8412  JiminieIsMyKing
## 8413  matildajendbdjs
## 8414       Backflip25
## 8415          afvulax
## 8416  JiminieIsMyKing
## 8417       frlsslouis
## 8418          _ecii__
## 8419    locaIantihero
## 8420      t4bletennis
## 8421  JiminieIsMyKing
## 8422    squee_machine
## 8423   angelo_tortora
## 8424      t4bletennis
## 8425          afvulax
## 8426         wlxfpxws
## 8427  Youniverse_2012
## 8428       Backflip25
## 8429   marianasburner
## 8430     sapphicgillz
## 8431      t4bletennis
## 8432  deadrosesantnee
## 8433     MinajAngelic
## 8434       sinkingana
## 8435         voltaeri
## 8436     sapphicgillz
## 8437  Youniverse_2012
## 8438   bambistarcandy
## 8439       wangmeilly
## 8440      Yamamba3952
## 8441  deadrosesantnee
## 8442    wandasoldier_
## 8443   marianasburner
## 8444  JiminieIsMyKing
## 8445     sapphicgillz
## 8446  Youniverse_2012
## 8447     itsmebeechhh
## 8448       wangmeilly
## 8449       sinkingana
## 8450      Manya_jdope
## 8451      Yamamba3952
## 8452     rain_isdying
## 8453        sanakaeya
## 8454  deadrosesantnee
## 8455   mastermindTS10
## 8456  IamCJCarr081706
## 8457   SakuraBlossomb
## 8458      helenaboone
## 8459    SpiderGangnem
## 8460         DJRock93
## 8461      Yamamba3952
## 8462      sarahrainyy
## 8463     rain_isdying
## 8464   mastermindTS10
## 8465       valleysinz
## 8466   mastermindTS10
## 8467        adwd_band
## 8468         DJRock93
## 8469   bambistarcandy
## 8470      helenaboone
## 8471      forgot2rest
## 8472   bambistarcandy
## 8473      sarahrainyy
## 8474     Sammi_Sativa
## 8475         kimclaws
## 8476   bambistarcandy
## 8477     rain_isdying
## 8478  IamCJCarr081706
## 8479      WillZMarler
## 8480      sarahrainyy
## 8481       houseofhae
## 8482     voremanbates
## 8483     dynastysrina
## 8484    IshanArya2512
## 8485     sergiOFWGKT4
## 8486      Blink_here_
## 8487     dynastysrina
## 8488        FatimaRH_
## 8489     dynastysrina
## 8490       tinaclxmen
## 8491        roseseokk
## 8492            z0irf
## 8493     dynastysrina
## 8494    alwaysformomo
## 8495        FatimaRH_
## 8496      HaileyRen13
## 8497      Blink_here_
## 8498            z0irf
## 8499  InTheCosmos_twt
## 8500   silverItongues
## 8501   lovebugcaitlyn
## 8502       mewstrooms
## 8503      mcmason1984
## 8504        Paolakati
## 8505    alwaysformomo
## 8506      OhFlawless_
## 8507   silverItongues
## 8508      malalamente
## 8509  Bp_Ruletheworld
## 8510     steffiabeyta
## 8511   st4rgrrrl_jpeg
## 8512  chromatictaylor
## 8513      mcmason1984
## 8514    alwaysformomo
## 8515       EFCWilliam
## 8516        eiIishrry
## 8517       Abel__says
## 8518   st4rgrrrl_jpeg
## 8519   silverItongues
## 8520    alwaysformomo
## 8521    serenitysky98
## 8522      mcmason1984
## 8523       EFCWilliam
## 8524   st4rgrrrl_jpeg
## 8525      LOVEKILLAAZ
## 8526      Rayforgreen
## 8527   MinYoongiMoods
## 8528   FeloniousPines
## 8529   silverItongues
## 8530    coraseabourne
## 8531         m0ss_kal
## 8532        kyeokenyy
## 8533      chrisjoonie
## 8534  girIstalkbrooke
## 8535   st4rgrrrl_jpeg
## 8536        kyeokenyy
## 8537    stormystellaa
## 8538    emilsmamacita
## 8539      chrisjoonie
## 8540        kyeokenyy
## 8541  blasiyus_harris
## 8542       imfranci13
## 8543    emilsmamacita
## 8544       MissHaymes
## 8545    emilsmamacita
## 8546     sospeedygirl
## 8547  girIstalkbrooke
## 8548      chrisjoonie
## 8549        kyeokenyy
## 8550    stanofshawn98
## 8551           TikSui
## 8552      chrisjoonie
## 8553    emilsmamacita
## 8554          kam_asp
## 8555        PeaceFF47
## 8556     simp_requiem
## 8557         Fretzy99
## 8558   allthingsenews
## 8559    stanofshawn98
## 8560    emilsmamacita
## 8561       stelshortt
## 8562         Taloneon
## 8563  realDynamicDuo1
## 8564    lmlysweetener
## 8565  anna_stevenson9
## 8566       stelshortt
## 8567         Taloneon
## 8568  FearlessRedLovr
## 8569       stelshortt
## 8570   unknownalias47
## 8571  FearlessRedLovr
## 8572   TheRealJustHen
## 8573         Taloneon
## 8574       stelshortt
## 8575       Navyanth18
## 8576      FatherLord9
## 8577     avatarmitski
## 8578  sugacookielatte
## 8579       Navyanth18
## 8580     avatarmitski
## 8581      kenziestove
## 8582     avatarmitski
## 8583      MrsReed0710
## 8584        powerfuyu
## 8585        hyuckstin
## 8586      prettypateI
## 8587   krishbotdotexe
## 8588  SkittishSting99
## 8589        powerfuyu
## 8590    eupickogargat
## 8591        hyuckstin
## 8592   crystallllmond
## 8593        powerfuyu
## 8594         _ughoyas
## 8595   CodySutcliffe4
## 8596      totoandluli
## 8597      Suela_Balla
## 8598    powerofvethoe
## 8599     dearanularmy
## 8600     sheenaluker2
## 8601      Suela_Balla
## 8602          catsjia
## 8603      jaymyth2006
## 8604      totoandluli
## 8605         WOOJ0830
## 8606     Maddibreanne
## 8607         Taloneon
## 8608   CodySutcliffe4
## 8609      jaymyth2006
## 8610     milliepilled
## 8611          Qui_nni
## 8612         Jimweave
## 8613      jaymyth2006
## 8614        NaikVimla
## 8615       xrcoraline
## 8616     dhruvievikas
## 8617          kam_asp
## 8618      AmberRoseZA
## 8619    tswizzversion
## 8620        kiwistour
## 8621    cowboylik3m3_
## 8622  holyorangebottl
## 8623      CallMeCrowz
## 8624          oscie57
## 8625       jhscentric
## 8626          oscie57
## 8627          oscie57
## 8628      rjmpescador
## 8629          oscie57
## 8630    tswizzversion
## 8631  demetria_outdid
## 8632      fran_sepul_
## 8633          blorgil
## 8634    tswizzversion
## 8635       QueenXBarb
## 8636      AmberRoseZA
## 8637    cowboylik3m3_
## 8638       SantiC1956
## 8639       _joshua_09
## 8640      marvelbimbo
## 8641    Halo_Khibbles
## 8642       QueenXBarb
## 8643    cxtxzenerased
## 8644        vaItcrsen
## 8645  loveof__mylife_
## 8646  kurianandgeorge
## 8647         JJJamii_
## 8648   joelthemoelttv
## 8649       _joshua_09
## 8650       QueenXBarb
## 8651     regaardezmoi
## 8652    valley_heart9
## 8653         JJJamii_
## 8654  kurianandgeorge
## 8655      knappsack77
## 8656     liyahumphrey
## 8657      Thasamuraiy
## 8658     jealousyxliv
## 8659        Epix_Noob
## 8660  kurianandgeorge
## 8661      prettehboah
## 8662     jealousyxliv
## 8663         JJJamii_
## 8664  FrowningFreeman
## 8665    paige_maccc28
## 8666     jealousyxliv
## 8667  EllaFle47164315
## 8668      Thasamuraiy
## 8669         JJJamii_
## 8670   FongerOfficial
## 8671       adaaaaaa_1
## 8672    paige_maccc28
## 8673      atomicdani_
## 8674     MilesDittmar
## 8675     afterglourry
## 8676       adaaaaaa_1
## 8677     kwaleegaming
## 8678      Thasamuraiy
## 8679    paige_maccc28
## 8680  DanielFrancisJM
## 8681          jk00luv
## 8682       _joshua_09
## 8683    necurrymancer
## 8684      _Timmietech
## 8685     afterglourry
## 8686      ratedrnasir
## 8687     spotifyindia
## 8688       adaaaaaa_1
## 8689     afterglourry
## 8690            Shwax
## 8691  Themadwomanisme
## 8692      Thasamuraiy
## 8693     MamboleNkela
## 8694       montezumas
## 8695   SHINee_Things_
## 8696      ApplenMicro
## 8697  Dxllypersephone
## 8698  glamouredbyjude
## 8699          jk00luv
## 8700  goldrushbossman
## 8701    Ana4424Miguel
## 8702  goldrushbossman
## 8703   cherryplushies
## 8704          jk00luv
## 8705         koo97_jk
## 8706  glamouredbyjude
## 8707         okcinder
## 8708  Dxllypersephone
## 8709          jk00luv
## 8710       sully_0216
## 8711        StevenJ10
## 8712         okcinder
## 8713         koo97_jk
## 8714    AFCAlfredovic
## 8715           avribi
## 8716         okcinder
## 8717          mynorhm
## 8718     MoChiChi_004
## 8719         JJJamii_
## 8720      Sunwave1111
## 8721    yourgagarazzi
## 8722  glamouredbyjude
## 8723      FemCritRhya
## 8724           nquoys
## 8725         okcinder
## 8726  Dxllypersephone
## 8727           avribi
## 8728  jirachi_legends
## 8729     DianaAlidema
## 8730    emanuel_migoo
## 8731          fotsjjk
## 8732           nquoys
## 8733         iamtaple
## 8734  glamouredbyjude
## 8735       cix4lifers
## 8736           avribi
## 8737    yourgagarazzi
## 8738        Libbotomy
## 8739     DianaAlidema
## 8740        antidnfer
## 8741           nquoys
## 8742    AnnTargaryen_
## 8743        antidnfer
## 8744       folkmore28
## 8745      CoolnessPcs
## 8746            bm4ll
## 8747        antidnfer
## 8748          fotsjjk
## 8749  potatoswiftie13
## 8750        Lyonfaced
## 8751    Mellet_sasaki
## 8752        papakareu
## 8753          fotsjjk
## 8754        10eighty6
## 8755        papakareu
## 8756    Mellet_sasaki
## 8757         alewesai
## 8758        dcnyc2667
## 8759     DianaAlidema
## 8760    Mellet_sasaki
## 8761      CoolnessPcs
## 8762   susannasalieri
## 8763     kareemefahmy
## 8764         xtae_thv
## 8765   susannasalieri
## 8766       sinceranmi
## 8767      CoolnessPcs
## 8768  bozobuildskeebs
## 8769   susannasalieri
## 8770            bm4ll
## 8771   gabeahhlicious
## 8772      CoolnessPcs
## 8773   gabeahhlicious
## 8774         yyangire
## 8775   susannasalieri
## 8776     aLFRED0SAUCE
## 8777   gabeahhlicious
## 8778  bozobuildskeebs
## 8779        alishamk8
## 8780      megthebeast
## 8781   gabeahhlicious
## 8782      stalkingnic
## 8783      megthebeast
## 8784     FaizanSaif21
## 8785       sinceranmi
## 8786          JCTrick
## 8787  bejeweledstyles
## 8788      stalkingnic
## 8789      megthebeast
## 8790       anotemusic
## 8791  bejeweledstyles
## 8792  stefosaurus_rex
## 8793  bozobuildskeebs
## 8794   Haziqrighthere
## 8795      megthebeast
## 8796  bozobuildskeebs
## 8797        PeaceFF47
## 8798        aliens_77
## 8799     Anastacia026
## 8800        waxcomets
## 8801       LAUFEYS6NS
## 8802         xradx666
## 8803          BUGIFYZ
## 8804       jooniieuwu
## 8805   defaultferrari
## 8806   lousunflower28
## 8807        PeaceFF47
## 8808      StoryforDay
## 8809   defaultferrari
## 8810     ChicagoCyber
## 8811   defaultferrari
## 8812    midnightslftv
## 8813    midnightslftv
## 8814       beckyboris
## 8815   Claudia_GarSim
## 8816    CactiFighting
## 8817  natalie_anne_99
## 8818    midnightslftv
## 8819    TheJoshGriggs
## 8820        druigbabe
## 8821      RhysTheBear
## 8822         phhstyls
## 8823  natalie_anne_99
## 8824  Youssef_tweeets
## 8825        realKateL
## 8826    clean_digital
## 8827          heateor
## 8828        druigbabe
## 8829  natalie_anne_99
## 8830    caibonesjones
## 8831           egocsb
## 8832  MsGretchenMVila
## 8833        druigbabe
## 8834      OurFreeBird
## 8835      Lucid_Hielx
## 8836    caibonesjones
## 8837      SinkingWine
## 8838           egocsb
## 8839      Lucid_Hielx
## 8840        PeaceFF47
## 8841      Lucid_Hielx
## 8842           magabs
## 8843      pvrecocaine
## 8844    mad_woman1989
## 8845           egocsb
## 8846   aesthetic_52Hz
## 8847    BigNickSimons
## 8848    blueandgrey02
## 8849           gm1ddy
## 8850   Claudia_GarSim
## 8851       dorthyhrry
## 8852    scaracooochie
## 8853       HenzPlayz_
## 8854       dorthyhrry
## 8855          xTrepyy
## 8856         OOkayOak
## 8857   Edgar_AllanHoe
## 8858      draggabeats
## 8859        1111elisa
## 8860       dorthyhrry
## 8861        asplitend
## 8862       HenzPlayz_
## 8863       tancam1983
## 8864      721_saurabh
## 8865     NavyBurgundy
## 8866       HenzPlayz_
## 8867       dorthyhrry
## 8868      brandao_237
## 8869   Edgar_AllanHoe
## 8870  HanbinForever07
## 8871   gr8queenreanne
## 8872      721_saurabh
## 8873       megsypieee
## 8874  themarkdennison
## 8875        Parategan
## 8876           t6p8x6
## 8877        aarias288
## 8878   Edgar_AllanHoe
## 8879   gr8queenreanne
## 8880   HartkopfMarcos
## 8881    SamshuzzamanM
## 8882       outofsober
## 8883      721_saurabh
## 8884       tancam1983
## 8885     nanamisayang
## 8886  gusfringlover60
## 8887   HartkopfMarcos
## 8888      brandao_237
## 8889   HartkopfMarcos
## 8890   Edgar_AllanHoe
## 8891  EmpireStateBldg
## 8892       caratfrsvt
## 8893      721_saurabh
## 8894       lilmzfenty
## 8895         kat_desi
## 8896     anesumuzenda
## 8897       outofsober
## 8898       caratfrsvt
## 8899       outofsober
## 8900  SlSTEROFTHEMOON
## 8901       caratfrsvt
## 8902        btsoperia
## 8903         ammrhrth
## 8904    antonioomoro_
## 8905      salamrezame
## 8906      Yinzermania
## 8907         rhinomrl
## 8908         wildfelI
## 8909    petr_hradecky
## 8910          ExoSaul
## 8911  generictwhandIe
## 8912          ExoSaul
## 8913    withustarlost
## 8914    bbbbbeeeennnn
## 8915       Sherline_k
## 8916          ExoSaul
## 8917    benj_robinson
## 8918    antonioomoro_
## 8919        Silenterc
## 8920      gabrielcpok
## 8921      Samiii90210
## 8922    katehannififi
## 8923      Samiii90210
## 8924  generictwhandIe
## 8925        TomShaw20
## 8926      gabrielcpok
## 8927        aguapapi_
## 8928    makaylaaaaa14
## 8929           cmoifc
## 8930  Caitlin89145465
## 8931        aguapapi_
## 8932        aguapapi_
## 8933    undergaslamps
## 8934     theswiftiery
## 8935    seobsuniverse
## 8936        Teentanie
## 8937      AbhaiTanwar
## 8938      SimplyKun33
## 8939     sarangyour13
## 8940    moveslikethis
## 8941        Teentanie
## 8942      onelowthree
## 8943       kookjinrts
## 8944       PERIODPINK
## 8945      SimplyKun33
## 8946       cloudismad
## 8947      rainnnyluna
## 8948    moveslikethis
## 8949      onelowthree
## 8950       kookjinrts
## 8951        Teentanie
## 8952         hypateea
## 8953    moveslikethis
## 8954       thatslilla
## 8955    kurtslimabean
## 8956    lurvespatpran
## 8957        languinii
## 8958  torpidmiscreant
## 8959  Dove_HimikoToga
## 8960       kookjinrts
## 8961      onelowthree
## 8962   Taylorqueen133
## 8963       AJ85004018
## 8964         karimact
## 8965   matthewmalerba
## 8966       kookjinrts
## 8967      SammieDeexl
## 8968    mastermindbby
## 8969   Taylorqueen133
## 8970  Dove_HimikoToga
## 8971  MeredithABriggs
## 8972   kimberlyapills
## 8973   daddylonglegz4
## 8974    James_SWilson
## 8975   matthewmalerba
## 8976       moonb3auty
## 8977   Taylorqueen133
## 8978       moonb3auty
## 8979        gintaka69
## 8980       realmyola1
## 8981       moonb3auty
## 8982  ilyryanreynolds
## 8983       heeeyimkim
## 8984  x_emo_mermaid_x
## 8985       martasoosa
## 8986         yaemichi
## 8987      misterrob98
## 8988         SaulRaja
## 8989          m2kk379
## 8990     AgeofAultron
## 8991      ayeleeminho
## 8992        jaxdavids
## 8993     pipeandmusic
## 8994      Nothere4Lng
## 8995    eucarolmanoel
## 8996      misterrob98
## 8997        beth06231
## 8998          damikay
## 8999          damikay
## 9000          zee__20
## 9001        beth06231
## 9002     Lulu67131640
## 9003          damikay
## 9004     Melonhead414
## 9005      PlantzEmoji
## 9006          damikay
## 9007          zee__20
## 9008      scrptdmikey
## 9009     Spettacomedy
## 9010     oliiviafdez_
## 9011          damikay
## 9012  ilyryanreynolds
## 9013    KerriOlorcain
## 9014        beth06231
## 9015    eucarolmanoel
## 9016      dissumlight
## 9017   aesthetic_52Hz
## 9018   kuromibatwings
## 9019        _estanilo
## 9020        vickygg97
## 9021      scrptdmikey
## 9022          Yiye_OC
## 9023    Ozy_The_Ghost
## 9024     PhyllisKDick
## 9025    sushihottrash
## 9026         iCruells
## 9027  TheRiverIsSilly
## 9028       AIdelfonzo
## 9029      scrptdmikey
## 9030      filteroflwt
## 9031       AIdelfonzo
## 9032        rapperrbr
## 9033      filteroflwt
## 9034       AIdelfonzo
## 9035     GabiWhittred
## 9036    simplydesmond
## 9037  eIectricdreamss
## 9038        PE_Canada
## 9039    shawninthe604
## 9040       AIdelfonzo
## 9041      filteroflwt
## 9042  BrainBeastShaun
## 9043   TikTokSexHouse
## 9044       chantaje__
## 9045    Ozy_The_Ghost
## 9046    thomasdavyd99
## 9047     GabiWhittred
## 9048       gamja_kate
## 9049          soapiax
## 9050  cowboy_like_ava
## 9051    Ozy_The_Ghost
## 9052     GabiWhittred
## 9053  rudyrudiirudeez
## 9054      scrptdmikey
## 9055       gamja_kate
## 9056        sassyswas
## 9057        lovetyun_
## 9058          soapiax
## 9059    juanmatupater
## 9060  cowboy_like_ava
## 9061    Ozy_The_Ghost
## 9062      NihilusVevo
## 9063          soapiax
## 9064    eucarolmanoel
## 9065       gamja_kate
## 9066    juanmatupater
## 9067        lovetyun_
## 9068  cowboy_like_ava
## 9069  donutsaregood28
## 9070      NihilusVevo
## 9071    juanmatupater
## 9072       anittaplay
## 9073        lovetyun_
## 9074   28wallsbylouis
## 9075  noellesaysmeoww
## 9076      believe0069
## 9077      NihilusVevo
## 9078     PotatoCarton
## 9079      DevinDesire
## 9080  donutsaregood28
## 9081     namgikookies
## 9082  donutsaregood28
## 9083     eyerollAngel
## 9084     LOGANXARCHER
## 9085         SplaRinn
## 9086          gonfhk_
## 9087         thismirr
## 9088       ivyromance
## 9089     ListersGroup
## 9090          itslepp
## 9091          gonfhk_
## 9092  BrainBeastShaun
## 9093    bluemonkeyape
## 9094      believe0069
## 9095        lvbeargyu
## 9096      ShreyaAkhil
## 9097     alpaca_tales
## 9098  BrainBeastShaun
## 9099     nyxfor13days
## 9100         Senpaie_
## 9101        lvbeargyu
## 9102      believe0069
## 9103          Wale4tf
## 9104   thesportslivie
## 9105     nyxfor13days
## 9106      believe0069
## 9107   thesportslivie
## 9108       august_ouk
## 9109  Unknown5Awesome
## 9110       xylofrance
## 9111     nyxfor13days
## 9112         brktrend
## 9113  voluptuousgiant
## 9114    pantheologies
## 9115   thesportslivie
## 9116    ItHadtoBeYou_
## 9117       august_ouk
## 9118     nyxfor13days
## 9119         filipeys
## 9120    ArijitianNiro
## 9121        selimvrt2
## 9122        NesquikBh
## 9123       august_ouk
## 9124       wavecephus
## 9125     Trentkillazz
## 9126     dramatrooper
## 9127     andsandysays
## 9128       HlGHASHXPE
## 9129       wavecephus
## 9130     dramatrooper
## 9131   JoeTheRooferNJ
## 9132         WaleNoir
## 9133    GermanSwifite
## 9134     dramatrooper
## 9135       wavecephus
## 9136       wavecephus
## 9137       amilcarezv
## 9138  SparkletStrange
## 9139      StoryforDay
## 9140     miyoshibanri
## 9141        MandisaXO
## 9142    GermanSwifite
## 9143       thewebz1ne
## 9144        MandisaXO
## 9145          lit_dot
## 9146        itsdaviad
## 9147    sushihottrash
## 9148   prostreetcross
## 9149    Sharuk_Usaini
## 9150  tswiftandcats13
## 9151        MandisaXO
## 9152     _CannaBlyss_
## 9153        LukeyC224
## 9154        MandisaXO
## 9155        MX_CARNES
## 9156       urbanicole
## 9157       diaz_isa89
## 9158       urbanicole
## 9159  sunlightpalette
## 9160       diaz_isa89
## 9161    johannetweets
## 9162      NihilusVevo
## 9163           3oinks
## 9164       com_azeite
## 9165    Sharuk_Usaini
## 9166       anglesfly1
## 9167   peachfctrygirl
## 9168   lucycrispmusic
## 9169    johannetweets
## 9170          semrush
## 9171            8THEV
## 9172    manicrose1984
## 9173        imtannies
## 9174    cassie1Dlover
## 9175   Chainsaw_Diego
## 9176            8THEV
## 9177   FigureEminente
## 9178         Goonwuff
## 9179      hannnahgrim
## 9180            8THEV
## 9181   FigureEminente
## 9182   HRRYLOVESGUCCI
## 9183        mcytroyal
## 9184      LostBoyZeph
## 9185         shlokium
## 9186   FigureEminente
## 9187       sebvargas_
## 9188    aleja26berrio
## 9189         emmalboc
## 9190   FigureEminente
## 9191   HRRYLOVESGUCCI
## 9192     Lunar_Moogle
## 9193        imtannies
## 9194    LindaHubert13
## 9195    LIVSPARTRIDGE
## 9196   HRRYLOVESGUCCI
## 9197        xvaebhavx
## 9198        tiredjean
## 9199      LostBoyZeph
## 9200    LIVSPARTRIDGE
## 9201   Chainsaw_Diego
## 9202     KelleyLi1974
## 9203        Shpigford
## 9204   HRRYLOVESGUCCI
## 9205      LostBoyZeph
## 9206    hard2explainn
## 9207          rosems_
## 9208    LIVSPARTRIDGE
## 9209  childerolandusa
## 9210           mygfls
## 9211         rikipies
## 9212     KelleyLi1974
## 9213          rosems_
## 9214      Autorennen7
## 9215         rikipies
## 9216         hakushus
## 9217      1dstannerrr
## 9218       ServerMerk
## 9219        Joana_FT9
## 9220   AllieW72910105
## 9221       chillnatee
## 9222         rikipies
## 9223     pcklegiggles
## 9224        kawaii711
## 9225        Joana_FT9
## 9226         rikipies
## 9227      irwinscline
## 9228     KelleyLi1974
## 9229       Youshah015
## 9230      1dstannerrr
## 9231  definitelypkmn4
## 9232          chuubry
## 9233  SEVENISHEAVEN07
## 9234       midnoits10
## 9235    Ernestosorbet
## 9236       Youshah015
## 9237        kawaii711
## 9238     theytheminem
## 9239          chuubry
## 9240  SEVENISHEAVEN07
## 9241   WaywardFreak13
## 9242          chuubry
## 9243     KelleyLi1974
## 9244    Ernestosorbet
## 9245       johnny_yip
## 9246       sp1d3rland
## 9247  Escapedjourneys
## 9248  SEVENISHEAVEN07
## 9249          rvngqno
## 9250          chuubry
## 9251            rsksq
## 9252       babyshea97
## 9253     brbutpolplus
## 9254       soshishade
## 9255         KD_Osewa
## 9256        Redddjsks
## 9257     notjustajoke
## 9258       soshishade
## 9259          rvngqno
## 9260         KD_Osewa
## 9261  Amphibiafan_Mal
## 9262       babyshea97
## 9263         KD_Osewa
## 9264   bexinthecity05
## 9265       midnoits10
## 9266   lalainewuzhere
## 9267    wowzerswubbly
## 9268       soshishade
## 9269      LifeEstLepo
## 9270          rvngqno
## 9271  lucytaysversion
## 9272      reviews_org
## 9273   lalainewuzhere
## 9274      LifeEstLepo
## 9275       DGabbard42
## 9276   lalainewuzhere
## 9277     jahrastamari
## 9278  Our_Reputation_
## 9279          NyxieNG
## 9280        Redddjsks
## 9281     moondroppin_
## 9282    FighterVortex
## 9283  thetweetedquote
## 9284          skadixo
## 9285    Ernestosorbet
## 9286      LifeEstLepo
## 9287       babyshea97
## 9288  Our_Reputation_
## 9289    Theo_mattheww
## 9290        Redddjsks
## 9291       huechaccoo
## 9292      LifeEstLepo
## 9293   ActNaturally76
## 9294    SlovesTaylena
## 9295  michaelvbrownie
## 9296         100_Becs
## 9297  michaelvbrownie
## 9298        Redddjsks
## 9299       peakboytae
## 9300         3NVYBABY
## 9301       peakboytae
## 9302     mandoblossom
## 9303   judasphysicall
## 9304           wonutq
## 9305    Ernestosorbet
## 9306         3NVYBABY
## 9307   louieromantics
## 9308         svtoyou5
## 9309        Redddjsks
## 9310         3NVYBABY
## 9311   thekytastrophe
## 9312         svtoyou5
## 9313       IIecIerc16
## 9314      iamvedang10
## 9315       samttweetz
## 9316     greatesthaze
## 9317       peakboytae
## 9318   thekytastrophe
## 9319  INTELLECTUALPR0
## 9320     _lifeofshay_
## 9321  iamrobertoortiz
## 9322     killmyreagan
## 9323     __shr00min__
## 9324   frenzelaguilar
## 9325     __shr00min__
## 9326       rileyvol13
## 9327       krishh2710
## 9328     imarinholima
## 9329  INTELLECTUALPR0
## 9330   thekytastrophe
## 9331        RaneyDay4
## 9332       krishh2710
## 9333        lovinqqxo
## 9334  INTELLECTUALPR0
## 9335       rileyvol13
## 9336  iamrobertoortiz
## 9337  _Fine_Sunflower
## 9338    MONTERO_Album
## 9339        MikeTuffy
## 9340      PolarizedFM
## 9341       krishh2710
## 9342     ManagedWolf1
## 9343   SheLovesWonder
## 9344       rileyvol13
## 9345    scaleddandicy
## 9346    heyitsmozavsa
## 9347        granny_vr
## 9348      TeamStarKid
## 9349     AdityaSehara
## 9350       rileyvol13
## 9351    MONTERO_Album
## 9352      MinxCouture
## 9353       paperje11y
## 9354       cruel_emma
## 9355       ne0CITY___
## 9356        buddy666u
## 9357        joelingzz
## 9358    MONTERO_Album
## 9359       cruel_emma
## 9360    ArroyoSylvana
## 9361    MONTERO_Album
## 9362  _Fine_Sunflower
## 9363       chrisd2019
## 9364      AcidicBliss
## 9365      whalienloh7
## 9366       PiercePrkr
## 9367       cruel_emma
## 9368    ArroyoSylvana
## 9369         jackgap8
## 9370       chrisd2019
## 9371   youmadearebels
## 9372     tinytaeyong_
## 9373     pantsforahat
## 9374       chrisd2019
## 9375          Gigwise
## 9376    AmarjitRajput
## 9377    iamjjalvarado
## 9378     katelynnh137
## 9379    iamjjalvarado
## 9380         GiBugogo
## 9381     katelynnh137
## 9382     Liz_Claire21
## 9383    theburfer_aoe
## 9384    HELLCATVINYLS
## 9385      TheNerdDown
## 9386       khammie360
## 9387           wonutq
## 9388     katelynnh137
## 9389     matteo_resca
## 9390        seokkubus
## 9391      TheNerdDown
## 9392        DevCraft4
## 9393  abdulkadiratic1
## 9394  RhyseRichards0n
## 9395           wonutq
## 9396     katelynnh137
## 9397          XXovlee
## 9398        DevCraft4
## 9399        seokkubus
## 9400      TheNerdDown
## 9401        TheLilJ45
## 9402       allisona15
## 9403        carrottwt
## 9404     movie_man164
## 9405   iamsodownbadfo
## 9406   ReissMeister92
## 9407       khammie360
## 9408      impaulbodea
## 9409     matteo_resca
## 9410    AmarjitRajput
## 9411        carrottwt
## 9412       aelmmnouxy
## 9413       Alissa2022
## 9414   ReissMeister92
## 9415        carrottwt
## 9416      CallebBanks
## 9417       khammie360
## 9418       Jamjars_14
## 9419      DramaKing25
## 9420    hari_qwest123
## 9421    abbythecleric
## 9422  MaryFor44530047
## 9423    HeloiseMesure
## 9424  mrsdarc97700517
## 9425       khammie360
## 9426      dionysis_ai
## 9427  NoahAdk46403259
## 9428       ariadnavf_
## 9429   GenuinelyTammy
## 9430       POPSUGARUK
## 9431  NoahAdk46403259
## 9432  mrsdarc97700517
## 9433  kya_yaar_ananya
## 9434  NoeticSaturnine
## 9435         EmSh8944
## 9436        JahmikelG
## 9437  mrsdarc97700517
## 9438  NoahAdk46403259
## 9439       iama_lion_
## 9440        britxnic0
## 9441      TrueBlueLDR
## 9442   Tweetbyshreyas
## 9443       iama_lion_
## 9444    masonangelo23
## 9445         RodPeels
## 9446    yoongis_fruit
## 9447  MaryFor44530047
## 9448       Yashistic_
## 9449    TruffleSocial
## 9450        Mamo_dele
## 9451    yoongis_fruit
## 9452  joystickjuniper
## 9453    yoongis_fruit
## 9454     Sam_McQueen1
## 9455       sushijoker
## 9456           qubaap
## 9457  seconda89807391
## 9458   sarahnicoleguy
## 9459            yl3O1
## 9460        m4rl0nnnn
## 9461     ikjunsflower
## 9462              XXL
## 9463        Mamo_dele
## 9464   iFrankMartin97
## 9465  EarnMakingMoney
## 9466   UnderTakingBoy
## 9467        Mamo_dele
## 9468     ikjunsflower
## 9469       abhignya04
## 9470          anngri7
## 9471        yogiilele
## 9472  MaryFor44530047
## 9473       AzeiteSeco
## 9474   iheartlouaylor
## 9475  adrestian_flame
## 9476  KiwiTheKangaroo
## 9477  glittergelgirly
## 9478  onwrdstovictory
## 9479        yogiilele
## 9480       queenrhemz
## 9481    ofstarlight10
## 9482        BigginzYT
## 9483  treehousepoetry
## 9484       iFilmOrama
## 9485   iheartlouaylor
## 9486  onwrdstovictory
## 9487  MatildaSoGolden
## 9488       nj_nearing
## 9489      SirSalles01
## 9490  josephappIegate
## 9491           qubaap
## 9492        yogiilele
## 9493        FOLKMORE2
## 9494  onwrdstovictory
## 9495   iheartlouaylor
## 9496        FOLKMORE2
## 9497  josephappIegate
## 9498        FOLKMORE2
## 9499      Gloomykatee
## 9500       ogedengbe_
## 9501   thelonejourney
## 9502  VeronikaZriniov
## 9503   iheartlouaylor
## 9504         whyjeon_
## 9505           qubaap
## 9506       queenrhemz
## 9507   UnderTakingBoy
## 9508     uglyducklin0
## 9509        fredeyrhs
## 9510        yogiilele
## 9511  Sofa_Critic_2_0
## 9512       iamarjun23
## 9513   thelonejourney
## 9514     uglyducklin0
## 9515  The_J_Stevenson
## 9516  abigailroseking
## 9517     uglyducklin0
## 9518          bg_bts7
## 9519  mybuddiemybucky
## 9520  abigailroseking
## 9521      iamthebegus
## 9522        SelinaD42
## 9523   thelonejourney
## 9524        ImpulFizz
## 9525      leoaraujopp
## 9526       vantsecret
## 9527        coIorluna
## 9528         b__dizon
## 9529  nadiamariazefri
## 9530   eggcheesebageI
## 9531       vantsecret
## 9532        vINce9867
## 9533  MaryFor44530047
## 9534        coIorluna
## 9535       MyMoonIsUV
## 9536   JaylaMOfficial
## 9537     coldchains19
## 9538       vantsecret
## 9539       MyMoonIsUV
## 9540    gabrialholmes
## 9541    isthereashley
## 9542        ImpulFizz
## 9543     shesgotclaws
## 9544         Surma_SG
## 9545        vINce9867
## 9546    iwantabigmac_
## 9547     coldchains19
## 9548        agdtinman
## 9549      am_kumkum22
## 9550    iwantabigmac_
## 9551    isthereashley
## 9552   JaylaMOfficial
## 9553   ocadoinalright
## 9554    spacesintheam
## 9555    DragEmetSelch
## 9556   JaylaMOfficial
## 9557        iamluvity
## 9558        TheSwiftD
## 9559          qazimod
## 9560        vINce9867
## 9561     THEMAINTHlNG
## 9562  MatildaSoGolden
## 9563       charwillj0
## 9564        fraaiises
## 9565        adolabrat
## 9566         aria2560
## 9567   m3lenatedwh8re
## 9568         kenmorxo
## 9569       viandreiya
## 9570       charwillj0
## 9571        vINce9867
## 9572   m3lenatedwh8re
## 9573         eddgardx
## 9574       hobihongie
## 9575   thelonejourney
## 9576     THEMAINTHlNG
## 9577   m3lenatedwh8re
## 9578    bobthefixerrr
## 9579        adolabrat
## 9580     niambideeaye
## 9581       gldenbusan
## 9582   m3lenatedwh8re
## 9583      tokyotwelve
## 9584       hobihongie
## 9585      Meh96232227
## 9586        adolabrat
## 9587  MaryFor44530047
## 9588  Elisabe74257695
## 9589       chrisnel__
## 9590      tokyotwelve
## 9591       hobihongie
## 9592    dehydratedjay
## 9593       viistrying
## 9594    smith_adesoji
## 9595       viistrying
## 9596   rockergirldrum
## 9597      MessiahRice
## 9598    dehydratedjay
## 9599   ocadoinalright
## 9600       jzathegoat
## 9601        jakim77pt
## 9602       hobihongie
## 9603       MyMoonIsUV
## 9604      Meh96232227
## 9605          alxjkfs
## 9606    dehydratedjay
## 9607     kangseoyoon8
## 9608   Santiago_PaezP
## 9609        jakim77pt
## 9610      Meh96232227
## 9611     idioticsimpp
## 9612       Pedro_5Oli
## 9613          alxjkfs
## 9614    dehydratedjay
## 9615          alxjkfs
## 9616     idioticsimpp
## 9617       Pedro_5Oli
## 9618        CaptivaLX
## 9619       logantwizz
## 9620  AlphaMillennium
## 9621       Pedro_5Oli
## 9622       logantwizz
## 9623     idioticsimpp
## 9624       babycxarmy
## 9625       logantwizz
## 9626       logantwizz
## 9627       Pedro_5Oli
## 9628         Cubezix1
## 9629      ElyanArcher
## 9630     stonelovebot
## 9631       somandra21
## 9632       carabigote
## 9633         Cubezix1
## 9634       iHrtWByers
## 9635     eternallyurz
## 9636         Cubezix1
## 9637     DarthKermit_
## 9638         nessaxbw
## 9639       iHrtWByers
## 9640       somandra21
## 9641       may7jailer
## 9642     larryS4eva28
## 9643    LifesADance44
## 9644   str4wberrimo0n
## 9645       somandra21
## 9646         Cubezix1
## 9647       iHrtWByers
## 9648     IliaZaatar10
## 9649      13mgiorgi13
## 9650           wmdan_
## 9651     eternallyurz
## 9652       iHrtWByers
## 9653   MrAddisonJones
## 9654          rikl_13
## 9655     heartslilnas
## 9656     eternallyurz
## 9657     larryS4eva28
## 9658       Samrific25
## 9659          Glaxdz1
## 9660        DelmarOwl
## 9661     eternallyurz
## 9662       iamarjun23
## 9663         AbiESTXX
## 9664          Glaxdz1
## 9665       iamarjun23
## 9666        PCTweetzz
## 9667      Daily_Serah
## 9668          Glaxdz1
## 9669     punzoswooner
## 9670   Msintheunknown
## 9671    onIysunfIower
## 9672   lovemesomeALLI
## 9673          Glaxdz1
## 9674    onIysunfIower
## 9675    ArmaanSethi18
## 9676   PraksArmaanian
## 9677        PCTweetzz
## 9678   _uncommentary_
## 9679     MaybeDanial_
## 9680    onIysunfIower
## 9681  thatgirlmareena
## 9682   some1likekefon
## 9683    ArmaanSethi18
## 9684     MaybeDanial_
## 9685   SoldierSiobhan
## 9686    SixthCityDawg
## 9687        Sewey_Guy
## 9688     IliaZaatar10
## 9689    ArmaanSethi18
## 9690     MaybeDanial_
## 9691     minttynggie2
## 9692     punzoswooner
## 9693         ihrtwomn
## 9694   SoldierSiobhan
## 9695    ArmaanSethi18
## 9696     IliaZaatar10
## 9697       terry12539
## 9698     MaybeDanial_
## 9699      migs13swift
## 9700    RHCHaricharan
## 9701     inversephase
## 9702   SoldierSiobhan
## 9703           7_soty
## 9704      urs__lohith
## 9705      delicioso_x
## 9706      migs13swift
## 9707     IliaZaatar10
## 9708         astrsads
## 9709        JDUBBABY_
## 9710     punzoswooner
## 9711           7_soty
## 9712    blousupremacy
## 9713      migs13swift
## 9714         astrsads
## 9715    Omgitsjustdae
## 9716   SAlNTVALENTlNE
## 9717     SheepPsychic
## 9718  NicoleMonster23
## 9719     austenxswift
## 9720           7_soty
## 9721     austenxswift
## 9722        okayeboys
## 9723       Mitranshu2
## 9724         astrsads
## 9725     punzoswooner
## 9726     austenxswift
## 9727        IAmSprays
## 9728     patternbluee
## 9729        brutus_il
## 9730   lonesomesswift
## 9731        BamTennie
## 9732  dswatmanstewart
## 9733     austenxswift
## 9734           sawrnr
## 9735   theylorswift13
## 9736       okrzemkowa
## 9737   lonesomesswift
## 9738     dreherkeleti
## 9739   lonesomesswift
## 9740     tdawgisdedV3
## 9741       cr0taline_
## 9742       _abby_r0se
## 9743         a_ngelak
## 9744   lonesomesswift
## 9745      Mrslnfamous
## 9746        BamTennie
## 9747      celestynyaa
## 9748        KarmaDash
## 9749          15c_djo
## 9750        Sewey_Guy
## 9751       bill_ndege
## 9752       maxiee1999
## 9753       AriKordeii
## 9754       cr0taline_
## 9755     hiddleshouse
## 9756      mixxiemajjy
## 9757      celestynyaa
## 9758           sey0_o
## 9759       cr0taline_
## 9760          Osariik
## 9761       bill_ndege
## 9762        Sewey_Guy
## 9763     SKbloodfahim
## 9764     caitlin_veal
## 9765           blppoj
## 9766       justrkives
## 9767       maxiee1999
## 9768    floriswyatt13
## 9769       AriKordeii
## 9770  ally_euthanasia
## 9771       Ayoitsibra
## 9772    danizofficial
## 9773       maxiee1999
## 9774     jacques24_10
## 9775           sey0_o
## 9776     danny_okey96
## 9777        mv_sanoop
## 9778  lavenderrrhhaze
## 9779       bill_ndege
## 9780       AriKordeii
## 9781           sey0_o
## 9782    stonemilker__
## 9783        MaIteeser
## 9784     exiledloveer
## 9785  lavenderrrhhaze
## 9786         larjjssa
## 9787     danny_okey96
## 9788     jacques24_10
## 9789       bill_ndege
## 9790       justrkives
## 9791  DisIsDifferent_
## 9792    kai_roswrites
## 9793     jacques24_10
## 9794     danny_okey96
## 9795    thestoryofles
## 9796     exiledloveer
## 9797       justrkives
## 9798         _Rifty__
## 9799     _starallura_
## 9800     danny_okey96
## 9801     _starallura_
## 9802    jisungiecakee
## 9803           jhnmoe
## 9804  MusnakeOfficial
## 9805     _starallura_
## 9806     hasanyahya04
## 9807     LusterLazuli
## 9808    jisungiecakee
## 9809         larjjssa
## 9810    Callummooreyy
## 9811   Yashlikesmucic
## 9812        BTapiador
## 9813        PTGHE4VEN
## 9814         CAMMMTHV
## 9815       justrkives
## 9816      hunitrio_sp
## 9817    jisungiecakee
## 9818     KelleyLi1974
## 9819       Luna110806
## 9820   Yashlikesmucic
## 9821    fashiongrunge
## 9822     eIsieheather
## 9823   _ana_catalina_
## 9824          rikl_13
## 9825     joe_s_thomas
## 9826       Luna110806
## 9827         CAMMMTHV
## 9828       justrkives
## 9829          rikl_13
## 9830     yeh_dooriyan
## 9831        moodytwt_
## 9832         CAMMMTHV
## 9833         kynolike
## 9834  TonyPow34012518
## 9835     yeh_dooriyan
## 9836        AdmMarley
## 9837    MidgarKopZone
## 9838     eIsieheather
## 9839        ChocChipu
## 9840  JustinH61116835
## 9841    luckyflower04
## 9842  TonyPow34012518
## 9843    The10ndDoctor
## 9844         dannst28
## 9845         dtqkblud
## 9846     yeh_dooriyan
## 9847    jaaazzzyyyyyy
## 9848        maisyx0x0
## 9849         dannst28
## 9850   xxmadyrogersxx
## 9851     yeh_dooriyan
## 9852    MidgarKopZone
## 9853        purrrcell
## 9854         dannst28
## 9855         P0LZR0ID
## 9856     navtrendsweb
## 9857  gayrightsiguess
## 9858    The10ndDoctor
## 9859    gosha_digital
## 9860     eIsieheather
## 9861        DroxzyFPS
## 9862    The10ndDoctor
## 9863    gosha_digital
## 9864         wlwsafin
## 9865        DroxzyFPS
## 9866        maisyx0x0
## 9867      glowspinkss
## 9868  theawkwardhanna
## 9869  MilaDeSojaLover
## 9870       mayigandre
## 9871      saellikhaxx
## 9872         fabianvr
## 9873    gosha_digital
## 9874    The10ndDoctor
## 9875      men_lover49
## 9876       avlisasiul
## 9877    MidgarKopZone
## 9878        DroxzyFPS
## 9879      elle_hcarrr
## 9880        sarthakHT
## 9881         fabianvr
## 9882     LeviStephhen
## 9883     KallySheerio
## 9884   westsidexwalls
## 9885      men_lover49
## 9886        ReyThe2nd
## 9887         fabianvr
## 9888   westsidexwalls
## 9889      Redinho1983
## 9890    MidgarKopZone
## 9891     KallySheerio
## 9892      men_lover49
## 9893  JuanCamiloLagoc
## 9894         fabianvr
## 9895       museumwony
## 9896      Xavier_Kalt
## 9897       mayigandre
## 9898        chldedpty
## 9899       museumwony
## 9900       museumwony
## 9901      Xavier_Kalt
## 9902   westsidexwalls
## 9903       museumwony
## 9904   corne1iastreet
## 9905      men_lover49
## 9906    Chloe26414889
## 9907      theannaside
## 9908       mayigandre
## 9909      Xavier_Kalt
## 9910        bxngnxsty
## 9911          luvfaii
## 9912    chocolatemikl
## 9913     oooo95167106
## 9914     JamesReid_NL
## 9915      hunitrio_sp
## 9916  Mangochichinim2
## 9917      Thaynee1997
## 9918        freejoyde
## 9919       ditaaaylor
## 9920      RecklessBea
## 9921  slimecreaturezz
## 9922        freejoyde
## 9923  snowjustthesnow
## 9924    holson_sheryl
## 9925       taetanic76
## 9926        yoshiikge
## 9927  Mangochichinim2
## 9928        freejoyde
## 9929      MikaTsumaki
## 9930  snowjustthesnow
## 9931       midnightmj
## 9932     singularsnty
## 9933       taetanic76
## 9934      Thaynee1997
## 9935       omfgitscat
## 9936  rosecoloredxboy
## 9937         lnnnaaaz
## 9938   RULERREACHF4N4
## 9939       taetanic76
## 9940  riyanah_rahmath
## 9941  snowjustthesnow
## 9942          jmoram_
## 9943       omfgitscat
## 9944        isdiego99
## 9945    soyjnbarragan
## 9946    platinumpagne
## 9947        vivvviddy
## 9948      RecklessBea
## 9949       taetanic76
## 9950         jessussx
## 9951         lnnnaaaz
## 9952  CarterSchneid14
## 9953         souvmina
## 9954  riyanah_rahmath
## 9955        bennstark
## 9956           gnfnyc
## 9957         souvmina
## 9958         lnnnaaaz
## 9959  CarterSchneid14
## 9960  midnightsjisung
## 9961       _Jencarloo
## 9962         otbwaIls
## 9963        vivvviddy
## 9964   Joshuahardz001
## 9965   RecycleTheDuck
## 9966            8avey
## 9967        _banyezzz
## 9968       carllosr82
## 9969         souvmina
## 9970  CarterSchneid14
## 9971     avatartswift
## 9972       iFilmOrama
## 9973         lnnnaaaz
## 9974         jessussx
## 9975          SANOSGF
## 9976       _Jencarloo
## 9977         otbwaIls
## 9978          SANOSGF
## 9979       VoyasVirta
## 9980            8avey
## 9981       davybright
## 9982          SANOSGF
## 9983  sixtenlindberg_
## 9984      ferropiposo
## 9985    msheldonmusic
## 9986   Joshuahardz001
## 9987  DisappointSalad
## 9988        lovinqqxo
## 9989    msheldonmusic
## 9990   Joshuahardz001
## 9991    otb28sunshine
## 9992       iFilmOrama
## 9993     michkath0713
## 9994    msheldonmusic
## 9995    otb28sunshine
## 9996  DisappointSalad
## 9997       iFilmOrama
## 9998    jadyloffcolor
## 9999     michkath0713
## 10000   leefygreens15
##                                                                                                                                                                     text
## 1                                                                                     Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕
## 2                                                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3                                                                                                                    I predict my top genre will be rap. #SpotifyWrapped
## 4                                                                                                      I predict my top podcast will be Pod Meets World  #SpotifyWrapped
## 5                                                                                                      I predict my most played song will be  That Girl😭 #SpotifyWrapped
## 6                                                                                    I predict my most played song will be Through The Wire (Kanye West) #SpotifyWrapped
## 7                                                                                                                     I predict my top genre will be Pop #SpotifyWrapped
## 8                                                                                               I predict my most played song will be I Burned LA Down \n#SpotifyWrapped
## 9                                                                                                                  I predict my top genre will be Kpop💎💙 #SpotifyWrapped
## 10                                                                                                         I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 11                                                                                                         I predict my top artist will be Justin Bieber #SpotifyWrapped
## 12                                        My #SpotifyWrapped in 2022 will flex between LoFi beats, to early 2000s Jay-Z, to T-Swift and Sunmi (courtesy of the gorlfren)
## 13                                                                                                         I predict my top artist will be @Eiffel65Band #SpotifyWrapped
## 14                                                              we don’t talk about bruno va a estar en mi top 5, no me escondo\n#SpotifyWrapped https://t.co/OcGBB8WgEz
## 15                                                                                                     I predict my top artist will be tyler the creator #SpotifyWrapped
## 16                                                                                                       I predict my top artist will be Sebastian Yatra #SpotifyWrapped
## 17                                                                                        I predict my most played song will be Never Goodbye nct dreamm #SpotifyWrapped
## 18                                               I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped it’s between shawn mendes or borassca
## 19                         Hack\n\nWhat is the issue with your account? Send a DM to Get it fixed or Recovered !!!\n\n#Round #Robinhood #Acorns… https://t.co/M9bcBporhP
## 20                                                                                                                    I predict my top genre will be rap #SpotifyWrapped
## 21                                                             i swear if brown noise is in my top artist in the #SpotifyWrapped like im sorry i needed help sleeping 😪😪
## 22                                                                                                  I predict my top genre will be pop? Or pop adjacent. #SpotifyWrapped
## 23                                                                                                                  #SpotifyWrapped just dropped https://t.co/rqaTL1bcHD
## 24                                                                    I’m real nervous for my Spotify wrapped this year😅 my music was all over the place #SpotifyWrapped
## 25                                                                                            I predict my most played song will be monks by frank ocean #SpotifyWrapped
## 26                                                                               my #SpotifyWrapped when it comes out is just gonna be these two https://t.co/oykbMjoBbn
## 27                                                                                I think this will be the year that my top 5 artists change drastically #SpotifyWrapped
## 28                                                                               I predict my most played song will be 'I Think He Knows' - Taylor Swift #SpotifyWrapped
## 29                                                         I predict my top artist will be [well it better be @taylorswift13 or I’m gonna be real upset] #SpotifyWrapped
## 30                                                                                                        I predict my top artist will be [Jacques Brel] #SpotifyWrapped
## 31                                                                                                       I predict my top artist will be @JIDsv for sure #SpotifyWrapped
## 32                                                                                                        I predict my top podcast will be distractable  #SpotifyWrapped
## 33                                                       my #SpotifyWrapped: 2022 was an interesting year..you didn't let hate paralyze your mind a total of 10613 times
## 34                                                                                                            I predict my top artist will be [Rod Wave] #SpotifyWrapped
## 35                                                                                                                  I predict my top artist will be Lucy #SpotifyWrapped
## 36                                                                                   Sabrina Carpenter Space\nhttps://t.co/bLRQ6C7rCb\n#sabrinacarpenter #SpotifyWrapped
## 37                                                                                              I just want my damn #SpotifyWrapped already. Give it to me, you cowards.
## 38                                                                                                          I predict my top genre will be probably kpop #SpotifyWrapped
## 39                                                                                      I predict my most played song will be 소녀 소녀 by loonas haseul #SpotifyWrapped
## 40                                                                                                               I predict my top artist will be Beyoncé #SpotifyWrapped
## 41                                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 42                                My one and only Chevron Amethyst earrings. 😍 #CyberMonday #SpotifyWrapped #beadedjewelry #handmadegifts #lizzo https://t.co/Xx3sFlXtwb
## 43                                                                                                   I predict my top artist will be [weird al yankovic] #SpotifyWrapped
## 44                                                                                                                 I predict my top genre will be [rock] #SpotifyWrapped
## 45                                                                                         just drank milk #awesome #badass #dope #swag #rad #SpotifyWrapped #cool #nice
## 46                                                                                                      I predict my most played song will be [pancreas] #SpotifyWrapped
## 47                                                                                                                    I predict my top genre will be Pop #SpotifyWrapped
## 48                         Why tf y'all posting "I hope (artist) is my #1 on #SpotifyWrapped?\nThat shit ain't for two days and everyone's post… https://t.co/6to5HmhJoz
## 49                                                                                  I predict my top podcast will be Anything Goes with Emma Chamberlain #SpotifyWrapped
## 50                                                                                                I predict my most played song will be A Que le Tiramos #SpotifyWrapped
## 51                                                                                                  I predict my top podcast will be louder with crowder #SpotifyWrapped
## 52                                                                                                         I predict my top podcast will be ... nothing! #SpotifyWrapped
## 53                            HTML is getting better😆🤪\nJust but a hint of my website😂\n#100DaysOfCode \n#100daysofcodechallenge\n#codeHive2022… https://t.co/AiKFbUHBD4
## 54                                                                                                        I predict my top artist will be billie eilish  #SpotifyWrapped
## 55                                                                                                                                Yo, can  #SpotifyWrapped drop already?
## 56                                                                                                          I predict my top artist will be XXXTENTACION #SpotifyWrapped
## 57                                                                                                         I predict my top podcast will be Archetypes\n #SpotifyWrapped
## 58                                                                                                         I predict my top artist will be @badomenscult #SpotifyWrapped
## 59                                                                                                          I predict my top artist will be Taylor Swift #SpotifyWrapped
## 60                                                                                I predict my most played song will be [probably something by crosses?] #SpotifyWrapped
## 61                                                                                                          I predict my top artist will be [the weeknd] #SpotifyWrapped
## 62                                                                                                                    I predict my top genre will be pop #SpotifyWrapped
## 63                                                                   I predict my top artist will be m #SpotifyWrapped I KNOW HER Mariah Carey @MariahCarey MARIAH CAREY
## 64                                                                                                        I predict my top artist will be Raleigh Keegan #SpotifyWrapped
## 65                         would you make a great career online and become a millionaire by 2022. \ntake this free test and find out how you ca… https://t.co/Ff8jSw6lUX
## 66                                                                                         I predict my most played song will be True Love by X &amp; YE #SpotifyWrapped
## 67                                 Slow hunts usually have incredible sunsets...\n#outdoors #nature #wildlife #hunting #duckhunting #duckhunter… https://t.co/XQwS63Djqc
## 68                                                                                                                                             #SpotifyWrapped PLEASEEEE
## 69                                                                               I predict my most played song will be Jump Then Fall (Taylor’s Version) #SpotifyWrapped
## 70                                                                                               I predict my most played song will be happier than ever #SpotifyWrapped
## 71                                                                                                               I predict my top genre will be country. #SpotifyWrapped
## 72                                                                                    my top artist will be @machinegunkelly 100% , no questions asked.  #SpotifyWrapped
## 73                                                                                         I predict my most played song will be obviously Yet To Come 🔥 #SpotifyWrapped
## 74                                  I predict my most played song will be "Understand" - Hippo Campus #Hippocampus @thehalocline #SpotifyWrapped https://t.co/7G3gskB2Jm
## 75                                                                                                        I predict my top artist will be  @MorganWallen #SpotifyWrapped
## 76                                                                 I predict my most played song will be All I Want for Christmas is You by Mariah Carey #SpotifyWrapped
## 77                                                                                                                    cant predict my # 1 song this year #SpotifyWrapped
## 78                                                                             I predict my top artist will be Andrew Garfield 😅 #SpotifyWrapped https://t.co/zOpGilmdfr
## 79                                                                                                         I predict my top artist will be [ BLACKPINK ] #SpotifyWrapped
## 80                                                                          I predict my most played song will be Carly Rae Jepsen - Talking to Yourself #SpotifyWrapped
## 81                                                                                                      I predict my top artist will be [Eleni Foureira] #SpotifyWrapped
## 82                                                                                                               I predict my top genre will be [ kpop ] #SpotifyWrapped
## 83                                                                                                          I predict my top artist will be Taylor Swift #SpotifyWrapped
## 84                                                                                                                  I predict my top genre will be [Pop] #SpotifyWrapped
## 85                                                                                           I predict my most played song will be [pink venom/shutdown] #SpotifyWrapped
## 86                                     https://t.co/835vHrEQt5\nWe live 😎💯\n#truecrimecommuity #RedVelvet #AnkitGupta𓃵 #BSC #DonaldTrump #dolar… https://t.co/z3AbVHwojb
## 87                                                                   I predict my top artist will be American rock band my chemical romance @MCRofficial #SpotifyWrapped
## 88                             My #SpotifyWrapped is going to be a very bizarre mix of deathcore, vocaloid/j pop, game soundtracks and synthwave https://t.co/4Ed10YwzXt
## 89                                                                                                  I predict my most played song will be [El Telephone] #SpotifyWrapped
## 90                                                                                                            Idk how much longer I can wait please drop #SpotifyWrapped
## 91                        I listened to too much Tick Tick Boom and Moulin Rouge for it to be anything else. \n\nI predict my top genre will be… https://t.co/dZeQajgbKY
## 92                                                                                                         i predict my top artist will be taylor swift. #spotifywrapped
## 93                                                                                           I predict my top podcast will be obviously @AMorbidPodcast  #SpotifyWrapped
## 94                                                                                                       I predict my top artist will be @jose_madero 💛\n#SpotifyWrapped
## 95                                                                                                                    I predict my top genre will be Rap #SpotifyWrapped
## 96                                                                                                 I predict my most played song will be ABOUT DAMN TIME #SpotifyWrapped
## 97                                                                                                    I predict my most played song will be fall in love #SpotifyWrapped
## 98                                                                                               I predict my most played song will be Famous Last Words #SpotifyWrapped
## 99                       My 6 months VS my all-time \nWhich y’all prefer?? \n(Some of these would never be in the same room 😂)\n#SpotifyWrapped… https://t.co/EcZza0tkJP
## 100                                     #wip trying to do more energetic scenes and illustrations #art #characterdesign #illustration #blackart… https://t.co/9WLSJ3wMZY
## 101                                    I predict my top podcast will be #Archetypes without a doubt. #ArchetypesWithMeghan #ArchetypesOnSpotify… https://t.co/W3SOd7TLIe
## 102                        JUST DROPPED A FIRE TRACK “6TH SENSE” RUN IT UP 🔥🔥\n\nhttps://t.co/xP2zy1Csuc\n\n#artist #Producer #underground #rap… https://t.co/AcJUuqywM9
## 103                                                                                                             it's almost #SpotifyWrapped time https://t.co/eeirWrraxn
## 104                                                                                                       I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 105                                                                                                 I predict my top podcast will be The Tim Dillon Show #SpotifyWrapped
## 106                                                                                                              I predict my top podcast will be UNHhhh #SpotifyWrapped
## 107                                                                                                    I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped
## 108                                                                                         I predict my most played song will be pretty boy by the nbhd #SpotifyWrapped
## 109                                                                                                       I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 110                                                             I predict @tvgirlz ‘s not allowed, indie, @bbnomula , @snyplease #SpotifyWrapped https://t.co/pyc8oygKlu
## 111                      ,@MrBeast \nDay 692 of asking @MrBeast to give me $10,000 so that I can buy a new car\n\n#Mrbeast                     … https://t.co/yVJlp9rCNB
## 112                                                                                                             I predict my top genre will be [Country] #SpotifyWrapped
## 113                                                                                                              I predict my top artist will be weeekly #SpotifyWrapped
## 114                                                                                                     I predict my top genre will be bubblegumpussypop #SpotifyWrapped
## 115                        Good amount of value to work with on this slate, let’s kill it. Full lineup for the main slate @ 7PM EST. 🔥🔥 \n~Luca… https://t.co/Cp47ehdi98
## 116                                         New Twitter ✨\n#SpotifyWrapped #乌鲁木齐 #FIFAWorldCupQatar2022 #new #RedVelvetBirthdayParty #mommy https://t.co/Vpox5S0mQT
## 117                              Eventually the 'cOoL kIdS' will make fun of this trend, but they're just mad my music festival crushes theirs.… https://t.co/rHNjDVjL90
## 118                                                                                          I predict my most played song will be top secret by weeekly #SpotifyWrapped
## 119                                                                                               I predict my top artist will be [Halestorm @LZZYHALE ] #SpotifyWrapped
## 120                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Emo rap
## 121                                                                                              Next year my #SpotifyWrapped is going to be 99% Daisy Jones and The Six
## 122                                                                                                                I predict my top genre will be [Rock] #SpotifyWrapped
## 123                                                                                                I predict my top podcast will be therapist gecko LMAO #SpotifyWrapped
## 124                       provável que seja assim: \nartista = lana • taylor • nicki • beyoncé • avril\nsingle = break my soul • 2 be loved • w… https://t.co/Zvh3cBaVjl
## 125                                                                                                        I predict my most played song will be RUN BTS #SpotifyWrapped
## 126                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped 1000 blunts, rain dance, escape plan, or psychosocial
## 127                     https://t.co/EFzouNL0PD\n\n A Village Burial Vlog\n\nCheck out another amazing video.. village vlog. You will get to en… https://t.co/lYRFdNWATS
## 128                          Come Get Good And Rant W/ Us! https://t.co/zkNinczALo\n\n#VALORANT #gold #silver #youtubegaming #gamer #LiveStream… https://t.co/XNAav4Gjez
## 129                                                                          @Naija_PR See your answer!!! #SpotifyWrapped #RedVelvet #9ja #music https://t.co/aL4TJL7Z91
## 130                          "The easiest thing to be in the world is you. The most difficult thing to be is what other people want you to be."… https://t.co/bmqqFedrin
## 131                                                                                            I predict my top artist will BANGTAN MUTHAFCKIN SONYEODAN #SpotifyWrapped
## 132                                                                       I predict my most played song will be [Masterpiece @MIWband @ChrisMotionless ] #SpotifyWrapped
## 133                                                                                                     I predict my top podcast will be @ToonsThatCurse #SpotifyWrapped
## 134                                                                        I predict my top podcast will be The Darker Side of Life or Chug Jug with You #SpotifyWrapped
## 135                           Cooking on the grill is a year round activity. Even if it’s 38 degrees. Change my mind. #changemymind #NewEngland… https://t.co/jppgZH9Q8j
## 136                                                                               About 5 finger strolls I think I got some decent stuff #Love #F4F #S4S #SpotifyWrapped
## 137                                                                                                                  I predict my top artist will be AJR #SpotifyWrapped
## 138                           Forget about your #SpotifyWrapped.\n\nListen to Markin' Out.\n\n#WWE #WWERaw #WWENXT #SmackDown #AEW #AEWDynamite… https://t.co/H5FryomsO2
## 139                                                                                          I predict my top artist will be maybe see plus @seeplusband #SpotifyWrapped
## 140                             I Predict My Top Artist Will Be \n1 Olivia Rodrigo \n2 Conan Gray\n3 Sabrina Carpenter\n4 Dove Cameron\n5 Shawn Mendes\n #SpotifyWrapped
## 141                                                                                                             I predict my top genre will be KPOP OBVI #SpotifyWrapped
## 142                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @RSprachrohr without a doubt
## 143                                                                                                                     @Spotify #SpotifyWrapped i'm so excited for that
## 144                                                                                                           I predict my top artist will be @AriLennox #SpotifyWrapped
## 145                                                                                                        I predict my top artist will be [#SnoopnDogg] #SpotifyWrapped
## 146                                                                                                                                                 WHEN #SpotifyWrapped
## 147                                                                                                               I predict my top genre will be [Disco] #SpotifyWrapped
## 148                                                    I predict my most played song will be That’s Final by @aint_afraid or Waste My Time by @AriLennox #SpotifyWrapped
## 149                                                                                                              I predict my top artist will be NCT 127 #SpotifyWrapped
## 150                                                                                                         I predict my top genre will be vocaloid lmao #SpotifyWrapped
## 151                                                                                                        I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 152                                                                                I predict my most played song will be [sexyback by Justin Timberlake] #SpotifyWrapped
## 153                                                                                                              I predict my top podcast will be BANTER #SpotifyWrapped
## 154                                                                                                               I predict my top genre will be Kpop. 😐 #SpotifyWrapped
## 155                                                                                        I predict my top podcast will be [who tf listens to podcasts] #SpotifyWrapped
## 156                                                                                  I predict my most played song will be Feel My Rhythm by Red Velvet 🤭#SpotifyWrapped
## 157                                                                                             I predict my top podcast will be And the Runner Up Is... #SpotifyWrapped
## 158                                                        I predict my top podcast will be unreleased music that ppl illegally uploaded in podcast form #SpotifyWrapped
## 159                                            #TheeAstroDot #ArmyWarrant #SpotifyWrapped #RedVelvet \n\nCheck out TheeAstroDot's video! #TikTok https://t.co/IhKAzXHgJc
## 160                                                                                                I predict my top artist will be [Taylor Alison Swift] #SpotifyWrapped
## 161                                               I predict my most played song will be 6666 - four fists. Or, maybe, darker still - @parkwayofficial\n\n#SpotifyWrapped
## 162                                                                                                             I predict my top genre will be [FAG POP] #SpotifyWrapped
## 163                                                                                                               I predict my top genre will be Indica  #SpotifyWrapped
## 164                                                                                                          I predict my top artist will be conan gray  #SpotifyWrapped
## 165                                                                     I predict my most played song will be [right where you left me OR break my soul] #SpotifyWrapped
## 166                                                                                                   I predict my top artist will be Barbra Streisand.  #SpotifyWrapped
## 167                                                                                                           I predict my top genre will be modern rock #SpotifyWrapped
## 168                                                                                                    I also enjoy seeing these #SpotifyWrapped https://t.co/f0zRSvUYjo
## 169                                                                                                    I predict my most played song will be family line #SpotifyWrapped
## 170                                                                                      I predict my top podcast will be [Inner monologue olivia neill] #SpotifyWrapped
## 171                                                    The Hawmiees #migos #kilos #fit #SpotifyWrapped #gains #motivational #gymbrand #gym #gear https://t.co/ZhRsc09kbQ
## 172                                                                                         live rn come join ! https://t.co/iAf1dVqejm #SpotifyWrapped #MW2 #CallofDuty
## 173                                  If you don't sleep before people that snore in their sleep. Forgerr abourr it💔😂 #RedVelvet #SpotifyWrapped… https://t.co/vEaVsMqjYs
## 174                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 175                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped prob drugs you should try some of not
## 176                                                                                                    I predict my top artist will be @machinegunkelly  #SpotifyWrapped
## 177                                                                                          I predict my most played song will be One Up by Central Cee #SpotifyWrapped
## 178                       Prediction– My #SpotifyWrapped :\n\n1. Song with a hard guitar solo I had to practice\n2. "Question?" by Taylor Swift… https://t.co/vkWwzH9xJ8
## 179                                                                                                       I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 180                                                                                                             I predict my top genre will be Pop.  #SpotifyWrapped Pop
## 181                                                                                                            I predict my top podcast will be [Morbid] #SpotifyWrapped
## 182                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 183                              Retweet Biko 🥹🤲🏾 @petiteback_ @Oyinriri26 @chaneldior1017 @wizkidayo @sakpo0007_ @DinahDanladi1 @Emmanuel12544… https://t.co/UeoHmo5w1Q
## 184                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped this charming man ngl
## 185                                                                                                                 I predict my top genre will be [pop] #SpotifyWrapped
## 186                                                                                                 I predict my most played song will be Vigilante Shit #SpotifyWrapped
## 187                                                                                                                I predict my top artist will be Drake #SpotifyWrapped
## 188                                                                                   I predict my most played song will be [mariners apartment complex] #SpotifyWrapped
## 189                                                                                                                  Can @YouTube make their version of #SpotifyWrapped?
## 190                                                                    I predict my top podcast will be The Album Years by Steven Wilson and Tim Bowness #SpotifyWrapped
## 191                                                               me doing this prediction as if i dont already know my top artist is arctic monkeys LOL #SpotifyWrapped
## 192                                                                                          I predict my most played song will be [safira by sirkazzio] #SpotifyWrapped
## 193                                                                                                       #SpotifyWrapped  this was mine in 2020 https://t.co/IV3d8JkkkS
## 194                       Can’t remember if I announced the trailer on here 🤔 Here it is anyway!\n\n😺Lots of Meows in The Little Tales of Alexa… https://t.co/tF5KRzuNa2
## 195                                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 196                                                                                         I predict my most played song will be obviously Yet To Come  #SpotifyWrapped
## 197                               When is Spotify going to let me see my #SpotifyWrapped I need it to tell me I’m obsessed with Taylor swift, even though I already know
## 198                       This wouldn’t be half bad, would it? There’s a few surprises too!\n\nI guess it’s a sneak peek at my #SpotifyWrapped,… https://t.co/o0TNaKEf69
## 199                                                                                              I predict my top artist will be [mother mother? or mcr] #SpotifyWrapped
## 200                                                                                                                             Add me on snap onesimo_m #SpotifyWrapped
## 201                     JB BARBERING SALON - \nKUMASI MOSHIE ZONGO \nLink up for the best cut --- \n0560990713// 0594053088\n\nthepencilbarber_… https://t.co/nChG8uBsT6
## 202                                                                                                      I predict my top artist will be Nine Inch Nails #SpotifyWrapped
## 203                                                                                                    I predict my top genre will be [alternative rock] #SpotifyWrapped
## 204                                                                                                                         #SpotifyWrapped should be s national holiday
## 205                                                                                             I predict my top podcast will be something @DiscoveryID  #SpotifyWrapped
## 206                                                                              I predict my most played song will be That’s why they call it the blues #SpotifyWrapped
## 207                                                                                        I predict my most played song will be [bitchboy by the oozes] #SpotifyWrapped
## 208                                                                                            I predict my most played song will be 21 by Gracie Abrams #SpotifyWrapped
## 209                                                                                                             It’s almost time #SpotifyWrapped https://t.co/qlivn1val1
## 210                                                                                                      I predict my top genre will be rock/alternative #SpotifyWrapped
## 211                                                                                                      I predict my top artist will be @eltonofficial  #SpotifyWrapped
## 212                                                                                                 I predict my top genre will be phonk or alternative 🤲#SpotifyWrapped
## 213                                                                                                              I predict my top artist will be @Drake  #SpotifyWrapped
## 214                                                                                                                       Yees 🤍 #SpotifyWrapped https://t.co/RAS9h6Ky4F
## 215                                                                                                               I predict my top artist will be Mitski #SpotifyWrapped
## 216                                                                                                                  I predict my top artist will be BTS #SpotifyWrapped
## 217                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \nProbably twice
## 218                     @the_kingslife This Will End like Eifi Airdrop Where None Of Us Got Our Tokens &amp; Even De Ones  Bought With Huge Sum… https://t.co/uNIm8XQaNI
## 219                                                                I predict my top artist will be either @5SOS or @taylorswift13 #SpotifyWrapped but i can’t decide who
## 220                                                                                  I predict my most played song will be Build God Then We’ll Talk 🙈🙈🙈 #SpotifyWrapped
## 221                                                                                   I predict my most played song will be [Alien Superstar by Beyonce] #SpotifyWrapped
## 222                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nIllusion or cheers
## 223                         So, it will soon be time for #SpotifyWrapped and as it has been a VERY stressy year think i might have leaned on Re… https://t.co/RCROgD3GcE
## 224                                                     Congratulations more winnings to be recorded #CyberMonday #ZehMer #COP27 #SpotifyWrapped https://t.co/ma5IL0wA4h
## 225                                Taking care of yourself shouldn’t be a second thought. Self-care starts now! #college #collegelife #selfcare… https://t.co/Xxy5pCqRFf
## 226                                                                      predictions for my #SpotifyWrapped top artists: @strayfromdapath @scenequeenrocks and @ddlovato
## 227                                                                                           I predict my top podcast will be Happiest Podcast on Earth #SpotifyWrapped
## 228                         put my spotify into insta fest to try to get a hint to what my #SpotifyWrapped might look like and oh my god what i… https://t.co/ewWIPgkjzq
## 229                                                                                   I predict my most played song will be litterally any babytron song #SpotifyWrapped
## 230                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 231                                                                                                                                       #SpotifyWrapped IS ON FRIDAY??
## 232                                                                                                            I predict my top artist will be [Beyonce] #SpotifyWrapped
## 233                                                                                                I predict my top artist will be Red Hot Chili Peppers #SpotifyWrapped
## 234                         Boycott Apple 4 wanting 2 suppress free Speach R the owners of the company American? The Galaxy Phone is just as go… https://t.co/Tm56msTXLl
## 235                                                                                                           I predict my top genre will be bedroom pop #SpotifyWrapped
## 236                                                                                                 I predict my most played song will be RunBts by BTS  #SpotifyWrapped
## 237                                                                                     I predict my most played song will be The Archer by Taylor Swift #SpotifyWrapped
## 238                                                                                  I predict my top genre will be: is 90’s sadcore indie folk a genre? #SpotifyWrapped
## 239                                                                                                         I predict my top artist will be [maya hawke] #SpotifyWrapped
## 240                                                                                                                           Im so excited for my 2022  #SpotifyWrapped
## 241                                                                                              I predict my most played song will be Jesus Christ Pose #SpotifyWrapped
## 242                                                                                       I predict my most played song will be [thérèse or nothing new] #SpotifyWrapped
## 243                                                                        My top podcast better be The Magnus Archives or I’m switching to Amazon music #SpotifyWrapped
## 244                                           #SpotifyWrapped \nI genuinely don’t mind. Also- I’ve had Sprouts on all year and happy 😃 with that https://t.co/wEro7bKbAZ
## 245                                                                                 I predict my most played song will be [Cause for Concern by Lovejoy] #SpotifyWrapped
## 246                          elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/ccP30uEVja
## 247                                                           I predict my most played song will be Spitting off the edge of the world - Yeah Yeah Yeahs #SpotifyWrapped
## 248                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 249                         I predict my most played song will be Last Train Home by the Pat Metheny Group, my most played artist will be Def L… https://t.co/8N5a4tfxid
## 250                                                                             I predict my top podcast will be [#Archetypes ] \n#ArchetypesWithMeghan\n#SpotifyWrapped
## 251                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped country
## 252                                                                                                     I predict my most played song will be big parade #SpotifyWrapped
## 253                                                   we all already know taylor will be my top artist but like i can’t wait for spotify to tell me that #SpotifyWrapped
## 254                                                                                           I predict my most played song will be Late, by Kanye West! #SpotifyWrapped
## 255                                                                                                   I predict my top artist will be Taylooor swiffffft #SpotifyWrapped
## 256                                                                                                      I predict my top artist will be Eminem, duh 😂🤷🐐 #SpotifyWrapped
## 257                                                                                      #SpotifyWrapped cannot come any slower 💀 i need it NOW. https://t.co/TV8nqUnBXS
## 258                                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 259                                                                                                  I predict my most played song will be block me out  #SpotifyWrapped
## 260                                                                                            I predict my most played song will be [Super Freaky Girl] #SpotifyWrapped
## 261                                                                                                   I predict my top podcast will be [@AMorbidPodcast] #SpotifyWrapped
## 262                                                                                                           I predict my top artist will be black midi #SpotifyWrapped
## 263                                                           I predict my most played song will be \nHurt by Oliver Tree\n#SpotifyWrapped \n\nthis thing is interesting
## 264                                                                                                I predict my top artist will be Lemon Demon (@neilcic)#SpotifyWrapped
## 265                                                                                                        I predict my top artist will be Lana Del Rey  #SpotifyWrapped
## 266                         I don’t want to jinx nothing but it’s like I can see every one in my TL from the 🍃 community! High everyone can you… https://t.co/lzXSltpb09
## 267                                                                                                                      When is #SpotifyWrapped gonna dropppppp?!!!!!!!
## 268                                      Since when does @POTUS "let protesters speak for themselves?"\n\nWeak.\n#CCP #SpotifyWrapped #乌鲁木齐… https://t.co/9UL7elBPQj
## 269                                                                                    I predict my top genre will be experimental rock or some bullshit #SpotifyWrapped
## 270                                                                                           I predict my most played song will be Disconnected by 5sos #SpotifyWrapped
## 271                                                                                                            I predict my top artist will be Van Halen #SpotifyWrapped
## 272                                                                                                         i predict my top artist will be taylor swift #SpotifyWrapped
## 273                                                                                       I predict my top artist will be [@MissioMusic  or @Stray_Kids] #SpotifyWrapped
## 274                                                                                                        I predict my top artist will be @BigThirty375 #SpotifyWrapped
## 275                                                                                I predict my top artist will be Akina Nakamori. Without a doubt. Lol. #SpotifyWrapped
## 276                                                                                          I predict my most played song will be Low Blow by honeymoan #SpotifyWrapped
## 277                                                          I predict my top artist will be @Beyonce or @rosalia this I'm not sure wanna see the result #SpotifyWrapped
## 278                                                                                                             I predict my top artist will be @DojaCat #SpotifyWrapped
## 279                                                                                           I predict my most played song will be Dethroned or chondro #SpotifyWrapped
## 280                                   man we need more von music #SpotifyWrapped boutta be out n im already knowing durk boutta be my most listened to artist this year💀
## 281                                                                            I predict my most played song will be [Does Anybody Love Me @MissioMusic] #SpotifyWrapped
## 282                          elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/lyjTBr8syi
## 283                                                                                            I predict my top podcast will be [Archetypes with Meghan] #SpotifyWrapped
## 284                           mary on a cross by ghost is going to be number one because it’s NUMBER ONE IN MY HEART!!!! WORDDD  #SpotifyWrapped https://t.co/gI4Tt4L2rV
## 285                                                                                         I predict my most played song will be [Eyewishes/Bystanding] #SpotifyWrapped
## 286                                                                                         Ma quando esce spotify wrapped ?\n\n#SpotifyWrapped #spotifywrapped2022 #ita
## 287                                        me pretending to be "surprised" when seeing BTS as my n.o 1# most played artist on my #SpotifyWrapped https://t.co/SjJzdRJK5q
## 288                                                #HOT by @pledis_17  will take #1 spot in my #SpotifyWrapped 2022 \n\n#SEVENTEEN \n#세븐틴 \n\nhttps://t.co/fX2hWwhYxu
## 289                                                                                                    I predict my top artist will be [#MichaelJackson] #SpotifyWrapped
## 290                                                                                                       I predict my top artist will be taylor swift 🥰 #SpotifyWrapped
## 291                                                                                                         I predict my top genre will be pop, as usual #SpotifyWrapped
## 292                                                                                                 I predict my top artist will be Leslie Cheung 张国荣 #SpotifyWrapped
## 293                                                                                        Dog chose his onlin gender #SpotifyWrapped #RedVelvet https://t.co/rN1U4k6t6M
## 294                                                                                           I predict my most played song will be despechá by @rosalia #SpotifyWrapped
## 295                                                                                           I predict my most played song will be [cute by rosalia lol #SpotifyWrapped
## 296                                                                                                               I predict my top artist will be Eminem #SpotifyWrapped
## 297                         Anyone who complained about not getting @taylorswift13 tickets better show their @Spotify Wrapped or Fest results s… https://t.co/JQojxpllhq
## 298                                                                                                         I predict my top artist will be taylor swift #SpotifyWrapped
## 299                                                                                                              I predict my top artist will be rosalía #SpotifyWrapped
## 300                                                                                                               I predict my top artist will be Alex G #SpotifyWrapped
## 301                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 302                                                                                               I predict my most played song will be Waiting by Woodz #SpotifyWrapped
## 303                                    Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy #TOP100MostHandsomeFaces
## 304                                                                                                            I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 305                                                                                                      I predict my most played song will be vent'anni #SpotifyWrapped
## 306                                                                                                  I predict my most played song will be Mary - Alex G #SpotifyWrapped
## 307                                                 I predict my top podcast will be distractible, I really didn't listen to any other podcast this year #SpotifyWrapped
## 308                                                                                                          I predict my top artist will be Beach House #SpotifyWrapped
## 309                                                                             I predict my most played song will be Rich Flex by Drake &amp; 21 Savage #SpotifyWrapped
## 310                                                                                        Can’t wait to see what my top artists and songs look like on  #SpotifyWrapped
## 311                                                                                I predict my top artist will be Chloe moriondo @kidzwithbugz probably #SpotifyWrapped
## 312                                                                                         I predict my top artist will be probably fucking John Powell #SpotifyWrapped
## 313                                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé
## 314                                                                                                          I predict my top artist will be [@ladygaga] #SpotifyWrapped
## 315                                                                         my top artist this year will be joywave. it has to be. it will be @joywave . #SpotifyWrapped
## 316                                                                                                  I predict my most played song will be [Make up sex] #SpotifyWrapped
## 317                                                                                 Yo idc about Christmas I care about #SpotifyWrapped . That’s the real holiday for me
## 318                          Dog Toys Chew Cleaning Teeth-Molar Toothbrush 🪥 \n\n#SpotifyWrapped #FIFAWorldCup #RedVelvet #Dog #dogs #pet #pets… https://t.co/E9yZmpACmE
## 319                                                                                      #SpotifyWrapped PREDICTIONS: top artist mitski, top song violence by frank iero
## 320                                                                        @Spotify is probably the only company I actually want to give my data to. \n\n#SpotifyWrapped
## 321                                                                                    I predict my most played song will be something by Taylor Swift!! #SpotifyWrapped
## 322                                                                                         I predict my most played song will be [Applause - Lady gaga] #SpotifyWrapped
## 323                                                                                 I predict my most played song will be Sit Pissers by Lord Aethelstan #SpotifyWrapped
## 324                                                                                                          I predict my top artist will be [21 Savage] #SpotifyWrapped
## 325                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 326                                                                                I’m literally all over dear lorddd #instafest #SpotifyWrapped https://t.co/YbKJ0edamp
## 327                     ok ahead of #SpotifyWrapped , here's my best bet at my top 5 for this year:\nTaylor Swift\nHarry Styles\nBeyonce\nFlore… https://t.co/C18gzJXsWY
## 328                                                                                                   I predict my top podcast will be very really good  #SpotifyWrapped
## 329                                                                                                     I predict my top artist will be [@OnlyOneOf_twt] #SpotifyWrapped
## 330                                                                                                        I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 331                                                                                                  I predict my top artist will be my chemical romance #SpotifyWrapped
## 332                                                                                                                 I predict my top genre will be [Rap] #SpotifyWrapped
## 333                                                                                                       I predict my top artist will be Sufjan Stevens #SpotifyWrapped
## 334                                                          Since #SpotifyWrapped is too busy teasing us on main… the way this is too accurate… https://t.co/1Yljx1Lrmg
## 335                         Songtitle- #indecisive\nproduced by @MetronomeGh\nMixed and mastered by @astirbeats \n#FIFAWorldCup #SpotifyWrapped… https://t.co/yQdQuVFIlB
## 336                                                                                                         I predict my top podcast will be #Archetypes #SpotifyWrapped
## 337                    I predict my top artist will be\n–  Taylor Swift\n– Chase Atlantic\n– The Weeknd\n– Harry Styles\n– Billie Eilish\n– One… https://t.co/FnjAfLnbwE
## 338                                                                                                 I predict my top genre will be rock or something idk #SpotifyWrapped
## 339                                                                              50 jeez back to back daily dropping new tapes. #RedVelvet #30BG #Wizkid #SpotifyWrapped
## 340                                                       I predict my top artist will be @boburnham #SpotifyWrapped\nif im wrong then i failed my New Year’s resolution
## 341                                                                                                   I predict my top artist will be Natalia Lafourcade #SpotifyWrapped
## 342                                                                                                         I predict my top podcast will be #Archetypes #SpotifyWrapped
## 343                                                                                               I predict my most played song will be drowning lessons #SpotifyWrapped
## 344                                                                                                       I predict my top podcast will be @tillnpodcast #SpotifyWrapped
## 345                                                                         My instafest is already embarassing so I can imagine my #SpotifyWrapped will be even worst 🫠
## 346                                                                                       I predict my most played song will be DPR IAN - No Blueberries #SpotifyWrapped
## 347                                                                                                I predict my most played song will be [Shotta Flow 6] #SpotifyWrapped
## 348                                                                                                         I predict my top podcast will be [Archetype] #SpotifyWrapped
## 349                                                                                         Are y’all still eating Thanksgiving leftovers? #SpotifyWrapped #PollOfTheDay
## 350                                                                                               I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 351                                                                                                  I predict my top podcast will be [Min indre dialog] #SpotifyWrapped
## 352                                                                                 I predict my most played song will be Lover, You Should've Come Over #SpotifyWrapped
## 353                              Who wants Experience Artist..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/qWKrcbXCeC
## 354                               I predict my top artist will be one of these three, Huey Lewis and the News, Oingo Boingo, or Electric Light Orchestra #SpotifyWrapped
## 355                                                                                                      I predict my top podcast will be #Archetypes on #SpotifyWrapped
## 356                         I’m watching Inside The Criminal Mind on Netflix, and I think they used a picture of Ross Lynch as Dahmer instead o… https://t.co/ALOdqLylGD
## 357                                                                                      I predict my most played song will be Another Love by Tom Odell #SpotifyWrapped
## 358                                                                                                        I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 359                                                                                                      I predict my top artist will be [keem or peggy] #SpotifyWrapped
## 360                                                                I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Meghan’s Archetypes
## 361                                                                       I predict my top podcast will be Archetypes #SpotifyWrapped\n#Archetypes #ArchetypesWithMeghan
## 362                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 363                                                                                       I predict my top podcast will be [Archetypes by Meghan Markle] #SpotifyWrapped
## 364                                                                         nearly the lgbt communities favourite time of year x #SpotifyWrapped https://t.co/4lCJdlWhRw
## 365                                                             I predict my top podcast will be "Cosas" by @robertomtzTV  and JacoboWong --  @MrPablor  #SpotifyWrapped
## 366                                                                       I predict my most played song will be "New Delhi Freight Train" by Terry Allen #SpotifyWrapped
## 367                                                          I predict my most played song will be Future Perfect (Pass The MIC) #SpotifyWrapped https://t.co/mwOmVi23Fo
## 368                                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. Cuff It
## 369                                                                                                    I predict my top artist will be Paramore OR Apink #SpotifyWrapped
## 370                         Ig mutuals drop it down below 👇 #igmutuals #foryoupage #Instagram不具合 #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا… https://t.co/l4vQpEy7Hl
## 371                                                                                                               I predict my top genre will be Hip Hop #SpotifyWrapped
## 372                                                                                              I predict my most played song will be Not My Job by Flo #SpotifyWrapped
## 373                                                                                                           Believe it.  Am better than @davido  #SpotifyWrapped #30BG
## 374                                                                                                                 I predict my top genre will be K-pop #SpotifyWrapped
## 375                                                                                        I predict my most played song will be "Vincent" by Don McLean #SpotifyWrapped
## 376                                                               I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #archetypesonspotify
## 377                                                                                             I predict my most played song will be El doctor - paliza #SpotifyWrapped
## 378                                           I predict my most played song will be *checks my Spotify stats* Telecaster B Boy by Wonderlands X Showtime #SpotifyWrapped
## 379                                                          Anbu black ops sucks #NARUTO #SpotifyWrapped #البرازيل_ِسويسرا #tiktok #ميقا #BRASUI https://t.co/HWu3i5yybi
## 380                                                                                                  I predict my top artist will be ROSALÍA or NewJeans #SpotifyWrapped
## 381                       In preperation of #SpotifyWrapped I hearby present my "Favorites" playlist.\n\nWarning, it's over 200 songs long :)\n\nhttps://t.co/Zac9moyC4T
## 382                                                                                    when i didn't top this number i fucked up #SpotifyWrapped https://t.co/LSBYwdiag2
## 383                                                                                                     Make sure this Friday you tag us in your #SpotifyWrapped results
## 384                                                                                                      I predict my top genre will be (probably) K-Pop #SpotifyWrapped
## 385                                                                                                     I predict my top podcast will be Sonic Symbilism #SpotifyWrapped
## 386                                                                        I predict my most played song will be Testing or I Love U by the chainsmokers #SpotifyWrapped
## 387                                                                  I think my top artist will be Quadeca no cyappp, either Quad, bbno$ or Yung Gravy 🫡 #SpotifyWrapped
## 388                                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 389                                                                                                                I predict my top genre will be pop??? #SpotifyWrapped
## 390                                                                                                                 I predict my top artist will be ITZY #SpotifyWrapped
## 391                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 392                                                                                                    I predict my top artist will be Green Day 😍😍😍😍😜😜😜 #SpotifyWrapped
## 393                                                                                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 394                                                                                               I predict my most played song will be Hurt by NewJeans #SpotifyWrapped
## 395                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 396                                                                                     I predict my most played song will be First Class by Jack Harlow #SpotifyWrapped
## 397                                                                  NHL FREEPLAY #cash #SpotifyWrapped #RedVelvet #SportsGambling #bettingpicks https://t.co/PriIuKTnph
## 398                         Goooooooooo jungkook \nSo. proud ❤💜🥵🔥😭😭😭😭Congratulations to my beloved child And there are still other achievements… https://t.co/2OuHnGewBy
## 399                                                                                               I predict my most played song will be It’s In Our Hand #SpotifyWrapped
## 400                                                                                       I predict my most played song will be ni idea tal vez duvet??? #SpotifyWrapped
## 401                                                                                                       I predict my top genre will be kpop girl group #SpotifyWrapped
## 402                          I’m given $1,000 today cause I know people will need money for Christmas 🎄 follow @davieskeller9 and dm me for the… https://t.co/dDO7x1weQE
## 403                                                                                               I predict my most played song will be [Location, Dave] #SpotifyWrapped
## 404                         Name another top 5 on a artists spotify that is so radicaly different to their other stuff. imagine listening to Ca… https://t.co/8Vc6Cw4d6K
## 405                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped getting curios with JVN
## 406                                                                                                    I predict my top artist will be Tyler The Creator #SpotifyWrapped
## 407                         Letitia Wright, Pharrell Williams, and LeKeith Stanfield should play Diana Ross, Smokey Robinson, and Marvin Gaye r… https://t.co/9JFmQmPVhU
## 408                                                                                              Not a bad lineup #SpotifyWrapped  #instafestapp https://t.co/cNp9wZKdBU
## 409                                                                                                   I predict my top genre will be dance pop as always #SpotifyWrapped
## 410                                                                                                     I predict my most played song will be Sneakers 👀 #SpotifyWrapped
## 411                                                                                                       I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 412                                       If in my #SpotifyWrapped it comes back to say my most played song is Why Do I by @SetItOff or Ride by… https://t.co/zFyOXp479o
## 413                                                                       I predict my most played song will be Variations on a Cloud by Miracle Musical #SpotifyWrapped
## 414                                                    If Nicki Minaj isn't my top artist then my wrapped is broken and I'll be demanding a new one asap #SpotifyWrapped
## 415                                                                                                 I predict my most played song will be New Magic Wand #SpotifyWrapped
## 416                                                                                                             I predict my top genre will be Dance Pop #SpotifyWrapped
## 417                                                                                        I've got absolutely no clue what my most played song will be  #SpotifyWrapped
## 418                                  For all the girls in the inland empire , california area 📍❤️✨ tap in with love #CyberMonday #SpotifyWrapped https://t.co/3RrrjfcPvj
## 419                                                                     #SpotifyWrapped is already looking at me sideways, we both know half my list will just be taemin
## 420                                                                                            I predict my most played song will be Nico and the Niners #SpotifyWrapped
## 421                                                                                                              I predict my top genre will be Alt Rock #SpotifyWrapped
## 422                                        #StocksToBuy $COSM up 53% and still climbing! Easy money! #stockmarket #NASDAQ #SpotifyWrapped #RedVelvet #AMC #CNBC #FoxNews
## 423                                                                                              My top artist is probably going to be Tyler the creator💀#SpotifyWrapped
## 424                                                                                                      I predict my most played song will be Hello You #SpotifyWrapped
## 425                                                                                                    I predict my top artist will be [Johnny Orlando]  #SpotifyWrapped
## 426                                          I predict my top podcast will be Learn Korean with David even though i didn’t know i followed that podcast 😭#SpotifyWrapped
## 427                                                          my Spotify wrapped is about to be so fucked up cause I was on the aux at my old nut ass job #SpotifyWrapped
## 428                                                                                    if cinderella by cidergirl isn’t my top song on my #SpotifyWrapped I’m gonna riot
## 429                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 430                          Poison rose is my new single and I’ll be dropping it soon so keep your hopes high @jonmosesvocals @NkanyeziKubheka… https://t.co/LKNgtBTTZ4
## 431                           Military perps used Soap odor chemical as they saw me using the kitchen\n\nMy occipital lobe, aorta were hit with… https://t.co/n6krjBcAiq
## 432                                                                                                                 I predict my top artist will be joji #SpotifyWrapped
## 433                                                                                          I predict my top podcast will be [DRAMA MAMA @benoftheweek] #SpotifyWrapped
## 434                                                       I predict my top artist will be either @thewonderyears, @withconfidence_ , or @HotMulligan.\n\n#SpotifyWrapped
## 435                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 436                           💪🏿💪🏿💪🏿 appreciate all the positive feedback and ears 🚀🚀🚀 #tapin if you not hip here goes the link #SpotifyWrapped… https://t.co/IqgBYflUVt
## 437                         i predict my most played song will be i don’t want to set the world on fire by the ink spots because i looped it to… https://t.co/3Yw3Ya9SKS
## 438                                                                              I predict my most played song will be [Betty (Get Money) By @yunggravy] #SpotifyWrapped
## 439                         I am genuinely afraid to see my #SpotifyWrapped because I listen to so much Celtic Meditation at work, Metal on the… https://t.co/tsKfHXdPnm
## 440                                                                                                           I predict my top artist will be Red Velvet #SpotifyWrapped
## 441                                      #1 Therapist in the Warzone! \n\nLive now!!\n\nhttps://t.co/Vg0tPJpSY8\n\n#SpotifyWrapped #twitch #CallofDutyWarzone2 #streamer
## 442                                                                                  I predict my most played song will be Better Man (Taylor’s Version) #SpotifyWrapped
## 443                                                                                           I predict my most played song will be Love by Keyshia Cole #SpotifyWrapped
## 444                                                                                                                 I predict my top genre will be [pop] #SpotifyWrapped
## 445                                                                                                I predict my top genre will be ... pop ? Rock ?  Idk  #SpotifyWrapped
## 446                                                                                           Will Kpop be #1 again this year 🤡🤡 #SpotifyWrapped https://t.co/wlHV7c9bac
## 447                                                    I predict my most played song will be ZOMBIE SONG NIGHTCORE 😭😭😭😭😭😭😭😭😭😭 i really wish i was joking #SpotifyWrapped
## 448                                          I predict my top podcast will be The Dan LeBatard Show with Stu Gotz #SpotifyWrapped\n@LeBatardShow https://t.co/A0DvUYfc5U
## 449                                                                                                         I predict my top artist will be Dreamcatcher #SpotifyWrapped
## 450                                                                                                         I predict my top artist will be [Yung Gravy] #SpotifyWrapped
## 451                                                                                            I predict my most played song will be @UMO 's "That Life" #SpotifyWrapped
## 452                                                                                                             I predict my top genre will be Idol Rock #SpotifyWrapped
## 453                                                                                                          I predict my top genre will be Rock Ballads #SpotifyWrapped
## 454                                                                                                 What if this is Spotify with #SpotifyWrapped https://t.co/NzP4wmETLP
## 455                                                                                                        I predict my top genre will be any  pop genre #SpotifyWrapped
## 456                                                                                                      Which One Is Better #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا
## 457                                                                                                                I predict my top genre will be dreamo #SpotifyWrapped
## 458                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 459                                                                                         I predict my most played song will be VISION by Dreamcatcher #SpotifyWrapped
## 460                                                                                     I predict my most played song will be We Fell in Love in October #SpotifyWrapped
## 461                                                                                            I predict my top artist will be 1. 1d, 2. harry, 3. louis #SpotifyWrapped
## 462                                                                                                     I predict my top podcast will be @the13TSpodcast #SpotifyWrapped
## 463                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 464                                                                               I predict my top artist will be either twenty one pilots or waterparks #SpotifyWrapped
## 465                                        @GmacCash Always gotta do too much, like damn bro… I couldn’t just have her ??? 😒 I’m telling momma.… https://t.co/LlnGfWzliL
## 466                                                                                         iPhone 4SRemember the old cell phone #SpotifyWrapped https://t.co/CvjvPMtwIv
## 467                                                                                                                #SpotifyWrapped WHWRE THE FUCK IS IT YOU STIPUD SLUTS
## 468                                                                                                         I predict my top artist will be [Dean Lewis] #SpotifyWrapped
## 469                                                                                    I predict my top podcast will be: probably @donutmedia's Past Gas #SpotifyWrapped
## 470                                                                                               I predict my top artist will be [Shawn Mendes / Morat] #SpotifyWrapped
## 471                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 472                                                            I predict my top podcast will be @SLUMBERPODCAST  because i am a normal stable person aha #SpotifyWrapped
## 473                                                                           I predict my top podcast will be [either @GoodInfluenceGS or reisenreisen] #SpotifyWrapped
## 474                                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 475                                                                                 me finding out taylor swift is my top artist #SpotifyWrapped https://t.co/Rz0AY9SMP0
## 476                                                                                         I predict my most played song will be [All Dean Lrwis Songs] #SpotifyWrapped
## 477                                                                                      I predict my top artist will be: obviously gonna be @RufusDuSol #SpotifyWrapped
## 478                                     I predict my most played song will be [i think i'm okay by @machinegunkelly feat. @travisbarker &amp; @yungblud] #SpotifyWrapped
## 479                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 480                                                 I don’t need to see my Spotify Wrapped I listened to the same artist on repeat all year @iamkinnship #SpotifyWrapped
## 481                                                                            I predict my top artist will be Pusha T #SpotifyWrapped\n@PUSHA_T https://t.co/cvjVprw9We
## 482                                                                                          I predict my top podcast will be Murder, Mystery and Makeup #SpotifyWrapped
## 483                                                                                                                 I predict my top genre will be [Pop] #SpotifyWrapped
## 484                                                                                         Apple Music users on #SpotifyWrapped day every year. https://t.co/7MGiLvOlxo
## 485                                                     I predict my most played song will be Screensaver #SpotifyWrapped\ninfact its not a prediction i know for a fact
## 486                                                            Me pretending to be shocked when Drake is my #1 artist on Wrapped #SpotifyWrapped https://t.co/EemJqCNA1j
## 487                                                                                     I predict my most played song will be [Bzrp Session con Quevedo] #SpotifyWrapped
## 488                                                           I predict my top artist will be Corpse cause I will never apologize for having good taste  #SpotifyWrapped
## 489                                                                                I predict my top genre will be: again, idk, probably rock or electric #SpotifyWrapped
## 490                                                             I predict there is a disemboweled body stuffed into an employee locker at a 7/11 in Utah #SpotifyWrapped
## 491                                                                                                             I predict my top podcast will be @banter #SpotifyWrapped
## 492                                                                             I predict my top podcast will be [i aint going to spotify for a podcast] #SpotifyWrapped
## 493                                                                                             I predict my most played song will be: uhhh honestly idk #SpotifyWrapped
## 494                                                                                                                  I predict my top genre will be DSMP #SpotifyWrapped
## 495                         It's almost that time of year where @Spotify starts threatening to highlight our mental instabilities with #SpotifyWrapped and I'm not ready
## 496                                                                    I predict my most played song will be a corpse song cause I’m a creature of habit #SpotifyWrapped
## 497                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 498                                                                                                       I predict my top artist will be [XXXTENTACION] #SpotifyWrapped
## 499                                                                                            I predict my top genre will be those goofy ahh sex sounds #SpotifyWrapped
## 500                                                                  I predict my top artist will be bôa orr aphex twin or duster &amp;or errrr toby fox #SpotifyWrapped
## 501                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 502                                                                                      If my top song this year isn't Telephone I will eat my computer #SpotifyWrapped
## 503                                                               I predict my most played song will be either CHURCH GIRL or “Outside” by Bryson Tiller #SpotifyWrapped
## 504                               I predict my top artist will be Hypnosis Microphone. This isn’t even a prediction. I only listen to hypmic on Spotify. #SpotifyWrapped
## 505                                                                                                         I predict my top genre will be [Melodic Rap] #SpotifyWrapped
## 506                                                                                            I predict my top artist will be @lovejoy or @LewisCapaldi #SpotifyWrapped
## 507                                                                                                   I predict my most played song will be [Valenslime] #SpotifyWrapped
## 508                                                                        I predict my top artist will be @Architectsuk [fill in top artist prediction] #SpotifyWrapped
## 509                              If #iloveyou is not on your playlist,aje you are on a long thing.\nGo stream/download.👉https://t.co/ery0hoW48D… https://t.co/imBeTq7tyR
## 510                                                                                          I predict my most played song will be Bad Day or White Lie! #SpotifyWrapped
## 511                                                                                          I predict my most played song will be Sex Sells by @lovejoy #SpotifyWrapped
## 512                         As a African American what are the pros and cons of going to a pwi? Tune in on our podcast we had a great discussio… https://t.co/X2hewsstvU
## 513                                                                                                               give this a like if you’re excited for #SpotifyWrapped
## 514                                                                                                         I predict my top artist will be Taylor swift #SpotifyWrapped
## 515                                                                                                     I predict my top artist will be @findingfletcher #SpotifyWrapped
## 516                                                                                                     I predict my most played album will be [Dawn FM] #SpotifyWrapped
## 517                         anyone have tips on how to look more fem masc or fem masc outfit ideas?:,) (I’m gonna put random tags so ppl can se… https://t.co/hEXyj14xjb
## 518                        I hope we all have that self-awareness to realize sometimes we make mistakes, and that's totally okay:)\n\nMay Allah… https://t.co/e5sqjjsAOD
## 519                                                                                                 @Spotify WHY TF DID U DELETE MY PLAYLIST IM SO UPSET #SpotifyWrapped
## 520                      Tim Cook is in the process of ruining the company Steve Jobs built.\n\nCause of death: wokeness. $aapl $tsla\n\n#Apple… https://t.co/Nd4YescNnR
## 521                                                                                                      I predict my top artist will be Charlotte Sands #SpotifyWrapped
## 522                                                                                                      I predict my top artist will be Taylor Swift 🕰️  #SpotifyWrapped
## 523                                      I predict my top podcast will be ‘The Office Ladies’ cause I haven’t listened to any other ones pretty much 🤷🏼‍♀️ #SpotifyWrapped
## 524                            Studying a new art style so.. #art #artist #oc #ocart #artstyle #trending #viral #explore #explorepage #timeline… https://t.co/d6HOBfj8nP
## 525                                                                                                             I predict my top artist will be NIKI 🫶🏻  #SpotifyWrapped
## 526                                                               I predict my most played song will be either something from Ariana Grande or midnights #SpotifyWrapped
## 527                                                                                                                 I predict my top genre will be RAP 🎤 #SpotifyWrapped
## 528                                                                                                                  I predict my top genre will be KPOP #SpotifyWrapped
## 529                         Y’all don’t judge my #SpotifyWrapped too harshly there was a period of like a week were I listened to Meant to be Y… https://t.co/hTdWvoKFak
## 530                     The last part for me...........You gerrit? ✌\n\n     Like and Retweet.😌\n\nOsun Oyetola Lagos Delete Aregbe Innoson Chi… https://t.co/3LI79VEJVv
## 531                                This is Ghana Black Stars ✨🔥 ... How many people noticed this today. Coach Otto Addo and his boys are good!… https://t.co/My97PqgqXR
## 532                                           I predict my most played song will be Oceans &amp; Engines by NIKI #SpotifyWrapped FOR SURE LIKE I KNOW IT 🫵🏼 IT BETTER BE
## 533                                                                       I predict my top podcast will be non-existantent. I don't listen to podcasfs 😘 #SpotifyWrapped
## 534                                                                                                         I predict my top artist will be @ladygaga  💖 #SpotifyWrapped
## 535                                                                     I predict my most played song will be Let The Smokers Shine The Coupes #SpotifyWrapped\n@PUSHA_T
## 536                                                                                                          I predict my top artist will be [Lil Mosey] #SpotifyWrapped
## 537                                                                                                 I predict my top artist will be ‘The 1975’?? I think #SpotifyWrapped
## 538                    Ink and Honey... Little Eyes...\n.\n.\n.\n.\n.\n.\n.\n#SpotifyWrapped #harrystylesperu #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/6jhAsu96oe
## 539                                                                                                        I predict my top artist will be Nobuo Uematsu #SpotifyWrapped
## 540                                                                                                   I predict my most played song will be a twice song #SpotifyWrapped
## 541                                                                          I predict my most played song will be You Belong With Me (taylor's version) #SpotifyWrapped
## 542                                                                                                  I predict my top artist will be Logic or juice WRLD #SpotifyWrapped
## 543                                                                                               I predict my top artist will be [kyotto, duki or muse] #SpotifyWrapped
## 544                          Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/IcVUZoaB7h
## 545                                                                                     I predict my most played song will be [Blue Strips by Lil Skies] #SpotifyWrapped
## 546                                                                   I feel like it’s a mini deep dive into a person conscience #SpotifyWrapped https://t.co/UbT8JrmdfM
## 547                                                         I predict my most played song will be either Boy Bi (by Mad Tsui), or any Beth Crowley song  #SpotifyWrapped
## 548                                                                                                            I predict my top podcast will be [Banter] #SpotifyWrapped
## 549                                                                                                  I predict my most played song will be  TT by Twice  #SpotifyWrapped
## 550                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 551                             Don’t watch if you under 18!!!\n\nKid flys off ride! \n\n#viral #viralvideo #sensitive #news #news24 #dontwatch… https://t.co/Yi7ltN0IPz
## 552                                                                                                                I predict my top artist will be [BTS] #SpotifyWrapped
## 553                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 554                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped is archetypewithmeghan
## 555                                                                                                   I predict my top genre will be [rock or metalcore] #SpotifyWrapped
## 556                                                                             I predict my top genre will be ‘Pop’ cause I love me basic bitch music 😇 #SpotifyWrapped
## 557                                                                                                        I predict my top podcast will be Saving Grace #SpotifyWrapped
## 558                                                                                                               I predict my top genre will be [K-Pop] #SpotifyWrapped
## 559                                                                                                      I predict my top artist will be Silvana Estrada #SpotifyWrapped
## 560                                                                                               I predict my most played song will be [my own-kyotto ] #SpotifyWrapped
## 561                                                                                           I predict my top artist will be uhhh, maybe beth crowley?? #SpotifyWrapped
## 562                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 563                                                                                   I predict my most played song will be [Permission to Dance by BTS] #SpotifyWrapped
## 564                                                                                                           I predict my top podcast will be [the sync]#SpotifyWrapped
## 565                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 566                                                                                                                I predict my top artist will be ATEEZ #SpotifyWrapped
## 567                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped and my top artist will be either Tr… https://t.co/z709GxSZsp
## 568                                                          I predict my most played song will be [Death By A Thousand Cuts by Bullet For My Valentine] #SpotifyWrapped
## 569                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 570                                                                                                     I predict my top artist will be Harry MF  Styles #SpotifyWrapped
## 571                                                                                                          It is almost time for my favorite holiday \n#SpotifyWrapped
## 572                                                     Not even surprised that Taylor is on top hahaha I can’t wait for the #SpotifyWrapped now https://t.co/CSpZW1Gpur
## 573                                                                                                                I predict my top genre will be J-pop. #SpotifyWrapped
## 574                                                                                                         I predict my top artist will be taylor swift #SpotifyWrapped
## 575                                                                                                                  I predict my top genre will be kpop #SpotifyWrapped
## 576                                                                                 I predict my most played song will be ‘Boyfriends’ by Harry Styles #SpotifyWrapped 🤔
## 577                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 578                                                                                                      I predict my top artist will be [xxxtentacion ] #SpotifyWrapped
## 579                                                                                                     I predict my top artist will be [Billie Eilish ] #SpotifyWrapped
## 580                                                                                                               I predict my top genre will be dubstep #SpotifyWrapped
## 581                                                                                I predict my top artist will be Ariana Grande #SpotifyWrapped https://t.co/acBogCZv3E
## 582                                                                                                                                   it’s almost here.  #SpotifyWrapped
## 583                                                                                      I predict my most played song will be [Golden By Harry Styles ] #SpotifyWrapped
## 584                                                               I predict my most played song will be Advent: One-Winged Angel #SpotifyWrapped https://t.co/6yP5ghPLUq
## 585                                                                  Can’t lie its gonna be the most exciting day of the year when Spotify Wrapped drops #SpotifyWrapped
## 586                           @hankgreen why is drinking blood considered cannibalism but drinking piss isn’t \n\n#SpotifyWrapped #FIFAWorldCup… https://t.co/qMVp7Bffav
## 587                                                                               I predict my most played song will be Sabré olvidar by Silvana Estrada #SpotifyWrapped
## 588                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped will definitely be rap
## 589                                                                                                        I predict my top artist will be @iamluckydaye #SpotifyWrapped
## 590                                                                                                                 I predict my top genre will be [rap] #SpotifyWrapped
## 591                                  Yours for Christmas https://t.co/0h2TEwE0Fv via @YouTube #Nashville #SavanahGa #SpotifyWrapped #california… https://t.co/tiIcKXmyvr
## 592                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be 90 Proof by Smino
## 593                                                                                               I predict my most played song will be [Jocelyn Flores] #SpotifyWrapped
## 594                     Listen \n\nI already know what my most played song is gonna be Spotify \n\nIf it’s anything else; y’all are liars and f… https://t.co/UqeG9PjMpU
## 595                                                                                  I predict my top podcast will be 'ask pastor John' by @desiringGod  #SpotifyWrapped
## 596                                                                                                       I predict my top artist will be @Polo_Capalot  #SpotifyWrapped
## 597                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 598                                                                       I predict my most played song will be Calm Down remix by Selena Gomez and Rema #SpotifyWrapped
## 599                                                                                             I predict my top podcast will be  distractables for sure #SpotifyWrapped
## 600                                                         Pls don’t judge me when All Too Well (10-minute version) is one of my top most played songs. #SpotifyWrapped
## 601                                                                     Sabrina Carpenter Don't Want It Back\nhttps://t.co/0yjmh8ZDha\n#sabrinacarpenter #SpotifyWrapped
## 602                                             I predict my most played song will be Midnight Rain by Taylor Swift or Bigger Than Me by Louis Tomlinson #SpotifyWrapped
## 603                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 604                                                                                                  I predict my top artist will be 5 Seconds Of Summer #SpotifyWrapped
## 605                                                                                                   I predict my top genre will be either pop or indie #SpotifyWrapped
## 606                                                                                               I predict my top podcast will be Archetype with Meghan #SpotifyWrapped
## 607                                                 I predict my most played song will be My Frankenstein by Kody Kavitha, from Dead End Paranormal Park #SpotifyWrapped
## 608                                                                                                                 last 4 weeks #SpotifyWrapped https://t.co/0IpKa8GLwX
## 609                                                                                                     I predict my top artist will be Taylor Swift duh #SpotifyWrapped
## 610                                                                                        I predict my top genre will be [The Real Slim Shady - Eminem] #SpotifyWrapped
## 611                                                                                              I predict my top artist will be Wallows or Harry Styles #SpotifyWrapped
## 612                                                                                                                                     I can’t wait for #SpotifyWrapped
## 613                            Mara guys have you heard deep piano😩😤🔥 fuck❗♥️ #podcastandchillwithmacg MacG Limpopo Mr Smeg Mbali #FIFAWorldCup… https://t.co/iXxX4GhH2r
## 614                                                                                                       I predict my top podcast will be @bigdandbubba #SpotifyWrapped
## 615                                                                                             I predict my top artist will be Dr. Taylor Allison Swift #SpotifyWrapped
## 616                                                                                                  I predict my most played song will be HaaAakkKKK!!! #SpotifyWrapped
## 617                                                                                         me waiting for #SpotifyWrapped  when i already know my top songs and artists
## 618                                                                                                       I predict my top artist will be [ @KALIUCHIS ] #SpotifyWrapped
## 619                                                    ✌🏽👋🏽❤️follow me on all social sites @Djskip_litk  #Favorite #dj #SpotifyWrapped #RedVelvet https://t.co/ABoZn8gZbN
## 620                                                                            I predict my most played song will be vigilante shit. No doubt in my mind #SpotifyWrapped
## 621                                                                                            i predict my most played song will be 'carousel' by @5SOS #SpotifyWrapped
## 622                                                                                   I predict my most played song will be less than zero by the weeknd #SpotifyWrapped
## 623                                                                                    I predict my top podcast will be POLITICO Playbook Daily Briefing #SpotifyWrapped
## 624                          I predict my top genre will be pop only because I listened it a lot of Rina Sawayama, Charli xcx and Harry Styles this year #SpotifyWrapped
## 625                                                                                                               I predict my top genre will be country #SpotifyWrapped
## 626                                                                      (Gentleman )I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 627                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 628                                                                             I predict my top artist will be The Chainsmokers #SpotifyWrapped https://t.co/r8LR4BYjAv
## 629                                                                                                                                  Justin Bieber is my #SpotifyWrapped
## 630                                                                                               Dont know im getting impatient with wanting to get my  #SpotifyWrapped
## 631                                                                                                    I predict my most played song will be Bet U Wanna #SpotifyWrapped
## 632                                                                                   I predict my top podcast will be [#TriforcePodcast] @YogscastLewis #SpotifyWrapped
## 633                                                                                                                                   My #SpotifyWrapped predictions ⬇️⬇️⬇️
## 634                                SALE - Orange OR15H 15W Guitar Valve Amplifier Head - Official Orange Cover https://t.co/DmsEtZnnj8 #england… https://t.co/bYIWZL69DB
## 635                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 636                                 Snapchat? Twitter? Instagram? Facebook? WhatsApp??\nText me now for Snapchat account hack  guaranteed #snap… https://t.co/wmFPZa6aW2
## 637                                                                                                                         i just want the little icon  #SpotifyWrapped
## 638                                                                                         I predict my most played song will be [paradise by @BTS_twt] #SpotifyWrapped
## 639                                                                                                                  I predict my top artist will be BTS #SpotifyWrapped
## 640                                                                                              I predict my most played song will be [Ghost - Nelward] #SpotifyWrapped
## 641                                                                                              i predict my top artist will be [Mitski] #SpotifyWrapped \n\nbecause yk
## 642                                                                                                                 I predict my top genre will be K-POP #SpotifyWrapped
## 643                                                                                 I predict my top artist will be Red Velvet (las pasteles mis ídolas) #SpotifyWrapped
## 644                                                                                   I predict my top artist will be Queen (the band not the dead lady) #SpotifyWrapped
## 645                                                                                                        I predict my most played song will be RUN BTS #SpotifyWrapped
## 646                                                                   I predict my most played song will be Music For a Sushi Restaurant by Harry Styles #SpotifyWrapped
## 647                           Sorry I Tooted, It Came Out Of My Brass shirt:\n#DominosCyberMonday #Ronaldo #Uruguay\n#HughFreeze #GivingTuesday… https://t.co/BdEXQlNYbE
## 648                                                                                                        I predict my top genre will be Christian Rock #SpotifyWrapped
## 649                                                                                                                         @Megasnooop #SpotifyWrapped yearly tradition
## 650                                                                                                        #SpotifyWrapped  CMONNN WHERE ARE YOU https://t.co/6SFrNoIMFB
## 651                                                                                           I predict my top genre will be Kpop (es que si, rolas hay) #SpotifyWrapped
## 652                                                                                              I predict my most played song will be bohemian rhapsody #SpotifyWrapped
## 653                                                                     I predict my most played song will be something from hsmtmts im not even kidding #SpotifyWrapped
## 654                                                                            I predict my top genre will be [either French pop or the normal pop punk] #SpotifyWrapped
## 655                                                                      I predict my most played song will be "Love Will Tear Us Apart" by Joy Division #SpotifyWrapped
## 656                                  I will setup your gohighlevel website cobiro website reireply sales funnel https://t.co/ZrBeboyDf5\n#Apple… https://t.co/JlzBL5u85u
## 657                                      I predict my top podcast will be [one of the ASMR podcasts I listen to before bed; or Jane Austen’s Persuasion] #SpotifyWrapped
## 658                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 659                                                                                        I predict my most played song will be EN EL COCHE - @Aitanax  #SpotifyWrapped
## 660                         I predict my most played song will be GWSN - Night Aviation (The Interpretation of Dreams) (La misma del año pasado… https://t.co/v7dqtpXQR9
## 661                                                                                                     I predict my top artist will be T Swizzle duhhhh #SpotifyWrapped
## 662                                                                     I predict my most played song will be [Cold Heart Remix] #SpotifyWrapped https://t.co/Ha9qD0DYdW
## 663                       Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/Wr5BA9TIWI
## 664                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 665                                                                                                      I predict my most played song will be Anti Hero #SpotifyWrapped
## 666                                           replying to this with #SpotifyWrapped because imagine it gets more traction. would be a bit funny that. hilarious actually
## 667                                                                                                               I predict my top podcast will be Hotel #SpotifyWrapped
## 668                         Is this how we teach our kids how to love and accept themselves? Objectifying the body sexually is unhealthy and is… https://t.co/TUo0lmbZq0
## 669                                                                                                  I predict my most played song will be sdp interlude #SpotifyWrapped
## 670                                                               I predict my top podcast will be [At Your Service @service95 ] #SpotifyWrapped https://t.co/ySrQ1JHN2K
## 671                                                                                                  I predict my top artist will be bad bunny as always #SpotifyWrapped
## 672                                                                    I predict my top artist will be [Demi Lovato?] Her newest album is really good ok #SpotifyWrapped
## 673                                                                                                              I predict my top artist will be Skillet #SpotifyWrapped
## 674                                                                            I predict my most played song will be Don’t You Forget by @LouisYorkMusic #SpotifyWrapped
## 675                                                                                                        I predict my top artist will be @fayewebsters #SpotifyWrapped
## 676                                                          I predict my top artist will be [I have no confidence in this one but potentially MW or TS] #SpotifyWrapped
## 677                                                                                                             I predict my top genre will be reggaeton #SpotifyWrapped
## 678                                                                                  Cognac\n #Atlanta #SpotifyWrapped #BatonRouge #BayouClassic https://t.co/9qr7kgi4is
## 679                                                                                               i already know what’s coming 😭 #SpotifyWrapped https://t.co/H9rF9q6HZm
## 680                                                                                          I predict my most played song will be Standing in the Storm #SpotifyWrapped
## 681                               So proud of my #baeighs 🖤 I love you all. #jaeighgallagher #streammymusic #indiemusic #13kstreams #forthebest… https://t.co/TlhjRDuTfq
## 682                                                                                   mines is going to be Paris hilton and glee, I feel it in my bones\n#SpotifyWrapped
## 683                                                                                                 I predict my top podcast will be [Joe Rogan Podcast] #SpotifyWrapped
## 684                                                                                     I predict my most played song will be Me Myself &amp; i by @5SOS #SpotifyWrapped
## 685                                                                                             I predict my top artist will be Dua Lipa or Taylor Swift #SpotifyWrapped
## 686                                                                                                                             why the FUCK is #SpotifyWrapped trending
## 687                                                                                                         I predict my top artist will be @Santandave1 #SpotifyWrapped
## 688                                                                           I predict my most played song will be Atlanta or Room Temp by Faye Webster #SpotifyWrapped
## 689                                                                                                            I predict my top artist will be [Slipkot] #SpotifyWrapped
## 690                                               me seeing the same 5 artists on my spotify wrapped that are there every year…. #SpotifyWrapped https://t.co/gJlMvQKwnF
## 691                                                                                                          I predict my top artist will be 5sos 🙏🙏🙏🙏🙏🙏 #SpotifyWrapped
## 692                     I predict my top podcast will be #Archetypes🤞(in my defence if it isn’t, the podcast only came in August 2022 &amp; I’d… https://t.co/c6XCgRV6dQ
## 693                                                                                                          I predict my top genre will be rap/ hip hop #SpotifyWrapped
## 694                                                                                           I predict my most played song will be spin by @sawyernunes #SpotifyWrapped
## 695                                                                                 I predict my most played song will be [World's Smallest Violin, AJR] #SpotifyWrapped
## 696                          Hypoglycemia (low blood sugar) is worse than hyperglycemia (high blood sugar) eventho both can lead to devastating… https://t.co/ulpJ9qhn06
## 697                                                                                          I predict my top artist will be EXO #SpotifyWrapped https://t.co/GEVMgpZ7Cn
## 698                                                                                                              I predict my top genre will be pop LMAO #SpotifyWrapped
## 699                                                                                                         I predict my top artist will be Harry Styles #SpotifyWrapped
## 700                                                                              I predict my top genre will be Country or Contemporary Country (again)\n#SpotifyWrapped
## 701                                                                                         I predict my top genre will be [Pop] #SpotifyWrapped https://t.co/xaHrCS2I2Q
## 702                                                                             I predict my most played song will be  you don't go to parties by 5sos 🙏 #SpotifyWrapped
## 703                                                                                        I predict my most played song will be Last Last by Burna Boy  #SpotifyWrapped
## 704                                       I predict my most played song will be “All Too Well (Taylor’s Version) (Ten Minutes Version) (From The Vault)” #SpotifyWrapped
## 705                                                                                                            I predict my top artist will be @ladygaga #SpotifyWrapped
## 706                            🔥WHAT WOULD YOU RATE THIS EPISODE?!🔥 #SpotifyWrapped #FIFAWorldCupQatar2022 #RedVelvet #spotifypodcasts #podcast… https://t.co/qDz59Df0ue
## 707                                                                                                                     i want my spotify wrapped so bad #SpotifyWrapped
## 708                                                                                                                 I predict my top podcast will be nah #SpotifyWrapped
## 709                                                                                        I predict my most played song will be Love is a Game by Adele #SpotifyWrapped
## 710                                                                                                    @Freeethon To the moon #SpotifyWrapped #kudus #Dame Deborah James
## 711                                                                                                               I predict my top artist will be Lorde 😏#SpotifyWrapped
## 712                                                                                         I predict my top genre will be k-pop #SpotifyWrapped https://t.co/TMSHH3D5zB
## 713                                                                                                      I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 714                                                                                                   I predict my top genre will be POP BABYYYYYY WOOOO #SpotifyWrapped
## 715                                                                                                   I predict my most played song will be \nThis Bar \n#SpotifyWrapped
## 716                                                             I predict my most played song will be Tot musica by ado. I played that way to many times #SpotifyWrapped
## 717                                                        next couple of days. \n\nThank you in advance!!\n\n#viral #Trending #SpotifyWrapped #community #blog #blogger
## 718                                                                            I predict my most played song will be live and let die by Paul McCartney  #SpotifyWrapped
## 719                                                                                                 Excited for #SpotifyWrapped as my free annual mental health report 😍
## 720                                                                                                          I predict my top genre will be #Afrobeats - #SpotifyWrapped
## 721                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie
## 722                                                                        I predict my most played song will be 'Witching Hour' #SpotifyWrapped  by In This Moment  lol
## 723                                                                           I predict my most played song will be BTBT by B.I  #SpotifyWrapped https://t.co/Fb9W052qGI
## 724                                                                                              i predict my most played song will be any deftones song #SpotifyWrapped
## 725                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped hail satan podcast lol
## 726                                                                                                              I predict my top artist will be Beyoncé #SpotifyWrapped
## 727                                                                           I predict my top podcast will be MORBIDDDDD (Morbid: A true crime podcast) #SpotifyWrapped
## 728                          Bitcoin oscillates in an upwards fashion, always setting a new hi-low. \n\nThat's it, no need to make theories up.… https://t.co/ktyYE2yXuq
## 729                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nits gonna be whatever drakes genre… https://t.co/cr3BKaLClZ
## 730                                                                                          My @Spotify Wrapped is approved! Happy New Year. 🙏🏻🙌🏻🎉🍾🥂\n\n#SpotifyWrapped
## 731                                                                                          I predict my top podcast will be duolingo french @duolingo  #SpotifyWrapped
## 732                                                                                                             I predict my top artist will be LOVEJOY. #SpotifyWrapped
## 733                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 734                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 735                                                                                 I predict my top podcast will be anything goes with emma chamberlain #SpotifyWrapped
## 736                                                                                    I predict my top podcast will be Nick and Charlie by Alice Oseman #SpotifyWrapped
## 737                                                                                                            I predict my top artist will be @ladygaga #SpotifyWrapped
## 738                                                                                      I predict my most played song will be as it was by harry styles #SpotifyWrapped
## 739                                                                             I predict my top genre will be it’s either going to be dreamsmp or rock- #SpotifyWrapped
## 740                                                              I swear to fucking god if my top podcast is the Grapes of Wrath im going to kill myself #SpotifyWrapped
## 741                                                                                                       I predict my top artist will be arctic monkeys #SpotifyWrapped
## 742                                                                #SpotifyWrapped Is a measurement to show how hipster you are; and I can’t wait to get mine.\nBliss #1
## 743                                                                                                        I predict my top podcast will be Crime Junkie #SpotifyWrapped
## 744                                                                                          I predict my most played song will be The Fall by Lovejoy 🫡 #SpotifyWrapped
## 745                                                                                                           I predict my top artist will be Steve Lacy #SpotifyWrapped
## 746                                                                                                I predict my top podcast will be #archetypesonspotify #SpotifyWrapped
## 747                                                                                I predict my most played song will be All Too Well 10 Minute Version. #SpotifyWrapped
## 748                                                                      I predict my top artist will be [fill in top artist prediction] harry styles fr #SpotifyWrapped
## 749                         Also... no #SpotifyWrapped    for me. Though I wonder if #YouTube does something similar— I haven't been paying pro… https://t.co/6ZEjiYFLiB
## 750                           @CFBPlayoff do the right thing and put Ohio State in the playoff!!!!! #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/kXAufI6y9r
## 751                                    “You will earn the respect of all men if you begin by earning the respect of yourself.”\n-Musonius Rufus… https://t.co/trKtmGoqF8
## 752                                                                                 I predict my top genre will be [fill in top genre prediction] is pop #SpotifyWrapped
## 753                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 754                         SPORT BETTING IS THE FASTEST WAYS OF MAKE MONEY AND IT ALSO THE FASTEST WAY TO LOOSE ALL YOUR MONEY ONLY IF YOU CHO… https://t.co/dJETwpypF2
## 755                                                                                                            I predict my top genre will be indie rock #SpotifyWrapped
## 756                           I predict my most played song will be [fill in top song prediction] id either harry styles, taylor swift, or one direction #SpotifyWrapped
## 757                                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 758                                                                                                            I predict my top genre will be Indie Rock #SpotifyWrapped
## 759                                                                                                      I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 760                                                                                                       I predict my top podcast will be WIRED Science #SpotifyWrapped
## 761                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 762                                                                                                              I predict my top podcast will be [50+2] #SpotifyWrapped
## 763                                                                                  I predict my most played song will be there better be a mirror ball #SpotifyWrapped
## 764                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 765                                                                                       I predict my most played song will be Bad Romance by Lady Gaga #SpotifyWrapped
## 766                                                                                                   I predict my top artist will be [Black sherif 😌🤞🏻] #SpotifyWrapped
## 767                                                                                                       I predict my top artist will be [Travis Scott] #SpotifyWrapped
## 768                                                               I need some i miss you, I love you, I’m sorry money. 😩😩\n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #FYP
## 769                                                                                                      I predict my most played song will be Wintering #SpotifyWrapped
## 770                                                                    I predict my most played song will be Music For a Sushi Restaurant - Harry Styles #SpotifyWrapped
## 771                                                                                                                 I predict my top artist will be 5sos #SpotifyWrapped
## 772                                                                                                                 I predict my top genre will be [rap] #SpotifyWrapped
## 773                                                                                                           I predict my top artist will be Kanye West #SpotifyWrapped
## 774                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 775                                                                        I predict my most played song will be Demons by drake #SpotifyWrapped https://t.co/fxTf3yhbwu
## 776                                                                          I predict my top genre will be indie rock or something w indie in it hehehe #SpotifyWrapped
## 777                                                                                                          I predict my most played song will be Drive #SpotifyWrapped
## 778                        Spotify just tagged me on twitter, wow... #SpotifyWrapped \nThe predictions are arctic monkeys, a lot of italian mus… https://t.co/xEnA8IMemM
## 779                                                                          I predict my top artist will be Taylor Swift, Lady Gaga, or Camila Cabello. #SpotifyWrapped
## 780                                                                                         I predict my most played song will be [Kendrick Lamar - N95] #SpotifyWrapped
## 781                                                                                                     I predict my top artist will be [unotheactivist] #SpotifyWrapped
## 782                                                                                                    I predict my most played song will be Love My Way #SpotifyWrapped
## 783                                                                                                 I predict my most played song will be Only The Brave #SpotifyWrapped
## 784                                                              Please please please do something like #SpotifyWrapped I need to see how much I lost this year @phantom
## 785                                                                                    I predict my most played song will be Easy on Me  or Hold my Hand #SpotifyWrapped
## 786                                     guys it’s official i am famous i have one whole follower! i have grown my family, time to get the chop!… https://t.co/hyGurPVC0U
## 787                          I know my top artist will be either  wumpscut or @walkthemoon for the third year in a row... fourth year... i have… https://t.co/cSQoSe0d4k
## 788                                                                                                                 I predict my top genre will be [rap] #SpotifyWrapped
## 789                                                                                                I predict my top genre will be indie or alternative 😟 #SpotifyWrapped
## 790                                                                                           I predict my most played song will be [met gala by vjacob] #SpotifyWrapped
## 791                                                                                             I predict my top artist will be Muse or Centimillimental #SpotifyWrapped
## 792                                                                                         I predict my top podcast will be @KimKardashian's The System #SpotifyWrapped
## 793                                                                                I predict my top artist will be @paradisefears Best band of all time! #SpotifyWrapped
## 794                                                                               CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsvftY
## 795                                                                                                 I predict my top artist will be @taylorswift13  100% #SpotifyWrapped
## 796                       I DONT DO PAY AFTER SERVICES BECAUSE I KNOW THE VALUE OF MY GAME*. \n\nIf you dont have the money for fixed games don… https://t.co/BvAyewe9o9
## 797                                                Honestly, my song prolly finna be this, Ill have it on loop and forget ab it 😭#SpotifyWrapped https://t.co/G2XMCoCshb
## 798                                                                                                        I predict my top artist will be Hyper Potions #SpotifyWrapped
## 799                       Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/7MwnKk6oSv
## 800                           BUY TWO GET ONE FREE OFF ENTIRE SITE THROUGH FRIDAY ONLY!! Go shop today @creations_label 🔥🔥❤️❤️ FOLLOW LIKE COMMEN… https://t.co/UDaeX6oGB2
## 801                                                                                                             I just knowww Let’s Get It will be on my #SpotifyWrapped
## 802                                                                                 This Is My First #SpotifyWrapped 😄 🤩 https://t.co/H5yNb3CyWs https://t.co/6oPtFniqOp
## 803                                                                                                         I predict my top artist will be Harry Styles #SpotifyWrapped
## 804                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 805                                                                            I predict my most played song will be [Saviour Complex - Phoebe Bridgers] #SpotifyWrapped
## 806                                                                                       I predict my most played song will be gorgeous by Taylor swift #SpotifyWrapped
## 807                                                                            I predict my top artist will be my chemical romance like let’s be serious #SpotifyWrapped
## 808                                                                                                I predict my top artist will 100% be [arctic monkeys] #SpotifyWrapped
## 809                                                                                                          I predict my top podcast will be Impaulsive #SpotifyWrapped
## 810                                I predict my top podcast will be …@RingerVerse House of R, no doubt. It has been a beautiful year with Mal &amp; Jo 💚 #SpotifyWrapped
## 811                                                                                                       I predict my top artist will be 6LACK (@6LACK) #SpotifyWrapped
## 812                                                                                                            I predict my top artist will be baby keem #SpotifyWrapped
## 813                                           My everything entrepreneur on music and merch support #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/fMboVUmbuK
## 814                        Perfect summary of the day …\nRoad trip / photo shoot 🏁📍\n\n#roadtrip #SpotifyWrapped #StarAcademy #Indigo #ImACeleb… https://t.co/dB1itu3Fu8
## 815                                                                                                               I predict my top artist will be CORPSE #SpotifyWrapped
## 816                          Am available Inbox now for help and guide on how to recover your Account\n#hacking #hacked #facebookdown #whatsapp… https://t.co/GEg8hXsYlY
## 817                                                                                                                   I predict my top genre will be rap #SpotifyWrapped
## 818                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 819                          Here’s how to get your @Spotify Instafest concert lineup so you can start daydreaming about your ideal festival. 🎡… https://t.co/ElWINUoK0p
## 820                                                                     I predict my top artist will be BTS and if i’m wrong then dethrone me as an army #SpotifyWrapped
## 821                                                                        I predict my top genre will be probably modern rock ! #SpotifyWrapped https://t.co/fRkTfzCGEZ
## 822                                                                                            I predict my most played song will be honest by baby keem #SpotifyWrapped
## 823                                                                                               I predict my most played song will be Bloody Valentine #SpotifyWrapped
## 824                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nBuga (Lo Lo Lo ) by… https://t.co/YHMbopR15k
## 825                        I predict my top podcast will be...\nthe one i listen to while reading that talk ab greek mythology but i can't reme… https://t.co/E6YeY81VaH
## 826                                                                                         I predict my top artist will be...\neither Taylor or Louis \n#SpotifyWrapped
## 827                                                                                               Did this Better than Sheamus 🔥 #SpotifyWrapped https://t.co/vu742dG5Il
## 828                                                                                                                 I predict my top genre will be pop \n#SpotifyWrapped
## 829                                                  I predict my most played song will be...\ni think maybe ready for it? or some onder reputation song #SpotifyWrapped
## 830                                                                                                                  I predict my top artist will be BTS #SpotifyWrapped
## 831                                                                                   I predict my top genre will be music for people who get no bitches #SpotifyWrapped
## 832                                                                                            GIVE US SPIDER-MAN 4! #SpiderMan4 #SpotifyWrapped https://t.co/lRQRGZvjKm
## 833                          According to the Scotsman Spotify stopped collection our data on 30th October....and dreamers was released on 20th… https://t.co/V3AIxDCnQ1
## 834                         My 2 years old daughter said "hey Google play baby shark" Google now played something else 😂 , my daughter then tol… https://t.co/97Lv8VvC7u
## 835                                                                                                     I predict my most played song will be 2 minus 1\n#SpotifyWrapped
## 836                                                                                                        I predict my most played song will be CUFF IT #SpotifyWrapped
## 837                                                                                             I predict my top podcast will be #ArchetypesWithMeghan \n#SpotifyWrapped
## 838                                                                                                              I predict my top artist will be Beyonce #SpotifyWrapped
## 839                            Ask @nike @Jumpman23 about the Covington connection.1985 changed the shoe game and history \n\n#nikeairmax #nike… https://t.co/pJJBW1QcR1
## 840                                                                               CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsNoI6
## 841                                                                                                   I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped
## 842                                                                                                             I predict my top podcast will be nothing #SpotifyWrapped
## 843                                                           I predict my most played song this year will be “I Still Believe You’re Good” by @newsboys #SpotifyWrapped
## 844                                                                                                               I predict my top artist will be @xtina #SpotifyWrapped
## 845                                                                                                              Can’t wait for #SpotifyWrapped to call me a fag 5 times
## 846                                                                                                 I predict my most played song will be Shinunoga E-Wa #SpotifyWrapped
## 847                                                                                                        I predict my top artist will be [Nicki Minaj] #SpotifyWrapped
## 848                                                                                                             I predict my top genre will be Latin Pop #SpotifyWrapped
## 849                                                                                                     I predict my most played song will be "Koszulka" #SpotifyWrapped
## 850                                                                    I predict my top genre will be Pop. I know it is. I know it. Or indie something.\n#SpotifyWrapped
## 851                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI think since I saw Vienna was… https://t.co/LNAYibecXz
## 852                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 853                                                                  I predict my top artist will be [@bigtimerush ] #SpotifyWrapped #BTRParalyzed #13YearsOfBigTimeRush
## 854                                                                                                           I predict my top genre will be [DanceHall] #SpotifyWrapped
## 855                                                                                   I predict my most played song will be Me Porto Bonito by Bad Bunny #SpotifyWrapped
## 856                                                                                        I predict my most played song will be [Do We Have A Problem?] #SpotifyWrapped
## 857                                                                                                 I will make my #SpotifyWrapped my personality trait and I don't care
## 858                                    I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nIndie but let’s hope it’s not what I think it is 💀
## 859                                                                                               I predict my most played song will be LOVE DIVE by IVE #SpotifyWrapped
## 860                                                                                         I predict my most played song will be [something by Phoebe ] #SpotifyWrapped
## 861                                                      I predict my top artist will be [💜 @BTS_twt 💜] #SpotifyWrapped #SpotifyWrapped2022 #Spotify #BTS #BTSARMY #ARMY
## 862                                     Upcoming twitter space don’t forget ❤️ #SpotifyWrapped #btc #Etherium #shibainu #shib #memecoin #altcoin… https://t.co/PJXjPe9ncE
## 863                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I don’t know lol
## 864                             New youtube video out now \n\nhttps://t.co/E3xS9XDQD2\n\n#SpotifyWrapped #ContentCreator #FIFAWorldCupQatar2022… https://t.co/LzROARac5D
## 865                                                                                                        I predict my top artist will be [@nickiminaj] #SpotifyWrapped
## 866                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I don’t know actually probably LoveJoy
## 867                                                                                                I predict my top podcast will be The Sleepy Bookshelf #SpotifyWrapped
## 868                                Read more about what I did wrong and right in my blog post! #indiemusic #music #pop #Spotify #SpotifyWrapped… https://t.co/hSlVGCWBZb
## 869                                                                                                        I predict my top artist will be  Harry Styles #SpotifyWrapped
## 870                         This channel we don’t say what we can’t do, so if you know you are here to recover all you have lost, better go for… https://t.co/I5Ny2snFC8
## 871                                                                                  I predict my top genre will be [#KPOP] #SpotifyWrapped #SpotifyWrapped2022 #Spotify
## 872                                                                                                                 I predict my top genre will be [pop] #SpotifyWrapped
## 873                                                                                                   I predict my most played song will be Little Freak #SpotifyWrapped
## 874                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Archetype #ArchetypewithMeghan
## 875                                                                                                      I predict my top artist will be [the beatles ?] #SpotifyWrapped
## 876                                                                                                          I predict my top podcast will be Archetypes #SpotifyWrapped
## 877                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 878                                                                                                               I predict my top genre will be [Grime] #SpotifyWrapped
## 879                                                             I predict my most played song will be [#RunBTS by @BTS_twt] #SpotifyWrapped #SpotifyWrapped2022 #Spotify
## 880                                                                                      Really need to work on my self😵‍💫 #SpotifyWrapped #Depresion #BNB #Cryptocurency
## 881                                                                                          I predict my top artist will be One Direction or Stray Kids #SpotifyWrapped
## 882                                          Just got my #SpotifyWrapped from #silenthill \n\nI'd go to this fest if they have a first aid tent! https://t.co/jax9fhH3dK
## 883                                                                                                         I predict my top podcast will be What's Good #SpotifyWrapped
## 884                                                                                                                I predict my top artist will be [BTS] #SpotifyWrapped
## 885                                                                                                                 I predict my top artist will be Yeat #SpotifyWrapped
## 886                                                                                                                I predict my top genre will be K-POP  #SpotifyWrapped
## 887                                                                                                                               i just want it now pls #SpotifyWrapped
## 888                                                                                                               I predict my top genre will be Hip-Hop #SpotifyWrapped
## 889                                                                                                           I predict my top artist will be the garden #SpotifyWrapped
## 890                                                                                                        Heres mine #instafest #SpotifyWrapped https://t.co/XmvNYT3yad
## 891                                                                                                   I predict my most played song will be [Black Swan] #SpotifyWrapped
## 892                         my #SpotifyWrapped predictions. artist: taylor (duh), genre: dance pop, song: Brother by Madds Buckley (don’t ask),… https://t.co/F0CDVbH6od
## 893                            Matching energy is why everybody miserable. \n\nYou don't clean dirt with dirt. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #thecontrarian
## 894                                                                                                      I predict my most played song will be Geek High #SpotifyWrapped
## 895                                                                                                        I predict my top artist will be taylor swift  #SpotifyWrapped
## 896                                                                                                         I predict my top artist will be [Little Mix] #SpotifyWrapped
## 897                                                                                                    I predict my top podcast will be @SincerelyAccra  #SpotifyWrapped
## 898                                                                                I predict my most played song will be [little freak by Harry styles]  #SpotifyWrapped
## 899                                                                                                      I predict my most played song will be Arcadia 😭 #SpotifyWrapped
## 900                                                                                                                         Can’t wait to be read by #SpotifyWrapped 🙃🙃🙃
## 901                                                          Annual reminder to throw that SZA playlist on repeat to get the baddies to slide up on your #SpotifyWrapped
## 902                                                                                                I predict my top genre will be 90's Alternative/Indie #SpotifyWrapped
## 903                                                                                                 my spotify wrap to me\n\n#SpotifyWrapped \n\nhttps://t.co/J5JdMbZRkr
## 904                                                                              I predict my most played song will be [Heartbreak Anthem by Little Mix] #SpotifyWrapped
## 905                         The fact that #SpotifyWrapped is trending and it's not even out yet is driving me insane. I just wanna see how a we… https://t.co/d1oenhnhvt
## 906                                                                                                          I predict my top podcast will be [@TheYard] #SpotifyWrapped
## 907                                   I genuinely don't have a fricking idea about how is going to be my Spotify wrapped. I'm genuinely scared.… https://t.co/i599LBIaBY
## 908                                                                                                                  I predict my top genre will be Soul #SpotifyWrapped
## 909                                                                                                         I predict my top artist will be Harry Styles #SpotifyWrapped
## 910                                                                              A sketch I did of my new oc 🥳\n#illustrationart #SpotifyWrapped https://t.co/XWGT2axFak
## 911                                                                                   I predict my most played song will be Little freak by Harry Styles #SpotifyWrapped
## 912                                                                                                         I predict my most played song will be brutal #SpotifyWrapped
## 913                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 914                                                                                                             I predict my top artist will be [Mitski] #SpotifyWrapped
## 915                                                                                                           I predict my top artist will be #StrayKids #SpotifyWrapped
## 916                          I predict my top podcast will be @CrimeJunkiePod no questions asked. That podcast keeps me sane while doing stock at work 🤣 #SpotifyWrapped
## 917                                                                                                          I predict my top genre will be [indie rock] #SpotifyWrapped
## 918                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 919                                                                                                    I predict my top artist will be [Paul McCartney ] #SpotifyWrapped
## 920                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 921                                                                                       I predict my top artist will be powerwolf or she wants revenge #SpotifyWrapped
## 922                                                                                                         I predict my most played song will be Butter #SpotifyWrapped
## 923                                                                                                        I predict my top artist will be Harry Styles  #SpotifyWrapped
## 924                                                                                                  I predict my top artist will be 5 seconds of summer #SpotifyWrapped
## 925                                                                                              I predict my most played song will be Maniac #StrayKids #SpotifyWrapped
## 926                                                                                        I predict my top artist will be [Juice Drizzy or #FreeSlime ] #SpotifyWrapped
## 927                                                                                               It's almost that time of year! #SpotifyWrapped https://t.co/YKDiGfUQfr
## 928                             Let me help you recover that your Hacked , Instagram, Twitter Pinterest, Gmail, Snapchat etc....\n#facebookdown… https://t.co/3M6g13gKss
## 929                                                                                                     I predict my top artist will be Olivia Rodrigo!! #SpotifyWrapped
## 930                                                                                                    I predict my top podcast will be kasvoton podcast #SpotifyWrapped
## 931                                                                            I predict my top artist will be either taylor swift, harry styles or 5sos #SpotifyWrapped
## 932                                                                 I predict my top genre will be [definitely melodic trap, emo trap, alternative trap] #SpotifyWrapped
## 933                                                                            I predict my most played song will be The Way I Loved You by Taylor Swift #SpotifyWrapped
## 934                                                                            I predict my most played song will be [First Love / Late Spring - Mitski] #SpotifyWrapped
## 935                          Read more about my experience in my blog post! \n#indie #music #indieartist #independent #producer #musicpromotion… https://t.co/FgHiyohmGV
## 936                                                                                                                 I predict my top genre will be K-Pop #SpotifyWrapped
## 937                                                                                              I predict my top podcast will be [woman evolve podcast] #SpotifyWrapped
## 938                                                                              I predict my most played song will be [Dirty Soda by Juice Wrld] prolly #SpotifyWrapped
## 939                                                                    I predict my most played song will be Hippo in the Water by Mom Jeans @momjeansca #SpotifyWrapped
## 940                                                                                                                  I predict my top artist will be BTS #SpotifyWrapped
## 941                                                                    I predict my top podcast will be something nuts about prepping for the apocalypse #SpotifyWrapped
## 942                                                                                                   I predict my most played song will be Taylor Swift #SpotifyWrapped
## 943                                                                                                  I predict my top podcast will be The Fellas Podcast #SpotifyWrapped
## 944                                                                                                                  I predict my top genre will be rock #SpotifyWrapped
## 945                                                                                                                        #SpotifyWrapped gotta come NIW im going crazy
## 946                                                                               I predict my most played song will be Skin of Your Teeth Demi Lovato?? #SpotifyWrapped
## 947                                  Furinno Turn-S-Tube 3-Tier Compact Multipurpose Shelf Display Rack with Square Tube, Columbia Walnut/Black… https://t.co/NSnPz4Ti6F
## 948                                                         My #SpotifyWrapped top song stepping up to accept her crown: https://t.co/HjzsyiF6w9 https://t.co/6HBnII5PXa
## 949                                                                                                           I predict my top artist will be Ari Lennox #SpotifyWrapped
## 950                                            I predict my top podcast will be [fill in top podcast prediction] i dont listen to podcasts im not a nerd #SpotifyWrapped
## 951                                                                                                             I predict my top genre will be indie pop #SpotifyWrapped
## 952                                                      I predict my most played song will be Another Lifetime by St. Lucia #SpotifyWrapped \n\nhttps://t.co/OsPbsNBcSS
## 953                                                                                       CAN THIS STOP TRENDING I KEEP ON GETTING SCARED ITS DROPPED 😭😭 #SpotifyWrapped
## 954                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 955                                             I predict my most played song will be Comedy or Oh Bo or Art is Dead or Words, Words, Words\n#SpotifyWrapped\n#1 bo stan
## 956                                                                                                    I predict my top podcast will be chuckle sandwich #SpotifyWrapped
## 957                                                                                                                   I predict my top genre will be Emo #SpotifyWrapped
## 958                                                                                     I predict my most played song will be goosebumps by Travis Scott #SpotifyWrapped
## 959                                                                                           I predict my most played song will be [pipe down by drake] #SpotifyWrapped
## 960                                                                                                        I predict my top artist will be [Ozzy Osborne}#SpotifyWrapped
## 961                                                                       I predict my top artist will be Taylor Swift?? Or Demi Lovato? It’s a toss up. #SpotifyWrapped
## 962                                                                                                               I predict my top genre will be R&amp;B #SpotifyWrapped
## 963                                                                                         I predict my most played song will be El Apagon by Bad Bunny #SpotifyWrapped
## 964                                                                                                      I predict my top artist will be louis tomlinson #SpotifyWrapped
## 965                                                                                                     I predict my top podcast will be @newheightshow  #SpotifyWrapped
## 966                                                                                                       I predict my top artist will be BTS!\n@BTS_twt #SpotifyWrapped
## 967                                                                                                  I predict my most played song will be Devil Trigger #SpotifyWrapped
## 968                              Your mistakes are temporary. Once you acquire the skill, you’re free forever.\n\n#FIFAWorldCupQatar2022 #Apple… https://t.co/Uv4nOQciZg
## 969                                                                             A good man leaves an Inheritance to the next generation. #NextGeneration #SpotifyWrapped
## 970                                                                                    I predict my most played song will be [Night Drive by Ari Lennox] #SpotifyWrapped
## 971                              If your Roblox got Hacked inbox now for guide on how to recover your Account\n#hacked #Roblox #5G #Hackingtime… https://t.co/kanpi00zHG
## 972                             January 15 the shadow is back #mma #mma2023 \n#SpotifyWrapped #Qatar2022 #harrystylesperu #ufc #UFC283 #ล็อคกี้แฟน… https://t.co/nSfZLuTmTe
## 973                                                                                                               My #SpotifyWrapped this Friday https://t.co/weugla1YTr
## 974                                                                                               I guarantee my #SpotifyWrapped song will be taboo by sevyn streeter. 😎
## 975                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 976                                                                                                          I predict my top artist will be @MacMiller  #SpotifyWrapped
## 977                                                                                                   I predict my top genre will be R&amp;B/K-R&amp;B.\n#SpotifyWrapped
## 978                                                   me happy to see #SpotifyWrapped trending but realising it hasn’t even been announced yet 💔 https://t.co/5wSAXoroJb
## 979                                           Tfw u don’t have a Spotify wrapped cuz u stopped using Spotify n only use musi now #SpotifyWrapped https://t.co/svXDkMlFZ4
## 980                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 981                               RRRAP IT UP! (Vinyl Tear Down) by: MaSSa Power 🤩👊\n\n#massapower #DistroKid #Towerofbabelsymphony #HeavyMetal… https://t.co/m1lujeACdO
## 982                                      #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2M3e1
## 983                                                                                            I predict my top artist will be ATEEZ #SpotifyWrapped (expected tbf ngl-)
## 984                 CSC | NFTs Beyond Art — Utility &amp; The True Value of NFTs\n\nhttps://t.co/e4sRyE8LRh\n\nReally interested in knowing abo… https://t.co/ry78RI67l5
## 985                                                                                                       I predict my top artist will be Graeme Cornies #SpotifyWrapped
## 986                                                                                   I predict my most played song will be Cracker Island by @gorillaz  #SpotifyWrapped
## 987                                                                                                              I predict my top artist will be nct 127 #SpotifyWrapped
## 988                                                                                                    I predict my top podcast will be Chuckle Sandwich #SpotifyWrapped
## 989                                                                                                             Disturbed #SpotifyWrapped #music https://t.co/MFHAWHw1g9
## 990                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nTo be honest, I'm not sure hahaha.
## 991                                                                                                I predict my top artist will be Kanye West or MF DOOM #SpotifyWrapped
## 992                                                                                 I predict my top podcast will be [podcasts don’t work in Kazakhstan] #SpotifyWrapped
## 993                                                                                                       I predict my top artist will be Kanye or Abba  #SpotifyWrapped
## 994                                                                                                                   I predict my top genre will be rap #SpotifyWrapped
## 995                                                                                                                I predict my top artist will be Ghost #SpotifyWrapped
## 996                                                                                                     I predict my top podcast will be Freaky Folklore #SpotifyWrapped
## 997                                                                                                               I predict my top genre will be hip hop #SpotifyWrapped
## 998                                                                                                               I predict my top podcast will be GOONS #SpotifyWrapped
## 999                                                                                     I predict my most played song will be Vulture Island by @rob49up #SpotifyWrapped
## 1000                                                                           Yall still streaming super freaky girl? 👀\n\n#NickiMinaj #SuperFreakyGirl #SpotifyWrapped
## 1001                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1002                                                                                             I predict my most played song will be Life of the Party #SpotifyWrapped
## 1003                                                        I predict my top podcast will be 365 days with mxmtoon cause it's the only one I listen to 😭 #SpotifyWrapped
## 1004                                                                                                i'm gonna get bullied once spotify wrapped comes out #SpotifyWrapped
## 1005                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 1006                                                                                    I predict my most played song will be [illusion by aespa] #aespa #SpotifyWrapped
## 1007                                                                                          I predict my most played song will be Devil In A New Dress #SpotifyWrapped
## 1008                           Kenny Ray Powell former Death House Captain at Holmesberg Prison, PA ***... https://t.co/uaNuApc7a3 via @YouTube… https://t.co/TSx0zl15H7
## 1009                                                                                                              I predict my top genre will be [K-POP] #SpotifyWrapped
## 1010                                 Never stop promoting your store. Drop your URL for promotion. #shopifydesign #dropshipping #SpotifyWrapped… https://t.co/whsveiFA4q
## 1011                                                                                                  I predict my top artist will be frank ocean prolly #SpotifyWrapped
## 1012                             @bearsintrees will be wrapping up their U.S. invasion in Somerville next Saturday. Grab tickets to see them at… https://t.co/Br1b1T0Xzl
## 1013                      Somebody should help me out, WHY WOULD RENO DEFEND TINUBU? What kind of game is he playing?\n\nDELETE | CHICAGO | APC… https://t.co/WrqYrydEZx
## 1014                                                                                        I predict my most played song will be [The Astronaut - JIN ] #SpotifyWrapped
## 1015                    What if @Eminem  put a hit on Mac Miller so that he could be the only known as M&amp;M? Plus that diss by Mac when he s… https://t.co/6v1ezlgqVe
## 1016                                                                                                           I predict my top genre will be [UrbanPop] #SpotifyWrapped
## 1017                                                                                                   I predict my top artist will be Tyler the creator #SpotifyWrapped
## 1018                                                                                                      I predict my top podcast will be Anything Goes #SpotifyWrapped
## 1019                                                                                                  I predict my most played song will be self control #SpotifyWrapped
## 1020                                                                 Not okay with the fact that my top song is gonna be Twinkle Twinkle Little Star tbh #SpotifyWrapped
## 1021                                                                                               I predict my most played song will be Cirice by Ghost #SpotifyWrapped
## 1022                                                                                                    I can’t wait to see how my family mucked up my #SpotifyWrapped 🥲
## 1023                        Yes I'm excited but worried about how my mom accidentally using my Spotify on google mini many times will affect my… https://t.co/KXsT5xLE1R
## 1024                                                                                   I predict my most played song will be [Future Perfect by ENHYPEN] #SpotifyWrapped
## 1025                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 1026                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1027                                                    I predict my most played song will be Break From Toronto, This Side of Paradise, or Anti Hero :) #SpotifyWrapped
## 1028                                                                                               I predict my top podcast will be witchcraft qualcosa  #SpotifyWrapped
## 1029                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1030                       Ngl, my #SpotifyWrapped is gonna be a mess, it always is. I have such cringe taste in music but Idc anymore lol\nThi… https://t.co/D4kWAkwaoI
## 1031                                                                            Spotify better not rry it in this year's Wrapped #SpotifyWrapped https://t.co/utBsxmlGUY
## 1032                                                                                                                          #SpotifyWrapped I need to see this asap. 🥹
## 1033                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 1034                                                                                                    I predict my most played song will be Smoke Slow #SpotifyWrapped
## 1035                                                                                                       i predict my top artist will be taylor swift  #SpotifyWrapped
## 1036                                 @TtvGamegrinderz @GroundedTheGame Come tune in🫣❤️✨\n\nPlaying Grounded🪲🐝🐞\n#SpotifyWrapped #ContentCreator… https://t.co/m0NeUZIdr2
## 1037                                                                                                I predict my most played song will be Judas by Fozzy #SpotifyWrapped
## 1038                                            Here's the longer, first version of Dumptruck, the workout track.\n#edm #workout #SpotifyWrapped https://t.co/iSwOcVXzhS
## 1039                   What if people pronounced other store names the same way they pronounced Aldi?\n\nWalmarts\nTargets\nDollars General\nIG… https://t.co/8RMpjzPM9i
## 1040                                                                                                  I predict my top artist will be @PanicAtTheDisco 💋 #SpotifyWrapped
## 1041                            @ShikhaTheStar @Cheerfulcynthy @chartdata Exactly thank you.They must have missed the YOUR part or doesn't know what #SpotifyWrapped is.
## 1042                                                                                                   I predict my top podcast will be Guilty Pleasures #SpotifyWrapped
## 1043                                                                                                      I predict my top artist will be [Lil Uzi Vert] #SpotifyWrapped
## 1044                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1045                                                                            Everyone waiting for @Spotify wrapped like...\n\n#SpotifyWrapped https://t.co/t7iHtGonuK
## 1046                                                                                                      I predict my top artist will be flo milli lmao #SpotifyWrapped
## 1047                      I predict my top artist will be @JIDsv #SpotifyWrapped\n\nLol I'm pretty sure. I'd say @coastcontra too but their fre… https://t.co/Y3afW5jVt8
## 1048                                                                                    I will personally release #SpotifyWrapped this year. spotify are taking too long
## 1049                                                         Being the best person ever WOULD definitely affect your Wrapped.\n\n#SpotifyWrapped https://t.co/NwUAZ0mLuo
## 1050                                                                                I predict my top artist will be mansfield tya / orelsan / sexy sushi #SpotifyWrapped
## 1051                        Everyone contact your local GOP and MAKE THEM BALLOT HARVEST WHERE LEGAL!\n#MAGA #2A #gas #gasprices #economy #vote… https://t.co/qHjD64QqN4
## 1052                                                                                               I predict my top genre will be modern rock palese pt2 #SpotifyWrapped
## 1053                                                                                                                                                GIRL #SpotifyWrapped
## 1054                                                                                                     I predict my most played song will be [FOR FUN] #SpotifyWrapped
## 1055                       Have a lost account you want to recover but don't know how?\nInbox now for guide on how to recover your account imme… https://t.co/MIfKmydVVG
## 1056                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1057                                                                                      I predict my most played song will be House of Memories palese #SpotifyWrapped
## 1058                                                                                    Abi you wanna linkup I gat d liquor make we hookup 🔥🎻 #SpotifyWrapped Trybemusic
## 1059                                                                                                   I predict my top podcast will be The Command Zone #SpotifyWrapped
## 1060                                                                                                                                     SO EXCITED FOR  #SpotifyWrapped
## 1061                                                                         I predict my top genre will be [wgatever genre Taylor Swift is. Dance pop?] #SpotifyWrapped
## 1062                                                                                                                                     SO EXCITED FOR  #SpotifyWrapped
## 1063                                                                                                           I predict my top artist will be Powerwolf #SpotifyWrapped
## 1064                             Ngl I kinda switched to YouTube Music and downloaded MP3s for a good chunk of the year. My #SpotifyWrapped will have a few gaps in it 😅
## 1065                                                         I predict my most played song will be [All Too Well (10 minute version) (Taylor’s Version)] #SpotifyWrapped
## 1066                                                                              I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped
## 1067                                                                                 I predict my top podcast will be [FPS - Friends Per Second Podcast] #SpotifyWrapped
## 1068                                                                                                          I predict my top genre will be Power Metal #SpotifyWrapped
## 1069                                                                                                      I predict my top genre will be Indie Poptimism #SpotifyWrapped
## 1070                                          For you anime fans this be the best 3 day break of your life #LISA #aimer #SpotifyWrapped  #hikaru https://t.co/ormmUw2XSG
## 1071                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 1072                                                                                          I predict my top podcast will be Genius Bar @geniusbarcast #SpotifyWrapped
## 1073                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 1074                                                                                      I predict my top artist will be Sabrina Carpenter or Paramore? #SpotifyWrapped
## 1075                                                                                                        It’s about that time #SpotifyWrapped https://t.co/kNqkYsJX8p
## 1076                          Classic distraction from government #oligarchy pals that own the #msm \n\nLook over there!\n\nRe focus the #plebs… https://t.co/zcuttHRv0Y
## 1077                                                                                                        I predict my top artist will be [Tate Mcrae] #SpotifyWrapped
## 1078                                                                                                         I predict my top artist will be Twin Shadow #SpotifyWrapped
## 1079                                                                                                              I predict my top artist will be Saba 😮‍💨#SpotifyWrapped
## 1080                                                                                                   I predict my most played song will be Idol by BTS #SpotifyWrapped
## 1081                                  @patfkauffman Are u store owner. Drop ur website URL here for promotion, never stop promoting your store.… https://t.co/uWdXrILLGx
## 1082                                                                                                      I predict my top artist will be [@matthwatson] #SpotifyWrapped
## 1083                                                                                         #SpotifyWrapped is the one thing I’m keeping myself on this rock for lmao x
## 1084                                                        I predict my most played song will be Of The Abyss Lorna Shore [fill in top song prediction] #SpotifyWrapped
## 1085                                                            Jhope i think akkajsnd \n\npredict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1086                                                                           I predict my top podcast will be las flipantes aventuras de pablo lechuga #SpotifyWrapped
## 1087                                                                                          I predict my most played song will be Not the One by Gibbz #SpotifyWrapped
## 1088                                                                                     Go check it out!!!\n#SpotifyWrapped #Rihanna #kudus \n\nhttps://t.co/UCoy4Bkn2k
## 1089                                                                                                                 #SpotifyWrapped predictions https://t.co/0bOKJcD2LX
## 1090                                                                                I predict my most played song will be [ill be good by Jaymes young ] #SpotifyWrapped
## 1091                                                                   Insha Allah it’s over between me and sapa\n#FIFAWorldCupQatar2022 #SpotifyWrapped #hookup #delete
## 1092                                                                     Bts pop period  \n\npredict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1093                         Can’t wait to recieve my #SpotifyWrapped playlist this year and re-listen to all the music I’m now sick of because… https://t.co/16dGrhnhQK
## 1094                                                                                                            I predict my top artist will be Slipknot #SpotifyWrapped
## 1095                                                                                                               I predict my top genre will be POP 🫠🫠 #SpotifyWrapped
## 1096                                          I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped mmmm a mixed of kpop, pop, rock, gaming etc?
## 1097                                   PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped … https://t.co/DtYckU2cJO
## 1098                        All I know is that @TessaViolet's YES MOM will be my #1 played song. I wouldn't be surprised if I was one of the mo… https://t.co/tOIsXNSOyF
## 1099                                                                                                             I predict my top genre will be Nu Metal #SpotifyWrapped
## 1100                                                                                                  I predict my most played song will be The Greatest #SpotifyWrapped
## 1101                            I predict my top podcast will be @AMorbidPodcast without a doubt. My long commutes are totally worth it cus I of them! \n#SpotifyWrapped
## 1102                                                                                   I predict my most played song will be Alien by Sabrina Carpenter  #SpotifyWrapped
## 1103                                         Yet to come will be that song Maybe \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1104                                                                                    I predict my top artist will be Ricky Montgomery or Taylor Swift #SpotifyWrapped
## 1105                                                                                                               #SpotifyWrapped First time seeing it!! So excitedd!!!
## 1106                                                                                                   I predict my most played song will be Spit It Out #SpotifyWrapped
## 1107                                                   @ckay_yo heart #covervideo by silver boy and Crainfly____ #freestylecover #SpotifyWrapped https://t.co/3RRIaj2xeH
## 1108                                                           say what you want about me. I refuse to be embarrassed #instafest #SpotifyWrapped https://t.co/dg7yIgdHVY
## 1109                                                                                               I predict my top genre will be indie or pop?? I dunno #SpotifyWrapped
## 1110                                                                                                       I predict my top artist will be @PalayeRoyale #SpotifyWrapped
## 1111                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 1112                                                               Why is #SpotifyWrapped trending if it hasn't actually been released yet? You people are sick. SICK !!
## 1113                                                                                  I predict my top genre will be these fucking nuts idiot ass losers #SpotifyWrapped
## 1114                                                             I predict my top artist will be [Bring Me The Horizon] #SpotifyWrapped now to wait and see if I’m right
## 1115                                                                                                 I predict my most played song will be Mr Loverman 💀 #SpotifyWrapped
## 1116                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1117                                                              High Key this might be the first year John Mayer isn’t on my most played this year 😭😭😭 #SpotifyWrapped
## 1118                    Guess this is good way to say good night from here 🥰 \n\nTININITANANA is now on Apple Music 💃\nLink up in my bio☝️\n\nMo… https://t.co/GMqSMK5Vco
## 1119                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 1120                                                                                                     I predict my most played song will be fue mejor #SpotifyWrapped
## 1121                                                                                                            I predict my top artist will be FLETCHER #SpotifyWrapped
## 1122                                                                                                          I predict my most played song will be Tuyo #SpotifyWrapped
## 1123                           @jonathanvswan Trumpler = conman grifter liar criminal sociopathic 8 yr old - once and always. #TrumpCrimeFamily… https://t.co/4D6SYiWuWX
## 1124                                                                                   I predict my top genre will be [Rock]🎧 😎🎵 #SpotifyWrapped https://t.co/1Obh6JlzVV
## 1125                                                                                                              I predict my top artist will be @poppy #SpotifyWrapped
## 1126                                    i will not be able to eat, sleep OR breathe peacefully until spotify wrapped is released #SpotifyWrapped https://t.co/Of6XQepi8L
## 1127                                                                                                       I predict my top podcast will be @SappeninPod #SpotifyWrapped
## 1128                                                                                       I predict my most played song will be [Glimpse of us by joji] #SpotifyWrapped
## 1129                                                                                                         I predict my top artist will be @KAYTRANADA #SpotifyWrapped
## 1130                                                                                              I predict my most played song will be Policy of Truth  #SpotifyWrapped
## 1131                                                                                   Check out ProlificNessaa's video! #TikTok https://t.co/7pi6jFZdJq #SpotifyWrapped
## 1132                    One day, I’ll have my very own urban music festival… being thrown in my hometown 🌃 &amp; the homeland🇵🇭… but for now, e… https://t.co/MVUaCllICH
## 1133                                                                                                         I predict my top artist will be  YBN Nahmir #SpotifyWrapped
## 1134                                                                                                               I need my #SpotifyWrapped right now I’m too impatient
## 1135                                                                                                     I predict my top artist will be @HoldingAbsence #SpotifyWrapped
## 1136                                                                                                            I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 1137                                                                                               I predict my top podcast will be anime out of context #SpotifyWrapped
## 1138                                                         Check me out! New things will be coming very soon! #SpotifyWrapped #edm #Producers  https://t.co/CsJ5WjIKW2
## 1139                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 1140                                                                                                        I predict my top podcast will be  Archetypes #SpotifyWrapped
## 1141                                                                                                   I predict my top genre will be Korean Country Rap #SpotifyWrapped
## 1142                                                                                                      I predict my top artist will be @britneyspears #SpotifyWrapped
## 1143                                                                                                                 I predict my top artist will be exo #SpotifyWrapped
## 1144                                                                                                            I predict my top genre will be dance pop #SpotifyWrapped
## 1145                            Apple has threatened to remove Twitter \nfrom the App Store, according to Elon \nMusk. #Ronaldo #SpotifyWrapped… https://t.co/ZTRFjZlTti
## 1146                                                                                          I predict my top podcast will be [The Pat McAfee show 2.0] #SpotifyWrapped
## 1147                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 1148                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1149                                                                                           I predict my most played song will be message in a bottle #SpotifyWrapped
## 1150                                                                                                             I predict my top artist will be [Emkay] #SpotifyWrapped
## 1151                                                                                I predict my most played song will be Fortnite Rap Battle by Nerdout #SpotifyWrapped
## 1152                                                                                                       I predict my most played song will be peaches #SpotifyWrapped
## 1153                                                                                                I predict my most played song will be DM by fromis_9 #SpotifyWrapped
## 1154                                                                                                          “Here’s my #SpotifyWrapped”\n\nMe: https://t.co/UJNoJOFwJF
## 1155                                                                             I predict my most played song will be All the Small Things By Blink-182 #SpotifyWrapped
## 1156                                @philconcerts #SpotifyWrapped Predictions:\n\nTop Song: Talk that talk\nTop Artist: TWICE\nTop Album: #BETWEEN1and2 \nTop Genre: Pop
## 1157                                                                                                       I predict my top genre will be Pop or Country #SpotifyWrapped
## 1158                      I predict my top artist will be @djotime #SpotifyWrapped \nTop podcast will probably be @MBMBaM again\nTop genre is a… https://t.co/4OYIHkMMHo
## 1159                                                                                     I predict my most played song will be Burning Bridges by Sigrid #SpotifyWrapped
## 1160                        If I had to guess my top song, it'd probably be something like Caravan, I remember listening to that song for two w… https://t.co/MgDE3WJs4x
## 1161                                If you head to my channel I have a charity going for #SoldierSuicide #soldiers #veterans #twitch #live #mw2… https://t.co/laufhpgRWo
## 1162                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1163                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1164                                                                                                 I predict my top genre will be a sub genre of metal #SpotifyWrapped
## 1165                                      We are considering recording our own music going foward. Bo Mrapper ba Pitori. #FIFAWorldCupQatar2022… https://t.co/ooTjw1rPvi
## 1166                                                                                          I predict my top artist will be @GretaVanFleet (hopefully) #SpotifyWrapped
## 1167                                                         I predict my most played song will be Hold Me Closer by @eltonofficial &amp; @britneyspears #SpotifyWrapped
## 1168                                                                                                     I predict my top podcast will be [Distractible] #SpotifyWrapped
## 1169                              For all Hacking Services\n#BigData #Analytics #DataScience #AI #MachineLearning #IoT #PyTorch #Python #RStats… https://t.co/JpcXwpjSIx
## 1170                                                                                  I predict my most played song will be Lavender Haze - Taylor Swift #SpotifyWrapped
## 1171                                                                                                              I predict my top artist will be Ghost. #SpotifyWrapped
## 1172                                                                                                          I predict my top podcast will be @PWEpod 💪😎#SpotifyWrapped
## 1173                                                                                                   I predict my top podcast will be “A D8 With Fate” #SpotifyWrapped
## 1174                     &amp; yeah, on subsequent posts, I then understood I was supposed to edit of the text in [ ] ..doh🤦‍♂️\nMy choice is the… https://t.co/nPLlBtx2t2
## 1175                            Share n listen cuz it don’t cost u no paper unless u a mf hatrr💜 #deutschland #SpotifyWrapped #hiphopde #Germany https://t.co/1CD6k2ItlU
## 1176                                                                                                         I predict my top artist will be [Pop Smoke] #SpotifyWrapped
## 1177                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 1178                                                                                         I predict my most played song will be Attention by NewJeans #SpotifyWrapped
## 1179                                                                                                 I predict my top artist will be “Melanie Martinez”  #SpotifyWrapped
## 1180                                                                                                      I predict my most played song will be [Ahh ha] #SpotifyWrapped
## 1181                                                                                                                I predict my top genre will be Anime #SpotifyWrapped
## 1182                                                                                                      I predict my top artist will be  The Kid Laroi #SpotifyWrapped
## 1183                                                                                                   I predict my top podcast will be @ChuckleSandwich #SpotifyWrapped
## 1184                                                                                                               I predict my top podcast will be none #SpotifyWrapped
## 1185                                                                                               I predict my top artist will be Harry styles for sure #SpotifyWrapped
## 1186                                                                                                I predict my top artist will be TAYLOR ALISON SWIFT  #SpotifyWrapped
## 1187                                                                           I predict my most played song will be @burytomorrow Death (Ever Colder) 🤔 #SpotifyWrapped
## 1188                                                                       I predict my most played song will be [Music box remix/cover by APAngryPiggy] #SpotifyWrapped
## 1189                                                                                                            I predict my top artist will be brakence #SpotifyWrapped
## 1190                                                                                        I predict my most played song will be we major by kanye west #SpotifyWrapped
## 1191                                                                                                         I predict my top artist will be Gen Hoshino #SpotifyWrapped
## 1192                                                                                                    I predict my most played song will be space song #SpotifyWrapped
## 1193                                                                                                                I predict my top genre will be “Pop” #SpotifyWrapped
## 1194                                                                                        This year’s #SpotifyWrapped is a little too accurate https://t.co/bzY4iSjxES
## 1195                    I would like you to take up the Japanese idol group, king &amp; prince.  Their new song Tsukiyomi is on the verge of be… https://t.co/EK8kUuEcdH
## 1196                                                                  I predict my most played song will be not sober by laroi polo g and stunna gambino #SpotifyWrapped
## 1197                                                                                         I predict my top artist will be.... #SpotifyWrapped https://t.co/cfWGx9U4Ot
## 1198                                                                              I predict my most played song will be You Right by @DojaCat @theweeknd #SpotifyWrapped
## 1199                                                                                                     I predict my top genre will be antipop/hyperpop #SpotifyWrapped
## 1200                                                                                     I predict my most played song will be “The Red Means I Love You”#SpotifyWrapped
## 1201                                 This is what I look like patiently waiting for my #SpotifyWrapped list to come out…\n\n#museartco #Digital… https://t.co/amdhhubyVB
## 1202                        This is what I removed from one of my patient’s coochie today.  Being an OBGYN has its ups and downs. But this is o… https://t.co/JoH48zXIgC
## 1203                                                                                I predict my most played song will be Fever from Dua Lipa ft. Angèle #SpotifyWrapped
## 1204                                                                                                   I already know the top podcast is gunna be serial #SpotifyWrapped
## 1205                                                                                                             #SpotifyWrapped i listen to good music so im not scared
## 1206                                                                                             I predict my most played song will be 1985 - Bo Burnham #SpotifyWrapped
## 1207                                                                                    I predict my most played song will be venus fly trap by brakence #SpotifyWrapped
## 1208                                                                          I predict my most played song will be Toxic or Blurry Nights by BoyWithUke #SpotifyWrapped
## 1209                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 1210                                                                                             If Asake no dey your #SpotifyWrapped what are you even listening to????
## 1211                                             I predict my top genre will be, I have no fucking clue because everything I listen to is very different #SpotifyWrapped
## 1212                                             @teamogaram I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/b4dI1F1nnZ
## 1213                                                                                              I predict my top artist will be [Gorillaz or we riot ] #SpotifyWrapped
## 1214                              My top artist probably gunna be txt, Billie eilish, the neighborhood, and cigarettes after sex, and bts and that’s it 💀#SpotifyWrapped
## 1215                                                                                              COME OUT ALREADY WAAAAAAAAH (it will all be Will wood) #SpotifyWrapped
## 1216                                                                       I predict my most played song will be space man by the legend. @SamRyderMusic #SpotifyWrapped
## 1217                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFica aqui a dúvida entre:\nStray Ki… https://t.co/JoQsCajSyE
## 1218                        As we wait for the anticipated Spotify Wrapped, I realized after seeing people "instafest" photos that there are pe… https://t.co/hh0GuIFjcv
## 1219                                                                                            I predict my most played song will be Roslyn by Bon Iver #SpotifyWrapped
## 1220                                                                            Most played song prediction: Green Green Grass, Overkill or Ad Infinitum #SpotifyWrapped
## 1221                                                                                     I predict my top artist will be probably gorillaz or weezer idk #SpotifyWrapped
## 1222                                                                                                                                Lot of the P-Funk. \n#SpotifyWrapped
## 1223                                                                                             I predict my top podcast will be acho que de true crime #SpotifyWrapped
## 1224                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1225                                                                   I predict my most played song will be whitewoods beachwalk, like every other year #SpotifyWrapped
## 1226                                                                                       I predict my top artist will be Slipknot, if it's not, I quit #SpotifyWrapped
## 1227                                                                                  I predict my top podcast will be\n\ni don’t listen to podcasts tbh #SpotifyWrapped
## 1228                                                                                   I dont want it to be but my top genres gonna be dream smp isnt it #SpotifyWrapped
## 1229                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype with Meghan
## 1230                                                                                                           I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 1231                                                                                            I predict my top podcast will be an unreleased lana song #SpotifyWrapped
## 1232                           when #SpotifyWrapped I just laugh because it's funny to see I listened to the same three songs 482662728 times 🤣🤣 https://t.co/NzyXNN8IVy
## 1233                        I predict my top podcast will be You're Wrong About by Sarah Marshall because I listened to one episode and haven't… https://t.co/25AftkqWKu
## 1234                                                                                                I predict my top artist will be a loirinha esse ano  #SpotifyWrapped
## 1235                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nNenhuma surpresa que vai ser kpop
## 1236                                                                                  I predict my top artist will be\n\nthe legend himself, HARDWELL! 🖤🔥#SpotifyWrapped
## 1237                                                                                                    I predict my top genre will be [pop (as always)] #SpotifyWrapped
## 1238                                                                                                          I predict my top artist will be billie duh #SpotifyWrapped
## 1239                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1240                                        if you’re like us and waiting anxiously for your #SpotifyWrapped to drop… this is your reminder to take your supplements !!!
## 1241                                                                                                    I predict my top genre will be pop como todo ano #SpotifyWrapped
## 1242                                                                                                          I predict my top genre will be pop or rock #SpotifyWrapped
## 1243                                                                                 I predict my most played song will be [either 5am or maybe Cuff It] #SpotifyWrapped
## 1244                                                                                   I predict my top genre will be\n\nit’s gotta be bigroom or techno #SpotifyWrapped
## 1245                                                                                                       I predict my top artist will be [Omar Apollo] #SpotifyWrapped
## 1246                                                              I predict my most played song will prolly be season of the witch or when i was older 🙏🙏#SpotifyWrapped
## 1247                                                                                                                                        IM SO SCARED #SpotifyWrapped
## 1248                                                           I predict my most played song will be provavelmente o cover do maneskin de if i can dream #SpotifyWrapped
## 1249                                                                                                         I predict my top artist will be @thebeatles #SpotifyWrapped
## 1250                                                                                                     money shot #CyberMonday #SpotifyWrapped https://t.co/aBfTT7wA0x
## 1251                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nLove me or leave me - DAY6
## 1252                                                                          I predict my most played song will be uh\n\nHardwell - Into The Unknown\n\n#SpotifyWrapped
## 1253                                                                                                           I predict my top artist will be Bad Omens #SpotifyWrapped
## 1254                                                                                                    I predict my top genre will be Indie Pop or smth #SpotifyWrapped
## 1255                                                                                                     lovedive #1 spot secured on my spotify wrapped  #SpotifyWrapped
## 1256                                                                              I predict my most played song will be [Live Fast Die Numb - Iann Dior] #SpotifyWrapped
## 1257                                                                                         will be checking back in on thursday to see if it’s out yet #SpotifyWrapped
## 1258                                                                                                            I predict my top genre will be metalcore #SpotifyWrapped
## 1259                                This shoulder pass 😎 Ronaldo\n#PORURU #Portugal #FIFAWorldCupQatar2022 #FIFAWorldCup #BRASUI #SpotifyWrapped https://t.co/MiSbYjeLe5
## 1260                                                                                                    I predict my top artist will be System of a Down #SpotifyWrapped
## 1261                                                                                                      I predict my top artist will be @surfacesmusic #SpotifyWrapped
## 1262                                                                                                          I predict my top genre will be Heavy Metal #SpotifyWrapped
## 1263                                                                               imagine getting HER on your #SpotifyWrapped 💀💀 embarrassinggg https://t.co/DiFdtSFad6
## 1264                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1265                                                                         I predict my most played song will be The Death of Peace of Mind, Bad Omens #SpotifyWrapped
## 1266                                                                                                   I predict my most played song will be Family Ties #SpotifyWrapped
## 1267                           STREAM WARRIOR NUN \n#Wandinha #Wandinha #TheCrown #SegundaDetremuraSDV #RedVelvet #SpotifyWrapped #ฟุตบอลโลก2022… https://t.co/gotbXAY3s5
## 1268                                                                                              I predict my most played song will be One by Metallica #SpotifyWrapped
## 1269                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 1270                                             Nature 📸\n\n#ouarzazate #photography #photo #SpotifyWrapped #BRASUI #Qatar2022 #乌鲁木齐 #kudus https://t.co/3zVg0VPSY9
## 1271                                                                                                  I predict my top artist will be twenty one pilots  #SpotifyWrapped
## 1272                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 1273                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1274                                                                                                    I predict my top artist will be Leanna Firestone #SpotifyWrapped
## 1275                                      I predict my most played song will be - tbh, I’m really not sure! Maybe Dakara? Or Haru Dorobo… I’m not sure!! #SpotifyWrapped
## 1276                                                                                        I predict my most played song will be [Dreamers by Jungkook] #SpotifyWrapped
## 1277                                                                I predict my top artist will be [Daughter] #SpotifyWrapped\n\nif its not daughter im gonna be so mad
## 1278                        i predict my top artist will be your best friend jippy honestly. that or it being between freddie dredd or bbno$ fo… https://t.co/KmrXWG3zgV
## 1279                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1280                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1281                                                                                                              I predict my top artist will be mitski #SpotifyWrapped
## 1282                                                                                                             I predict my top genre will be Alt Pop  #SpotifyWrapped
## 1283                                                                                             I predict my most played song will be [life by the sea] #SpotifyWrapped
## 1284                                                                                                         I predict my top genre will be [Rock/Metal] #SpotifyWrapped
## 1285                                        I already know @Logic301 bout to be top on my #SpotifyWrapped when it drops. Vinyl Days was just that damn fucking good dude
## 1286                                                                                         I predict my most played song will be among us in real life #SpotifyWrapped
## 1287                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1288                                             I predict my top artist will be Taylor Swift. If its not then I have no clue who else it could be hahah #SpotifyWrapped
## 1289                                                                                                           I predict my top artist will be Yorushika #SpotifyWrapped
## 1290                                                                      It’s embarrassing but I predict my top podcast will be… #WinxForeverPodcast 😅🤭 #SpotifyWrapped
## 1291                                              After the goal has been credited to Bruno Fernandes \n#FIFAWorldCupQatar2022 \n#SpotifyWrapped https://t.co/RstozwJfTV
## 1292                                                                   I predict my most played song will be [Save Your Tears]\n\ntenho quase certeza\n\n#SpotifyWrapped
## 1293                                                                                    I predict my most played song will be “Crypt” by Roderick Porter #SpotifyWrapped
## 1294                                    And me too....#LipSyncBattle #LLCoolJ\n#IlovetherealMilliVanilli  #SpotifyWrapped #freedummers #FluClan… https://t.co/ObKq0oqMbz
## 1295                                              I predict my most played song will be Cherry by @findingfletcher. It's been in my head the whole year! #SpotifyWrapped
## 1296                                   I predict my top podcast will be 12 Hour Sound Machines (no loops or fades): Brown Noise Sound Machine (12 hours) #SpotifyWrapped
## 1297                                                          already know my top artist this year will be ghost, but we can all pretend to be surprised #SpotifyWrapped
## 1298                                     I’m worried that my #SpotifyWrapped will be way too revealing because the only time I open Spotify is when I’m alone in the car
## 1299                                                                                                                                  when is she coming #SpotifyWrapped
## 1300                        @lexfridman A lot of store owners are not making sales on their products/services Websites. Drop ur website URL her… https://t.co/xDbSIZ3j2j
## 1301                                                                                                     I predict my top podcast will be livrariaemcasa #SpotifyWrapped
## 1302                                     Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Hot 100
## 1303                                                                                                 I'd predict this but it's so obvious it's pointless #SpotifyWrapped
## 1304                                                                                         I predict my top artist will be Drake or Kendrick Lamar tbh #SpotifyWrapped
## 1305                                                                                         I predict my most played song will be Ghost of You by 5sos 🥳#SpotifyWrapped
## 1306                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 1307                         @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here… https://t.co/TikK7G1rjG
## 1308                                                                      I predict my most played song will be [Chris Brown, Addicted (feat. lil Baby)] #SpotifyWrapped
## 1309                                                                                                 I predict my top artist will be [Avenged Sevenfold] #SpotifyWrapped
## 1310                                                                                                    I predict my top podcast will be @AMorbidPodcast #SpotifyWrapped
## 1311                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 1312                                                                                         i predict my most played song will be grace by jeff buckley #SpotifyWrapped
## 1313                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1314                                                                                                         I predict my most played song will be boy x #SpotifyWrapped
## 1315                                                                                                       I predict my top artist will be Playboi Carti #SpotifyWrapped
## 1316                                                                                                        I predict my top artist will be @mothercain  #SpotifyWrapped
## 1317                                                                                            I predict my most played song will be 90 Proof by @smino #SpotifyWrapped
## 1318                                                                                                       I predict my top artist will be [Post Malone] #SpotifyWrapped
## 1319                                                                                                    I predict my most played song will be pink venom #SpotifyWrapped
## 1320                                                                                                              I predict my top genre will be [Metal] #SpotifyWrapped
## 1321                                                                                     I predict my most played song will be https://t.co/oraZLwGLq8\n #SpotifyWrapped
## 1322                                                                                                   i predict my top artist will be alice in chains 🤨 #SpotifyWrapped
## 1323                                                                                                     I predict my top genre will be [Melodic HipHop] #SpotifyWrapped
## 1324                                                                     almost time to out myself for listening to an unhealthy amount of red vox again #SpotifyWrapped
## 1325                                                                                               Anyone else not got their #SpotifyWrapped  yet?\nno? just me?\nok :,)
## 1326                                                                     I predict my top artist will be Dr. Taylor Alison Swift, aka the music industry #SpotifyWrapped
## 1327                                                                                                         I predict my top genre will be Rap/ Hip Hop #SpotifyWrapped
## 1328                                                                                    I predict my most played song will be [A Little Piece Of Heaven] #SpotifyWrapped
## 1329                                                                                                         I predict my top artist will be [Powerwolf] #SpotifyWrapped
## 1330                                                                                                    I predict my most played song will be I Like You #SpotifyWrapped
## 1331                                                                                          I predict my top artist will be anything kpop or afrobeats #SpotifyWrapped
## 1332                                                                                                        I predict my top genre will be [Power Metal] #SpotifyWrapped
## 1333                                                                            I predict my top artist will be [This has to be either Avril or Taylor]  #SpotifyWrapped
## 1334                           Here's my fest! You better give me yours, cause I'm attending! ✨💖\n\n#instafest #SpotifyFestival #SpotifyWrapped https://t.co/5TNMJIyndg
## 1335                                                                                      a.vega_ follow my TikTok 🥺\n#SpotifyWrapped    #TikTok https://t.co/hfLYBV7mEs
## 1336                                                                                   I predict my top artist will be @ladygaga like it is every year 😘 #SpotifyWrapped
## 1337                                                                                                         I predict my top genre will be [Video Game] #SpotifyWrapped
## 1338                                                                                       I predict my most played song will be [Faster Than The Flame] #SpotifyWrapped
## 1339                                                                                    I predict my most played song will be Earth, The Oldest Computer #SpotifyWrapped
## 1340                                                                                                          I predict my top artist will be #StrayKids #SpotifyWrapped
## 1341                                                                                                  Pretty sure that Harry Styles and 1D will be on my #SpotifyWrapped
## 1342                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\n@sabaton  will probably be the top one  for me
## 1343                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 1344                      Can I use Hobby Lobby App For Purchases?\n\nYes. There is a customized app available for smartphones. More info here:… https://t.co/Vp4ag0doU3
## 1345                                                                   @DJKASTONE #SpotifyWrapped splashin ft KOOLAID HARRISBURG UPCOMING RAPPER https://t.co/VyJSW9w8A4
## 1346                                               it's that time of the year again and we still dgaf about ur ugly babies &lt;3 #SpotifyWrapped https://t.co/lLfFv1bmwN
## 1347                                                                                                       I predict my top genre will be [Pop for sure] #SpotifyWrapped
## 1348                                                                  I swear the past few days the first thing I do when I wake up is check if #SpotifyWrapped is out 😭
## 1349                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 1350                                                                      @PSYKEYstr I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1351                      i predict my most played song will be \ni know the end by @phoebe_bridgers #SpotifyWrapped 🩻🌙🛰🗡\npatiently waiting fo… https://t.co/EC43lrLfWa
## 1352                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 1353                                                      watch dream smp be in my genres again because of the amount of toby fox i've been listening to #SpotifyWrapped
## 1354                                                                                      I predict my top artist will be @ThatSubUrban or @iamblackbear #SpotifyWrapped
## 1355                                                 I predict my most played song will be [Karma by Taylor] Y'all if this is true I'll beat Nostradamus #SpotifyWrapped
## 1356                                                      New car Kia #SpotifyWrapped\nFor more - subscribe my channel - https://t.co/ksWEso0Gen https://t.co/8rhMfxDEgM
## 1357                                                                                     I predict my top podcast will be @dicedeathpod its got to b lol #SpotifyWrapped
## 1358                                                                               I predict my top podcast will be [#Archetypes top podcast prediction] #SpotifyWrapped
## 1359                                                                                            I predict my top podcast will be @solomonster Sounds Off #SpotifyWrapped
## 1360                              Oh No 😢 \n#magic #magictricks #magician #funnyvideo #pranks #ilshorts #ล็อคกี้แฟน #ล็อคกี้แฟน #SpotifyWrapped #GFvip https://t.co/Zgx7HtwzWM
## 1361                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nRock music in some form or another
## 1362                                                                                                     I predict my top artist will be #Ateez or #GOT7 #SpotifyWrapped
## 1363                                                         I predict my most played song will be we don't talk about Bruno, cover by punk rock factory #SpotifyWrapped
## 1364                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1365                                                                                                     I predict my top artist will be [The Kid LAROI] #SpotifyWrapped
## 1366                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\n1.Zu Ende… https://t.co/vBt64SnhJH
## 1367                                                                                                       I predict my top artist will be [Chris brown] #SpotifyWrapped
## 1368                                    My #SpotifyWrapped is going to be wack this year because I spent most of my time on my work phone. 😭 lol https://t.co/tMiHLQ4hQn
## 1369                                              I predict my most played song will be [Hate The Other Side - Juice WRLD ft The Kid LAROI &amp; Polo G] #SpotifyWrapped
## 1370                                                   I predict my most played song will be drain you prob cuz that song was always #1 on my repeated 💀 #SpotifyWrapped
## 1371                                                        My top podcast will be that  one  migraine  relief  frequency  thing  I'm  gonna  be  honest #SpotifyWrapped
## 1372                                                                      i predict my most played song will be oh yeah by @ark_woods  and @dev_lemons 😌 #SpotifyWrapped
## 1373                                                                                                            I predict my top artist will be The 1975 #SpotifyWrapped
## 1374                                                                                                                                  what even is this\n#SpotifyWrapped
## 1375                                                                                               I predict my most played song will be [OMNIS LACRIMA] #SpotifyWrapped
## 1376                                                                                                            I predict my top artist will be Illenium #SpotifyWrapped
## 1377                                                                                                               I predict my top genre will be Pop \n #SpotifyWrapped
## 1378                                                                                                                                     Waiting for my  #SpotifyWrapped
## 1379                                                    I predict my top genre will be either punk rock or whatever genre @ThatSubUrban s music is..lol  #SpotifyWrapped
## 1380                                                                                                     I predict my most played song will be Happiness #SpotifyWrapped
## 1381                                                                                          I predict my top artist will be probably Harry styles ngl  #SpotifyWrapped
## 1382                                                                                I predict my top podcast will be [Archetypes top podcast prediction] #SpotifyWrapped
## 1383                        I predict my top podcast will be -  none because I rarely watch anything related to podcasts and I only use spotify… https://t.co/IGaRqF4sqA
## 1384                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 1385                                                                                                 I predict my most played song will be ✨HeatWaves✨ #SpotifyWrapped
## 1386                                                                                            I predict my most played song will be #StrayKids #Maniac #SpotifyWrapped
## 1387                                                                                                       I predict my top artist will be twice or enha #SpotifyWrapped
## 1388                                                                                                             my icebergify \n#SpotifyWrapped https://t.co/FVTuuaawH3
## 1389                                                                                                      I predict my top genre will be pop 💀 I'm basic #SpotifyWrapped
## 1390                                                                                        I predict my most played song will be [last goodbye @7RU7H ] #SpotifyWrapped
## 1391                                                                                                        I predict my top artist will be [waterparks] #SpotifyWrapped
## 1392                                                                                       @chartdata anything by phoebe bridgers\ngay\nphoebe bridgers\n#SpotifyWrapped
## 1393                         I predict my most played song will be First Class by Jack Harlow bc I’m autistic and it tickled my brain in such a… https://t.co/A5CPVs8THV
## 1394                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1395                                                                                                             I predict my top genre will be kpop :') #SpotifyWrapped
## 1396                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 1397                                                                                                        I predict my top artist will be [ Rod Wave ] #SpotifyWrapped
## 1398                                                                                  I predict my most played song will be [As it was or glimpse of us] #SpotifyWrapped
## 1399                                                                                                              where tf is it #SpotifyWrapped https://t.co/auRG0UogVX
## 1400                                                                             I predict my top artist will be either mgk,yungblud,huddy,nessa or jxdn #SpotifyWrapped
## 1401                                                                                       i predict my most played song will be [fuzzy by waterparks] 💗 #SpotifyWrapped
## 1402                         Monday Night Football Hot Take: \nhttps://t.co/r2m9MpC0HU\n@BeerlyFootball @br_betting @NFL @SlinginFball @nflrums… https://t.co/lkMnNjvazy
## 1403                                                                                              I predict my most played song will be [Less Than Zero] #SpotifyWrapped
## 1404                                                                                 @Spotify @megalodon_k I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 1405                                                                                                       I predict my top artist will be lana del rey  #SpotifyWrapped
## 1406                                                                                                             I predict my top artist will be MF DOOM #SpotifyWrapped
## 1407                        Patiently waiting for my #SpotifyWrapped as if I don’t already know that the 10 minute version of All Too Well is g… https://t.co/Sts2l3aNnp
## 1408                          I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) by Taylor Swift #SpotifyWrapped
## 1409                                                                                           I predict my top genre will be pop punk very easily lmao  #SpotifyWrapped
## 1410                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 1411                                                                                         I predict my top podcast will be def my sleep music podcast #SpotifyWrapped
## 1412                                                                          I predict my most played song will be i want you to love me by fiona apple #SpotifyWrapped
## 1413                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1414                                                                                I predict my top podcast will be any @thedivestudios podcast 🫶🫶🫶🫶🫶🫶🫶 #SpotifyWrapped
## 1415                                                       I predict my top artist will be either harry styles or louis tomlinson or one direction again #SpotifyWrapped
## 1416                                                                    【Trends Tag】 #DominosCyberMonday #GivingTuesday #PMSOverreactionMonday #PORURU #SpotifyWrapped
## 1417                                                     I predict my most played song will be either dying on the inside,attihay or tired of California #SpotifyWrapped
## 1418                                                                                       #SpotifyWrapped #GFvip #nsfwtwt \nShow Up \nShow Love https://t.co/z9jc6eQ6Dr
## 1419                              Give my playlist a listen: Party time https://t.co/Yvld001shA \n🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥\n… Hey …. It’s BALL … I’ve been… https://t.co/8q3vIKyTMI
## 1420                                                                                                               I predict my top artist will be Bjork #SpotifyWrapped
## 1421                                                                               I predict my most played song will be HER or Molly by chase Atlantic  #SpotifyWrapped
## 1422                                     It’s okay to like some policies from the left and some from the right - This is not a zero sum politics #SpotifyWrapped #FedDay
## 1423                                                                                                              I predict my top genre will be Art Pop #SpotifyWrapped
## 1424                                                                                             I predict my top podcast will be probably @TheBSidesPod #SpotifyWrapped
## 1425                                                                                                             I predict my top artist will be Digga D #SpotifyWrapped
## 1426                                                                                                           I predict my top genre will be prolly pop #SpotifyWrapped
## 1427                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 1428                          Just shot a lot of content just to realize I don’t like how the sun is hitting in any of my content except one. 🫠… https://t.co/fOfVmdM9FI
## 1429                                                                                               I predict my most played song will be [star shopping] #SpotifyWrapped
## 1430                                                                                             I predict my most played song will be una super chunga. #SpotifyWrapped
## 1431                                                                                I predict my most played song will be uhhh something by harry styles #SpotifyWrapped
## 1432                                                                      I predict my most played song will be Destino o Casualidad de @MelendiOficial  #SpotifyWrapped
## 1433                                                                                                   I predict my top artist will be @ATEEZofficial 🤭🤭🤭#SpotifyWrapped
## 1434                                                                                                           I predict my top artist will be @slipknot #SpotifyWrapped
## 1435                        I predict my top artist will be probably Carly Rae Jepsen if I ruined my Wrapped this year… or Britney (that time I… https://t.co/rerh8CHqIZ
## 1436                                                                                I predict my most played song will be Tell the Vision by Kanye West\n#SpotifyWrapped
## 1437                                                                                                                                        3 days until #SpotifyWrapped
## 1438                                                                                                                                              Oh and #SpotifyWrapped
## 1439                                                                                              I predict my top podcast will be [The Magnus Archives] #SpotifyWrapped
## 1440                        Anyone interested for free trials or paid subscriptions. Contact me on WhatsApp or text me in personal messanger. W… https://t.co/7hGyKH5lwp
## 1441                                                                                  I predict my top artist will be [The Stupendium or The Mechanisms] #SpotifyWrapped
## 1442                                                                                        Hm… lots more Apple Music peeps than expected… keep #voting! #SpotifyWrapped
## 1443                                                                                       I predict my top artist will be Camellia definitely I KNOW IT #SpotifyWrapped
## 1444                        Messi should kindly apologize to Mexican and the world in general, this kind of act is unfair for him been a worldl… https://t.co/x1HG3YgPDY
## 1445                                                                                                  I predict my top genre will be pft! Idk indie pop? #SpotifyWrapped
## 1446                                                                                        Which music streaming app do you prefer?\n\n#SpotifyWrapped #boomplay #music
## 1447                                                                                               Check this out! https://t.co/1cz0bp3stn\n#NFT #SpotifyWrapped #Crypto
## 1448                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1449                                                                                                  I predict my top genre will be [Folk-Punk or Jazz] #SpotifyWrapped
## 1450                                                                              I predict my top podcast will be who tf listens to podcasts on spotify #SpotifyWrapped
## 1451                                                                                                 I predict my most played song will be Child by Mark #SpotifyWrapped
## 1452                                                                                                            I predict my top artist will be [Halsey] #SpotifyWrapped
## 1453                                                                                         I predict my top podcast will be I don't listen to podcasts #SpotifyWrapped
## 1454                    • I predict my most played song will be LOVE DIVE\n\n• I predict my top genre will be K-Pop (💀)\n\n• I predict my top a… https://t.co/a9kmL06xDI
## 1455                                                                                                       I predict my top artist will be Illenium LMAO #SpotifyWrapped
## 1456                                                                                                    I predict my most played song will be Black Moss #SpotifyWrapped
## 1457                                                                                                         I predict my top artist will be radiohead 😂 #SpotifyWrapped
## 1458                                                                                                        I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped
## 1459                                                                                             @JannyJanis I heard there are a lot of pedophiles there #SpotifyWrapped
## 1460                                                   I predict my most played song will be “Magic” by French Horn Rebellion, That’s Nice, and Patterns #SpotifyWrapped
## 1461                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 1462                                                                                                   It feel like the holidays #CyberMonday #RedVelvet #SpotifyWrapped
## 1463                                 Thank you @Eminem !🖤\n\n#eminem #video #notafraid #quote #song #misic #21creator #foryou #thankyou #reborn… https://t.co/aYg62zyL4E
## 1464                                                           I predict my top podcast will be only listened to one this year and i cant remember which #SpotifyWrapped
## 1465                                                                                                               I predict my top genre will be K-Pop  #SpotifyWrapped
## 1466                                                                                        I predict my most played song will be Lovers Rock by TV Girl #SpotifyWrapped
## 1467                           Check out Bbyrnedavis2.0's video! #TikTok https://t.co/TJ52vCK0Gi #games #CyberMonday #SpotifyWrapped #RedVelvet… https://t.co/SjTWhE3qGU
## 1468                   #iPhone  #GivingTuesday  #TimCook  #cupheadshow  #SpotifyWrapped \nAdvanced Targeting &amp; Global Reach\nReach a 96% of… https://t.co/LcP3FFMQYz
## 1469                                   Acredito firmemente que vai ser o @marcotellesbt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1470                                                                                     I predict my top genre will be Whatever genre chloes been doing #SpotifyWrapped
## 1471                                                                                   I predict my top artist will be the one and only ✨ @MacMiller ✨ #SpotifyWrapped
## 1472                                                                                                         I predict my top genre will be Pop or K-Pop #SpotifyWrapped
## 1473                                                                                                                                  How do i check my  #SpotifyWrapped
## 1474                                                                                 I predict my most played song will be Numb Little Bug by Em Beihold #SpotifyWrapped
## 1475                                                                                                      I predict my top artist will be Chloe Moriondo #SpotifyWrapped
## 1476                                                                                         I predict my most played song will be [So Good by @halsey ] #SpotifyWrapped
## 1477                                                                  How is this gonna put me on blast before my #SpotifyWrapped even comes out https://t.co/p87LCPhoED
## 1478                                Aposto em: mais do que tudo da @Thamiresgarciav\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1479                                                                                                    I predict my most played song will be starwalkin #SpotifyWrapped
## 1480                                                                                            Balls or nuts #DonaldTrump #SpotifyWrapped #CyberMonday #البرازيل_ِسويسرا
## 1481                                                                                                        I predict my top artist will be @lucydacus\n #SpotifyWrapped
## 1482                                                                                                 I predict my most played song will be Midnight Rain #SpotifyWrapped
## 1483                                                                                                 I predict my top podcast will be [@TheWeeklyPlanet] #SpotifyWrapped
## 1484                                                                                            I predict my most played song will be Post Party Trauma  #SpotifyWrapped
## 1485                                      #SpotifyWrapped is nearly here.\n\nI could probably predict what's going to be on it, but it's always a fun time regardless :)
## 1486                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped podcasts
## 1487                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1488                                                          Hello Sir Can you're team Comeup Translate option here Like Facebook  Thank You 🌹… https://t.co/xN5568IlYI
## 1489                                                                                       I predict my top podcast will be [I don't listen to podcasts] #SpotifyWrapped
## 1490                                                                                                can’t wait to see bad bunny as my top artist again 🤭 #SpotifyWrapped
## 1491                                                           Me when I see I’m in the top 1% of listeners for Seventeen - JA \n#SpotifyWrapped https://t.co/jy05Ed97hD
## 1492                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1493                                                                                                           i predict my top artist will be metallica #SpotifyWrapped
## 1494                                                                                               I predict my most played song will be Atopos by Bjork #SpotifyWrapped
## 1495                                                                                                  I predict my top podcast will be swell shenanigans #SpotifyWrapped
## 1496                                                                                                      I predict my top artist will be UnoTheActivist #SpotifyWrapped
## 1497                                                                                                             I predict my top artist will be gfriend #SpotifyWrapped
## 1498                                                                                                  I’m not sharing my #SpotifyWrapped, that shit’s between me and god
## 1499                                                               I predict my top podcast will be Are &amp; Be? that's the one i Remember listening to #SpotifyWrapped
## 1500                                                                                                                   HURRY UP SPOTIFY WRAPPED @Spotify #SpotifyWrapped
## 1501                                                                                             I predict my most played song will be no body, no crime #SpotifyWrapped
## 1502                                                                                               I predict my top genre will be dsmp bro TAKE IT OFFF  #SpotifyWrapped
## 1503                                                                                                       I predict my top artist will be [@HansZimmer] #SpotifyWrapped
## 1504                                                                                        I predict my top artist will be [@twentyonepilots mis papis] #SpotifyWrapped
## 1505                                                                                                              I predict my top artist will be  loona #SpotifyWrapped
## 1506                                                                                                                I predict my top genre will be k-pop #SpotifyWrapped
## 1507                                                                                             I predict my top artist will be Rina Sawayama no Doubts #SpotifyWrapped
## 1508                                         I am honored at this three day lineup!!! Can't wait for the #SpotifyWrapped this year! 🥰 #instafest https://t.co/FfScbjMYub
## 1509                                                                                        I predict my top artist will be Eva Shaw and Kris the Spirit #SpotifyWrapped
## 1510                                                          I predict my top artist will be [fill in top artist prediction] tinatanong pa ba yan? keme #SpotifyWrapped
## 1511                                                                                                 I predict my top genre will be [Pop or Alternative] #SpotifyWrapped
## 1512                                                     I look forward to #SpotifyWrapped way too much for someone that listens to the same 3 artists on repeat nonstop
## 1513                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 1514                                                                                                    I predict my top genre will be unfortunately pop #SpotifyWrapped
## 1515                                                                                  I predict my top artist will be Nightcord at 25 or Vivid Bad Squad #SpotifyWrapped
## 1516                                                                                                       I predict my top podcast will be Rotten Mango #SpotifyWrapped
## 1517                                                                                    I predict my most played song will be Imagining by Rina Sawayama #SpotifyWrapped
## 1518                                                                                                    I predict my most played song will be [Shy Away] #SpotifyWrapped
## 1519                                                                                                          I predict my top artist will be [@DukiSSJ] #SpotifyWrapped
## 1520                                                                              I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped
## 1521                                                                                       I predict my top artist will be Ricky Martin or Harry Styles. #SpotifyWrapped
## 1522                        @laurenboebert @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur we… https://t.co/uwvziJnzEo
## 1523                                               I predict my most played song will be Filter by Jimin. It's the first song on my sleepytime playlist. #SpotifyWrapped
## 1524                                                                                                          I predict my top artist will be #OnlyOneOf #SpotifyWrapped
## 1525                                                                                                    I predict my top artist will be @machinegunkelly #SpotifyWrapped
## 1526                                                                                                      I predict my most played song will be bop bop! #SpotifyWrapped
## 1527                                                        I predict my top podcast will be This Changes Everything by @JeffGuentherLPC and @imsararice #SpotifyWrapped
## 1528                                                                      I predict my most played song will be [words by f.r david or 2 minus 1 by svt] #SpotifyWrapped
## 1529                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I really don’t know this one, may… https://t.co/rUBWjozO5B
## 1530                                                                                    I predict my most played song will be [happier - olivia rodrigo] #SpotifyWrapped
## 1531                                                                                                         I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 1532                                                                    I predict my most played song will be Unfriendly Hater or Shine a Light(reprise) #SpotifyWrapped
## 1533                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1534                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 1535                                                                      I predict my most played song will be As It Was or A Veces Bien Y A Veces Mal. #SpotifyWrapped
## 1536                                                                                                      I predict my top podcast will be [#Archetypes] #SpotifyWrapped
## 1537                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 1538                       Create delightful customer experiences. Have a delightful time doing it. that's where #HubSpot came in\nlearn more 👇… https://t.co/OmrgBXpB0h
## 1539                                   Yeah I love this #instafestapp thingy. A festival and a half by #Spotify. Now we wait for #SpotifyWrapped https://t.co/nKkOp9eBD9
## 1540                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1541                        A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/vV8VHLepH9
## 1542                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift
## 1543                                                                                                       I predict my top podcast will be #Archetypes  #SpotifyWrapped
## 1544                            ❄️Love how these turned out😍 Link in bio to purchase #SpotifyWrapped #CyberMonday #christmas2022 #christmasnails… https://t.co/dEhFkjF0MQ
## 1545                                                                                                                              Somehow #SpotifyWrapped got me worried
## 1546                                                                                         I predict my most played song will be Attention by NewJeans #SpotifyWrapped
## 1547                                                                            cant wait to see dsmp on my spotify wrapped for the 3rd year in a row\n\n#SpotifyWrapped
## 1548                                                                                   I predict my most played song will be [Red Lights by @Stray_Kids] #SpotifyWrapped
## 1549                                                                                           “free thinkers” waiting for their #SpotifyWrapped https://t.co/I1pRqDnxTs
## 1550                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped no one else is even coming close
## 1551                                                                                     I predict my most played song will be  Bad Habits by Steve Lacy #SpotifyWrapped
## 1552                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped boy band or pop
## 1553                                                                                       I predict my top podcast will be I DONT LISTEN TO PODCASTS :P #SpotifyWrapped
## 1554                                                                                                    I predict my most played song will be Yakety Sax #SpotifyWrapped
## 1555                                                                                                            I predict my top artist will be deftones #SpotifyWrapped
## 1556                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped keep drinking by Harry Styles
## 1557                        I’ll get some random artist I listened to once as my #1 or artists I don’t listen to but did in 2020 like the last two years #SpotifyWrapped
## 1558                        Bruh I'm scared to see my #SpotifyWrapped when it comes up. it's just gonna be a sad song after another and once it… https://t.co/uBhZuqpn8D
## 1559                                                                       I predict my top artist will be #ATEEZ @ATEEZofficial #SpotifyWrapped https://t.co/0uKWz9GVCx
## 1560                                                                                                                I predict my top genre will be pop 😋 #SpotifyWrapped
## 1561                                                                                                        I predict my top artist will be @dustinlynch #SpotifyWrapped
## 1562                                                                               I predict my top podcast will be Always Sunny Podcast (sorry Dissect) #SpotifyWrapped
## 1563                                                                                                     I predict my top artist will be [ariana grande] #SpotifyWrapped
## 1564                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan #archetypesonspotify #Archetypes
## 1565                        I predict my most played song will be August  #SpotifyWrapped I had a MASSIVE august phase in June where I literall… https://t.co/N2m7AEssh2
## 1566                                          saying it rn my top artist is either gonna be the wrecks OR bmth. but im 90% sure it's gonna be the wrecks #SpotifyWrapped
## 1567                                                                                                             I predict my top artist will be beyoncé #SpotifyWrapped
## 1568                              @Google, how can i learn to trust again?\n#LateLateShow #LateNightTwitter #LateNights #SpotifyWrapped #sadcatdance #thinking #thoughts
## 1569                                                                                                            I predict my top genre will be dark trap #SpotifyWrapped
## 1570                                                                                                             I predict my top artist will be Mamamoo #SpotifyWrapped
## 1571                                            I predict my top genre will be rap #SpotifyWrapped \n\nor whatever it’s called is it called rap or hip hop &amp; r&amp;b
## 1572                        The music has chosen me and as I continue to give it my all I can't do this alone I want you to be with me, to pray… https://t.co/SEsRmXW5XG
## 1573                                                                                                         I predict my top artist will be Ichiko Aoba #SpotifyWrapped
## 1574                                                                                             I predict my most played song will be [tek it - cafune] #SpotifyWrapped
## 1575                                                                                                              I predict my top genre will be Country #SpotifyWrapped
## 1576                                                                                                 I predict my top podcast will be tondemo wonderz 💀💀💀#SpotifyWrapped
## 1577                                                                          I predict my top artist will be Joji (it is i already know im not ashamed) #SpotifyWrapped
## 1578                                                                                              I predict my most played song will be OMFG by lil peep #SpotifyWrapped
## 1579                        @Spotify We're predicting our top podcasts will be the Startup Canada Podcast and the Startup Women Podcast - which… https://t.co/vLnIALgydK
## 1580                                                                                                           All the time 🤴🏼👸🏼 #SpotifyWrapped https://t.co/ii3ODGtaI9
## 1581                      Will the @NosleepPodcast top your #SpotifyWrapped list this year? \n\n@Spotify is just one of the many places you can… https://t.co/JYMoZnCXz4
## 1582                                                                                                                           I am so curious this year #SpotifyWrapped
## 1583                                              I predict my most played song will be— \nI want to see my wrapped but I want to see TJ’s even more \n\n#SpotifyWrapped
## 1584                   Last moment to shine ✨ \n\nDon’t miss out on this last event of the semester. \n\nYoung Invincibles is providing the op… https://t.co/0WxOJ5pKFk
## 1585                                                                                        I predict my most played song will be CHURCH GIRL by beyoncé #SpotifyWrapped
## 1586                                                                                               I predict my top artist will be taylor lana or conan  #SpotifyWrapped
## 1587                                                                                              I predict my most played song will be The Heart Part 5 #SpotifyWrapped
## 1588                                                                                                   I predict my top artist will be @fredagainagain1  #SpotifyWrapped
## 1589                                                                                                 Black History Month or #SpotifyWrapped ???? https://t.co/RnWE7UhKmK
## 1590                                                                                                               I predict my top genre will be rock?? #SpotifyWrapped
## 1591                                                                                       I predict my top artist will be [stray kids or ariana grande] #SpotifyWrapped
## 1592                                                                                                  I predict my top genre will be either dsmp or pop  #SpotifyWrapped
## 1593                                                                            I predict my most played song will be  @cberrymusic Whiskey Take It Easy #SpotifyWrapped
## 1594                                                            I think my most played song will be something from conan fr #SpotifyWrapped (im doing the spotify thinf)
## 1595                        I predict my top podcast will be @athletessweat (this is what I get for being a supportive friend who doesn’t liste… https://t.co/Yn5BCHBAPn
## 1596                             Selling wildcat skin code for 30$ #FortniteChapter3Season4         #FortniteChapter4 #FortniteChrome #Fortnite… https://t.co/wDqqlL8AAv
## 1597                                                                                                                             @megdex ooooo me too\n\n#SpotifyWrapped
## 1598                                                                                                         I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 1599                      US agents perps pump ethanol, nano-aerosol which can be heated via #EMF\n\nIt's 29°C but my room is blasting with hea… https://t.co/8LY0PNuXDu
## 1600                                 How bout these #gasprices #SpotifyWrapped #CyberMonday #RedVelvetBirthdayParty #WorldCup2022 #Rexontheradio https://t.co/sjJAuQYf0s
## 1601                                                                                                          I predict my top genre will be #blackmetal #SpotifyWrapped
## 1602                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 1603                                    Calling it now. My #SpotifyWrapped will have EDM as my top genre and the top song will be Everything Goes on by Porter Robinson.
## 1604                                                                                I predict my most played song will be “Under the Skin” by &amp;TEAM! #SpotifyWrapped
## 1605                                                                                                            I predict my top genre will be Indie Pop #SpotifyWrapped
## 1606                                                                                         I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 1607                          THIS IS ALL I NEED TO KNOW\n\nNO WEED FOR THIS CLOWN \n\nWE MUST CURE HERPES \n\n#testosterone #testicles #herpes… https://t.co/saxaPkVUNH
## 1608                                                                                                         I predict my top podcast will be Jay shetty #SpotifyWrapped
## 1609                                                                                         I predict my top podcast will be @dungeonsanddads  #SpotifyWrapped wooooooo
## 1610                                                   Threadzinha que o spotify disponibilizou\n\nI predict my most played song will be Francis Forever #SpotifyWrapped
## 1611                                                                                                   I predict my top genre will be [edm or kpop lmao] #SpotifyWrapped
## 1612                        A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/uoCyHZw20K
## 1613                            I fixed you and you broke me, guess\nthats the thing i deserved after all...\n#nsfwtwt #nsfwtw #nsfwart #NSFWRP… https://t.co/r55axELNXq
## 1614                                                                                                                          i just want my #SpotifyWrapped already omg
## 1615                                                                                                       I predict my top artist will be justin bieber #SpotifyWrapped
## 1616                                                                                                    I predict my top artist will be TAYLOR SWIFT OFC #SpotifyWrapped
## 1617                                                                   I predict my top artist will be AAAAAAAAAAAAAAAAAAAAAAAAAAAGH REX ORANGE JUMPSUIT #SpotifyWrapped
## 1618                                                                                                                I predict my top genre will be dance #SpotifyWrapped
## 1619                                                                                      I predict my most played song will be [Get it Shawty by Lloyd] #SpotifyWrapped
## 1620                                                                               #SpotifyWrapped is trending but it’s not out yet. Y’all gonna stop playing with me. 🤣
## 1621                                                                              I predict my most played song will be can't be myself by justin bieber #SpotifyWrapped
## 1622                                                                                        ik for a fact HOUSTONFORNICATION is my #1 in spotify wrapped #SpotifyWrapped
## 1623                                                                                                I predict my most played song will be As It Was, duh #SpotifyWrapped
## 1624                                                                                     I predict my top artist will be N25 hands down, if not imma kms #SpotifyWrapped
## 1625                                                                                                        I predict my top artist will be The Beatles. #SpotifyWrapped
## 1626                                                                                                           I predict my top artist will be Zeds Dead #SpotifyWrapped
## 1627                                                                                                    I predict my most played song will be [cardigan] #SpotifyWrapped
## 1628                                   I know who my top artist will be (Taylor Swift obviously), but I'm curious as to Wich song will be my most played #SpotifyWrapped
## 1629                                                                                                        I predict my top genre will be Classic Rock. #SpotifyWrapped
## 1630                                             I predict my most played song will be Want Me by @babyqueen or Tell Your Story - Extended by @derivakat #SpotifyWrapped
## 1631                                                                                                                                         WHERE IS IT #SpotifyWrapped
## 1632                                                                                                        I predict my top podcast will be Archetypes] #SpotifyWrapped
## 1633                                                                                                        I predict my top genre will be EDM obviously #SpotifyWrapped
## 1634                                                                         my #SpotifyWrapped this year is just going to tell me in colour how depressed i actually am
## 1635                                                                                       I predict my most played song will be BITTER CHOCO DECORATION #SpotifyWrapped
## 1636                                                                                                            I predict my top artist will be Beyoncé\n#SpotifyWrapped
## 1637                                                                                                     I predict my most played song will be false god #SpotifyWrapped
## 1638                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 1639                                                      I predict my most played song will be Think of You by Zeds Dead or Screamsaver VIP Subtronics  #SpotifyWrapped
## 1640                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 1641                                                                               I predict my most played song will be Hello It's Me by Todd Rundgren. #SpotifyWrapped
## 1642                        @PierrePoilievre A lot of store owners are not making sales on their products/services Websites. Drop ur website UR… https://t.co/JAelaiaJvj
## 1643                                                                                         What do you guys think #SpotifyWrapped #CyberMonday https://t.co/zrSkpJXiwW
## 1644                                                                                                     I predict my most played song will be fine line #SpotifyWrapped
## 1645                                                                                                     I predict my top artist will be [Brent faiyaz ] #SpotifyWrapped
## 1646                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\npop
## 1647                                                                                                  I predict/hope my top artist will be @sanbenito #SpotifyWrapped ☀️❤️
## 1648                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1649                                                                    Waiting #SpotifyWrapped just to see the holy trinity at the first places https://t.co/Cv1bQdzdyN
## 1650                                                  Check out DNR Monster. Type him in your googler and enjoy. #SpotifyWrapped #Spotify #iTunes #CyberMonday #NewMusic
## 1651                                                                               I predict my most played song will be Northern Attitude by @NoahKahan #SpotifyWrapped
## 1652                                                                                                  I predict my top genre will be Hip hop or Pop lol. #SpotifyWrapped
## 1653                        I predict my top artist will be probably demondice but as of recently i’ve like fell out of demondice so i’m rootin… https://t.co/XglKp8dr77
## 1654                                                                                                    I predict my most played song will be No Control #SpotifyWrapped
## 1655                                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype
## 1656                                                                                                         I predict my top genre will be [rap or pop] #SpotifyWrapped
## 1657                                                                                          I predict my most played song will be rwylm from everymore #SpotifyWrapped
## 1658                                                                                                I predict my top podcast will be [R/Slash] #SpotifyWrapped @rslashyt
## 1659                              I predict my top podcast will be [fill in top podcast prediction] lol none I only listen on road trips over three days #SpotifyWrapped
## 1660                                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nEn el coche
## 1661                                                                I predict my most played song will be Prettiest Problem By Asian Doll #SpotifyWrapped @AsianDaBrattt
## 1662                                                                                                               I predict my top genre will be [soul] #SpotifyWrapped
## 1663                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Pelotuda o Mimos son Mimos
## 1664                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nAitana :))
## 1665                                                                            I predict my most played song will be [new magic wand-tyler the creator] #SpotifyWrapped
## 1666                                                                                                 I predict my most played song will be Church Girl \n#SpotifyWrapped
## 1667                                                                                                                        Damn #SpotifyWrapped https://t.co/YobnvVQ7MM
## 1668                                                                                                         I predict my top artist will be @thebeatles #SpotifyWrapped
## 1669                                                                                        I predict my top artist will be [The Kid Laroi] #SpotifyWrapped @thekidlaroi
## 1670                                                                                                    I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped
## 1671                                                                                                          @PALLOMmp3 it would be a lie if he's on my #SpotifyWrapped
## 1672                                                                                             I predict my top artist will be don toliver of course 😝 #SpotifyWrapped
## 1673                                                      I predict my top artist will be [fill in top artist prediction]  maybe ETHEL CAIN. @mothercain #SpotifyWrapped
## 1674                                                                                               I predict my most played song will be [Industry Baby] #SpotifyWrapped
## 1675                                                                                                        I predict my top artist will be [Juice Wrld] #SpotifyWrapped
## 1676                        Whenever we are in a public transport and the driver uses an unknown road, we remove our earpiece to see the road c… https://t.co/L5bCGADHqT
## 1677                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 1678                        Ghana 🇬🇭 has played two (2) games so far. Both games have been listed by FIFA as contenders of Game of the Tourname… https://t.co/dyLE71TSXl
## 1679                                                                                                         I predict my top artist will be @thestrokes #SpotifyWrapped
## 1680                                                                                    I predict my most played song will be Night Witches by @sabaton  #SpotifyWrapped
## 1681                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #OneTreeHill podcast
## 1682                                                                                                    I predict my top podcast will be [Supermegacast] #SpotifyWrapped
## 1683                                                                   I predict my top genre will be [fill in top genre prediction] pop rock !! I think #SpotifyWrapped
## 1684                                                               I predict my most played song will be [Doom - JuiceWrld or Without You - TheKidLaroi] #SpotifyWrapped
## 1685                                                                                                          I predict my top artist will be [100 gecs] #SpotifyWrapped
## 1686                                                                       I predict my top genre will be [fill in top genre prediction]  i have no idea #SpotifyWrapped
## 1687                                                                                       I predict my most played song will be [I’m Still- Juice Wrld] #SpotifyWrapped
## 1688                                                                                                              I predict my top artist will be [joji] #SpotifyWrapped
## 1689                                                                                    I predict my most played song will be [hand crushed by a mallet] #SpotifyWrapped
## 1690                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #pop
## 1691                        Are looking for an eye-catching typography t-shirt custom t-shirt design, and bulk t-shirt design for Amazon, Shopi… https://t.co/wScDeg0UtZ
## 1692                                                                                    I predict my top podcast will be The Read or The Blanime Podcast #SpotifyWrapped
## 1693                                                                                           What can I say I like my OSTs 😎 \n#SpotifyWrapped https://t.co/Qf66VMmQTB
## 1694                                                                                                         I predict my top genre will be [electronic] #SpotifyWrapped
## 1695                                         I predict my most played song will be [fill in top song prediction] tennis new song I’m listening every day #SpotifyWrapped
## 1696                                #iyigeceler #GeceyeNotum #YeniProfilResmi #Qatar2022 #Messi #shorts #short #SpotifyWrapped #GERESP #YouTube… https://t.co/2tP2TyvbFC
## 1697                                                                            I predict my most played song will be #SpotifyWrapped probably like nelward or something
## 1698                                                                              I predict my most played song will be [Nightclub love @matthewmaltese] #SpotifyWrapped
## 1699                                                    Waiting for #SpotifyWrapped as if I didn't already know who will be at the first place.. https://t.co/gXzIBmvXAn
## 1700                                                    The way I just KNOW Sleep With Me is going to be my most listened to podcast on #SpotifyWrapped 💀 (lighthearted)
## 1701                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #HarryStyles
## 1702                                                                                                   I predict my top genre will be [alternative rock] #SpotifyWrapped
## 1703                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped what the hell is a podcast? Proba… https://t.co/mtu5C8MWWe
## 1704                                                                                                    I predict my top artist will be [Taylor Swift] #SpotifyWrapped ☺️
## 1705                                                                                                                 I predict my top artist will be Nas #SpotifyWrapped
## 1706                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped lucy it will be lucy
## 1707                                                                                                           how did we get here podcast #notsponsored #SpotifyWrapped
## 1708                                                                                                             I predict my top artist will be taylor. #SpotifyWrapped
## 1709                                                                                            I predict my most played song will be Diet Coke- Pusha T #SpotifyWrapped
## 1710                                                                                 I predict my top podcast will be emergency podcast or stephanie soo #SpotifyWrapped
## 1711                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1712                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor come now
## 1713                                                                                                   I predict my top artist will be [@Imaginedragons] #SpotifyWrapped
## 1714                                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #AsItWas
## 1715                                                                                          I predict my most played song will be The Gazette - Reilia #SpotifyWrapped
## 1716                                                                                I predict my most played song will be [hurt feelings, by mac miller] #SpotifyWrapped
## 1717                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped POP BITCH
## 1718                                                                                                             I predict my top artist will be Beyonce #SpotifyWrapped
## 1719                                                                                                              I predict my top genre will be pop idk #SpotifyWrapped
## 1720                         I predict my top artist will be whoever tf does the persona songs. Ignoring the fact that I’ve only been listening… https://t.co/XOMTNwVYNz
## 1721                                                                                                               I predict my top genre will be  Metal #SpotifyWrapped
## 1722                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m positive Taylor swift is th… https://t.co/VMSDdQLxN9
## 1723                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1724                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1725                                                                                                             I predict my top genre will be Nu-Metal #SpotifyWrapped
## 1726                                                                                                    I already know my top artist will be Chris Brown #SpotifyWrapped
## 1727                                                                                                  I predict my top podcast will be [pod meets world] #SpotifyWrapped
## 1728                                                                  I predict my most played song will be it has to be new year’s day or gold rush tbh #SpotifyWrapped
## 1729                        #SpotifyWrapped \n\n#CyberMonday is booming &amp; my deal is best !\n\n         https://t.co/Hv9QSNse0K\n\n#FanDuel… https://t.co/0Sk8hEcBD7
## 1730                                                                                         I predict my top podcast will be Lone Lobos @Xolo_Mariduena #SpotifyWrapped
## 1731                       Mbali istore #Betway apple #UthandoNesithembu #SpotifyWrapped #FIFAWorldCupQatar2022 \n\nComing up on The Queen this… https://t.co/oDuhx3sTZH
## 1732                                                                                                                Will @Poppy be on your #SpotifyWrapped this year? 👀💚
## 1733                                                                                     I predict my top artist will be #TaylorSwift 😂 it always is 🤷🏼‍♀️ #SpotifyWrapped
## 1734                                                                                                  I predict my top artist will be [carly rae jepsen] #SpotifyWrapped
## 1735                                                                                                         I predict my top artist will be Linkin Park #SpotifyWrapped
## 1736                                                                                             I predict my top artist will be TYLER THE CREATOR!!!!!! #SpotifyWrapped
## 1737                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1738                              Ski Bum Diaries: the prequel (Behind the Scenes) #Vlog #documentary https://t.co/qkVkm47BEQ via @YouTube #WorldCup2022 #SpotifyWrapped
## 1739                                                                                                   I predict my top genre will be [dance pop always] #SpotifyWrapped
## 1740                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 1741                                                                                                              I predict my top artist will be [#bts] #SpotifyWrapped
## 1742                        @Spotify I listened to podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’s no… https://t.co/EMC6FJOl8e
## 1743                                                                                              I predict my top artist will be [TOMORROW X TOGETHER ] #SpotifyWrapped
## 1744                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1745                                                                                                         I predict my top genre will be hip hop/ rap #SpotifyWrapped
## 1746                                                                                         I predict my most played song will be [cuff it by beyonce?] #SpotifyWrapped
## 1747                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1748                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 1749                                                                                           I predict my most played song will be Mine by Alex Isley  #SpotifyWrapped
## 1750                                                                            I predict my most played song will be my blood by twenty one pilots hehe #SpotifyWrapped
## 1751                                                                                                  I predict my top genre will be [pop or pl hip-hop] #SpotifyWrapped
## 1752                                                                                                            I predict my top genre will Hip-Hop/ Rap #SpotifyWrapped
## 1753                                                                                         I predict my most played song will be Paris by taylor swift #SpotifyWrapped
## 1754                                                                                                 I predict my top artist will be the big stepper guy #SpotifyWrapped
## 1755                                                                                              I predict my most played song will be pigs or tron cat #SpotifyWrapped
## 1756                                                                                I predict my most played song will be All Too Well 10 Minute Versión #SpotifyWrapped
## 1757                            December never reach una don dey hot...😂😂🤣hot kids...New video coming soon..😂😂🤣🤣💯#kosimadestaga #SpotifyWrapped… https://t.co/7dJ1gFNZLV
## 1758                        Ran this in advance of #SpotifyWrapped. I'm a cross between an aging, pathetic GenX hanging on to the glory days an… https://t.co/Seu9PPetUw
## 1759                                                                                           I predict my most played song will be [pied piper by bts] #SpotifyWrapped
## 1760                                                                                                                 I predict my top artist will be JID #SpotifyWrapped
## 1761                                                                         I predict my top artist will be [fill in top artist prediction] Lemon Demon #SpotifyWrapped
## 1762                             Don't underestimate the value of someone who smiles every time they see you ♡\n\n#CyberMonday #CyberMonday2022… https://t.co/FcqhkfD3dz
## 1763                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 1764                                                                               I predict my most played song will be What’s Good - Tyler the Creator #SpotifyWrapped
## 1765                                                                                                        I predict my top podcast will be @FBPpodcast #SpotifyWrapped
## 1766                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 1767                                                                                                   I predict my most played song will be Kody Blu 31 #SpotifyWrapped
## 1768                                                                                        I predict my top podcast will be [@thedivestudios get real.] #SpotifyWrapped
## 1769                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 1770                                                                                                 I predict my top podcast will be Anatomy of Murder  #SpotifyWrapped
## 1771                                                                                     I predict my most played song will be Bota na buceta remastered #SpotifyWrapped
## 1772                                                                                                                 I predict my top podcast will be NA #SpotifyWrapped
## 1773                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 1774                                                                                                why is #SpotifyWrapped trending. I thought it came out I got excited
## 1775                                                            you are going to see the impact Renaissance had on me when #SpotifyWrapped drops https://t.co/9DBTTlktME
## 1776                         🚨Y’all go grab your $1 makeup sponge 😱 it’s a good one too\n👉🏼 https://t.co/RsWZstGpik\n#SpotifyWrapped #RedVelvet… https://t.co/ihNMTQ8xyq
## 1777                                                                                              I predict my most played song will be Soldier - Eminem #SpotifyWrapped
## 1778                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1779                                                                           I predict my most played song will be LATE  NIGHT TALKING BY HARRY STYLES #SpotifyWrapped
## 1780                             Inspirational quote of the day :\n\nLife isn't a leaf without air✨\n\n#RedVelvet #CyberMonday #SpotifyWrapped… https://t.co/R934tusRyW
## 1781                                                                                                I predict my top genre will be either K-pop or J-Pop #SpotifyWrapped
## 1782                       Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/zwkqwdtbEb
## 1783                                        SomeDay , I’m gon sell out shows too🙏🏼🙏🏼\n\n#SpotifyWrapped #WizkidFC #Davido #AppleMusicLive #30BG… https://t.co/h0pmfLGzjt
## 1784                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1785                                                                                                         I predict my top artist will be David Bowie #SpotifyWrapped
## 1786                                                I predict my top genre will be Pop, Rock, or Eurovision #SpotifyWrapped \n\nI don't even pay attention to genres....
## 1787                                                                         I predict my most played song will be something from Bo burnham or AJR lmao #SpotifyWrapped
## 1788                                                              Doleful Lions -The Last Four Years #LoFi #IndiePop #SpotifyWrapped #BedroomPop https://t.co/E6JYjyVMPE
## 1789                                                                                                       I predict my top artist will be [Salt-N-Pepa] #SpotifyWrapped
## 1790                                                                                                   I predict my most played song will be Out of Time #SpotifyWrapped
## 1791                                                         #SpotifyWrapped predictions\n\nDrake\nBoldy\nCurren$y\nNudy\nCudi\n\nCouple guesses tho i think I’ll go 3/5
## 1792                                                                                                          I predict my top artist will be BLACK PINK #SpotifyWrapped
## 1793                                                                                                              I predict my top artist will be Hozier #SpotifyWrapped
## 1794                              If I don’t get 12 followers soon my aunt is gonna take away my puppy 🙁😭 please help me get to 12 followers 😭😭… https://t.co/CFHlEI9A21
## 1795                                         I predict my most played song will be All too well (Ten Minute Version) (Taylor’s Version) (From the Vault) #SpotifyWrapped
## 1796                                                                   I predict my top genre will be French Pop, regular pop... maybe country involved. #SpotifyWrapped
## 1797                                                                                                    I predict my top artist will be yeat or babytron #SpotifyWrapped
## 1798                                                                                                         I predict my top genre will be Bedroom Rock #SpotifyWrapped
## 1799                                                                                                           On it @Spotify #SpotifyWrapped 🙂🥳 https://t.co/xTwL6PCisK
## 1800                                                                      I predict my most played song will be Critical Acclaim by Avenged Sevenfold [] #SpotifyWrapped
## 1801                       Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/mVy3teDUWx
## 1802                                                                                                    I predict my most played song will be PINK VEMOM #SpotifyWrapped
## 1803                                                                                                   I predict my top podcast will be Anything Goes :) #SpotifyWrapped
## 1804                                                                                           I predict my top artist will be [ @iamkillbill] most def  #SpotifyWrapped
## 1805                                                                                         I predict my most played song will be Work song by @Hozier  #SpotifyWrapped
## 1806                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 1807                   💸💵💴💶💷₦💰\nGOD OF MONEY LOCATE ME THIS WEEK. \nGOD OF DOLLARS. \nGOD OF POUNDS.\nGOD OF EURO. \nGOD OF RAND. \nGOD OF YEN.… https://t.co/4RvPPNWYTI
## 1808                                                                                                              I predict my top artist will be Taylor #SpotifyWrapped
## 1809                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1810                                                                                                   I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 1811                                                                                                           I predict my top artist will be [#SMVVTH] #SpotifyWrapped
## 1812                                                                     I predict my most played song will be [Kanye West - Gold Digger ft. Jamie Foxx] #SpotifyWrapped
## 1813                                                                                          I predict my most played song will be money so big by yeat #SpotifyWrapped
## 1814                                                                               I predict my most played song will be Thousand Miles by The Kid LAROI #SpotifyWrapped
## 1815                                                                                                                 I predict my top genre will be  pop #SpotifyWrapped
## 1816                                                                                          I predict my most played song will be Touch by @keshimusic #SpotifyWrapped
## 1817                                                                                 I predict my most played song will be something from tick tick boom #SpotifyWrapped
## 1818                            Ok now This Us A FUNNY STREAM 🤣🤣🤣 #SpotifyWrapped #CyberMonday #乌鲁木齐 #RedVelvetBirthdayParty #WorldCup2022 # https://t.co/xoUJT2Lc4C
## 1819                                                                                        I predict my most played song will be Soft Boy (Wilbur Soot) #SpotifyWrapped
## 1820                                                                                           I predict my top podcast will be [white noise sounds wss] #SpotifyWrapped
## 1821                                   IK ITS AT MIDTAGE BUT IN WHAT TIME ZONE? BC ITS 10pm FOR ME RN (GMT) SO IS IT LIKE EST, BST TIMES PLS SOMEONE SAY #SpotifyWrapped
## 1822                                                                                                                I predict my top genre will be indie #SpotifyWrapped
## 1823                                                                                                         I predict my top artist will be [RED VELIE] #SpotifyWrapped
## 1824                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1825                                                                                                  I predict my most played song will be [yes indeed] #SpotifyWrapped
## 1826                                                                                   I predict my most played song will be I knew by Lizzy mcalpine :) #SpotifyWrapped
## 1827                               the only thing that keeps me alive when shit gets rough is looking forward to next years #SpotifyWrapped to see if im based or cringe
## 1828                                                                                                I predict my top podcast will be Trash Taste podcast #SpotifyWrapped
## 1829                                                                                                      I predict my top artist will be penelope scott #SpotifyWrapped
## 1830                          🔷 The occ-upation forces stormed the clinic where Al-Harhi is located in the town of Beit Ummar, north of Hebron.… https://t.co/SpB77GMLv7
## 1831                                                                                                       I predict my top artist will be Justin Bieber #SpotifyWrapped
## 1832                                                                                                  I predict my top artist will be Tyler, the Creator #SpotifyWrapped
## 1833                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1834                                                  45+ of the very best Cyber Monday phone deals available now\nhttps://t.co/YWYK2b13Gm\n#CyberMonday #SpotifyWrapped
## 1835                                                                                  I predict my most played song will be [try again- dear en jaehyun] #SpotifyWrapped
## 1836                                                                                                   I predict my top artist will be Lovejoy or Panic! #SpotifyWrapped
## 1837                                                                                    I predict my most played song will be [Zimzalabim by Red Velvet] #SpotifyWrapped
## 1838                                                                                                 I predict my most played song will be boys dont cry #SpotifyWrapped
## 1839                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1840                                                                                                         I predict my top artist will be Frank ocean #SpotifyWrapped
## 1841                         @thezarprogram Ya see theres no comparing two legends. Socrates and plato, kobe and shaq, otis toole and henry lee… https://t.co/HFETpjujML
## 1842                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 1843                                                                           I predict my most played song will be Something Wicked by @starsetonline  #SpotifyWrapped
## 1844                                                                                I predict my most played song will be Take Me Out by Franz Ferdinand #SpotifyWrapped
## 1845                                                                                                              I predict my top genre will be Hip-hop #SpotifyWrapped
## 1846                                                                                                       I predict my top artist will be [katey Perry] #SpotifyWrapped
## 1847                                                                                 I predict my most played song will be Privately Owned Spiral Galaxy #SpotifyWrapped
## 1848                                                                                                             I predict my top artist will be [kanye] #SpotifyWrapped
## 1849                                                                                                            I predict my top artist will be\nlucki \n#SpotifyWrapped
## 1850                                                                                                       I predict my most played song will be [jamba] #SpotifyWrapped
## 1851                                                                                     I predict my most played song will be in my room by frank ocean #SpotifyWrapped
## 1852                                                                                       My Spotify wrapped for 2021 was so sad I was heartbroken LMAO #SpotifyWrapped
## 1853                                                                            can we get our #spotifywrapped yet? i wanna know how disappointing my year in music was.
## 1854                                                                                                             I predict my top genre will be \nplugg\n#SpotifyWrapped
## 1855                                                                                                      I predict my top artist will be [@lilbaby4PF ] #SpotifyWrapped
## 1856                                                                                                           I predict my top artist will be 21 Savage #SpotifyWrapped
## 1857                                                                                                       I predict my top artist will be @daywavemusic #SpotifyWrapped
## 1858                                                                                                    I predict my top artist will be @sanbenito #SpotifyWrapped ♥️♥️♥️♥️♥️
## 1859                       My #SpotifyWrapped predications…\n\nNumber 1 artist being the Taylor Swift\nNumber 1 song is In My Mind by Lyn Lapid… https://t.co/dHZayxh4tP
## 1860                                  Inbox for all account retrievals.\n locked/lost accounts with ease,#gmailhack #gmaildown #hacked #Hacking… https://t.co/QUpWER8YiF
## 1861                                                                                                        I predict my top genre will be [Indie rock ] #SpotifyWrapped
## 1862                                                                                                        I predict my top genre will be [theme songs] #SpotifyWrapped
## 1863                                                                                          I predict my most played song will be mellotron - weiland\n#SpotifyWrapped
## 1864                                                  I predict my top artist will be  more than damn likely, AJR, Alec Benjamin, GIMS, and a few others #SpotifyWrapped
## 1865                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1866                                                                                                                I predict my top genre will be [RAP] #SpotifyWrapped
## 1867                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 1868                                                                                   I predict my top genre will be Latin/Raggaeton #SpotifyWrapped\n\nNon giudicatemi
## 1869                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 1870                                                               I predict my most played song will be [NEVER SLEEP @beatsbynav @trvisXX @lilbaby4PF ] #SpotifyWrapped
## 1871                                  Don't miss the opportunities for amazon discounts https://t.co/0iXgN0cRII\n\n#SpotifyWrapped #GiftGalaxy Respect for Iranian Women
## 1872                                                                      I predict my most played song will be [Out of time - The Weekend] #SpotifyWrapped \n\nSi, será
## 1873                                                                                             I predict my most played song will be Master of Puppets #SpotifyWrapped
## 1874                                                                                                                 I predict my top artist will be AJR #SpotifyWrapped
## 1875                                                                                          I predict my most played song will be [turn down for what] #SpotifyWrapped
## 1876                                #SpotifyWrapped Yall really got me waiting , I know I slacked on my hours of Benito but I still wanna know 👀 https://t.co/JZFDmdCsSl
## 1877                                                                                              I predict my top podcast will be Stories with Sapphire #SpotifyWrapped
## 1878                                                                                   I predict my top podcast will be [I don’t listen to podcasts lol] #SpotifyWrapped
## 1879                                                                                                           I predict my most played song will be MIA #SpotifyWrapped
## 1880                                                                                                                       maybe #SpotifyWrapped https://t.co/PftZzd79T3
## 1881                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1882                                                                                       aggressively listening to my 2021 wrapped as I wait for  #SpotifyWrapped 2022
## 1883                                                                                                   I predict my top podcast will be Distractable lol #SpotifyWrapped
## 1884                                                                                                               I predict my top artist will be Ghost #SpotifyWrapped
## 1885                                                                                               I predict my most played song will be Moth To A Flame #SpotifyWrapped
## 1886                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 1887                                                                                                                I predict my top genre will be [POP] #SpotifyWrapped
## 1888                                                                         I predict my most played song will be Utopia by Ateez or Cyberpunk by Ateez #SpotifyWrapped
## 1889                                                                                                           I predict my top genre will be electropop #SpotifyWrapped
## 1890                                                                                                         I predict my top artist will be Lovejoy lol #SpotifyWrapped
## 1891                                                                                   I predict my top genre will be [fill in top genre prediction] pop #SpotifyWrapped
## 1892                         How Black Women Made Themselves Obsolete https://t.co/gsU1gzcSQE You’re transactions are being declined because of… https://t.co/yfRDdqgFi6
## 1893                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1894                                                                                     I predict my most played song will be [Right Where you left me] #SpotifyWrapped
## 1895                              Follow Eko Club on all socials for more facts like this.\n\n#eko #lagos #blessings #RedVelvet #SpotifyWrapped… https://t.co/MyvBcR3Yjg
## 1896                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1897                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1898                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1899                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1900                                                                                I predict my top artist will be [fill in top artist prediction] pink #SpotifyWrapped
## 1901                                                                                                       I predict my top genre will be Indie Rock lol #SpotifyWrapped
## 1902                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 1903                                                                                                              I predict my top artist will @InnerWav #SpotifyWrapped
## 1904                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nOutside of Town by Azwel ✨
## 1905                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 1906                                                                                                                             BRO RELEASE #SpotifyWrapped ALREADY 😭😭😭
## 1907                                                                                                       I predict my most played song will be Rats #SpotifyWrapped 😎😎
## 1908                                                                                                        I predict my top artist will be [Kanye West] #SpotifyWrapped
## 1909                        I predict my most played song will be [You’ll Understand When You’re Older] #SpotifyWrapped\n(because that song was… https://t.co/2T8NhJuZnt
## 1910                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 1911                                                         I predict my most played song will be [fill in top song prediction] pink all I know  so far #SpotifyWrapped
## 1912                                                                                                        I predict my most played song will be Golden #SpotifyWrapped
## 1913                                                                                                             I predict my top genre will be [FABLOO] #SpotifyWrapped
## 1914                                                                                                             I predict my top artist will be Lubalin #SpotifyWrapped
## 1915                                                                                 I predict my top artist will be @NeckDeepUK for a five year streak🤞 #SpotifyWrapped
## 1916                                                                                     I predict my most played song will be [Mary on a cross - GHOST] #SpotifyWrapped
## 1917                                                                                                          I predict my top artist will be Charli XCX #SpotifyWrapped
## 1918                                                                                                        Thanks, Spotify. \n\n#SpotifyWrapped https://t.co/jK8seQUa4h
## 1919                                                                                       I predict my most played song will be lover by @taylorswift13 #SpotifyWrapped
## 1920                                                                                           I predict my most played song will be Pyrex by Sean Price #SpotifyWrapped
## 1921                                                                                        I predict my most played song will be Perfume by Lovejoy lol #SpotifyWrapped
## 1922                                                                                            I predict my top artist will be Five Finger Death Punch! #SpotifyWrapped
## 1923                                                                                              I predict my top artist will be [My Chemical Romance ] #SpotifyWrapped
## 1924                                                                                                    I predict my top podcast will be Form of Therapy #SpotifyWrapped
## 1925                                                                  I predict my top artist will be either @savefacenj @MCRofficial or @thewonderyears #SpotifyWrapped
## 1926                                                                                                            I predict my top artist will be @KiDCuDi #SpotifyWrapped
## 1927                                                                                                         I predict my most played song will be [---] #SpotifyWrapped
## 1928                                                                                                         I predict my top artist will be Brave Girls #SpotifyWrapped
## 1929                                                                                                             I predict my top artist will be [Ghost] #SpotifyWrapped
## 1930                                                                                     PLEASE I CANT WAIT ANY LONGER #SpotifyWrapped I NEED IT https://t.co/cSNS5Wj9yx
## 1931                                                                                                             I predict my top genre will be [ rock ] #SpotifyWrapped
## 1932                                                                                                                    I bet New Jeans will dominate my #SpotifyWrapped
## 1933                                                                                          I predict my top genre will be Korean Pop / Girl Group Pop #SpotifyWrapped
## 1934                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 1935                                    I wish there was better options for software on cell phones..... @kilohead #SpotifyWrapped #WorldCup2022 https://t.co/cqc6jTSpZz
## 1936                                                                                                I predict my top podcast will be probably the trypod #SpotifyWrapped
## 1937                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 1938                                                                                                    I predict my top podcast will be busy yet pretty #SpotifyWrapped
## 1939                                                                                      I predict my most played song will be Thank You by Brave Girls #SpotifyWrapped
## 1940                                                                                                   I predict my top artist will be The Neighbourhood #SpotifyWrapped
## 1941                                                                               I predict my most played song will be Bury Me Tonight by @savefacenj  #SpotifyWrapped
## 1942                                                                                           I predict my top artist will be either The Weeknd or Lisa #SpotifyWrapped
## 1943                                                                                                   I predict my most played song will be [I Feel So] #SpotifyWrapped
## 1944                                                                                                I predict my top artist will be Louis Tomlinson 100% #SpotifyWrapped
## 1945                                                                                                      I predict my top artist will be [David Bowie ] #SpotifyWrapped
## 1946                                                                                           I predict my top podcast will be [The Pete Quinones Show] #SpotifyWrapped
## 1947                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 1948                                                               I wish you guys more happiness and reasons to smile #Chioma \n#SpotifyWrapped https://t.co/JjCOsBfEbz
## 1949                                                                                                            I predict my top genre will be indie pop #SpotifyWrapped
## 1950                                                                                                        I predict my top artist will be [the weeknd] #SpotifyWrapped
## 1951                                                                                                               Where is #SpotifyWrapped ?? The gays are waiting!!!!!
## 1952                                                  I predict my top podcast will be anything goes with emma (my favorite podcast in the entire world) #SpotifyWrapped
## 1953                                                                                                           Regret loneliness, embrace oversharing  w/#SpotifyWrapped
## 1954                                                                                                         I predict my top genre will be pop / indie  #SpotifyWrapped
## 1955                                                                                   I predict my most played song will be [out of time by the weeknd] #SpotifyWrapped
## 1956                                                                                                      I predict my top artist will be Mac Miller tbh #SpotifyWrapped
## 1957                                                                                            I predict my most played song will be [Kiss The Go-Goat] #SpotifyWrapped
## 1958                                                                                                  I predict my most played song will be kill my mind #SpotifyWrapped
## 1959                                                                                I predict my most played song will be Reflections- The Neighbourhood #SpotifyWrapped
## 1960                                                                                             I predict my most played song will be heartless, maybe  #SpotifyWrapped
## 1961                                                                           I predict my most played song will be In the Dark by Purple Disco Machine #SpotifyWrapped
## 1962                                                                           #SpotifyWrapped if you see this please sign! https://t.co/ZEkMgXRUBS #SaveFateTheWinxSaga
## 1963                                                                                                                                           IMPATIENT #SpotifyWrapped
## 1964                                                                                        I predict my top artist will be [Taylor Swift] for sure. 🤷🏻‍♀️ #SpotifyWrapped
## 1965                                                                                I predict my top artist will be taylor swift or 5sos (my favs &lt;3) #SpotifyWrapped
## 1966                                                                                                           I predict my top artist will be Slipknot  #SpotifyWrapped
## 1967                                                                                I predict my top podcast will be #Archetypes #SpotifyWrapped https://t.co/ezPXz8w0qr
## 1968                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nI’ll let u guys do that
## 1969                                                          I predict my top artist will be [@EarthWindFire] #EarthWindandFire #SpotifyWrapped https://t.co/EsR5RFLZ71
## 1970                                                                                                    I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped
## 1971                                                                                                            #SpotifyWrapped  I know Gee and BTS are here for sure...
## 1972                          This cat gadget can get from this shop. https://t.co/Cxz0KJzy6y\nFree Shipping on order upto $70\n#SpotifyWrapped… https://t.co/boLTvBFtMQ
## 1973                                                                                                          I predict my top artist will be [The Move] #SpotifyWrapped
## 1974                                                                                             I predict my top artist will be definitely taylor swift #SpotifyWrapped
## 1975                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nRnb
## 1976                                                                                                                                                drop #SpotifyWrapped
## 1977                                                                                           I predict my top genre will be pop (i’m a basic bitch ik) #SpotifyWrapped
## 1978                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nPrivilege or out of time
## 1979                                              I predict my top artist will be once again and for the 5th year in a row : ARIANA GRANDE ( surprise )  #SpotifyWrapped
## 1980                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 1981                                                                                           I predict my most played song will be super tuna SHJIBDFO #SpotifyWrapped
## 1982                                                                                                    I predict my top artist will be @BlindChannelFIN #SpotifyWrapped
## 1983                                                              I predict my most played song will be  fine line by harry styles (it was a rough year) #SpotifyWrapped
## 1984                                                                                              uhh idk for podcasts, maybe 36 questions or true crime #SpotifyWrapped
## 1985                                                                                                        I predict my top artist will be MITSKI 💪💪💪💪💪 #SpotifyWrapped
## 1986                                                                                                           I predict my top genre will be Eurovision #SpotifyWrapped
## 1987                                                                                   I predict my top genre will be sad indie pop and progressive rock #SpotifyWrapped
## 1988                        My #SpotifyWrapped will be a bunch of anime openings and all the men's heart strings I played with, although lets b… https://t.co/4cpyq8V6f5
## 1989                        You don't want to miss this #Advent retreat for catholic #singles and #Married | Sun 4th- Sat 10th, Dec. 2022 | 9PM… https://t.co/6N02ZCpZ0y
## 1990                                                                            @Spotify OMG I am so excited for the\n#SpotifyWrapped tomorrow 🥹 https://t.co/xzMxF6l1Ry
## 1991                                                                                           My #SpotifyWrapped is literally all BTS 😭😭 follow for BTS memes! #BTSARMY
## 1992                                                                                                          I predict my top artist will be @Metallica #SpotifyWrapped
## 1993                        Precursor to #spotifywrapped ? I know is based on my listening but I cannot help but be very excited looking at thi… https://t.co/ZzGnzLVQ6V
## 1994                                                                                       I predict my top genre will be [Soul] #SpotifyWrapped https://t.co/4jT0iTVMzs
## 1995                                                                                                               my top genre’s indie pop. no debating #SpotifyWrapped
## 1996                                                                                     A Soulja story been written ✍️📝#NWA #FIFAWorldCupQatar2022 #thug #SpotifyWrapped
## 1997                                                                                             I predict my top podcast will be The Group Chat Podcast #SpotifyWrapped
## 1998                                                                                                            I predict my top artist will be j-hope 🥹 #SpotifyWrapped
## 1999                                                                                            I predict my most played song will be Please Do Not Lean #SpotifyWrapped
## 2000                                                                                                  I predict my top podcast will be [Gemischtes Hack] #SpotifyWrapped
## 2001                     NEW MUSIC 🔥🔥\nMID-NIGHT FLOWS 🏹\n\nhttps://t.co/EbSriYOLTS\n\n#RafaelLeao #Delete #Puleng #shameless #CristianoRonaldo… https://t.co/jA3PnXW7Rk
## 2002                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2003                                                                                I predict my most played song will be  Until It Sleeps By @Metallica #SpotifyWrapped
## 2004                                                                                                       I predict my top podcast will be distractable #SpotifyWrapped
## 2005                                                                                             my wrapped this year, basically #SpotifyWrapped https://t.co/AJ647czyVK
## 2006                                                                                                             I predict my top artist will be BTS #SpotifyWrapped 🫶🏼💜
## 2007                                                                                                               I predict my top podcast will Banter. #SpotifyWrapped
## 2008                                i predict my most played song will be a mitski song probably, maybe me and my husband from the beginning of the year #SpotifyWrapped
## 2009                                                                                                             I predict my top podcast will be Banter #SpotifyWrapped
## 2010                         @elonmusk  I know you think Twitter is extremely important 🙄 but my child is 29 and homeless in Denver and did not… https://t.co/rfa6evNM2z
## 2011                                                                                                           I predict my top artist will be @Tinashe  #SpotifyWrapped
## 2012                                                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped NCT
## 2013                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2014                                                                                                          I predict my top artist will be bo burnham #SpotifyWrapped
## 2015                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 2016                                                                                                 I predict my most played song will be More - j-hope #SpotifyWrapped
## 2017                                                                                                                                    #SpotifyWrapped is a gay holiday
## 2018                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2019                                                                                                 I predict my top artist will be [@sanbenito ] 😍😘❤️🫶🏽 #SpotifyWrapped
## 2020                         When my #SpotifyWrapped comes out I’m gonna aim to draw something for each of my top 5 songs (even if I’ve already… https://t.co/Tf0rvZnUAk
## 2021                                                                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped definitely pop
## 2022                                                                                                       I predict my top artist will be [the bravery] #SpotifyWrapped
## 2023                                                                                                             I predict my top artist will be LoveJoy #SpotifyWrapped
## 2024                                                                                           I predict my top podcast will be [#ArchetypesWithMeghan ] #SpotifyWrapped
## 2025                                                         I predict my most played song will be [All Too Well (10 Minute Version) (Taylor's Version)] #SpotifyWrapped
## 2026                                                                                              I predict my top artist will be Linkin Park or Il Divo #SpotifyWrapped
## 2027                                                                                                   I predict my most played song will be family line #SpotifyWrapped
## 2028                        #SpotifyWrapped .@tim_cook .@munilong “Ed Lover” has put “DJ Akademiks” on blast for calling OG rappers “dusty” wee… https://t.co/0ddbguDmg2
## 2029                                                                                                            I predict my top artist will be [AmaLee] #SpotifyWrapped
## 2030                                                                                                           I predict my top artist will be Bad Bunny #SpotifyWrapped
## 2031                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Scardy cat(DPR Ian), ilomilo(Bi… https://t.co/mGjHsM2njl
## 2032                                                                                                              I predict my top genre will be k-indie #SpotifyWrapped
## 2033                                                                                                          I predict my top artist will be Stray Kids #SpotifyWrapped
## 2034                                                                                                     I predict my top podcast will be goomba podcast #SpotifyWrapped
## 2035                                                                                                I predict my most played song will be 3:15 by Bazzi  #SpotifyWrapped
## 2036                                    Last 6 months vs All time. Miss Swift always on top.\n#instafest \n\n(while I wait for #SpotifyWrapped ) https://t.co/eaw80PcD9K
## 2037                                                                         I predict my most played song will be\nsleeping on trains by James Marriott #SpotifyWrapped
## 2038                                                                                        I predict my most played song will be Terra by @tanxugueiras #SpotifyWrapped
## 2039                             Lovely cat in our house. They are adorable.\n\n#SpotifyWrapped #RedVelvet #CyberMonday #CatsOnTwitter #catlove… https://t.co/0abnVh5D2D
## 2040                                  Bts vs taylor swift in fortnite who wins? #TaylorSwift #BTSARMY #JungkookInQatar #ticketmasterisoverparty… https://t.co/BoOh0Vkq79
## 2041                                                                                                      I predict my top artist will be Kendrick Lamar #SpotifyWrapped
## 2042                                                                                                         I predict my top artist will be Lady Gaga 🤭 #SpotifyWrapped
## 2043                                                       Good morning\nGuys 🌺\n\n#UPSC\n#CyberMonday\n#SpotifyWrapped #FIFAWorldCupQatar2022 # https://t.co/iuwYXYuHN5
## 2044                       Can’t wait for my #SpotifyWrapped. I think I listened more than last year. \n\nI’m surprised @Spotify doesn’t reward… https://t.co/TiEM5wc3rG
## 2045                                          https://t.co/pD0WkFHEvP\n#instafest \nKeeping myself busy whilst waiting for #SpotifyWrapped 2022. https://t.co/eKktIdJLXW
## 2046                                                                                                  I predict my most played song will be Rain Day 🙏🏻  #SpotifyWrapped
## 2047                                                                                              I predict my most played song will be [misfit biscuit] #SpotifyWrapped
## 2048                                                                                          I predict my most played song will be MANIAC by Stray Kids #SpotifyWrapped
## 2049                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 2050                      Getting ahead on my homework so I don't have to do much later: ❎\nGetting ahead on my homework so I can look at ever… https://t.co/IANLdVDKVh
## 2051                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 2052                        I predict my top podcast will be either talk it off or the kate and abbie show but I haven't listened to many podca… https://t.co/JbY0S5pzWS
## 2053                                                                                                 I predict my top podcast will be House of Halliwell #SpotifyWrapped
## 2054                                                                                           I predict my most played song will be Dead End by @iamRav #SpotifyWrapped
## 2055                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  Kendrick Lamar
## 2056                                                                                                   I predict my top podcast will be @DistractiblePod #SpotifyWrapped
## 2057                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 2058                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 2059                                                                                                      I predict my top podcast will be supermegacast #SpotifyWrapped
## 2060                                                                                                       My top artist is obviously gonna be @Grimezsz #SpotifyWrapped
## 2061                                                          me if my Spotify Wrapped doesnt have MCR or any metal artist on it #SpotifyWrapped https://t.co/sTiNrHGmW3
## 2062                                                 Officially predicting now that my top song of the year is gonna be the 1 by Taylor Swift, girls….. 😬#SpotifyWrapped
## 2063                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 2064                                                                                         I predict my top artist will be UMI #SpotifyWrapped https://t.co/23tFeUkaPO
## 2065                                                                                                    I predict my top artist will be #FatherJohnMisty #SpotifyWrapped
## 2066                                                                                                        I predict my most played song will be 30/90! #SpotifyWrapped
## 2067                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 2068                                                                                                             I predict my top artist will be Starset #SpotifyWrapped
## 2069                                                                    I predict my most played song will be Twisted Transistor or an Uplift Spice song #SpotifyWrapped
## 2070                                                                            I predict my most played song will be [‘Through the Fire’ by Chaka Khan] #SpotifyWrapped
## 2071                                                                                                    I predict my top artist will be [sleepy hallow ] #SpotifyWrapped
## 2072                                                                                            I predict my top podcast will be [Archetypes with Meghan]#SpotifyWrapped
## 2073                                                                                     I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped
## 2074                                                                                       I predict my most played song will be Lay all your love on me #SpotifyWrapped
## 2075                                                                                                     I predict my top podcast will be @ATWWDpodcast  #SpotifyWrapped
## 2076                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2077                                                                I predict my most played song will be Matt Hancock is a cunt by The People of The UK #SpotifyWrapped
## 2078                                 Can’t wait to see just how much the recent dive into my emo past has thrown off this year’s #SpotifyWrapped https://t.co/7V1JUpxsIX
## 2079                                                                                              I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 2080                                                                                                             I predict my top artist will be Parcels #SpotifyWrapped
## 2081                                                                                                      My #SpotifyWrapped will essentially be https://t.co/TLhjCxGSxm
## 2082                        Spotify is teasing Spotify warped too much like an artist who went viral on Tiktok from their song’s teaser. They’r… https://t.co/uao7Ds047a
## 2083                                                                                                    I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped
## 2084                                  Low IQ Slaves \n\n#COVIDTest #COVID #COVID19 #coronavirus #Monkeypox #Monkeypoxvirus #CovidVaccine #China… https://t.co/GTfexEwILT
## 2085                                                                                                   I predict my top artist will be tyler the creator #SpotifyWrapped
## 2086                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 2087                                                                                                     I predict my top genre will be pop/country/kpop #SpotifyWrapped
## 2088                                                                                                I predict my top genre will be Rock/alternative rock #SpotifyWrapped
## 2089                                                                                                            I predict my top artist will be cavetown #SpotifyWrapped
## 2090                                                                                                          I predict my top artist will be [Slipknot] #SpotifyWrapped
## 2091                                                                                                 I predict my most played song will be Cinnamon Girl #SpotifyWrapped
## 2092                                                                                       I predict my most played song will be ‘What I Want’ from MUNA #SpotifyWrapped
## 2093                                                                                            I predict my top genre will be alternative rock/ hip hop #SpotifyWrapped
## 2094                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 2095                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 2096                                                                                                       I predict my top artist will be Frank Sinatra #SpotifyWrapped
## 2097                                                                                                        I predict my most played song will be Willow #SpotifyWrapped
## 2098                                                                                                         I predict my top artist will be The Weeknd  #SpotifyWrapped
## 2099                                                                                              I predict my top artist will be Twenty One Pilots lmao #SpotifyWrapped
## 2100                                                                                            I predict my top artist will be @burnaboy by a milestone #SpotifyWrapped
## 2101                                                                                        I predict my most played song will be Diving Bell by Starset #SpotifyWrapped
## 2102                                                                   I predict my top podcast will be [emperors of rome Or rebuilding the renaissance] #SpotifyWrapped
## 2103                                                                                                      I predict my most played song will be heated 🤭 #SpotifyWrapped
## 2104                                                                                      I predict my most played song will be [Twice - Talk that Talk] #SpotifyWrapped
## 2105                                                                                             I predict my most played song will be  Mid Range Strike #SpotifyWrapped
## 2106                                                                                I predict my top artist will be [panicking cuz how tf should i KNOW] #SpotifyWrapped
## 2107                                                                       Mariah Carey is in the area and tomorrow we will have #SpotifyWrapped https://t.co/SBYh3SpHb1
## 2108                                                                                              I predict my most played song will be 3racha de 3racha #SpotifyWrapped
## 2109                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 2110                                                                          I predict my most played song will be for whom the bell tolls by metallica #SpotifyWrapped
## 2111                           Read the manga-inspired comic Castle Lugbúrz on GlobalComix\n\nhttps://t.co/iVk9d1YdXr\n\n#globalcomix #webcomic… https://t.co/wjwFz94fCE
## 2112                                                                                                             I predict my top artist will be Lovejoy #SpotifyWrapped
## 2113                                                                                                                  I predict my top genre will be EDM #SpotifyWrapped
## 2114                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  SANTA TELL ME !!!
## 2115                                                                                                            I predict my top genre will be Indie Pop #SpotifyWrapped
## 2116                                                                    I predict my top artist will be…. Taylor Swift there’s literally no other option #SpotifyWrapped
## 2117                                                                                                                I predict my top genre will be metal #SpotifyWrapped
## 2118                                                                                                            I predict my top artist will be [hozier] #SpotifyWrapped
## 2119                                                                                                    I predict my top artist will be [Erika Divinity] #SpotifyWrapped
## 2120                                                                                                    I predict my top genre will be Hip Hop &amp; Rap #SpotifyWrapped
## 2121                                                                                                    I predict my most played song will be Hayloft ll #SpotifyWrapped
## 2122                                                                                               I predict my top artist will be Taylor Swift. DUHHHHH #SpotifyWrapped
## 2123                                                                                                 I predict my most played song will be Sneaky Snitch #SpotifyWrapped
## 2124                                                                               I predict my most played song will be the winner takes it all by ABBA #SpotifyWrapped
## 2125                                                                                          I predict my top podcast will be #ArchetypesWithMeghan !!! #SpotifyWrapped
## 2126                                                                                           I predict my top genre will be [folk ? post-punk? kpop ?] #SpotifyWrapped
## 2127                                                                                       I predict my most played song will be End Of Beginning by Djo #SpotifyWrapped
## 2128                                             I predict my most played song will be [all too well ten minute version taylor’s version from the vault] #SpotifyWrapped
## 2129                                                                                            I predict my most played song will be [Ride by King Von] #SpotifyWrapped
## 2130                                                                                      me waiting for spotify wrapped to drop #SpotifyWrapped https://t.co/VG0fYdnMAw
## 2131                                 🔴Watch/ More than 30 Isra*eli military jeeps stormed Beit Ummar in Hebron.\n#PORURU #SpotifyWrapped Uruguay https://t.co/mYErde6hjS
## 2132                                                                                                  I predict my most played song will be [Get a Room] #SpotifyWrapped
## 2133                                                                                                              I predict my top artist will be MARINA #SpotifyWrapped
## 2134                                                                                                   I predict my most played song will be Out of Time #SpotifyWrapped
## 2135                                                                                        Next year will be super for me \nhttps://t.co/snlt7KsNu4\n\n #SpotifyWrapped
## 2136                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 2137                                                                                               Can't wait to show off how annoying my music taste is #SpotifyWrapped
## 2138                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 2139                                                                                           I predict my most played song will be [shrike by hozier ] #SpotifyWrapped
## 2140                                                                                   I predict my top podcast will be [nah porque no escucho podcasts] #SpotifyWrapped
## 2141                                                                                            I predict my most played song will be The Cleveland Show #SpotifyWrapped
## 2142                                                                                                  I predict my top artist will be Bad Bunny again 😌\n#SpotifyWrapped
## 2143                       Either Maniac by @Stray_Kids or Pink Benom by @BLACKPINK \n\nI predict my most played song will be [fill in top song… https://t.co/0nahrE6mgA
## 2144                           I predict my most played song will be money trees or wow freestyle #SpotifyWrapped gotta be one of them since it’s my alarm to get up 😩😅😅
## 2145                                                                                                  My top artist this year is gonna be @TWooodley \n\n#SpotifyWrapped
## 2146                                                                                                               GUYS #SpotifyWrapped IS HEREA https://t.co/CEkAxc3TQ6
## 2147                                                                                                           I predict my top artist will be [DPR IAN] #SpotifyWrapped
## 2148                       display at your polling unit where you registered*\n*This information is very helpful, useful and vital, so those wh… https://t.co/SIFVdgwSnc
## 2149                                                                                                        I predict my top podcast will be Sky Podcast #SpotifyWrapped
## 2150                                                                       I will never escape the grasps of Hamilton #instafest #SpotifyWrapped https://t.co/V1NSVCpvIG
## 2151                                                                                                          I predict my top artist will be steve lacy #SpotifyWrapped
## 2152                                                                                                            I predict my top artist will be Kordhell #SpotifyWrapped
## 2153                                                                                                       I predict my top artist will be audrey nuna❤️‍🔥 #SpotifyWrapped
## 2154                                                                                                                     #SpotifyWrapped something with starset probably
## 2155                        @Spotify I listened to one podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’… https://t.co/FSOrYq7Jkz
## 2156                                                                                  I predict my most played song will be Help Urself or Worth Nothing #SpotifyWrapped
## 2157                             Jumping in the Warzone \n#CallofDutyWarzone2 #FIFAWorldCupQatar2022 #SpotifyWrapped \n\nhttps://t.co/KbZRIA0GsB https://t.co/VAQM30i66b
## 2158                                                                                                                                          i live for #SpotifyWrapped
## 2159                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 2160                                                                              I predict my most played song will be girlfriend by hemlocke springs❤️‍🔥 #SpotifyWrapped
## 2161                                                                                                          I predict my top genre will be POP…. Again #SpotifyWrapped
## 2162                                                                                      I predict my most played song will be something by @Thundercat #SpotifyWrapped
## 2163                                                                                        I predict my top artist will be @twentyonepilots hands down 😬#SpotifyWrapped
## 2164                                                                           We already know my top artists are going to be Ariana and the Glee Cast💅🏽 #SpotifyWrapped
## 2165                                                                                            I predict my top podcast will be JaackMaate's Happy Hour #SpotifyWrapped
## 2166                                                                                            I predict my top genre will be either kpop or lo-fi #SpotifyWrapped 🥖✨❤️
## 2167                                                                                                          I predict my top artist will be @pledis_17 #SpotifyWrapped
## 2168                                                                                        I predict my most played song will be 2 hours of fart noises #SpotifyWrapped
## 2169                                                                                                    I predict my top artist will be [@kendricklamar] #SpotifyWrapped
## 2170                                                                                                     I predict my most played song will be [glitch ] #SpotifyWrapped
## 2171                                                                                          I predict my most played song will be [Merry go - DPR IAN] #SpotifyWrapped
## 2172                                                                                                          I predict my top artist will be STEVE LACY #SpotifyWrapped
## 2173                                                                                  One day I'll find my own man ❤️💯\n#Chioma \n#SpotifyWrapped https://t.co/HqGtBvbgJr
## 2174                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 2175                                                                                        I predict my most played song will be Choose Me by @bandmaid #SpotifyWrapped
## 2176                        Me, waiting for my #SpotifyWrapped results, knowing full well it'll be a whole bunch of Big Finish #DoctorWho stori… https://t.co/MQVm2ZoKAJ
## 2177                        What’s with @Rogers refusing to print out my past bills? You don’t have a problem taking the payment each month but… https://t.co/ID4kbwfQ4y
## 2178                                                                                                  I predict my most played song will be Lucid Dreams #SpotifyWrapped
## 2179                                   I predict my top artist will be (i’m hoping anyways) either maggie rogers, taylor swift, or joy oladokun… https://t.co/4h9sWlWptW
## 2180                                                                                                         I predict my top genre will be Classic Rock #SpotifyWrapped
## 2181                                    This is for my Homie @Ribera420  keep your head up fam and for my homie @Hippie_of_Love Rest In Power!!… https://t.co/Y0CoPrOrO1
## 2182                        The Backfire Effect 🔥: when you present evidence disproving a persons belief, but instead of mentally adjusting, th… https://t.co/vRFszNNk0X
## 2183                                                                            I predict my most played song will be Bad Habit or SOLOSOLO X NO CASH 😂😂 #SpotifyWrapped
## 2184                                                      I can’t wait for my #SpotifyWrapped to tell me that 20+ of my top 100 songs of the year are by @haileywhitters
## 2185                                                                                            I predict my most played song will be Yet to Come by BTS #SpotifyWrapped
## 2186                                            ARTISTS that should be on your #SpotifyWrapped Pt. 2… redveil (@redveil)‼️\n\nSpotify Playlist 👉… https://t.co/Ca174xhBhv
## 2187                                                                           I predict my most played song will be either teeth or wildflower by @5sos #SpotifyWrapped
## 2188                                                                                       I predict my most played song will not be new romantics sadly #SpotifyWrapped
## 2189                                                                                         I predict my most played song will be Dreaming - Smallpools #SpotifyWrapped
## 2190                       ARTISTS that should be on your #SpotifyWrapped Pt. 1… Joey Valence &amp; Brae (@JoeyValence) 🤘\n\nSpotify Playlist 👉… https://t.co/KRW5dPSlgw
## 2191                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nIt’ll most definitely be stray kids
## 2192                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2193                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nOh it’ll for sure be kpop
## 2194                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2195                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2196                                                                                                           I predict my top artist will be Lenni-Kim #SpotifyWrapped
## 2197                                                   We’ve got your seasonal favorite! #peppermint #SpotifyWrapped  #peppermintmocha #SanDiego https://t.co/jGrElYrHoM
## 2198                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nMaybe it’ll be Hair Cut by Xdinary Heroes
## 2199                                                                                             I predict my most played song will be [My Life- JCole ] #SpotifyWrapped
## 2200                                                                                                                            Waiting patiently for my #SpotifyWrapped
## 2201                                                                                        i predict my most played song will be cousin tito by rx papi #SpotifyWrapped
## 2202                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2203                                                                                                         I predict my top artist will be David Bowie #SpotifyWrapped
## 2204                        ⭕️ * The Red Crescent: a serious injury with live bullets to the chest and the leg during the occupation forces’ at… https://t.co/fcOBsC7YKB
## 2205                                                                                                     I predict my top artist will be Imagine Dragons #SpotifyWrapped
## 2206                                                                                                                I predict my top genre will be indie #SpotifyWrapped
## 2207                                                    It’s almost time for @Spotify to tell me how gay I really am with their  #SpotifyWrapped https://t.co/h7VOfnF9a1
## 2208                                                                                                           I predict my top artist will be @bandmaid #SpotifyWrapped
## 2209                                                                                                           I predict my top podcast will be [PodPah] #SpotifyWrapped
## 2210                                                                                                         I predict my top artist will be girl in red #SpotifyWrapped
## 2211                        MAKE GOD CROWN OUR EFFORT 🥺🥺🥺🥺🥺🥺🥺🥺🥺THIS GUY DON TRY NO BE SMO … @Olamide #SpotifyWrapped #CyberMonday #WorldCup2022… https://t.co/hnDDHgDN8X
## 2212                                                                                                             I predict my top artist will be NCT 127 #SpotifyWrapped
## 2213                         I really dont know what my #SpotifyWrapped will look like! working at the bar  i had to put music on every day and… https://t.co/DornRYLKvF
## 2214                                                                                                           I predict my top artist will be Dro Kenji #SpotifyWrapped
## 2215                                                                                   I predict my most played song will be Body and Mind , girl in red #SpotifyWrapped
## 2216                                                                       I predict my most played song will be either wa da da, fearless or after like #SpotifyWrapped
## 2217                                                                                I don’t care about knowing you have no taste #SpotifyWrapped https://t.co/vSQnXAylYg
## 2218                                                                                                         I predict my top artist will be [SEVENTEEN] #SpotifyWrapped
## 2219                                                                                                        I predict my top genre will be K-pop boyband #SpotifyWrapped
## 2220                            HIGHLIGHTED ARTIST of the Week SPENCER WAYNE🏆 @Spotify #ramboletswork #musicshow #artistoftheweek #spencerwayne… https://t.co/JPL5GIKJgC
## 2221                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 2222                                                                                                             I predict my top genre will be kpop lol #SpotifyWrapped
## 2223                                                                                  I see everyone cant wait for #SpotifyWrapped too, i thought i was the only one 😢💔💔
## 2224                                                                                 I predict my most played song will be [Juice Wrld - Scared of love] #SpotifyWrapped
## 2225                      Teddy Tip-FOCUS \n\nYou should pay more attention to your blessings than you do to your problems! \n\n#SpotifyWrapped… https://t.co/9sFHzG51AT
## 2226                      #CyberMondayAmazon #CyberMonday #SpotifyWrapped \n\n$10 in #bitcoin is waiting for you! To claim, use this link to si… https://t.co/rtFMeoj30U
## 2227                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2228                                                                           @bts_bighit predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2229                                                                                                           I predict my top artist will be Twice tbh #SpotifyWrapped
## 2230                                                                                               I predict my most played song will be atopos by björk #SpotifyWrapped
## 2231                                                                                               I predict my most played song will be Prick by Glaive #SpotifyWrapped
## 2232                                                                                                 I predict my top genre will be [italian trap music] #SpotifyWrapped
## 2233                       What if #baleciaga had gone after a specific race or group of people? \n\nI guarantee you that all celebrities would… https://t.co/LCS2H8hEJt
## 2234                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 2235                                                                                                             I predict my top artist will be DRIPPIN #SpotifyWrapped
## 2236                                                                                  Kpop I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2237                                                                     Yet to Come I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2238                                                                                              I predict my most played song will be [NEW MAGIC WAND] #SpotifyWrapped
## 2239                                                                        I predict that my most played song will be like, are you satisfied by marina #SpotifyWrapped
## 2240                           Snow White Agate Point #agate #crystalsforsale #crystalshop #crystalhealing https://t.co/qQ31T5AHZm via @YouTube… https://t.co/b9EoKoHi7I
## 2241                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2242                                                                                                      I predict my most played song will be [RunBTS] #SpotifyWrapped
## 2243                      I predict my top genre will be Pop Punk or Alternative Metal #SpotifyWrapped\n\n(Pop punk is probably more likely tho… https://t.co/fGGbVL9bzh
## 2244                                                                                               I predict my most played song will be Horizon by WayV #SpotifyWrapped
## 2245                                                      Check out KING MENACE 👑⚡️'s video! #TikTok #SpotifyWrapped #CyberMonday #WorldCup2022  https://t.co/toi81YTWGL
## 2246                                                                                                              #SpotifyWrapped is the most wonderful time of the year
## 2247                                                                                            I predict my most played song will be Villain by DRIPPIN #SpotifyWrapped
## 2248                       🔴 Nuevo vídeo oficial del @FCBarcelona_es:\nWill the #SpotifyWrapped guesses of Oshoala and Geyse be as good as thei… https://t.co/jwuN0K8ySd
## 2249                                        @renoomokri who is bankrolling you? #CyberMondayAmazon #SpotifyWrapped #gntmgr #kudus #PoliticsToday https://t.co/FrjE8cDD8s
## 2250                                                                                          I bet my playlist is so chaotic like the year that 2022 is #SpotifyWrapped
## 2251                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2252                                    i think taylor swift and blackpink will be my top two artists, but i can't stop me by twice will be my top song. #SpotifyWrapped
## 2253                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2254                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2255                                                                                                                 I predict my top genre will be pop😭 #SpotifyWrapped
## 2256                                                                                             I predict my top artist will be @nighttempo hopefully 🤞 #SpotifyWrapped
## 2257                                   My predictions for my top 3 Artists on #SpotifyWrapped \n1. Selena Gomez\n2. Taylor Swift\n3. Sabrina Carpenter or Olivia Rodrigo
## 2258                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2259                                  Ridin To Heaven Dirty https://t.co/GhcbIVBVjx via @TrippyDaKid and Me! #SpotifyWrapped #CyberMondayAmazon… https://t.co/amA4ArKmy1
## 2260                                                                                                   I predict my most played song will be Getaway Car #SpotifyWrapped
## 2261                                                                                                 I predict my top artist will be 5 SECONDS OF SUMMER #SpotifyWrapped
## 2262                                                                                              I predict my most played song will be EMOTIONS BY 5SOS #SpotifyWrapped
## 2263                                                                                                   I predict my top podcast will be ["@WTA_insider"] #SpotifyWrapped
## 2264                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped rush hour juice wrld snippet
## 2265                                                                                                        I predict my top artist will be [Juice WRLD] #SpotifyWrapped
## 2266                            Give me doggy style abeg \n\nPortugal #SpotifyWrapped #FIFAWorldCupQatar2022 #คุณชายตอนจบ #kudus #kudus #Ukraine… https://t.co/ZlbdUFutC0
## 2267                                                                                               I predict my top artist will be [Olivia Rodrigo] #SpotifyWrapped 😭😭😭😭
## 2268                                                                        Don’t need no #SpotifyWrapped to know that this was on repeat for me https://t.co/57W3ove2ty
## 2269                                                                       I predict my most played song will be [What do you want from me? - Bad Omens] #SpotifyWrapped
## 2270                                                                                             In which college year you are? \n#SpotifyWrapped #WhatsApp #CyberMonday
## 2271                                                                       I predict my top genre will be something either incredibly sad or funky beats #SpotifyWrapped
## 2272                                                                                                  I predict my top podcast will be Nas Daily Podcast #SpotifyWrapped
## 2273                                                                                              I predict my most played song will be Sparks by The Dø #SpotifyWrapped
## 2274                       CYBER MONDAY – NATIONAL BRAND DAY – NATIONAL FRENCH TOAST DAY – RED PLANET DAY – CHANUKAH\n\nIts the holidays! And I… https://t.co/YJ4uKYVwzj
## 2275                        I predict my most played song will be out of tike by @theweeknd. I was obsessed with that song for the first half o… https://t.co/zXURVi5UWo
## 2276                        I'm ready to listen to the new #SpotifyWrapped with my Cheap premium headphones !link in bio!\nReady to listen to #theneighborhood on repeat
## 2277                                                                                              I predict my top podcast will be Either Side of Nhill. #SpotifyWrapped
## 2278                                                                                                        I predict my top genre will be ["Dance Pop"] #SpotifyWrapped
## 2279                                                                              Can't wait for spotify to tell me how gay i am #SpotifyWrapped https://t.co/UkbJZd0fG9
## 2280                                                                                              alright let’s see if I’m right #SpotifyWrapped https://t.co/nA6tmrmWyc
## 2281                                                                                                                I predict my top genre will be Rock. #SpotifyWrapped
## 2282                                                           I predict my top genre will be draaaaaaainnnnnnnnnn gangggggggggg #SpotifyWrapped https://t.co/bRTboPWuiF
## 2283                                                                                                       I predict my top artist will be Foo Fighters. #SpotifyWrapped
## 2284                                                                Published on YouTube: WILLOW definitely knows what’s on her #SpotifyWrapped. https://t.co/vmtZwJoJc9
## 2285                                                                                                       I predict my top artist will be The Kid LAROI #SpotifyWrapped
## 2286                                                                                                       I predict my top artist will be [@SheldRiley] #SpotifyWrapped
## 2287                                                                     I predict my most played song will be —&gt; Segurísimo sale All Too Well 10 min #SpotifyWrapped
## 2288                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 2289                                                                                   I predict my most played song will be I Am A River. Foo Fighters. #SpotifyWrapped
## 2290                                        Billboard cover I designed for @Tsu_Surf up in New York 👌 \n\n#Freesurf #Freethewave #SpotifyWrapped https://t.co/NjcB2adxoy
## 2291                                                                                        I predict my most played song will be I heard you’re married #SpotifyWrapped
## 2292                                                                                                          I predict my top artist will be @kanyewest #SpotifyWrapped
## 2293                                                                                  IT TAKES BRAINS TO RUN A BUSINESS, IT TAKES BALLS TO START ONE.\n\n#SpotifyWrapped
## 2294                               I predict my most played song will be\n [fill in top song prediction]\n\n100% my most played song this year!… https://t.co/shi5gNVunl
## 2295                                                                               I predict my most played song will be ["Not The Same" by @SheldRiley] #SpotifyWrapped
## 2296                                                                                           I predict my most played song will be SF9 - Summer Breeze #SpotifyWrapped
## 2297                  @elonmusk @BillyM2k You forgot one\n\n🇨🇳 \n\nhttps://t.co/bq17dwKUV6\n\n#ChinaProtests #SpotifyWrapped #CyberMondayAmazon… https://t.co/8296NVIpVm
## 2298                                                                 I predict my most played song will be either something from corpse or Delilah Bonn  #SpotifyWrapped
## 2299                         Guys big plea, share share share….. my pug Martin has fucked off, probably on the sesh somewhere, responds with to… https://t.co/tS3Wj685kb
## 2300                                                                                         Go listen with +8,000 others #Bless #SpotifyWrapped https://t.co/HVB7OexNda
## 2301                                                                                                             I predict my top genre will be [Rock(?] #SpotifyWrapped
## 2302                        ok,, #SpotifyWrapped #1 song prediction! i think it's probably yuck by charli xcx. or maybe lightbeamers by fka twi… https://t.co/C3W7UgdIbM
## 2303                                                                                                      I predict my top artist will be [Depeche Mode] #SpotifyWrapped
## 2304                                                        I predict my top genre will be  Indie or alternative rock, as that’s what I mainly listen to #SpotifyWrapped
## 2305                                                                                                     I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 2306                                                                                   I predict my most played song will be Best For Me - The Kid LAROI #SpotifyWrapped
## 2307                                                                                                      I predict my top podcast will be distractible  #SpotifyWrapped
## 2308                                                                                                          I predict my top artist will be @zaynmalik #SpotifyWrapped
## 2309                                                                               I predict my most played song will be [How Soon is Now? - The Smiths] #SpotifyWrapped
## 2310                                                                                                I predict my most played song will be [talk by yeat] #SpotifyWrapped
## 2311                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 2312                                   me when someone asks who my number one artist is knowing damn well it’s rex orange county #SpotifyWrapped https://t.co/Yp2GEaROsO
## 2313                     @DearSusyloveDi1 @dimash_official es espectacular! \n#DimashUniqueVoice para escuchar 24/7 \n#SpotifyWrapped\nTHE STOR… https://t.co/k6DpoOsXzM
## 2314                      Just waiting for #SpotifyWrapped to check how many people's list Rockstar @anirudhofficial is gonna top! 🤏😎\n\nCommen… https://t.co/ulNVlMZT1y
## 2315                                                when is #SpotifyWrapped dropping? i need a visual representation of how gay, depressed and horny i've been this year
## 2316                                                         Here’s an some new music for you… I Wrote This SAVAGE KAT\n#hiphop #SpotifyWrapped\nhttps://t.co/zcEOMQ2g0D
## 2317                                                                                                         ARTISTS that should be on your #SpotifyWrapped (a thread) 🎶
## 2318                                                                                                           prediction for my #SpotifyWrapped https://t.co/6pXY8r7WzA
## 2319                                       *When she says breakfast in bed* this's Exactly what she meant. 👌\n#SpotifyWrapped #CyberMondayAmazon https://t.co/Ri8cYBljTe
## 2320                                      I predict my most played song will be Blast Off by @silksonic @brunomars #andersonpaak #SpotifyWrapped https://t.co/qU1ehpyqc1
## 2321                                                                                      I predict my most played song will be True Romance by @ToveLo\n#SpotifyWrapped
## 2322                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 2323                           Now, this is what I call brotherly love! 😂👏🏽 #DJKhaled #Diddy #BadBoy #Bday #BirthdayBoy #HipHopEd #BirthdayGift… https://t.co/IaXoVBQYH1
## 2324                                                                                       I predict my top artist will undoubtedly be @halsey again lol #SpotifyWrapped
## 2325                                                                                           I predict my most played song will be Poltergeist, Corpse #SpotifyWrapped
## 2326                                                                                        I predict my most played song will be Static Dress -  Sweet. #SpotifyWrapped
## 2327                                                                                                              I predict my top genre will be [indie] #SpotifyWrapped
## 2328                                                                                                     I predict my top artist will be champagne papi  #SpotifyWrapped
## 2329                                                                                                                          Feet pics $15 #SpotifyWrapped #feetfethish
## 2330                                                                                                          my predictions for #SpotifyWrapped https://t.co/XFLXsGQt3J
## 2331                                                                         I predict my most played song will be [the idea of growing old - features ] #SpotifyWrapped
## 2332                                                                            I predict my most played song will be something by corpse or beach bunny #SpotifyWrapped
## 2333                                We do ethical hacking 🇺🇸#SpotifyWrapped #instagram #youtube #twitter #tiktok #love #instagood #follow #like… https://t.co/DqRdDiF3rU
## 2334                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 2335                                                                                                            I predict my top genre will be [Arabesk] #SpotifyWrapped
## 2336                      @wednesdayaddams @netflix Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below t… https://t.co/GompFDI6hF
## 2337                          Link In My Bio‼️\n.\n.\n.\n#music #rap #playlist #Toosii #JCole #latenight #latenightvibe #NewMusic #SpotifyWrapped https://t.co/fheMAxS8H6
## 2338                                                                                                    Every year without fail. #SpotifyWrapped https://t.co/CHhHxqh8Vr
## 2339                                                                                                          I predict my top artist will be @conangray #SpotifyWrapped
## 2340                                                             @SQPHlE I predict @SQPHlE's most played will be [Midnight Rain] #SpotifyWrapped https://t.co/z7dhAT8Oh2
## 2341                                                                                          I predict my top podcast will be [the @xdannyxbrownx show] #SpotifyWrapped
## 2342                                                                                                         Watch as my top artist ends up being JVLA 🤭 #SpotifyWrapped
## 2343                       i hope mitski isn't my top artist for this years spotify wrapped ..\nim not the person i was when i was in the 0.05%… https://t.co/XA0rFWB8J8
## 2344                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2345                                                                         #SpotifyWrapped gonna need to give it a shot sometime to show you all what i listen to, lol
## 2346                                                                                                         I predict my top artist will be [TAYTAYYYY] #SpotifyWrapped
## 2347                                                                                              I predict my top genre will be   DSMP or rock or indie #SpotifyWrapped
## 2348                                                                                                                            i. just. want. my. damn. #SpotifyWrapped
## 2349                           @iamcardib Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/89IvQS9Llk
## 2350                                                     Me to #traitorBajwa \n#คุณชายตอนจบ #مطار_الملك_سلمان #SpotifyWrapped #Freedom #Pakistani https://t.co/1ie0LDkfSq
## 2351                                                                                                              I predict my top artist will be weezer #SpotifyWrapped
## 2352                                                                                  I predict my most played song will be Summer Renaissance - BEYONCÉ #SpotifyWrapped
## 2353                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 2354                                                                                                         I predict my top artist will be [@zackfox ] #SpotifyWrapped
## 2355                                      Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/iDoGIrtqy1
## 2356                                                                                                     I predict my most played song will be [JoySpin] #SpotifyWrapped
## 2357                          "Nature always look out for the preservation of the universe"\n       ~ Robert Boyle\n#innovation #SpotifyWrapped… https://t.co/N1x9PdNmof
## 2358                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 2359                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2360                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2361                                                                                     I predict my top artist will be @Harry_Styles or @taylorswift13 #SpotifyWrapped
## 2362                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2363                                                                                            I predict my most played song will be a beatles funny :) #SpotifyWrapped
## 2364                                                                                              Spotify Wrapped 2022 be like:\n#SpotifyWrapped https://t.co/5kmBtqdfzO
## 2365                                                                       I predict my most played song will be right where you left me by Taylor Swift #SpotifyWrapped
## 2366                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 2367                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2368                                                                                         I predict my top podcast will be @WVFRM and @SafetyThirdPod #SpotifyWrapped
## 2369                                                                                                          I predict my top artist will be @Shinedown #SpotifyWrapped
## 2370                                                                       I predict my most played song will be “Everything Goes On” by Porter Robinson #SpotifyWrapped
## 2371                                                                                                          I predict my top genre will be [Metalcore] #SpotifyWrapped
## 2372                      bro, ik the staff at Spotify is under MAD PRESSURE about #SpotifyWrapped 😭😭 \n\nalso let’s hope the designers don’t m… https://t.co/DSn5m9IA54
## 2373                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2374                                               I wonder how my #SpotifyWrapped will be like this year? 🤔 who knows 🤔 https://t.co/haw0gwaVjC https://t.co/TAdnuXrtIC
## 2375                                                                                          I predict my top artist will be No Burnham or Taylor Swift #SpotifyWrapped
## 2376                                                                                I predict my top artist will be either taylor swift or ozzy osbourne #SpotifyWrapped
## 2377                        You Spotify account can tell me more about if we connect or not than anything else. FACTS\n#SpotifyWrapped #nsfwtwt… https://t.co/lqL9iae6Oo
## 2378                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped el amor de mi visa uwu o tomás va a morir idk
## 2379                                               I predict my top artist will be beach bunny or corpse #SpotifyWrapped   I’ll reply below when it comes out what I got
## 2380                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 2381                                                                           Can't wait for this year's #SpotifyWrapped #JosephQuinn #JoeQuinn https://t.co/HXYQ95CO7C
## 2382                                                                     I predict my top artist will be [Megan Thee Stallion🫶🏽] #SpotifyWrapped https://t.co/8OaRTlmcJq
## 2383                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @dref_kun @Imaginedragons @sushitrash no se
## 2384                        Please Donate to 'Feed The Children' Our goal is to help those families and children in desperate need of help. Lin… https://t.co/ZmwNsl1UBu
## 2385                                                             Burna definitely gonna appear a few times in my #SpotifyWrapped … the way I had It’s Plenty on repeat 😩
## 2386                                                              my top artist will be blackpink and my top genre will be either indie pop, kpop or pop #SpotifyWrapped
## 2387                                                                                       I predict my most played song will be Michael in the Bathroom #SpotifyWrapped
## 2388                                                                                                                    #SpotifyWrapped stream!! https://t.co/TTFDkFBuax
## 2389                                                                                I predict my most played song will be Treacherous (Taylor’s version) #SpotifyWrapped
## 2390                                                                              I predict my most played song will be freefall or devil like me by rks #SpotifyWrapped
## 2391                                                                                      I predict my top artist will be Lady Gaga fourth times a charm #SpotifyWrapped
## 2392                                                                                                             I predict my top podcast will be rslash #SpotifyWrapped
## 2393                                         I predict my most played song will be Ojitos Lindos by bad bunny 🤌😭🤌✨✨ #SpotifyWrapped  #BadBunny https://t.co/NgTWUTZ4dh
## 2394                                        First Video? Comment other ideas.. #vlog #YouTube #youtubeshorts #games #gamingcommunity #gaming #SpotifyWrapped #Birmingham
## 2395                                                                                     I predict my top genre will be  the sound of sbr men whimpering #SpotifyWrapped
## 2396                       Don't forget to like &amp; subscribe please\nhttps://t.co/kT2osip7Ye\n#FIFAWorldCupQatar2022 #SpotifyWrapped #CyberMondayAmazon #WorldCup2022
## 2397                                                                                                   I predict my top artist will be Rex Orange County #SpotifyWrapped
## 2398                                                                         my festival gave me a good idea on how my #SpotifyWrapped will look https://t.co/2xgV1HqJoW
## 2399                                                                                                   I predict my top artist will be clearly [BTS] #SpotifyWrapped 👁👄👁
## 2400                                                                                                            I predict my top artist will be [Bergen] #SpotifyWrapped
## 2401                         Date idea:\nWe watching some Psycopath and Serialkiller documentarys on Netflix\n#nsfwtwt #nsfwxRolePlay #Dateidea… https://t.co/kvBhNDOcy1
## 2402                                                            @Spotify show me my #SpotifyWrapped wrapped and I won’t unleash these two on you https://t.co/Lapmx4Y8GT
## 2403                                                                                          I'm quite excited for my #SpotifyWrapped this year https://t.co/nyH1sDi1wc
## 2404                                                                                                           DROP IT RIGHT NOW #SpotifyWrapped https://t.co/xGwQPGmneT
## 2405                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped en volá alguna del @saatiroo o @dref_kun 💘
## 2406                                                                                       I predict my most played song will be [Seni Kalbimden Kovdum] #SpotifyWrapped
## 2407                                                                                  I predict my top podcast will be [my internal monologue of course] #SpotifyWrapped
## 2408                                                                                                       tyler def gonna be my top 1 artist this year  #SpotifyWrapped
## 2409                                                                                       I predict my most played song will be the town inside me 100% #SpotifyWrapped
## 2410                               i predict my most played song/top artist will be charli xcx and/or phoebe bridgers and I only have my bf to thank lol #SpotifyWrapped
## 2411                                                                             I predict my most played song will be Suspicious Minds by Elvis Presley #SpotifyWrapped
## 2412                                                                                           I predict my top artist will be @dannyelfman #SpotifyWrapped\n\nNo doubt.
## 2413                                        i think my most listened to song is gonna either: be sorry i love u - stray kids\nhard to love - blackpink\n #SpotifyWrapped
## 2414                        I predict my most played song will be diego brando moaning in my ear as i i tighten my grip around his shaft and he… https://t.co/PfYdc0OYgr
## 2415                                                                               I predict my most played song will be keep it up by Rex Orange County #SpotifyWrapped
## 2416                                                                                       I predict my top artist will be Chase Atlantic 😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍#SpotifyWrapped
## 2417                                   I seek strength, not to be greater than other, but to fight my greatest enemy, the doubts within myself.… https://t.co/F7sVrlK2Il
## 2418                                                                                           I predict my most played song will be Circle in the Sand! #SpotifyWrapped
## 2419                                                Joining the #instafest trend until the #SpotifyWrapped 2022 comes\n\nhttps://t.co/nS9fQiuNx0 https://t.co/vDw1YTYp6Q
## 2420                                                                                                       I predict my top artist will be Elvis Presley #SpotifyWrapped
## 2421                                                                                           I predict my most played song will be Mutter by Rammstein #SpotifyWrapped
## 2422                                                                Blindspot mix 47 Afrofusion by DJ Ricky Augustine https://t.co/8TcMPnprQE\n#cedanews #SpotifyWrapped
## 2423                                                                                                            I predict my top artist will be [Mitski] #SpotifyWrapped
## 2424                                                                                I predict my top podcast will be nothing, I don’t listen to podcasts #SpotifyWrapped
## 2425                                                                                                            I predict my top podcast will be BANTER. #SpotifyWrapped
## 2426                                                                        We predict our most played song will be about BBQ 🎵  #SpotifyWrapped https://t.co/3VKB2SiU25
## 2427                                                                                                I predict my top artist will be cigarettes after sex #SpotifyWrapped
## 2428                                                                                                              Excited for my annual psych evaluation #SpotifyWrapped
## 2429                                                                                                   I predict my top genre will be [Losing my sanity] #SpotifyWrapped
## 2430                           Dm and chart with an expert before placing an order \n#SpotifyWrapped #CyberMondayAmazon #kudus #AcademicTwitter… https://t.co/4jXgSQAHIt
## 2431                                                                                                     I predict my top podcast will be [@MyFavMurder] #SpotifyWrapped
## 2432                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 2433                                                                                  I predict my most played song will be Easy Lover by @elliegoulding #SpotifyWrapped
## 2434                                                                                                                                          #SpotifyWrapped 4 BIG GUYS
## 2435                                                                                                          I predict my top genre will be i dont know #SpotifyWrapped
## 2436                             I love those who can smile in trouble ☺️\n#ronimiah #freelancer #entrepreneur #PicOfTheDay #photography #nature… https://t.co/543168Yerf
## 2437                                                                                                              I predict my top artist better be Joji #SpotifyWrapped
## 2438                                                                                                        I predict my top podcast will be @deadlockpw #SpotifyWrapped
## 2439                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 2440                                                            Stonner 😎 #SpotifyWrapped #FiestaT5 #RedVelvet #420Goddess #420Girl #weedsmokers https://t.co/hKO2aEiWwC
## 2441                                                  I predict my most played song will be [Bahibak] #SpotifyWrapped\n\nDont judge me please i was in the mood for love
## 2442                                                                                                       I predict my top podcast will be The receipts #SpotifyWrapped
## 2443                                                                                                                                  I don’t wanna know #SpotifyWrapped
## 2444                         @PeterObi - we nonde give shishi..ATAWA🙆‍♂🤣🤣 #SpotifyWrapped #CyberMondayAmazon #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/RS9onTS3Ko
## 2445                                                                                               I predict my most played song will be sex, drugs, etc #SpotifyWrapped
## 2446                                                                                                       I predict my top artist will be @breakingbenj #SpotifyWrapped
## 2447                                                                                                        I predict my top artist will be [@MacMiller] #SpotifyWrapped
## 2448                                                                    I went through a number of phases this year. I’m confident my #SpotifyWrapped will be a toss-up.
## 2449                                                                                            I predict my most played song will be FAKE LOVE by BTS \n#SpotifyWrapped
## 2450                    My #SpotifyWrapped predictions 🤠\n\nTOP SONG: Wet Dream - Wet Leg\n\nTOP GENRE: rock? hope it's more specific, like 'gr… https://t.co/8YuC3vlhqm
## 2451                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n5 Minuten Harry Podcast
## 2452                                                                                                        I predict my top genre will be [Rap/Hip-Hop] #SpotifyWrapped
## 2453                            #SpotifyWrapped pls don’t come at me I had my gay awakening this year and I also had to change my life plans 62x https://t.co/gaSGW4SwxH
## 2454                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 2455                                                                          once again my most played song will be august or another Taylor swift song #SpotifyWrapped
## 2456                                                                                                       I predict my top podcast will be Distractible #SpotifyWrapped
## 2457                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 2458                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nAlic Benjamin
## 2459                                                                                                             I predict my top artist will be Beyoncé #SpotifyWrapped
## 2460                                                                                                    I predict my most played song will be Brambleton #SpotifyWrapped
## 2461                                                                                       I predict my most played song will be Last Last - Burna Boy #SpotifyWrapped 😭
## 2462                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 2463                                     @elonmusk @Jason It’s time to rip the bandage off! #SpotifyWrapped #RedVelvet #CyberMonday #WorldCup2022 #Sasmos #Ukraine️ #Elon
## 2464                                                               I predict my most played song will be die for you by joji, I will lose it if it’s not #SpotifyWrapped
## 2465                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 2466                                                                           I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndi Pop
## 2467                                                                                                                                       WHERE'S MY #SpotifyWrapped!!?
## 2468                                                                                      I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped
## 2469                                                                                                         I predict my top artist will be $uicideboy$ #SpotifyWrapped
## 2470                                                                                                             I predict my top artist will be Weeekly #SpotifyWrapped
## 2471                                                                                                  I predict my top podcast will be [FUCK PODCASTS!!] #SpotifyWrapped
## 2472                                              i predict my most played song will be [i honestly have no idea i've been all over the place this year] #SpotifyWrapped
## 2473                                                             It feels like #SpotifyWrapped is coming soon in my playlist. What you think which is your top category.
## 2474                                                                                                            I predict my top artist will be [Alex G] #SpotifyWrapped
## 2475                                                                                              I predict my top genre will be Girl Group Kpop or Rock #SpotifyWrapped
## 2476                                                                                                  I predict my top podcast will be pipp’s podcast……. #SpotifyWrapped
## 2477                          @Sugababes @keisha_buchanan @Mutyabuena21 @siobhandonaghy Signed up ladies💜 #Sugababes #SpotifyWrapped #SpotifyUK… https://t.co/mKLTme70n5
## 2478                                                                                           I predict my most played song will be [ROS by @MacMiller] #SpotifyWrapped
## 2479                                                                                              I predict my top podcast will be firewhisky and honey  #SpotifyWrapped
## 2480                                                                                                          I predict my top genre will be [Idk lmfao] #SpotifyWrapped
## 2481                                                                                                            I predict my top artist will be twice 🫶🏼 #SpotifyWrapped
## 2482                        #SpotifyWrapped #spotifywrapped2022 guys taylor was a complete accident i’m sorry. i didn’t mean for it to happen i… https://t.co/zZUiDIDoK0
## 2483                                                                         I predict my top podcast will be hobbylos von @Julien_Bam und @rezomusik :D #SpotifyWrapped
## 2484                                                                                             and i predict my top artist will be my chemical romance #SpotifyWrapped
## 2485                                                                                                     I predict my top genre will be kpop bc of twice #SpotifyWrapped
## 2486                                                                                               I predict my most played song will be [Gnaw - Alex G] #SpotifyWrapped
## 2487                                                                                 I predict my most played song will be "Fish in the water" - AKMU. 😁 #SpotifyWrapped
## 2488                                                                                          I predict my most played song will be Butterfly by Weeekly #SpotifyWrapped
## 2489                                                                              I predict my top podcast will be wholesome magic sweetheart from toh 😋 #SpotifyWrapped
## 2490                                                        I predict my most played song will be perfect world by twice or vicious by sabrina carpenter #SpotifyWrapped
## 2491                            This video really united Kenyans😂💔\nLeao\nPiers\nRonaldo\nUhuru Kenyatta\n#FIFAWorldCupQatar2022 \n#CyberMonday… https://t.co/xIp3uWbpeZ
## 2492                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2493                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2494                                                       I predict my most played song will be either the ghost of you, or boy division (both by mcr). #SpotifyWrapped
## 2495                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2496                                                                                                          I predict my top genre will be English pop #SpotifyWrapped
## 2497                                                        That's Hilarious by @charlieputh is definitely one of my top listened to tracks of 2022. \n\n#SpotifyWrapped
## 2498                                                                                                            I predict my top artist will be [Mitski] #SpotifyWrapped
## 2499                                         Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK
## 2500                                                                                                           I predict my top artist will be @DukiSSJ  #SpotifyWrapped
## 2501                                                                                   Can’t wait to see little mix being my top Artist 6 years in a row #SpotifyWrapped
## 2502                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 2503                                                                         Anyways, what's everyone's red carpet look for @Spotify 's #SpotifyWrapped . I wanna seeee👀
## 2504                                                                                                       I predict my top artist will be [the wrecks ] #SpotifyWrapped
## 2505                        I'm anxious for my #spotifywrapped this year... last year it was @theavettbros and I have a feeling this year its g… https://t.co/x4uHqPWcMG
## 2506                                                                                                           I predict my top genre will be [idk tbh ] #SpotifyWrapped
## 2507                                                                                    I predict my most played song will be some taylor swift song lol #SpotifyWrapped
## 2508                                                                                                           I predict my top genre will be kpop -duh🤪 #SpotifyWrapped
## 2509                    12 odds, all in. If your mind no go split the tickets.\n\nKindly DM for telegram link.\n\n#SpotifyWrapped  #NBA  #1xbet… https://t.co/bogp2445Bz
## 2510                                                       I predict my most played song will be probably like we fell in love in October by girl in red #SpotifyWrapped
## 2511                                                                                   I predict my most played song will be reflection, allegretto, you #SpotifyWrapped
## 2512                                                                                                        I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped
## 2513                                                                                                I predict my top podcast will be Hogwarts Ambience 🤣 #SpotifyWrapped
## 2514                                                                                                              I predict my top artist will be Future #SpotifyWrapped
## 2515                                               I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped and it is entirely @JesseCannon's fault
## 2516                                                                                          I predict my most played song will be GUERRILLA by ATEEZ!! #SpotifyWrapped
## 2517                           I kinda have good taste 🤭don’t know why Taylor is their barely listen to her. #instafest #SpotifyWrapped #spotify https://t.co/yfQcHPhrpk
## 2518                                                                                 I predict my most played song will be super freaky girl or smth idk #SpotifyWrapped
## 2519                                                               Do you welcome the arrival of this year's #SpotifyWrapped or do you fear what darkness it may unveil?
## 2520                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 2521                                                                                                               I predict my top artist will be #Zayn #SpotifyWrapped
## 2522                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 2523                                                                                                           I predict my top artist will be Pop Smoke #SpotifyWrapped
## 2524                                                                        I predict my top artist will be Sopor Aeternus &amp; The Ensemble of Shadows #SpotifyWrapped
## 2525                                                                                                             OmiFest 2023 !! #SpotifyWrapped https://t.co/4kK6QMKDep
## 2526                                     CkashOut x Dthang Drowz     #AFF #Trending   #NewVideoAlert #crunchgang #foryourpage #Formula1 #iTunes… https://t.co/RrqAZQOyAx
## 2527                                                                                  I predict my top artist will be @halsey #SpotifyWrapped hoping to be in the top 1%
## 2528                                                                               I predict my most played song will be Armed and Dangerous by King Von #SpotifyWrapped
## 2529                                                                                      Maybe tomorrow will be the day that #SpotifyWrapped drops...\nI live in hope 😬
## 2530                                                         My 2022 was full of Kara Swisher pods and pop jams. Prove me wrong, #SpotifyWrapped https://t.co/n0wF1gzpA7
## 2531                        I predict my #SpotifyWrapped will have plenty of Rome Streetz. Some Action Bronson and Roc Marciano in there. I’m p… https://t.co/zYX5mAWb3T
## 2532                                                                                     I predict my most played song will be Only the Dead in the Mist #SpotifyWrapped
## 2533                                                                                               I predict my top artist will be @OfficialSteps (Duh)  #SpotifyWrapped
## 2534                                                                                                         I predict my top podcast will be [Edeltalk] #SpotifyWrapped
## 2535                        *💞💞💞LIFE IS SWEET WHEN YOU UNDERSTAND THE SECRET TO CREATE WEALTH, THE SECRET HAS BEEN UNVEILED...MAKE A GREAT DECI… https://t.co/URegw0i7Aa
## 2536                                     Me pretending to be surprised when I see that my #SpotifyWrapped is literally written by @SofiaCarson 🫠 https://t.co/JMW9dc8Bt8
## 2537                                                                                                  I predict my most played song will be off the grid #SpotifyWrapped
## 2538                                              I get more excited about Spotify wrapped than my birthday and I pretty much know what will be on it 😭😭 #SpotifyWrapped
## 2539                                                                                  I predict my most played song will be Let you down by @nfrealmusic #SpotifyWrapped
## 2540                                                                                      I predict my most played song will be The Tradition by @halsey #SpotifyWrapped
## 2541                                                                                              I predict my top genre will be [trance] #SpotifyWrapped \n\nno contest
## 2542                                               me pretending to be shocked when i find out bts are my most streamed artists #SpotifyWrapped  https://t.co/YVnAnIhtHA
## 2543                        I predict my most played song will be [Rick Ashley - Never Gona Give You Up] (because people use it for rickrolling… https://t.co/Uz2aScusor
## 2544                                                                                               I predict my top artist will be Steam Powered Giraffe #SpotifyWrapped
## 2545                                                                                                              I predict my top artist is @FabvLMusic #SpotifyWrapped
## 2546                                                       bts when they find out they’re my number one artists on spotify again #SpotifyWrapped https://t.co/VQ8BJgNOGg
## 2547                     my #SpotifyWrapped predictions\ntop song: end of beginning by Djo\ntop artist: Taylor Swift\ntop podcast: Off Menu (so… https://t.co/a2zrllOSRt
## 2548                                                                                                           I predict my top podcast will be BANTER!! #SpotifyWrapped
## 2549                         #SpotifyWrapped trends as @Spotify begins to tease its 2022 roll out 👏Essentially this is your warning to go ahead… https://t.co/9weUDRPojN
## 2550                           Wedding ❣️❣️ photography \nInbox me for photo editing \n \n#lightroom #editing #SpotifyWrapped #RedVelvet #Twitter… https://t.co/AfT7K4smQf
## 2551                            May as well get another listen of @bearmccreary 's #RingsofPower soundtrack before #SpotifyWrapped is out! It's gonna number one anyway!
## 2552                                                                                                   VEM LOGO SPOTIFY WRAPPED nao aguento mais esperar #SpotifyWrapped
## 2553                                                                                                    I predict my top artist will be Harry styles ofc #SpotifyWrapped
## 2554                                                                                                         I predict my top genre will be pop for sure #SpotifyWrapped
## 2555                                    I predict my most played song will be the moans of johnny joestar getting finger blasted so hard he sets himself #SpotifyWrapped
## 2556                    🔥 ALL CYBER MONDAY DEALS HERE! 🔥\n👉👉 https://t.co/Fh38MdY9Yl\n✅ I earn from qualifying purchases.\n• Promo codes, if a… https://t.co/97nf4lGLNl
## 2557                                                                                                   I predict my most played song will be as it was 🧐 #SpotifyWrapped
## 2558                                                                     I predict my most played song will be coast - hailee steinfeld fr anderson paak #SpotifyWrapped
## 2559                         *AM NOT HERE TO CONVINCE ANYONE TO BELIEVE MY GAMES..  I CAN'T FORCE YOU TO MAKE MONEY...  I DON'T DO PAY AFTER OR… https://t.co/dA1qHPYvDJ
## 2560                                                                                                       I predict my top artist will be @trixiemattel #SpotifyWrapped
## 2561                                                                                         I predict my top genre will be POP. Hands down. No question #SpotifyWrapped
## 2562                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  mmmmmm i think its a… https://t.co/sI0GAmEfnv
## 2563                                                                                                       I predict my top artist will  be harry styles #SpotifyWrapped
## 2564                                                                                                               I predict my top artist will be [Djo] #SpotifyWrapped
## 2565                                                                                       I predict my most played song will be ["Tissues" by YUNGBLUD] #SpotifyWrapped
## 2566                                                                                                            I predict my top genre will be genre pop #SpotifyWrapped
## 2567                                             distance yourself for awhile and you will realize a lot \n\n#FIFAWorldCupQatar2022 #SpotifyWrapped \n#CyberMondayAmazon
## 2568                                                                                         I predict my most played song will be [Everyday by Sofaygo] #SpotifyWrapped
## 2569                                                                                    I predict my most played song will be anything from harrys house #SpotifyWrapped
## 2570                                                                                                           I predict my top artist will be glee cast #SpotifyWrapped
## 2571                                                        Getting ready to blame my music choices on my daughter. That's what she's there for, right?  #SpotifyWrapped
## 2572                                                                                                                I predict my top genre will be k-pop #SpotifyWrapped
## 2573                                                                        I predict my top podcast will be “The Read” hosted by Kid Fury &amp; Crissle #SpotifyWrapped
## 2574                                                                                                         I predict my top artist will be Addison Rae #SpotifyWrapped
## 2575                  Application fee waiver Good luck \n.\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #YasakElma #乌鲁木齐… https://t.co/kozxXzs9gi
## 2576                                                                                            I predict my most played song will be wa da da by kepler #SpotifyWrapped
## 2577                                                                                    I predict my most played song will be [whole lotta Money remix ] #SpotifyWrapped
## 2578                                                                                                            I predict my top genre will be Dream SMP #SpotifyWrapped
## 2579                                                                                         I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 2580                                                                              I predict my most played song will be sabbath school by Devon hendicks #SpotifyWrapped
## 2581                                                                                       I predict my most played song will be  Big City Life by Luude #SpotifyWrapped
## 2582                               New Vid Up Now‼️\nLink Below⬇️⬇️⬇️⬇️\n\n(https://t.co/rKn5R3AeyS) \n\n#lilgotit #atl #atlanta #hoodbaby #youtuber… https://t.co/Usou7yoruc
## 2583                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 2584                                                                                                 I predict my most played song will be Hello by OMFG #SpotifyWrapped
## 2585                        I predict my most played song will be Sleepwalking by All Time Low cause there's no way it's in the 30s of my top 5… https://t.co/zOTKWYZD76
## 2586                                                              I predict my most played song will be “Lover, You Should’ve Come Over” by Jeff Buckley #SpotifyWrapped
## 2587                                                                                            I predict my top podcast will be [lions lead by donkeys] #SpotifyWrapped
## 2588                                                                                                           I predict my top podcast will be PAUL POD #SpotifyWrapped
## 2589                                                      I predict my most played song will be aikido neurotic/erotic or suburbia overture by will wood #SpotifyWrapped
## 2590                                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped pretty basic
## 2591                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2592                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nessa Barrett
## 2593                                   Can we normalize paying a bill as a Christmas gift instead of gift sets nobody gone use? #MerryChristmas… https://t.co/tg232kfClz
## 2594                                                                                        I predict my top artist will be taylor swift without a doubt #SpotifyWrapped
## 2595                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop
## 2596                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 2597                                This is a safe space 🤫 — who will be your top 3 artists of 2022? Drop a comment below 👇🏾 \n\n#SpotifyWrapped https://t.co/X4QBbd57yJ
## 2598                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2599                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped to hot to cry by Nessa Barrett
## 2600                                           Will the #SpotifyWrapped guesses of Oshoala and Geyse be as good as their dance moves? 💃 #shorts… https://t.co/ddGOVBhUOi
## 2601                                                                                  I predict my most played song will be keep driving by harry styles #SpotifyWrapped
## 2602                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 2603                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2604                                                                                                  I predict my most played song will be [Stay Alive] #SpotifyWrapped
## 2605                                                            My #SpotifyWrapped will most likely be a chaos of different songs and genres that don’t match in any way
## 2606                                                                                                        I predict my top podcast will be @AGpodcast  #SpotifyWrapped
## 2607                               the only data i got from spotify is that i listened to speak by jhené aiko 143,721 times and i'm on a watch list now  #SpotifyWrapped
## 2608                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 2609                        I wish you a Merry Christmas. This is coming from Life Family Money a clothing brand and musical production company… https://t.co/ObjXwPYnan
## 2610                                                                                                 I predict my most played song will be Re-harmonize. #SpotifyWrapped
## 2611                       Portugal 2-0 Uruguay\n🔥🔥🔥🔥\nPortugal won congratulations 👏👏👏👏👏\nUnbelievable Portugal team strength back 🔥🔥🔥\n#goals… https://t.co/vKXTDxZGNi
## 2612                                                                                              I predict my top genre will be I swear if it’s dnb 🤧🤧🤧 #SpotifyWrapped
## 2613                       I predict my most played song will be BEST INTEREST BY TYLER THE CREATOR #SpotifyWrapped \nYALL DONT FUCKING KNOW HOW MUCH I LOVE THIS SINGLE
## 2614                                                                                     I predict my most played song will be dangerous by madison beer #SpotifyWrapped
## 2615                         Newly dropped Bad boy intro on audiomack by Larish #SpotifyWrapped #ASUUstrike #CyberMonday #FIFAWorldCupQatar2022… https://t.co/1D0YGGEsRk
## 2616                                                                                                   I predict my top artist will be Harry Styles 100% #SpotifyWrapped
## 2617                        I would go to this concert...I would pay premium for this concert! 🥹🥹 You can't beat the "soothing piano classics f… https://t.co/7ALQMCg3kw
## 2618                                                                                                    I predict my top artist will be @machinegunkelly #SpotifyWrapped
## 2619                                                                   I predict my most played song will be [Bryson Tiller - Timeless Interlude Pt. II] #SpotifyWrapped
## 2620                                                                                  I predict my most played song will be One More Year by @tameimpala #SpotifyWrapped
## 2621                                                                                                              I predict my top genre will be hip-hop #SpotifyWrapped
## 2622                                                                             I predict my most played song will be As It Was by King @Harry_Styles ❤️ #SpotifyWrapped
## 2623                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2624                                                                                                             I predict my top artist will be [TWICE] #SpotifyWrapped
## 2625                                                              Self portraits are the best #SpotifyWrapped #RedVelvet #乌鲁木齐 #WorldCup2022 https://t.co/krpi5Rrn1G
## 2626                                                          #SpotifyWrapped tells you WAY more about the people you might be interested in than their therapist could.
## 2627                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 2628                                                                                       I predict my most played song will be Megalovania by a mile.  #SpotifyWrapped
## 2629                                                                                     I predict my most played song will be [https://t.co/oN1Ipehsp8] #SpotifyWrapped
## 2630                                                                                                    I predict my top artist will be [@taylorswift13] #SpotifyWrapped
## 2631                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped vylet pony
## 2632                                                                                                      I predict my top artist will be @tameimpala ❤️  #SpotifyWrapped
## 2633                                                                                               imb a spotify cat, i;ll poste mine #SpotifyWrapped for every1 to see!
## 2634                                                                                               I predict my most played song will be Arose by eminem #SpotifyWrapped
## 2635                               Awesome activities..\n#FIFAWorldCupQatar2022\n#คุณชายตอนจบ\n#FIFAWorldCup\n#البرازيل_ِسويسرا\n#kudus\n#Ukraine️… https://t.co/qLfAxZcGqX
## 2636                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2637                                                                                                         I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 2638                                                                                                   I predict my most played song will be Coconut Rum #SpotifyWrapped
## 2639                          currently missing this handsome man 🥹🥹 #SpotifyWrapped #CyberMonday #ENHYPEN #ENHYPEN_SUNGHOON #SUNGHOON #Chicago… https://t.co/aCFbqPYtS9
## 2640                                                                                            I predict my top podcast will be [the conversation cast] #SpotifyWrapped
## 2641                               "Caress" Out Now on All Major Platforms! @ItsBMcKnight @Usher\n@jtimberlake @foxsoultv @Pharrell\n@Timbaland… https://t.co/J1tmT9EtMV
## 2642                                                                                                        I predict my top artist will be [the smiths] #SpotifyWrapped
## 2643                                                                                           I predict my most played song will be HENTAI - by Rosalia #SpotifyWrapped
## 2644                                                              and when my most streamed song turns out to be "brown noise for deep sleep" then what\n#SpotifyWrapped
## 2645                                                                  I predict my most played song will be Don’t You Worry Child by Swedish House Mafia #SpotifyWrapped
## 2646                                                                                                          I predict my top genre will be [indie pop] #SpotifyWrapped
## 2647                                                                                                 I predict my top podcast will be [ART OF MANLINESS] #SpotifyWrapped
## 2648                                                                                    I predict my most played song will be Alien Superstar by Beyoncé #SpotifyWrapped
## 2649                                                                                   This is really tiding me over until #SpotifyWrapped time! https://t.co/BVZtwVc30L
## 2650                                                                                         I predict my most played song will be [pretty when you cry] #SpotifyWrapped
## 2651                                           I predict my most played song will be “Thinking too much” by @MARCEBASSY  #SpotifyWrapped\n\nIf it’s not, I don’t want it
## 2652                                                                              I predict my most played song will be [heaven knows I’m miserable now] #SpotifyWrapped
## 2653                                                                                                  #SpotifyWrapped trying real hard to make us forget about Joe Rogan
## 2654                                                                                               I predict my top artist will be lemon demon or mitski #SpotifyWrapped
## 2655                                                                                             I predict my most played song will be Stop it Now - SF9 #SpotifyWrapped
## 2656                        I predict my top artist will be Red Hot Chili Peppers and if it's not I don't know what I've been doing for the las… https://t.co/wZYfutiEQj
## 2657                                        Forget about Spotify wrapped,show me your Spotify instafest\n#SpotifyWrapped \n#Spotify \n#instafest https://t.co/WYkoXZvBRx
## 2658                                                                       I predict my top artist will be rina sawayama like it is literally every year #SpotifyWrapped
## 2659                        @Accurate_slip Good evening Hilary bet.. I am happy to post that you bless my husband with this you game.. I have t… https://t.co/JlxNy7KHb0
## 2660                                                                                                 @Spotify PLEASE I CANT WAIT #SpotifyWrapped https://t.co/4m1CqVwFlg
## 2661                                       I’m thinking about starting an app for pure bloods …. It’ll be called “unvaxxodated” #SpotifyWrapped… https://t.co/iKKmDg91D6
## 2662                                                                                        I predict my most played song will be Enter One by Sol Seppy #SpotifyWrapped
## 2663                                                                                                        my top artist for #SpotifyWrapped is definitely taylor swift
## 2664                                                                                                          I predict my top artist will be [BabyTron] #SpotifyWrapped
## 2665                                                                                                          I predict my top genre will be [AFROBEATS] #SpotifyWrapped
## 2666                                                                                                       I predict my top genre will be pop probs tbh  #SpotifyWrapped
## 2667                                                                                                                                 $ucideboy$ for sure #SpotifyWrapped
## 2668                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped LOUIS FUCKIN TOMLINSON FS
## 2669                                                                                                  Heavenly....😍 #SpotifyWrapped #CyberMonday https://t.co/roylAJTNME
## 2670                                                                                                       Tbh I cannot wait to see how my #SpotifyWrapped looks like 😳👀
## 2671                                                           Always the bridesmaid #oaklandathletics #SpotifyWrapped #agameoffailure #baseball https://t.co/d51PXSvJBB
## 2672                                                                                                          I predict my top artist will be Sweet Trip #SpotifyWrapped
## 2673                 My Top 5 off MLLE 💜💜🦅🦅\n\n1:—Plenty Loving 💜\n2:—Pressure 🤞🏿💜\n3:—Deep 🫶🏿💜\n4:—Everyday 🤘🏿💜\n5:—Balance 🤟🏿💜\nAnd a sprinkl… https://t.co/zeYK8wdlbZ
## 2674                                                                             I predict my most played song will be Santa Monica by The Front Bottoms #SpotifyWrapped
## 2675                                                                                                     I predict my top artist will be... Taylor Swift #SpotifyWrapped
## 2676                                                                                               I predict my most played song will be frankenstein!!! #SpotifyWrapped
## 2677                                                                                                     I predict my top genre will be Alternative Rock #SpotifyWrapped
## 2678                                                                                                               I predict my top genre will be... pop #SpotifyWrapped
## 2679                                                                               Poets do your thing \n#SpotifyWrapped \n#poetrylovers \n#poet https://t.co/YGky6J6P2x
## 2680                                                                             While we're waiting for #SpotifyWrapped, here's my #Spotifyfest https://t.co/10xIj2kucz
## 2681                                                                                          I predict my top artist will be Jane Remover or brakence.\n#SpotifyWrapped
## 2682                                                 I predict my most played song will be the song that makes my phone overheat #SpotifyWrapped https://t.co/HmcgsWRzw4
## 2683                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2684                                                                                             I predict my most played song will be Sweet Trip - Milk #SpotifyWrapped
## 2685                                                                                                            I predict my top artist will be [FUTURE] #SpotifyWrapped
## 2686                                                                                                 I predict my most played song will be... Bejewled\n #SpotifyWrapped
## 2687                  #Portugal &amp; @Cristiano are in the Last 16 of the #FIFAWorldCupQatar2022 😀.\n\nThey won't play Brazil (My WISH) 🙏🏽. Th… https://t.co/IWgi8ENE7H
## 2688                                                                                                  I predict my top artist will be Tyler The Creator  #SpotifyWrapped
## 2689                                                                     I predict my top podcast will be the one and ONLY [Ang Walang Kwentang Podcast] #SpotifyWrapped
## 2690                     A brief explanation &amp; recommendation of Door Step Health Care by Mr Anwar Khan. \n#nationalincubationcenter #kohat… https://t.co/CJXyORlBVB
## 2691                                                                                   I predict my most played song will be [Tomorrow by Shakey Graves] #SpotifyWrapped
## 2692                                                     I predict my most played song will be either Kazad-dum, I'll Be Right Back, or The Presses Roll #SpotifyWrapped
## 2693                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 2694                         Imma be honest with ya'll, the only reason i didn’t kill myself this month is cuz im waiting for #SpotifyWrapped 😐… https://t.co/tgx2RObM9E
## 2695                                                                                                     I predict my most played song will be Wusyaname #SpotifyWrapped
## 2696                                                                                           I predict my most played song will be [All about You ???] #SpotifyWrapped
## 2697                                                                                   I predict my most played song will be [The Garden - Freight Yard] #SpotifyWrapped
## 2698                                  @Cristiano stretche your hair for the next game 😂😂\n\n#CristianoRonaldo \n#messi \n#FIFAWorldCupQatar2022… https://t.co/kETAm8JYmb
## 2699                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2700                                                                                                                                    #SpotifyWrapped is when and soon
## 2701                      @BitcoinMagazine Listen to Aden Masei.mp3, a playlist by SoundCloud on #SoundCloud\nhttps://t.co/stRnlZonFJ\nAden Mas… https://t.co/DhwCF21zTi
## 2702                                                                        #SpotifyWrapped\ncan't wait to see how kpop just dominates my list for the 6th year in a row
## 2703                                                                                              bouta be so CONFUSED! if my #SpotifyWrapped top artist is not Kid Cudi
## 2704                                                              #insertshockedface when my top artist is @taylorswift13 AGAIN  #SpotifyWrapped https://t.co/9r3vysxnc0
## 2705                                                                             I predict my most played song will be Cheer Up Baby - Eli Brown Remix\n #SpotifyWrapped
## 2706                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 2707                                                                                                 I predict my most played song will be Lavender Haze #SpotifyWrapped
## 2708                                                                                     I predict my most played song will be night shift da lucy dacus #SpotifyWrapped
## 2709                                                                                                   my #SpotifyWrapped is going to be the exact same as last yr sorry
## 2710                                                                                like girl.. we knew what was coming #shocked #spotifywrapped https://t.co/BUlfQwVYyI
## 2711                                                                                                        I predict my top artist will be Juan Gabriel #SpotifyWrapped
## 2712                          Today is my birthday!! Can y’all help me get @selenagomez to see this 🥺❤️ #SelenaGomez #SpotifyWrapped #MyMindAndMe https://t.co/P8vsPJba6J
## 2713                                                                                                                                               #SpotifyWrapped music
## 2714                     Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/vJCQnPkajn
## 2715                                                                              I predict my top artist will be [King Gizzard &amp; the Lizard Wizard] #SpotifyWrapped
## 2716                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2717                            I will build a high-converting #landing page, #website for your business. You need one right ??\nGet one 👇👇here… https://t.co/0t2vqzvNgy
## 2718                                                                                    my #SpotifyWrapped is really gonna call me out this year https://t.co/U3NL7HwTmq
## 2719                                                                                                           PLEASE I  NEED IT #SpotifyWrapped https://t.co/vSINvfigZM
## 2720                                                                                                       I predict my top podcast will be @RDLNoficial #SpotifyWrapped
## 2721                         I predict my most played song will be 100% C'mon By 2 Mello. Been binging This Year I Lose My Mind and it's my fav… https://t.co/QhfzyfG8xj
## 2722                         Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/H2Hb00UGn7
## 2723                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 2724                                                                                                          I predict my top artist will be Juice WRLD #SpotifyWrapped
## 2725                                                                                                        I predict my top genre will be kpop and soul #SpotifyWrapped
## 2726                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2727                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nhttps://t.co/kSqroaKytx
## 2728                                                Predicciones de #SpotifyWrapped :\n\n1 the smiths\n2 Kanye\n3 Bring me the horizon \n4 foo fighters\n5 Artic monkeys
## 2729                                                  I predict my most played song will be "It's getting bad again" by Ethan Jewell or something by TS. #SpotifyWrapped
## 2730                                                                               I predict my most played song will be As It Was o alguna de Bad Bunny #SpotifyWrapped
## 2731                        if the #ticktickboom soundtrack isn't on my spotify playlist and andrew garfield not one of my most listened to art… https://t.co/rqoY6gFqEs
## 2732                                                                                                    I predict my top artist will be Lana Del Rey ✨🦋🌸#SpotifyWrapped
## 2733                  Who said it? November 28 \n•\n•\n•\n•\n•\n#motivation #quotes #quoteoftheday #inspiration #success #motivational #mindset… https://t.co/oX1No0cUIl
## 2734                                                                                                        I predict my top podcast will be[Mouthfools] #SpotifyWrapped
## 2735                                                                                 I predict my most played song will be Come Hang Out by @AJRBrothers #SpotifyWrapped
## 2736                                        Follow us @Team_K_eSports \n#harrystylesperu #SpotifyWrapped #CyberMondayAmazon #Qatar2022 #ล็อคกี้แฟน… https://t.co/ZbFKVuWaan
## 2737                                                                   I predict my top podcast will be  that’s a no brainer it will be “History Daily”  #SpotifyWrapped
## 2738                                                                           I predict my top artist will be Kid cudi #SpotifyWrapped @KiDCuDi https://t.co/EDLvPZjxD9
## 2739                        Silly question… how did @Twitter verify @artsymonke before @opensea? Even while it’s burning, they’re faster than O… https://t.co/Kk4wPI1GGR
## 2740                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 2741                                                                                                           I predict my top artist will be @GreenDay #SpotifyWrapped
## 2742                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2743                                               If @LilNasX ain't my No.1 artist in my #SpotifyWrapped I'm gonna be confused and disappointed https://t.co/6kxyh0Apo0
## 2744                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 2745                                                                                             I predict my most played song will be [Paradise by BTS] #SpotifyWrapped
## 2746                                                                            my most played song will be.... please tell me it wont be the smiths one #SpotifyWrapped
## 2747                                                                                                I predict my top podcast will be @LasCulturistas duh #SpotifyWrapped
## 2748                     Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/oSjqlfTD7e
## 2749                         Really disappointed in the customer service from @Mango don’t seem to want to know when it comes to complaints bit… https://t.co/12SzX9wqaB
## 2750                                                                                                      I predict my top artist will be @FirsttoEleven #SpotifyWrapped
## 2751                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 2752                                                                          I predict my most played song will be We Got The Moves by Electric Callboy #SpotifyWrapped
## 2753                                                                                                      I predict my top podcast will be @LeBatardShow #SpotifyWrapped
## 2754                                                                                                   I predict my top artist will be @whereisMUNA !!!! #SpotifyWrapped
## 2755                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 2756                                                                                                               I predict my top artist will be [NCT] #SpotifyWrapped
## 2757                                                                                I predict my most played song will be definitely from @taylorswift13 #SpotifyWrapped
## 2758                                                                                                     I predict my top artist will be [SEVENTEEN!!!!] #SpotifyWrapped
## 2759                                                                      I predict my top artist will be either Megan Thee Stallion or another hot girl #SpotifyWrapped
## 2760                                                                                             I predict my top podcast will be the @tryguys’ #TryPod. #SpotifyWrapped
## 2761                                                                          my #SpotifyWrapped these past few years 🫶 b4 the new one comes out https://t.co/N81d3Luyad
## 2762                                                                         @joerogan I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2763                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 2764                                                                                          I predict my top genre will be Sleep and Meditation Music  #SpotifyWrapped
## 2765                                                                                                        I predict my top artist will be @IVEstarship #SpotifyWrapped
## 2766                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 2767                                                                                               oh lmao btw this is for my top artist predictions for #SpotifyWrapped
## 2768                                                                                             I predict my most played song will be [spider by HOSHI] #SpotifyWrapped
## 2769                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nI already know it’s gone be \n“… https://t.co/G5X5Svqgni
## 2770                                                                                                          I predict my top artist will be @gorillaz. #SpotifyWrapped
## 2771                                                                    I predict my most played song will be It’s Corn… or White Noise Binaural Beats 🫠 #SpotifyWrapped
## 2772                                                                                      I predict my most played song will be DON'T DANCE by @amberliu #SpotifyWrapped
## 2773                           Yeah, no, I'd go to all of these days, lol\n\nthe headliners (all bangers btw) are probably a glimpse of what my… https://t.co/oEUK5ayJvt
## 2774                                                                                                        I predict my top genre will be Kpop for sure #SpotifyWrapped
## 2775                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 2776                                                                                                             I predict my top genre will be 80s rock #SpotifyWrapped
## 2777                                                                                      I predict my most played song will be “Eleven” by @IVEstarship #SpotifyWrapped
## 2778                        My top podcast is hands down going to be #SmallDoses by @amandaseales The way Amanda uses her platform to amplify a… https://t.co/t9fwTq1Fwe
## 2779                                                                                                    I predict my top genre will be alternative rock. #SpotifyWrapped
## 2780                                                                                                  I predict my top artist will be twenty one pilots  #SpotifyWrapped
## 2781                                                                                                               I predict my top artist will be oasis #SpotifyWrapped
## 2782                                                                             I predict my top podcast will be Murdaugh Murders Podcast #SpotifyWrapped\n@MandyMatney
## 2783                                                                                      no #SpotifyWrapped for me, more like youtube premium 😂 https://t.co/AuBCAWGzn7
## 2784                                                                                                    I predict my top artist will be Mori Calliope !! #SpotifyWrapped
## 2785                                                                                                        I predict my top artist will be SF9 or Twice #SpotifyWrapped
## 2786                                                                                                  I predict my top artist will be @thisismaneskin \n #SpotifyWrapped
## 2787                                                                I predict my most played song will be something by @RuPaul or by @Kesha not sure tho #SpotifyWrapped
## 2788                                                                                           I predict my most played song will be “5/4” by @gorillaz. #SpotifyWrapped
## 2789                                                                                                           I predict my top genre will be pop / rock #SpotifyWrapped
## 2790                                                                     I predict my most played song will be [ASAKE - NZAZA or YOUNG JONN - XTRACOOL ] #SpotifyWrapped
## 2791                        Do you know for every 1000 New York City residents, 4 are #Shopify #dropshipping business owners? To get your Shopi… https://t.co/ohu0GoKhKF
## 2792                                                                                       I predict my most played song will be borders990 by @snuffles #SpotifyWrapped
## 2793                                                                                                          I predict my top genre will be Dream SMP ☠️ #SpotifyWrapped
## 2794                                                                                                                 #SpotifyWrapped , so proud! https://t.co/RsPa3kzrd5
## 2795                                                                                           I predict my most played song will be [Bambi by Baekhyun] #SpotifyWrapped
## 2796                                                                                    I predict my most played song will be boys don’t cry by the cure #SpotifyWrapped
## 2797                                                                                              I predict my most played song will be fwb by @brakence #SpotifyWrapped
## 2798                                                                                                        I predict my most played song will be mememe #SpotifyWrapped
## 2799                                                                                                        I predict my top podcast will be Fair Enough #SpotifyWrapped
## 2800                        I predict my most played song will be either Running Up That Hill by Kate Bush, At The End of The Day by Wallows, S… https://t.co/lgGU0MntxA
## 2801                                                                                                            I predict my top artist will be Cavetown #SpotifyWrapped
## 2802                                                                                                               I predict my top artist will be Adele #SpotifyWrapped
## 2803                                                          I predict my top podcast will be #Archetypes 🎧. #ArchetypesWithMeghan #ArchetypesOnSpotify #SpotifyWrapped
## 2804                                                                                                   I predict my top artist will be The Front Bottoms #SpotifyWrapped
## 2805                                                                                                   I predict my top podcast will be @DivagandoPodcas #SpotifyWrapped
## 2806                                                                                 I predict my most played song will be Set Fire To The Rain By Adele #SpotifyWrapped
## 2807                                                                                           I predict my top podcast will be [the alive 2021 podcast] #SpotifyWrapped
## 2808                                                                                                      I predict my top podcast will be Ear Biscuits  #SpotifyWrapped
## 2809                                                                                                   I predict my most played song will be [As It Was] #SpotifyWrapped
## 2810                                Guys what the fuck am I supposed to do in this situation \n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 https://t.co/6eEe78aJcO
## 2811                                                                           I predict my most played song will be provenza o motomami o lavender haze #SpotifyWrapped
## 2812                       Bruno Fernandes having fun at the #FIFAWorldCupQatar2022 . Now has 2 goals and 2 Assist. 👏💥\n\n#SpotifyWrapped Shame… https://t.co/KCnkM7eCLP
## 2813                                                                                                 My #SpotifyWrapped predictions #TaylorSwift https://t.co/9DSfEPeCL3
## 2814                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 2815                                                                                                         I predict my top artist will be [daft punk] #SpotifyWrapped
## 2816                                    For the 5th year in a row, I know Somnus is gonna be on there. It’s my zoning out and/or crying music of choice  #SpotifyWrapped
## 2817                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped most definitely gonna be world by seventeen
## 2818                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 2819                                                                                                          I predict my top artist will be mac miller #SpotifyWrapped
## 2820                                             I predict my top artist will be Slipknot - w honorable mentions of bring me the horizon and limp bizkit #SpotifyWrapped
## 2821                                                                                                  I predict my top podcast will be WHITE NOISE LAB 😭 #SpotifyWrapped
## 2822                                                                                                                I predict my top genre will be [RAP] #SpotifyWrapped
## 2823                                                                                 binging the hell out of @mreemusic so that she shows up in my #SpotifyWrapped 😭🤞🏼🤞🏼
## 2824                                                                                                                 I’m so exited for my #SpotifyWrapped this year! ⭐️🤍
## 2825                                                    I predict my most played song will be  a @cametek, @LivingTombstone, or @nelward64 song probably #SpotifyWrapped
## 2826                                                                                                         I predict my top podcast will be [ Banter ] #SpotifyWrapped
## 2827                                                                             somehow spotify has gamified article 15 of the GDPR and it's incredible #SpotifyWrapped
## 2828                                                                                  I predict my most played song will be [short circuit/face to face] #SpotifyWrapped
## 2829                                                                              I predict my most played song will be Doritos &amp; Fritos by 100 Gecs #SpotifyWrapped
## 2830                                                                                @SpotifyAfrica #SpotifyWrapped my top 5\n\nRick Ross\nJ Cole\nKanye\nKendrick\nJay Z
## 2831                                                                                                              I predict my top artist will be ALEX G #SpotifyWrapped
## 2832                                                                                                         I predict my top artist will be @GorgonCity #SpotifyWrapped
## 2833                                                                                                           I predict my top genre will be SOUNDTRACK #SpotifyWrapped
## 2834                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 2835                              I’m live again. Had some Home stuff I had to deal with! Come watch me play some apex! https://t.co/ZTfJS0RC1T… https://t.co/iVn5vmdAE4
## 2836                                                                         I predict my most played song will be GLITCH MODEEE #SpotifyWrapped https://t.co/EpRhzqkttM
## 2837                                                                        Do you think America is more broken now or when Kennedy got shot ?\n#History #SpotifyWrapped
## 2838                                                                                                 I predict my top artist will be Taylor Swift (obvs) #SpotifyWrapped
## 2839                                            I predict my top artist will be... Actually I alreay know that because of stat apps: Phoenix, currently. #SpotifyWrapped
## 2840                                                                                                 cant wait for my #SpotifyWrapped hope theyll drop it on thursday 😩😩
## 2841                                                                                                            I predict my top artist will be Ashnikko #SpotifyWrapped
## 2842                                                    I predict my most played song will be Bad Idea from Waitress the Musical (idk why,, i just know) #SpotifyWrapped
## 2843                                                                                              I predict my most played song will be RUNNER by Alex G #SpotifyWrapped
## 2844                                                                                              I predict my top podcast will be Welcome To Nightvale  #SpotifyWrapped
## 2845                        I don’t typically use Spotify. I’ve been using Apple Music primarily since 2015, but this is what it picked up. Not… https://t.co/ZJh6mkpGs5
## 2846                                                                                                       I predict my top podcast will be @talkingdead #SpotifyWrapped
## 2847                                                                                                I predict my most played song will be [Friday Night] #SpotifyWrapped
## 2848                                                              I predict my top podcast will be @Ladies_Tangents  cus it’s the only one I listen too! #SpotifyWrapped
## 2849                                                                                                  I predict my top artist will be sicuramente Taylor #SpotifyWrapped
## 2850                                                                                                            I predict my top artist will be yungblud #SpotifyWrapped
## 2851                                                                                             Is the one time of the year I regret having apple music #SpotifyWrapped
## 2852                                                                                                           I predict my top artist will be Ice Spice #SpotifyWrapped
## 2853                                                                                          I predict my most played song will be Hula Hoop by Loona 🥺 #SpotifyWrapped
## 2854                                                                                                                 #SpotifyWrapped predictions https://t.co/KBKwElVMLo
## 2855                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2856                                                                                                             I predict my top genre will be Pop punk #SpotifyWrapped
## 2857                           A+ assured in your assignment(s).\nWe guarantee quality work and original content in:\n#Philosophy\n#Music\n#Law… https://t.co/jyJSqvkCEM
## 2858                    Brazil 1-0 Switzerland\n\n Casemiro seals qualification with his late wonder goal\n\n#SpotifyWrapped #CyberMondayAmazon… https://t.co/aILhcR48Uf
## 2859                                                                                                            I predict my top genre will be REGGAETON #SpotifyWrapped
## 2860                                    Xmas Time With You 🎶🎶🎶 For your Christmas Playlists! https://t.co/widOd6uDiw\n#christmas2022 #Christmas… https://t.co/sTcmEy41PB
## 2861                                                                                            I predict my most played song will be parents - Yungblud #SpotifyWrapped
## 2862                                                                                               I predict my most played song will be Something DSMP… #SpotifyWrapped
## 2863                                                                               Which one would you attend? #SpotifyWrapped #faouzia @faouzia https://t.co/pYyI2QtUMB
## 2864                                                                                                        I predict my most played song will be HEATED #SpotifyWrapped
## 2865                                                                                   now what if we get #SpotifyWrapped n billie 6th vanity fair in the same dayyy! :o
## 2866                      The soul that has no fixed goal loses itself; \nfor as they say, to be everywhere is to be \nnowhere. —Michel de Mont… https://t.co/EzudW5zMDZ
## 2867                                                                               How I’m expecting my #SpotifyWrapped will look like this year https://t.co/bz1sIbNozb
## 2868                                                                                                               i predict my top podcast will be idfk #SpotifyWrapped
## 2869                             Portugal 2-0 Uruguay\n\n Bruno hits brace to help Navigators qualify from Group H\n\n#brunofernandes #Ronaldo𓃵… https://t.co/ZOBFrhGLed
## 2870                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 2871                                                                                                       I predict my top artist will be @bmthofficial #SpotifyWrapped
## 2872                        It's a long thread but everyone needs to read this to see it's not just about #Balenciaga these Pedo and devil wors… https://t.co/RKmWJOJfOb
## 2873                                                                          I predict my most played song will be [Happier than Ever by Billie Eilish] #SpotifyWrapped
## 2874                                                                          I predict my most played song will be bloody valentine by @machinegunkelly #SpotifyWrapped
## 2875                                      WHENS SPOTIFY WRAPPED DROPPING I NEED A REDEMPTION FROM LAST YEAR HAVING DREAM SMP AS ONE OF MY TOP GENRES \n\n#SpotifyWrapped
## 2876                                                                                                       I predict my top artist will be Fleetwood Mac #SpotifyWrapped
## 2877                                                            What’s a GIF that sums up your year in concerts? We’ll go first. #SpotifyWrapped https://t.co/XI7d73Tdgc
## 2878                                                                                                            I predict my top artist will be patricia #SpotifyWrapped
## 2879                                           God’s intentions will reroute your directions. Trust his Process! #havefaith #faithoverfear #process #FYP #SpotifyWrapped
## 2880                                                                                                          I predict my top artist will be stray kids #SpotifyWrapped
## 2881                                              Did you know you have to look at Spotify's top five from the bottom of your phone to read it? #SpotifyWrapped #Spotify
## 2882                                              Let's help you with all your integration on #HubSpot  , you need one right?\nGet some 👇👇 here… https://t.co/8gR9MHnSZC
## 2883                                                                                                              i predict my top genre will be ambient #SpotifyWrapped
## 2884                                                                                                 I predict my most played song will be Atlanta Girls #SpotifyWrapped
## 2885                         #CheekOfItProductions by #CRADLERIVisualisations Presents alongside trk called\n🎼#CosDaddysHome🎼\n(🎼#DaddysHome🎼):… https://t.co/4cBC0th3fn
## 2886                                                                                      While waiting for #SpotifyWrapped here’s my instafest👀 https://t.co/5xgf41e4a9
## 2887                                                                                  I predict my top artist will be Juice Wrld #SpotifyWrapped https://t.co/7JyIiiosV4
## 2888                                                                                                    i predict my most played song will be c418-intro #SpotifyWrapped
## 2889                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped UH UHH UHHHHH
## 2890                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2891                                  why tf isn’t there a god emoji…. @Apple explain. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #Christianity… https://t.co/CMF2Cqy8Ec
## 2892                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped i dont listen
## 2893                                                                                                          I predict my top artist will be @BebeRexha #SpotifyWrapped
## 2894                                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tallyhall
## 2895                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped  fabloo
## 2896                                                                                                      I predict my top artist will be @JamesArthur23 #SpotifyWrapped
## 2897                                                                                                               I predict my top artist will be Elvis #SpotifyWrapped
## 2898                                                                                                       I predict my top artist will be one direction #SpotifyWrapped
## 2899                                                @AniemordJ Good evening my lovely people\n\n #SpotifyWrapped #Ukraine #FIFAWorldCupQatar2022 https://t.co/bPkmXFqrpG
## 2900                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 2901                                                                                                  I predict my top artist will be [@machinegunkelly] #SpotifyWrapped
## 2902                                                                                              I predict my most played song will be Unholy @samsmith #SpotifyWrapped
## 2903                        I predict my top podcast will be that one episode pf that podcast with chris and jenny and chris talking about send… https://t.co/Slssi8cgYa
## 2904                                                                I predict my most played song will be I’m Good (Blue) by @BebeRexha and @davidguetta #SpotifyWrapped
## 2905                                                               It takes 5000 spotify plays for us to make the same $ from a single vinyl record sale #SpotifyWrapped
## 2906                  I bet my top song artist will be @mrkittydm\n\nMy top song: Neverending nights by @mrkittydm \n\nMy top songs: \n\nNevere… https://t.co/Won7YvscSH
## 2907                                                                                See you there… 🎶 \n#spotifywrapped \n#instafestapp\n#spotify https://t.co/PBOimkG4K5
## 2908                                                                                     i feel like my tl has never been this excited for #spotifywrapped  as this year
## 2909                                                                           Leave your “gun privilege” in Delaware. #2A #SpotifyWrapped #cops https://t.co/tczPspz4Ih
## 2910                                                                             I predict my top artist will be angelus apatrida y me la vuelve a pelar #SpotifyWrapped
## 2911                                                                                      I predict my most played song will be as it was - harry styles #SpotifyWrapped
## 2912                                                                                                I predict my top artist will be MAYBE ZILD OR TAYLOR #SpotifyWrapped
## 2913                                                                                            I predict my top genre will be thrash metal y me la pela #SpotifyWrapped
## 2914                                                                                                   I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 2915                                 I predict my most played song will be ..... THIS ONES A HARD ONE BUT SOMETHINGS TELLING ME IT MIGHT BE CARDIGAN.... #SpotifyWrapped
## 2916                                                                                I predict my top podcast will be anything goes with Emma chamberlain #SpotifyWrapped
## 2917                                                                                                  I predict my most played song will be como camarón #SpotifyWrapped
## 2918                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 2919                                                                                 I predict my most played song will be dont blame me by taylor swift #SpotifyWrapped
## 2920                                                                                                   I predict my top artist will be @bastille easily. #SpotifyWrapped
## 2921                                           I predict my top genre will be probably pop rock..... i dont remember exactly what my last year's was tho #SpotifyWrapped
## 2922                                                             I predict my most played song will be Tomorrow by Shakey Graves #SpotifyWrapped https://t.co/V2Jm6aHt4z
## 2923                                                Bro they #SpotifyWrapped trending rn and it’s not even out yet 😂😭 got me all excited and shi https://t.co/9glGKk4Tfw
## 2924                                                                                                                                      ion see my #SpotifyWrapped ???
## 2925                                                                                                      I predict my top artist will be @chelseacutler #SpotifyWrapped
## 2926                                                                                                       I predict my top artist will be #Dreamcatcher #SpotifyWrapped
## 2927                        Swamp scum should be terrified, #FreeSpeech is a very rare thing in this world and the concept does not help them c… https://t.co/AsaxVayNvi
## 2928                                                                                                  I predict my most played song will be [Fair Trade] #SpotifyWrapped
## 2929                                Bruno fernandes is the biggest\nPortugal play at the moment,\ndiscuss??\n\n#FIFAWorldCupQatar2022 #Trending… https://t.co/aGHrWBfsX3
## 2930                                                                                Fuck Christmas #SpotifyWrapped is what I look forward to during the holiday season😂😂
## 2931                                                                                              I predict my top podcast will be [Estirando el chicle] #SpotifyWrapped
## 2932                                                                                   I predict my most played song will be Enter Sandman by Metallica  #SpotifyWrapped
## 2933                                                                                                  I predict my top artist will be #sabrina carpenter #SpotifyWrapped
## 2934                                       Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Korea
## 2935                                                                             I predict my most played song will be My Little Pony or Bruno related 🙄 #SpotifyWrapped
## 2936                                                                                                            I predict my top artist will be [Aitana] #SpotifyWrapped
## 2937                                                                                      I just know Beyonce and #Renaissance are all over my #SpotifyWrapped this year
## 2938                                                                                                      I predict my top artist will be [jordan smith] #SpotifyWrapped
## 2939                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 2940                                                                            I predict my most played song will be "Pink Pony Club" by Chappell Roan. #SpotifyWrapped
## 2941                                                                                                             I predict my top genre will be Kpop lol #SpotifyWrapped
## 2942                                                                                                      I predict my top genre will be [Pop/ Pop Rock] #SpotifyWrapped
## 2943                                                                                                 I predict my top podcast will be Painkiller Already #SpotifyWrapped
## 2944                                                                    I predict my most played song will be because i liked a boy by sabrina carpenter #SpotifyWrapped
## 2945                                                       Recreat makeup #aurelhermansyah #mamanur #attaaurel #makeup #tutorial #SpotifyWrapped https://t.co/9ziqBundg5
## 2946                                                                                      I already know my #SpotifyWrapped is going to be nothing but @badomenscult 😅🤘🏻
## 2947                                                                                           I predict my most played song will be [Quieres by Aitana] #SpotifyWrapped
## 2948                                                                                                          I predict my top genre will be [pop genre] #SpotifyWrapped
## 2949                                                                                        Just like the best years of my life  #SpotifyWrapped https://t.co/T1HFaGguxN
## 2950                                      It's a two for Brunoo⚽🎯\nPortugal are off to round off 16⚽🎯\n#SpotifyWrapped #RedVelvet #คุณชายตอนจบ… https://t.co/UDomz2w0cI
## 2951                                                                     This actually scared me I thought it came out already 😔 #SpotifyWrapped https://t.co/rq8awv63L8
## 2952                                                                                        I predict my most played song will be fine line or as it was #SpotifyWrapped
## 2953                                                                                        I predict my most played song will be #LastSequence by #WJSN #SpotifyWrapped
## 2954                                                                                                        I predict my top artist will be @zildbenitez #SpotifyWrapped
## 2955                                                                                                            I predict my top artist will be [Ateez!] #SpotifyWrapped
## 2956                      If you want to be confident, you need to look confident. \n\nBe sure to add slightly smaller handbags to your wardrob… https://t.co/HEJjW6wdSY
## 2957                         John Lennon was a criminally underrated guitarist. 'I Feel Fine', 'She Said She Said' and 'And Your Bird Can Sing'… https://t.co/0cdaEt8BdM
## 2958                                                  I predict my most played song will be [fill in top song prediction] finally free by Joshua Bassett #SpotifyWrapped
## 2959                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 2960                                                         I already know my top song is Super Freaky Girl @NICKIMINAJ and if it ain’t  I’m gonna sue. #SpotifyWrapped
## 2961                                                                                                      I predict my top artist will be @PaulMcCartney #SpotifyWrapped
## 2962                                   #LaurenBoebertIsSoDumb she once asked why Black people want civil rights and not gold ones. #CyberMonday… https://t.co/YxQc2jPaca
## 2963                                                                                                        I predict my top genre will be Classic Rock. #SpotifyWrapped
## 2964                                                                        50% of my tik tok algo is girls who are meatheads after losing 80-140 pounds #SpotifyWrapped
## 2965                                                                                     I predict my most played song will be fine line by harry styles #SpotifyWrapped
## 2966                                                                                                  Headache today. Grumpy\n#SpotifyWrapped #CyberMonday #FIFAWorldCup
## 2967                                                                                                          I predict my top artist will be mr kitty.  #SpotifyWrapped
## 2968                                                                              I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped
## 2969                                                                                                                          Spotify Wrapped \nDec 1st. #SpotifyWrapped
## 2970                                Bruno Magnifico Fernandes Call it An Evening #SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/8g3RCKB9NF
## 2971                        Not even excited for my #SpotifyWrapped cause I already know WayV aren’t getting the top artist this year since I g… https://t.co/LineyjmTvZ
## 2972                                                                                         I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped
## 2973                                                                              I predict my top artist will be ghost (and if its not then i will cry) #SpotifyWrapped
## 2974                                                                                                Who's coming to Booglefest?\n#SpotifyWrapped https://t.co/bzQ8urFCDB
## 2975                                                                                        I predict my top artist will (probably) be [@ATEEZofficial ] #SpotifyWrapped
## 2976                                                                                                       I predict my top podcast will be Drama Queens #SpotifyWrapped
## 2977                                              I predict my most played song will be Molly Hearts by Trippie Redd or Long Time intro by Playboi Carti #SpotifyWrapped
## 2978                                                       #SpotifyWrapped #Portugal #CyberMonday #FIFAWorldCupQatar2022 #Portugal Cmonnn🇵🇹🇵🇹🔥🔥🔥 https://t.co/wWNct5cWFh
## 2979                                                                                                 I predict my top artist will be.... idk you tell me #SpotifyWrapped
## 2980                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2981                                                                                                  I predict my most played song will be [ hell yeah] #SpotifyWrapped
## 2982                                                                                                          I predict my top artist will be BTS or Txt #SpotifyWrapped
## 2983                                                                                                   I predict my most played song will be [moon song] #SpotifyWrapped
## 2984                                                                                I predict my most played song will be [hoax] #SpotifyWrapped https://t.co/EczKxwlrQg
## 2985                              All these Mala guys  are just so superb to work with not like Yorubas \nAhh Wahala\n#Ronaldo𓃵 #SpotifyWrapped… https://t.co/yeSroIUdbd
## 2986                                                                                                            I predict my top genre will be Kpop lmao #SpotifyWrapped
## 2987                                    My #SpotifyWrapped is gonna be Beyoncé, and Renaissance at number 1. With cuff it and break my soul fighting it out for number 1
## 2988                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2989                                                                                               I predict my most played song will be Run BTS/Arson?? #SpotifyWrapped
## 2990                                                                                                       I predict my most played song will be Run BTS #SpotifyWrapped
## 2991                                                                                                  I predict my most played song will be [Only Angel] #SpotifyWrapped
## 2992                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 2993                       I know I haven’t posted much last week but this is a new week so.\nLet’s start out by saying thanks to all who follo… https://t.co/YpRDf5VLK6
## 2994                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 2995                                                                                                    I predict my top artist will be [One Direction ] #SpotifyWrapped
## 2996                                                                                                             I predict my top artist will be @5SOS 💗 #SpotifyWrapped
## 2997                                                                                 Let's get it to 10k views!!  \n#SpotifyWrapped #CyberMonday https://t.co/XgNVvlvPXx
## 2998                                                                                           I predict my top podcast will be “Vad?” Ijustwanttobecool #SpotifyWrapped
## 2999                                                                               I predict my most played song will be All Too Well 10 minute version 🧣#SpotifyWrapped
## 3000                                                                          I predict my most played song will be The Tipping Point by @tearsforfears  #SpotifyWrapped
## 3001                                                                  E get one girl I wan approach,but her friends just surround her fly😒\n#SpotifyWrapped \n#RedVelvet
## 3002                                                                                                I predict my top podcast will be The Magnus Archives #SpotifyWrapped
## 3003                                                                                                       I predict my top artist will be ariana grande #SpotifyWrapped
## 3004                                                                       i predict my most played song will be deja vu/traitor #SpotifyWrapped https://t.co/7laWcXw17I
## 3005                             I see #SpotifyWrapped and people getting impatient, waiting for it.\n\nPSA: https://t.co/qwYPYivCTE does this for you, all year around.
## 3006                                                                                                        I predict my most played song will be meow 👁👁#SpotifyWrapped
## 3007                                                                             I predict my most played song will be [United in Grief- Kendrick Lamar] #SpotifyWrapped
## 3008                                                                                                   I predict my top artist will be The Amazing Devil #SpotifyWrapped
## 3009                                                                                                  I predict my most played song will be O.O Nmixx 😂😂 #SpotifyWrapped
## 3010                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 3011                                                                                       I predict my most played song will be [Runaway By Kanye west] #SpotifyWrapped
## 3012                           I predict my most played song will be runaway from lip peep (i honestly don't have any idea but i was really feeling it)  #SpotifyWrapped
## 3013                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3014                                                                @Spotify is the only one who understands me 😔 can't wait for #SpotifyWrapped https://t.co/hLj0dvj4uZ
## 3015                                                                                                           I predict my top artist will be Radiohead #SpotifyWrapped
## 3016                                                                 if im not in the 0.01% of 5sos' listeners this year then what even is the point ??? #SpotifyWrapped
## 3017                                                                                                                I predict my top artist will be HOME #SpotifyWrapped
## 3018                                                                                  I predict my most played song will be Space Was Cool by Markiplier #SpotifyWrapped
## 3019                                                                                                       i hit 200🥳#SpotifyWrapped #brawlhalla https://t.co/6usDxKgrSh
## 3020                                                                                       I predict my top artist will be Taylor swift or harry styles  #SpotifyWrapped
## 3021                        Business marketing, brand strategy, social media management, social media ads, brand activations,influencer marketi… https://t.co/BvlQ5ZeKrT
## 3022                                                                                                I predict my most played song will be mago - gfriend #SpotifyWrapped
## 3023                                                                                             Thats crazy\n#SpotifyWrapped #backrooms #TikTok https://t.co/qD6ReMFaQe
## 3024                                                                                                 I predict my top podcast will be no podcast but idk #SpotifyWrapped
## 3025                                                                            I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I guess?
## 3026                                                                                                           I predict my top genre will be Indie Rock #SpotifyWrapped
## 3027                                                                                                     I predict my top artist will be [lana del rey ] #SpotifyWrapped
## 3028                                                                                  I predict my most played song will be Forget Me by @LewisCapaldi 🤭 #SpotifyWrapped
## 3029                                                                                                 I predict my top artist will be Tomorrow x Together #SpotifyWrapped
## 3030                                                                                                          if dsmp is my top genre i will kay emm ess #SpotifyWrapped
## 3031                                                                                                            I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 3032                                                                           I predict my most played song will be Skrting On The Surface by The Smile #SpotifyWrapped
## 3033                                                                                                I predict my top genre will be R&amp;B or Indie-Rock #SpotifyWrapped
## 3034                                                                                               I predict my top artist will definitily be Bruno mars #SpotifyWrapped
## 3035                      @POTUS #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #MondayMotivation \n\nYou forgot the ugly s… https://t.co/LPrhp4FC0b
## 3036                                                                                                   I predict my top podcast will be @CrimeJunkiePod  #SpotifyWrapped
## 3037                                                                                 I predict my most played song will be [west coast by lana del rey ] #SpotifyWrapped
## 3038                                                                                                  I predict my most played song will be off the grid #SpotifyWrapped
## 3039                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3040                                                                                                                                       HURRY UP PLZ  #SpotifyWrapped
## 3041                                                                                                           I predict my top artist will be Daft Punk #SpotifyWrapped
## 3042                                                                                                      #SpotifyWrapped trending made me think it's already come out 😑
## 3043                                                                                                       I predict my top artist will be [TheMidnight] #SpotifyWrapped
## 3044                                                                                                          I predict my top genre will be [synthwave] #SpotifyWrapped
## 3045                                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped!!!
## 3046                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3047                                                                                                       I predict my top genre will be [Filter House] #SpotifyWrapped
## 3048                                                                                         I predict my most played song will be Generation by tripleS #SpotifyWrapped
## 3049                                                                                               I predict my most played song will be I ain’t worried #SpotifyWrapped
## 3050                                                                                  I predict my top artist will be \nTyler The, Creator Or Kanye West #SpotifyWrapped
## 3051                                                                                                          I predict my top artist will be @paparoach #SpotifyWrapped
## 3052                                                                                         I predict my top artist will be Taylor Swift by a landslide #SpotifyWrapped
## 3053                                                                         I predict my top artist will be frank ocean #SpotifyWrapped even tho this is a lana account
## 3054                                                                                                                    saw  #SpotifyWrapped trending got me excited ffs
## 3055                                                                          I genuinely have no idea who my most played artist will be this year on my #SpotifyWrapped
## 3056                       Isr-aeli occu-pying troops detained Palestinian youth Khalil Shamasneh, from Jerusalem, last night.\n#PokemonViolet … https://t.co/iluiG2pyVK
## 3057                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3058                                                                                                     I predict my top artist will be dream minecraft #SpotifyWrapped
## 3059                          Except the nurses choose to be pregnant,the fucker fucketh in vain \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #GiftGalaxy #Twittershutdown
## 3060                                                                                     I predict my most played song will be [every song i ever wrote] #SpotifyWrapped
## 3061                                                                          I predict my most played song will be \nA Boy Is A Gun- Tyler, The Creator #SpotifyWrapped
## 3062                                                                                                   waiting for #SpotifyWrapped is worse than waiting for your period
## 3063                                                                                                                I predict my top artist will be Kino #SpotifyWrapped
## 3064                                                                                             I predict my most played song will be anything by yeule #SpotifyWrapped
## 3065                        I predict my top podcast will be (though I don’t listen to it through Spotify) #TheRalphReport. What can I say? I l… https://t.co/1YbpYDmJ0n
## 3066                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3067                                                                                      when their top song on #SpotifyWrapped is "Fancy Like" https://t.co/k45kOK2fwQ
## 3068                                              I predict my top podcast will be anything Brown Noise 😂😂 that’s the only way I could sleep some nights #SpotifyWrapped
## 3069                                                                                        I predict my top artist will be [Travis Scott, Kanye West] 🔥 #SpotifyWrapped
## 3070                                          Let me get ahead of the discourse and say I enjoy seeing your #SpotifyWrapped and will totally check it out if you post it
## 3071                                                                                I predict my top podcast will be Anything goes with Emma Chamberlain #SpotifyWrapped
## 3072                                                                                                           Can’t wait for my #SpotifyWrapped https://t.co/fSOEZS8wIJ
## 3073                                     Ladies and gentlemen: HER\nTaylor Swift | The Music Industry Tour #TaylorSwift #TaylorSwiftTheErasTour… https://t.co/iqo1LfPMBT
## 3074                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be when I’m gone by Katy Perry
## 3075                                                                        I predict my top podcast will be only one I actually listen to, Distractible #SpotifyWrapped
## 3076                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3077                                                                                                                I predict my top genre will be filmi #SpotifyWrapped
## 3078                                                                                                         I predict my top artist will be my boy sean #SpotifyWrapped
## 3079                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3080                                                      The fs real chapter 4 leak\n#FortniteFracture #FortniteLeaks #chapter4 #SpotifyWrapped https://t.co/iR7lQr9Ag2
## 3081                                                                                      Can’t wait to see @blackveilbrides for another year in a row 🤣 #SpotifyWrapped
## 3082                                                                                                 I predict my most played song will be Ussewa by Ado #SpotifyWrapped
## 3083                                    I predict my top artist will be Oxlade, Ayra Start, or Korede Bello. Curious to see which one comes out on top.  #SpotifyWrapped
## 3084                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 3085                                                                                                     I predict my top artist will be @WeAreTheWrecks #SpotifyWrapped
## 3086                        My #SpotifyWrapped will be probably be all Agoaniki-P and Mitski and Perfume those are like the only things I liste… https://t.co/x0y7lw52cB
## 3087                                      I predict my top artist will be [fill in top artist prediction]. I know who it’s going to be I AM EMBARRASSED. #SpotifyWrapped
## 3088                                                                                                 I predict my top artist will be stray kids #SpotifyWrapped for sure
## 3089                                                                                     I predict my most played song will be Satellite by Harry Styles #SpotifyWrapped
## 3090                                                                                                 Doodle of my earbuds 🎶🎵 #SpotifyWrapped #OC https://t.co/KVQT4SMfSj
## 3091                                                                                             I predict my most played song will be MGK or Eminem #SpotifyWrapped 🔥✨
## 3092                                                               I predict my most played song will be All Too Well 10 Minute Version Taylor’s Version #SpotifyWrapped
## 3093                 I’m going to predict who are my top artist this year on my #SpotifyWrapped \n1) Above &amp; Beyond\n2) Bad Bunny\n3) Porte… https://t.co/6j6xlWXEaw
## 3094                             ✔My service is only done through the Google Ads\n\n👉🏻Dm for portfolio @DMWASI12 \n\n#DigitalMarketing #YouTube… https://t.co/R84TKcCv7e
## 3095                                                                                             I predict my top genre will be kpop #SpotifyWrapped i mean.... come one
## 3096                         💥 Spotify has been prepping music fans for their personalized "Spotify Wrapped" playlist for weeks, and the end of… https://t.co/lBUMmIXrcx
## 3097                                                                                                         I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 3098                        I predict my top artist will be @MarisaMaino. BUT, @HeyViolet is easily a top contender as well. No matter what, Ma… https://t.co/SgjhcoKAPL
## 3099                                                                                                                  pls i need #SpotifyWrapped i have no sense of self
## 3100                                 I predict my most played song will be lust for a vampyr by i monster #SpotifyWrapped i know this for a fact and yes i am doing this
## 3101                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3102                                                     I predict my most played song will be \n1. Ijo (Laba Laba) by Crayon or \n2. Proud by Oladapo \n#SpotifyWrapped
## 3103                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 3104                                                                                               I predict my top artist will be Bloodywood of course. #SpotifyWrapped
## 3105                                                                                                              I predict my top genre will be pop idk #SpotifyWrapped
## 3106                                                                                       I predict my top podcast will be [i don't listen to podcasts] #SpotifyWrapped
## 3107                             Excellent and Brilliant great job done Ghana Black Stars 🇬🇭 \n#FIFAWorldCupQatar2022 #qatar2022worldcup #kudus… https://t.co/g072RKafUS
## 3108                                                                                                  I predict my most played song will be Walk em down #SpotifyWrapped
## 3109                                                      y'all gave spotify wrapped so much buzz that they're treating it like a merch drop i'm yelling #SpotifyWrapped
## 3110                                                                                               @SpotifyAfrica My Top Artist is @GSMusicEst2018 #Stop #SpotifyWrapped
## 3111                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 3112                                                                            I predict my most played song will be [Winter, Flower by @WEi__Official] #SpotifyWrapped
## 3113                                 I need a man to lick my plate - Pretty lady cries out in a new trending video 🙆 #SpotifyWrapped #RedVelvet… https://t.co/lYYHADaWI8
## 3114                                                                                                                   Watch all my predictions be wrong #SpotifyWrapped
## 3115                                                                                     I predict my most played song will be Bejeweled by Taylor Swift #SpotifyWrapped
## 3116                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nBlovee shottas
## 3117                                                                                                    I predict my top artist will be [mcr or nirvana] #SpotifyWrapped
## 3118                                                                                     I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped
## 3119                                                                                                          I predict my top artist will be @yunggravy #SpotifyWrapped
## 3120                                                                                                         I predict my top genre will be [metal/rock] #SpotifyWrapped
## 3121                                                                                                         I predict my top podcast will be nenhum 🙆🏽‍♀️ #SpotifyWrapped
## 3122                                  I predict my most played song will be california love or sea,swallow me. idk tbf the taste switched a good 7 times #SpotifyWrapped
## 3123                                                                                      I predict my most played song will be #SpotifyWrapped\nhttps://t.co/68bWeESEKC
## 3124                                                                                         I predict my most played song will be [duality by slipknot] #SpotifyWrapped
## 3125                                                                                                          I predict my top genre will be Modern Rock #SpotifyWrapped
## 3126                                                                                                       I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped
## 3127                             Twitter make una put mouth Cos me I nor understand this one😭😭😂😂#Nigeria #SpotifyWrapped #FIFAWorldCupQatar2022… https://t.co/hU0yc9PlAe
## 3128                                               I've just connected my account to the work Alexa this will be my last true #SpotifyWrapped next year's will be wild 😅
## 3129                                                                                               I predict my top artist will be Tomorrow x Together 💖 #SpotifyWrapped
## 3130                                                                              me knowing sabrina carpenter is clearing on my #SpotifyWrapped https://t.co/o4YtUkBaRH
## 3131                                                                                                                       anxiously awaiting my #SpotifyWrapped like fr
## 3132                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3133                                                                                               I predict my top artist will be [TOMORROW X TOGETHER] #SpotifyWrapped
## 3134                                                                               I predict my most played song will be [All Too Well by Taylor Swift ] #SpotifyWrapped
## 3135                                                                                    I predict my most played song will be mirrorball by #TaylorSwift #SpotifyWrapped
## 3136                                    PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped… https://t.co/5pAp1ZSmm0
## 3137                                                                                                       I predict my top artist will be Mother Mother #SpotifyWrapped
## 3138                                                                                                               I predict my top genre will be kpop 🤧 #SpotifyWrapped
## 3139                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 3140                                                                                                           I predict my top artist will be @TDWPband #SpotifyWrapped
## 3141                                                                                                          I predict my top artist will be BRUUUUUUCE #SpotifyWrapped
## 3142                                                                                 I predict my most played song will be [the great war- taylor swift] #SpotifyWrapped
## 3143                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3144                        I predict my top podcast will be my own: The Wrestling fan vlog podcast and Anything Else to Add with Lindsie Rodge… https://t.co/kUM4dnMgZo
## 3145                                                                                           I predict my most played song will be [Good Boy Gone Bad] #SpotifyWrapped
## 3146                                                          If Ghana qualifies we will play Brazil 🇧🇷 in R16 I think we are out #SpotifyWrapped #FIFAWorldCupQatar2022
## 3147                                                                                             I predict my top artist will be Taylor Swift💜💜 (by far) #SpotifyWrapped
## 3148                                                                                                                I predict my top genre will be pop ] #SpotifyWrapped
## 3149                                                                                                 I predict my most played song will be [Jimmy Cooks] #SpotifyWrapped
## 3150                                                                                                     I predict my most played song will be as it was #SpotifyWrapped
## 3151                                                                                                          I predict my top podcast will be  Banter!! #SpotifyWrapped
## 3152                                                                                  I predict my most played song will be Doomswitch - @makethemsuffer #SpotifyWrapped
## 3153                                                                            I predict my top artist will be hopefully @sza but I think Ariana grande #SpotifyWrapped
## 3154                                                                                                   I predict my top artist will be @taylorswift13 🫶🏻 #SpotifyWrapped
## 3155                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 3156                                      I predict my most played song will be What Do You Know About Love - by Joshua Bassett and Sofia Wylie… https://t.co/mnomupacP6
## 3157                                                                                     I predict my top artist will be @AvaMax #SpotifyWrapped https://t.co/2ehHNceJ1h
## 3158                                                                                                 I predict my top artist will be without a doubt BTS #SpotifyWrapped
## 3159                                                                           I predict my most played song will be good boy gone bad by @TXT_members 🌹 #SpotifyWrapped
## 3160                                                                          I predict my most played song will be "Your Number's Up" by Ice Nine Kills #SpotifyWrapped
## 3161                                                                                              I predict my most played song will be good days by Sza #SpotifyWrapped
## 3162                                                                                                        I predict my most played song will be RunBTS #SpotifyWrapped
## 3163                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3164                                                                                                             RELEASE #SpotifyWrapped ALREADY https://t.co/VOopIfpWj9
## 3165                                                                                                             I predict my top genre will be rock 🤟🤟🤟 #SpotifyWrapped
## 3166                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/Sef26h8I5V
## 3167                                                                                                          #SpotifyWrapped  yeah ok it's soon but WHEN when is soon 😭
## 3168                                                                                                             I predict my top genre will be R&amp;B  #SpotifyWrapped
## 3169                                               I predict my top artist will be @Tom_Grennan #SpotifyWrapped. I have a feeling I’ll be in his top 1-3% of listeners 😅
## 3170                                                                          I predict my most played song will be Comfortably Numb (Live) [2019 Remix] #SpotifyWrapped
## 3171                                                                                              I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 3172                                                                      I predict my top artist will be Mac Miller, Cleo Sol, Tems, JID, and Baby Rose #SpotifyWrapped
## 3173                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3174                                                      I predict my most played song will be [leave the door open by silk Sonic @silksonic @brunomars #SpotifyWrapped
## 3175                        You might have tried so many online business and fail, but please have you tried this? A big NO, why then do you th… https://t.co/gmDSAELTkh
## 3176                                                                                                         I predict my top artist will be STRAY KID.  #SpotifyWrapped
## 3177                                                           Packing early morning #heartinbows #RedVelvet #SpotifyWrapped #CyberMonday #kudus https://t.co/OQ1HqRnqON
## 3178                                                                                                 I predict my most played song will be MUDDY WATER.  #SpotifyWrapped
## 3179                                                                                 I wish I was as confident with my sex skills as female rappers are. #SpotifyWrapped
## 3180                                                                                                  I predict my top podcast will be [#baywatchberlin] #SpotifyWrapped
## 3181                                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @PhaseZeroCB
## 3182                                                                                                          I predict my top artist will be DC The Don #SpotifyWrapped
## 3183                                                                Listen to my song pls! #Rap #music #SpotifyWrapped #artistsontwitter #SONG \nhttps://t.co/bp5gMFwsqW
## 3184                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped TAYLOR SWIFT
## 3185                                                                                                                                         PLS PLS PLS #SpotifyWrapped
## 3186                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop
## 3187                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped any taylor song
## 3188                            I predict my most played song will be either “Not Over Yet” by KSI featuring Tom Grennan or “STAR WALKIN’” by Lil Nas X. #SpotifyWrapped
## 3189                                                                                                     I predict my most played song will be iCarly :/ #SpotifyWrapped
## 3190                                                                                                                                    #SpotifyWrapped got me hyped af!
## 3191                                                                                I predict my most played song will be Still Love You by Sofia Carson #SpotifyWrapped
## 3192                                                                                                        I predict my top artist will be @carlypearce #SpotifyWrapped
## 3193                                                                                            @nuevogansito @azulcorri come back before my #SpotifyWrapped comes 😭😭😢😢😢
## 3194                                                                                 I predict my top podcast will be [fill in top podcast Rachel Maddow #SpotifyWrapped
## 3195                                                                                                           I predict my top artist will be @polyphia #SpotifyWrapped
## 3196                                                                                            i just want to see my #SpotifyWrapped already!!! https://t.co/aTdfCHGvSr
## 3197                             Purchase my my hair vendor for $40 TODAY \n\nText (4047020552) if interested 💕\n\n#CyberMonday #SpotifyWrapped… https://t.co/SzwSDA74lL
## 3198                                                                                I predict my most played song will be rose-colored boy by paramore \n#SpotifyWrapped
## 3199                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 3200                                                                      I predict my most played song will be Mad As Fuck by Ramirez ft. Freddie Dredd #SpotifyWrapped
## 3201                                 Men settle where they find peace not beauty while women settle where they find money not handsome\n#hookup… https://t.co/TelvEvxvHB
## 3202                         Support us now and help make a difference.\nDonate Now \nhttps://t.co/dfYSTIULWn\n#Qatar2022 #RedVelvet #YasakElma… https://t.co/gTagaYmMpr
## 3203                                                                        I predict my top artist will be @KiDCuDi \nHe will take that spot this year\n#SpotifyWrapped
## 3204                                                                                          I predict my most played song will be Bubble Guppies Theme #SpotifyWrapped
## 3205                        I don't think I even listened to Rain On Me *as much* this year, but it will somehow probably still be my most play… https://t.co/6UW8r5qsWQ
## 3206                                                                                                        I predict my top artist will be [Ed Sheeran] #SpotifyWrapped
## 3207                                                                          no one cares about your  #SpotifyWrapped .... keep it to yourself. https://t.co/XP7bFPWj3d
## 3208                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3209                                                                                                I predict my top genre will be dmsp Minecraft genre 😭#SpotifyWrapped
## 3210                                                                                                 I predict my most played song will be [Yet To Come] #SpotifyWrapped
## 3211                                                                                                             I predict my top genre will be pop lmao #SpotifyWrapped
## 3212                                                                                                        This year has been ROUGH #SpotifyWrapped WILL BE EXPOSING ME
## 3213                               When you’re Cristiano Ronaldo ♥️\n#CR7𓃵 #CR7 #ronaldo #CristianoRonaldo #Portugal #uru #FIFAWorldCupQatar2022… https://t.co/k9z6IYozP7
## 3214                      Here’s my prediction for my #SpotifyWrapped:\n\nNirvana, Tyler, the Creator, and Michael Giacchino will be my most li… https://t.co/UD1UAps1rJ
## 3215                        I predict my most played song will be [Leave me behind by @NateWantsToBtl and @TheCamSteady ]  #SpotifyWrapped  Sla… https://t.co/BiH5gwQNhL
## 3216                                                                             I predict my most played song will be Running up that hill by Kate Bush #SpotifyWrapped
## 3217                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 3218                                                                              I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 3219                                                                You can't complain about my versatility. #Spotify #SpotifyWrapped #instafest https://t.co/EK0qseg6ZT
## 3220                                                                            I predict my most played song will be It's very clearly gonna be Gaddaar #SpotifyWrapped
## 3221                                                                                                                                    #SpotifyWrapped okay where is it
## 3222                        screaming - i totally forgot to write jojo earlier , forgive me - but anyway guessing my spotify wrapped is gonna b… https://t.co/IdMKVpdQ36
## 3223                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 3224                                                                                           I predict my most played song will be Scars by Stray kids #SpotifyWrapped
## 3225                                                                                                            I predict my top artist will be Sodikken #SpotifyWrapped
## 3226                        Check out Blazzian Collection's video! #TikTok https://t.co/niJugnUEst\n\n#lasvegasfashiondesigner #fashiondesigner… https://t.co/npCNYQnMJk
## 3227                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 3228                                                                                I predict my top artist will be The One And Only Taylor Alison Swift #SpotifyWrapped
## 3229                                    I stand with gender equality fam , no shades , bro smacked the shot outa her #SpotifyWrapped #RedVelvet… https://t.co/QMaLfUVvDZ
## 3230                                                              my #SpotifyWrapped is gonna be so ass because I use lofi music to sleep so it's just all gonna be that
## 3231                                                                                                                  FUCK SPOTIFY WE APPLE MUSIC GANG\n #SpotifyWrapped
## 3232                                                                                                I predict my top podcast will be the magnus archives #SpotifyWrapped
## 3233                        Since #SpotifyWrapped is about to drop and I use the superior Apple Music, here’s my top 10 songs 🤣 Not even surpri… https://t.co/Wqe5buufO7
## 3234                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 3235                                                                                                #SpotifyWrapped making me a custom playlist: https://t.co/u2bCREIwrd
## 3236                                                                                                                       #SpotifyWrapped r&amp;b gotta b there on mine
## 3237                                                    I predict my top artist will be KSI. You can’t blame me for choosing the U.K. YouTuber for this. #SpotifyWrapped
## 3238                                                                                               I predict my most played song will be Euphoria by BTS #SpotifyWrapped
## 3239                                                                                                  OMGG let's guess who would be on our top 5 for #SpotifyWrapped !!!
## 3240                     Calling it now.\n\nMy #SpotifyWrapped will consist of the following\nAnd probably some rogue one like Disney or Kim Wi… https://t.co/aGMo3OSxog
## 3241                        Check out Purple Relaxation Syrup, 2 oz https://t.co/WsOTvVHyNn #eBay via @eBay Balenciaga #WhatsApp City of Housto… https://t.co/6ZoTNDyHN7
## 3242                                                                                                      I predict my top artist will be harry styles 🥰 #SpotifyWrapped
## 3243                                                                                                       I predict my top podcast will be DISTRACTIBLE #SpotifyWrapped
## 3244                        Fine, I'll do it. I predict my most played song will be Empty By Letdown. I'm a depressed bitch and found this song… https://t.co/Yjsetx2xcD
## 3245                                                                                      I predict my most played song will be Everybody's Gay by Lizzo #SpotifyWrapped
## 3246                                                                              I predict my top artist will be [Taylor Swift] #SpotifyWrapped https://t.co/w2B31f4ATn
## 3247                                                                                    I predict my most played song will be night shift by lucy dacus 🤧#SpotifyWrapped
## 3248                                                                                  I predict my top podcast will be Migrantes https://t.co/c091LGwBPv #SpotifyWrapped
## 3249                                                                                      I predict my most played song will be Persephone in the Garden #SpotifyWrapped
## 3250                               i love the smiths… I SAID I LOVE THE SMITHS\n\nI think a few worlds would collide at this fest\n\n#instafest… https://t.co/Nk6BHqkBBw
## 3251                                                                                            I predict my most played song will be [titi me preguntó] #SpotifyWrapped
## 3252                                                                                         I predict my most played song will be Interlude Set Me Free #SpotifyWrapped
## 3253                                                     If you haven’t already tap in to my latest Drop ✨💥#djya2x #SpotifyWrapped #CyberMonday https://t.co/xrcUXE5yJz
## 3254                                                                                                             Waiting for #SpotifyWrapped 🙆🏿‍♂️ https://t.co/wip4I6ryec
## 3255                                                                                     I predict my most played song will be a Fred Again! song surely #SpotifyWrapped
## 3256                                                                                                     I predict my top artist will be [@nfrealmusic ] #SpotifyWrapped
## 3257                                                                                                  I predict my top podcast will be Dracula audiobook #SpotifyWrapped
## 3258                                                       Missing you dear😍😍\n\n#love  #CyberMonday #RedVelvet #SpotifyWrapped #fashion #beauty https://t.co/o2Xo3sOXxP
## 3259                                                                                                       I predict my top podcast will be Archetypes!! #SpotifyWrapped
## 3260                                                                                                     I predict my top artist will be @vendredisurmer #SpotifyWrapped
## 3261                        Check out Red Relaxation Syrup, 2 oz https://t.co/fH0Bh0z2dM #eBay via @eBay \nBalenciaga #WhatsApp City of Houston… https://t.co/tC8nxINKYw
## 3262                                                                                                               I predict my top artist will be Ghost #SpotifyWrapped
## 3263                                                                                                    I predict my top podcast will be Gemischtes Hack #SpotifyWrapped
## 3264                                                                                                        I predict my top podcast will be Trash Taste #SpotifyWrapped
## 3265                        I predict my top genre will be FUCKING DSMP BCS SPOTIFY HAS THAT STUPID GODDAMN GENRE AND IT SUCKS AND ITS NOT EVEN… https://t.co/LTa1ZNsZxx
## 3266                                                                                                      I predict my top genre will be Russian Alt Pop #SpotifyWrapped
## 3267                                                                                          I predict my most played song will be Kisaragi by Camellia #SpotifyWrapped
## 3268                                                                                                 I predict my top artist will be Panic! at the Disco #SpotifyWrapped
## 3269                                                                     me looking for my spotify wrapped:\n\n@Spotify #SpotifyWrapped #spotify https://t.co/VnygdSJGtQ
## 3270                                                                                            I predict my top podcast will be CHUCKLE SANDWICH &gt;:D #SpotifyWrapped
## 3271                                                i feel like someone's already said this but i'm more excited for my #SpotifyWrapped than i have been for my birthday
## 3272                                                                                                          I predict my top genre will be modern rock #SpotifyWrapped
## 3273                                                                                     I predict my most played song will be Glimpse of Us by Joji (: 💕#SpotifyWrapped
## 3274                                                                                                    I predict my top genre will be kpop? indie pop ? #SpotifyWrapped
## 3275                                                                                                            when do i get my #SpotifyWrapped https://t.co/JdGc80qmHH
## 3276                                                                 I predict my top podcast will be either @basementyard or @BaileySarian #darkhistory #SpotifyWrapped
## 3277                                                                                                                I predict my top artist will be Muse #SpotifyWrapped
## 3278                                                                                                    I predict my top artist will be @taylorswift13 #SpotifyWrapped 🥰
## 3279                                                                  I predict my top genre will be Country. It’s always country or a county sub genre. #SpotifyWrapped
## 3280                                                             My #SpotifyWrapped is really about to expose all 16 of my personalities. And I think I’m okay with that
## 3281                                                 Usually I trick dat girl outta her love but dat was the selfish me. #SpotifyWrapped #RedVelvet #CyberMonday #Sasmos
## 3282                                                                                                 I predict my top artist will be Nothing but Thieves #SpotifyWrapped
## 3283                                                                                                 I predict my top artist will be Adam &amp; the Ants #SpotifyWrapped
## 3284                                                                                                          I predict my top artist will be Stray Kids #SpotifyWrapped
## 3285                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 3286                                                                                    I predict my most played song will be [Carolina By Harry Styles] #SpotifyWrapped
## 3287                                                                                                               I predict my top genre will be J-Core #SpotifyWrapped
## 3288                                                                                                                                      On attend !!!  #SpotifyWrapped
## 3289                                                                                         I predict my most played song will be Stray Kids - MANIAC\n #SpotifyWrapped
## 3290                                            Check out the pods cast on Spotify!\n\n#podcast #SpotifyWrapped #spotifypodcasts #bassandbooners https://t.co/WxD21Rqm1R
## 3291                                                                                                            I predict my top artist will be Camellia #SpotifyWrapped
## 3292                                                                                                 Maybe next year #SpotifyWrapped #AppleMusic https://t.co/PO9ZIvt3ky
## 3293                                                                                                       I predict my top artist will be Austin Butler #SpotifyWrapped
## 3294                                                                                                      I predict my most played song will be Downtown #SpotifyWrapped
## 3295                                                                                                                     im gonnabe sick what if its ass #SpotifyWrapped
## 3296                                                                             somethings telling me Red Lights is my most played song of the year🤭\n\n#SpotifyWrapped
## 3297                                         #SpotifyWrapped \nFour weeks ago from six months ago... We aren't even gonna talk about my all time https://t.co/UuYBXXjQKJ
## 3298                                              "I predict my most played song will be Party Rock Anthem", you happy now Spotify now stop harassing me #SpotifyWrapped
## 3299                                          I predict my top artist will be [Kali Uchis!!] #SpotifyWrapped (give us Spotify wrapped now 😭 we desperately need to know)
## 3300                      Summer is hot \nBut I am hotter \n\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #乌鲁木齐 #ล็อคกี้แฟน… https://t.co/pMd9I6SeOm
## 3301                                                                              I predict my top artist will be [Psy (The guy who made Gangnam Style)] #SpotifyWrapped
## 3302                                                                                                                     GIVE ME A WEEK TO FIX IT PLEASE #SpotifyWrapped
## 3303                                                                                                         I predict my top artist will be @duranduran #SpotifyWrapped
## 3304                                                                                                           I predict my top artist will be Tiago PZK #SpotifyWrapped
## 3305                                                                                 I can't wait for #SpotifyWrapped to call my taste in music "scary" again this year.
## 3306                         #SpotifyWrapped if yungeen ace ain’t my most played shit this year then like someone’s lying cause I listen to him… https://t.co/3oGTaNEdO9
## 3307                                             Probably gonna get 10 views High Key🥲 #SpotifyWrapped #CyberMonday #humor #comedy #TikTokviral… https://t.co/ItpnNmo8Xn
## 3308                                                                                                  I THOUGHT IT WAS OUT CAUSE IT WAS TRENDING DAMN IT #SpotifyWrapped
## 3309                                                      Thinking of starting to make edits for K-pop, anime and others…any suggestions??? #SpotifyWrapped #KPOP #anime
## 3310                                                                                    I predict my top podcast will be [My Brother, My Brother and Me] #SpotifyWrapped
## 3311                                                                               I predict my most played song will be [what would u do by @tatemcrae] #SpotifyWrapped
## 3312                                                                                     I predict my top artist will be Eric Church. Every year forever #SpotifyWrapped
## 3313                                                                                                              I predict my top genre will be emo  :( #SpotifyWrapped
## 3314                                                                                     I predict my most played song will be [Bodys-Car Seat Headrest] #SpotifyWrapped
## 3315                                                                                  I predict my most played song will be Forever Only by Jaehyun 😃😃😃😃 #SpotifyWrapped
## 3316                                                                                            I predict my top artist will be [Florence + the Machine] #SpotifyWrapped
## 3317                                                             cant wait for #SpotifyWrapped to tell me 90% of the music i listen to is sad lesbian indie or something
## 3318                                                                                                        I predict my top artist will be Yeat @yeat1_ #SpotifyWrapped
## 3319                                                                                                       I predict my most played song will be Run BTS #SpotifyWrapped
## 3320                                                                                                          God abeg🙏. \n#sapa #SpotifyWrapped https://t.co/cSAHLWONKL
## 3321                                                                                                         I predict my top artist will be @WTofficial #SpotifyWrapped
## 3322                                                                                              I predict my top genre will be [K-Pop (Gangnam Style)] #SpotifyWrapped
## 3323                                                                                                      I predict my most played song will be Heated 🔥 #SpotifyWrapped
## 3324                                         These are always a fun look back on the year. I predict my top artist will be [SEGA SOUND TEAM or Toby Fox] #SpotifyWrapped
## 3325                                                                                          I predict my most played song will be El Alma Que Te Trajo #SpotifyWrapped
## 3326                                                                       Hopefully it won’t be as bad as last years 😂 #SpotifyWrapped #Spotify https://t.co/ePSSAfKcmT
## 3327                                                                                     I predict my most played song to be ex-mortis by ice nine kills #SpotifyWrapped
## 3328                                                                              I predict my most played song will be Home by Mike Dimes #SpotifyWrapped @DoubleLambOG
## 3329                                            Why not do these I guess lmao.\n\nI predict my most played song will be [King by Florence + the Machine] #SpotifyWrapped
## 3330                        I predict my most played song will be Casanova by Blake Rose \nbecause it’s been my #1 song of all time since april… https://t.co/zCYM9GcpFk
## 3331                                                                                                 I predict my most played song will be [Mockingbird] #SpotifyWrapped
## 3332                                                                                                             I predict my top artist will be BEYONCÉ #SpotifyWrapped
## 3333                                                                                               I predict my most played song will be [Gangnam Style] #SpotifyWrapped
## 3334                                                                                                    I predict my top podcast will be   fortnite porn #SpotifyWrapped
## 3335                                                    Shit !!!!!  for a sec  I felt Suarez scored that goal. 🤭🤭🤭🤭🤭🥱🥱🥱🥱#SpotifyWrapped #Portugal #ronaldo #WorldCup2022
## 3336                                                                                                                            When is #SpotifyWrapped ? I need a fit..
## 3337                                                                                                             my top artist gonna be nirvana for sure #SpotifyWrapped
## 3338                                                                                                          I predict my top artist will be ed sheeran #SpotifyWrapped
## 3339                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 3340                                                                     I predict my top artist will be @astralagenda as always. him or @nothingnowhere #SpotifyWrapped
## 3341                                                                                        My top artist is probably gonna be will wood lets be honest  #SpotifyWrapped
## 3342                           I predict my most played song will be Call Me Little Sunshine by Ghost. \n\nIt was on mass repeat for quite a while. \n\n #SpotifyWrapped
## 3343                                                                      I predict my most played song will be "Never Fight A Man With A Perm" by IDLES #SpotifyWrapped
## 3344                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3345                                                                     I predict my most played song will be me porto bonito o vol.52 Quevedo/bizarrap #SpotifyWrapped
## 3346                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 3347                                                                                                              I predict my top artist will be goopy 😭#SpotifyWrapped
## 3348                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3349                                                                                      I predict my most played song will be Travis Scott - Skeletons #SpotifyWrapped
## 3350                                                                                                    I predict my most played song will be deepthroat #SpotifyWrapped
## 3351                        FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/rylKc0EmNx
## 3352                                                                                                                        ill put my #SpotifyWrapped on here evetually
## 3353                                                                                                             A Solid Lineup! #SpotifyWrapped https://t.co/d7zbw2X2Dj
## 3354                         You're just a click away🔥👇\nhttps://t.co/RsfAIDhPB0\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #คุณชายตอนจบ… https://t.co/wDrscTQFtM
## 3355                         We've Gathered Amazon, Aliexpress and Ebay Best Selling Products for You. and  Free..\n🔥 https://t.co/HTA2rVOKyV 🔥… https://t.co/f4sr9x06Rk
## 3356                                                                          I predict my most played song will be I am nothing (i am no one) Sustinere #SpotifyWrapped
## 3357                                                                                     I predict my top artist will be [@opeth or @SpandauBallet]💓✨️☁️❄️ #SpotifyWrapped
## 3358                                                                             I predict my top genre will be kpop or if it’s specific kpop boy group 😭#SpotifyWrapped
## 3359                            The fact that my kid listens to awful music on my Spotify makes me sad about how my wrapped up playlist is going to look #SpotifyWrapped
## 3360                                                                                                            I predict my top genre will be Reggaeton #SpotifyWrapped
## 3361                                 Random full odds Shiny Oinkolonge! \n\n#PokemonViolet #shinyoinkologne #peppapig #pokemon #shiny #Trending… https://t.co/hqOvXgERBR
## 3362                                                                                                           I predict my top artist will be @elonmusk #SpotifyWrapped
## 3363                                                                                                                King Gizzard &amp; The Lizard Wizard #SpotifyWrapped
## 3364                                                                                                                              Buzzing to see my #SpotifyWrapped 2022
## 3365                                    MASSA AIN'T THAT BAD\n#Black #Man #Woman #Women #Child #BlackMan #BlackWoman #BlackLove #BlackGirlMagic… https://t.co/1FkxsK65Ek
## 3366                                                I'm fairly certain my top song is going to be Freaks by Surf Curse again- or a Ride The Cyclone song #SpotifyWrapped
## 3367                        FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/cuYbEfMbBr
## 3368                                                        My top artist will be Tub Ring. Furthermore, I'll be at the top, or I'll have failed myself. #SpotifyWrapped
## 3369                        I will create honeybook dubsado automation workflow with scheduling invoicing\nhttps://t.co/kmruijZ1uK\n#Worlds2022… https://t.co/FScm5jJJsI
## 3370                                                                                     I predict my most played song will be iPad - @TheChainsmokers 🧃 #SpotifyWrapped
## 3371                                                                                           I predict my most played song will be [some #Opeth stuff] #SpotifyWrapped
## 3372                         Top Gun: Maverick | My Favorite Movie is my favorite one. If you guys interested to watch Full Movie for FREE then… https://t.co/bdwDIZNAVc
## 3373                                                                                                           I predict my top artist will be Bad Bunny #SpotifyWrapped
## 3374                                                                      I predict my most played song will be Change J cole or Pink Matter Frank Ocean #SpotifyWrapped
## 3375                                                                        so why is it trendinf if it hasn't dropped yet. your mother doesn't love you #SpotifyWrapped
## 3376                    #TheRiver1Magic  NOVEMBER SPECIAL  ✨️ ends 4/12\nWAIST LENGTH \nBOX BRAIDS R250\nKNOTLESS BRAIDS R300\nHAIRPIECE EXCLUD… https://t.co/INrtAsvhWc
## 3377                                      me waiting for my spotify wrapped like i don’t already know my top artist is going to be taylor swift… https://t.co/gf8fEJQYW1
## 3378                                                                                                          I predict my top artist will be @LittleMix #SpotifyWrapped
## 3379                                                                                                                                    #SpotifyWrapped  GIVE IT TO ME !
## 3380                                                                          i can cheat and get a good guesstimate of my #SpotifyWrapped because i use @lastfm #lastfm
## 3381                                                                                                          Where do i find my #SpotifyWrapped https://t.co/iSOGqp85YU
## 3382                                   Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK
## 3383                                                                                                I predict my most played song will be limbo by jun 💯 #SpotifyWrapped
## 3384                                                                                                      I predict my top podcast will be anything goes #SpotifyWrapped
## 3385                                                                                                I predict my top artist will be Will Wood or Lovejoy #SpotifyWrapped
## 3386                                                                                                                           HE ISNT THERE BUT WHY THE #SpotifyWrapped
## 3387                                                                                                             I predict my top genre will be [HipHop] #SpotifyWrapped
## 3388                       #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nHere is the usual example of… https://t.co/cpnEtzU174
## 3389                                                                            I predict my most played song will be swimming pool by the front bottoms #SpotifyWrapped
## 3390                        we have a HUGE end of the year sale going on you do not want to miss this!! Message me for any questions you may ha… https://t.co/pzq7DaA5qF
## 3391                                                                                                    Manifesting top 0.1% of mitski listeners for #SpotifyWrapped 🙏🙏🙏
## 3392                                                                          me temo q va a salir taytay \nI predict my top artist will be taylor swift #SpotifyWrapped
## 3393                                                                                          I predict my most played song will be [Sociopathic Apogee] #SpotifyWrapped
## 3394                                                                          I predict my top podcast will be [The Evolution Of A Snake] #SpotifyWrapped @tswiftpodcast
## 3395                      #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nWell COP27 ended just recentl… https://t.co/Mum3UcCMbG
## 3396                                                                 I predict my top artist will be Corpse for the second year in a row. I can FEEL it. #SpotifyWrapped
## 3397                                                       Me prepping for #SpotifyWrapped like it’s a marathon instead of the same 20 songs I’ve had on repeat all year
## 3398                                                                                                      I predict my top artist will be Taylor Swift 😌 #SpotifyWrapped
## 3399                                                                                                       I predict my top artist will be @kylieminogue #SpotifyWrapped
## 3400                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped boy harsher
## 3401                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 3402                                                                                   I predict my most played song will be @kylieminogue celebrate you #SpotifyWrapped
## 3403                              In God we Trust ✝️💯💯#Twittershutdown #viralvideo #SpotifyWrapped #Trending @davido @junior_maCHaALA @wizkidayo… https://t.co/0LZQv3PpPc
## 3404                                                                                                              I predict my top artist will be taylor #SpotifyWrapped
## 3405                                                                                                    I predict my top artist will be @Imaginedragons  #SpotifyWrapped
## 3406                                                                            I predict my top podcast will be nothing. I don't listen to podcasts lol #SpotifyWrapped
## 3407                                          Y’all do know you can just go to the website and see it right? Just look up Spotify stats and it’ll pop up #SpotifyWrapped
## 3408                                                                                       I predict my most played song will be Betty by Taylor Swift 😌 #SpotifyWrapped
## 3409                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3410                                                               I predict my most played song will be literally anything by taylor swift or As it Was #SpotifyWrapped
## 3411                                                                               I PREDICT MY MOST LISTENED TO ARTIST WOULD BE DRAKE, FAYGO OR FOUSHEE #SpotifyWrapped
## 3412                                                                                I predict my most played song will be the Spaceship Earth soundtrack #SpotifyWrapped
## 3413                                 I predict my top podcast will be Lunch Breakz because I use Google podcasts to listen to all my other subscriptions #SpotifyWrapped
## 3414                                                                                                          I predict my top genre will be Pop or kpop #SpotifyWrapped
## 3415                    @chartdata For my #spotifywrapped, \n\nTop artists are kanye, kendrick, then childish gambino\n\nTop song, i have no cl… https://t.co/kfy6979FlY
## 3416                                                             I predict my top podcast will be [The Bald and the Beautiful] #SpotifyWrapped @trixiemattel @katya_zamo
## 3417                                                                                      I predict my top podcast will be idk I don't watching podcasts #SpotifyWrapped
## 3418                                                                                                 I predict my most played song will be Surfin U.S.A. #SpotifyWrapped
## 3419                                                                                                           I predict my top artist will be Blackpink #SpotifyWrapped
## 3420                                                                           I predict my top artist will be Aesop Rock for like the 20th year running #SpotifyWrapped
## 3421                                                                                                           I predict my top artist will be LIL NAS X #SpotifyWrapped
## 3422                                                                                         I predict my most played song will be #BLACKPINK Pink venom #SpotifyWrapped
## 3423                                                                                                          I predict my top artist will be @sanbenito #SpotifyWrapped
## 3424                                                                                                                                             well 🧍🏽 #SpotifyWrapped
## 3425                                                                                                            I predict my top artist will be Beyoncé. #SpotifyWrapped
## 3426                                         I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)\n#SpotifyWrapped
## 3427                                                                                                                 I predict my top genre will be ROCK #SpotifyWrapped
## 3428                                                                                              I predict my most played song will be [Higher - Creed] #SpotifyWrapped
## 3429                                                                                                                               in a couple of days 🥴 #SpotifyWrapped
## 3430                                                                                                      I predict my top artist will be Camila Cabello #SpotifyWrapped
## 3431                                                    Me being jealous of the 2022 Spotify Wrapped 🥲 Cries on Apple Music #SpotifyWrapped  🥲😂😂 https://t.co/pWWhfgozE2
## 3432                                    I predict my most played song will be "Show me the place where he inserted the blade" by Black Country, New Road #SpotifyWrapped
## 3433                                                                                                 I predict my most played song will be INDUSTRY BABY #SpotifyWrapped
## 3434                                                                                             crying bc I know my  #SpotifyWrapped #1 genre is about to be dreamsmp💔💀
## 3435                                                                                                        #SpotifyWrapped\nI predict my top genre is gonna be country.
## 3436                        99% sure my number 1 song on my #SpotifyWrapped will either be the 1 or ATWTMVTVFTV by @taylorswift13. I’ll be surp… https://t.co/dnFYE91ndq
## 3437                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3438                                               🧢 : Ayfletch Handpainted &amp; Embroidered Apparel.\n\n#RedVelvet \n#SpotifyWrapped \n#UFC281 https://t.co/jL8iipzn37
## 3439                                                                                                         I predict my top genre will be pop, duh. [] #SpotifyWrapped
## 3440                              i act like i’m gonna be surprised when i see my spotify wrapped but we all know it’s just gonna be this woman… https://t.co/IbbsNwwKaM
## 3441                      Can’t be topped 💅✨🖤\n#LanaDelRey #MelanieMartinez #PierceTheVeil #Scruffpuppie #Tamino #Junglepussy #Bbymutha #Ängie… https://t.co/YuxcfkzNy1
## 3442                       the only thing i regret about moving to Amazon Music is there’s nothing akin to #SpotifyWrapped\n\nyou have our data… https://t.co/cZV083gFl9
## 3443                                                                                                     I predict my top artist will be [Taylor swift ] #SpotifyWrapped
## 3444                                 I predict my most played song will be Stay by my lord and savior Justin Bieber. If it isn’t, my whole life is a lie #SpotifyWrapped
## 3445                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3446                                                                                                I predict my top podcast will be [wicked unscripted] #SpotifyWrapped
## 3447                                                                                                                                             we love #SpotifyWrapped
## 3448                                                                                     I predict my most played song will be Bam Bam by Camila Cabello #SpotifyWrapped
## 3449                                                                                I predict my top podcast will be Anything Goes With Emma Chamberlain #SpotifyWrapped
## 3450                                                                                                I predict my most played song will be Break My Soul. #SpotifyWrapped
## 3451                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3452                                                                                                                  I predict my top genre will be RAP #SpotifyWrapped
## 3453                                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Morbid
## 3454                                                                                           I predict my top artist will be my queen lana del rey💞💞💞💞 #SpotifyWrapped
## 3455                   "Sonreír"\nStage 38.49\nCharcoal pencil on paper.\nSize: 2 by 3 fts (60.96 cm by 91.44 cm)\n\nPlease just a retweet mean… https://t.co/zmfJxcqW0P
## 3456                                                                                                       I predict my top podcast will @_HometownGlory #SpotifyWrapped
## 3457                         My latest article defends David Walliams, someone more admirable than you think. #onlyconnect #universitychallenge… https://t.co/z27U6YAvNh
## 3458                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/H2YQFQMz0Q
## 3459                                                                             I predict my most played song will be \nTongue 12" Mix - Rêve and Lemon #SpotifyWrapped
## 3460                                                                                                       I predict my top artist will be Taylor Swift\n#SpotifyWrapped
## 3461                                                                             I predict my most played song will be Dear True Love by @sleepingatlast #SpotifyWrapped
## 3462                                                                                                     I predict my top artist will be @backstreetboys #SpotifyWrapped
## 3463                                             I predict my most played song will be Machine Gun Kelly - maybe (feat. Bring Me The Horizon) this year. #SpotifyWrapped
## 3464                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Selena Gómez
## 3465                                                              A #vegan tswift cake!! @taylorswift13 @taylornation13 #orlando #SpotifyWrapped https://t.co/SSv99m8tpQ
## 3466                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3467                                                                                               I predict my top genre will be pop bc i always get it💀#SpotifyWrapped
## 3468                                                                                                    I predict my top podcast will be [I don’t know ] #SpotifyWrapped
## 3469                                                                                          I predict my most played song will be [Easy on me- Adele ] #SpotifyWrapped
## 3470                                                                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop obviamente
## 3471                                                                 I predict my most played song will be something from @Harry_Styles or @thedriverera #SpotifyWrapped
## 3472                                                                                                      I predict my top artist will be [Dreamcatcher] #SpotifyWrapped
## 3473                                                                             I predict my most played song will be Maria (I like it loud) by Scooter #SpotifyWrapped
## 3474                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped alguna de Selena o taylor
## 3475                                                                          if it doesn't sit in my #SpotifyWrapped top 5 I'm seriously afraid https://t.co/CMRYd9F9tn
## 3476                                         I predict my most played song will be All Too Well (Ten Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped
## 3477                                                                                         @Spotify I CANT WAIT ANY LONGER RELEASE SPOTIFY WRAPPED 😩😩😩 #SpotifyWrapped
## 3478                        All my album reviews and album rankings have tainted my #SpotifyWrapped results. I wouldn't pay to see some of thes… https://t.co/RZFeg620cV
## 3479                                                          I predict my most played song will be west coast by lana or heat lightning by mitski #SpotifyWrapped &lt;3
## 3480                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3481                                                                                     I predict my most played song will be Ojitos Lindos - Bad Bunny #SpotifyWrapped
## 3482                                                                         I predict my top artist will be the music industry herself Dr. Taylor Swift #SpotifyWrapped
## 3483                                                                                     I predict my top artist will be Tinashe #SpotifyWrapped https://t.co/oNKnxPgtij
## 3484                                                                                                    I predict my top artist will be [Big Time Rush ] #SpotifyWrapped
## 3485                                                                           【Trends Tag】 #CyberMonday #FIFAWorldCupQatar2022 #GivingTuesday #PORURU #SpotifyWrapped
## 3486                                                                                         I predict my most played song will be any Taylor swift song #SpotifyWrapped
## 3487                                                       I predict my top podcast will be that one true crime podcast i was obsessed with for 3 months #SpotifyWrapped
## 3488                                                                               I predict my top podcast will be [Archetypes  ] #SpotifyWrapped #ArchetypesWithMeghan
## 3489                                                                                                     I predict my top artist will be SEGA SOUND TEAM #SpotifyWrapped
## 3490                                                                                      I predict my most played song will be [Riverdale candy store ] #SpotifyWrapped
## 3491                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3492                                                                                                   I predict my top artist will be taylor swift!!!!! #SpotifyWrapped
## 3493                                                                                                        I predict my top podcast will be Daebak Show #SpotifyWrapped
## 3494                                                                                               I predict my top artist will be Drake or Comethazine  #SpotifyWrapped
## 3495                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 3496                        I predict my most played song will be demolitions lovers i had to play it way too many times cause i’m learning it on guitar #SpotifyWrapped
## 3497                                                                                      I predict my top genre will be pop, im a pop girl until i die  #SpotifyWrapped
## 3498                                       Just fyi...\n\nApple Music Replay.\n\nAnd @pocketcasts ' yearly stats are out!\n\nDon't wait for this #SpotifyWrapped gimmick
## 3499                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3500                                                                                      I predict my most played song will be “Be a light” or “F-150.” #SpotifyWrapped
## 3501                                                                                      I predict my top artist will be peach pit or twenty one pilots #SpotifyWrapped
## 3502                                                                         I predict my most played song will be [Late Night Talking] #SpotifyWrapped by @Harry_Styles
## 3503                                                                                                    I predict my most played song will be js lullaby #SpotifyWrapped
## 3504                                                                                                        I predict my top artist will be Madison Beer #SpotifyWrapped
## 3505                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3506                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 3507                                                                                                                   #SpotifyWrapped remove dreamsmp genre you freakos
## 3508                                                                                          I predict my most played song will be Memoirs of a Gorilla #SpotifyWrapped
## 3509                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI'm not gonna fill it cause fr idk
## 3510                                                                      Before seeing my #SpotifyWrapped i can guarantee @Kehlani will be my top number one artist! 🖤🥰
## 3511                                                                                                               I predict my top artist will be @Griz #SpotifyWrapped
## 3512                                                                              I predict my most played song will be Heated or Pure/Honey by Beyoncé  #SpotifyWrapped
## 3513                                                                                      I predict my top artist will be Taylor Swift, la goat assoluta #SpotifyWrapped
## 3514                        I predict my most played track will be “Heat” by Eminem (I just fell asleep once with the track continuously on the… https://t.co/UC7LXhraX7
## 3515                                                                                                        I predict my top artist will be [Kanye West] #SpotifyWrapped
## 3516                                                                                                          I predict my top artist will be @rolemodel #SpotifyWrapped
## 3517                                                                                           I predict my top artist will be The Killers (most likely) #SpotifyWrapped
## 3518                                                                       I predict my most played song will be [Hard to love by Blackpink]\n#BLACKPINK #SpotifyWrapped
## 3519                                                                                      I predict my most played song will be Evergreen by @omarapollo #SpotifyWrapped
## 3520                                                                                                          I predict my most played song will be Fuel #SpotifyWrapped
## 3521                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 3522                                                                                                           I predict my top artist will be Metallica #SpotifyWrapped
## 3523                                                                                                     i already know BTS is gonna be my top artist on #SpotifyWrapped
## 3524                                                                                           I predict my most played song will be [sky by @LilyPichu] #SpotifyWrapped
## 3525                                                                           I predict my most played song will be Empire of The Sun - Ice On The Dune #SpotifyWrapped
## 3526                                                                                        I predict my most played song will be A Cruel Angel's Thesis #SpotifyWrapped
## 3527                                                                                       I predict my most played song will be #SpotifyWrapped https://t.co/p1SMT9cDv5
## 3528                         I predict my top artist will be @hf_dreamcatcher. No matter what new group I discover, I will always come back to my faves. #SpotifyWrapped
## 3529                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Law in action
## 3530                                                                                   I predict my top artist will be the weeknd no doubt. 😌 @theweeknd #SpotifyWrapped
## 3531                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3532                                                                                              I predict my top artist will be Elton John (hopefully) #SpotifyWrapped
## 3533                                                                            I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Doja cat
## 3534                                                                                I predict my top artist will be [@danielrustage or @ado1024imokenp]  #SpotifyWrapped
## 3535                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3536                                                                                   I predict my top podcast will be Violating Community Guidelines   #SpotifyWrapped
## 3537                                                                                                     waiting impatiently for #SpotifyWrapped https://t.co/tv6pGIsspo
## 3538                                                                                          I predict my most played song will be David by @noso_music #SpotifyWrapped
## 3539                      99bookmarking https://t.co/rd4HAxQvGX \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/1aEYBA9D5C
## 3540                         Nothing could surprise me more than the year I was in like .01% of top Grimes listeners, which I listened to while… https://t.co/ImvzFIHzEY
## 3541                                                                                I predict my most played song will be [Rockstar made- Playboi Carti] #SpotifyWrapped
## 3542                 Cross Guild \n#onepiece #ワンピース #crossguild #クロス・ギルド #shichibukai #crocodile #mihawk #buggy #eichirooda #camser… https://t.co/vKfj3Vzddv
## 3543                                                           I predict my top genre will be either alt idol or idol rock. Flip a coin between the two. #SpotifyWrapped
## 3544                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Insane by Summer Walker. https://t.co/1NjTHpsK1g
## 3545                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop music
## 3546                                                              I predict my most played song will be All Too Well (10 minute version) by Taylor Swift #SpotifyWrapped
## 3547                                                     Only #SpotifyWrapped will cure my depression. Please hurry Spotify, I'm not sure how much longer I can hold on.
## 3548                      Seriously someone tell me what #SpotifyWrapped is!\n\nI've never used Spotify on my phone and I've never heard of thi… https://t.co/hCGNMHYoq1
## 3549                                                                                                                I predict my top genre will be pop 🤠 #SpotifyWrapped
## 3550                                                                                   I predict my most played song will be FUCK ABOUT IT BY WATERPARKS #SpotifyWrapped
## 3551                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Oh no! Marina and the diamonds
## 3552                                                                                      I predict my top genre will be Hyperpop! And no, I'm not sorry #SpotifyWrapped
## 3553                                                                                       I predict my top artist will be Necrophagia #SpotifyWrapped im losing ny mind
## 3554                                                                                              I predict my top podcast will be [ladies and tangents] #SpotifyWrapped
## 3555                                                                                                              I predict my top genre will be [anime] #SpotifyWrapped
## 3556                         I predict my most played song will be "am I" by @YanakotoSM. Really tough to guess for sure but I dunno what could… https://t.co/CM1ZwwUuEj
## 3557                                                                                        I predict my most played song will be Maroon by Taylor Swift #SpotifyWrapped
## 3558                                                                                                         I predict my top artist will be [glee club] #SpotifyWrapped
## 3559                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n@danielrustage 's onepeice dnd
## 3560                                                                                                        I predict my top genre will be [garage rock] #SpotifyWrapped
## 3561                                              I predict my most played song will be Hard to be a Bard. If it’s not, I’ll literally be so confused 😭😭 #SpotifyWrapped
## 3562                                                                            I predict my top podcast will be [@ParcastNetwork unsolved murder cases] #SpotifyWrapped
## 3563                                                                     I predict my most played song will be [paradise by the dashboard light by glee] #SpotifyWrapped
## 3564                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 3565                              NEW VIDEO!\nForget your #SpotifyWrapped! Look at Jakestation and I react to The Game Awards 2021 on @YouTube!… https://t.co/EayUJpjw3s
## 3566                                                                                                        I predict my top artist will be @MCRofficial #SpotifyWrapped
## 3567                                                   #SpotifyWrapped I think my most played is gonna be step back by GOT OR ..... the glee rendition of im a Slave 4 U
## 3568                        Me dodging the avalanche of underwear heading my way when I release my #SpotifyWrapped and everyone realises what a… https://t.co/BX5ZcUbPdk
## 3569                                                                                                             I predict my top genre will be - Pop\n\n#SpotifyWrapped
## 3570                                                                                                    I predict my most played song will be the archer #SpotifyWrapped
## 3571                                                                                                                I predict my top genre will be  80’s #SpotifyWrapped
## 3572                                                                                  One things for sure my top listened to Pod will be @NewestOlympian #SpotifyWrapped
## 3573                                                                                            I predict my top genre will be [emo?? or like pop maybe] #SpotifyWrapped
## 3574                                                                                                             I predict my top podcast will be Morbid #SpotifyWrapped
## 3575                                                                I predict my top artist will be Liberato for the spoiler spotify did to me weeks ago #SpotifyWrapped
## 3576                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3577                                                            top artist is either car seat jeadrest or radiohead, if it's cavetoen it's a fucking bug #SpotifyWrapped
## 3578                                                                              I predict my most played song will be Maniac by Stray Kids @Stray_Kids #SpotifyWrapped
## 3579                                                                                                        I predict my top artist will be Marco Telles #SpotifyWrapped
## 3580                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3581                                                                                                               I predict my top artist will be [bts] #SpotifyWrapped
## 3582                                                                                                       I predict my most played song will be 7 years #SpotifyWrapped
## 3583                                                                                           I predict my most played song will be Baby Blue by Junior #SpotifyWrapped
## 3584                                                                                                     I predict my top artist will be louis or taylor #SpotifyWrapped
## 3585                                                                                  I predict my most played song will be [over this by slayyyter] #SpotifyWrapped!!!!
## 3586                                                                                      I predict my most played song will be Tu, Porém - Marco Telles #SpotifyWrapped
## 3587                                                                                              I predict my top artist will be Stray Kids @Stray_Kids #SpotifyWrapped
## 3588                                                                                                  I predict my most played song will be All Too Well #SpotifyWrapped
## 3589                                                                                                            I predict my top artist will be brakence #SpotifyWrapped
## 3590                                                                                                      hard lineup #instafest #SpotifyWrapped https://t.co/VwKbAjlLTi
## 3591                                                                                                    I predict my top artist will be [@gracieabrams ] #SpotifyWrapped
## 3592                                              I predict my top artist will be [bad bunny] #SpotifyWrapped\nI know for a fact that man has had a chokehold on my 2022
## 3593                                                               I predict my most played song will be NEEDED ME @rihanna or FLY KICKS @WaxMotif remix #SpotifyWrapped
## 3594                                                                                                               I predict my top artist will be NICKI #SpotifyWrapped
## 3595                                                                  I predict my most played song will be bigger than me or written all over your face #SpotifyWrapped
## 3596                                                               I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped https://t.co/lkzkC9lNBW
## 3597                                                                          I predict my most played song will be only one who knows by Arctic Monkeys #SpotifyWrapped
## 3598                                                                                   I predict my most played song will be [Venus Fly Trap - Brakence] #SpotifyWrapped
## 3599                                          i predict my top podcast will be @stevebartlettsc - duh! \n\n(even though he cancelled my diary order!)\n\n#spotifywrapped
## 3600                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3601                                                                                               I predict my top genre will be Indie definitely indie #SpotifyWrapped
## 3602                                                                                   I predict my top artist will be the exos! #SpotifyWrapped https://t.co/Go0zZgh7UT
## 3603                                                                I predict my top artist will be Bad Omens or Dayseeker, it's going to be very close. #SpotifyWrapped
## 3604                         I predict my most played song will be shes the prettiest girl at the party and she can prove it with a solid right… https://t.co/VTBeFufWx6
## 3605                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 3606                                                   GUYS I JUST CHECKED MY SPOTIFY RECEPIT AND GLEE CAST IS IN THE TOP 5 I NEED TO DO SOMETHING NEOW  #SpotifyWrapped
## 3607                                                                                         I predict my most played song will be no one dies from love #SpotifyWrapped
## 3608                                                                                           I predict my top genre will be Metalcore, by a landslide. #SpotifyWrapped
## 3609                                                                                         I predict my most played song will be Then it All Goes Away #SpotifyWrapped
## 3610                                                                 I predict my most played song will be:\nAbout you\nBoyfriends\nAntihero\nQuestion\n #SpotifyWrapped
## 3611                                                                                       I predict my top podcast will be @philytaggart #chilldabeats  #SpotifyWrapped
## 3612                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3613                                                                                                                 I predict my top artist will be Djo #SpotifyWrapped
## 3614                                                                        I predict my top artist will be Lil Nas X or Beyoncé #SpotifyWrapped https://t.co/SQiwqDFFLX
## 3615                                                                                         I predict my most played song will be Neon Grave @dayseeker #SpotifyWrapped
## 3616                                                                                                    I predict my top genre will be gayyyyyyyyest pop #SpotifyWrapped
## 3617                                                                                               I predict my top genre will be kpop boy group :llllll #SpotifyWrapped
## 3618                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3619                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3620                                                                                                        I predict my most played song will be august #SpotifyWrapped
## 3621                                                                                         I predict my top artist will be @Imaginedragons, for sure!\n#SpotifyWrapped
## 3622                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3623                                                                                                      I predict my top artist will be Gang of youths #SpotifyWrapped
## 3624                                                                                                            I predict my top artist will be the 1975 #SpotifyWrapped
## 3625                        My #SpotifyWrapped is going to be so different this year. Usually Foo Fighters top my list, but I could hardly list… https://t.co/icN8EGtCDP
## 3626                                             I predict my most played song will be either hurdle or obsession... i think it's VERY much neck to neck #SpotifyWrapped
## 3627                                            and at other times, she and her three children were targeted.\n #SpotifyWrapped #BRASUI Casemiro https://t.co/PKMiz2gt6t
## 3628                        with whom she kept moving from place to place in the midst of the Lebanese war, and between the massacres targeting… https://t.co/PbVj4jb74j
## 3629                                                                                                  i predict my top artist will be my bby @jorjasmith #spotifywrapped
## 3630                         Dr. Jane raised three children who do not know another mother, one of whom is physically and mentally handicapped,… https://t.co/TsD2aRCTCk
## 3631                                                                My #SpotifyWrapped is just going to say the same thing it does every year. I'm gay and mentally ill.
## 3632                        after a long life spent in the service of humanitarian work supporting and advocating for our Pales*tinian cause an… https://t.co/jV8QJL9hhw
## 3633                                                                                                           I predict my top artist will be [tananai] #SpotifyWrapped
## 3634                                                                                                    I predict my top genre will be chill or rock/pop #SpotifyWrapped
## 3635                      Dr. Jane Calder.. Long lines in the lives of three Pales*tinian children\n\n Today, Monday, the Australian doctor Jan… https://t.co/JrLqIYo1jo
## 3636                                                                                                        I predict my top artist will be $Suicideboy$ #SpotifyWrapped
## 3637                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3638                                                                                                          I predict my top artist will be Alex g ngl #SpotifyWrapped
## 3639  Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/vxwmRU7MeE
## 3640                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 3641                                                                   I predict my most played song will be Wanting getting wanting by @DEMONDICEKaren  #SpotifyWrapped
## 3642                                                                                        I predict my most played song will be [sogni appesi -ultimo] #SpotifyWrapped
## 3643                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 3644                                                                                                    I predict my top podcast will be @RaidersLostPod #SpotifyWrapped
## 3645                            Check this list of great tracks of purzyth rekords whit the best of the label #music #echoenmexico #worldartist… https://t.co/5eFDnkecCm
## 3646                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped.   Way Down Yonder
## 3647                                                                                               I predict my most played song will be sex by the 1975 #SpotifyWrapped
## 3648                                                                                                       I predict my top artist will be @BIGBABYGUCCI #SpotifyWrapped
## 3649                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3650                                                                          I predict my most played song will be Gang of youths - Angel of 8th Avenue #SpotifyWrapped
## 3651                                                                                                         I predict my top podcast will be Archetypes #SpotifyWrapped
## 3652                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3653                                                                                    I already know @sanbenito is gonna be all over my #SpotifyWrapped 2022 lolol 💜🫶🏽
## 3654                                                                                                   I predict my top podcast will be @nununanapodcast #SpotifyWrapped
## 3655                                                                                                  i predict my top artist will be my bby @jorjasmith #spotifywrapped
## 3656                                                                                                             I predict my top artist will be bladee\n#SpotifyWrapped
## 3657                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3658                                                                                        I predict my most played song will be remember me Becky hill #SpotifyWrapped
## 3659                                                                                                        I predict my top artist will be Denzel Curry #SpotifyWrapped
## 3660                                                      me pretending to be shocked when i see Ariana Grande is my most played #SpotifyWrapped https://t.co/yQubJWPEJK
## 3661                    I predict my most played songs will be \nN95 - Kendrick\nThis Is Why - Paramore\nTroubles/Walkin - Denzel\nTake My Brea… https://t.co/LLUJ2OX5Qk
## 3662                                                                                    My most played artist is [Gus Dapperton]... This is not a guess. #SpotifyWrapped
## 3663                                                                                                 I predict my top genre will be hip hop / cloud rap\n#SpotifyWrapped
## 3664                                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped.         Chase Rice
## 3665                                                                           I predict my most played song will be Shooting Star by Modern Talking.... #SpotifyWrapped
## 3666                                                                                   my top genre is gonna be music for sad bitches who got cheated on #SpotifyWrapped
## 3667                                                                                                    I predict my top podcast will be Sibling Rivalry #SpotifyWrapped
## 3668                                                                                                   I predict my top artist will be machine gun kelly #SpotifyWrapped
## 3669                                                                                        I predict my most played song will be sandman by a$ap rocky\n#SpotifyWrapped
## 3670                                                                                                         can it be december already i want to see my #SpotifyWrapped
## 3671                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 3672                        Saw #SpotifyWrapped trending and i thought it dropped already lol i know Burna Boy is in my top 5 this year … wonde… https://t.co/myj1W7VqRE
## 3673                                                                                                          I predict my top artist will be Rupaul #SpotifyWrapped 💀💀💀
## 3674                                                                               i predict my top genre will be [if it’s pop, i’ll actually he livid…] #spotifywrapped
## 3675                                                                                                                I predict my top podcast will be poo #SpotifyWrapped
## 3676                                                                                                            I predict my top genre will be Indie Pop #SpotifyWrapped
## 3677                                I will speed up WordPress website speed optimization for google pagespeed insights\nhttps://t.co/g2o35vaaA7… https://t.co/0K8vN0vwnZ
## 3678                                                                  I KNOW my most played song will be [Meteorite - Gus Dapperton,  Anna of the North] #SpotifyWrapped
## 3679                                                                                                                 I predict my top artist will be poo #SpotifyWrapped
## 3680                                                                                             I predict my most played song will be Catwalk by Rupaul #SpotifyWrapped
## 3681                                                                                                                  I predict my top genre will be poo #SpotifyWrapped
## 3682                                                                                                This sums up my prediction 🙃 #SpotifyWrapped https://t.co/vtO2eZFht9
## 3683                         I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From the Vault) because… https://t.co/ecpEn7seXY
## 3684                                                                                                        I predict my top artist will be @MIWband 🤘🏻🤍 #SpotifyWrapped
## 3685                              Lol, cant believe im doing this but i THINK  my top song is home with you-fka twigs or meta angel by the same artist \n#SpotifyWrapped
## 3686                                                                                                           I predict my top artist will be Peach Pit #SpotifyWrapped
## 3687                                                                                                    I predict my top artist will be Giveon or Lecrae #SpotifyWrapped
## 3688                                                                                      I predict my most played song will be From 2 to 3 by Peach Pit #SpotifyWrapped
## 3689                                                                                   I predict my top artist will be the weeknd or michael jackson idk #SpotifyWrapped
## 3690                      @Ol_Meg Lmao I have no shame now \n1. Ocean Waves for Sleep \n2. Rainforest Thunderstorm \n3. 10 Hours Industrial Fan… https://t.co/EzCPxZ04g3
## 3691                                                                                   I predict my top artist will be Bad Omens #SpotifyWrapped https://t.co/o5iQwZ5lZH
## 3692                                                                                                           I predict Demi lovato to be my top artist #SpotifyWrapped
## 3693                                                                                                    I predict my top artist will be [the mechanisms] #SpotifyWrapped
## 3694                                                                                                    I predict my top podcast will be @FoolishMortaIs #SpotifyWrapped
## 3695                                                               I predict my most played song will be Happily Ever After by Jordan Fisher and Angie K #SpotifyWrapped
## 3696                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3697                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3698                                                                                                          I predict my top artist will be Juice WRLD #SpotifyWrapped
## 3699                        This will be my first #SpotifyWrapped and I’m so litty. Last year it was the worst day of my life and I cancelled m… https://t.co/2O94y4c2LR
## 3700                                                                                           i predict my most played song will be burn by @jorjasmith #spotifywrapped
## 3701                                                                                                                                       oh no please😭 #SpotifyWrapped
## 3702                                                   Me pretending to be shocked when Taylor Swift is once again on my #1 for  #SpotifyWrapped https://t.co/2uAWWowN5f
## 3703                                                                                  I predict my top podcast will be [The Yard or The Magnus Archives] #SpotifyWrapped
## 3704                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3705                                                                                                                 I predict my top genre will be Pop  #SpotifyWrapped
## 3706                                                             I predict my top artist will be @ddlovato #SpotifyWrapped #DemiLovato #HolyFvck https://t.co/ipZS3Q3wl6
## 3707                                                                                                I predict my most played song will be [0n the fl00r] #SpotifyWrapped
## 3708                                                                                                              I predict my top artist will be Twice  #SpotifyWrapped
## 3709                        im so dead serious barbie is gonna be in my top 2 artists for spotify wrapped its not even funny... barbstie millis… https://t.co/jPlIjjbjHw
## 3710                                                                                 I predict my most played song will be I Ain't Worried or Starwalkin #SpotifyWrapped
## 3711                                                                 I predict my most played song will be Divine Attack -Shingeki- by @BABYMETAL_JAPAN  #SpotifyWrapped
## 3712                        I predict my top podcast will be [fill in top podcast prediction] it's definitely The David Cassidy Connections - w… https://t.co/3fkFj6uwg3
## 3713                                                                                  Just drop it already. Been waiting for what feels like a year now. #SpotifyWrapped
## 3714                                                                       I predict my most played song will be "bad decisions" #SpotifyWrapped https://t.co/660psbI7De
## 3715                                                                               I predict my most played song will be [A Little Love Will Fix You Up] #SpotifyWrapped
## 3716                                                                                                           I predict my most played song will be poo #SpotifyWrapped
## 3717                                                                                      I predict my top podcast will be @deuxmoiworld or @Betches_Sup #SpotifyWrapped
## 3718                                                                                                               I predict my top genre will be Kpop 😭 #SpotifyWrapped
## 3719                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3720                                                                     and this little stupid thing since #SpotifyWrapped is taking foreverrr. https://t.co/8j4GMF39cb
## 3721                                                                                                 I predict my top podcast will be Happy Sad Confused #SpotifyWrapped
## 3722                                         I predict my top artist will be txt nct dream/127 or bts(i barely listen to them but sptfy is glitched asf) #SpotifyWrapped
## 3723                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped gunna be @FreddieDredd
## 3724                                                                                                              I predict my top artist will be Adele  #SpotifyWrapped
## 3725                                                                                I predict my most played song will Bigger Than Me ny Louis Tomlinson #SpotifyWrapped
## 3726                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3727                                                                     i predict my most played song will be..... PURE/HONEY or ALIEN SUPERSTAR 👽 \n\n #SpotifyWrapped
## 3728                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/6MlyvoUWJl
## 3729                                                                                                       I predict my most played song will be “Brave” #SpotifyWrapped
## 3730                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped limbo by @FreddieDredd
## 3731                                                                                                        I predict my top genre will be drum  n  bass #SpotifyWrapped
## 3732                        I don't have Spotify for various reasons, but mostly because they can't seem to make a punk playlist that doesn't i… https://t.co/oWb5XVNB0O
## 3733                                                                                                         I predict my top genre will be rap or grime #SpotifyWrapped
## 3734                                                                            I predict my most played song will be You Belong With Me by Taylor Swift #SpotifyWrapped
## 3735                                                                                                               I predict my top genre will be kpop🤢🤢 #SpotifyWrapped
## 3736                                                                                          I predict my most played song will be [ANGOSTURA by keshi] #SpotifyWrapped
## 3737                                                                           I predict my top artist will be @nfrealmusic.. no way there's anyone else #SpotifyWrapped
## 3738                                                                           I predict my top podcast will be @TheAntlerQueens #SpotifyWrapped https://t.co/f4USUhClHt
## 3739                                                                               I predict my most played song will be try again OR maze in the mirror #SpotifyWrapped
## 3740                                                                                                  I predict my most played song will be Bryn - Faces #SpotifyWrapped
## 3741                                                                                                       I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 3742                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 3743                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3744                                                                                                      I predict my top artist will be Harry Styles.  #SpotifyWrapped
## 3745                                                                                     I predict my most played song will be (All Too Well 10 min) lol #SpotifyWrapped
## 3746                                                                                       Just release the damn thing already!  #SpotifyWrapped https://t.co/1xN2m9TlWe
## 3747                                                                                                   I predict my top artist will be [@1YoungTakeoff ] #SpotifyWrapped
## 3748                                                                                      I predict my most played song will be this is me trying or ivy #SpotifyWrapped
## 3749                                                                                                                   it's almost that time of the year #SpotifyWrapped
## 3750                                                                                                                 When will #SpotifyWrapped come out tho??? I'm tired
## 3751                                                       I predict my most played song will be [fill in top song prediction] David Cassidy - Cherish 💖 #SpotifyWrapped
## 3752                                                                                                                I predict my top artist will be Ozzy #SpotifyWrapped
## 3753                                                                          I predict my most played song will be [Idk how to kill myself - Younggoth] #SpotifyWrapped
## 3754                                                                                                                 I predict my top artist will be bts #SpotifyWrapped
## 3755                                                                 #SpotifyWrapped after trending several days in a row without a release date https://t.co/xW5T2o2grH
## 3756                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 3757                                                                                                                                        Can't wait 💞 #SpotifyWrapped
## 3758                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 3759                                                                                    I predict my most played song will be Saturn by @sleepingatlast  #SpotifyWrapped
## 3760                                          Ahead of #SpotifyWrapped, you can find out what artists would make up the perfect festival for you https://t.co/zan8bg4mvn
## 3761                                                                      I predict my most played song will be Voices In My Head by Falling In Reverse  #SpotifyWrapped
## 3762                       So this has given me a good idea as to what my #SpotifyWrapped might look like. \n\nThere's nothing here that really… https://t.co/xASp7fCgwn
## 3763                                                                                                     I predict my most played song will be domino😍 \n#SpotifyWrapped
## 3764                                                                             I predict my top genre will be pop cuz I’m never not listening to pop 😭 #SpotifyWrapped
## 3765                                                                                                     I predict my top genre will be [SB19 #SB19 lol] #SpotifyWrapped
## 3766                                                                                   As long as Paramore is at the top of my #SpotifyWrapped I know Ill be okay ✊🏾✊🏾
## 3767                                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé
## 3768                                                                                                   I predict my top podcast will be Jalen and Jacoby #SpotifyWrapped
## 3769                                                                                                              I predict my top artist will be @JIDsv #SpotifyWrapped
## 3770                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped CUFF IT or super freaky girl
## 3771                                     I predict my top podcast will be #FilmstoBeBuriedWith @brettgoldstein . this is my only accurate prediction for #SpotifyWrapped
## 3772                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped mora
## 3773                                                                           I predict my top podcast will be \n\nThe Elder Scrolls LORECAAAAST 😉💙\n\n #SpotifyWrapped
## 3774                                                                                                              I predict my top genre will be Hip-Hop #SpotifyWrapped
## 3775                                                                                                    I predict my top artist will be [@SB19Official ] #SpotifyWrapped
## 3776                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped memorias o casualidad
## 3777                                                                                                 I predict my top genre will be,,, C-Drama OST ????  #SpotifyWrapped
## 3778                                                                                            I predict my top artist will be… #SpotifyWrapped https://t.co/nrTKHETOEA
## 3779                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  you already know #TaylorSwift 😊😊
## 3780                                                                                                         I predict my top artist will be @asakemusik #SpotifyWrapped
## 3781                                           me acting suprised when my spotify wrapped artists are all the same as last year #SpotifyWrapped  https://t.co/JwHVyeCQ90
## 3782                                                                                            so fucking ready to see how fucked up i was this year !!!#SpotifyWrapped
## 3783                                                                                                                          Literally so excited for #SpotifyWrapped 🥰
## 3784                                                                                        I predict my most played song will be Blood Wine by @abvblw_ #SpotifyWrapped
## 3785                                                                                               I predict my most played song will be [perfect pair ] #SpotifyWrapped
## 3786                                                                                  no predictions i know for a FACT:\n\nmy top artist will be Beyoncé #SpotifyWrapped
## 3787                                                                                                         I predict my top artist will be [Lady Gaga] #SpotifyWrapped
## 3788                                                                                 I predict my top podcast will be [Very Really Good - Kurtis Conner] #SpotifyWrapped
## 3789                                                           i dont even post screenshots of my spotify wrapped, i screenrecord that shit and tweet it #SpotifyWrapped
## 3790                                                                                                            I predict my top genre will be Afrobeats #SpotifyWrapped
## 3791                                                                                                             i bet not see any yeat or NBA youngdude #SpotifyWrapped
## 3792                                                                                                                   I'm ready #SpotifyWrapped https://t.co/Z5Z6NOaMcX
## 3793                                                                                                        I predict my top podcast will be Fair enough #SpotifyWrapped
## 3794                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 3795                       I predict my most played song will be \n\nA powerwolf song- something between Where the wild wolve have gone or lupus dei\n\n #SpotifyWrapped
## 3796                        @Daily_Serah I predict @Daily_Serah's most played song will be A Quick One Before The Eternal Worm Devours Connecti… https://t.co/bjvxDtNxd1
## 3797                                                                                               I predict my most played song will be something Asake #SpotifyWrapped
## 3798                      99bookmarking https://t.co/O1SDWdDKuo \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/dRSpP2Btq4
## 3799                                                                                        I predict my most played song will be highschool sweethearts #SpotifyWrapped
## 3800                                                                                                I predict my most played song will be LWYMMD o KARMA #SpotifyWrapped
## 3801                         Free Social Bookmarking Website | Get high quality backlinks https://t.co/OatXTt03Cg via @flipboard \n\n#Analytics… https://t.co/69JP7lCFeC
## 3802                         Free Social Bookmarking Website | Get high quality backlinks https://t.co/d985Qel333 via @flipboard \n\n#Analytics… https://t.co/3dj1RBD23x
## 3803                                                                                               I predict my top artist will be [Megan Thee Stallion] #SpotifyWrapped
## 3804                                                                 I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped The Creative Penn
## 3805                                                                                                             I predict my top artist will be normani #SpotifyWrapped
## 3806                                                                                      I predict my most played song will be Toca Brillar de @JosDice #SpotifyWrapped
## 3807                                                                                                 I predict my top artist will be Hamilton Soundtrack #SpotifyWrapped
## 3808                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3809                                                                                            I predict my top genre will be Country, if not Pop Punk. #SpotifyWrapped
## 3810                                                                                                      I predict my top artist will be Gang of Youths #SpotifyWrapped
## 3811                                                                                                                I predict my top genre will be [RnB] #SpotifyWrapped
## 3812                                                                                                          I predict my top artist will be [youngboy] #SpotifyWrapped
## 3813                                                                                                             I predict my top artist will be stormzy #SpotifyWrapped
## 3814                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped sci-fi
## 3815                                                                                                  i predict my top artist will be @LovelyPeach2001 \n#SpotifyWrapped
## 3816                                                                                                        I predict my top genre will be [melodic rap] #SpotifyWrapped
## 3817                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 3818                                                                                          I predict my most played song will be [cardboard box- flo] #SpotifyWrapped
## 3819                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Jimi Hendrix
## 3820                                                  I predict my most played song will be [Among Us In Real Life] #SpotifyWrapped\nidk why it just always used to play
## 3821                                                                                                 I predict my most played song will be [bring it on] #SpotifyWrapped
## 3822                              Grow Your Social Media Presence with Us, Get Boost It Today at an Affordable Price.\nhttps://t.co/fIeqFUYLox👈… https://t.co/16K07zYJf6
## 3823                                                                                             I predict my most played song will be [shut up stormzy] #SpotifyWrapped
## 3824                                                                                                               I predict my top artist will be ATEEZ #SpotifyWrapped
## 3825                                                                                                       I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped
## 3826                                                                                                     I wonder what my #SpotifyWrapped will look like this year hhhhh
## 3827                                                                                                     I predict my top artist will be [billie eilish] #SpotifyWrapped
## 3828                                                                    I predict my top artist will be BTS like it has been for the past 7 years LMAOOO #SpotifyWrapped
## 3829                                                                                     I predict my most played song will be [Pink Venom by Blackpink] #SpotifyWrapped
## 3830                        Can’t wait to see my #SpotifyWrapped  but guess it will be our lovely boys as always (and of course Niall too but I… https://t.co/rvaVAGz18C
## 3831                         I'm excited. It's going to be an unhinged mess for me. Metal, the Miami Boys Choir because their Jewish psalm song… https://t.co/HZHyCunBJL
## 3832                            I cant wait till i find out my #SpotifyWrapped is going to be effected by what one random month i kept listening to the backstreet boys.
## 3833                                                   Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 3834                                                                                              I predict my most played song will be [keep driving😍😍] #SpotifyWrapped
## 3835                                                                                                         I predict my top artist will be The Weeknd! #SpotifyWrapped
## 3836                                                                                                I predict my most played song will be 'Out Of Time ' #SpotifyWrapped
## 3837                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I predict it’s gonna be @iambeckyg
## 3838                                                                     I imagine that my #SpotifyWrapped will be something similar to this ... https://t.co/IsmNfLpI2s
## 3839                                                                                                   I predict my top artist will be TAYLOR SWIFT 😍😍😍😍 #SpotifyWrapped
## 3840                                                                     I predict my most played song will be Everything’s Electric by @liamgallagher   #SpotifyWrapped
## 3841                         Not to brag, but these tickets would sell faster than #whenwewereyoung. 😂\n\nStill waiting on my #SpotifyWrapped. 😒 https://t.co/whfUuXheZi
## 3842                                                                                         my most played song will probably be running up that hill 💀 #SpotifyWrapped
## 3843                                                                                                                i am not ready for the embarrassment #SpotifyWrapped
## 3844                                                                                                      I predict my top podcast will be anything goes #SpotifyWrapped
## 3845                                                                             I predict my top artist will be [ @katevogelx ] #SpotifyWrapped https://t.co/CbN9RlvcFJ
## 3846                                                                                      just got my #SpotifyWrapped in and I’m actually in the top .05% of silly geese
## 3847                                                                                                               People don’t know how bad I need my #SpotifyWrapped 😭
## 3848                                                                                               I predict my top artist will be SHINee, DPR or ATEEZ  #SpotifyWrapped
## 3849                                                                                                    i predict my top artist will be @LovelyPeach2001 #SpotifyWrapped
## 3850                                                                               Sabrina Carpenter No Word\nhttps://t.co/5C6Xb5P0tY\n#sabrinacarpenter #SpotifyWrapped
## 3851                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3852                                           I literally can't predict what my #SpotifyWrapped will look like. I know Iggy is going to be #1 artist but the rest is ??
## 3853                                                                                                          I predict my top artist will be @yunggravy #SpotifyWrapped
## 3854                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 3855                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3856                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 3857                                                                    I predict my most played song will be golden hour gotta be in at least the top 5 #SpotifyWrapped
## 3858                                                                                                  I predict my most played song will be block me out #SpotifyWrapped
## 3859                                    I predict my most played song will be Illusion by Aespa OR OR OR Neo got my back (no i won’t take any questions) #SpotifyWrapped
## 3860                                                                                            I predict my most played song will be [Film out by BTS ] #SpotifyWrapped
## 3861                                                                                        I predict my most played song will be my shot from Hamilton 😅#SpotifyWrapped
## 3862                                                                                                                    #SpotifyWrapped im ready https://t.co/GOZiiOEJeM
## 3863                                                                                                   I predict my top artist will be freddie dredd ⚒️⚒️⚒️ #SpotifyWrapped
## 3864                                                          I predict my most played song will be me and my husband by mitski (i am severely unstable) #SpotifyWrapped
## 3865                                                                                       I predict my top artist will be [fka twigs or kendrick lamar] #SpotifyWrapped
## 3866                                        What my #SpotifyWrapped expect of me vs what it's probably gonna look like. https://t.co/flBWhsGvim… https://t.co/KHChui0McH
## 3867                                                                                                    I predict my top artist will be @ENHYPEN_members #SpotifyWrapped
## 3868                                                                                                     I predict my top artist will be Shakira Shakira #SpotifyWrapped
## 3869                                                                                                 I predict my top genre will be K-pop cause Enhypen! #SpotifyWrapped
## 3870                                                                                  @Spotify my birthday was horrible my girl left me today but I wait #SpotifyWrapped
## 3871                                                                                                   I predict my top genre will be pop or alternative #SpotifyWrapped
## 3872                        I predict my most played song will be either Shakes by #StevieHowie, Blow by @JacksonWang852 or I Need The Light by… https://t.co/1VwKcWOXc6
## 3873                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 3874                      #SpotifyWrapped predictions for 2022:\nTop Song: Origami Angel - Doctor Whomst\nTop Artist: Origami Angel\nTop Genre:… https://t.co/AEQGOKrn9V
## 3875                                                                                                  Who all coming? #SpotifyWrapped #instafest https://t.co/9uMH9BiMwe
## 3876                                                                                             I predict my most played song will be [chameleon paint] #SpotifyWrapped
## 3877                                                                                        I predict my top artist will be taylor swift or Harry styles #SpotifyWrapped
## 3878                                                                                        I predict my top artist will be @MIWband or @AlphaWolfCVLT \n#SpotifyWrapped
## 3879                                                                I predict my top artist will be [beyonce, Christina, Justin Bieber, poppy, and kali] #SpotifyWrapped
## 3880                                                                         I predict my most played song will be daylight or satellite by Harry styles #SpotifyWrapped
## 3881                                                       I predict my most played song will be How did we get there from Last Train (wise choice haha) #SpotifyWrapped
## 3882                                                                    I predict my most played song will be [Hurt Me So Good, Cuff It, or Tia Tamera🤣] #SpotifyWrapped
## 3883                                                                                                            I predict my top genre will be Post-rock #SpotifyWrapped
## 3884                          My boyfriend (real) is gonna be my #2 artist and my boyfriend's polycule is gonna be my #1, that's my prediction.… https://t.co/3mKb6KVgfC
## 3885                                                                                                       I predict my most played song will be Ay Mamá #SpotifyWrapped
## 3886                                                                                        I predict my most played song will be Te Felicito by Shakira #SpotifyWrapped
## 3887                         Just remembered, since #SpotifyWrapped is here again... Someone asked if we'd be putting These Backwards Echoes on… https://t.co/QoiX0aOj5e
## 3888                                                                                                               I predict my top artist will be Elder #SpotifyWrapped
## 3889                                 I predict my top podcast will be “ten minute bible hour podcast” by @MattWhitmanTMBH (or “Cults” by @ParcastNetwork #SpotifyWrapped
## 3890                                                                                               my  #SpotifyWrapped is gonna be a mess because of my driving playlist
## 3891                                               I predict my most played song will be fast times, f u lol, life waster, i'm that girl, and ya llegué  #SpotifyWrapped
## 3892                                                                                                          I believe my top artist is gonna be @poppy #SpotifyWrapped
## 3893                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3894                                                                                                              my #SpotifyWrapped predictions https://t.co/ParOH04l0F
## 3895                                                                                I predict my most played song will be [Murder Machines by Marillion] #SpotifyWrapped
## 3896                                                   My #SpotifyWrapped is going to be female dominated for sure. This was the year of women. They made the best music
## 3897                                                                                               I predict my top artist will be Twice or Taylor Swift #SpotifyWrapped
## 3898                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3899                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 3900                    Here’s a list of people I do not respect:\n\n-murderers\n-assholes\n-people who post their #SpotifyWrapped on any social platform \n-narcissists
## 3901                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 3902                                                                                                          I predict my top artist will be @idlesband #SpotifyWrapped
## 3903                                                                                                    I predict my top artist will be @wesleydeanmusic #SpotifyWrapped
## 3904                                                                    I predict my most played song will be Because i liked a boy by Sabrina Carpenter #SpotifyWrapped
## 3905                                                                                 I predict my most played song will be “sunshine” by @shortstackband #SpotifyWrapped
## 3906                       I predict my top artist will be...\nyou'll never guess. (it will be american music duo i don't know how but they fou… https://t.co/7Xer1kTS1D
## 3907                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3908                                                                                           I predict my most played song will be Linda de la Rosalía #SpotifyWrapped
## 3909                                                                                                             My #SpotifyWrapped every year 🤭 https://t.co/WMobuwFwX3
## 3910                                              Another year of #SpotifyWrapped, another year of not knowing what I listened to this year bc YouTube Premium for life.
## 3911                                                                        I predict my top artist will be @JYPETWICE  #SpotifyWrapped \n#TWICE https://t.co/RyB1MUXtky
## 3912                                                                               I predict my most played song will be New Romantics by Taylor Swift \n#SpotifyWrapped
## 3913                                                                                    I predict my most played song will be I Am All of Me by Crush 40 #SpotifyWrapped
## 3914                                               ok here we go. i predict my most played song will be [paiii.sensation by yunosuke or puzzle by loona] #SpotifyWrapped
## 3915                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3916                      I predict my most played song will be THE ENTERTAINMENT. #SpotifyWrapped \n\nIf this happens, I will never live it do… https://t.co/u8MXUcPLH7
## 3917                                                                               my toxic trait is that victorious cast will be my #1 artist this year #SpotifyWrapped
## 3918                                                                                                    I predict my top artist will be [Camila Cabello] #SpotifyWrapped
## 3919                                                                                                              I predict my top genre will be [metal] #SpotifyWrapped
## 3920                                                                                                  are u all idiots it usually comes out december 1st #SpotifyWrapped
## 3921                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3922                                                                                   I predict my most played song will be [bam bam by camila cabello] #SpotifyWrapped
## 3923                                                                                     I predict my most played song will be Reggae. Lee Scratch Perry #SpotifyWrapped
## 3924                                                               I predict my top podcast will be non ne ascolto quindi boh solo le canzoni unrealised #SpotifyWrapped
## 3925                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3926                                                                              @LornaShore were my #1 band in my #SpotifyWrapped 2022 since February. Calling it now.
## 3927                                                                                        That #SpotifyWrapped shit is hard asf🔥 Slick jealous 😂😂 s/o Apple Music tho.
## 3928                                       I predict my most played song will be [all too well (10 minutes version) (taylor’s version) (from the vault)] #SpotifyWrapped
## 3929                                                                                                             i expect my #SpotifyWrapped to be embarrassing as hell.
## 3930                                                                                                    I predict my top artist will be [James Marriott] #SpotifyWrapped
## 3931                                                                                                      I predict my top artist will be [harry styles] #SpotifyWrapped
## 3932                                                                                                                                bully me already bro #SpotifyWrapped
## 3933                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 3934                                                                                                                              i NEED #SpotifyWrapped to come out alr
## 3935                                                                   I predict my most played song will be [Where has everyone gone by James Marriott] #SpotifyWrapped
## 3936                                                                                                          I predict my top artist will be [slipknot] #SpotifyWrapped
## 3937                                                                                       I predict my most played song will be [home by one direction] #SpotifyWrapped
## 3938                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 3939                    My #SpotifyWrapped won’t tell me anything new. \n\nYou listened to a concerning amount of #HarryStyles \n\nYou listened… https://t.co/6q5IrUkaqH
## 3940                                                                                                         I predict my top podcast will be Archetypes #SpotifyWrapped
## 3941                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3942                                                          I predict my most played song will be Tití Me Preguntó, I played it way too much this year #SpotifyWrapped
## 3943                                                                                      I predict my most played song will be Daylight by Harry styles #SpotifyWrapped
## 3944                   I predict my #SpotifyWrapped will be, in no particular order:\nJon Hopkins\nNathan Fake\nFloating Points\nBurial\nThom Y… https://t.co/uuvVW8Pvnu
## 3945                                                                                                            I predict my top genre will be Reggaeton #SpotifyWrapped
## 3946                                                                                                        I predict my top artist will be lilbubblegum #SpotifyWrapped
## 3947                                                                                                                           PLEASE DROP IT PLEASE BRO #SpotifyWrapped
## 3948                                                                                                       I predict my top artist will be uhhhhhhhh BTS #SpotifyWrapped
## 3949                                                                                                        I predict my top artist will be @luansantana #SpotifyWrapped
## 3950                              🍺🌮🍕🍗🍔🍟🥩🍝SAVE $15 OFF 3 MEALS OVER $30 (BEFORE TAXES)-DOORDASH: https://t.co/Rg3WjtcHLr\n\n🇨🇦CANADA ONLY🇨🇦 #Ad… https://t.co/6gNxAWKUqk
## 3951                                                                                                        I predict my top podcast will be #Archetypes #SpotifyWrapped
## 3952                                                                                   I predict my most played song will be ‘Danger’ by Jourdin Pauline #SpotifyWrapped
## 3953                        Sorry in advance when I share my #SpotifyWrapped, but if I must be cursed with the knowledge of my musical mishaps,… https://t.co/k9iMHMdved
## 3954                                                                                          I’m ready for it - drop it already #SpotifyWrapped https://t.co/u13NZlT60H
## 3955                                                                                         I predict my top podcast will be "CARROSEL" by @osprimosboy #SpotifyWrapped
## 3956                        I predict my most played song will be either 'All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)'… https://t.co/C8U4PXbDjP
## 3957                                                                       I predict my most played song will be Don’t Take The Money by @bleachersmusic #SpotifyWrapped
## 3958                                                                                     I predict my top podcast will be I don’t listen to podcasts lol #SpotifyWrapped
## 3959                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 3960                                                                                                            I predict my top artist will be ZZCCMXTP #SpotifyWrapped
## 3961                                                                                                           I predict my top artist will be seventeen #SpotifyWrapped
## 3962                                                                                            What the fuck is a post-teen pop #SpotifyWrapped https://t.co/U52fv3VV1p
## 3963                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 3964                                                                                                   I predict my top artist will be Machine Gun Kelly #SpotifyWrapped
## 3965                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 3966                                  I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version)  From the Vault… https://t.co/aVjERRIcYm
## 3967                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3968                                                                                                             I predict my top artist will be [Jakey] #SpotifyWrapped
## 3969                                                                                                   I predict my most played song will be don quixote #SpotifyWrapped
## 3970                                                                         I predict my most played song will be [Cassandra by Florence + The Machine] #SpotifyWrapped
## 3971                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 3972                                                                                                       I predict my top artist will be Harry Styles  #SpotifyWrapped
## 3973                                                                                            I predict my most played song will be Crica 2013 (Jaden) #SpotifyWrapped
## 3974                                                                                                 I predict my most played song will be hangover cure #SpotifyWrapped
## 3975                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped   \n\n#ArchetypesWithMeghan
## 3976                                                                                     Me wanting Spotify to drop my #SpotifyWrapped this year https://t.co/aBbRNQLb2C
## 3977                                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype
## 3978                        If you are into indie acoustic music, check out my project, also, Support indie artists because some of the best mu… https://t.co/DxsBpLTUTc
## 3979                                                                       Can’t wait for my #SpotifyWrapped to tell me I’ve listened to too much Taylor Swift this year
## 3980                                                                              I predict my most played song will be 'Satellite' by Harry Styles 🛰️✨❤️ #SpotifyWrapped
## 3981                                got7 is trending, portugal is trending, #keshiInJKT , and onge is trending too rn, and dont forget this app… https://t.co/KgG9FWcdZH
## 3982                                                                                             I predict my top podcast will be [The Nemeton Podcast ] #SpotifyWrapped
## 3983                                                                                                      I predict my top artist will be [sublime easy] #SpotifyWrapped
## 3984                          @MonaAmbegaonkar All creation of Godi media &amp; BJP Govt &amp; Modi @republic @TimesNow @aajtak #SpotifyWrapped… https://t.co/ojig0xpW0h
## 3985                                                                                              #SpotifyWrapped mine is definitely Beyoncé \nTaylor is a closed second
## 3986                                                                                    I predict my most played song will be Funeral Grey by Waterparks #SpotifyWrapped
## 3987                                                                                               I predict my top artist will be [Tomorrow X Together] #SpotifyWrapped
## 3988                         #Music #MusicNews #business #spotify #spotifywrapped Spotify Wrapped 2022: Streaming Service Promises ‘All Will Be… https://t.co/lXP1V6GAGM
## 3989                                                                                                      I predict my top genre will be [metal or rock] #SpotifyWrapped
## 3990                                                                                                      I predict my top genre will be pop seguramente #SpotifyWrapped
## 3991                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 3992                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 3993                              Are you ready to kill the pain? Livestream concert this thursday. Link in bio #SpotifyWrapped #apple #lilpeep… https://t.co/FXPbd9L76y
## 3994                                                                                                I predict my most played song will be [kill the sub] #SpotifyWrapped
## 3995                                                                                        I predict my most played song will be … ni idea sinceramente #SpotifyWrapped
## 3996                                                                                                             I predict my top podcast will be BANTER #SpotifyWrapped
## 3997                                                                                             seriously thought #SpotifyWrapped would drop today to take the edge off
## 3998                                                                                     I predict my most played song will be As it was by Harry Styles #SpotifyWrapped
## 3999                                                                                                    I predict my top artist will be Chase Atlantic 😭 #SpotifyWrapped
## 4000                                                                                               I predict my most played song will be [THUNDERSTRIKE] #SpotifyWrapped
## 4001                                                                                                                                                when #SpotifyWrapped
## 4002                                                                        I predict my top podcast will be Hasta La Vista o Ricardo Fort by Damian Kuc #SpotifyWrapped
## 4003                               Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/jEuR6BOMhs
## 4004                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #Archetypes        \n\n#archetypesonspotify
## 4005                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped At the Edge of the Sea
## 4006                                                                                                  I predict my top artist will be Panic at the Disco #SpotifyWrapped
## 4007                                                                                                     I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 4008                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 4009                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4010                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4011                                                                I predict my most played song will be God Killed Rock and Roll by Panic at the Disco #SpotifyWrapped
## 4012                                                                                 I predict my top artist will be Fleetwood Mac, The Smiths or Pixies #SpotifyWrapped
## 4013                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 4014                                                                                      I predict my most played song will be Brazil by Declan McKenna #SpotifyWrapped
## 4015                                                          I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \nArchetypes with Meghan
## 4016                                                                           SPOTIFY SHOLD GET THEIR CALCULATIONS RIGHT 💀💀💀\n\n#SpotifyWrapped https://t.co/NL5EynKcGx
## 4017                                                                                        I predict my most played song will be Sundial by Lemon Demon #SpotifyWrapped
## 4018                                                                                                     I predict my top artist will be @cepedaoficial  #SpotifyWrapped
## 4019                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 4020                                                                                                   Y’all better hurry it up  #SpotifyWrapped https://t.co/SbZMFlVe8c
## 4021                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4022                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 4023                                                                                                I predict my top artist will be Draconian (or Epica) #SpotifyWrapped
## 4024                                                                                                        I predict my top artist will be Nicki Minaj 🫡#SpotifyWrapped
## 4025                                 I predict my most played song will be Change My Clothes by Alec Benjamin and Dream \nor Mary on a Cross by Ghost \n #SpotifyWrapped
## 4026                                                                                 I predict my most played song will be La Bachata from Manuel Turizo #SpotifyWrapped
## 4027                                         I predict my most played song will be [All Too Well (10 minute version)(Taylor’s Version) (from the vault)] #SpotifyWrapped
## 4028                                                                                                                                pov: usi apple music #SpotifyWrapped
## 4029                                                                                            My #SpotifyWrapped is going to eat up... I think https://t.co/4vdhugNIAu
## 4030                                                                                                                      Getting ready for my Wrapped.\n#SpotifyWrapped
## 4031                                                                           I predict my most played song will be Death of peace of mind by bad omens #SpotifyWrapped
## 4032                                                                I predict my top podcast will be [Archetype ] #SpotifyWrapped  \n\n#Archetypes #ArchetypesWithMeghan
## 4033                                                                   I predict my top podcast will be none since I haven't listened to any this year!\n#SpotifyWrapped
## 4034                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 4035                                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetypes
## 4036                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 4037                                                                                                        I predict my top podcast will be Archetype.  #SpotifyWrapped
## 4038                     Check out my 5-star review #fiverrgigs\nGreat experience. Understood my concept and got me exactly what I needed\n \n☞… https://t.co/CJ0K2DWCWk
## 4039                                                                                                            I predict my top artist will be ABBA.\n\n#SpotifyWrapped
## 4040                                                                                                     so fun! 🙈\n#Spotifyfest #SpotifyWrapped https://t.co/vLJfBksHhu
## 4041                                                                                                           I predict my top genre will be pop rock \n#SpotifyWrapped
## 4042                                                                                                          I predict my top artist will be @LittleMix #SpotifyWrapped
## 4043                                                                                                    I predict my most played song will be marionette #SpotifyWrapped
## 4044                                                           i hope you know that if my #SpotifyWrapped \nis embarrassing then I will never post on this account again
## 4045                                                                                                       I predict my top artist will be ✨Demonhunter #SpotifyWrapped
## 4046                                                                                                                I predict my top genre will be Pop.\n#SpotifyWrapped
## 4047                                                                            I predict my top podcast will be @LastStandMedia Sacred Symbols for sure #SpotifyWrapped
## 4048                                                                                                          I predict my top artist will be @Halestorm #SpotifyWrapped
## 4049                                                                                              I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 4050                                                                                         I predict my most played song will be cool for cats or pink #SpotifyWrapped
## 4051                                                                                                      I predict my top genre will be Symphonic Metal #SpotifyWrapped
## 4052                                                                                                        I predict my top artist will be @alterbridge #SpotifyWrapped
## 4053                                                                                      I predict my most played song will be [Archetypes with Meghan] #SpotifyWrapped
## 4054                                i already know for a fact my top artist this year is @Jessiereyez no questions asked. it’s called having good taste. #SpotifyWrapped
## 4055                                                                               I need #SpotifyWrapped to drop already so I can feel superior about my taste in music
## 4056                    Learn Free\n\nCSS animation-duration Properties :- https://t.co/DdiFUlfak5 \n\n#100daysOfCode #coding #CyberMonday Ghan… https://t.co/yAwD2nzmi2
## 4057                                                                                                         #SpotifyWrapped most  played so far https://t.co/QhCGKw49Dp
## 4058                                                                                                     I predict my top genre will be Rock &amp; Metal #SpotifyWrapped
## 4059                                                                                                I predict my most played song will be Dancing Queen. #SpotifyWrapped
## 4060                                                                             I predict my most played song will be A Phantom Dissonance by Draconian #SpotifyWrapped
## 4061                        Along with #SpotifyWrapped this year they should let me reset my Discover Weekly recommendations as they used to be… https://t.co/hHJoPp3vqe
## 4062                                                                                       I predict my most played song will be Stick Season @NoahKahan #SpotifyWrapped
## 4063                                                                                                           I predict my top artist will be @gorillaz #SpotifyWrapped
## 4064                                                                                                  I predict my most played song will be Keep Driving #SpotifyWrapped
## 4065                                                                                                                                           i’m ready #SpotifyWrapped
## 4066                                                                                                   I predict my top artist will be Lana Del Rey duhh #SpotifyWrapped
## 4067                                                                                                       I predict my top genre will be Hip Hop or Pop #SpotifyWrapped
## 4068                                                                                          I predict my top podcast will be @pijayquinqui AMOREEEE\n\n#SpotifyWrapped
## 4069                                                                                                     I predict my most played song will be As it was #SpotifyWrapped
## 4070                               Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/uLAnCAsuA7
## 4071                                                                              I predict my most played song this year is I’ll do it - @heidimontag 👸🏼#SpotifyWrapped
## 4072                                                                                          I predict my most played song will be "CUFF IT" by Beyoncé #SpotifyWrapped
## 4073                                                                                                               I predict my top artist will be Lizzo #SpotifyWrapped
## 4074                                                                                                        I predict my top artist will be @pledis_17 💖 #SpotifyWrapped
## 4075                                                                                                    I predict my top artist will be Taylor obviously #SpotifyWrapped
## 4076                                                                                                                 I’M SO EXCITED FOR #SpotifyWrapped    THIS YEAR!! 🤩
## 4077                                                                                                        I predict my top artist will be harry styles #SpotifyWrapped
## 4078                                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGolden hour
## 4079                                                                             I predict my most played song will be I know the end by phoebe bridgers #SpotifyWrapped
## 4080                                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped nbdh por indie puto
## 4081                                                                                      I predict my top artist will be battle beast or Bo Burnham idk #SpotifyWrapped
## 4082                                                                                              I predict my top podcast will be The Sandman Dreamcast #SpotifyWrapped
## 4083                                                                                                          I predict my top artist will be Juice WRLD #SpotifyWrapped
## 4084                                                                                                              I predict my top genre will be pop obv #SpotifyWrapped
## 4085                                                                                                                           Patiently waiting on our #SpotifyWrapped.
## 4086                                                                               LOL THIS LINEUP\n\n#Kpop #StrayKids #Exo #Txt #SpotifyWrapped https://t.co/my3fBXHOwN
## 4087                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped a mi me gusta el rock
## 4088                                  Check out my Gig on Fiverr: startup investor ready business plan financial plan grant proposal pitch deck… https://t.co/D2FeTPFFhT
## 4089                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped no se que es esta chota seguro devil's advocate
## 4090                                                                                       I predict my most played song will be all too well 10 min ver #SpotifyWrapped
## 4091                                                                                        I predict my most played song will be Wicked Ways @Halestorm #SpotifyWrapped
## 4092                                                                                        I predict my most played song will be Bye Bye by Juice WRLD  #SpotifyWrapped
## 4093                                                                                                       I predict my top artist will be [One Ok Rock] #SpotifyWrapped
## 4094                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Fantasy  @MariahCarey #lambily
## 4095                                                                                                     I predict my top artist will be @wolfalicemusic #SpotifyWrapped
## 4096                                                                                                       I predict my top artist will be Guns ‘n Roses #SpotifyWrapped
## 4097                                                                                                             I predict my top genre will be [J-rock] #SpotifyWrapped
## 4098                                                                                  I predict my top genre will be rock or sum along the lines of that #SpotifyWrapped
## 4099                                       Check out my Gig on Fiverr: do automations and onboarding clients campaigns workflows at gohighlevel… https://t.co/JqCJUb7LHh
## 4100                                                                                                     I predict my top artist will be  @SammyRaeMusic #SpotifyWrapped
## 4101                                                                                                 I predict my top podcast will be my favorite murder #SpotifyWrapped
## 4102                                                                                I predict my most played song will be [Save Yourself by One Ok Rock] #SpotifyWrapped
## 4103                                                                                                    I predict my top podcast will be Conspirituality #SpotifyWrapped
## 4104                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4105                               Check out my Gig on Fiverr: setup monday CRM for monday on monday com clickup consultant asana trello notion… https://t.co/juzLx5fQY9
## 4106                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 4107                                                                                                   I predict my top artist will be @Louis_Tomlinson  #SpotifyWrapped
## 4108                                                     I predict my most played song will be BATSHIT! By WILLOW or uhhh Murder In My Mind by Kordhell  #SpotifyWrapped
## 4109                                   Check out my Gig on Fiverr: do bubble website bubble app web app mvp bubbleio flutterflow webflow expert… https://t.co/AzX8mMFOaZ
## 4110                               Check out my Gig on Fiverr: develop squarespace template squarespace ecommerce squarespace website developer… https://t.co/GHwhalBihJ
## 4111                                                                                     I predict my most played song will be As It Was by Harry Styles #SpotifyWrapped
## 4112                                                                           I just know Drake is gonna be my top artist on my #SpotifyWrapped https://t.co/1vSBl8Y9Oi
## 4113                                                                                                  I predict my most played song will be Danko/Manuel #SpotifyWrapped
## 4114                                                                                        I predict my most played song will be Violet-V.1 by Shoobies #SpotifyWrapped
## 4115                                                                                  I predict my top artist will be I DONT KNOW HOW BUT THEY FOUND ME. #SpotifyWrapped
## 4116                                                                                                  I predict my top podcast will be probably the yard #SpotifyWrapped
## 4117                                         Check out my Gig on Fiverr: followup boss on kvcore kv core sierra interactives order flow georgia… https://t.co/uHkkhEyDO6
## 4118                                                                                                       I predict my top artist will be @MartinGarrix #SpotifyWrapped
## 4119                                                                                      I predict my top artist will be harry styles or Sufjan stevens #SpotifyWrapped
## 4120                                                                                                  I predict my most played song will be Ode To Sleep #SpotifyWrapped
## 4121                                                                                       @Spotify Folks waiting hard on that #SpotifyWrapped 😂 https://t.co/AKgqtZmdWo
## 4122                                 Check out my Gig on Fiverr: do intercom business leads linkedin post crunchbase apollo b2b lead generation… https://t.co/nCq5UqNPIf
## 4123                                                                                        I predict my top genre will be kpop  #SpotifyWrapped https://t.co/nbvIKHyb6Q
## 4124                                                                             I predict my top podcast will be nothing, since I don't listen to any 💀 #SpotifyWrapped
## 4125                                                                                          I’m actually so curious to see what my #SpotifyWrapped is gunna look like.
## 4126                      I will setup editable canva template for your social media feed\nhttps://t.co/CEyvIaUq0e\n#SpotifyWrapped #SaniaMirza… https://t.co/3VvhvjLIHm
## 4127                                                                                                     watch my most played song be me myself &amp; I\n#SpotifyWrapped
## 4128                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4129                                                                                             I predict my most played song will be miss misery maybe #SpotifyWrapped
## 4130                                                                                                       I predict my top artist will be Mac Miller 🫶🏼 #SpotifyWrapped
## 4131                                                                                 I predict my top artist will be either Harry styles or Conan gray.  #SpotifyWrapped
## 4132                                                                                                            I predict my top artist will be Rod Wave #SpotifyWrapped
## 4133                                    Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped     THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend
## 4134                                                                                        I predict my most played song will be Creature by half.alive #SpotifyWrapped
## 4135                                                                                                                  I predict my top genre will be EDM #SpotifyWrapped
## 4136                      This is the first year in a long time where the kids have seemingly kept themselves well away from my Spotify.\n\nBri… https://t.co/aM9U6YHmmM
## 4137                                                                                          I predict my most played song will be [drip or all I need] #SpotifyWrapped
## 4138                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4139                                                                            My most played song will probably by something by Nic D. Maybe Serotonin #SpotifyWrapped
## 4140                        With #SpotifyWrapped around the corner, I made a playlist celebrating the best in grime (so far)! Make sure to chec… https://t.co/5j94sXohqE
## 4141                                                          I predict my top genre will be Pop Music! #SpotifyWrapped https://t.co/NV2bRNGtal… https://t.co/1zwGQ1nsc5
## 4142                                                               I predict my top genre will be Pop. Since I have over 500 pop songs in one playlist 👍 #SpotifyWrapped
## 4143                                                      I predict my top genre will be whatever Genre Rod Wave fits into most. RnB, Hip Hop, Soul-trap #SpotifyWrapped
## 4144                                                                          #SpotifyWrapped mine last year I would love to know what's changed https://t.co/FW2S7V6fal
## 4145                               #SpotifyWrapped #hoodi #hoodies #hoodieseason #pullover #pullovers #pulloverhoodie #WhiteFriday #BlackFriday… https://t.co/FPqFRYW6Jf
## 4146                        I predict my most played song will be Nothing New (Feat. Pheobe Bridgers) (From The Vault) (Taylor's Version) - Tay… https://t.co/dEnqbfoff2
## 4147                                                                       You appear to have managed to not listen to any women all year. Well done lad #SpotifyWrapped
## 4148                                                                                                            I predict my top genre will be Vocaloid. #SpotifyWrapped
## 4149                                                                                                  I predict my top genre will be fFUCKING DREAM SMP. #SpotifyWrapped
## 4150                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @KodakBlack1k
## 4151                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop
## 4152                                                                                           I predict my most played song will be [Traffic by reggie] #SpotifyWrapped
## 4153                                                                                                                                            Me urge  #SpotifyWrapped
## 4154                                                Give the @Shapingrime end of year playlist a listen: Grime's Full Circle '22 #SpotifyWrapped https://t.co/4t39SMAv7W
## 4155                                                                                           I’m actually terrified to see my  #SpotifyWrapped https://t.co/mpgqikqMd2
## 4156                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4157                                                                                                     i’m more exicted about my #SpotifyWrapped than Christmas itself
## 4158                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @OffTheRecordHD
## 4159                                                                                                       I predict my top podcast will be Ear Buiscuts #SpotifyWrapped
## 4160                                                  I predict my top podcast will be literally the only podcast I listen to is no such thing as a fish #SpotifyWrapped
## 4161                                                                                                             I predict my top artist will be [Adele] #SpotifyWrapped
## 4162                                                                                                  I’m so excited, it’s almost the best time of year  #SpotifyWrapped
## 4163                                                                                          I predict my top genre will be hip hop and stuff like that #SpotifyWrapped
## 4164                                                                       I predict my top artist will be either The Score, Imagine Dragons, or Skillet #SpotifyWrapped
## 4165                                                                                                  I predict my most played song will be [Pure Water] #SpotifyWrapped
## 4166                                                                                                      I predict my top artist will be flowerguts lol #SpotifyWrapped
## 4167                                                                                                   I predict my most played song will be Moscow Mule #SpotifyWrapped
## 4168                                         I predict my most played song will be Either Golden, by Harry styles, or People watching, by Conan gray. ^^ #SpotifyWrapped
## 4169                                                                                          I predict my most played song will be Queer Recovery Club. #SpotifyWrapped
## 4170                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 4171                                                                                                      I predict my top genre will be rap most likely #SpotifyWrapped
## 4172                                                                                                         I predict my top artist will be Kanye West  #SpotifyWrapped
## 4173                                                                                           I predict my top artist will be [the gloom in the corner] #SpotifyWrapped
## 4174                                                                            I predict my top artist will be BILLIE EILISH 😻💪🏻#SpotifyWrapped https://t.co/djBQzl9HSe
## 4175                                                                                    I predict my most played song will be Street Runner, by Rod Wave #SpotifyWrapped
## 4176                                                                            I predict my top genre will be either Alternative Pop or Christian Rock. #SpotifyWrapped
## 4177                                       I predict my most played song will be almost certainly a flowerguts track. maybe human centipede. 1thing2say? #SpotifyWrapped
## 4178                                                                                      I predict my most played song will be [Faces on Film - Sonnet] #SpotifyWrapped
## 4179                                                                                                          I predict my top artist will be Ed Sheeran #SpotifyWrapped
## 4180                                                                                     I predict my most played song will be Unstoppable by the Score. #SpotifyWrapped
## 4181                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4182                         People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/MQHEiTq3Sc
## 4183                         People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/WRICRntU5F
## 4184                                                                                                       I predict my top genre will be kpop girlgroup #SpotifyWrapped
## 4185                                       Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped  THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend
## 4186                                                                                          I predict my most played song will be [gone with the wind] #SpotifyWrapped
## 4187                                                                                   I predict my most played song will be [Mortal Reminder-Pentakill] #SpotifyWrapped
## 4188                                                                                                                      Taste. #SpotifyWrapped https://t.co/ntiKGzQ4L5
## 4189                                                                                                       I predict my top artist will be lord @yeat1_  #SpotifyWrapped
## 4190                                                                                                            I predict my top artist will be [Riha. A]#SpotifyWrapped
## 4191                                                                                                manifesting #BTS and #jhope as the top artists in my #SpotifyWrapped
## 4192                                                                                                               I predict my top genre will be [SOUL] #SpotifyWrapped
## 4193                                                                                                   Where that #SpotifyWrapped at I’m waiting https://t.co/PzSUgSTq3y
## 4194                                                                                              I predict my top podcast will be WhatCulture Wrestling #SpotifyWrapped
## 4195                                                                                           I predict my most played song will be Maldivas - Ludmilla #SpotifyWrapped
## 4196                                          I predict my most played song will be Bill Clinton "I Did Not Have Sexual Relations with That Woman" 1998! #SpotifyWrapped
## 4197                                                               I predict my most played song will be Home is Where the Haunt Is by American Football #SpotifyWrapped
## 4198                                                              I predict my top artist will be Element of Crime , because I’m a sad little German boy #SpotifyWrapped
## 4199                                                                                        I predict my most played song will be samurai with a mission #SpotifyWrapped
## 4200                                                                                                                    I’M SO EXCITED FOR #SpotifyWrapped THIS YEAR!! 🤩
## 4201                                                                                       I predict my most played song will be Bam Bam @Camila_Cabello #SpotifyWrapped
## 4202                       New fit for John from last nights stream.\n#RedDeadRedemption2 #rdr2 #RedVelvet #FIFAWorldCupQatar2022 #PlayStation5… https://t.co/zlIiBi4JSx
## 4203                                                                                    I predict my top artist again this year will be @KatatoniaBand 🖤 #SpotifyWrapped
## 4204                                                                                                                        My #SpotifyWrapped would be prolly tripping.
## 4205                                                                                      I predict my most played song will be Knockin on Heaven’s Door #SpotifyWrapped
## 4206                                                                                                         I predict my top podcast will be @TheToast  #SpotifyWrapped
## 4207                                                                                                  I predict my top podcast will be [Football Weekly] #SpotifyWrapped
## 4208                                                                                       I predict my top artist will be coldplay AGAIN or age factory #SpotifyWrapped
## 4209                                                                                                         I predict my top artist will @taylorswift13 #SpotifyWrapped
## 4210                                                                                                     I predict my most played song will be FULL STOP #SpotifyWrapped
## 4211                                                                                                      I predict my top podcast will be Normal Gossip #SpotifyWrapped
## 4212                                                                         My #SpotifyWrapped this year is just going to be a fuckton of Van Halen and random hip-hop.
## 4213                                                                        I predict my most played song will be any song in the new Phoenix album 👀👀👀\n#SpotifyWrapped
## 4214                                                                                                         I predict my top artist will be Tom Grennan #SpotifyWrapped
## 4215                                                                                                             I predict my top artist will be [Jay-Z] #SpotifyWrapped
## 4216                                        I predict my most played song will be Galactic HQ Theme by insaneintherainmusic (for the third year running) #SpotifyWrapped
## 4217                                                                                                              I predict my top artist will be Halsey #SpotifyWrapped
## 4218                                                                                                                                @SpotifyEng Love you #SpotifyWrapped
## 4219                                                                                                          My predictions for #SpotifyWrapped https://t.co/r8uuRZxTEQ
## 4220                        #SpotifyWrapped holy fuck this # is  ugly, do they do this on purpose?! Is there some weird behavioral ux manipulat… https://t.co/4hbGnxt4Tf
## 4221                                                                                            I predict my top podcast will be [ #archetypesonspotify] #SpotifyWrapped
## 4222                                                                                                            I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 4223                                                                                                                   Taylor Swift will always be my #1 #SpotifyWrapped
## 4224                                                                                         I predict my most played song will be Seventeen Going Under #SpotifyWrapped
## 4225                                                                                             I predict my top artist will be arctic monkeys no doubt #SpotifyWrapped
## 4226                      I predict my most played song will be Re:Re: by Asian Kung Fu Generation, again. #SpotifyWrapped \n\nIt was last year… https://t.co/2SqcVPxwwE
## 4227                                                                                        I predict my top genre will be garage rock? Sheffield rock?? #SpotifyWrapped
## 4228                                                                                         I predict my top podcast will be the offline tv podcast???? #SpotifyWrapped
## 4229                             Learn Free\n\nCSS animation Properties :- https://t.co/AUtbx0cF3W\n\n#100daysOfCode #coding #CyberMonday Ghana… https://t.co/sNNs1aAnc3
## 4230                                                                                    I predict my most played song will be El diablo or Like a prayer #SpotifyWrapped
## 4231                              Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4Afbx\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 4232                                                                                                      I predict my top artist will be easy life obvs #SpotifyWrapped
## 4233                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4234                                                                                                       I predict my top artist will be @zephanijong  #SpotifyWrapped
## 4235                                                                                                  I predict my most played song will be 505 probably #SpotifyWrapped
## 4236                                                                                                                 I predict my top genre will be pop! #SpotifyWrapped
## 4237                                                                                                              I predict my top genre will be pop???? #SpotifyWrapped
## 4238                                                                                                      Here’s a preview of my #SpotifyWrapped https://t.co/BemqCKwqsY
## 4239                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4240                                                                                               I predict my top artist will be Adele or Taylor Swift #SpotifyWrapped
## 4241                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4242                                                             I predict my most played song will be @taylorswift13’s All Too Well (10 Minute Version) #SpotifyWrapped
## 4243                                                                         I predict my most played song will be because i liked a boy @SabrinaAnnLynn #SpotifyWrapped
## 4244                                                                            I predict my most played song will be Motion Sickness by Phoebe Bridgers #SpotifyWrapped
## 4245                                                                                               My  #SpotifyWrapped is Billie Eilish yours is https://t.co/yhN31u6NRg
## 4246                                                                                                  I predict my most played song will be All Too Well #SpotifyWrapped
## 4247                                                                  No looking forward to my #SpotifyWrapped it will show how badly I was depressed with the low hours
## 4248                                                                               I predict my top podcast will be [@FEAE_KilliePod ] watch this space. #SpotifyWrapped
## 4249                                                                                                          I predict my top artist will be Set It Off #SpotifyWrapped
## 4250                                                                                              I predict, no, i know my top artist will be Lady Gaga. #SpotifyWrapped
## 4251                                                                                                            I predict my top artist will be Megadeth #SpotifyWrapped
## 4252                                                                                                      I predict my top podcast will be #rundfunk17 \n#SpotifyWrapped
## 4253                                                                                                              I predict my top genre will be kpop gg #SpotifyWrapped
## 4254                                                                                   I predict my most played song will be Hayloft II by Mother Mother #SpotifyWrapped
## 4255                                                                                                              i predict my top artist will be mitski #SpotifyWrapped
## 4256                                                                                                           I predict my top artist will be skz or xh #SpotifyWrapped
## 4257                                                                                                     I predict my top genre will be Dance Pop, duh.  #SpotifyWrapped
## 4258                                                                         Our #SpotifyWrapped dropped early, pretty accurate we think 🙃 (1/4) https://t.co/TrLjBeZ4wm
## 4259                                                                                            I predict my top artist will be  conan gray 1!!2!3!4)6,6 #SpotifyWrapped
## 4260                                                                                                   I predict my top artist will be The Beatles #SpotifyWrapped crust
## 4261                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4262                                                                                          I predict my most played song will be Replay or Babylon. 🙊 #SpotifyWrapped
## 4263                                                                                    The way Frank and Bey are gonna be tusslin for the #1 spot on my #SpotifyWrapped
## 4264                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 4265                                                 I dont even have to wait my #SpotifyWrapped will be @billieeilish @KSI @LilNasX @sushitrash https://t.co/Ibf9JDfBJW
## 4266                                                                                                                  I predict my top genre will be Emo #SpotifyWrapped
## 4267                        This is the best graphic that highlights all your favorite musical artists🎵.  Kudos to @AnshaySaboo who created a b… https://t.co/D220aXTcKZ
## 4268                                                                                                  I predict my top podcast will be Rob Has A Podcast #SpotifyWrapped
## 4269                                                                                I predict my most played song will be #AlwaysLove by @LaurenJauregui #SpotifyWrapped
## 4270                                                                   I predict my most played song will be [cash in cash out/freestyle 2 (Ken Carson)] #SpotifyWrapped
## 4271                                                                                                                I predict my top artist will be Saba #SpotifyWrapped
## 4272                                                                                                          I predict my top genre will be rap music 🤖 #SpotifyWrapped
## 4273                                                                                                                                        AAAA SO CUTE #SpotifyWrapped
## 4274                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4275                                                                 I predict my most played song will be I Don't Think That I Like Her by Charlie Puth #SpotifyWrapped
## 4276                                                                                     I predict my most played song will be minds of men by FKA twigs #SpotifyWrapped
## 4277                                           i really don’t even need to see my #spotifywrapped. it’s just going to say i listened to 782 hours of yebba’s heartbreak.
## 4278                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped chuckle sandwich or girl rejects
## 4279                                                                                       I predict my top artist will be [YOUNG BOY NEVER BROKE AGAIN] #SpotifyWrapped
## 4280                                                                              I predict my most played song will be Running up that hill - Kate bush #SpotifyWrapped
## 4281                                                                                                            My #SpotifyWrapped predictions 🎶 https://t.co/WqJMdyvRzz
## 4282                                                                                                           I predict my top podcast will be THE READ #SpotifyWrapped
## 4283                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie pop
## 4284                                                                                                          I predict my top artist will be the queen 🐝#SpotifyWrapped
## 4285                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  bag of bones
## 4286                                                                                    I predict my most played song will be Badhead from @blurofficial #SpotifyWrapped
## 4287                                                                                                            I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 4288                                                                                                          I predict my top artist will be [ eminem ] #SpotifyWrapped
## 4289                                                                                                   I predict my top artist will be LANA DEL REY PTDR #SpotifyWrapped
## 4290                                                                                                                      Mood: #SpotifyWrapped\nhttps://t.co/vmkZEsFsIy
## 4291                                                                 y’all got me pumped up and for what? it ain’t even out yet  #SpotifyWrapped https://t.co/hvJkMp2oY8
## 4292                                                                 I predict my most played song will be [Expensive Taste -YOUNGBOY NEVER BROKE AGAIN] #SpotifyWrapped
## 4293                                                                                                         I predict my top podcast will be Dead Meat. #SpotifyWrapped
## 4294                                                                                                  I predict my top genre will be [R&amp;B/Soul duh!] #SpotifyWrapped
## 4295                                                                                   I predict my most played song will be White Dress by Lana Del Rey #SpotifyWrapped
## 4296                                                                                                           I predict my top genre will [hip hop/rap] #SpotifyWrapped
## 4297                                                                                                         I predict my top artist will be Bo Burnham. #SpotifyWrapped
## 4298                                                                                                               I predict my top genre will be K-Pop. #SpotifyWrapped
## 4299                         #SpotifyWrapped is dropping soon, so i thought it would be cool to try to guess what my top artist/song/genre was!… https://t.co/UwgcTwhs4V
## 4300                                                                                                   I predict my most played song will be [still dre] #SpotifyWrapped
## 4301                                                                                          I predict my most played song will be [Cuff It by Beyonce] #SpotifyWrapped
## 4302                                                               Let's go! South Korea vs Ghana JUST ANNOUNCED Spider-Man 2! #SpotifyWrapped 😊 https://t.co/jXGwYq4jko
## 4303                                                                                                                 I predict my top genre will be Pop. #SpotifyWrapped
## 4304                                                                             oooo i predict my top artist will be either @taylorswift13 @bts_bighit  #SpotifyWrapped
## 4305                                                                                 I predict my most played song will be probably a Taylor Swift' song #SpotifyWrapped
## 4306                                                                                    I predict my most played song will be [Lose yourself by Eminem ] #SpotifyWrapped
## 4307                                                                 I predict my most played song will be [basketball shoes by Black Country, New Road] #SpotifyWrapped
## 4308                                                                                         When you learn that #SpotifyWrapped is almost here. https://t.co/uc0tRX8JSk
## 4309                                                                                                        I predict my top artist will be @thekillers  #SpotifyWrapped
## 4310                                                                                        @ZhaneJahnice @suziementos dec 1 is #SpotifyWrapped , i'll start another day
## 4311                           Chanel Tissue Paper + Logo Stickers https://t.co/FnNMcZMsnJ \n#CyberMonday #ShopMyCloset #shoppingstar #shopping… https://t.co/um34eOE7yp
## 4312                                                                                       I predict my most played song will be Tarzan Boy by Baltimora #SpotifyWrapped
## 4313                                                                                                   Can't wait for this years #SpotifyWrapped https://t.co/b5Y0qf1p8z
## 4314                                                                                                                      Gimme that #SpotifyWrapped ASAP, In dire need.
## 4315                                                                                                   I predict my top podcast will be Put A Sock In It #SpotifyWrapped
## 4316                                                                                                                                         #SpotifyWrapped when??!!!!!
## 4317                                                                                                            I predict my top artist will be The 1975 #SpotifyWrapped
## 4318                                                                                                                                              oh boy #SpotifyWrapped
## 4319                                                                                                 i predict my most played song will be eleven by ive #SpotifyWrapped
## 4320                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B - its between this or Rap
## 4321                           I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/EljaY5vBHo… https://t.co/gh2qJjaDpG
## 4322                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 4323                                                                                                  I predict my most played song will be [Heat Waves] #SpotifyWrapped
## 4324                                                                                                                I predict my top artist will be Rush #SpotifyWrapped
## 4325                                                                                   One of these will be my #1 on #SpotifyWrapped i believe 👀 https://t.co/czP5aNIhk1
## 4326                                                                                                         I predict my top artist will be Wilbur Soot #SpotifyWrapped
## 4327                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4328                                                                                              I predict my most played song will be Telepathy by BTS #SpotifyWrapped
## 4329                                                                                                      Cant wait for my #SpotifyWrapped to be just bbno$ + yung gravy
## 4330                                                                                                            I predict my top artist will be Camellia #SpotifyWrapped
## 4331                                                                 my  #SpotifyWrapped is about to be full of female rappers and gospel songs. https://t.co/vzl3kRR60M
## 4332                                                                                                   I predict my most played song will be Hemispheres #SpotifyWrapped
## 4333                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj periodt🦄💅🏾
## 4334                                                                                                          I predict my top genre will be Rhythm Game #SpotifyWrapped
## 4335                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 4336                                                                                     I predict my most played song will be After Hours by The Weeknd #SpotifyWrapped
## 4337                                                                                     I predict my top podcast will be @WeHaveWaysPod #SpotifyWrapped\n\nEasiest one!
## 4338                                                                                      I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped
## 4339                                                                                                   I predict my top artist will be @fitforanautopsy  #SpotifyWrapped
## 4340                                                                                                               Alhumdulliah don't have a #SpotifyWrapped this year 🥳
## 4341                                                                                      I predict my most played song will be Soft boy by Wilbur Soot! #SpotifyWrapped
## 4342                                                                                                      I predict my top artist will be @Stray_Kids #SpotifyWrapped 😄🤗
## 4343                           Palestinian prisoner Jamal Al-Taweel from Al-Bireh embraces freedom after 18 months of administrative detention.… https://t.co/34YNoJd3He
## 4344                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 4345                                                                                                     I predict my top artist will be Natalia Lacunza #SpotifyWrapped
## 4346                                                                                   I predict my most played song will be Take my breath - The Weeknd #SpotifyWrapped
## 4347                                                                                                               is the #SpotifyWrapped in the room with us right now?
## 4348                                                                                                          I predict my top genre will be chicago rap #SpotifyWrapped
## 4349                                                                                                          I predict my top genre will be Spanish Pop #SpotifyWrapped
## 4350                                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Tukoh Taka
## 4351                                                                       i think my most played song is gon be love it if we made it by the 1975 icl.. #SpotifyWrapped
## 4352                                                                                                           #SpotifyWrapped needs to release, can't take this anymore
## 4353                                                                                                   I predict my most played song will be TRUST by NF #SpotifyWrapped
## 4354                                                                                                 I predict my most played song will be Música Ligera #SpotifyWrapped
## 4355                                                                                  I expect #SpotifyWrapped designers to redeem themselves after last year’s atrocity
## 4356                                                                                                    I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 4357                                                                   I predict my most played song will be Simple Man by Jason Manns and Jensen Ackles #SpotifyWrapped
## 4358                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4359                                                                                              Please find us on #Spotify #SpotifyWrapped #AppleMusicLive #PrimeMusic
## 4360                                                                                                               So many commercials  so little  music #SpotifyWrapped
## 4361                        @Spotify I can't wait to find out if the Holocaust-celebrating Neo-Nazi podcast I've been reporting to you guys (th… https://t.co/aoSg8oz5KZ
## 4362                                                                                          I predict my most played song will be Nangs by Tame Impala #SpotifyWrapped
## 4363                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4364                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 4365                                                                                  I predict my top artist will be either Juice Wrld or Petit Biscuit #SpotifyWrapped
## 4366                                A foretaste of my #SpotifyWrapped\nYou can do the same here create your own festival https://t.co/3vRFTtcNqw https://t.co/R8A6FE9raa
## 4367                                                                                                     I predict my top artist will be [Gracie Abrams] #SpotifyWrapped
## 4368                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 4369                                                                                                       I predict my most played song will be [young] #SpotifyWrapped
## 4370                                                            I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped https://t.co/zj6mhsfDbe
## 4371                                                                     I predict my top artist will be the nations GG twice 🍭 #SpotifyWrapped  https://t.co/ZrJrYyTfJ2
## 4372                                                                                                    I predict my most played song will be [Rockland] #SpotifyWrapped
## 4373                                                                                                      I predict my top podcast will be Fact or Haunt #SpotifyWrapped
## 4374                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4375                                                                                                     I predict my top podcast will be [Distractible] #SpotifyWrapped
## 4376                                                            I predict my top podcast will be We CanDo Hard Things @GlennonDoyle @AbbyWambach #Sister #SpotifyWrapped
## 4377                                                                                                I predict my top podcast will be [@JaacksHappyHour ] #SpotifyWrapped
## 4378                                                                                                          sounds about right #SpotifyWrapped https://t.co/fwxqHW3ROh
## 4379                                                                                                        I predict my top artist will be @SUICIDEBOYS #SpotifyWrapped
## 4380                                                                                                      I predict my top artist will be [Charlie Puth] #SpotifyWrapped
## 4381                                                                                        I predict my top artist will be DNCE #SpotifyWrapped https://t.co/KwkMDYL7gQ
## 4382                                                 Tag Your Favorites in the Comments!Moss Fest Out West 2022 🤘🏼#zackmossmusic #SpotifyWrapped https://t.co/dg2Pi3SQpT
## 4383                                                                                                         I predict my top artist will be Linkin Park #SpotifyWrapped
## 4384                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 4385                                                                             I predict my most played song will be Dead Butterflies by @Architectsuk #SpotifyWrapped
## 4386                                                                                                                      Mood: #SpotifyWrapped\nhttps://t.co/8qZjJ9s7Qa
## 4387                                  Are you one of my top fans on @Spotify? If so you’ll get a nice lil video from me and my assistant Woodie in your #SpotifyWrapped!
## 4388                                                                                      I predict my most played song will be Newspapers for Magicians #SpotifyWrapped
## 4389                                                                                                                  I predict my top artist will be NF #SpotifyWrapped
## 4390                               #SpotifyWrapped is coming up and I have been seeing alot of people post this.\nWould you go to this festival? https://t.co/kXdUXiky5n
## 4391                                                                                                              I predict my top genre will be Hip-Hop #SpotifyWrapped
## 4392                                                                                    if you all see the victorious cast on my #SpotifyWrapped \n\nmind your business…
## 4393                                                           I predict my most played song will be [Left and Right - Charlie Puth ft. Jungkook of BTS] #SpotifyWrapped
## 4394                                                                                        I predict my top artist will be @Architectsuk @samarchitects #SpotifyWrapped
## 4395                                                                                                           i predict my top artist will be peach pit #SpotifyWrapped
## 4396                                                                                                         I predict my top artist will be @charli_xcx #SpotifyWrapped
## 4397                                @AnshaySaboo Enjoyed a lot using this!\nSuggested to friends as well!\n\nOfcourse @aroyfloyd is in the top!… https://t.co/WEEKOEY5mP
## 4398                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 4399                        idk who my top artist is gonna be this year nor my top songs because my music taste is all over the place and i don… https://t.co/jdsYaZ8JNg
## 4400                                                                                                      I predict my top podcast will be Distractable. #SpotifyWrapped
## 4401                                                                                    I predict my most played song will be Nowhere To run or No Mercy #SpotifyWrapped
## 4402                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 4403                      I predict my top artist will be [Black Veil Brides] #SpotifyWrapped\n\nAs much as I wanted to listen to different art… https://t.co/PzQeknsrMK
## 4404                                                                          i already know my top artist is stand atlantic lol #SpotifyWrapped https://t.co/fTRr5fG5xb
## 4405                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 4406                                                                                            I predict my most played song will be Bloodhound by 5SOS #SpotifyWrapped
## 4407                                                                                                                         nah this wait is killing me #SpotifyWrapped
## 4408                                                                          I predict my top artist will be either Taylor swift or the cast of HSMTMTS #SpotifyWrapped
## 4409                                                                                                           I predict my top artist will be Metallica #SpotifyWrapped
## 4410                                                                                               I predict my most played song will be [Gang Over Luv] #SpotifyWrapped
## 4411                                                                                       I predict my most played song will be “I Drink Wine” by Adele #SpotifyWrapped
## 4412                                                                                                              I predict my top artist will be JAWNY. #SpotifyWrapped
## 4413                           I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/jkvRJWV5BT… https://t.co/4LNay8b43n
## 4414                                                                                        I predict my most played song will be Nervous Young Inhumans #SpotifyWrapped
## 4415                                                                                                               I predict my top artist will be @5SOS #SpotifyWrapped
## 4416                                                                                             I predict my most played song will be it’s on (HSMTMTS) #SpotifyWrapped
## 4417                                                                             Why is #SpotifyWrapped the thing that has me most excited about 2022 coming to a close?
## 4418                                                                                                               I predict my top genre will be indie. #SpotifyWrapped
## 4419                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #EXO @weareoneEXO
## 4420                                                                             I predict my most played song will be ODD Front by LOONA/ODD EYE CIRCLE #SpotifyWrapped
## 4421                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B
## 4422                                                                                        I predict my most played song will be Model Buses by Lovejoy #SpotifyWrapped
## 4423                                                                                                              I predict my top genre will be Hip Hop #SpotifyWrapped
## 4424                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4425                                                                                              I predict my most played song will be [Boys Wear Pink] #SpotifyWrapped
## 4426                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 4427                                                                                I predict my most played song will be Dis &amp; That by NBA YoungBoy #SpotifyWrapped
## 4428                                                                                   @Spotify I predict my most played song will be Spillways by Ghost #SpotifyWrapped
## 4429                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4430                                                                                           I predict my most played song will be jimmys cooks easily👀#SpotifyWrapped
## 4431                           Istg if i get dice or cool your rainbow as my most listened song this year im deleting my socials #SpotifyWrapped https://t.co/ewdkJkxREJ
## 4432                                                                                                      Hurry tf up I wanna get disappointed in myself #SpotifyWrapped
## 4433                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 4434                                                                                                            I predict my top artist will be the 1975 #SpotifyWrapped
## 4435                                                                                                        I predict my top artist will be NBA Youngboy #SpotifyWrapped
## 4436                                                                 #SpotifyWrapped is coming... will @qveenherby be in your top 5 artists? Will she rank at the top???
## 4437                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped remi wolf or russ for sure https://t.co/b7iiPll399
## 4438                                                                         I predict my top artist will be #StrayKids #SpotifyWrapped\n\n(I can time travel. I swear.)
## 4439                                                                     *leaving spotify play Kendrick on repeat and going to sleep so my #SpotifyWrapped doesn't suck*
## 4440                                                                                         I predict my most played song will be lover by taylor swift #SpotifyWrapped
## 4441                                                                                                        I predict my top podcast will be Have A Word #SpotifyWrapped
## 4442                                                                                    I predict my most played song will be Cheers - Seventeen Leaders #SpotifyWrapped
## 4443                       Thank you for all the love and support. Follow here on Spotify. Link is here below. New Christmas Ep \nGreatest Gift… https://t.co/8ih4Uro3E5
## 4444                                                                                                                      i'm just waitin for my #SpotifyWrapped plsssss
## 4445                                                                                                          I predict my top podcast will be @fullsend #SpotifyWrapped
## 4446                                                                                                    I predict my top artist will be twice @JYPETWICE #SpotifyWrapped
## 4447                                                                                                        I predict my top artist will be Paolo Nutini #SpotifyWrapped
## 4448                                                                                                            I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 4449                                                                                     I predict my top genre will be kpop ofc #SpotifyWrapped https://t.co/DVl0JowFO8
## 4450                         Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/tMGZkKx7OD
## 4451                                                                                                             I predict my top genre will be Pop Punk #SpotifyWrapped
## 4452                                                                                     I predict my top podcast will be [I didn’t listen to a Podcast] #SpotifyWrapped
## 4453                                                me and my #SpotifyWrapped playlist because it’s all i’ve had on repeat for the last 6 months https://t.co/eEZ9JdbgDr
## 4454                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nhoping hip hop, prolly pop, maybe ho… https://t.co/FpNtPqp8K3
## 4455                                                                                               Can’t wait for #SpotifyWrapped to show me how basic my music taste is
## 4456                                                                                                  I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped
## 4457                                                                                                 I predict my top artist will be with confidence…RIP #SpotifyWrapped
## 4458                                                                                           Every year Spotify gives me the gift of seeing everyone’s #SpotifyWrapped
## 4459                                                                                                   NOBODY is doin it like me #SpotifyWrapped https://t.co/z69Pc5m79L
## 4460                                                                               JUST ANNOUNCED: #SpotifyWrapped cancelled for 2023. Someone forgot to enable logging.
## 4461                                                                                          I predict my most played song will be What's My Age Again? #SpotifyWrapped
## 4462                                                                     anybody else planning on staying up until midnight every night until #SpotifyWrapped comes out?
## 4463                   Certified Lover Girl Work Out T-Shirt \n\nAmazon Link: https://t.co/9UxXBPB8U7\nMore: https://t.co/YP8yTigt8k\n\n#amazon… https://t.co/0gbam1dRoe
## 4464                        #SpotifyWrapped #christmas2022 These are the UK’s Christmas biggest music hits which have ranged from classic holid… https://t.co/acC7TaL6WM
## 4465                                                         I predict my most played song will be Left and Right (Feat Jungkook of BTS) by Charlie Puth #SpotifyWrapped
## 4466                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4467                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 4468                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4469                                                                                                             I predict my top artist will be Beyonce #SpotifyWrapped
## 4470                                                                                             What do you reckon \n#instafest #SpotifyWrapped https://t.co/wHXH61kJc1
## 4471                                                                                                               I predict my top artist will be Lizzo #SpotifyWrapped
## 4472                                                                                                     I predict my top artist will be [Ozzy Osbourne] #SpotifyWrapped
## 4473                                                                                                   I predict my top artist will be Kelsea Ballerini  #SpotifyWrapped
## 4474                                                                                                                  I predict my top genre will be RnB #SpotifyWrapped
## 4475                                                                        I predict my most played song will be Broken and Beautiful by @kellyclarkson #SpotifyWrapped
## 4476                                                               I can't wait for #SpotifyWrapped to tell me I only listen to Eminem, Lil Nas X, and Sabrina Carpenter
## 4477                                                                                                                                           ITS OUT?? #SpotifyWrapped
## 4478                                                                                  I predict my most played song will be I remember you, by skid row! #SpotifyWrapped
## 4479                                                                                      I predict my top artist will be @RockitMusicYT no doubt at all #SpotifyWrapped
## 4480                                                                                                                 I predict my top genre will be pop. #SpotifyWrapped
## 4481                                                                                             I predict my most played song will be “La vaca lola” \n #SpotifyWrapped
## 4482                                                                                                                       me rn #SpotifyWrapped https://t.co/xeKMnXzK1f
## 4483                                                                                                                   hope i wake up dead or wake up to #SpotifyWrapped
## 4484                                                                              I predict my most played song will be [Whats my age again - Blink 182] #SpotifyWrapped
## 4485                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 4486                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 4487                                                                                             I predict my most played song will be Heated - Beyonce  #SpotifyWrapped
## 4488                                                                                       I predict my most played song will be One Bite @RockitMusicYT #SpotifyWrapped
## 4489                                                                                                        I predict my top artist will be [@BebeRexha] #SpotifyWrapped
## 4490                                                                               I predict my most played song will be ‘Begin Again’ by @taylorswift13 #SpotifyWrapped
## 4491                                                                              I predict my most played song will be Super Freaky Girl by Nicki Minaj #SpotifyWrapped
## 4492                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4493                                                                                                        I predict my most played song will be Andrea #SpotifyWrapped
## 4494                                                                                             afraid of my #SpotifyWrapped even tho it will be an all #mitski thing 🥺
## 4495                                                                     I predict my top artist will be Tennis #SpotifyWrapped because they are the best band ever btw!
## 4496                                                            I predict my most played song will be [I'm Good (Blue) by @BebeRexha &amp; @davidguetta] #SpotifyWrapped
## 4497                                                                                                                                Who’s waiting for #SpotifyWrapped???
## 4498                                                            NO QUIERO VER MI SPOTIFY WRAPPED, queda de primero bigger than me por el stream, i swear #SpotifyWrapped
## 4499                                                                                   I predict my most played song will be Burbank House by Tsubi Club #SpotifyWrapped
## 4500                                                                                                  I predict my top podcast will be The Read #TheRead #SpotifyWrapped
## 4501                                                                                                     I predict my top artist will be @taylorswift13. #SpotifyWrapped
## 4502                                                                                                            I predict my top artist will be [RuPaul] #SpotifyWrapped
## 4503                                                                                                           I predict my top genre will be pop rock \n#SpotifyWrapped
## 4504                                                                                                            My #SpotifyWrapped predictions 🎶 https://t.co/Stwn2x0ijP
## 4505                                                                                  I predict my most played song will be [HomeComing] by lil uzi vert #SpotifyWrapped
## 4506                                                               I predict my top podcast will be [between BBC Global News Podcadt or Sibling Rivalry] #SpotifyWrapped
## 4507                                                               I predict my top artist will be Juice Wrld (if it ain't juice Spotify is broken lol)  #SpotifyWrapped
## 4508                                                                                                            I predict my top genre will be Boy Bands #SpotifyWrapped
## 4509                                                            I predict my top podcast will be dungeons and daddies, there’s no way it’s anything else #SpotifyWrapped
## 4510                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/mdvQLAT5lB
## 4511                                                                                                                  WHEN WHEN WHEN WHEN WHEN WHEN WHEN #SpotifyWrapped
## 4512                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Sway with @karaswisher
## 4513                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nRumors - Gucci mani &amp; lil durk
## 4514                                                                 I predict my top artist will be @KateBushMusic or @Beyonce I listen to both equally #SpotifyWrapped
## 4515                        Not sure about what's on your #SpotifyWrapped but you should check out the official soundtrack to #DOUGH, now strea… https://t.co/40OmrFsDMa
## 4516                                                                                                      I predict my top artist will be Joshua Bassett #SpotifyWrapped
## 4517                                                                                     I predict my most played song will be [https://t.co/fpZ7ZuYWSz] #SpotifyWrapped
## 4518                                                                                                                                              #SpotifyWrapped soon 👀
## 4519                                                                     Love how the #SpotifyWrapped is the new YouTube rewind but better and way cringier for everyone
## 4520                                                                                                           I predict my top podcast will be @GoonsPC #SpotifyWrapped
## 4521                                                                                                         my prediction to my #SpotifyWrapped https://t.co/zuaC0DKvBo
## 4522                                                                                    I predict my most played song will be [Assault &amp; Batteries ] #SpotifyWrapped
## 4523                                                                                             I predict my top podcast will be Welcome to Night Vale. #SpotifyWrapped
## 4524                                                                                 I predict my most played song will be set me free by Joshua Bassett #SpotifyWrapped
## 4525                                                                                          I predict my most played song will be Dreamers by Jungkook #SpotifyWrapped
## 4526                                                                    I predict my most played song will be young luv by stayc #SpotifyWrapped https://t.co/KKWe1ZuF4G
## 4527                                   @Apple  Did you have CROWDFUNDING you interest to ADVERTISE to real #audience  kindly click on this link… https://t.co/vXGsgRKE0Q
## 4528                                                                                                      I predict my top artist will be Sleeping Wolf. #SpotifyWrapped
## 4529                                                         I predict my #SpotifyWrapped  will be 5SOS, Delta Goodrem and probaby some country artists and Taylor Swift
## 4530                                                                                   I predict my top podcast will be [Good Influence by Gemma Styles] #SpotifyWrapped
## 4531                                                                        I've accepted this colossal L just show me the stats #SpotifyWrapped https://t.co/2zdv95jBEm
## 4532                                                                              I predict my top podcast will be @TheYard and it’s not even close lmao #SpotifyWrapped
## 4533                                                                                             I predict my top genre will be Modern Alternative Rock. #SpotifyWrapped
## 4534                                                          I predict my most played song will be [fill in top song prediction] You Send  me-Sam Cooke #SpotifyWrapped
## 4535                                    did you pay the update accounts to speak on you or something when youre the one STILL not releasing the #SpotifyWrapped @Spotify
## 4536                                                                                               I predict my top artist will be [5 seconds of summer] #SpotifyWrapped
## 4537                                                                                                          I predict my top artist will be Bo Burnham #SpotifyWrapped
## 4538                                                                                  I predict my most played song will be Father Strech My Hands Pt. 1 #SpotifyWrapped
## 4539                                                                                                I predict my most played song will be [Holiday- KSI] #SpotifyWrapped
## 4540                                                                                                      I predict my top artist will be [Harry Styles] #SpotifyWrapped
## 4541                                                                                                          I predict my top genre will be [indie pop] #SpotifyWrapped
## 4542                                                                                                            I predict my top podcast will be nothing #SpotifyWrapped
## 4543                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 4544                                                                                                      Looks good  #SpotifyWrapped #instafest https://t.co/wzr6Oroabm
## 4545                                                                   I predict my top podcast will be The Goomba Podcast (Rip) #SpotifyWrapped @dinkbotnick @spoonkid3
## 4546                                                                                                     Why do I want my #SpotifyWrapped when all I use is Apple Music.
## 4547                                                                                         I predict my top podcast will be #darkhistory @BaileySarian #SpotifyWrapped
## 4548                                                                                      I predict my most played song will be [Walkin by Denzel Curry] #SpotifyWrapped
## 4549                                                                                           I already know my top artist is going to be harry styles  #SpotifyWrapped
## 4550                                                                                                      I predict my most played song will be [Saigon] #SpotifyWrapped
## 4551                                                                                                      I predict my most played song will be [vienna] #SpotifyWrapped
## 4552                                                                                                  I predict my most played song will be [Grapejuice] #SpotifyWrapped
## 4553                                                                                      I predict my most played song will be Collide by Sleeping Wolf #SpotifyWrapped
## 4554                                                                                                       I predict my top artist will be Laura Pausini #SpotifyWrapped
## 4555                                                              My Spotify wrapped gone be the whole Renaissance album plus some other random shit. 😭😭 #SpotifyWrapped
## 4556                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4557                                                                                                        I predict my top artist will be Lil Uzi Vert #SpotifyWrapped
## 4558                        me pretending to be shocked when i see how bad my spotify wrapped is even though it was my own doing that got it th… https://t.co/XRHiP7FTJV
## 4559                                      Sometimes you will notice some players licking their hands and tapping their soles.\n@theshoereviews7… https://t.co/nZy1RoFevH
## 4560                      can't wait for my #SpotifyWrapped to call me out for being an emotional bitch over graduating this year ✨\nI'M STILL… https://t.co/E8xXVeeUOm
## 4561                                                                                    I predict my most played song will be Dove Sei, by Laura Pausini #SpotifyWrapped
## 4562                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 4563                                                                                                 I predict my top artist will be Avicii or Bad Bunny #SpotifyWrapped
## 4564                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 4565                                                                                                          I predict my top artist will be Noahfinnce #SpotifyWrapped
## 4566                                                                                                                 #SpotifyWrapped predictions https://t.co/yw2drkS02m
## 4567                                                                                           I predict my most played song will be INDIA - Lancey Foux #SpotifyWrapped
## 4568                                                                                                                I predict my top genre will be Kpop  #SpotifyWrapped
## 4569                                                                                                    I predict my most played song will be Super Tuna #SpotifyWrapped
## 4570                                                                                          #SpotifyWrapped \n\nBut I only listen to 3 artists https://t.co/e8om2QfVku
## 4571                                                                                               I predict my top podcast will be Joe Rogan Experience #SpotifyWrapped
## 4572                                                                                 I predict my most played song will be [Mario Cart - FunnyBandMusic] #SpotifyWrapped
## 4573                                                               I predict my most played song will be Need This Feeling - Acoustic by @HeyBenSchuller #SpotifyWrapped
## 4574                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 4575                             Checkout the catalog\nhttps://t.co/zOwddox8Tf\n#apple #CyberMonday #casemiro #GivingTuesday #DietCoke #Uruguay… https://t.co/es60S7BrxT
## 4576                                                                                            #SpotifyWrapped \n#1 gonna be Jannabi\n#2 is either Twice or Faron Young
## 4577                        My #SpotifyWrapped  is going to be so psychotic if anyone out there doesn’t think I’m a loser this’ll be the nail i… https://t.co/3zzFH7OkUT
## 4578                                                         I already know who will pop up… Taylor, Harry, maybe phoebe, and the last of us soundtrack  #SpotifyWrapped
## 4579                                                                                      I predict my top artist will be churches or wolf Alice. Again  #SpotifyWrapped
## 4580                        I predict my most played song will be [Black Ball - NBA Youngboy] contenders Mr Professor - Cochise, Talk - Yeat, L… https://t.co/T7kSq98KRn
## 4581                                                                          I predict my most played song will be Until I Found You by Stephen Sanchez #SpotifyWrapped
## 4582                                                                                     I predict my most played song will be Closer to the edge #30STM #SpotifyWrapped
## 4583                                    @youtubemusic did something like #SpotifyWrapped back in the spring, and then havent done it since. i think this needs to change
## 4584                                                                                          I predict my most played song will be Something in the way #SpotifyWrapped
## 4585                                                       I really have no idea what it's gonna be. I've been listening to so much nonsense this year.\n#SpotifyWrapped
## 4586                                                                                               I predict my top artist will be [my chemical romance] #SpotifyWrapped
## 4587                                                      When The Animator Goes Beast Mode‼️ #anime #gaming #epic #SpotifyWrapped #viral #maruto https://t.co/BinrkTEuqy
## 4588                                                                                                               I predict my top genre will be [rock] #SpotifyWrapped
## 4589                         I predict my most played song will be either #AsItWas by @Harry_Styles OR  #BiggerThanMe by @Louis_Tomlinson first… https://t.co/1PZKRt8FiU
## 4590                                                                                                            I predict my top podcast will be Recreyo #SpotifyWrapped
## 4591                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped shoota by @LILUZIVERT
## 4592                         #NowPlaying #SpotifyWrapped #Live #Spotify  #NewVideoAlert  Lil Steve “Goons And Goblins”  https://t.co/3FQE97bQRZ… https://t.co/m4akPx33Qz
## 4593                                                                                                    I predict my top podcast will be The Big Picture #SpotifyWrapped
## 4594                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 4595                                                                       I predict my most played song will be RUN2U by STAYC or Attention by NewJeans #SpotifyWrapped
## 4596                                                                                                    I predict my most played song will be Pink Venom #SpotifyWrapped
## 4597                                                                                             I predict my top artist will be wait for it… @theweeknd #SpotifyWrapped
## 4598                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4599                                                                                                                I predict my top genre will be Kpop  #SpotifyWrapped
## 4600                                                                                            I predict my top podcast will be [Impaulsive @LoganPaul] #SpotifyWrapped
## 4601                                                                      I predict my top artist will be Vance Joy or Carley Rea Jespen or One Republic #SpotifyWrapped
## 4602                                                                                                    I predict my most played song will be Rush Hour  #SpotifyWrapped
## 4603                                                                                       I predict my top genre will be R&amp;B or anything @theweeknd #SpotifyWrapped
## 4604                                                                                     I predict my most played song will be Agoraphobia by deerhunter #SpotifyWrapped
## 4605                                                                                                         I predict my top genre will be Pop or Indie #SpotifyWrapped
## 4606                                                                                             Can’t wait for my #SpotifyWrapped Let’s see what intrigued me the most.
## 4607                                                                                                I predict my most played song will be Open by Khalid #SpotifyWrapped
## 4608                                                                                                           I know I’m going to have to explain my #SPOTIFYWRAPPED 😩🤣
## 4609                                                                                                   I predict my top artist will be no its becky ofcc #SpotifyWrapped
## 4610                                                                                                        I predict my top artist will be [@sanbenito] #SpotifyWrapped
## 4611                                                                                             I predict my most played song will be Hell yeah - Tana\n#SpotifyWrapped
## 4612                                                                                         I predict my most played song will be Succession Theme Song #SpotifyWrapped
## 4613                                                                                          I predict my most played song will be Try Me by @theweeknd #SpotifyWrapped
## 4614                                                                                                      I predict my top artist will be [Ilse DeLange] #SpotifyWrapped
## 4615                                                                                                           I predict my top artist will be Beyoncé 👑 #SpotifyWrapped
## 4616                                                                                                             I predict my top genre will be [HipHop] #SpotifyWrapped
## 4617                                                                                    I predict my most played song will be [the foundations of decay] #SpotifyWrapped
## 4618                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 4619                                           I think my top artist will be either BTS or Coldplay this year. Or Harry Styles?! #SpotifyWrapped https://t.co/mE58vfiNZc
## 4620                                                                                      I predict my most played song will be I'm that girl by Beyoncé #SpotifyWrapped
## 4621                                                                                                          I predict my top genre will be [Dutch Pop] #SpotifyWrapped
## 4622                                                                                          I predict my most played song will be Clarity by Vance Joy #SpotifyWrapped
## 4623                                                                                               Me Seeing  #SpotifyWrapped Hasn't Dropped Yet https://t.co/jmq0ZS6vaa
## 4624                                                                                                            I predict my top genre will be Acappella #SpotifyWrapped
## 4625                                                                                                       I predict my top podcast will be @heavyweight #SpotifyWrapped
## 4626                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4627                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 4628                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4629                        Am I the only one who finds it strange that #SpotifyWrapped has suddenly become this big thing that’s being hyped u… https://t.co/5YmLvb60Ja
## 4630                                                                                                   I predict my top podcast will be @TheLavenderPod  #SpotifyWrapped
## 4631                                   Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook
## 4632                                                   I predict my most played song will be romantic homicide by d4vd or sex with a ghost by teddy hyde #SpotifyWrapped
## 4633                                                                                       I predict my top artist will be who else but taylor swift lol #SpotifyWrapped
## 4634                                                                                                            I predict my top artist will be We Skeem #SpotifyWrapped
## 4635                        @djleakycheese I predict that @domnelson3 will have absolutely fucked up my #SpotifyWrapped The 1975 is probably go… https://t.co/MBGaF24VRd
## 4636                                                                                                  I predict my top genre will be Pop or Classic Rock #SpotifyWrapped
## 4637                                                                                    I predict my most played song will be #Coast by @HaileeSteinfeld #SpotifyWrapped
## 4638                                                                                                        I predict my most played song will be a song #SpotifyWrapped
## 4639                                                                                     I predict my most played song will be Rhiannon by Fleetwood Mac #SpotifyWrapped
## 4640                                                                           I predict my most played song will be [Running Up That Hill by Lø Spirit] #SpotifyWrapped
## 4641                                                                          I predict my most played song will be Pattycake Productions Oogie’s Boogie #SpotifyWrapped
## 4642                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4643                                                                                                                                     GIVE ME, NOW!!! #SpotifyWrapped
## 4644                                                                                                            I predict my top genre will be hyper pop #SpotifyWrapped
## 4645                                                                                                                                      #SpotifyWrapped I’m so nervous
## 4646                                                                                          I predict my most played song will be Running Up That Hill #SpotifyWrapped
## 4647                                                                                    I predict my most played song will be [Willing - Ilse de Lange ] #SpotifyWrapped
## 4648                                                                                      I predict my most played song will be Iris by the GooGoo Dolls #SpotifyWrapped
## 4649                                                                                     My #SpotifyWrapped gonna be shit coz I've mostly been on #Tidal this past year.
## 4650                                                                                                              I predict my top artist will be [ashe] #SpotifyWrapped
## 4651                               If you're wondering whether I mind being tagged in yer #SpotifyWrapped, the answer is hell no. I love to know who is listening to me!
## 4652                        @tiktok_uk @Louis_Tomlinson All the songs from #FaithInTheFuture deserve a place in my #SpotifyWrapped . Definitely the album of the year !!
## 4653                                                                                                    I predict my top artist will be [stella donelly] #SpotifyWrapped
## 4654                                                                                           Me waiting to see everyone else’s #SpotifyWrapped https://t.co/mKB9fSw0ai
## 4655                                                                                                         I predict my top artist will be @1330PASTOR #SpotifyWrapped
## 4656                          Very excited to be showing all of you random little people in my phone about what phases I went through this year… https://t.co/kTkDDyFPBl
## 4657                                                                                            I predict my most played song will be [camden by gracie] #SpotifyWrapped
## 4658                       I predict my top artist will be #StrayKids …to absolutely no one’s surprise ✋🥸 srsly if it’s not SKZ then idk who e… https://t.co/240esHYipH
## 4659                                                                                                          I predict my top genre will be Hip Hop/Rap #SpotifyWrapped
## 4660                                 To buy this t-shirt design please click on the link for more :  https://t.co/mH8ditAn2I\n\n#SpotifyWrapped… https://t.co/9my0J8fMGE
## 4661                                                                                                                  I predict my top genre will be EDM #SpotifyWrapped
## 4662                                                                          I predict my most played song will be teeth by 5sos/ something by maneskin #SpotifyWrapped
## 4663                                                                    I predict my most played song will be probably local god or something from panic #SpotifyWrapped
## 4664                                                                                    I predict my most played song will be Michael In The Bathroom #SpotifyWrapped  💀
## 4665                                                                                                   I predict my most played song will be Money Phone #SpotifyWrapped
## 4666                            follow the instructions! https://t.co/jDebFXvZC2\n#CyberMonday Casemiro #GivingTuesday Diet Coke Vini Mauna Loa… https://t.co/JTW2tfUKAp
## 4667                                                                                     I predict my most played song will be @paramore's This Is Why #SpotifyWrapped 👀
## 4668                                                                                                             I predict my top genre will be pop/rock #SpotifyWrapped
## 4669                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 4670                                                                                                      I predict my top podcast will be @tomgreenlive #SpotifyWrapped
## 4671                    pack stickers\n Siamese Cat With Blue Eyes\nhttps://t.co/LQP3DBzAz1\n\n #usa #austin_adkins #CyberMonday #GivingTuesday… https://t.co/76HnYNHGsg
## 4672                        Haaa i can tell you all right now my #SpotifyWrapped will be a repeat of last years .. and the year before .. and t… https://t.co/D184DH8kiO
## 4673                                                                i think we can all agree that the world shares one happy day, and that's when #SpotifyWrapped is out
## 4674                                                                                                         I predict my top artist will be the Strokes #SpotifyWrapped
## 4675                                                                                                         I predict my top podcast will be Yakety-Yak #SpotifyWrapped
## 4676                                I predict my top podcast will be “Distractible”! I spent everyday during lunch this semester just listening to it 😅  #SpotifyWrapped
## 4677                                                                                                     I predict my top artist will be @StickFigureDub #SpotifyWrapped
## 4678                                                                                         I predict my top podcast will be distractible #SpotifyWrapped #Distractible
## 4679                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4680                                                                                         I predict my most played song will be [21 by Gracie Abrams] #SpotifyWrapped
## 4681                                                                                            I predict my top podcast will be game of thrones podcast #SpotifyWrapped
## 4682                                                                                                               I predict my top genre will be Reggae #SpotifyWrapped
## 4683                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4684                                                                                                     I predict my top podcast will be [Distractible] #SpotifyWrapped
## 4685                                                              I predict my top podcast will be  10 hour box fan asmr sounds for sleep and relaxation #SpotifyWrapped
## 4686                                                                                        I predict my most played song will be Ode to the Mets, again #SpotifyWrapped
## 4687                                                                                                         I predict my top artist will be [I Prevail] #SpotifyWrapped
## 4688                                                                                I predict my most played song will be Old Sunrise by @StickFigureDub #SpotifyWrapped
## 4689                                                                                                             I predict my top artist will be rihanna #SpotifyWrapped
## 4690                                                                                                          I predict my top genre will be [Metalcore] #SpotifyWrapped
## 4691                                                                  Winterizing the 5th wheel #rvlife #fulltimerv #SpotifyWrapped #CyberMonday https://t.co/HH9a4cQs15
## 4692                                                                                                         I predict my top podcast will be [senorita] #SpotifyWrapped
## 4693                                                                                               I predict my most played song will be work by Rihanna #SpotifyWrapped
## 4694                                   cherish &amp; celebrate the support you receive always but your worth as an artist isn't defined by your… https://t.co/9HgRkSb96o
## 4695                        I have a personal profile, I will have Date with you on my personal profile :  https://t.co/JerY6GmJkj\nDon't worry… https://t.co/Y9XtfQtvOx
## 4696                                                                                   I predict my most played song will be [Crooked Soul by Dayseeker] #SpotifyWrapped
## 4697                                                                                                 I predict my most played song will be lazy by goopy #SpotifyWrapped
## 4698                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4699                           Back in time for GTFOH Monday! Don't blink!🎯🎮🪀😃 Early Steam! Live now on https://t.co/DzZDqaADua #SpotifyWrapped… https://t.co/w5zqVquCmp
## 4700                                                                                                    I predict my top podcast will be @NightValeRadio #SpotifyWrapped
## 4701                                                                                        i predict my top podcast will be distractible by @markiplier #SpotifyWrapped
## 4702                                                                                                       i predict my top artist will be @xxxtentacion #SpotifyWrapped
## 4703                                                                                                           i predict my top genre will be hiphop/rap #SpotifyWrapped
## 4704                                                                                           i predict my most played song will be dance now by @JIDsv #SpotifyWrapped
## 4705                             I predict my most played song will be either “Waiting for Us” or “Muddy Water” by #StrayKids from their #Oddinary album❣️#SpotifyWrapped
## 4706                                                                         I predict my most played song will be Long Song by @TheKnocks ft Dragonette #SpotifyWrapped
## 4707                                                                                                               I predict my top genre will be hiphop #SpotifyWrapped
## 4708                                  world aids day\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA #MondayMotivation #SpotifyWrapped… https://t.co/fZ7ZNEEvqN
## 4709                                                                                                    I predict my top artist will be @concretecastles #SpotifyWrapped
## 4710                       I will design creative eye catching poster in 24 hours\nIf you need my service, please contact me on Fiverr. Link be… https://t.co/8J2AlxMVJl
## 4711                                                                                                  I predict my top podcast will be [hata hada nadar] #SpotifyWrapped
## 4712                                                                                          I predict my most played song will be Help Herself - bbno$ #SpotifyWrapped
## 4713                                                                                     I predict my most played song will be ANTIFRAGILE BY LESSERAFIM #SpotifyWrapped
## 4714                                                                  I predict my most played song will be "You Won't See Me Again" by @concretecastles #SpotifyWrapped
## 4715                                                                                                               I predict my top genre will be hiphop #SpotifyWrapped
## 4716                                                                                                       I predict my top artist will be [kanye l7me9] #SpotifyWrapped
## 4717                                                                                      I predict my most played song will be [Angels and demons-jxdn] #SpotifyWrapped
## 4718                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 4719                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 4720                                                                     Me when Billy Joel is gonna be my top artist this year  #SpotifyWrapped https://t.co/1kP7V0hkp8
## 4721                                       Nursery Rhymes ABC is an interesting third headline act on the Monday 😂\n\n#SpotifyWrapped #instafest https://t.co/320S2kQrAZ
## 4722                                                                                               I predict my top podcast will be la pija y la quinqui #SpotifyWrapped
## 4723                                                                                                    I predict my top podcast will be [ @casosreais_] #SpotifyWrapped
## 4724                                                                                                I predict my top podcast will be The Edge of Sleep\n #SpotifyWrapped
## 4725                                                                                       I predict my most played song will be https://t.co/tNOqNQXu55 #SpotifyWrapped
## 4726                                                                                       I predict my top podcast will be I spent a day with podcast\n #SpotifyWrapped
## 4727                                                                                                    I predict my top genre will be [ghi rap rap rap] #SpotifyWrapped
## 4728                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4729                                                                                                What do you think will be your top song of the year? #SpotifyWrapped
## 4730                                                                   Can’t wait for my #SpotifyWrapped to show me how awesome my musical taste is again when it drops!
## 4731                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 4732                                                                                                               I predict my top artist will be Ghost #SpotifyWrapped
## 4733                                                                                   I predict my most played song will be all too well 10 min version #SpotifyWrapped
## 4734                                                                     Just tell me now that arctic monkeys have knocked oasis of the number 1 spot 😢😣 #SpotifyWrapped
## 4735                                                                                                    I predict my top genre will be pop/rock or indie #SpotifyWrapped
## 4736                                                                                            I predict my most played song will be  Temporary Funeral #SpotifyWrapped
## 4737                                                                                                    I predict my most played song will be [papillon] #SpotifyWrapped
## 4738                        Austin Adkins West Virginia Music\nhttps://t.co/DIzeBzkA1R\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA… https://t.co/TN7TgtpUzi
## 4739                                                                                                              I predict my top genre will be [#rock] #SpotifyWrapped
## 4740                          Getting ready to be shocked by my #SpotifyWrapped  even though I check my last fm scrobbles daily and know exactly what's going to show up
## 4741                                                                           I predict my most played song will be Lovers Rock #SpotifyWrapped https://t.co/klUb9N0oAY
## 4742                                                                                                      I predict my top podcast will be @deuxmoiworld #SpotifyWrapped
## 4743                                                           I predict my most played song will be RUN2YEW FROM MY SLAYC GIRLS #SpotifyWrapped https://t.co/mgRfaBOTk1
## 4744                                                                                                          I predict my top artist will be owl city\n #SpotifyWrapped
## 4745                                                                                   I predict my most played song will be all to well by taylor swift #SpotifyWrapped
## 4746                                                           Why is #SpotifyWrapped trending? Why? @Spotify hasn't released our precious wrap. https://t.co/cqCacIeGy0
## 4747                                                                                            I predict my top artist will be Taylor Swift (obviously) #SpotifyWrapped
## 4748                                                                                            I predict my top artist will be crywank, we all know why #SpotifyWrapped
## 4749                                                                                          I predict my most played song will be So Good by @halsey 💜 #SpotifyWrapped
## 4750                                                                                                                I predict my top genre will be pop\n #SpotifyWrapped
## 4751                                                                                                   I predict my top artist will be [pierce the veil] #SpotifyWrapped
## 4752                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4753                                                                                              I predict my most played song will be On tha line Yeat #SpotifyWrapped
## 4754                                                                                                       I predict my top artist will be Taylor Swift! #SpotifyWrapped
## 4755                                                                                       I predict my most played song will be Yet to Come by @BTS_twt #SpotifyWrapped
## 4756                                                                                                         when is spotify wrapped actually dropping?? #SpotifyWrapped
## 4757                                                                                       I predict my top artist will be [BTS] #SpotifyWrapped https://t.co/zXt1yLpakU
## 4758                                                                                                                I predict my top genre will be [emo] #SpotifyWrapped
## 4759                                                                                I predict my most played song will be all too well 10 minute version #SpotifyWrapped
## 4760                                                       so ready to break my “you were in the top .1% of taylor swift’s listeners this year” record 💅 #SpotifyWrapped
## 4761                                                                                                     I predict my top artist will be Steven Universe #SpotifyWrapped
## 4762                                                                                    I predict my most played song will be shooting star by owl city\n#SpotifyWrapped
## 4763                        spotify users are literally foaming at the mouth for #SpotifyWrapped yet apple music users have had a “replay 2022”… https://t.co/VDckHDhajV
## 4764                                                                            I predict my most played song will be [disasterology by pierce the veil] #SpotifyWrapped
## 4765                                                                                                     I predict my top genre will be [Rap or R&amp;B] #SpotifyWrapped
## 4766                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nDua Lipa - Last Dance
## 4767                                                                  I finally want to see my #SpotifyWrapped! I want to see what songs I've been addicted to this year
## 4768                                                                                                           I predict my top artist will be @BTS_twt  #SpotifyWrapped
## 4769                                                                                                         I predict my top artist will be the weeknd  #SpotifyWrapped
## 4770                                                                                               #SpotifyWrapped the world cannot know that I am secretly a swifty ;-;
## 4771                                                                                                             I predict my top artist will be [Kanye] #SpotifyWrapped
## 4772                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Genesis by @Grimezsz
## 4773                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 4774                                                                                                            I predict my top podcast will be Sinapse #SpotifyWrapped
## 4775                                                                                                 I predict my most played song will be pure / honey  #SpotifyWrapped
## 4776                                                                                               I predict my most played song will be [Codeine crazy] #SpotifyWrapped
## 4777                                                                                                 the Lucki sweep is incoming #SpotifyWrapped https://t.co/k1YmjIz57e
## 4778                                                                                                         I predict my top genre will be pop or rock. #SpotifyWrapped
## 4779                                                                                        I predict my top podcast will be steveos wild ride?? mayhaps #SpotifyWrapped
## 4780                                 Like Nd Comment, Share it to but click da link🗣️🔥\n\nhttps://t.co/63sEeCRWKa\n\n#RedVelvet #Qatar #ImACeleb… https://t.co/5EdwJ5sCmV
## 4781                                               if you dont have levelboy on your #SpotifyWrapped i will be dissapointed\n\nif you do you will get a special treat ✌️😘
## 4782                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 4783                                                                                                    I predict my top artist will be @HeathersMusical #SpotifyWrapped
## 4784                                                                                                  I predict my top genre will be [Indie/alternative] #SpotifyWrapped
## 4785                                                                                                  I predict my top artist will be either gnr or rhcp #SpotifyWrapped
## 4786                                                                                                              I predict my top podcast will be none. #SpotifyWrapped
## 4787                                                                                                     I predict my most played song will be [Skyline] #SpotifyWrapped
## 4788                                                                                              I predict my top genre will be indie or dream smp..... #SpotifyWrapped
## 4789                                                                                                       I predict my top artist will be [@Stray_Kids] #SpotifyWrapped
## 4790                                                                                               It's that time of year for my #SpotifyWrapped https://t.co/hJgmxdoJRv
## 4791                                                                             I predict my most played song will be heatwaves #SpotifyWrapped https://t.co/pO1DhaYTEk
## 4792                                                                                              I predict my most played song will be so fine by gnr 🫡 #SpotifyWrapped
## 4793                                                                                                         I predict my top genre will be [pop or rnb] #SpotifyWrapped
## 4794                                                                    everyone who shares a #SpotifyWrapped with an obscure artist at the top  https://t.co/GqPR14odyw
## 4795                                                                                                   i love #SpotifyWrapped more then i should https://t.co/Otpe7k6uuJ
## 4796                                                                                      I predict my top artist will be either taylor swift or lovejoy #SpotifyWrapped
## 4797                                                                                I predict my most played song will be Candy Store- Heathers West End #SpotifyWrapped
## 4798                                                                                  I predict my most played song will be as it was by @Harry_Styles 🤪 #SpotifyWrapped
## 4799                                                                                                         I predict my top podcast will be Archetypes #SpotifyWrapped
## 4800                                                                                                       I predict my top artist will be Harry Styles. #SpotifyWrapped
## 4801                                                                            I predict my most played song will be Hot Demon Bitches Near U by Corpse #SpotifyWrapped
## 4802                                                                                     I predict my most played song will be [fairytale by stray kids] #SpotifyWrapped
## 4803                                                                                                         I predict my top artist will be men i trust #SpotifyWrapped
## 4804                                                                                                     I predict my top artist will be Billie probably #SpotifyWrapped
## 4805                                                                                                i just know one of my top categories in #SpotifyWrapped will be dsmp
## 4806                                                                                      Waiting for ppl’s #SpotifyWrapped is giving me ANXIETY lmao hope I’m in some 🙃
## 4807                                                                                         I predict my most played song will be Running Up That Hill  #SpotifyWrapped
## 4808                                                                                                              I predict my top genre will be [K Pop] #SpotifyWrapped
## 4809                                                                                                   my #SpotifyWrapped is going to be mess... i can't wait to see it.
## 4810                                                                                                     I predict my top artist will be Arctic Monkeys  #SpotifyWrapped
## 4811                                                                                              i predict my most listened to artist is @JeffreeStar \n#SpotifyWrapped
## 4812                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 4813                                           I predict my most played song will be [Rush Hour by Monsta X] #SpotifyWrapped  #MONSTA_X #MONBEBE https://t.co/tUXvC9haSN
## 4814                                                               I predict my most played song will be [G.O.A.T by Diljit Dosanjh @diljitdosanjh]🔥🔥🔥🔥🔥 #SpotifyWrapped
## 4815                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4816                                                                                                                        I can't wait for mines!!!\n\n#SpotifyWrapped
## 4817                                                                                   I predict my top podcast will be  nothing. I don’t listen to them #SpotifyWrapped
## 4818                                                                           I predict my most played song will be Male Fantasy or In Between Breaths. #SpotifyWrapped
## 4819                        With everyone going #SpotifyWrapped mad, we thought it'd be a trip to look back at 2022 thus far on Birthday Cake F… https://t.co/n1xFRMKU6Q
## 4820                                                                                                 If this is how #SpotifyWrapped is gonna look like, then it's fire 🔥
## 4821                                                                                           I predict my most played song will be Taste - Jake Webber #SpotifyWrapped
## 4822                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4823                                                             I predict my top podcast will be [just roll with it] #SpotifyWrapped THE ABSURD DND PODCAST DM’D BY GRI
## 4824                                                                                              I predict my top podcast will be [The Magnus archives] #SpotifyWrapped
## 4825                                                         The fact that I’m highly anticipating #SpotifyWrapped as if I don’t already know what it’s gonna look like?
## 4826                                                                                                          I predict my most played song will be Stay #SpotifyWrapped
## 4827                                                                                                I predict my top podcast will be conspiracy theories #SpotifyWrapped
## 4828                                                                                        I predict my most played song prolly whiplash from Metallica #SpotifyWrapped
## 4829                                                                                        No one wants to post their predictions, we just want our #SpotifyWrapped ! 🤣
## 4830                                                                                                when is spotify wrapped actually dropping?? #SpotifyWrapped #Spotify
## 4831                                                                      I predict my top artist will be stray kids or harry styles maybe mitski again  #SpotifyWrapped
## 4832                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop
## 4833                        Still thinking about last year’s #SpotifyWrapped and how this one girl I know from middle school posted her wrapped… https://t.co/JwEGTnYd6Y
## 4834                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @kimpetras duh
## 4835                                                                                                                I predict my top genre will be kpop 💀#SpotifyWrapped
## 4836                                                                                                         I predict my top artist will be [Metallica] #SpotifyWrapped
## 4837                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped coconuts @kimpetras
## 4838                                                                                                          I predict my top podcast will be @joerogan #SpotifyWrapped
## 4839                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@aligatie
## 4840                                                                                     I predict my most played song will be satellite by harry styles #SpotifyWrapped
## 4841                                                                                        How my #SpotifyWrapped is gonna end up looking like… https://t.co/UV42cOkLlM
## 4842                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nCrying in the rain @aligatie
## 4843                                                                                                 I predict my top podcast will be @clubdefansdeshrek #SpotifyWrapped
## 4844                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4845                                                                                            My mood waiting for #SpotifyWrapped @Spotify 🫶🏿🥰 https://t.co/J5vOHe0Qm0
## 4846                                                                                                    I predict my top artist will be @billieeilish ❤️\n#SpotifyWrapped
## 4847                                                                                     I predict my most played song will be [anything by beach house] #SpotifyWrapped
## 4848                                                                                                   @chartdata @bts_bighit of course and #YetToCome \n#SpotifyWrapped
## 4849                                                                                               I predict my most played song will be [Last Surprise] #SpotifyWrapped
## 4850                                                                                                            I predict my top artist will be Bad Gyal #SpotifyWrapped
## 4851                                                                                                             I predict my top artist will be Wallows #SpotifyWrapped
## 4852                                                                                     I predict my most played song will be As it was by Harry Styles #SpotifyWrapped
## 4853                                                                                                                I predict my top genre will be latin #SpotifyWrapped
## 4854                                                                                                                                     im gonn a faint #SpotifyWrapped
## 4855                                                                                I predict my most played song will be [Make Me Famous - Kim Dracula] #SpotifyWrapped
## 4856                                                                                                                                   waiting on you... #SpotifyWrapped
## 4857                                                                                       I predict my most played song will be [BETTER by Zayn Malik ] #SpotifyWrapped
## 4858                                                                               If my most played song isn’t anti fragile I’m gonna burn down Spotify #SpotifyWrapped
## 4859                                                                                        I predict my most played song will be Mezzanotte by Ana Mena #SpotifyWrapped
## 4860                                                                                                           I predict my top artist will be Dayseeker #SpotifyWrapped
## 4861                                                                                                                            Man I'm scared to see my #SpotifyWrapped
## 4862                                                                                                            I predict my top genre will be Metalcore #SpotifyWrapped
## 4863                                                    I predict my top podcast will be [fill in top podcast prediction] &lt;-- guys i wonder (its tma) #SpotifyWrapped
## 4864                                                                                           I predict my most played song will be Ghost, by Imminence #SpotifyWrapped
## 4865                                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #TweekTalks
## 4866                                                                                                            I predict my top podcast will be ask .tm #SpotifyWrapped
## 4867                                                                                             I predict my top artist will be #SpotifyWrapped https://t.co/PgJDdvIswo
## 4868                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped unrestricted podcast
## 4869                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 4870                                                                                                  Some of y’all really exposing yourself with this #SpotifyWrapped 🤮
## 4871                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj
## 4872                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 4873                                                                                                                            judgement day is upon us #SpotifyWrapped
## 4874                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4875                                                                                 I predict my most played song will be All Eyes On Me by Bo Burnham. #SpotifyWrapped
## 4876                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rap
## 4877                                                                                                       I predict my top artist will be @ihavenomanas #SpotifyWrapped
## 4878                                                                                                    I predict my most played song will be Boyfriends #SpotifyWrapped
## 4879                                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m a vibe
## 4880                         You can now create your own festival line-up based on your Spotify streams! #SpotifyWrapped \n\nCheck it out here:… https://t.co/BwAvJBmZ0p
## 4881                                                                                                       I predict my top podcast will be Distractible #SpotifyWrapped
## 4882                                                                          I predict my most played song will be Illegal Screenshots by @ihavenomanas #SpotifyWrapped
## 4883                                                                                       I predict my most played song will be #SpotifyWrapped https://t.co/5lrD4nmeQK
## 4884                                                                                 I predict my top podcast will be Nur Verheiratet von @hazelbrugger  #SpotifyWrapped
## 4885                                                                               There's a nonzero chance that my top song is 6 God - yes, in 2022.... #SpotifyWrapped
## 4886                                                                                  My biggest fear is having Friday by Rebecca Black as my #1 song on #SpotifyWrapped
## 4887                                                                                                    I predict my top artist will be @rinasawayama\n\n#SpotifyWrapped
## 4888                                                                                                          I predict my top artist will be Juice wrld #SpotifyWrapped
## 4889                                                                                            apple music users are seething to the fact they dont got #SpotifyWrapped
## 4890                                                                                              I predict my top genre will be modern metal. Hopefully #SpotifyWrapped
## 4891                                                                             I saw #SpotifyWrapped and was sooo hyped... RELEASE IT NOOOOOOW https://t.co/SOzZjZeonn
## 4892                                                                     I predict my top artist will be Glaive, Lovejoy or Softwilly \n100% one of them #SpotifyWrapped
## 4893                                                                                                      giving @spotify permission to leave rex off my #SpotifyWrapped
## 4894                                                                                  I predict my most played song will be [Two Birds - Regina Spektor] #SpotifyWrapped
## 4895                                                         Calling it now, my #SpotifyWrapped top songs will all be from The 1975’s Being Funny In A Foreign Language.
## 4896                      Huh. Jumping on the thing that Charlie did while waiting for #SpotifyWrapped to happen.\n\nI would pay for this fest.… https://t.co/4h6SZ0QXao
## 4897                                                                                         I predict my most played song will be \nAngry @marsargo \n\n#SpotifyWrapped
## 4898                                                                                                       I predict my top artist will be @Harry_Styles #SpotifyWrapped
## 4899                        JUST ANNOUNCED in #California \n\nChozen G 👑is getting ready to release #new #music ....\n\nGet Ready for something… https://t.co/hFCv57JuFg
## 4900                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped - All Too Well 10 minute obvs
## 4901                                                                  I predict my most played song will be Looking For Somebody (To Love) by The 1975 #SpotifyWrapped 🤡
## 4902                        Moving day is always a stressful, but it doesn’t have to be. When you are looking for a moving company in San Franc… https://t.co/LZL89KaR42
## 4903                                                                                                 my prediction of my top artist is definitely Ariana #SpotifyWrapped
## 4904                                                                 I predict my top artist will be 5 Seconds of Summer just like the last seven years🫶 #SpotifyWrapped
## 4905                                                                         I predict my most played song will be WYAT (Where You At)  by @SB19Official #SpotifyWrapped
## 4906                                                                         if my most played song isnt cry for love im going to jump out of the window #SpotifyWrapped
## 4907                                                                                     I predict my most played song will be Chicas by Andrés Calamaro #SpotifyWrapped
## 4908                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4909                              New life goal - to see Illenium and Kristin Chenoweth on the same day 😂\n\n#instafest #spotify #SpotifyWrapped https://t.co/f1PWJKoJWw
## 4910                                   #SpotifyWrapped!? Nah, I much prefer the festival breakdown on #instafestapp\n\nGreat work @AnshaySaboo 👏 https://t.co/FB3b6UimMc
## 4911                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nTaylor Swift
## 4912                                                                                                                 I predict my top artist will be MCR #SpotifyWrapped
## 4913                                       If the music the kids I look after makes me play them shows up on my  #SpotifyWrapped  list this year https://t.co/XRUVE0mOTf
## 4914                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop
## 4915                                                                           I predict my most played song will be any song from the danger days album #SpotifyWrapped
## 4916                                                                       can’t wait to see who the lucky bastard was this year #SpotifyWrapped https://t.co/9ISHGlmqQR
## 4917                                                                                 I predict my most played song will be \nThis Hell @rinasawayama \n\n#SpotifyWrapped
## 4918                                                                                                 I’ll be honest I have no idea what my top song is 🥴 #SpotifyWrapped
## 4919                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nHold no Grudge Lorde
## 4920                        Hungry? Get $15 off your first Uber Eats order of $20 or more. Terms apply. Use my code at checkout: eats-eduwigesl… https://t.co/t2s53voJZf
## 4921                                                                                                    I predict my top artist will be [lizzy mcalpine] #SpotifyWrapped
## 4922                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 4923                                               The most unpredictable thing about me is my Spotify Wrapped, I dont even know whats going to be on it #SpotifyWrapped
## 4924                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped cuff it by beyoncé
## 4925                                                                                   I predict my most played song will be [firearm by lizzy mcalpine] #SpotifyWrapped
## 4926                              I mean it’s obviously gonna be @LotteryWinners but I reckon the wife is pushing for @SeaGirls #SpotifyWrapped… https://t.co/kBHZST1UbQ
## 4927                                                                                                 time to play Isaiah Rashad endlessly till #SpotifyWrapped comes out
## 4928                                                                              I predict my top podcast will be @ryansatin’ #OutOfCharacter podcast.  #SpotifyWrapped
## 4929                                                                                                             I predict my top artist will be Beyoncé #SpotifyWrapped
## 4930                        Can't wait for the #SpotifyWrapped where it tells me how many times I tried to find the RSS for a podcast on Spotif… https://t.co/K1x9z0Lupk
## 4931                                     COMPARE AND CONFIRM 🌹\n\n@fixed_surebet \n\n📞, telegram or WhatsApp +2349029529273\n\n#SpotifyWrapped … https://t.co/YkUge0e7Y4
## 4932                                 #SpotifyWrapped #Spotify #trend if this #musicfestival was real I’d #fullsend in a heartbeat lol #illenium… https://t.co/KSvbuYMndW
## 4933                                                                                                     I predict my top artist will be [Shawn Mendes ] #SpotifyWrapped
## 4934                                                                                                     Me on Friday when #SpotifyWrapped drops https://t.co/3aUCx3xy3r
## 4935                                                                                                      I predict my most played song will be Photo ID #SpotifyWrapped
## 4936                                                                                     I predict my top podcast will be the meditating one, as you are #SpotifyWrapped
## 4937                                                                                                        I predict my top artist will be Oingo Boingo #SpotifyWrapped
## 4938                        Super curious to see if I have an All @TaylorSwift13 #SpotifyWrapped for the third year in a row. I should be embar… https://t.co/7sdAVYPktd
## 4939                                                                                                              I predict my top artist will be @drake #SpotifyWrapped
## 4940                                             "How many times have you restarted the app to see if your #SpotifyWrapped pops up?"\n\nMe: Yes. https://t.co/MVnJPkUK1r
## 4941                                                                                      I predict my top podcast will be the Through The Wire Podcast. #SpotifyWrapped
## 4942                                                                                                   #SpotifyWrapped nothing because they unfairly removed my account.
## 4943                                                                                I predict my most played song will be What Was Mine by Sarah Kinsley #SpotifyWrapped
## 4944                                                              I predict my most played song will be “Say My Name” from @BeetlejuiceBway soundtrack!  #SpotifyWrapped
## 4945                                                                                                  I predict my top artist will be Allison or Giselle #SpotifyWrapped
## 4946                                                                                                          I predict my top artist will be The Holdup #SpotifyWrapped
## 4947                                                                                                      Not #InstaFest beating #SpotifyWrapped to the finish line …… 🫠
## 4948                                                                                                               My #SpotifyWrapped prediction https://t.co/N6p3PkhjOg
## 4949                                                                                                          I predict my top artist will be @BLACKPINK #SpotifyWrapped
## 4950                                                                                                            I predict my top genre will be pop music #SpotifyWrapped
## 4951                                                                                     I predict my top artist will be [Pet Shop Boys or Depeche Mode] #SpotifyWrapped
## 4952                                                                                             I predict my top genre will be most likely pop or Latin #SpotifyWrapped
## 4953                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4954                                                          I predict my most played song will be Alien Superstar or What I want or Naked in Manhattan #SpotifyWrapped
## 4955                                                                                                           I predict my top podcast will be @GoonsPC #SpotifyWrapped
## 4956                                               listening to that good song that I found about later on 2022 over and over again to make sure it's on #SpotifyWrapped
## 4957                      I predict my most played song will be [Butterfly] \nI predict my top genre will be [K💩]\nI predict my top artist will… https://t.co/SoIpIHQ8VW
## 4958                                                                            I predict my top artist will be either Halsey/Paramore/Bad Bunny/Rosalia #SpotifyWrapped
## 4959                                                                                                      I predict my top artist will be [Lil uzi vert] #SpotifyWrapped
## 4960                                                     I predict my top artist will be Tyler The Creator Halsey or Elton John #SpotifyWrapped… https://t.co/Gbpdr6Pd0B
## 4961                                                                                                           I predict my top artist will be Don Broco #SpotifyWrapped
## 4962                                                                                                              no one is seeing my #SpotifyWrapped this year. no one.
## 4963                                                                                             my #applereplay2022 in place of #SpotifyWrapped https://t.co/7nae6ITcBc
## 4964                                                      Now that i'm waiting for #SpotifyWrapped , i let me show my past 6 months by instafest https://t.co/FmoUXQGmRz
## 4965                                                                                                 I predict my most played song will be [lemon tree ] #SpotifyWrapped
## 4966                                                                                          I predict my most played song will be BIG ENERGY BY LATTO. #SpotifyWrapped
## 4967                                                                                                                               Lmaooo it's coming gg #SpotifyWrapped
## 4968                                                                                                             I predict my top artist will be [Drake] #SpotifyWrapped
## 4969                                                                                            I predict my most played song will be [change by alex g] #SpotifyWrapped
## 4970                                           I predict my most played song will be this why by Paramore or honestly satellite by Harry Styles idkkkk 😭 #SpotifyWrapped
## 4971                                                                            oh wow this screams horny and mentally ill gay 😐 #SpotifyWrapped https://t.co/mFDXtk2Ro0
## 4972                                                                                                                           always interesting to see #SpotifyWrapped
## 4973                                                                                                    I predict my top artist will be Hollywood Undead #SpotifyWrapped
## 4974                                                                      I predict my most played song will be EGORLS ARE RUINING MY LIFE #SpotifyWrapped #ilovespotify
## 4975                                                                                                               My top song is going to be West Coast #SpotifyWrapped
## 4976                                                                                                    Already anticipating our #SpotifyWrapped https://t.co/o1uvoqv9lC
## 4977                                                                                  So it can trend all day but it won't drop? I need to be humiliated #SpotifyWrapped
## 4978                                                                                         I predict my top podcast will be [The @joerogan Experience] #SpotifyWrapped
## 4979                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4980                                                                     i predict my most played song will be [literally any dazey and the scouts song] #SpotifyWrapped
## 4981                                                                                             I predict my top podcast will be [Joe Rogan Experience] #SpotifyWrapped
## 4982                              Motionless in White, NOTHING MORE, I Prevail, Ren and Papa Roach will dominate my #SpotifyWrapped this year, there's no way around it.
## 4983                                                                                           I predict my top podcast will be St Tropez - Cruzcarignan #SpotifyWrapped
## 4984                                                                                  I predict my most played song will be The Archer by @taylorswift13 #SpotifyWrapped
## 4985                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4986                                                                                                      I predict my top artist will be all time low 🤍 #SpotifyWrapped
## 4987                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 4988                                                                                                                I predict my top genre will be [POP] #SpotifyWrapped
## 4989                                                                          I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped IDK!!:))
## 4990                                                                                 I predict my top artist will be either @movementsCA or @HotMulligan #SpotifyWrapped
## 4991                                                                                                            I predict my top podcast will be Dissect #SpotifyWrapped
## 4992      #SpotifyWrapped will most likely look like \n\nINDIGO D-3\n#방탄소년단RM\n#방탄소년단알엠\n#IndigoByRM #Namjoon \n#IndigoByRMIsComing… https://t.co/3uctpywSHH
## 4993                                                                                                            Its that time again, #SpotifyWrapped  is almost there :D
## 4994                                                                                                                 I predict my top artist will be JID #SpotifyWrapped
## 4995                        I predict my most played song will be [LA Doesn’t Miss Me - Lily Kincade] #SpotifyWrapped or [All Too Well (10 Minu… https://t.co/YZY905Z79B
## 4996                                                                                                   I predict my most played song will be Father time #SpotifyWrapped
## 4997                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Harry Styles!!:))
## 4998                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 4999                                                                         can’t wait to be publically humiliated by spotify again in a couple of days #spotifywrapped
## 5000                                                                                                       I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 5001                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop!!:))
## 5002                                                                                                I predict my most played song will be Crack Sandwich #SpotifyWrapped
## 5003                                                                                                  I predict my most played song will be Dicke Titten #SpotifyWrapped
## 5004                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped TPWK By Harry Styles!!:))
## 5005                                                                                                    I predict my most played song will be belupacito #SpotifyWrapped
## 5006                                                                                                                                        give me my #SpotifyWrapped 👹
## 5007                                                                                                                its that time of the yeaaaarrrrrrr 👀 #SpotifyWrapped
## 5008                                                                                                                I predict my top artist will be abba #SpotifyWrapped
## 5009                         If you listen to this entire playlist and don't like at least one song. I change my name.\nhttps://t.co/4Q9AS3nDaW… https://t.co/iIl7szgl2x
## 5010                                                                                                I hope my wrap is better last year was embarrassing 💀#SpotifyWrapped
## 5011                                                                           I predict my most played song will be [Everybody wants to rule the world] #SpotifyWrapped
## 5012                                                                                                     I dont even think id want to share mines 😆😆😆🙄🙄🙄🙄#SpotifyWrapped
## 5013                                                                              @tanamongeau I wouldn’t have a happy song either if i used apple music #SpotifyWrapped
## 5014                                              I predict @sanbenito will be my most listened artist as well as @ladygaga , @Anitta and @KALIUCHIS 🌱🌱🌱 #SpotifyWrapped
## 5015                       HI\nI am a freelancer. I can rewrite documents, and translate documents into any language, also can convert files in… https://t.co/C25N4q5Ist
## 5016                                         Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook
## 5017                                                                                                    I predict my most played song will be Holdin' on #SpotifyWrapped
## 5018                                                                                             I predict my top podcast will be [diary of a romantica] #SpotifyWrapped
## 5019                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 5020                                                                          I predict my top artist will be will be either Stray kids, BTS, or Enhypen #SpotifyWrapped
## 5021                                                                                        I predict my top artist will be @RollingStones … easy money  #SpotifyWrapped
## 5022                                                                                                               I predict my top artist will be [AJR] #SpotifyWrapped
## 5023                                                                                       I predict my top podcast will be [@SalVulcano @chrisdcomedy ] #SpotifyWrapped
## 5024                                                                                                        I predict my most played song will be [HOME] #SpotifyWrapped
## 5025                        The John Lewis Christmas ad and #SpotifyWrapped are two of the most anticipated days in the annual marketing calend… https://t.co/4MsRoUaWly
## 5026                                                                                         #SpotifyWrapped its just going to be this babyyyyyy https://t.co/ZrD0r2DouL
## 5027                                                                                          I predict my most played song will be [Disco : Surf Curse] #SpotifyWrapped
## 5028                                                                                                    I predict my top artist will be [Chase Atlantic] #SpotifyWrapped
## 5029                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 5030                                                                                                        I predict my most played song will be Carmen #SpotifyWrapped
## 5031                                                                           I predict my top podcast will be Quinta Misteriosa da Jaqueline Guerreiro #SpotifyWrapped
## 5032                                                                                                          omg I got my #SpotifyWrapped early https://t.co/zx6vmyMiTp
## 5033                                                                                                                                    Drop it alredy #SpotifyWrapped 💀
## 5034                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 5035                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 5036                                                                                                       I predict my top artist will be [@theweeknd ] #SpotifyWrapped
## 5037                                                                                                                 I predict my top artist will be Jão #SpotifyWrapped
## 5038                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 5039                                                                                                I predict my most played song will be [did too much] #SpotifyWrapped
## 5040                                                                            I predict my most played song will be molecole by thasup @thavidesupreme #SpotifyWrapped
## 5041                                                                                           I predict my most played song will be [Until I found you] #SpotifyWrapped
## 5042                                                                                                        I predict my top genre will be Rock ou Indie #SpotifyWrapped
## 5043                                                             More than most streamed artist of the year, I’m scared about my top 5 songs of the year #SpotifyWrapped
## 5044                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @the_levellers
## 5045                                                                                                                                   Give it to me now #SpotifyWrapped
## 5046                                                                                                 I predict my most played song will be [PINK VENOM ] #SpotifyWrapped
## 5047                                                                                                I predict my most played song will be Idiota do Jão  #SpotifyWrapped
## 5048                                                                     Excited for this year's treat for the eyes @Spotify🤞\n\n#SpotifyWrapped https://t.co/6B9QZFRohl
## 5049                                   WOO! Y’all ready for Bo Burnham to be my most listened to for yet another year??? I am! 🎧🎁#SpotifyWrapped https://t.co/33zOiLpl9E
## 5050                  I predict my top artist will be @OfficialWillow cause &lt;coping mechanism&gt; has been steadyyyyy on repeat since it dro… https://t.co/q5r5DXIIJb
## 5051                               @Marvin_Inu @elonmusk #marvin much organic, bags full of cookies and apples. Let s bring some peace in here\n\n#Apple #SpotifyWrapped
## 5052                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5053                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5054                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 5055                                                         I already know what my #SpotifyWrapped will look like.\nNicki, Wizkid, Justin Bieber will take the lead ...
## 5056                                                                    macam biasa, keshi still number 1 like other years 😂 \n\n#SpotifyWrapped https://t.co/0FpICsQxdY
## 5057                                                                                          I predict my most played song will be Nicknames by Dayglow #SpotifyWrapped
## 5058                                                                                                                                   #SpotifyWrapped GIVE ME I NEED IT
## 5059                                                                       Shout out to #instafestapp because I was already pressed for #SpotifyWrapped . Perfect teaser
## 5060                                                                                                        I predict my top artist will be [Blackpink ] #SpotifyWrapped
## 5061                                                                                               I predict my top artist will be Taylor Swift or BANKS #SpotifyWrapped
## 5062                                                                            I use my Spotify for sleep music so I’m absolutely dreading my #SpotifyWrapped this year
## 5063                                                                                                                               my #SpotifyWrapped is gonna be so sad
## 5064                                                                                              #Spotify #SpotifyWrapped \nI like it so much 💗 https://t.co/bqw93XOi2e
## 5065                                                                                        I predict my top podcast will be Unhinged with Chris Klemens #SpotifyWrapped
## 5066                                                                                            I predict my most played song will be Believe What I Say #SpotifyWrapped
## 5067                       Check it now: https://t.co/wUWrejwqcQ \nCasemiro #CyberMonday #GivingTuesday Diet Coke Ghana #MondayMotivation Mauna… https://t.co/zbX31eo5Nk
## 5068                                                                                                            I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 5069                                                                           twitter goin nuts over  #SpotifyWrapped and it ain’t even out yet https://t.co/pfwWKgPv2U
## 5070                                                                                                                                           WHERES MY #SpotifyWrapped
## 5071                                                                               I predict my most played song will be "Sometimes, I" by Aero Austaire #SpotifyWrapped
## 5072                                                                                                 I predict my most played song will be [Pink Venom ] #SpotifyWrapped
## 5073                                                                                            I predict my most played song will be butterfly by LOONA #SpotifyWrapped
## 5074                                                                                                                                I don't have #SpotifyWrapped yet....
## 5075                                                                                            I predict my most played song will be Meteorite by BANKS #SpotifyWrapped
## 5076                                                                                                                  Where my Spotify wrapped at biatch #SpotifyWrapped
## 5077                                                                                                      I predict my top artist will be @zachlanebryan #SpotifyWrapped
## 5078                     Are you ready for Christmas?\n\nDon't miss special Christmas price %40 off\n\n"JUST ANNOUNCED" #SpotifyWrapped, Canelo… https://t.co/J9d9djiAy6
## 5079                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 5080                                                 I predict my top podcast will be white noise sleep sounds 😅 but the real answer is @goodchildrenpod #SpotifyWrapped
## 5081                                                                                                             I predict my top artist will be [loona] #SpotifyWrapped
## 5082                                                                                                             I predict my top artist will be Adele 🤍 #SpotifyWrapped
## 5083                                                                                                       I predict my top artist will be Glass Animals #SpotifyWrapped
## 5084                                                                                I predict my top podcast will be [Manchester United Offical Podcast] #SpotifyWrapped
## 5085                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 5086                                                                                                   I predict my most played song will be Drunk Dazed #SpotifyWrapped
## 5087                                                                                        I predict my most played song will be [pink matter by frank] #SpotifyWrapped
## 5088                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5089                                                                  I predict my top artist will be [either prince daddy and the hyena or Joyce manor] #SpotifyWrapped
## 5090                                                                                                              I predict my top artist will be Drake  #SpotifyWrapped
## 5091                                                                                                yeah keep #SpotifyWrapped hidden from me pls https://t.co/iq5PK23LL9
## 5092                                                                           I predict my top podcast will be [ i dont listen to podcasts on spotify ] #SpotifyWrapped
## 5093                                                                                                           I predict my top genre will be [Alt rock] #SpotifyWrapped
## 5094                                                                                                    I predict my top podcast will be @nosalgasdecasa #SpotifyWrapped
## 5095                                                                                                           Can someone let me know when #SpotifyWrapped drops please
## 5096                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 5097                                                                                         I predict my most played song will be [Totally fine by PUP] #SpotifyWrapped
## 5098                                                                                                         I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5099                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 5100                                                                                      I predict my most played song will be [nasty by ariana grande] #SpotifyWrapped
## 5101                                                                           I predict my most played song will be lustre by jiwoo #SpotifyWrapped\n I KNOW IT WILL BE
## 5102                                                                              I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped
## 5103                        Honestly don’t know what it’s gonna look like this year I fear . There were some songs I listened to but I didn’t l… https://t.co/eUcuWnIbIt
## 5104                                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop i’m afraid
## 5105                                                                                               I predict my most played song will be [ Want it all ] #SpotifyWrapped
## 5106                                                                                               I predict my top podcast will be HookedFM of course 😎 #SpotifyWrapped
## 5107                                                                                                      I predict my top artist will be Taylor Swift ♥️ #SpotifyWrapped
## 5108                                                                I predict my most played song will be #biggerthanme  Than Me by #LouisTomlinson \n\n #SpotifyWrapped
## 5109                                                                                                            I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 5110                                                                                                             I predict my top artist will be [Louis] #SpotifyWrapped
## 5111                                                      I predict my most played song will be Shake it By Kay Flock ft Cardi B #SpotifyWrapped https://t.co/PS70nnfYGN
## 5112                                                                                                       i predict my most played song will be 9 lives #SpotifyWrapped
## 5113                                                                                                   I predict my top podcast will be Very Really Good #SpotifyWrapped
## 5114                                                                                        I'm ready to hate my own music taste, please drop it already #SpotifyWrapped
## 5115                                                                                                          I predict my top artist will be [MONSTA X] #SpotifyWrapped
## 5116                                                                                                       Patiently waiting for #SpotifyWrapped https://t.co/7lWb1Hk9VO
## 5117                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 5118                                                                                       Check me out being narcissistic af 🙃😂 #SpotifyWrapped https://t.co/hYkkEcscMa
## 5119                                                                                                          I predict my top artist will be harry duh  #SpotifyWrapped
## 5120                                                                                       I predict my top artist will be \nRoyal Blood like last year\n#SpotifyWrapped
## 5121                                                                                             I predict my most played song will be my tears ricochet #SpotifyWrapped
## 5122                                                                                             I predict my top artist will be [Bad Bunny obviously 🤠] #SpotifyWrapped
## 5123                                                                                                     I predict my top genre will be [k-pop boygroup] #SpotifyWrapped
## 5124                                                                                【Trends Tag】 #BRASUI #CyberMonday #GivingTuesday #MondayMotivation #SpotifyWrapped
## 5125                                                                I predict my top artist will be @taylorswift13 \n#SpotifyWrapped\n\nThis isnt changing anytime soon.
## 5126                                                                                                           When is actually Spotify wrapped coming ? #SpotifyWrapped
## 5127                                                                                      I predict my most played song will be [Kiss Me Thru The Phone] #SpotifyWrapped
## 5128                                                                                              I predict my most played song will be [Bigger than me] #SpotifyWrapped
## 5129                                                                                             I predict my most played song will be LA INOCENTE OBVIO #SpotifyWrapped
## 5130                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5131                                                                                      I predict my top genre will be\nModern Rock like my last years #SpotifyWrapped
## 5132                                                                                                            Waiting for our #SpotifyWrapped! https://t.co/JpmFhxzxDi
## 5133                                                                                           I predict my most played song will be [JIKJIN - TREASURE] #SpotifyWrapped
## 5134                                                                                                              my #SpotifyWrapped is here omg https://t.co/3VM2UwBG3a
## 5135                                                                                                 i predict (know) my top artist will be taylor swift #SpotifyWrapped
## 5136                                                                                                     I predict my top artist will be [Laura Marano ] #SpotifyWrapped
## 5137                                                                                                         I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 5138                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #stop
## 5139                                                                                                    I predict my top artist will be @anirudhofficial #SpotifyWrapped
## 5140                                                              me when my #SpotifyWrapped list has the exact same artists as it did last year https://t.co/zDxXCUJX8f
## 5141                                                                                                              I predict my top genre will be Hip hop #SpotifyWrapped
## 5142                                                                                         I predict my most played song will be Dress by Taylor Swift #SpotifyWrapped
## 5143                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nUh....its a tight battle betwe… https://t.co/yPXMlEVnY9
## 5144                                                                               I predict my most played song will be\nPump it from Electric Callboy 🤔#SpotifyWrapped
## 5145                                                                         I predict my most played song will be \nI Really Want to Stay at Your House #SpotifyWrapped
## 5146                                                                                               I predict my most played song will be wildest dreams  #SpotifyWrapped
## 5147                                                                                                            I predict my top artist will be @BTS_twt #SpotifyWrapped
## 5148                  #Secret_Battalion \n@li_vi_ng_ \n@Cootleoo\n@AM_AKHR\n@HR_Busy\n@ItsMadina3\n@Shazi087\n@bnt_aywb\n@MMA7t\n@TlpAMOfficial… https://t.co/z5CK5Iii1d
## 5149                                                                                               I predict my most played song will be sofia by Clairo #SpotifyWrapped
## 5150                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5151                                                                                               I predict my most played song will be Just Wanna Rock #SpotifyWrapped
## 5152                                                           I predict my most played song will be [Do We Have A Problem by Nicki Minaj and Lil Baby ] #SpotifyWrapped
## 5153                                                     I predict my most played song will be \n(Please, don’t be it… please don’t be it)\nAnti-Hero 😂\n#SpotifyWrapped
## 5154                                                                                                    I predict my top artist will be Taylor Swift #SpotifyWrapped ofc
## 5155                                                                                                   I predict my top artist will be GRETA VAN FLEET 😺😸#SpotifyWrapped
## 5156                                                                           I predict my most played song will be Feel My Rhythm or All Too Well 🤞🏻\n #SpotifyWrapped
## 5157                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwhat is thsi
## 5158                                                             Doom and destruction is better with a killer soundtrack. What would be on Aatrox’s #SpotifyWrapped ? 🎶🎸
## 5159                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5160                                                                                 I predict my top artist will be … could be @sanbenito or @theweeknd #SpotifyWrapped
## 5161                                                                                I predict my most played song will be Plastic Off The Sofa - Beyoncé #SpotifyWrapped
## 5162                                                                                                 I predict my top artist will be Taylor Swift #SpotifyWrapped\n\nofc
## 5163                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped At your service with dua lipa
## 5164                                                                         Me seeing Rex Orange County and Daniel Ceasar on my #SpotifyWrapped https://t.co/WSBjJVONYY
## 5165                                                                                                        I predict my top artist will be @brentfaiyaz #SpotifyWrapped
## 5166                                                                                                       I predict my top artist will be Billie Eilish #SpotifyWrapped
## 5167                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ashe
## 5168                                                                                        I predict my top podcast will be [suburb talks ] I love them #SpotifyWrapped
## 5169                                                                                                    i KNOW my top artist will be [twenty one pilots] #SpotifyWrapped
## 5170                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped contemporary pop
## 5171                                                                                                           I predict my top genre will be R&amp;B 🔥🔥 #SpotifyWrapped
## 5172                                                                                                            I predict my top genre will be Reggaeton #SpotifyWrapped
## 5173                                            I predict my top artist will be @monlaferte or @mitskileaks cause I done had them on repeat all year lol #SpotifyWrapped
## 5174                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped infinite live without fulfilment by grimes
## 5175                        Also I know Mitski going to be my top artist this year too, I won’t tell you how many times I listened to my depres… https://t.co/Z3C71htLhE
## 5176                                                                                        I predict my top podcast will be [The Joe Rogan experience ] #SpotifyWrapped
## 5177                                                                                         I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 5178                                                                                       I predict my most played song will be anything from Bad Bunny #SpotifyWrapped
## 5179                                                                 I predict my most played song will be Written All Over Your Face by Louis Tomlinson #SpotifyWrapped
## 5180                                                                                                              I predict my top artist will be @Drake #SpotifyWrapped
## 5181                                                                                                 I predict my top podcast will be [@JaacksHappyHour] #SpotifyWrapped
## 5182                                                                                                       I predict my most played song will be Clouded #SpotifyWrapped
## 5183                                                                                                                          #SpotifyWrapped gonna drop anytime soon? 😏
## 5184                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5185                                                                                                               PLEASE STOP THIS MADNESS DROP IT NOWW #SpotifyWrapped
## 5186                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5187                                                                                                      I predict my top artist will be [Harry Styles] #SpotifyWrapped
## 5188                                          I wanna see all artists’ #SpotifyWrapped and then I wanna see them collaborating with the artists they listen to the most.
## 5189                                                                                             I predict my most played song will be [Do I Wanna Know] #SpotifyWrapped
## 5190                                                                                                                 I’m probably way too excited for my #SpotifyWrapped
## 5191                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 5192                                                                                                          I predict my top genre will be [Dance Pop] #SpotifyWrapped
## 5193                                                                                                   I predict my top genre will be [Alternative Rock] #SpotifyWrapped
## 5194                                                                                    I predict my most played song will be [As It Was - Harry Styles] #SpotifyWrapped
## 5195                                                                                       I predict my top artist will be [bts] I think 😭 like for sure #SpotifyWrapped
## 5196                                                                                                       I predict my top genre will be [R&amp;B/Soul] #SpotifyWrapped
## 5197                                                                                                I predict my most played song will be Lavender Haze. #SpotifyWrapped
## 5198                                                           saw #SpotifyWrapped trending and gasped, tried to open spotify so fast i dropped my phone and for nothing
## 5199                        wow it’s just the group stage and the #WorldcupQatar2022 is exciting 🔥btw my EP - LOVE IS WAR ! is out on all digit… https://t.co/xEwu3yzryA
## 5200                                                                                             I predict my most played song will be [save your tears] #SpotifyWrapped
## 5201                                                                                        I predict my top podcast will be [something to do with ASMR] #SpotifyWrapped
## 5202                             I predict my top artist will be Harry Styles, and my second artist will be Matt Maltese, and my third will be Deftones  #SpotifyWrapped
## 5203                                                                                                           I predict my top genre will be [kpop]  😭😭 #SpotifyWrapped
## 5204                                                                                                    I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 5205                                      Can't wait for everyone to have the DreamSMP as one of their main "genres" of the year for no apparent reason🤩 #SpotifyWrapped
## 5206                                                                                 I predict my most played song will be Fast Times by @SabrinaAnnLynn #SpotifyWrapped
## 5207                                                                                                                               COME ON BRO WE HUNGRY #SpotifyWrapped
## 5208                                                                                                           I predict my top artist will be [Lovejoy] #SpotifyWrapped
## 5209                                                                              I predict my most played song will be [ya acabo ft Becky g ] for sure 😭#SpotifyWrapped
## 5210                                                                                                  I predict my top artist will be loona or blackpink #SpotifyWrapped
## 5211                                                                                                 no but why is #SpotifyWrapped trending. I got excited for a moment.
## 5212                                                                                                         I predict my top genre will be [indie rock] #SpotifyWrapped
## 5213                              my 2019, 2020, &amp; 2021 #SpotifyWrapped wonder if me by the 1975 will be on mine for the 4th year in a row x https://t.co/JK12RSlF43
## 5214                                The most played song on my #SpotifyWrapped this year is either gonna be #Riptide by @BEARTOOTHband or #Sleepwalking by @AllTimeLow 😅
## 5215                                                                           I predict my most played song will be Le perv #SpotifyWrapped \n\n(a saber después, pero)
## 5216                                                                              I predict my top artist will be American rock band my chemical romance #SpotifyWrapped
## 5217                                                                                                                               #SpotifyWrapped when starting guyzzzz
## 5218                                                                                                 I predict my most played song will be pose by loona #SpotifyWrapped
## 5219                                                                                          I predict my most played song will be [Fine - Lemon Demon] #SpotifyWrapped
## 5220                                                                                                  I predict my top artist will be  Machine Gun Kelly #SpotifyWrapped
## 5221                                                                                        I predict my most played song will be demolition lovers -mcr #SpotifyWrapped
## 5222                                                                                       I predict my top artist will be Drake #SpotifyWrapped https://t.co/aXZh9WYPYY
## 5223                                                                                    I predict my top podcast will be Hobbylos by Rezo&amp;Julien Bam #SpotifyWrapped
## 5224                          There you go - a sneak peak into SEASON 1 ✨️\n Click, Listen and Subscribe 😉\n#SpotifyWrapped\n#spotifypodcasts\n ➡️https://t.co/u9yRN8vTqo
## 5225                                                                                                              Everyone's #SpotifyWrapped better have Kate Bush on it
## 5226                                                                                                       I predict my top artist will be Taylor swift  #SpotifyWrapped
## 5227                                                                                                      I predict my top artist will be HARRY STYLES #SpotifyWrapped 😁
## 5228                                                                                                    I predict my top genre will be pop/indie or rock #SpotifyWrapped
## 5229                                                                                                             I predict my top podcast will be None…\n#SpotifyWrapped
## 5230                        I won't lie. I was seeing some sick festival line up posters and thinking “where can I buy a ticket for that?”. The… https://t.co/qC1zw9DoSF
## 5231                                                                                       I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped
## 5232                                                                                    I predict my top artist will be if it’s not lovejoy i will riot\n#SpotifyWrapped
## 5233                                         Everyone should drop their Spotify wrapped here. I wanna see whose mental health here is worse than mine 🙂\n#SpotifyWrapped
## 5234                                                                                   I predict my most played song will be jubilee line by Wilbur soot #SpotifyWrapped
## 5235                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 5236                                                                                                      I predict my top artist will be #Bangtan(#BTs) #SpotifyWrapped
## 5237                                                                                       I am so excited for y'all  #SpotifyWrapped so y'all better post screen shots!
## 5238                                                                                      I predict my most played song will be [Greyhound Ashton Irwin] #SpotifyWrapped
## 5239                                                                                             All time vs the last 6 months 🤗 #SpotifyWrapped https://t.co/3vLzYTgysV
## 5240                                                                                          I predict my top genre will be indie pop or dsmp, depends\n#SpotifyWrapped
## 5241                                                                                          I predict my most played song will be [any radiohead song] #SpotifyWrapped
## 5242                                                                                                         I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5243               Make government ban relationship \n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐
## 5244                                                                                            I predict my most played song will be Darkside by neoni\n#SpotifyWrapped
## 5245                                                                                                        I predict my top artist will be @bigtimerush #SpotifyWrapped
## 5246                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5247                                                                                               I predict my top artist will be [5 Seconds Of Summer] #SpotifyWrapped
## 5248                                                               Just released that my top podcast this year on #SpotifyWrapped is going to be the @ColinandSamir show
## 5249                                                                                                    I predict my top artist will be @ShawnJamesMusic #SpotifyWrapped
## 5250                                                                                                              I predict my top genre will be alt pop #SpotifyWrapped
## 5251                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5252                                                                                                                     i just know mine will be awful  #SpotifyWrapped
## 5253                                      I folded and am paying money this year just to see what my top played song was😆 it better be worth it spotify! #SpotifyWrapped
## 5254                                                          I predict my top artist will be suicideboys sin ninguna duda y si no pues ben yart lmao XD #SpotifyWrapped
## 5255                                                                                  I predict my most played song will be Anti-Hero by @taylorswift13🎧 #SpotifyWrapped
## 5256                                                                                                        I predict my top artist will be [Conan Gray] #SpotifyWrapped
## 5257                                                               Y'ALL HAD ME THINKING #SpotifyWrapped WAS ALREADY OUT, SPOTIFY STOP EDGING US https://t.co/IYxvc8hvEV
## 5258                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 5259                                                    I predict my most played song will be  viejo amigo de ben yart o coma de suicideboys seguramente #SpotifyWrapped
## 5260                                                                                 I predict my most played song will be [Constellations - Jade LeMac] #SpotifyWrapped
## 5261                                                                                                         I predict my top artist will be stray kids  #SpotifyWrapped
## 5262                                                                                         Already know that me #SpotifyWrapped is gonna be filled with Taylor swift 🫠
## 5263                                                                                                        I predict my top podcast will be [@Fightful] #SpotifyWrapped
## 5264                         sorry for no decklist this weekend, I haven't slept in 48 hours haha\n\nalso WHEN IS #SpotifyWrapped DROPPING P L E A S E IT'S BEEN FOREVER
## 5265                                                                                                              I predict my top genre will be [Latin] #SpotifyWrapped
## 5266                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5267                                                                                                                I predict my top genre will be kpop  #SpotifyWrapped
## 5268                                                   DROP IT I HAVE BEEN LISTENING TO TAYLOR FOR 2 SOLID MONTHS 12 HOURS A DAY I NEED THOSE NUMBERS\n\n#SpotifyWrapped
## 5269                                                                                                              I predict my top genre will be [kpop🙃] #SpotifyWrapped
## 5270                                                                                                         I predict my top artist will be [Rammstein] #SpotifyWrapped
## 5271                                                                                     I predict my most played song will be Lonely st. by stray kids  #SpotifyWrapped
## 5272                                                                                                       I predict my top artist will be [@LittleSimz] #SpotifyWrapped
## 5273                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 5274                                                                                    I predict my top artist will be thasup #SpotifyWrapped\n\npalese @thavidesupreme
## 5275                                                                                   I predict my most played song will be [love always run away-lyw ] #SpotifyWrapped
## 5276                                                         I predict my most played song will be space ghost coast to coast (or your sister was right) #SpotifyWrapped
## 5277                                                                                         I predict my most played song will be [Undisclosed Desires] #SpotifyWrapped
## 5278                                                                                      I use apple music but my #SpotifyWrapped is gonna be nicki streaming playlist‼️
## 5279                                                      Me pretending to be shocked when I see TXT as my number 1 artist on my #SpotifyWrapped https://t.co/vqlX27TomE
## 5280                                                                                 I predict my most played song will be don’t come back by @tatemcrae #SpotifyWrapped
## 5281                                                                                  I predict my top artist will be The Weeknd #SpotifyWrapped https://t.co/vVLu1Qad2Q
## 5282                                                                                                                        Someone tell me, what #SpotifyWrapped means?
## 5283                                                                                           I predict my most played song will be Despues De La Playa #SpotifyWrapped
## 5284                                                                                                           I predict my top genre will be [boom bap] #SpotifyWrapped
## 5285                                                                              I predict my most played song will be (a track from Written By Wolves) #SpotifyWrapped
## 5286                                                                                              I predict my most played song will be [Little Q, Pt 2] #SpotifyWrapped
## 5287                                           I predict my most played song will be It Won’t Always Be Like This @InhalerDublin #SpotifyWrapped https://t.co/Ikd3JCTP73
## 5288                         I predict my top podcast will be Distractible with @markiplier @muyskerm and @LordMinion777  ive listened to every… https://t.co/ex6XNaGcMi
## 5289                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 5290                      While we wait for #SpotifyWrapped what will be in your top 10 songs?\nMariner's Revenge Song by The Decemberists\nTal… https://t.co/fr747ExNqs
## 5291                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 5292                                                  If beyonce will not be in your top artists, i will ne judging very harshly #SpotifyWrapped https://t.co/yXjen1X5WJ
## 5293                                                                                                                 i genuinely thought #SpotifyWrapped was already out
## 5294                                                                                                      I predict my top artist will be Ghost!! #SpotifyWrapped #ghost
## 5295                                                                 If my top song isn’t All too well (10 minute version (Taylor’s version) I’ll scream #SpotifyWrapped
## 5296                                                                                                     I predict my top podcast will be @TheFFBallers  #SpotifyWrapped
## 5297                                                                    I predict my most played song will be “Love Love Love” or “Glimpse of Us”??? Idk #SpotifyWrapped
## 5298                                                                                                       I predict my top artist will be @mikes_dead 🫶 #SpotifyWrapped
## 5299                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 5300                                                  I predict my most played song will be [fill in top song prediction] idk prolly Luv Hate @hateslump #SpotifyWrapped
## 5301                                                         I predict my top podcast will be The Deconstruction Zone by @DannyLybarger and @emilykzell  #SpotifyWrapped
## 5302                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5303                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Korn
## 5304                        Georgia voters! Need something to listen to while you go vote early this week? (Or maybe something to get you excit… https://t.co/LE415rsXJ9
## 5305                                                                             I predict my most played song will be Attention de New Jeans claramente #SpotifyWrapped
## 5306                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hard rock
## 5307                                                                                                       I predict my top artist will be Taylor Swift! #SpotifyWrapped
## 5308                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 5309                                                                                        I predict my most played song will be Cinema by Harry Styles #SpotifyWrapped
## 5310                                                         Sabrina Carpenter hit\nThumbs (Official Video)\nhttps://t.co/g3lGtjPScn \n#sabrinacarpenter #SpotifyWrapped
## 5311                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/5b8cujEXrn
## 5312                                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped faget-Korn
## 5313                                                                                                          I predict my top artist will be the smiths #SpotifyWrapped
## 5314                                                                                                I predict my top genre will be hip hop for the WINNN #SpotifyWrapped
## 5315                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5316                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 5317                                                                                                                                      when when when #spotifywrapped
## 5318                                  When it comes to soccer, Brazil is the teacher 👏🏼👏🏼🇧🇷 \n\n#FIFAWorldCup #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/dHKWqp6D36
## 5319                        I predict my top podcast will be that one podcast episode where someone reuploaded the song Karkalicious that I can… https://t.co/7Baqu7z5LX
## 5320                                                                                                      I predict my most played song will be hype boy #SpotifyWrapped
## 5321                        I really can't wait to see the podcast stats on my #SpotifyWrapped because this is the first year where I solely us… https://t.co/wdxU04qgLO
## 5322                                                                                        I predict my most played song will be [Deep End - I Prevail] #SpotifyWrapped
## 5323                                                                                                               I predict my top genre will be [Soul] #SpotifyWrapped
## 5324                                                                     I predict my most played song will be 30/90! It was my anxiety anthem this year #SpotifyWrapped
## 5325                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 5326                                                              @Spotify Bloody Mary by Lady Gaga !\n\n#Spotify #SpotifyWrapped #wednesday \n\nhttps://t.co/O6WPoD7ORY
## 5327                                                                                          I predict my most played song will be O Sanam by Lucky Ali #SpotifyWrapped
## 5328                                                                                                       my #SpotifyWrapped gonna show me slowly rising from the ashes
## 5329                                                                                    I predict my top artist will be Doechii, but who the fuck knows. #SpotifyWrapped
## 5330                                                                                        twitter emoji moments tagline symbol #SpotifyWrapped https://t.co/zhLPsi9zab
## 5331                            I predict my top artist will be Bastille. It has been Bastille for the past several years and it probably will be again. #SpotifyWrapped
## 5332                    I always play rain sounds on youtube though. My top artists this year would most probably be Harry Styles and Aly &amp;… https://t.co/A2CULOpMZd
## 5333                                 Thinking about how I've been listening to the same song on repeat since it came out, but it won't be on my… https://t.co/cKGczLZDkh
## 5334                                                                I predict my top artist will be Tyler The Creator or Halsey #SpotifyWrapped… https://t.co/XTRl5gxreC
## 5335                                                                                                                                   hurry the fuck up #SpotifyWrapped
## 5336                                                                                                                                Too many commercials #SpotifyWrapped
## 5337                                                                          Sabrina Carpenter Run and Hide\nhttps://t.co/fNNJxnUMJK\n#sabrinacarpenter #SpotifyWrapped
## 5338                                  I predict my top genre will be some weird subgenre i literally never pay attention to this spotify genres are wack #SpotifyWrapped
## 5339                                                                             I predict my top genre will be Pop / Alt Rock / Indie Pop / Baroque Pop #SpotifyWrapped
## 5340                                                                                                           I predict my top artist will be Doja Cat ?#SpotifyWrapped
## 5341                                                                                                         I predict my top artist will be Beabadoobee #SpotifyWrapped
## 5342                                                                 I predict my most played song will be Stars in the Sky - From Sonic the Hedgehog 2. #SpotifyWrapped
## 5343                        I predict my top podcast will most likely be Sleep Deprived Podcast, with the SCP Foundation Podcast being a strong… https://t.co/lnrCHRVI1l
## 5344                        I predict my most played song will be Chinese Satellite by Phoebe Bridgers. Or We Don't Talk About Bruno by the Enc… https://t.co/4HYWKbSGYd
## 5345                                                                               I predict my top podcast will be Brainpain #SpotifyWrapped\n@HeiderFlorian @KlenganTV
## 5346                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 5347                                                             I predict my top artist will be Florence + the Machine for the millionth time in a row! #SpotifyWrapped
## 5348                                                                                                        I predict my top artist will be [Yung Gravy] #SpotifyWrapped
## 5349                                                                                                               I predict my top genre will be in Pop #SpotifyWrapped
## 5350                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 5351                                                                           I predict my top podcast will be Distractible 100%. No question about it! #SpotifyWrapped
## 5352                                                                                   I predict my most played song will be [Anti Hero By Taylor Swift] #SpotifyWrapped
## 5353                                                                                     I predict my most played song will be Queen of Peace or Ophelia #SpotifyWrapped
## 5354                                                                                                              i need my #SpotifyWrapped asap. i cant wait any longer
## 5355                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5356                                                                                   I predict my top podcast will be @BlackBoxDownPod. Planes go brr. #SpotifyWrapped
## 5357                        I predict my top artist will be [stray kids ] #SpotifyWrapped\n\nIf i got it right, i demand unlimited premium free subscription for my acc😀
## 5358                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 5359                                                                                                                 I predict my top genre will be pop  #SpotifyWrapped
## 5360                                                                                        I predict my most played song will be Not Allowed by TV Girl #SpotifyWrapped
## 5361                                              I predict my top artist will be Bo Burnham, Inside got me through summer depression all over again lol #SpotifyWrapped
## 5362                                                                                                 I predict my most played song will be Pose by LOONA #SpotifyWrapped
## 5363                                                                                                       I predict my top artist will be ARIANA GRANDE #SpotifyWrapped
## 5364                                                                                  I predict my most played song will be Mind Brand. That or IAF!IAP! #SpotifyWrapped
## 5365                                                                                      I predict my most played song will be Death By A Thousand Cuts #SpotifyWrapped
## 5366                        I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/nJEMK9C5dh
## 5367                                                                                      I predict my most played song will be Lately by Massive Attack #SpotifyWrapped
## 5368                                                                                                                     I predict my top genre will pop #SpotifyWrapped
## 5369                                                                            I'm starting to get concerned that my #SpotifyWrapped may be a little bit embarrassing 😂
## 5370                                                                         @JimBrickman will no doubt show up on my #SpotifyWrapped. Thanks for the beautiful music! 🎶
## 5371                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5372                                                                                                I predict my most played song will be Cemetery Drive #SpotifyWrapped
## 5373                                                  pls don’t make fun of me when my #SpotifyWrapped comes out. i went through 27 different transformation this year 🫣
## 5374                                                                                          I predict my most played song will be Gasoline- the weeknd #SpotifyWrapped
## 5375                                                                                                                 I bet #SpotifyWrapped is releasing on November 30th
## 5376                                                                                                            I predict my top artist will be Paramore #SpotifyWrapped
## 5377                                                        I predict my top genre will be Drum &amp; Bass cuz it'ss the most consistent thing about me. #SpotifyWrapped
## 5378                                                                                                       I predict my top artist will be [Don Toliver] #SpotifyWrapped
## 5379                                                       Since #SpotifyWrapped   is trending,\nI THOUGHT IT DROPPED. DONT LEAD ME ON LIKE THIS https://t.co/zK7wgd6B0C
## 5380                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5381                        I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/eR4Cyi2828
## 5382                         i have to log off for the entire week when #SpotifyWrapped drops cause your tastes in music make me physically ill… https://t.co/4fpYWeGImt
## 5383                        #SpotifyWrapped is dropping soon! This means we will not only get a boost in streams as listeners are reminded of o… https://t.co/vFT1riWg8G
## 5384                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 5385                                                                                       I predict my most played song will be [No Idea - Don Toliver] #SpotifyWrapped
## 5386                                                 I predict my most played song will be Let's All Love Lain... I've listened to it an obscene amount. #SpotifyWrapped
## 5387                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped red vox https://t.co/YDCzOHmRgL
## 5388                                                                                                 Can’t wait to see my Spotify wrapped from this year #SpotifyWrapped
## 5389                        I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/9YOFZLE7ub
## 5390                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5391                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 5392                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5393                                                                                                    I predict my top artist will be Taylor Swift 🫶🏻💗 #SpotifyWrapped
## 5394                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5395                                                                                         6-months Vs 4-weeks 😌✨\n#instafest #SpotifyWrapped https://t.co/BMp1ZIDhh8
## 5396                              Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/zgzQKzn0Su
## 5397                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5398                                                                                                      I predict my most played song will be nonsense #SpotifyWrapped
## 5399                                                                                    I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped
## 5400                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped a song from either Led Zeppelin, Black Sabbath, or Rush.
## 5401                                                                                                          I predict my top artist will be Taylor ofc #SpotifyWrapped
## 5402                                                                                                   Where is my #SpotifyWrapped ???? @Spotify https://t.co/9k6MNjYsaa
## 5403                        I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/AiZYW8eLDK
## 5404                                                                                                    SPOTIFY WRAPPED IS OUT #SpotifyWrapped 😭 https://t.co/e6brgcyznE
## 5405                        im so sorry for everyone who will have Lin Manuel Miranda as their top artist on spotify wrapped cause they been li… https://t.co/pyOvYeayhI
## 5406                                     Expecting my #spotifyWrapped to be pretty tight and full of @LouisColeMusic @TierraWhack @kendricklamar https://t.co/2mqNhs9hO0
## 5407                                                                       STOP TEASING SPOTIFY WRAPPED AND JUST DROP IT ALREADY #SpotifyWrapped https://t.co/qocb29GWgx
## 5408                                                                                I predict my most played song will be Toy Story de @lolaindigomusic  #SpotifyWrapped
## 5409                      @Tuttasb1 @dimash_official I predict my top artist will be DIMASH QUDAIBERGEN #SpotifyWrapped \n\nTraveled 13300km to… https://t.co/oNT13DI4Wl
## 5410                                                                                         #SpotifyWrapped so it’ll be good. Now just waiting… https://t.co/MspuptPejv
## 5411                                                                                                      I predict my most played song will be the poop #SpotifyWrapped
## 5412                                                                                                          I predict your mom will be my top genre on #SpotifyWrapped
## 5413                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 5414                                                                                        I already know my #SpotifyWrapped is going to be straight garbage this year.
## 5415                                                                                                I predict my most played song will be Sweet Caroline #SpotifyWrapped
## 5416                                                                  I predict my most played song will be [life’s a happy song from the muppets movie] #SpotifyWrapped
## 5417                        Also I am genuinely concerned about what my #SpotifyWrapped is gonna look like. Maybe I'll look like I have brain d… https://t.co/JMwnVfv2Rd
## 5418                        With this years #SpotifyWrapped I have no clue who my top artist could be. I have changed so much this year, musica… https://t.co/GnVxXKdNqn
## 5419                              Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/aJanfuZuji
## 5420                                                                                                    I predict my top genre will be [alt rock or pop] #SpotifyWrapped
## 5421                                                   me pretending to be shocked when nct127 is number 1 on my spotify wrapped #SpotifyWrapped https://t.co/kW9TBZjt4C
## 5422                                                                                                  I predict my top podcast will be [boomervs zoomer] #SpotifyWrapped
## 5423                                                                                                    Pretending I don't care about #SpotifyWrapped so it comes faster
## 5424                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/qPIkktNjtf
## 5425                                                                                                         I predict my top genre will be sleep sounds #SpotifyWrapped
## 5426                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 5427                                                                     I predict my most played song will be Call Me Little Sunshine by @thebandGHOST  #SpotifyWrapped
## 5428                                                                                                                Prolly mine: #SpotifyWrapped https://t.co/95Ojf4phrd
## 5429                                                                                               I predict my most played song will be [halleys comet] #SpotifyWrapped
## 5430                                       I will grow Instagram page for fast organic growth and engagement. Order now https://t.co/ElfJnyWTZO… https://t.co/wMA50m2pdL
## 5431                                                                         I predict my top artist will be [twenty one pilots] #SpotifyWrapped \n\nno doubt in my mind
## 5432                                                                                         I predict my most played song will be [nico and the niners] #SpotifyWrapped
## 5433                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/iCgqnj4Ak4
## 5434                                                                                I predict my most played song will be Bejeweled by Taylor Swift 🫶🏻🫶🏻🥰#SpotifyWrapped
## 5435                                                                         I predict my most played song will be [SloMo- Eurovision’s dancebreak edit] #SpotifyWrapped
## 5436                              Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 5437                                                                                                           I predict my top artist will be Part Time #SpotifyWrapped
## 5438                                                                                                 I predict my top artist will be my chemical romance #SpotifyWrapped
## 5439                                                                                      I predict my most played song will be Holly Louie by Part Time #SpotifyWrapped
## 5440                                                                                                    I swear if my top artist isn’t wallows or harry… #SpotifyWrapped
## 5441                                                                                                                                          cant wait  #SpotifyWrapped
## 5442                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 5443                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/KJS3CnwTr6
## 5444                        How libraries in the US are using streaming to promote local music.\n\nhttps://t.co/HNopVACxpx\n\n#music #streaming… https://t.co/hyhuDxVM4K
## 5445                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5446                                                                                                           I predict my top artist will be [ROSALÍA] #SpotifyWrapped
## 5447                                                                                                       I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 5448                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Ary7GKTilK
## 5449                                                                                   I predict my most played song will be [Yet to Come or Sexy Nukim] #SpotifyWrapped
## 5450                                                                                   I predict my most played song will be [Bubblegum Bitch by Marina] #SpotifyWrapped
## 5451                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Kx45alQuze
## 5452                                                                                                 I predict my top artist will be BTS OR TAYLOR SWIFT #SpotifyWrapped
## 5453                        I already know who my top 5 artists will be for #SpotifyWrapped: Coldplay, Beyonce, Adele, Kendrick, and Ari Lennox… https://t.co/VoEO9rYIFf
## 5454                                                               Retweet and send to someone you love. #SpotifyWrapped #staracademy2022 #World https://t.co/HGkQdNcSXu
## 5455                                                           I predict my most played song will be mirrorball or You Belong With Me (Taylor's Version) #SpotifyWrapped
## 5456                                                                                                       I predict my top artist will be @ICENINEKILLS #SpotifyWrapped
## 5457                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 5458                                                                        I predict my most played song will be Hope ur ok by @oliviarodrigo #SpotifyWrapped @LiviesHQ
## 5459                                                                                                             I predict my top artist will be [LUCKI] #SpotifyWrapped
## 5460                           Falling in love with someone’s eyes is the only thing that will never change.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/eYh2eG8rla
## 5461                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5462                                                                                        I predict my top artist will be [Ishay Ribo] AAAAAAA!!!!!!!! #SpotifyWrapped
## 5463                                                                                                    I'm ready, release it. \n#SpotifyWrapped https://t.co/B1VMgLT4Pd
## 5464                                                      fuck yall for getting #spotifywrapped trending, i thought it was ready, yall got me excited/scared for nothing
## 5465                                                                                              I predict my most played song will be [Been knew that] #SpotifyWrapped
## 5466                                                                                                     i predict my top artist will be @boniver #SpotifyWrapped EASILY
## 5467                                                                                       Saw a little emoji for #SpotifyWrapped and I thought it was ready... Not yet.
## 5468       All Men Look But Not For The Same Reasons\n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐
## 5469                                                                                         I predict my top podcast will be chuckle sandwich or mbmbam #SpotifyWrapped
## 5470                        Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/G1SWyH6lsg
## 5471                                                                                                        My top song is definitely siren by P1harmony #SpotifyWrapped
## 5472                                                                                                   I predict my top artist will be [Kendrick Lamar ] #SpotifyWrapped
## 5473                                                                                                                I predict my top podcast will be JRE #SpotifyWrapped
## 5474                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5475                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5476                                                                                                         I predict my most played song will be [n95] #SpotifyWrapped
## 5477                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5478                    I predict my most played song will be girls just want to have fun\n\nI predict my top artist will be bladee\n\nI predic… https://t.co/cZxNCOCu4Z
## 5479                                        Staring into a stranger’s eyes can make you form an attachment, despite never even talking to them.… https://t.co/acPKScpYn1
## 5480                           Idk if Justin is going to be my #1 artist of the year 🤔🤔\n\nAll this year I have been listening to podcast &amp; Jpop \n\n#SpotifyWrapped
## 5481                                                                                                  I predict my top podcast will be @TheBlackHokage 🫡 #SpotifyWrapped
## 5482                        I'm sure my #SpotifyWrapped will be an Alastor tribute😍 Songs by @PARANOiDDJ1,@SilvaHound, @BlackGryph0n, electro-s… https://t.co/TX40oU4upv
## 5483                                                          Im lowkey scared that the high-school musical cast will be on my top 5😭i cant share that \n#SpotifyWrapped
## 5484                                I suspect my top podcast this year will be @tripleclickpod, with the absolute stunning gang @jasonschreier,… https://t.co/N5tEyNGU3s
## 5485                                                                                 my #SpotifyWrapped is going to be a time capsule from 2004. https://t.co/baOG8Sc9rY
## 5486                         I did a #SpotifyWrapped video so we'll see if they let you see it. I have no idea when that will be as artists are… https://t.co/SHSepBIuBT
## 5487                                                                                                             Anyone is waiting for Spotify Wrapped?\n#SpotifyWrapped
## 5488                                                                                                       this year I’m actually worried to see mine 😂😭 #SpotifyWrapped
## 5489                                                                                                                   Stop hyping #SpotifyWrapped and drop it already 😭
## 5490                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5491                                                                                                        I predict my top artist will be [@BLACKPINK] #SpotifyWrapped
## 5492                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Comethazine 500 hours
## 5493                                                            The way I repeated Candydrip &amp; RENAISSANCE this year… I already know how my #SpotifyWrapped looking.
## 5494                                                                                                         I predict my top artist will be @russdiemon #SpotifyWrapped
## 5495                                               I predict my top genre will be KPOP BECAUSE SPOTIFY'S FILTHY ASS DOESN'T REALISE THAT #BTSISTHEGENRE  #SpotifyWrapped
## 5496                                                                                   I predict my most played song will be [In The Streets Ft Monique] #SpotifyWrapped
## 5497                             before spotify wrapped comes out let’s all remember, i went through just 1 situationship this year before you judge me\n#SpotifyWrapped
## 5498                In fact, making mistakes adds to your experience and you learn not to repeat them again.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/AcX7sZUQWf
## 5499                                                                                                            I predict my top genre will be metalcore #SpotifyWrapped
## 5500                   my prediction of #SpotifyWrapped top artists:\n\nGracie Abrams \nTaylor (unfortunately)\nDavid hugo\nCharli xcx\nSabrina… https://t.co/xcwbzaafk9
## 5501                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 5502                                                                                                                                            #SpotifyWrapped anybody?
## 5503                     Everyone is either attending a wedding or concert &amp; here I’m attending office #meetings (just finished at 11.20 pm… https://t.co/YOPv0XjgYG
## 5504                         Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/8Vltdq9ztE
## 5505                                                                                          I predict my top artist this year will be @findingfletcher #SpotifyWrapped
## 5506                                                                              I predict my most played song will be [Nowhere To Go by @badomenscult] #SpotifyWrapped
## 5507                                                                                                  I predict my top podcast will be [@PeterCrouchPod] #SpotifyWrapped
## 5508                                                                               Y’all really making me think that my #SpotifyWrapped dropped. https://t.co/QPNacS3tmO
## 5509                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/Hmz61Jni7e
## 5510                                               I promise y'all  the songs that I bump to the most that are on my \n#SpotifyWrapped are not me, I'm not that sad😂😂😂😂🤡
## 5511                                                                                                        I predict my top artist will be [stray kids] #SpotifyWrapped
## 5512                                                                                            I predict my most played song will be Wonder by Eric Nam #SpotifyWrapped
## 5513                                                       I predict my top artist will be \nNot Waterparks\nI think I’m finally free from their grasp\n #SpotifyWrapped
## 5514                         I would be shocked if my top podcast isn’t @PivotPod because @karaswisher and @profgalloway are such a dynamic and… https://t.co/KlneZHCsMV
## 5515                                                                              I predict my most played song will be Lavender Haze by @taylornation13 #SpotifyWrapped
## 5516                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 5517                                                                                                   I predict my most played song will be [all of us] #SpotifyWrapped
## 5518                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 5519                                                    Not me listening to Bob Marley 24/7 so that Pink Floyd isn’t my #1 on #SpotifyWrapped for the 3rd year in a row.
## 5520                                                                                                         I predict my top genre will be k-POP + POP  #SpotifyWrapped
## 5521                                                                                            I predict my top artist will be some dude called HRVY? 😅 #SpotifyWrapped
## 5522                                                                                                          I predict my top artist will be Seventeen. #SpotifyWrapped
## 5523                        Everyone out here desperate for #SpotifyWrapped when I'm sitting here with 12 years of https://t.co/vCYJNYysfe data… https://t.co/XIcLsvEkp3
## 5524                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/IuJ3WHlkOA
## 5525                                                                                           I predict my top podcast will be  Daebak Show w/ Eric Nam #SpotifyWrapped
## 5526                      The official Twitter account of the scumbag terrorist @LatifaMRM, daughter of Dubai's Dictator Mohamad Maktoum.\n\nMo… https://t.co/zhvNwsgvMs
## 5527                                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dandelions
## 5528                                                                                                          I predict my top artist will be \nEric Nam #SpotifyWrapped
## 5529                                                                                         I predict my most played song will be golden hour by HRVY 🤩 #SpotifyWrapped
## 5530                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5531                                                                                                                        only jobless people wait for #SpotifyWrapped
## 5532                                                                                                       I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 5533                                                                      I predict my most played song will be All too well 10min version- Taylor Swift #SpotifyWrapped
## 5534                                                                                    I predict my top artist will be Nogizaka46 or Official Higedan!\n#SpotifyWrapped
## 5535                        Before our new episode this Wednesday (11/30/22)… do your ears, head phones, car speakers a favor and check out our… https://t.co/qdPuW3gPi1
## 5536                                  Drop the #SpotifyWrapped Although I already know what is in top of that list, call me mentally unstable but I am going to post it!
## 5537                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/PyyrtBiHDX
## 5538                                                                                         I predict my most played song will be "TV" by @billieeilish #SpotifyWrapped
## 5539                                                   why the FUCK IS #SpotifyWrapped TRENDING IF IT ISNT OUT YET YALL REALLY GOT MY HOPES UP 💔 https://t.co/tKJMDUnM6T
## 5540                                                                I predict my most played song will be Abunakkashi Keikaku OR Taiyou Knock #SpotifyWrapped #Sakamichi
## 5541                                                                                      I predict my most played song will be [Bonny by Prefab Sprout] #SpotifyWrapped
## 5542                                                                      My #SpotifyWrapped list gone be filled with nothing but BANGERS watch. https://t.co/xhPZZniQX4
## 5543                                                              If this is not in my top5 for #SpotifyWrapped then the software was a failure\nhttps://t.co/yftqbQBaV5
## 5544                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 5545                                                                                                     I predict my top artist will be @joshuatbassett #SpotifyWrapped
## 5546                                                                                                        Preparing for #SpotifyWrapped season https://t.co/2gqTrlQkps
## 5547                                                                                                       Top 5 #SpotifyWrapped guesses? Go 👇 \nhttps://t.co/IInad2M3e1
## 5548                                                                           I predict my most played song will be life worth living by @ClassicLaurel #SpotifyWrapped
## 5549                                                                                                  I predict my most played song will be [ I Wonder ] #SpotifyWrapped
## 5550                               looking for #B2B #leadgeneration #dataentry expert.\nservices - #LeadGeneration #DataEntry #virtualassistant… https://t.co/Ju2NhYKczT
## 5551                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/0zvglRQl7O
## 5552                                       This season of Blood and Water reminds me so much of 13 Reasons Why.\nDope AF! 🔥🔥\n\n#SpotifyWrapped… https://t.co/3hiK5tmnh5
## 5553                        I’m pretty sure my kid fucked this up with his little Fornite songs and TikTok bs so this year I’m not looking forw… https://t.co/U1U7LykePA
## 5554                                                                                                                                           I’m ready #SpotifyWrapped
## 5555                                                                                               I predict my top artist will be [el travieso escroto] #SpotifyWrapped
## 5556                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 5557                                                                                                               I predict my top podcast will be None #SpotifyWrapped
## 5558                                                                      I predict my top podcast will be something I had to listen to for class i fear #SpotifyWrapped
## 5559                                                                                      now why did y’all give us an emoji if it’s not dropping soon?? #SpotifyWrapped
## 5560                                                                                                   I predict my top artist will be [indigo de souza] #SpotifyWrapped
## 5561                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 5562                                                                   I predict my top podcast will be @MyFavMurder - actually I know this one for sure #SpotifyWrapped
## 5563                                                                                              I'm not waiting for #SpotifyWrapped this year since I use #AmazonMusic
## 5564                                                                                    i predict my top artist will be peel the apple or shibu3 project #spotifywrapped
## 5565                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/vUXFbjVR8s
## 5566                                                                             I predict my most played song will be [Runaway - Kanye West] segurisimo #SpotifyWrapped
## 5567                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 5568                    Crypto Lender BlockFi going Bankrupt 😱\n\nhttps://t.co/ZQykcFovMw\n\n#Silver #Gold #Tech  #Insuretech\n#silversqueeze ,… https://t.co/blBUyhVAkf
## 5569                                                                                          I predict my top genre will be [bedroom pop or like indie] #SpotifyWrapped
## 5570                                                                                               I predict my top artist will be taylor swift or lorde #SpotifyWrapped
## 5571                                                                                         I predict my most played song will be [Efecto - Bad Bunny ] #SpotifyWrapped
## 5572                                                                               I predict my most played song will be Used To Know Me by Charli XCX\n #SpotifyWrapped
## 5573                                                                                                          I predict my top genre will be Melodic Rap #SpotifyWrapped
## 5574                    Who gets paid with Bo?\n\nBrazil 🇧🇷-1 PUSH \n\nBrazil wins and under 4.5 2U ✅✅\n\nBO WINSSSSS! \n\n#WorldcupQatar2022… https://t.co/0wsX4nfZV9
## 5575                                                                            me looking at all these #SpotifyWrapped tweets thinking it’s out https://t.co/2Cf62MD6Ng
## 5576                        I share my Spotify with my children so I'm sure my breakdown will be a mix of alternative music with a wee bit of "… https://t.co/izA5oxNdDx
## 5577                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 5578                                                               I predict my most played song will be [idk probably the moon is no good or something] #SpotifyWrapped
## 5579                                                                         hii\nI predict my most played song will be Gilded Lily by Cults🤪 or duvet?? #SpotifyWrapped
## 5580                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5581                                                                                           I predict my top genre will be pop or singer songwriter?? #SpotifyWrapped
## 5582                                                                                                     I predict my top artist will be [@HotMulligan ] #SpotifyWrapped
## 5583                                                                                            I predict my most played song will be Poison by Rod Wave #SpotifyWrapped
## 5584                        Have been living the Dad Life haven't made any music I've changed the way I see things but what should I Do? #Music… https://t.co/wvjEmOAP3w
## 5585                                                                                                    waiting for #SpotifyWrapped to drop like https://t.co/tghTyGvIuh
## 5586                                                                                    I predict my most played song will be probably something by yeat #SpotifyWrapped
## 5587                                                                                                      I predict my top podcast will be @sextedmyboss #SpotifyWrapped
## 5588                                                                                                            I predict my top artist will be Rod Wave #SpotifyWrapped
## 5589                                                                                                          I predict my top artist will be Taylorrrrr #SpotifyWrapped
## 5590                                                                               I predict my top artist will be @halsey (for the third year in a row) #SpotifyWrapped
## 5591                                                                                                               #SpotifyWrapped soz wanted to use the hashtag thjng x
## 5592                                                                                                              WHERE IS IT??  #SpotifyWrapped https://t.co/O4eFycWWxu
## 5593                                                                                    I predict my most played song will be forget her by jeff buckley #SpotifyWrapped
## 5594                     All platforms now ‼️😈🤯 #SpotifyWrapped #MattHanock #要要搞定個要 #RedVelvetBirthdayParty #its3zz https://t.co/2Is11gE89n https://t.co/T86iROtnWj
## 5595                                                                                               I predict my most played song will be [Tempestissimo] #SpotifyWrapped
## 5596                                                                                     I predict my top genre will be showtunes. absolutely showtunes. #SpotifyWrapped
## 5597                                                                                                I predict my top podcast will be Star Wars Explained #SpotifyWrapped
## 5598                                                                                                          my most played song WILL be meow by ivusm. #SpotifyWrapped
## 5599                                                                                          Does anyone else's #SpotifyWrapped look like ours? https://t.co/3QfwIiJZvK
## 5600                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/1pSnAfXywm
## 5601                                                                             I predict my most played song will be literally anything from falsettos #SpotifyWrapped
## 5602                                               The ghastly #hypocrisy of those who rail against #SpotifyWrapped slavery which took place...… https://t.co/D6SHouFu3m
## 5603                                                                                                                   who wants to swap #SpotifyWrapped once they drop?
## 5604                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5605                                                                                                       #SpotifyWrapped add Rockey Washington https://t.co/0P6I2uJo5r
## 5606                                                                                                          I predict my top artist will be Green Day. #SpotifyWrapped
## 5607                                                                                                      Me waiting for my 2022 #SpotifyWrapped https://t.co/rbepMxeh6t
## 5608                                                              I predict my most played song will be idk probably like Viva La Gloria or an MGK song. #SpotifyWrapped
## 5609                                                                                         I predict my most played song will be attention by newjeans #SpotifyWrapped
## 5610                                                     Like if Brazil did not cut your bet \n#SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup #brazil #Switzerland
## 5611                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5612                                                                                       I predict my most played song will be Alive by Anthony Warlow #SpotifyWrapped
## 5613                                                                                                I predict my top artist will be Tiago PZK @tiagopzk  #SpotifyWrapped
## 5614                                                                              I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 5615                                                                         If I get DreamSMP on my wrapped again I’m going to fucking kill myself bruh #SpotifyWrapped
## 5616                            To hangout with a hater is a sin to my inner God #ghanablackstars #TikTokviral #Trending #Video #SpotifyWrapped… https://t.co/G0qgsahhYG
## 5617                                                                                                          I predict my top artist will be @sanbenito #SpotifyWrapped
## 5618                                                                                   This year will pretty much be the same 🤘🤘 #SpotifyWrapped https://t.co/gjrVpTIwrX
## 5619                                                                                                    saw #SpotifyWrapped trending and i screamed out for no reason!!!
## 5620                                                          I already know my most listened to artist this year was The Chicks \n\nDon’t need #SpotifyWrapped for that
## 5621                                                                                                    I predict my top artist will be @findingfletcher #SpotifyWrapped
## 5622                                                                                                                        #SpotifyWrapped soon https://t.co/hfM85ckIm8
## 5623                                                                                                         I predict my top podcast will be Trypod..?  #SpotifyWrapped
## 5624                                                                                                            I predict my top genre will be reggaeton #SpotifyWrapped
## 5625                                                                         I predict my most played song will be Her Body Is Bible by @findingfletcher #SpotifyWrapped
## 5626                                                                                                   I predict my most played song will be Why -samuel #SpotifyWrapped
## 5627                                                                                       Had Mundial  fchkal crazy 🤪 \n#Qatar2022 \n#harrystylesperu \n#SpotifyWrapped
## 5628                                                                                                               I predict my top genre will be Emo..  #SpotifyWrapped
## 5629                            Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/MfUxXxoKVy
## 5630                                                                                                                    #SpotifyWrapped its going to be a seventeen list
## 5631                                                                                   I predict my most played song will be Hurt Feelings by Mac Miller #SpotifyWrapped
## 5632                                                                               Join the group now before all slots are taken #SpotifyWrapped https://t.co/NWTqTfEB2e
## 5633                                                                              I predict my most played song will be All too well (10 minute version) #SpotifyWrapped
## 5634                                      #SpotifyWrapped bitch can you stop playing and it out already. Making me feel like this when I see you https://t.co/1uZMBqI1i1
## 5635                                                     Chk this please #CHECKMATEinJKT #OutOfTime #chemist'#VideoViral!#SpotifyWrapped #TikTok https://t.co/HiofBrHwme
## 5636                                                                                             I predict my most played song will be THIQUE by Beyoncé #SpotifyWrapped
## 5637                                                                                 #SpotifyWrapped around the corner but don't get it twisted. https://t.co/QIVSCLe9xr
## 5638                                  Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#sofaygo #MacMiller… https://t.co/gMNvQvguVe
## 5639                                                                                                       I predict my top artist will be @billieeilish #SpotifyWrapped
## 5640                                                                                                            #SpotifyWrapped my body is ready https://t.co/tr9b9F0TeE
## 5641                                                                                                                           can they get on with this #SpotifyWrapped
## 5642                                                                                                        I predict my top artist will be The weekend  #SpotifyWrapped
## 5643                                                                                                               Is this it? 🎶 #SpotifyWrapped https://t.co/xrSn0WHkxL
## 5644                                                                                      I predict my top podcast will be rSlash Reads Reddit @rslashyt #SpotifyWrapped
## 5645                                                                           I predict my most played song will be Happier Than Ever by Billie Eillish #SpotifyWrapped
## 5646                                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Impaulsive
## 5647                                                                                                       I predict my most played song will be Brividi #SpotifyWrapped
## 5648                                                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped MGK
## 5649                      Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76TGgj\n\n#SpotifyWrapped #upcomingrapper… https://t.co/3z1VOBcZJl
## 5650                                                                                                 he's my #SpotifyWrapped character edition.  https://t.co/opuhKOi06B
## 5651                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Punk rock
## 5652                                                   Waiting anxiously for #SpotifyWrapped like I haven't been listening to the same playlists this year vs last year.
## 5653                                                                                                                      Saw the #SpotifyWrapped preview today and 😍😍😍😍
## 5654                                                              I predict my most played song will be “Unforgettable” by French Montana &amp; Swae Lee #SpotifyWrapped
## 5655                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Better off dead
## 5656                 my #SpotifyWrapped predictions before i look\n\nsongs:\nsmokin out the window\nintimidated \nglock 19\nskin and bones\nthe… https://t.co/RU4eJ1JRfi
## 5657                           WhatsApp group full details this link\n\nhttps://t.co/x6rvLCnpZR\n\n#WhatsApp #whatsappgroup #Vulgar #biggboss16… https://t.co/8OVesylVjB
## 5658                                                                                                            I predict my top podcast will be @MBMBaM #SpotifyWrapped
## 5659                                                                                            I predict my top podcast will be [Trash Romance Central] #SpotifyWrapped
## 5660                                                     I predict my most played song will be #jhope_EqualSign, but tbh idk. 😫😭 #SpotifyWrapped https://t.co/kBKsevhgCq
## 5661                               I predict my top artist will be Taylor, but what I’m really concerned about is the percentile of Swifties I fall into…#SpotifyWrapped
## 5662                                                                                                        I predict my most played song will be desire #SpotifyWrapped
## 5663                                                                                                     I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 5664                                                                                           You don't have to check #SpotifyWrapped\nYou're the most played this year
## 5665                                                                                                           I predict my top genre will be Indie Rock #SpotifyWrapped
## 5666                                                                                      I predict my most played song will be .stage 4 fear of trying. #SpotifyWrapped
## 5667                                                                        I predict my top artist will be…. There is only one  #SpotifyWrapped https://t.co/MGSlvWqS9l
## 5668                                                                            I predict my top artist will be [matt maltese] #SpotifyWrapped i already know don’t play
## 5669                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 5670                               Beautiful day on the water yesterday with my girl Luna 🎣 #AdoptDontShop #SpotifyWrapped #Indigo #CyberMonday… https://t.co/W8cOLQ4OPQ
## 5671                                                                                          I predict my top podcast will be Anything goes  @AGpodcast #SpotifyWrapped
## 5672                                                                                                  I predict my most played song will be [Pink Venom] #SpotifyWrapped
## 5673                                                                                    I predict my most played song will be Die Hard by Kendrick Lamar #SpotifyWrapped
## 5674                                                                                                  I predict my top artist will be joshua bassett tbh #SpotifyWrapped
## 5675                      Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#DjKhaled #rapper #BobbyShmurda… https://t.co/6bhmiqcurQ
## 5676                                                                                                       I predict my top artist will be [Carin Leon ] #SpotifyWrapped
## 5677                                                                                      I predict my most played song will be What I Know by @justmike #SpotifyWrapped
## 5678                                                                                                               I predict my top artist will be astro #SpotifyWrapped
## 5679                                                                                                              I predict my top genre will be ballads #SpotifyWrapped
## 5680                                                                                                         I predict my top genre will be Rap Italiano #SpotifyWrapped
## 5681                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 5682                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5683                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5684                                                                                      I predict my most played song will be Tamagotchi x @omarapollo #SpotifyWrapped
## 5685                   🔥Quality Lhasa pup’s \n🔥4Fmale / 2Male\n2weeks  pup’s now\navailable for Booking\nFrom quality Parents \nDon’t miss it D… https://t.co/YLbh1x8Scu
## 5686                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 5687                                                                                  I predict my most played song will be Something Something by astro #SpotifyWrapped
## 5688                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5689                                                                                      I predict my most played song will be California - Diego Naska #SpotifyWrapped
## 5690                                                                                                                               IM EXCITED FOR MY 3RD #SpotifyWrapped
## 5691                                                                                                     I just know my #SpotifyWrapped is going to be strange this year
## 5692                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5693                                                                             Fire it uppp \n\n #SpotifyWrapped #RedVelvetBirthdayParty #food https://t.co/HArJWMb4Rt
## 5694                                                                                                           I predict my top artist will be @zutomayo #SpotifyWrapped
## 5695                                                                                                   I predict my top podcast will be #UpFirst by @NPR #SpotifyWrapped
## 5696                                                                       Spotify is just teasing us at this point with the #SpotifyWrapped hashtag. Pls give it to us.
## 5697                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 5698                                                                                           You gotta do it like it’s your last chance #SpotifyWrapped #inspirational
## 5699                                                                                            I predict my top genre will be [pop or R&amp;B who knows]#SpotifyWrapped
## 5700                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 5701                        I predict my most played song will be Good Tonight from the Bad Guys since it's fun and Anthony Ramos' voice is alw… https://t.co/caZBhVfBtB
## 5702                                                                                                        I predict my top podcast will be @TeaTime_33 #SpotifyWrapped
## 5703                                                                                                        I predict my top artist will be @HAIMtheband #SpotifyWrapped
## 5704                                                                                                   I predict my top podcast will be @GobletOfWinePod #SpotifyWrapped
## 5705                                                                                               I predict my most played song will be mirrorball :)\n #SpotifyWrapped
## 5706                                                                                              I predict my top podcast will be If you love me for me #SpotifyWrapped
## 5707                                                                                    I predict my most played song will be Rosier/Punk2 by @brakence  #SpotifyWrapped
## 5708                                                                                              I predict my top artist will be Taylor swift or disney #SpotifyWrapped
## 5709                                                                                                     I predict my top artist will be [ @charlieputh] #SpotifyWrapped
## 5710                                                                                                     I predict my top artist will be [ariana grande] #SpotifyWrapped
## 5711                                                                           I predict my top podcast will be literally none i dont listen to podcasts #SpotifyWrapped
## 5712                                                            I predict my top genre will be pop? country? soft pop (is that the name?) musicals? idfk #SpotifyWrapped
## 5713                                                                                         I predict my top artist will be [ARIANA GRANDE @rembeauty ] #SpotifyWrapped
## 5714                                                                                                        My top genre would be HipHop this year 🎤 \n\n#SpotifyWrapped
## 5715                                                                                            I predict my most played song will be [Me and your mama] #SpotifyWrapped
## 5716                                       I predict my most played song will be either Midnight River by @realpinksweats or Voodoo by @pennyandsparrow  #SpotifyWrapped
## 5717                        i just know that spotify is gonna tease us the whole ass week just for the graphic design to be as atrocious as las… https://t.co/0j88DZs5wp
## 5718                                                           The future looks bright for the youngsters @SDMabaya.\n#SDMabaya\n#SpotifyWrapped https://t.co/5Kar5Z6uBD
## 5719                                                                                             I predict my most played song will be yet to come (idk) #SpotifyWrapped
## 5720                                                    #happymonday thnks for chcki g out the ne mix @diplo #edm @DillonFrancis #SpotifyWrapped https://t.co/ld17DI4UnT
## 5721                                                                                                                                    When do I get my #SpotifyWrapped
## 5722                                                                                I predict my most played song will be [slow it down by @charlieputh] #SpotifyWrapped
## 5723                                                                                               I was bout to say- “How y’all got yours b4 me?!?!?” 👀 #SpotifyWrapped
## 5724                                I predict my top podcast will be ridiculous the song by ariana grande as an episode because i dont listen to podcats.#SpotifyWrapped
## 5725                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 5726                                                                                                            hello pls i want my  #SpotifyWrapped so so bad i cld cry
## 5727                                                                                               I predict my most played song will be  sober by @jxdn #SpotifyWrapped
## 5728                                                                                              I predict my most played song will be King Of My Heart #SpotifyWrapped
## 5729                                                                                                             I predict my top artist will be [Twice] #SpotifyWrapped
## 5730                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n@utadahikaru
## 5731                                                                                                            I predict my top artist will be Deftones #SpotifyWrapped
## 5732                                                                                                     I predict my most played song will be atwtmvftv #SpotifyWrapped
## 5733                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 5734                                                                      Waiting for my #SpotifyWrapped as if I didn't listen to Taylor Swift only for the whole year 🤡
## 5735                                                                                       I predict my top artist will be Anakena, JavyPablo and Okills #SpotifyWrapped
## 5736                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped lana del Rey leak podcast
## 5737                              We might get 1 million listens in before year end when the new tunes all drop tho. 💰👈🏾🔥\n\nhttps://t.co/3VkFFXBglW\n\n #SpotifyWrapped
## 5738                                                                         I predict my most played song will be You Wouldn't Understand by Juice WRLD #SpotifyWrapped
## 5739                                                                                          I predict my most played song will be waiting on a miracle #SpotifyWrapped
## 5740                                                                                                       I predict my top artist will be  BTS ofcourse #SpotifyWrapped
## 5741                                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Radiohead
## 5742                           Man fuck Phineas, that bitch ass mf got a goofy ahhh triangle head. HE CANT BE TRUSTED #SpotifyWrapped #TheSims4… https://t.co/GfYyGeO419
## 5743                                                                                                          I predict my top genre will be Bedroom Pop #SpotifyWrapped
## 5744                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rock
## 5745                                                                                                          I predict my top genre will be Melodic Rap #SpotifyWrapped
## 5746                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped amoeba by clairo
## 5747                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tame Impala
## 5748                                                                             Spotify \nStream Bloody Mary \n#SpotifyWrapped  \n#BloodyMary \nhttps://t.co/bxDDsK17Tr
## 5749                                                                                                          I predict my top artist will be Juice WRLD #SpotifyWrapped
## 5750                                                                             I predict my most played song will be [Call Out My Name by The Weekend] #SpotifyWrapped
## 5751                                                                               I predict my most played song will be Head over Heels-Tears for Fears #SpotifyWrapped
## 5752                                                                                 Really hope Chromatica is finally out of my #SpotifyWrapped 😭😩 love her but damn ma
## 5753                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Mind Mischief
## 5754                                    I don’t know why I’m so excited for #SpotifyWrapped when I already know its going to be dominated by the @arcaneshow soundtrack.
## 5755                                                                                                        sicuro top tre harry taylor e arctic monkeys #SpotifyWrapped
## 5756                                     Not me and my husband trying to play all out favorite jams so our #SpotifyWrapped is not the Cars 3 soundtrack 3 years running.
## 5757                                                                                                    I predict my top artist will be @Drake or Khalid #SpotifyWrapped
## 5758                                                                                                       I predict my top artist will be Billie Eilish #SpotifyWrapped
## 5759                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Psychadelic Rock
## 5760                                                                                                       I predict my top artist will be @NICKIMINAJ 😇 #SpotifyWrapped
## 5761                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 5762                                                                                               i think wilbur, lovejoy, or glass animals will top my #SpotifyWrapped
## 5763                                                                                                           I predict my top artist will be @justmike #SpotifyWrapped
## 5764                                                       #SpotifyWrapped I predict my most listened to artist to be Nas for 2022 and the most played song 'Speechless'
## 5765                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5766                                                                                                  I predict my most played song will be Male Fantasy #SpotifyWrapped
## 5767                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5768                        I know no one probably cares when I share my Spotify wrapped but it's always interesting to see how I started the y… https://t.co/ZItj4E3RQs
## 5769                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5770                                                                                                  I predict my most played song will be [Coloratura] #SpotifyWrapped
## 5771                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5772                                                                                                     I predict my top artist will be @FromAshestoNew #SpotifyWrapped
## 5773                                                                                             I predict my most played song will be Ken Carson-Intro  #SpotifyWrapped
## 5774                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5775                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5776                                                  I predict my most played song is definitely Mary on a cross (save me please I’m scared for this 😭😭)#SpotifyWrapped
## 5777                                                                                                          I predict my top genre will be Soundtracks #SpotifyWrapped
## 5778                                                                                                            I predict my top genre will be metalcore #SpotifyWrapped
## 5779                        @Spotify should prompt anyone posting #SpotifyWrapped content to buy music and merch direct from artists. In genera… https://t.co/XJ69w0MCsh
## 5780                        The owner of this style has demonstrated how it should be\nAngela go and learn no come dey do yah back like plywood… https://t.co/oJqmC11I6C
## 5781                                                                                                                        Well #SpotifyWrapped https://t.co/cMlPUSw7HN
## 5782                https://t.co/r53Mub0xhJ\n\nDon’t Miss This Opportunity U Get Daily Free Newlisting Up to 25$\n\n#ETH #Bitcoin #要要搞定個要… https://t.co/hctl89mDVM
## 5783                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 5784                      Relaxing music: piano \nYouTube@relaxsoothing1 \nKwai: relax soothing \nInstagram: relax soothing \n\n#SpotifyWrapped… https://t.co/woiFYnBF5I
## 5785                                                      It's a new week\nGo out there and be great 🙂\nYou got this \n\n#Levels #SpotifyWrapped \n#jumplinktechnologies
## 5786                                                                                            I predict my most played song will be #SuperFreakyGirl 🤪 #SpotifyWrapped
## 5787                        Shit, it's trending - time for me to play an achingly cool, obscure, pretentious indie band continuously for the ne… https://t.co/9sdisYu13Y
## 5788                                                                                  I predict my most played song will be All too Well 10 Min. Version #SpotifyWrapped
## 5789                        @TOMACVETY @dimash_official  ama el #dombra \n#DimashKazakhVoice \nQAIRAM ELIM - SAMALTAU \n#BestMusic #artistaloud… https://t.co/wmEFljUuHc
## 5790                                                                                      Why does my music taste always peak in the weeks leading up to #SpotifyWrapped
## 5791                                                                                                   I predict my most played song will be Out of Time #SpotifyWrapped
## 5792                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5793                                                                                                           I predict my top genre will be Eurovision #SpotifyWrapped
## 5794                                                                                                                                      Tis the #SpotifyWrapped season
## 5795                                                                                                         I predict my most played song will be River #SpotifyWrapped
## 5796                                                                                              I predict my top podcast will be [The Amelia Project ] #SpotifyWrapped
## 5797                                                                                                         I predict my top artist will be [Sewerslvt] #SpotifyWrapped
## 5798                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 5799                         I think my 2022 top song could be "Children" by Robert Miles or "GigaChad Theme (Phonk House Version)" by g3ox_em.… https://t.co/G2o7AcOwOx
## 5800                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 5801                                       I predict my top genre will be  Alternative. I listened to way too much AJR and BoyWithUke for it not to be 😅 #SpotifyWrapped
## 5802                                                                                                         I predict my top genre will be [Glitchcore] #SpotifyWrapped
## 5803                              They must all lose their jobs for not  stopping their colleagues from committing the assault @SAPoliceService… https://t.co/eup0AWqxEr
## 5804                                                                                                         I predict my top artist will be Stray Kids  #SpotifyWrapped
## 5805                                                                                                                                        cant wait fr #SpotifyWrapped
## 5806                              Honda CR-V 2006 @Ibadan currently ₦1.8M\nDM is open 👐\n#SpotifyWrapped #PeterObi4President2023 #lagos #hookup… https://t.co/ynzqmDHU3L
## 5807                                                                        I predict my most played song will be [house of balloons/ glass table girls] #SpotifyWrapped
## 5808                                                                                          I predict my most played song will be [Hey ya! by Outkast] #SpotifyWrapped
## 5809                                                                                                                         JUST GIVE IT TO US ALREADY  #SpotifyWrapped
## 5810                                                                                                                I predict my top genre will be K Pop #SpotifyWrapped
## 5811                                                                                                      I predict my top artist will be Ariana Grande❤️ #SpotifyWrapped
## 5812                                                                           I predict my most played song will be 3 Racha by 3 Racha from Stray Kids  #SpotifyWrapped
## 5813                                                                                                  Mi #SpotifyWrapped va a ser puro Taylor Swift, Queen y Blackpink 💋
## 5814                                                                                                   #SpotifyWrapped #World not the difference https://t.co/h5jcHSP513
## 5815                                                                                                 I predict my top podcast will be no escucho de eso. #SpotifyWrapped
## 5816                                                                                                            I predict my top artist will be @BTS_twt #SpotifyWrapped
## 5817                                                                                                  I predict my top podcast will be The Anxious Truth #SpotifyWrapped
## 5818                                                                                                                                                poop #SpotifyWrapped
## 5819                                                                    I predict my top artist will be OH LAMAR, HAIL MARY AND MARIJUANA, TIMES IS HARD #SpotifyWrapped
## 5820                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5821                                                                                                                              hood afternoon loves ❤️ #SpotifyWrapped
## 5822                                                                                                            I predict my top artist will be Kid Cudi #SpotifyWrapped
## 5823                                                                               Spotify Wrapped is coming soon...\n\n#Spotify #SpotifyWrapped https://t.co/iLicUscI35
## 5824                                    South Korea's footballer "KIM MEHN SU" 😭😭😭\n\n#ghanablackstars #SpotifyWrapped \n#kudus \n#KOR \n#KORGHA https://t.co/yZBuIGwOcz
## 5825                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 5826                                                                                                 I predict my top artist will be stray kids or twice #SpotifyWrapped
## 5827                                                                                     I predict my most played song will be Nathy Peluso - EMERGENCIA #SpotifyWrapped
## 5828                                                                                                I predict my top podcast will be [simgm productions] #SpotifyWrapped
## 5829                                                                                                                         this is gonna be a shitshow #SpotifyWrapped
## 5830                                                                                                                      I’m ready for #SpotifyWrapped like where is it
## 5831                              I predict my top artist will again be #WhitneyHouston. It’s been the same for a few years now. #SpotifyWrapped https://t.co/7bJ3WtEnqS
## 5832                                                                                                              I predict my top genre will be Hip-hop #SpotifyWrapped
## 5833                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 5834                                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nLol
## 5835                        I predict my top artist will be guys pls ok there’s a 90% chance it’s kanye pls don’t kill me i swear it’s from sum… https://t.co/qHGdtMYxtS
## 5836                                                                             I predict my most played song will be Hate my favorite band by @Nightly #SpotifyWrapped
## 5837                                                                                                               I predict my top artist will be [ksi] #SpotifyWrapped
## 5838                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5839                                                                 #Advice #Taemin I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5840                                                                                                 I predict my most played song will be [Januar 2018] #SpotifyWrapped
## 5841                                                                                         I predict my most played song will be [Judas of Lady Gaga ] #SpotifyWrapped
## 5842                                                                                                                  I predict my top genre will be 🎸🥁🎤 #SpotifyWrapped
## 5843                                                                                                      This is me waiting for #SpotifyWrapped https://t.co/A3Zs0pKj1E
## 5844                                                                                            I predict my most played song will be Illusion by aespa  #SpotifyWrapped
## 5845                                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped HotShit
## 5846                            Also feel free to send me some game recommendations since I’ve been trying to find new games to play :) #twitch… https://t.co/LxsI8wFord
## 5847                                                                                                    I predict my top genre will be [sum with pop ig] #SpotifyWrapped
## 5848                                                                                                                    Happy #SpotifyWrapped szn to those who observe 💕
## 5849                                                                                                 I predict my most played song will be Lavender Haze #SpotifyWrapped
## 5850                                                                                                             #TAEMIN I predict my top artist will be #SpotifyWrapped
## 5851                                                                                                   I predict my most played song will be [Nightcall] #SpotifyWrapped
## 5852                                                                                                    I predict my top artist will be [Lil Durk or YB] #SpotifyWrapped
## 5853                                                                                               I predict my most played song will be [glimpse of us] #SpotifyWrapped
## 5854                                                                                             I predict my top artist will be Shreya Ghoshal Anytime  #SpotifyWrapped
## 5855                                                                                                          I predict my top artist will be MCR or BTS #SpotifyWrapped
## 5856                                                                                                                  I predict my top artist will be 🔁🦶 #SpotifyWrapped
## 5857                                                              I predict my most played song will be Pursuit Of Happiness - Extended Steve Aoki Remix #SpotifyWrapped
## 5858                                                                                I predict my most played song will be all to well(10 minute version) #SpotifyWrapped
## 5859                                                I predict my most played song will be same space by @TianaMajor9 will probably be in my top 10 songs #SpotifyWrapped
## 5860                         yk bro had a headache the whole day (follow tik tok @ireallyamhimfr) help a dawg out🤝🏽 \n\n#hoodfights #hoodvideos… https://t.co/kTeQ1cefmO
## 5861                                                                                                        I predict my top genre will be rock or k-pop #SpotifyWrapped
## 5862                                                                                          I predict my top podcast will be [daebak show by Eric nam] #SpotifyWrapped
## 5863                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5864                                                                                          I predict my most played song will be Daechwita or Run BTS #SpotifyWrapped
## 5865                                                                            I predict my most played song will be let me live/let me die by Des Rocs #SpotifyWrapped
## 5866                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5867                                                                                                             I predict my most played song will be ‽ #SpotifyWrapped
## 5868                                                                                   terrified for #SpotifyWrapped bc jan - may milo did not know what they were doing
## 5869                                                                                                                       hurry up please stop teasing  #SpotifyWrapped
## 5870                     Why are people so excited for #SpotifyWrapped I don't get it\n\nI know what I've listened to this year\n\nI don't need… https://t.co/oMI14lSPHp
## 5871                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5872                                                                                    I predict my most played song will be RUNRUNRUN by Dutch Melrose #SpotifyWrapped
## 5873                                                                                                         I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5874                                                                                                              I predict my top artist will be Alex G #SpotifyWrapped
## 5875                                  #mondaythoughts #SpotifyWrapped  You ever walk up to somebody at the condom section at #CVS and say, “Gonna get some eh?” #Trojans
## 5876                                                                                                            I wonder who will top my Spotify wrapped #SpotifyWrapped
## 5877                                                                                  I predict my top artist will be The Avett Brothers or Taylor Swift #SpotifyWrapped
## 5878                                                                                                      I predict my top podcast will be [trash taste] #SpotifyWrapped
## 5879                                                                  I predict my most played song will be All Mine by @brentfaiyaz or Jackie Brown lol #SpotifyWrapped
## 5880                                                                                                           I predict my top genre will be Indie Rock #SpotifyWrapped
## 5881                        Hey guys I’ll be streaming Amnesia soon! Be sure to go check it out, but in the mean time I’ll be streaming Ori and… https://t.co/2TFnQRkiWv
## 5882                                                                          I predict my most played song will be [All Too Well (10 minutes version) ] #SpotifyWrapped
## 5883                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 5884                                                                              I predict my most played song will be [ Aaliyah Are you that Somebody] #SpotifyWrapped
## 5885                                                                                        I predict my most played song will be [Midnight -Coldplay] 👀 #SpotifyWrapped
## 5886                                                                                                  I predict my top podcast will be [Abroad In Japan] #SpotifyWrapped
## 5887                                                                                                            I predict my top artist will be [glaive] #SpotifyWrapped
## 5888                                                                                                  I predict my top podcast will be @SPNthenandnow 😁💕 #SpotifyWrapped
## 5889                                                                                                  I predict my top artist will be [melanie martinez] #SpotifyWrapped
## 5890                                                                               I predict my top artist will be @ANOfficial #SpotifyWrapped It wont be close, either.
## 5891                                                                                                           I predict my top genre will be [hyperpop] #SpotifyWrapped
## 5892                                                                                     I predict my most played song will be [Shut down by blackpink ] #SpotifyWrapped
## 5893                                                                            I predict my most played song will be [minnesota is a place that exists] #SpotifyWrapped
## 5894                                                                                                         I predict my top artist will be [Yorushika] #SpotifyWrapped
## 5895                                   ✶ Valkyrie ✶\n\n#tattoo #tattoos #tatuagem #tattooartist #tattooedmodels #tattooart #tatuajes #tattoopoa… https://t.co/HEzpFPJv3h
## 5896                                                                          Need the serotonin rush of my #SpotifyWrapped asap to make it through the next few weeks 😭
## 5897                                                                                                     I predict my top artist will be [Taylor swift ] #SpotifyWrapped
## 5898                                                                                                              I predict my top genre will be [J-Pop] #SpotifyWrapped
## 5899                                             Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 5900                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5901                                                                                                              I predict my top artist will be Bladee #SpotifyWrapped
## 5902                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 5903                                                                                                          I predict my top genre will be [dance pop] #SpotifyWrapped
## 5904                                                                                                      I predict my top podcast will be [Malam seram] #SpotifyWrapped
## 5905                                                                                         I predict my most played song will be [a Taylor swift song] #SpotifyWrapped
## 5906                                                                                          I predict my most played song will be [花人局 - Yorushika] #SpotifyWrapped
## 5907                                                             I predict my most played song will be [either sex cells, concrete, or the black parade] #SpotifyWrapped
## 5908                                                                                                            I predict my top artist will be [Mitski] #SpotifyWrapped
## 5909                                                                                I predict my most played song will be Jackie Onassis @SammyRaeMusic  #SpotifyWrapped
## 5910                                                                                   I predict my most played song will be #TalkthatTalk by @JYPETWICE #SpotifyWrapped
## 5911                                                                                                     I predict my top artist will be [Taylor swift ] #SpotifyWrapped
## 5912                                                                             I predict my most played song will be [all too well 10 minute version ] #SpotifyWrapped
## 5913                                                                  I predict my top artist will be either banks, paramore, kehlani or hayley williams #SpotifyWrapped
## 5914                        I predict my top artist will be @taylorswift13 I dont think I have listened to as much ATL as past years so I think… https://t.co/fbTHaAgIDT
## 5915                          CYBER MONDAY HACK! Use the Chirpyest browser extension to save &amp; earn money when shopping Cyber Monday deals.… https://t.co/MNygdq7b6e
## 5916                                  $SUSHI looking for next leg up 🍥💸⬆️ #cryptocurrency #CryptoInvestor #cryptocurrency #FIFAWorldCupQatar2022… https://t.co/RisUNG8Jr5
## 5917                                                                                                            I predict my top genre will be [pop] lol #SpotifyWrapped
## 5918                                         I predict my most played song will be All Too Well (Ten Minute Version) (Taylor's Version) (From the Vault) #SpotifyWrapped
## 5919                                             Imagine dragons o stray kids seguro\n\n I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5920                                                                                 I predict my top podcast will be [uhhh probably the bojack audios ] #SpotifyWrapped
## 5921                         My song shade is on @tiktokcreators  and challenge is ongoing now search moflex shade on tiktok creat ur video and… https://t.co/ztX7BbW9a2
## 5922                                                                              I predict my most played song will be [stand out fit in - one ok rock] #SpotifyWrapped
## 5923                                                                                                 I predict my top podcast will be [Chuckle Sandwich] #SpotifyWrapped
## 5924                                                                    Va a salir kpop xd I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5925                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5926                                                                                                          I predict my top artist will be Set it off #SpotifyWrapped
## 5927                                                                                                            I predict my top artist will be Gorillaz #SpotifyWrapped
## 5928                                                                                                         I predict my top artist will be LE SSERAFIM #SpotifyWrapped
## 5929                                                                                                           I predict my top artist will be [LoveJoy] #SpotifyWrapped
## 5930                     HELP HERRR LIKEEEE #rh #adoptme #robux #Giveaways #royalhigh #royalehigh #SpotifyWrapped #MattHanock #Indigo #乌鲁木齐… https://t.co/WgdGPVNZFS
## 5931                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5932                                                                                                        I predict my top artist will be @davidbisbal #SpotifyWrapped
## 5933                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5934                                                                                          I predict my most played song will be [sweet child o mine] #SpotifyWrapped
## 5935                                Get your quality shirts at 🔖 NGN 8,500 ⚖ delivery can be done nationwide 🇳🇬\n#fashion #shirts #要要搞定個要… https://t.co/i9HvC6ntuR
## 5936                                                         I’m tired of hearing #SpotifyWrapped wrapped is coming up. Complete the damn task and stop talking about it
## 5937                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5938                                                                                         What an amazing voice. #CyberMonday #SpotifyWrapped https://t.co/0NaWWMdPvm
## 5939                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nO gods menu de stray kids o sharks de imagine dragons
## 5940                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 5941                                                                                               I predict my top artist will be @bleachersmusic &lt;3 #SpotifyWrapped
## 5942                                                                                I predict my top podcast will be Erin is the Funny One (@jacksfilms) #SpotifyWrapped
## 5943                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 5944                           Anyone want a pet gator? 🐊❤️🐊❤️🐊❤️ #leoar #ar #xr #meta https://t.co/rvPdFRsHR7 #MattHanock #RedVelvetBirthdayParty… https://t.co/sDimrcELlQ
## 5945                                                                                            I predict my most played song will be Dear Dairy by BMTH #SpotifyWrapped
## 5946                                                                                                      I predict my most played song will be [Maroon] #SpotifyWrapped
## 5947                                                                                                            I predict my top artist will be Doja Cat #SpotifyWrapped
## 5948                                                                                                    I predict my most played song will be Cold Light #SpotifyWrapped
## 5949                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped BTS of course.
## 5950                                                                                                       I predict my most played song will be One Day #SpotifyWrapped
## 5951                                                                                                      I predict my top podcast will be #Distractible #SpotifyWrapped
## 5952                                                                                       I predict my most played song will be Don't Call Me by SHINee #SpotifyWrapped
## 5953                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 5954                        You don’t threat Messi 😡.                   #FIFAWorldCupQatar2022 #MexicoVsArgentina #SpotifyWrapped #要要搞定個要… https://t.co/CWNZbX5gzX
## 5955                                                               Please follow me as ur scrolling  naw\n#SpotifyWrapped \n#要要搞定個要 #WorldcupQatar2022 #NancyIsime
## 5956                                           I predict my most played song will be Unholy (Sam Smith), Love to Dream (Doja Cat), or oops! (Yung Gravy) #SpotifyWrapped
## 5957                                                                                             I predict my top podcast will be [ chuckle sandwich 🥪 ] #SpotifyWrapped
## 5958                                                                             I predict my most played song will be Bo Burnham (anything from inside) #SpotifyWrapped
## 5959                                                                                       I predict my top artist will be SEVENTEEN or TXT or BTS idk 🥹 #SpotifyWrapped
## 5960                                                                                                  I predict my most played song will be [After LIKE] #SpotifyWrapped
## 5961                                                                                                            I think my top artist will be Tate Mcrae #SpotifyWrapped
## 5962                                                                                                       I predict my top artist will be [PARAMOREEEE] #SpotifyWrapped
## 5963                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 5964                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @SUICIDEBOYS @suicideLEOPARD @SuicideChrist 👍🏽😂
## 5965                                                                                       I predict my top genre will be [idk whatever paramore is lol] #SpotifyWrapped
## 5966                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped electricity
## 5967                                                                                                I predict my top artist will be My Chemical Romance 🤧#SpotifyWrapped
## 5968                                                                                                         I predict my top artist will be @boburnham  #SpotifyWrapped
## 5969                                                                                                          This is my EXACTLY #SpotifyWrapped https://t.co/LeKxsX21ld
## 5970                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 5971                                                                                      I predict my most played song will be [THIS IS WHY - PARAMORE] #SpotifyWrapped
## 5972                                                                               I predict my most played song will be Mitski - Why Didn't You Stop Me?#SpotifyWrapped
## 5973                                                                                       I predict my most played song will be (this one is hard idek) #SpotifyWrapped
## 5974                                                                                                     i predict my top genre will be pop, definitely  #SpotifyWrapped
## 5975                                                                                                       I predict my top podcast will be Distractable #SpotifyWrapped
## 5976                          Shop your new clothes with NewChic to hang out with your friends\nSave 20% for order over $70 with code "MENCL20"… https://t.co/LtvJG8CfEt
## 5977                                                                                  I predict my most played song will be AFTER LIKE by IVE definitely #SpotifyWrapped
## 5978                         I fall in love with peace, coffee, and sunsets. I fall in love with pizza nights, video games that keep me excited… https://t.co/Eiwgz4t6Pz
## 5979                                                                                                         I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 5980                                                                                                       I predict my top artist will be Fleetwood Mac #SpotifyWrapped
## 5981                                                                                      i predict my most played song will be better than revenge, idk #SpotifyWrapped
## 5982                          Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/ffZwpk7XNX
## 5983                                                                                          I predict my most played song will be blue side by #jhope  #SpotifyWrapped
## 5984                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 5985                                                                                                        I predict my top podcast will be Rain Sounds #SpotifyWrapped
## 5986                                                   I predict my Top 5 artists will be:\n1. BTS 2. Tomorrow X Together 3. TNX 4. Aespa 5. ITZY?Kep1er?#SpotifyWrapped
## 5987                                                            I predict my top artist will be @RollingStones  #SpotifyWrapped \n\nSi no son los Stones cerremos todo..
## 5988                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 5989                                                                                 I predict my most played song will be make you proud - jensen mcrae #SpotifyWrapped
## 5990                                                                 Can’t wait to see my #SpotifyWrapped cause I treat it like a game now. I be tryna hit certain marks
## 5991                                                                                                            I predict my top artist will be [#ITZY ] #SpotifyWrapped
## 5992                          Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VDCqJcdNOd
## 5993                                                                                                 I predict my top artist will be Taylor Alison Swift #SpotifyWrapped
## 5994                                “I PLAYED WITH BAD BUNNY ON MW 2.0” VIDEO IS OUT NOW GO CHECK IT OUT #BadBunny #MW2 #gamingcommunity #gamer… https://t.co/WT0hDBiS9A
## 5995                                                                                      I predict my most played song will be [to you by seventeen 💪💪] #SpotifyWrapped
## 5996                                  I predict my most played song will be HARD TIMES BY PARAMORE I LOVE HARD TIMES BY PARAMORE #SpotifyWrapped https://t.co/feDOtiWCH8
## 5997                     Some of my #SpotifyWrapped predictions for 2022.\nMost played songs:\n1. Alles in Allem - Einstürzende Neubauten\n2. M… https://t.co/KzMX82BrbP
## 5998                                             .@ladygaga @carlyraejepsen two beautiful artists stand before me, but I only have one top artist on my #SpotifyWrapped…
## 5999                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 6000                                                                                                       Patiently waiting for #SpotifyWrapped https://t.co/epGHTauZSx
## 6001                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/3mQ9cw2zuH
## 6002                                   Check ✅ this out for your comfortability at home 🏠🏡 #adelatfurniture for home 🏘️ and office 📴 #furniture… https://t.co/TMmTa1oKgj
## 6003                                                                                                    I predict my most played song will be [NOT SHY ] #SpotifyWrapped
## 6004                                                                this was my best year in music taste and discovery, when tf is #SpotifyWrapped actually dropping??!?
## 6005                                i predict my most played song will be innacurate since i used two accounts\n\nbut idk\nprobably Bullshit by… https://t.co/6gHvg7FLAm
## 6006                        honestly i feel like if @Spotify wrapped came out on the same day every year, we would count down the days in antic… https://t.co/B7Z7O0GYvu
## 6007                                                                                                                           HURRY UP SPOTIFY IM READY #SpotifyWrapped
## 6008                                                                                                             drop it already #SpotifyWrapped https://t.co/b4IXJMzbk6
## 6009                                                                        @ILLENIUM\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6010                                                                           I predict my top podcast will be @goingwestpod  because I am obsessed 💗💗💗💗#SpotifyWrapped
## 6011                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/sVLqw6SqyR
## 6012                                                                                                                        happy #SpotifyWrapped to those who celebrate
## 6013                                                                                                              𝘚𝘵𝘰𝘱 𝘣𝘺 ✨\n\n #SpotifyWrapped https://t.co/dwTi88J7j9
## 6014                       I predict my top podcast will be  \nWe Can Do Hard Things \n\nI absolutely refuse to let @GlennonDoyle and @AbbyWambach down. #SpotifyWrapped
## 6015                                  @Spotify New EPK. I’m revolutionizing music!\n#rap #music #Trending #TrendingNow #artist #SpotifyWrapped \nhttps://t.co/vPMRFRkg3w
## 6016                                                                                                         I predict my top artist will be Demi Lovato #SpotifyWrapped
## 6017                                                            If either Demi Lovato, Halsey, or Big Time Rush doesn’t make my #SpotifyWrapped I have failed somewhere.
## 6018                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Juice WRLD
## 6019                                                  I don't know what's my number 1 but I am sure it's gonna be either sad, depressing or horny song.\n#SpotifyWrapped
## 6020                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rap
## 6021                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/plt2H4bk1X
## 6022                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Flaws and sins
## 6023                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 6024                                                                                   I predict my top artist will be [Bad Bunny top artist prediction] #SpotifyWrapped
## 6025                                                                                                       I predict my top podcast will be Calm it down #SpotifyWrapped
## 6026                                                          Annual reminder: Whatever way you present them, your Shitify stats mean nothing to no one. #SpotifyWrapped
## 6027                                 I will do 100 pyramids dofollow backlinks for google top ranking\nOrder now: https://t.co/0f8K7gcZys\n#seo… https://t.co/K3vP2okiNo
## 6028                                                                                                       I predict my top artist will be dixie damelio #SpotifyWrapped
## 6029                                                                                                        I predict my top artist will be Ado possibly #SpotifyWrapped
## 6030                                                                                                                    I predict my top genre pop music #SpotifyWrapped
## 6031                                                                                        I predict my top genre will be Math Rock or Anime Soundtrack #SpotifyWrapped
## 6032                                                                                          I predict my most played song will be The astronaut by Jin #SpotifyWrapped
## 6033                                                                I predict my most played song will be [ No es que te Extrañe ] de Christina Aguilera #SpotifyWrapped
## 6034                       We show your news (Brands) to potential customers. https://t.co/s6DMgv6ODT \n#SpotifyWrapped\n127,351 BTC\n#WhatsApp… https://t.co/aPX5NuIEVK
## 6035                                                                                                                                      stop edging me #SpotifyWrapped
## 6036                                                                               I THOUGHT IT DROPPED ALREADY BUT I CAN’T WAIT #SpotifyWrapped https://t.co/Ja5LgjuHAS
## 6037                                   I will provide 10k google maps citations to grow your business\nOrder now: https://t.co/iS2favTeZX\n#seo… https://t.co/vQrBCi4cjR
## 6038                                                                               I predict my most played song will be a letter to me by dixie damelio #SpotifyWrapped
## 6039                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped it’s going to be #MeganTheStallion
## 6040                                not me impatiently waiting for this years #SpotifyWrapped when i listen to the same 3 songs on a daily basis https://t.co/C7Qpl0C6j3
## 6041                                                                                           I predict my most played song will be fucking Rocky Top 💀 #SpotifyWrapped
## 6042                                                                                     I predict my top artist will be Taylor Swift and Lizzy Mcalpine #SpotifyWrapped
## 6043                                                                                         She cute 🥰😈💁🏽‍♀️ #pc #new #SpotifyWrapped #MattHanock https://t.co/GTXEDb9qaJ
## 6044                         Computer repair service in #USA .\nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VwK98o6s9h
## 6045                                                                                                 I predict my top artist will be [Sabrina Carpenter] #SpotifyWrapped
## 6046                                                                                                          I predict my top artist will be Architects #SpotifyWrapped
## 6047                                                                                                          I predict my top artist will be @theweeknd #SpotifyWrapped
## 6048                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6049                                                                                                  I predict my most played song will be O.O by NMIXX #SpotifyWrapped
## 6050                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6051                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped oh it’s certainly#bigolfreak by… https://t.co/ijkKQRnkjz
## 6052                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 6053                                                                                          I predict my top artist will be Taylor without hesitation  #SpotifyWrapped
## 6054                              I will do 40 mix backlinks for google top ranking\nOrder now: https://t.co/JTJTQ4h8IR\n#seo #DigitalMarketing… https://t.co/myOsFdH7qV
## 6055                                                                                                      I predict my top artist will be \nFoo Fighters #SpotifyWrapped
## 6056                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6057                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 6058                          Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/8Oe5oDBNzq
## 6059                                                                                                         I predict my top artist will be kanye sadly #SpotifyWrapped
## 6060                                                                                I predict my most played song will be something Taylor swift (YOYOK) #SpotifyWrapped
## 6061                                                                                                  I predict my top artist will be Christina Aguilera #SpotifyWrapped
## 6062                                                                                        I predict my most played song will be Demi-God by Architects #SpotifyWrapped
## 6063                                                                                                    I predict my top genre will be Pop and Christian #SpotifyWrapped
## 6064                                                                                                     I predict my top artist will be @taylorswift13  #SpotifyWrapped
## 6065                                                          #SpotifyWrapped prediction:\n\n1. Conan Gray\n2. Taylor swift\n3. Billie Eilish\n4. Lana Del Rey\n5. Lorde
## 6066                          I will 700 mix backlinks through high authority sites\nOrder now: https://t.co/i4WTj3W2le\n#seo #DigitalMarketing… https://t.co/OUpfzc61ht
## 6067                                                                                 I know Yet To Come is gonna be on top of my #SpotifyWrapped https://t.co/zVdFZktRTh
## 6068                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6069                                                                                   I predict my most played song will be Pink Venom by Blackpink uwu #SpotifyWrapped
## 6070                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6071                                                                                                            I predict my top genre will be emo rap 😭 #SpotifyWrapped
## 6072                                                                                         can y’all stop teasing and just give us #SpotifyWrapped already @SpotifyUSA
## 6073                                                                                     I predict my most played song will be delicate- @taylorswift13  #SpotifyWrapped
## 6074                             I will 20 guest posts through high authority sites\nOrder now: https://t.co/KlRJH3EKx6\n#seo #DigitalMarketing… https://t.co/CMEh60qP7Y
## 6075                                                                             I predict my top artist will be taylor ofc its definitely her this time #SpotifyWrapped
## 6076                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/28QvJYajHf
## 6077                                                          I predict my top podcast will be something related to kpop but i don't listen to podcasts. #SpotifyWrapped
## 6078                                                                                                  I predict my most played song will be Violet Hill  #SpotifyWrapped
## 6079                                                                    I predict my most played song will be That's the way I loved you by Taylor Swift #SpotifyWrapped
## 6080                                                                 I predict my most played song will be Canary in a coalmine or a Penelope Scott song #SpotifyWrapped
## 6081                                                                                                       I predict my top artist will be [$uicideBoy$] #SpotifyWrapped
## 6082                  #FIFAWorldCupQatar2022 #SpotifyWrapped    #要要搞定個要  #ImranKhan #السعودي #MattHanock #RedVelvetBirthdayParty #Indigo#… https://t.co/TLILaYtzh2
## 6083                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QAEJKILh3b
## 6084                                                                       in honor of #spotifywrapped this was mine in 2020… a stan since day 1 https://t.co/jSSHgyZzOt
## 6085                                                                                                 I predict my most played song will be invu or brave #SpotifyWrapped
## 6086                                                                                                            I predict my top artist will be Coldplay #SpotifyWrapped
## 6087                                  nigga, how you guys gon' make me think it dropped. my heart literally malfunctioned when i saw it was trending smh #SpotifyWrapped
## 6088                          Computer repair service in #USA \nhttps://t.co/Nsmw4hXl11\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/xAlBVcBnNb
## 6089                                 Can’t wait till #SpotifyWrapped comes out this week so I can brag to my friends about how much I listen to… https://t.co/vQWAHhiWTp
## 6090                                                                                 #SpotifyWrapped JUST ANNOUNCED THE CITY OF HOUSTON!!!!! 🤯🤯🤯 https://t.co/JrZUaCpeh8
## 6091                                                                                     I predict my most played song will be [diemonds by $uicideBoy$] #SpotifyWrapped
## 6092                                                                            I predict my most played song will be gbgb by txt or hype boy by nwjns \n#SpotifyWrapped
## 6093                                                                            I predict my most played song will be Nectar of the Gods by Lana Del Rey #SpotifyWrapped
## 6094                                                                                                  I predict my top artist will be [Louis Tomlinson ] #SpotifyWrapped
## 6095                                                                                                              I predict my top artist will be BTS! 💜 #SpotifyWrapped
## 6096                          Computer repair service in #USA \nhttps://t.co/Nsmw4hFbMT\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/eSZU3mmLDM
## 6097                                                                        I think among all enha songs , foreshadow, tfw and pola love will be on top  #SpotifyWrapped
## 6098                        Hi @ayrastarr please check out my cover of your song RUSH🙏❤️\n\n@DONJAZZY @MAVINRECORDS @TundeEdnut_ @yabaleftonline… https://t.co/dl7Rfx1Z3L
## 6099                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6100                           Saknip All-in-ONE Noise Cancelling Wireless Earbuds\nhttps://t.co/b3alYofkBG\n\n#earbuds #gym #workout #NFT #NBA… https://t.co/9lPNqRsPEx
## 6101                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6102                                                                                                       I predict my top artist will be glee cast, 😡🤡 #SpotifyWrapped
## 6103                                                                                           i predict my most played song will be booman by baby keem #SpotifyWrapped
## 6104                                                                                                               I predict my top genre will be KPOP!  #SpotifyWrapped
## 6105                                @ntandomatini_ Check out more sneakers on our WhatApp status!!!\n☎️ 065 936 4892 \n#musa #MusaKhawula #Sizwe… https://t.co/Jli7rog3ar
## 6106                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 6107                                                              Tryin to speed-listen to a bunch of non-embarrassing, smart-seeming music before #SpotifyWrapped drops
## 6108                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6109                                                                                              I predict my most played song will be [Bigger Than Me] #SpotifyWrapped
## 6110                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6111                                                                                                    I predict my top genre will be show tunes ou pop #SpotifyWrapped
## 6112                        I predict my most played song will be alex's all of the stars, casey's I'll sing to you, sam's safe and sound or co… https://t.co/P8PuzmiELX
## 6113                                                                                 I predict my most played song will be [Until the sun needs to rise] #SpotifyWrapped
## 6114                                                                                  I predict my top podcast will be [None] I don't listen to podcasts😀#SpotifyWrapped
## 6115                                                                                       I predict my most played song will be  Gino, o menino bolha 🤐 #SpotifyWrapped
## 6116                                                                                 I predict my most played song will be "Anti-hero" by @taylorswift13 #SpotifyWrapped
## 6117                                                                                               I predict my top artist will be @taylorswift13 (duh!) #SpotifyWrapped
## 6118                                                                                                       give it to me already #SpotifyWrapped https://t.co/CXhOtkX6Qv
## 6119                                                                                     @Spotify Mine will be the same songs I play to death every year #SpotifyWrapped
## 6120                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6121                                         Saw #SpotifyWrapped trending and got excited thinking it dropped. Now I'm disappointed 😞  come on @Spotify give it to ussss
## 6122                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6123                                                              I predict my top artist will be [Toby Fox], I hope he is  because his music is bangin' #SpotifyWrapped
## 6124                                                            Beyoncé will definitely be my most listened artist on #SpotifyWrapped because 'Heated' had crack in it 😂
## 6125                                                                 I predict my most played song will be Silver Lining @ARMNHMR (2nd year in a row 🫶🏼) #SpotifyWrapped
## 6126                                                 I predict my top genre will be [Dance/Electronic] I'm just shooting into the dark at this point lol #SpotifyWrapped
## 6127                                                                                                                                        Cmon bestie  #SpotifyWrapped
## 6128                        MOMENT CONTROL TV WINS BIG! @ Nigeria Media Merit Awards #nmma2022 #Winners #media #nigeria #controltv #controltvng… https://t.co/i86NlIpwv4
## 6129                              predictions for #SpotifyWrapped 2022\ntop song: hard times - yung pinch (maybe)\ntop genre: melodic rap\ntop artist: oliver francis\n👀
## 6130                                                                                          #SpotifyWrapped every year this trends and I think the playlists are out 😭
## 6131                    Clarks Women's Adriel Viola Dress Pump - \n\n🔥🔥 https://t.co/mfMsUPt0Ou  🔥🔥 \n\n#ChoGueSung #neymar #Switzerland #Ghana… https://t.co/xjlZUgBK9E
## 6132                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6133                                                                                                       I predict my top artist will be summer walker #SpotifyWrapped
## 6134                                                                         I predict my most played song will be Love me until u hate me - Niko Rubio  #SpotifyWrapped
## 6135                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 6136                                                                                     BIGGEST BIRD🤍 🦅 \n\n#WizKid𓃵 #afrobeats #SpotifyWrapped https://t.co/hQmU9xae2o
## 6137                                        Your Shine #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/nfwQtmTZhW
## 6138                                        Your Shine #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/4tNzpu2bxt
## 6139                                                                                     I predict my most played song will be Out of Time by The Weeknd #SpotifyWrapped
## 6140                        Cyber Monday! | Chill Short Stream | #FF7R #berserk #MondayMotivation #CyberMonday #worldofwarcraft #mondaythoughts… https://t.co/dGfI86d72A
## 6141                                                                                                                I predict my top artist will be GAGA #SpotifyWrapped
## 6142                                                   I predict my most played song will be #SpotifyWrapped probably something by steve lacy or frank ocean maybe tyler
## 6143                                                  Alright, guessing time! \nI predict my most played song will be [Tribute - Tenacious D] idk maybe? #SpotifyWrapped
## 6144                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6145                                     Bolonmusic's Verse Of The Week\n💿Fake Nikes\n🎤@BlaqBonez \n\n#verseoftheweek #SpotifyWrapped #afrobeats https://t.co/L2Q4dMUQlZ
## 6146                                                     I predict my top podcast will be... i dunno i dont lisen to podcast but prbly chucklsamwich idk #SpotifyWrapped
## 6147                           PTI’s Standing in AJK Polls.\n\n#FIFAWorldCup #Eleicoes2022 #SpotifyWrapped \n#ٹیریان_کےبھائی_یوتھئے #خنزیر_ڈیزل… https://t.co/fiH3ZKD0s5
## 6148                                                                                        I predict my top artist will be Selena Gomez ou Taylor Swift #SpotifyWrapped
## 6149                                                                                                      I predict my most played song will be August \n#SpotifyWrapped
## 6150                                                                                                         I predict my top podcast will be @GiUpdates #SpotifyWrapped
## 6151                               @Spotify These artists vie for the top honors @kygo @mltr @ZakAbel @kanebrown  @artblockmusic @BenjyIngrosso… https://t.co/i1Bz0mrZ76
## 6152                                                                                               I predict my top podcast will be The Compound Podcast #SpotifyWrapped
## 6153                                                                                                                        The #SpotifyWrapped Twitter emoji goes hard.
## 6154                                                                                                           I predict my top artist will be [Skyclad] #SpotifyWrapped
## 6155                              60+ yard return for a touchdown against Roosevelt High school\n -Shawn Robinson #SpotifyWrapped #FIFAWorldCup… https://t.co/elill6BRuV
## 6156                    ❤👌🏾 Jamming on the queen @Miss_LIRA's Feel Good!\n\nMore content👇🏾\nhttps://t.co/0GQVGkzVyY\n\n#podcastandchillwithmacg… https://t.co/3yUXlqtOa5
## 6157                                                                                         I predict my top artist will be probably Taylor this year.  #SpotifyWrapped
## 6158                    ALL ORDERS (that includes invoices sent) are 25% off today! \n\nUse code CYBER\n\nhttps://t.co/GfGkuwABK5  inbox me wit… https://t.co/djUhhti0A2
## 6159                                                Phir Na Aisi Raat Aayegi by Arijit Singh will be my song of the year in #SpotifyWrapped 🤩🤲🏼\nhttps://t.co/QjPGQZzxIt
## 6160                                                                                              New tune coming #rock #SpotifyWrapped #band \n https://t.co/7AH6P24AMs
## 6161                                                  I predict my most played song will be OPERA HOUSE BY CIGARETTES AFTER SEX YALL ALREADY KNOWWWW 🙏🙏🙏 #SpotifyWrapped
## 6162                                                                                                           I predict my top artist will be Yung Lean #SpotifyWrapped
## 6163                                                                                                   I predict my top artist will be tge smiths maybe??#SpotifyWrapped
## 6164                                                        Let's see which of these make it in alongside Bubblegrunge this year #SpotifyWrapped https://t.co/veZnQyZsMa
## 6165                                  I predict (know) my top artist will be Taylor Alison Swift because duh 🫶🏼💅 #SpotifyWrapped @taylorswift13… https://t.co/SFNIwLIlTl
## 6166                             next year will be the year that i’m going spotify only, these last 2 months w apple music has made me feel like a whore #SpotifyWrapped
## 6167                                                             I predict my top podcast will be STOP PUSHING PODCASTS TO ME I WANT TO LISTEN TO MUSIC  #SpotifyWrapped
## 6168                                                     For the first time i don't know who is my number one... If @taylorswift13, if @leonalewis #SpotifyWrapped &lt;3
## 6169                         #SpotifyWrapped is cool and all, but having a Last FM account means I get to revel in my shameful listening habits… https://t.co/WOr9sqA21z
## 6170                                                                                        I predict my top artist will be LOVEJOY OR WILBUR SOOT!!!!!! #SpotifyWrapped
## 6171                                                                                     I predict my most played song will be Cardigan by Taylor Swift. #SpotifyWrapped
## 6172                                                                                  I predict my top artist will be NCT 127 or Cigarettes After Sex 🙏🙏🙏#SpotifyWrapped
## 6173                                                                                                             I predict my top genre will be hyperpop #SpotifyWrapped
## 6174                                Before #SpotifyWrapped comes ,\nI can tell you who would be in my top 3 artist.\n@raftaarmusic @realkrsna &amp; @karmathelekhak 🙂💯😌🚀
## 6175                                   @realDailyWire For the CCP, Eric swallows very well. @RepSwalwell #Chinesespy #CCPChina #MattHanock #SpotifyWrapped #要要搞定個要
## 6176                                                                                                       I predict my top podcast will be Distractible #SpotifyWrapped
## 6177                                                                                            I predict my most played song will be FOOTNOTE BY CONAN. #SpotifyWrapped
## 6178                                                                                         I predict my most played song will be Outer Wilds - Reprise #SpotifyWrapped
## 6179                            my top artist might be crumb again idk maybe the crane wives bc i listen to them a lot too idk i’m bad at guessing lmao  #SpotifyWrapped
## 6180                                                                               I predict my most played song will be eyes wide shut by meat computer #SpotifyWrapped
## 6181                                                                                                 I predict my most played song will be [ATWTMVTVFTV] #SpotifyWrapped
## 6182                                                                                    ~ I predict my most played song will be About Damn Time @lizzo #SpotifyWrapped ~
## 6183                                                                                                  I predict my top artist will probably be Movements #SpotifyWrapped
## 6184                                    Check out this RGB LED TV Strip Light. Only at Rs. 484 (limited) \n\nHurry Up!! Get one now!!\n\nLink:-… https://t.co/uTl7vqQ2Yh
## 6185                                                                                         Check out my IG https://t.co/kOzuRs2CBt #SpotifyWrapped #viralvideo #twitch
## 6186                                            4 Basic Internet Safety to know and observe 👌👌👌\n\n#mondaymotivation \n#happynewweek \n#eccotel… https://t.co/4j3gDmGQ8w
## 6187                                                                                                     I predict my top podcast will be [saving grace] #SpotifyWrapped
## 6188                                                                                                       I predict my top artist will be Playboi Carti #SpotifyWrapped
## 6189                                                                                             Watin I order now 😢 #SpotifyWrapped #MattHanock https://t.co/lOSZxP81fC
## 6190                                                                                         I predict my top genre will be prolly post punk or somtgin] #SpotifyWrapped
## 6191                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 6192                                                                                   me waiting to see my top tracks this year #SpotifyWrapped https://t.co/7iUnRpkWDf
## 6193                                     Major Arcana Oracle deck available now..link in bio ✨️ #SpotifyWrapped #Indigo #RedVelvetBirthdayParty… https://t.co/Ci06voucMl
## 6194                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 6195                                                                                                                 What are we wearing to this year’s #SpotifyWrapped?
## 6196                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 6197                          @BlockFi filing for bankruptcy may be the last domino in the chain of seeing $BTC slap 11k - you've been warned ⚠️… https://t.co/OVvdjKVBrc
## 6198                                                                      I predict my most played song will be Chiri by Rosalía #SpotifyWrapped https://t.co/t4jH5nnime
## 6199                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6200                              ISIS IS NOT ISLAM.\nISIS IS TERRORIST MADE IN USA.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/zteLT5wRm1
## 6201                                    Check out this RGB LED TV Strip Light. Only at Rs. 484 (limited) \n\nHurry Up!! Get one now!!\n\nLink:-… https://t.co/BrTYUBmkKE
## 6202                                                                                                         I predict my top artist will be EarthGang 🌎 #SpotifyWrapped
## 6203                                                                                 I predict my most played song will be [paper rings by taylor swift] #SpotifyWrapped
## 6204                   Obi ethnic✨\n\nhttps://t.co/BmBMpbxKso\n\nNami brazil rans entertaiment penjilat dots vincenzo song joong ki exo ot8 po… https://t.co/GOXwEiTSlM
## 6205                                                                                                           I predict my most played song will be 734 #SpotifyWrapped
## 6206                                                                                   I predict my most played song will be Night Shift by Lucy Dacus 😭😭#SpotifyWrapped
## 6207                         @beatsbynav @trvisXX @lilbaby4PF got me singing and listening to NEVER SLEEP like never before if that’s not first… https://t.co/n9rnXntbrn
## 6208                                                                                                         I predict my top artist will be @waterparks #SpotifyWrapped
## 6209                         If this song is not #1 on my #SpotifyWrapped . Something had GONE WRONG !!!!! I listen to this 7292992929292 times… https://t.co/gX1cbZMKkO
## 6210                                                                              I predict my most played song will be fr gotta be angel with a shotgun #SpotifyWrapped
## 6211                                    can't wait to see if either Megan Thee Stallion or Drake will be my top rapper this year #SpotifyWrapped https://t.co/NxffvJ7osf
## 6212                                                                                                         I predict my top genre will be Classic rock #SpotifyWrapped
## 6213                                                                                                      I predict my most played song will be Phase Me #SpotifyWrapped
## 6214                                                              I predict my most played song will be You were perfect and I'm Sorry by Mickey Darling #SpotifyWrapped
## 6215                          the big evil in the world Will be over.\ndown with US.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/Labl6GOrGq
## 6216                        Out here waiting to see who will come out on top. Will Wood or Lemon Demon (last year's champion). Or maybe they'll… https://t.co/vylNP2XnZu
## 6217                                                                                                                                   i cannot wait for #SpotifyWrapped
## 6218                                                                                                      I predict my top podcast will be Distractible  #SpotifyWrapped
## 6219                                                                                                    Can spotify wrapped day come any sooner please😭\n#SpotifyWrapped
## 6220                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/Zy4R0leaMv
## 6221                       Taste the most delicious coffee with Nitro coffee Machine\nhttps://t.co/DVowFCWyzt\n\n#World #Qatar2022 #Whale #Elon… https://t.co/bnQGZGvB4Q
## 6222                                                             Close eye do am na so my money take finish 😂😂😂 #FolloMe #LikeShareSubscribe #publicbate #SpotifyWrapped
## 6223                                                                                         I predict my top artist will be  probably miss taylor swift #SpotifyWrapped
## 6224                                                                                       I predict my most played song will be about you by the 1975 😅 #SpotifyWrapped
## 6225                                                                                   I predict my most played song will be [One &amp; Only]  ya veréis #SpotifyWrapped
## 6226                                                                                     Fifa official soundtrack\n#SpotifyWrapped #FIFAWorldCup https://t.co/1ZiXpBKd5z
## 6227                                                                 I predict my most played song will be Scott street?? But idk maybe 45 by bleachers  #SpotifyWrapped
## 6228                                   @Tiinkiiiey Check out more sneakers on our WhatApp status!!!\n☎️ 065 936 4892 \n#musa #MusaKhawula #Sizwe… https://t.co/L4SLqIFoBz
## 6229                            US supporting Saudi to forces yemen.\nyemen so poor.\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnational grid https://t.co/y2tbOI8Jtw
## 6230                      Normally I have a good idea for #SpotifyWrapped top artist but I have no clue this year. \n\nWas a toss up between Jo… https://t.co/m23nAAYlqw
## 6231                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/Kzf3pyYD9x
## 6232                                                                              I predict my top podcast will be  hobbylos because I’m a good lobbyhoe #SpotifyWrapped
## 6233                                 I guess  #SpotifyWrapped is the best decision made by any music app , which remembers the users his most precious song of the year.
## 6234                                                                                                    I predict my most played song will be Anti-Hero. #SpotifyWrapped
## 6235                                                                                                                                 another day without #SpotifyWrapped
## 6236                                                                                         I predict my most played song will be [Efecto by Bad Bunny] #SpotifyWrapped
## 6237                                 What is WordPress???\n#WordPress #OpenSource #Webdesigner #webdesign #Website #WebsiteDesign #fullstackera… https://t.co/hGoXZLUqNa
## 6238                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/PTH8VP3x8l
## 6239                                                                                 I predict my most played song will be All too Well 10 mins version  #SpotifyWrapped
## 6240                  yemen cant wait. \nyemen need a help.\n\nstop war on yemen, Saudi !!!\n\ntag:::neymar. China .Owen #SpotifyWrapped\nnatio… https://t.co/Xi8lfX3vN5
## 6241                                                                                                          I predict my top podcast will be ASMR Gibi #SpotifyWrapped
## 6242                                                                                           I predict my most played song will be Rich $ex by future  #SpotifyWrapped
## 6243                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6244                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/OJaz0kkHJf
## 6245                                                                                                            THE WAY I THOUGHT IT WAS FINALLY TIME 🫡😭 #SpotifyWrapped
## 6246                                                                               I predict my top podcast will be markiplier, it's gonna be markiplier #SpotifyWrapped
## 6247                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6248                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/qyJIwRtHgU
## 6249                                                                                Can’t wait to see how many bloody RuPaul’s drag race songs are in my #SpotifyWrapped
## 6250                        I predict my top artist will be either Arca (@arca1000000) or Kelela (@kelelam) because I had them in nearly all of… https://t.co/qe9jDnj01v
## 6251                                                                                                I predict my most played song will be Alien Invasion #SpotifyWrapped
## 6252                                                                             I predict my most played song will be [Arson de jhope o … glitch mode ] #SpotifyWrapped
## 6253                              Guys do watch this reel. It only needs 1.5k more views to reach 100K.Please show support and follow the page.… https://t.co/qofHKzrNWm
## 6254                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/FlcHTEjvZR
## 6255                                                                                               I predict my most played song will be Atlantis  #SpotifyWrapped\n\n😳😀
## 6256                                The Maasai community\n#Africanculture #Africanhistory #culture #SpotifyWrapped #StarAcademy #Africanhistory… https://t.co/vk7ZqJU5vd
## 6257                                                               in spirit of #SpotifyWrapped, my top song this year HAS to be star shopping\n\nain't no way it's not-
## 6258                                                                                                       I predict my top podcast will be Crime Junkie #SpotifyWrapped
## 6259                      BREAKING 🚨\n\n#Binance     is under hot waters, after it moved 127,351 BTC($2B) from its Proof of Reserve wallet to c… https://t.co/DT3jkC5vXv
## 6260                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/GzWNlc4nNG
## 6261                                                                                                                                 @Spotify Can't wait #SpotifyWrapped
## 6262                                                                                         #SpotifyWrapped I wanna know what song I played the most this year hurry up
## 6263                                                                                                                   My list gone be fye when it drops #SpotifyWrapped
## 6264                                                                                                      I predict my most played song will be [oh uh ] #SpotifyWrapped
## 6265                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 6266                        I would be excited for #SpotifyWrapped this year, instead I am legitimately scared to find out how much sadboy musi… https://t.co/TE2wpQf60z
## 6267                      People are running this up and I think you should too #musicproducer #ImACeleb #SpotifyWrapped \n\n(help me get 200 Y… https://t.co/YZurELBduq
## 6268                                      Top artist is 1000% the Weeknd, Trilogy and Dawn FM have been in heavy rotation - #2 is Drake, after that  🤷🏿‍♂️ #SpotifyWrapped
## 6269                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/zAeLCcEl97
## 6270                                                                                                              Ok ok I get it #SpotifyWrapped https://t.co/2jXmAnio71
## 6271                                                                                                        I predict my top artist will be Alan Walker 🤔#SpotifyWrapped
## 6272                                                                                        I predict my most played song will be Okay by Adekunle Gold  #SpotifyWrapped
## 6273                              My new look #اسوس_الجمعة_البيضاء #エルピス #บัวผันฟันยับ #SpotifyWrapped #TeamCameroon #staracademy2022 #ImranKhan https://t.co/eAZdAgfdBw
## 6274                                                                                                 so excited for dream smp to be one of my top genres #SpotifyWrapped
## 6275                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/MHbRDcOLuJ
## 6276                       i dont know, you all know or no about criminal regime Saudi to yemenis .\nstop war, Saudi !!!\nSaudi alliance of US.… https://t.co/mkS9jNY1gN
## 6277                                                                                                       I predict my top artist will be [luis Miguel] #SpotifyWrapped
## 6278                                                                                                                            i need that #SpotifyWrapped. DROP IT NOW
## 6279                                                                                                               I predict my top artist will be IDLES #SpotifyWrapped
## 6280                                                                                                                DROP THIS SHIT ALREADY!!!!!!!!!!!\n\n#SpotifyWrapped
## 6281                                                                                      I predict my most played song will be [not worth it-Zillakami] #SpotifyWrapped
## 6282                                                                                         I predict my most played song will be red Taylor’s version  #SpotifyWrapped
## 6283                                Glamour Girl 🖤\n\n#tejuashwini #TejasswiPrakash𓃵 #tejasswiprakashwayangankar #wespotyou #wespotyoubollywood… https://t.co/fSVslgXBCj
## 6284                                                                                          I predict my top artist will be without doubt Taylor Swift #SpotifyWrapped
## 6285                                                                                        I predict my top artist will be the incomparable miss eilish #SpotifyWrapped
## 6286                                                                                                      #SpotifyWrapped j'rappl mon top 3 2021 https://t.co/MFxfPFuThZ
## 6287                                                                                                      I predict my top genre will be [ I guess pop } #SpotifyWrapped
## 6288                                                                                                          I predict my top artist will be Yung Gravy #SpotifyWrapped
## 6289                                                            Most played song - Lonely Star by the Weeknd, maybe #2 is Crunk Ain't Dead by Duke Deuce #SpotifyWrapped
## 6290                                                                                     I predict my most played song will be foundations of decay- mcr #SpotifyWrapped
## 6291                                            Acuity Scheduling, Vcita and Calendly helps you automate everything from payments to reminders.… https://t.co/JL0xnVwa8O
## 6292                                                                                                    I predict my most played song will be Run BTS….. #SpotifyWrapped
## 6293                                                                                                            I predict my top genre will be post punk #SpotifyWrapped
## 6294                                                                                               I predict my top podcast will be [@OnneDii moordcast] #SpotifyWrapped
## 6295                                                                                          I predict my most played song will be Iris or atw10mvftvtv #SpotifyWrapped
## 6296                                                                                             I predict my top artist will be BTS, SEVENTEEN or WOODZ #SpotifyWrapped
## 6297                                                                                                  need them to hurry up with #SpotifyWrapped https://t.co/swtKRbiK2t
## 6298                                The metaverse is a new frontier for earning passive income https://t.co/tlwzAf97w2 via @cointelegraph #SpotifyWrapped #VR #metaverse
## 6299                                                                             #Twitch  #twitchstreamer Join The Stream! NOW ‼️ #SpotifyWrapped https://t.co/CytPkOc13L
## 6300                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 6301                                                                                                       I think my top artist will be The Crane Wives #SpotifyWrapped
## 6302                                                                                 I predict my top artist will be dreamcatcher obv 🙏 @hf_dreamcatcher #SpotifyWrapped
## 6303                                                                                               I predict my most played song will be "Casablanca" xD #SpotifyWrapped
## 6304                                                                     My #SpotifyWrapped is gonna be fucked up im ngl my music taste was all over the place this year
## 6305                                                                                                          I predict my top artist will be [Dua lipa] #SpotifyWrapped
## 6306                                                                                                            I predict my top artist will be Treasure #SpotifyWrapped
## 6307                          For the first time ever MacG doesn't want to comment on a Topic, he really refused to comment on Dj Sumbody death… https://t.co/rNfC2THtnr
## 6308                                                                        I predict my most played song will be Hai Cheng by THE8 or ACCIDENT by WOODZ #SpotifyWrapped
## 6309                                                                                                   I predict my most played song will be shy away….. #SpotifyWrapped
## 6310                                                                                               Okay this is fun. I predict my top artist will be mcr #SpotifyWrapped
## 6311                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 6312                                                                        I predict my top artist will be Bladee #SpotifyWrapped    😈😈😈😈😈😈😈😈😈😈 https://t.co/vDpzHvEK3H
## 6313                                                                           Can somebody make the festival lineup for Apple Music?? #SpotifyWrapped #AppleMusicRewind
## 6314                                                                                        I predict my most played song will be [physical by Dua lipa] #SpotifyWrapped
## 6315                                                                                                                                     i want my #SpotifyWrapped rn 😠😠
## 6316                         Mood 2022 VS School \nI believe, i smile at the ends💯🥺\n\n#MondayMotivation \nGhana \n#SpotifyWrapped \n#MattHanock https://t.co/svDt4JYVPI
## 6317                 💃💃💃💃\n _Renew_ DSTV with 0.5% discount.\n\nGoTV with 1% discount.\n\nPay electricity bill without charges.\n\nOnly availab… https://t.co/IVkRAiUzgp
## 6318                                          Top Genre - either Canadian Hip Hop or House music (Drake probably gonna be #1 purely because he did both) #SpotifyWrapped
## 6319                        I believe action speaks louder than words... Apparently, we are not just STANDARD by mouth, we are STANDARD with pr… https://t.co/oKg6PzIKOw
## 6320                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6321                   Money Twitter in 4 tweets:\n\n1. Send more emails \n\n2. Write at a 5th-grade level\n\n4. Whatever Hormozi says is right… https://t.co/vP2ik41e2c
## 6322                             5 Types of Muffins:🧁🧁🧁\n#englishmuffins #eggmuffins #applecinnamonmuffins #strawberrymuffins #blueberrymuffins… https://t.co/VKLZ2Y7Q9y
## 6323                                                                                  I predict my most played song will be [Misguided Ghosts - Paramore #SpotifyWrapped
## 6324                    Won’t be long till the Your Top Songs of 2022 is out from Spotify.\n\nMine is going to be stupendous!\n\nThat’ll be the… https://t.co/bq1YHmCjJM
## 6325                We offer:\n💟GRAPH THEORY\n💟DISCRETE MATHS\n💟STATISTICS AND PROBABILITY\n💟ALGORITHIMS\n💟CALCULUS\n 💟ALGEBRA\n💟SET THEORY\nPl… https://t.co/A73a4ovl06
## 6326                                                                                                                 I predict my top genre will be pop? #SpotifyWrapped
## 6327                                              this time of year is really important for my humble twitter presence\n#SpotifyWrapped #Spotify https://t.co/Ih6fdbuFbZ
## 6328                    For the first time in history Ghanaian Ladies are complaining 10mins is too much.😅\n\n Longest 10 😂😂😂\n\nMan Of The Mat… https://t.co/u4ulrT5ln3
## 6329                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 6330                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 6331                                          The nigga was begging 4 mercy\n#goviral\n#CyberMondayAmazon \n#SpotifyWrapped \n#WorldcupQatar2022 https://t.co/KTxGNlMSX1
## 6332                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 6333                                                                                                         I predict my top artist will be @MileyCyrus #SpotifyWrapped
## 6334                                                                                                                          I’m excited for #SpotifyWrapped this year.
## 6335                                                                                                      I predict my top podcast will be [LUBA E JEAN] #SpotifyWrapped
## 6336                                                              I predict my top artist will be MY CHEMICAL ROMANCE #SpotifyWrapped ❤️❤️❤️❤️🙏🙏🙏🙏🙏🙏 https://t.co/iE2cCHqgrq
## 6337                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6338                                                                                     I predict my most played song will be [you’re on your own, kid] #SpotifyWrapped
## 6339                                                                                                            I predict my top genre will be Hip - Hop #SpotifyWrapped
## 6340                                                                                                  I predict my top podcast will be maintenance phase #SpotifyWrapped
## 6341                                                                       Why does December have to come so late in the week I'm going to lose my mind. #SpotifyWrapped
## 6342                                                                                                  I predict my top artist will be [MELANIE MARTINEZ] #SpotifyWrapped
## 6343                       past 6 months, definitely all over the place, can't wait for #SpotifyWrapped \n#troyesivan #birdy #beyonce #coldplay… https://t.co/iIpDhKW7DE
## 6344                        We can make it successful together, Summit Mt Kilimanjaro 5895m. \nkeep booking with us.\n#SpotifyWrapped #trekking… https://t.co/9oKFWt98K5
## 6345                                                                                                    I predict my most played song will be pink venom #SpotifyWrapped
## 6346                                                                       I predict my most played song will be 'I'm goo'd or 'sacrifice' by @BebeRexha #SpotifyWrapped
## 6347                                                                                                   I predict my top artist will be Harmoe or Roselia #SpotifyWrapped
## 6348                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6349                                                                                 it’s looking like my #SpotifyWrapped boutta be owned by Camila Cabello (as always)😌
## 6350                                                                                                                I predict my top genre will be [TOP] #SpotifyWrapped
## 6351                                                                                            I predict my most played song will be sei la porra kkkkk #SpotifyWrapped
## 6352                                                                              I predict my most played song will be Who Dat Boy - Tyler, The Creator #SpotifyWrapped
## 6353                                                                                                              I predict my top artist will be lorde! #SpotifyWrapped
## 6354                                                                                                       I predict my top artist will be @DeltaGoodrem #SpotifyWrapped
## 6355                                                                   Starry, starry night … #Elonmusk #SpotifyWrapped #MattHanock #CyberMonday https://t.co/yUh1tComC0
## 6356                                                                                          I predict my top artist will be arctic monkeys or sublime! #SpotifyWrapped
## 6357                                                                                     I predict my most played song will be [HIGH SCHOOL SWEETHEARTS] #SpotifyWrapped
## 6358                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 6359                        Wait does this mean Suzanne Collins is gonna be on my #SpotifyWrapped because I listened to the Hunger Games audiob… https://t.co/UJdWXRK2q9
## 6360                                                                                           I predict my most played song will be keep driving I fear #SpotifyWrapped
## 6361                                                                                      I predict my most played song will be EVERY SONG I EVER WROTE  #SpotifyWrapped
## 6362                                                                                      I predict my most played song will be wild screen baroque or R #SpotifyWrapped
## 6363                                                                                                                I predict my top genre will be rock!!#SpotifyWrapped
## 6364                                                       Super Junior or Band Bunny\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6365                                                                                  my top song is going to be a boy is a gun*\nmayyybeee self control #SpotifyWrapped
## 6366                                                                                         I predict my most played song will bee 1961 by @JessAndMatt #SpotifyWrapped
## 6367                                                                                                           I predict my top genre will anime or jpop #SpotifyWrapped
## 6368                                      Royal Arch Sets\nmarshalregalia@gmail.com\n#SpotifyWrapped #MattHanock #RedVelvetBirthdayParty #Indigo https://t.co/d69swDGGdV
## 6369                       Cyber Monday savings are here! ⚡️🛍️ Join us for some of the biggest sales this season.\n\n⏳ DON’T WAIT, DEALS END AT… https://t.co/dOJK1E2N1r
## 6370                                                                                      I predict my most played song will be DATE RAPE BY SUBLIME!!!! #SpotifyWrapped
## 6371                                                                                                               I predict my top artist will be [SZA] #SpotifyWrapped
## 6372                                                                                  I predict my most played song will be [out of time - @theweeknd] 💖 #SpotifyWrapped
## 6373                                                                                                     Give my my #SpotifyWrapped RIGhT NoW!!! https://t.co/cgXfwzkGK3
## 6374                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/VwTcvGkkeF
## 6375                        Trying to start selling art and save up extra money for things as well as putting it towards an iPad that I can use… https://t.co/lvN86tSHno
## 6376                                                        I predict my most played song will be don’t take the money by bleachers or dominoes by lorde #SpotifyWrapped
## 6377                                                                                           I predict my most played song will be Many Man by Victony #SpotifyWrapped
## 6378                                                                                                               I predict my top artist will be Kanye #SpotifyWrapped
## 6379                                                                         I predict my top artist will be [fill in top artist prediction] Tom Chaplin #SpotifyWrapped
## 6380                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 6381                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/PWrtFGcI6Q
## 6382                                                                                           Former Kanye fans thinking about  #SpotifyWrapped https://t.co/Mgl5iuIyNZ
## 6383                                                            Waiting for #SpotifyWrapped is waste of time tbh\nIt's just @anirudhofficial songs😍🔥, I heard whole year
## 6384                                                                                Prove yourself 2 yourself, not others. 🤷🏼‍♂️\n\n#FIFAWorldCupQatar2022 #SpotifyWrapped
## 6385                                                                            If my top artist isn't Lovejoy or Twenty One Pilots idk who I am anymore #SpotifyWrapped
## 6386                                        I predict my top genre will be [fill in top genre prediction] probably something like Pop Rock or Indie Rock #SpotifyWrapped
## 6387                                                                                                  I predict my most played song will be I love Kanye #SpotifyWrapped
## 6388                                                                                     I predict my top podcast will be [i don’t listen to podcasts 😂] #SpotifyWrapped
## 6389                                            It isn't as appealing as the #SpotifyWrapped but here is the cheap #AppleMusicReplay knock off 😂 https://t.co/al3fTwvAm1
## 6390                                                                                                        I predict my top artist will be Jessie Reyez #SpotifyWrapped
## 6391                                                                                             I predict my most played song will be Diablo de Rosalia #SpotifyWrapped
## 6392                        I predict my most played song will be [some random niche orchestra song that i left on loop while studying / painti… https://t.co/7qPlFicP4c
## 6393                                                                         I predict my most played song will be Never Fight A Man With A Perm - IDLES #SpotifyWrapped
## 6394                                                                                    I’m still mentally ill so Bo Burnham will be my top artist AGAIN #SpotifyWrapped
## 6395                                                                                                                                        can't wait🥺\n#SpotifyWrapped
## 6396                                                                                                                I predict my top genre will be [emo] #SpotifyWrapped
## 6397                         Ik my top artist is going to be taylor swift and my second is going to be bts. My third might be girl in red/conan… https://t.co/xd2EiLBKWE
## 6398                                                I predict my most played song will be [fill in top song prediction] Safe and Sound by Capital Cities #SpotifyWrapped
## 6399                                                                                                I predict my top genre will be [Alternative Hip-hop] #SpotifyWrapped
## 6400                 Wtf is going on with my holo-pete?!\n#SpotifyWrapped #乌鲁木齐 #Qatar2022 #FIFAWorldCup #레드벨벳 #要要搞定個要 #SpiderMan… https://t.co/xnDHhoP5vQ
## 6401                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 6402                                                                                                         I predict my most played song will be [gay] #SpotifyWrapped
## 6403                                                                                                    I predict my top artist will be Harry Styles 🫂🫶🏼 #SpotifyWrapped
## 6404                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/JqMyiZlmo3
## 6405                                                                    @Spotify I predict my most played song will be my tears ricochet by Taylor Swift #SpotifyWrapped
## 6406                                       i just did one of them dream festival line ups from my spotify and it’s made me TERRIFED for #SpotifyWrapped i’m in troubleee
## 6407                                                                                                         I predict my top artist will be Taylorrr!!! #SpotifyWrapped
## 6408                                                                                                           I predict my top genre will be Dance Pop  #SpotifyWrapped
## 6409                                                                                                        I predict my top artist will be [Mac Miller] #SpotifyWrapped
## 6410                                                                             @SpotifyAfrica If Novo Amor isn’t my top artist, I don’t know who is! #SpotifyWrapped 💚
## 6411                       When since garbage bags  becomes fashion? @ye Balenciaga u got some explaining to do 🤣 #SpotifyWrapped #要要搞定個要… https://t.co/81ewT8iOSz
## 6412                                           just the thought of getting a personalized message from taylor swift&gt;&gt;&gt;\n#SpotifyWrapped https://t.co/Qxh9kBsIrr
## 6413                                                                                                                                               where #SpotifyWrapped
## 6414                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 6415                                                                                             I predict my most played song will be [JELEEL! - JULY!] #SpotifyWrapped
## 6416                                               me pressed to see my #SpotifyWrapped as if I don’t already know it’s gonna be all Renaissance https://t.co/oF6jdXe4d6
## 6417                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/5CF9zOR0yc
## 6418                                                                                              PLEASE I NEED IT IM GONNA DIE  #SpotifyWrapped https://t.co/BZ3S9Q1WJm
## 6419                                                                                    I predict my most played song will be All Night Parking by Adele #SpotifyWrapped
## 6420                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/YiArQxs0dO
## 6421                                                                                                     I predict my top artist will be [Elliott Smith] #SpotifyWrapped
## 6422                                                                                                    I predict my top artist will be Nicki Minaj. Duh #SpotifyWrapped
## 6423                                          PRELOVED CIWI START 20K MINAT JOIN LIVE https://t.co/nxa1CdyaLZ #SpotifyWrapped #WorldcupQatar2022 https://t.co/4sjfmNJjD4
## 6424                        It is good you carry out keyword, competitor research has it protects you against competitors, and helps you rank o… https://t.co/FB3p8XxLkH
## 6425                                                                                                         I predict my top artist will be weatherday\n#SpotifyWrapped
## 6426                                                    I predict my most played song will be [The Divine Chord - Avalanches feat. MGMT and Johnny Marr] #SpotifyWrapped
## 6427                                        If you wanna be happy forever, have zero expectations from others. 💡\n\n#FIFAWorldCupQatar2022 #FIFAWorldCup #SpotifyWrapped
## 6428                                                                                                                  Favorite time of year approaching! #SpotifyWrapped
## 6429                                                                                              I predict my most played song will be Titi Me Pregunto #SpotifyWrapped
## 6430                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 6431                                                                                        I predict my most played song will be My Sputnik Sweetheart\n#SpotifyWrapped
## 6432                                                                                                             I predict my top artist will be [Drake] #SpotifyWrapped
## 6433                                                                                                  I predict my top podcast will be Just Roll With It #SpotifyWrapped
## 6434                                                                                  My Top eight most liked toons on Spotify:  #SpotifyWrapped https://t.co/NT2PgthW06
## 6435                                         Uncharted episode 7 out now\n\nLink below \nhttps://t.co/Dwi2v7aXJq\n\n#SpotifyWrapped #MattHanock… https://t.co/aqQ7CJTd0k
## 6436                                                                          I predict my most played song will be \nALL TOO WELL 10 MINUTES VERSIÓN\n\n#SpotifyWrapped
## 6437                                                                                  i predict my most played song will be white ferrari by frank ocean #SpotifyWrapped
## 6438                           @ore_times_3 Check out !\n\nRaffle on @MutantNFTs Lab 👀\n\nGet your ticket (2 $ADA) to win this rare Priest mask… https://t.co/tvEIGjTwPb
## 6439                                                                                                            I predict my top artist will be Bastille #SpotifyWrapped
## 6440                                                                             I predict my most played song will be [Lavender Sunflower - Tory Lanez] #SpotifyWrapped
## 6441                                                                                                                 I predict my top genre will be pop! #SpotifyWrapped
## 6442                                                                                                                     took a day off for #SpotifyWrapped as i should.
## 6443                                                                                Apple Music users when they see #SpotifyWrapped is trending. https://t.co/TKd8RPokE9
## 6444                        I actually think my top played will be we don’t talk about Bruno. Had a day where I listened to it on a loop for at… https://t.co/08Z5CYjZHx
## 6445                                                                               I predict my most played song will be Stardust Crusaders by Yugo Kano #SpotifyWrapped
## 6446                                                                                       I predict my most played song will be Ghost by @justinbieber  #SpotifyWrapped
## 6447                                                                                                    I predict my top artist will be taylor swift 😍😍😍 #SpotifyWrapped
## 6448                                                                                             I predict my most played song will be Build Our Machine #SpotifyWrapped
## 6449                                                                                                         Waiting for my #SpotifyWrapped like https://t.co/n1IZW5WbNY
## 6450                                                                                                  I predict my most played song will be as it was 🔥💋 #SpotifyWrapped
## 6451                                                                                                                  I predict my top genre will be rnb #SpotifyWrapped
## 6452                                                                                                                                 oh please come here #SpotifyWrapped
## 6453                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 6454                                                              Lana del rey when Spotify asks her she has to make a video for #SpotifyWrapped https://t.co/wTC4mdBHlx
## 6455                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6456                                                                                              I predict my most played song will be a seventeen song #SpotifyWrapped
## 6457                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6458                                                                                                             I predict my top artist will be Lovejoy #SpotifyWrapped
## 6459                        Pretty sure my #SpotifyWrapped is gonna be exactly the same as last year. I've been listening to the same playlists… https://t.co/vynPaH6XE2
## 6460                                                                                    I predict my most played song will be Mastermind by Taylor swift #SpotifyWrapped
## 6461                        I predict my top podcast will be @TrashTastePod since they're the only podcast I love listening to when I'm doing c… https://t.co/pcMOABj9um
## 6462                                Check out my Gig on Fiverr: help you get GEO fencing that target consumers anonymously, ultra narrow target… https://t.co/YMDZQMOfe2
## 6463                                                                                                             I predict my top artist will be [keshi] #SpotifyWrapped
## 6464                          PAF HOSPITAL ISLAMABAD FCPS POST GRADUATE TRAINING (2022)\n\n APPLY ONLINE :\nhttps://t.co/qd8UuD9tGy \n\n Follow… https://t.co/3yrBIWHQzJ
## 6465                                                                                     The only thing #SpotifyWrapped says about you is you don’t want to pay artists.
## 6466                                                                                                                 @iamDCinvestor 😂😂 no pls no love my #SpotifyWrapped
## 6467                                                                                       I predict my most played song will be [ somthin from mariah ] #SpotifyWrapped
## 6468                                 DARKMOB!! I am back 😌 I hope everyone enjoyed the holidays. But I bring you more hitman gameplay LIVE NOW‼️… https://t.co/qpBd0NlCCw
## 6469                             Having a go at predicting my #SpotifyWrapped \n\nTop Song - A Real Thing @THEBETHS \nTop Artist - @slowlyslowlyAU\nTop genre - pop punk
## 6470                                                                            so scared for #SpotifyWrapped , swear i was listening to the most random songs this year
## 6471                                                                                     I predict my most played song will be "Forever" by Jessie Reyez #SpotifyWrapped
## 6472                       Can We Try This Group Video Call , It's Once - Off ... Up To 36 People Can Join ... @WhatsApp\nThank You For The Fea… https://t.co/AYURFpfG1y
## 6473                                                                                                        @thinkinboutduaa Also with the #SpotifyWrapped she will rise
## 6474                                                                                                                It’s time! #SpotifyWrapped this week I can’t wait!!!
## 6475                                                     I predict my top artist will be Taylor Swift (@taylorswift13) #SpotifyWrapped\n\nBY FAR... IT'S SO EASY TO KNOW
## 6476                                        I predict my most played song will be \nbomb by freddie gibbs (isnt even a prediction i just know it's true) #SpotifyWrapped
## 6477                                                                                                     I predict my top podcast will be Modus Operandi #SpotifyWrapped
## 6478                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 6479                                                         Be ready 🎧\nTomorrow for your ears\n"WO DA MO COVER"\n🔥\n#SpotifyWrapped Nzaza #hookup Organize Baba Rahman
## 6480                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped unbalanced by common wealth or 281 by hotel books.
## 6481                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6482                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6483                                                                                                   I predict my top artist will be [Chase Atlantic ] #SpotifyWrapped
## 6484                        I predict my top artist will be my chemical romance #SpotifyWrapped bc there is literally no other competition. Thi… https://t.co/JIaVuMxCEH
## 6485                                                                                      I predict my most played song will be The foundations of decay #SpotifyWrapped
## 6486                                                                                                               Give it to me #SpotifyWrapped https://t.co/vZD0GMBBYq
## 6487                                                                                                                   hearing rumors #SpotifyWrapped could be insolvent
## 6488                                                                                           I predict my most played song will be yuck by charli baby #SpotifyWrapped
## 6489                                                                                                              I predict my top artist will be Bladee #SpotifyWrapped
## 6490                                                                   I predict my top artist will be BLADEE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#SpotifyWrapped
## 6491                       Why My Frienemies shouldn’t post my D£ath Pictures-Actress Shan George Reveals//#nollywood\nClick link to watch full… https://t.co/tQ9BfNLykl
## 6492                                                                                         I predict my most played song will be Style by Taylor Swift #SpotifyWrapped
## 6493                      Can't wait to share my Top 5 Songs from #SpotifyWrapped for 2022:\n1. Rednex - Cotton Eye Joe \n2. Rednex - Cotton Ey… https://t.co/KqiEoEKGcA
## 6494                                       3 dimensional Beauty…… \n#FIFAWorldCupQatar2022 #SpotifyWrapped #MattHanock #CyberMonday #StarAcademy https://t.co/QTkelCvXmw
## 6495                                                Tinsel Tits Couples Christmas Matching Couple Gift\nhttps://t.co/eIi1isfOqu\n#SpotifyWrapped https://t.co/sztBPFw2oi
## 6496                                                                                                            I predict my top artist will be [syudou] #SpotifyWrapped
## 6497                                                                          I predict my top artist will be MF DOOM, if it’s anyone else they’re lying #SpotifyWrapped
## 6498                                                                                                               I predict my top artist will be Twice #SpotifyWrapped
## 6499                                                                               My #SpotifyWrapped  is going to be so bad that I’m only sharing it with bee this year
## 6500                                                                                                     renaissance and le serrafim will be taking over #SpotifyWrapped
## 6501                                                                                                       I predict my top genre will be kpop girlgroup #SpotifyWrapped
## 6502                             Check out my Gig on Fiverr: setup a  successful geofencing mobile ad promotion https://t.co/piaLpbvDVG #Fiverr… https://t.co/9CE8qKU9JY
## 6503                                                                                                                      When is this dropping @Spotify #SpotifyWrapped
## 6504                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 6505                                                     Ok but this is gonna be my reaction if I get DSMP as a genre on #SpotifyWrapped again.. https://t.co/OYfKjBq8KA
## 6506                                                                                                               I predict my top genre will be [jpop] #SpotifyWrapped
## 6507                                                                                                I predict my most played song will be talk that talk #SpotifyWrapped
## 6508                                                                                I predict my most played song will be [Titi me pregunto- @sanbenito] #SpotifyWrapped
## 6509                                                                                                                      So when can I show my hoodie 🫣 #SpotifyWrapped
## 6510                                                                                            I predict my most played song will be Have Mercy - Chloe #SpotifyWrapped
## 6511                                                                                                            Your #SpotifyWrapped just leaked https://t.co/tyNkawMNiz
## 6512                                                                                           Just kidding. I predict my top artist will be No Pressure #SpotifyWrapped
## 6513                                                                                                         IF YOU DONT DROP IT #SpotifyWrapped https://t.co/l3ugfGOahF
## 6514                                                                             I predict my top podcast will be the off menu podcast!!! who guessed it #SpotifyWrapped
## 6515                                                                                                                                              Cuteee #SpotifyWrapped
## 6516                           Top 16 Digital Marketing Trends for 2023!!\nNew Article Update:- https://t.co/ZOABJXFP3t\n\n#marketing #business… https://t.co/0RixykdVKH
## 6517                                                                               The amount of people going absolutely feral waiting for #SpotifyWrapped is hilarious.
## 6518                                                                                                                                         #SpotifyWrapped Post Malone
## 6519                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 6520                                                                       I predict my top artist will be @SaraBareilles if it’s not this is all a scam #SpotifyWrapped
## 6521                                                         real picture of me seeing #SpotifyWrapped trending only to find out its not out yet https://t.co/h0xpj5QcTa
## 6522                                                                                                          I predict my top artist will be @taiverdes #SpotifyWrapped
## 6523                                                                #SpotifyWrapped artist predictions ~\n1. ariana grande \n2. chris brown\n3. ksi\n4. aitch\n5. eminem
## 6524                                                                                    I predict my most played song will be spring 1 by max richter... #SpotifyWrapped
## 6525                                                                                   I predict my most played song will be tuned in freestyle by Megan #SpotifyWrapped
## 6526                        #SpotifyWrapped but for @hole19golf. I want to know what my biggest slice was and how many times I lapped three-putted a birdie opportunity.
## 6527                                                                                                               I predict my top podcast will be none #SpotifyWrapped
## 6528                                                                                                  I predict my top genre will be musical theatre duh #SpotifyWrapped
## 6529                                                                              I predict my most played song will be [wish that i could] by @whoisumi #SpotifyWrapped
## 6530                                                                                                              I predict my top artist will be twice  #SpotifyWrapped
## 6531                                                                                   I predict my most played song will be Welcome to the Moulin Rouge #SpotifyWrapped
## 6532                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 6533                                                omg my top podcast will be return to the shadows 100% its the only podcast i keep up with every week #SpotifyWrapped
## 6534                                                                                                                I predict my top genre will be kpop  #SpotifyWrapped
## 6535                                                                                                       I predict my top artist will be @MariahCarey  #SpotifyWrapped
## 6536                        #SpotifyWrapped is trending already (32K tweets 😱) and it hasn't even dropped yet. 😁 I'm ready for my inevitable fa… https://t.co/VNSfELQ7BX
## 6537                                                                                                           Who else is waiting for spotify wrapped ?#SpotifyWrapped.
## 6538                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 6539                                                                              I predict my top artist will be 5sos or Taylor, it’s too close to call #SpotifyWrapped
## 6540                                                                                                            I predict my top artist will be Duckwrth #SpotifyWrapped
## 6541                                                                                      I predict my top podcast will be BingetownTV/ Guilty Pleasures #SpotifyWrapped
## 6542                         I predict my most played song will be Ferrari by @IsaacDunbar I’ve been listening to balloons don’t float here non… https://t.co/gRcW7hrzGh
## 6543                                                                                              Pira nesse line up beberes!!!\n#SpotifyWrapped https://t.co/ziTsg6TRek
## 6544                                                                           My top artist this year is ultimately a tossup between Beyoncé and TWICE. #SpotifyWrapped
## 6545                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 6546                                                                                                      I predict my most played song will be [ballin] #SpotifyWrapped
## 6547                                                                                               I predict my most played song will be "Slipping Away" #SpotifyWrapped
## 6548                                                                                                       I predict my top artist will be [The Beatles] #SpotifyWrapped
## 6549                                                                                                       I predict my most played song will be d4 ‼️‼️‼️‼️ #SpotifyWrapped
## 6550                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @banter  maybe
## 6551                                        Wake up people. These are YOUR CHILDREN!  #wakeup #SpotifyWrapped #ImranKhan #RedVelvetBirthdayParty https://t.co/UflIxx6l6D
## 6552                                                           furiously listening to Kelly Clarkson all day so she’s not fully shut out of my #SpotifyWrapped this year
## 6553                                                         I will be asking to see everyone’s #SpotifyWrapped, I’m a nosy bitch and love seeing what people listen to.
## 6554                                                                           I predict my most played song will be \n2 Be Loved (Am I Ready) by @lizzo #SpotifyWrapped
## 6555                                                                                                  I predict my most played song will be [In My Life] #SpotifyWrapped
## 6556                                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ed Sheeran i guess
## 6557                        The Spotify wrapped layout needs to change cause I’ve just replied to someone’s insta story and asked someone how w… https://t.co/hxqI6o5D8x
## 6558                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Dance Pop
## 6559                                                                                            @PizToken Wonderful Project #MattHanock #SpotifyWrapped #ghanablackstars
## 6560                                               I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Supermarket Flowers by Ed Sheeran
## 6561                                                                                                     I predict my top artist will be Raleigh Ritchie #SpotifyWrapped
## 6562                                                                                                 Everybody’s gonna know that I’m a mentally ill simp #SpotifyWrapped
## 6563                        Visual On The Way 🎥🎥 #BlackAdam #Rebirth\n\n #SpotifyWrapped #RedVelvet #CyberMondayAmazon #hiphop #JHOPEatMAMA2022… https://t.co/UCP4XhAwIB
## 6564                               Go crazy on these mashups/Blendz !!!#SpotifyWrapped #CyberMonday #ImACeleb #LilUziVert #wannarock #uncleluke… https://t.co/I0wFsd83sS
## 6565                                                                                                              i predict my top artist will be corbyn #SpotifyWrapped
## 6566                                                                                              I predict my most played song will be My Ordinary Life #SpotifyWrapped
## 6567                        We were excited to find out that one of the pregnant women went into labour right after we left. Thanks to the free… https://t.co/4is21t6tGI
## 6568                        I predict my top 5 will be full of songs I didn’t think I listened to much and ultimately isn’t as cool as I though… https://t.co/1BpyxZP4m5
## 6569                                                                                                I predict my top artist will be my chemical romance  #SpotifyWrapped
## 6570                               damn for 90 dollars you could get 11 months of twitter blue. #SpotifyWrapped #Twittershutdown #ElonGoatToken… https://t.co/tyOxwLmnwr
## 6571                                                                                 I have retuned… #Fucktheeldest #SpotifyWrapped #MattHanock #CyberMonday #ThreeLions
## 6572                                                                                                    I predict my top genre will be pop / alternative #SpotifyWrapped
## 6573                                                                             I predict my most played song will be We Are No Saints by Blind Channel #SpotifyWrapped
## 6574                                                                                                                 I don't have high hopes for my 2022 #SpotifyWrapped
## 6575                                                                                                i predict my most played song will be burn by corbyn #SpotifyWrapped
## 6576                                                                                                            I predict my top artist will be twice fs #SpotifyWrapped
## 6577                                                                                                 I predict my top genre will be Christian and Gospel #SpotifyWrapped
## 6578                                                                                                        I predict my most played song will be august #SpotifyWrapped
## 6579                                                                                   I predict my most played song will be foundations of decay by mcr #SpotifyWrapped
## 6580                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 6581                                                          Gucci Icecream in a new Bentley Continental 👀🙌🏽 \n#ghanablackstars #SpotifyWrapped https://t.co/oyaeGtWFtR
## 6582                                                                                                   I predict my top podcast will be EXPERTAS EN NADA #SpotifyWrapped
## 6583                                                                                          I predict my top podcast will be 8 hours of box fan sounds #SpotifyWrapped
## 6584                                                        🐝🎧 #SpotifyWrapped #NewMusic ManMan - "Head On (Hold On To Your Heart)" https://t.co/Z2OVBFJmMF via @YouTube
## 6585                                                                                      I predict my most played song will be The Funeral by @yungblud #SpotifyWrapped
## 6586                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6587                                         I predict my most played song will be [All Too Well (10 Minute Version) (Taylor’s Version) From The Vault.] #SpotifyWrapped
## 6588                                                                              I predict my most played song will be [City of angels by DEMI LOVATO ] #SpotifyWrapped
## 6589                                                                                              I predict my most played song will be IVE's After Like #SpotifyWrapped
## 6590                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 6591                                                                                                        I predict my top artist will be [SET IT OFF] #SpotifyWrapped
## 6592                                                                                                               what’s everybody wearing to #SpotifyWrapped this year
## 6593                      It's the most wonderful time of the year...\n\nWho else is counting down the days until they get their Spotify-wrappe… https://t.co/zkSuGbhgI5
## 6594                                                                                                     I predict my top artist will be [Rina Sawayama] #SpotifyWrapped
## 6595                                                                                                I predict my most played song will be [boy with luv] #SpotifyWrapped
## 6596                                                                     I predict my top podcast will be [i have literally never listened to a podcast] #SpotifyWrapped
## 6597                           Me waiting for my #SpotifyWrapped knowing my kids have been playing their "music" on my profile for most of 2022. https://t.co/ScC0nDC73v
## 6598                                                    I predict my top artist will be  @theweeknd no doubt. 🤔🔮#SpotifyWrapped #TheWeeknd #Abel https://t.co/aplQ5H5J36
## 6599                                                                                     I predict my most played song will be feels like the first time #SpotifyWrapped
## 6600                        Don’t let your loneliness tempt you to reconnect with toxic people,you wouldn’t drink poison just because you’re th… https://t.co/HyXz6rP6YF
## 6601                                                                   I predict my most played song will be Skillet - The Resistance #SpotifyWrapped\n#2017 #GoldenYear
## 6602                                                                                               I predict my most played song will be [Hold The Girl] #SpotifyWrapped
## 6603                                                                                                              I predict my top artist will be [ghost #SpotifyWrapped
## 6604                                                                                           I predict my most played song will be [AFTER LIKE by IVE] #SpotifyWrapped
## 6605                                                                                                             I predict my top genre will be [metal?] #SpotifyWrapped
## 6606                        Today's affirmation: 'Through the power of my thoughts and words, incredible transformations are happening in me an… https://t.co/8bX77fnlwb
## 6607                        @PopBase @dimash_official will be at the #1 spot at my #SpotifyWrapped this year! Last year as well and very confid… https://t.co/Vhe0jk6YGj
## 6608                                                                                                      I predict my top artist will be [ @edsheeran ] #SpotifyWrapped
## 6609                                                                                                       I predict my top artist will be Gracie Abrams #SpotifyWrapped
## 6610                                                                               I predict my most played song will be [get to the top by goro majima] #SpotifyWrapped
## 6611                                #EXTRAINCOME scammed me\n#Cyberpolice\n#FBI\n#18000\n#SpotifyWrapped \n#StarAcademy https://t.co/ZhzqE2Y5rC… https://t.co/bmrf9bJ3sM
## 6612                                                                        I predict my top artist will be Streetlight Manifesto because I am the worst #SpotifyWrapped
## 6613                                                                                      I predict my top podcast will be none, i fucking hate podcasts #SpotifyWrapped
## 6614                                                                                         Been waiting for a long time now. 100k+ this time hopefully #SpotifyWrapped
## 6615                                                                                                         I predict my top artist will be Lemon Demon #SpotifyWrapped
## 6616                                                                         Release #SpotifyWrapped so I can make a blog post about it and post it everywhere! @Spotify
## 6617                                                                                                                                       where is it 👀 #SpotifyWrapped
## 6618                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 6619                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6620                                                                             Hell of a line-up for C.C.HawkleyFest! #Spotify #SpotifyWrapped https://t.co/c5c5mmZu6u
## 6621                                                                                                                                     i’m ready hurry #SpotifyWrapped
## 6622                                                                                     I predict my most played song will be Two Trucks by Lemon Demon #SpotifyWrapped
## 6623                                                   I predict my top podcast will be sibling rivalry or Loonas cover of all I want for Christmas LMAO #SpotifyWrapped
## 6624                                                                                                                I predict my top artist will be Rema #SpotifyWrapped
## 6625                        #USDT [x]  GBP verification both spammy and non spammy category in any country including locksmith in USA INSTANT V… https://t.co/nTjQXizscy
## 6626                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped probably @Adele I’d be shocked if it’s not
## 6627                                                                                                             I predict my top genre will be Afrobeat #SpotifyWrapped
## 6628                                                                                                            I predict my top artist will be El Fary\n#SpotifyWrapped
## 6629                                                                                                            I predict my top genre will be Showtunes #SpotifyWrapped
## 6630                                                                                                           I predict my top artist will be @DaniFdez #SpotifyWrapped
## 6631                                                                                                      I predict my top artist will be The Weeknd ofc #SpotifyWrapped
## 6632                                     #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2MB3z
## 6633                                                                                                              I predict my top artist will be #LOONA #SpotifyWrapped
## 6634                                                                                                   I predict my most played song will be [wine-rema] #SpotifyWrapped
## 6635                                                                                                        I predict my top artist will be Loona OFCCCC #SpotifyWrapped
## 6636                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6637                                                                                 I predict my most played song will be Favorite (Vampire) by NCT 127 #SpotifyWrapped
## 6638                                                                                                              I predict my top genre will be kpop 😂😐 #SpotifyWrapped
## 6639                                                                                                       I predict my top artist will be [@flaviofdzz] #SpotifyWrapped
## 6640                                                                         WHERE TF IS MY SPOTIFY WRAPPED. IM TIRED OF WAITING #SpotifyWrapped https://t.co/TVZdyOj0e6
## 6641                                                                                                            I predict my top genre will be kpop obvi #SpotifyWrapped
## 6642                                                                                               I predict my most played song will be Blinding Lights #SpotifyWrapped
## 6643                                                                    I predict my most played song will be "Somebody's Son" by Tiwa Savage and Brandy #SpotifyWrapped
## 6644                                                                                            I predict my most played song will be playback by #loona #SpotifyWrapped
## 6645                                                                                                                                         Excited for #SpotifyWrapped
## 6646                                                                                        I predict my most played song will be Girl Front and Why Not #SpotifyWrapped
## 6647                                                                                                          I predict my top artist will be Little Mix #SpotifyWrapped
## 6648                                                                                                      I predict my top artist will be [ADELE ofccc ] #SpotifyWrapped
## 6649                                                                                         I predict my most played song will be Do We Have A Problem? #SpotifyWrapped
## 6650                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6651                                                                 It's that time of year #SpotifyWrapped and I don't care, I'm excited to see... bring it on!! NOW!!!
## 6652                                                                                                         I predict my top artist will be Flower Face #SpotifyWrapped
## 6653                                                                              E go hard to fear \nwoman aswear\n#CyberMonday #SpotifyWrapped https://t.co/ND8dyFAXmV
## 6654                                                                                            I predict my most played song will be [someone like you] #SpotifyWrapped
## 6655                                                                                                         I predict my top artist will be @LornaShore #SpotifyWrapped
## 6656                                                                                                    I predict my most played song will be Between Us #SpotifyWrapped
## 6657                                                                                    I predict my most played song will be Sugar Water by Flower Face #SpotifyWrapped
## 6658                                                                                      So whose going to be your most streamed artist of the year? 😃🎶 #spotifywrapped
## 6659                                                                             I predict my most played song will be Thug So Long by Money Mark Diggla #SpotifyWrapped
## 6660                                                I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @FourFunnies it gonna be these mfs
## 6661                                                                                    I predict my most played song will be No Fun by Armin van Buuren #SpotifyWrapped
## 6662                                                                                      I predict my most played song will be [All LANA DEL REY SONGS] #SpotifyWrapped
## 6663                                                                                                      I predict my top podcast will be @LateKickJosh #SpotifyWrapped
## 6664                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Avicii dawg my music taste ain’t change in the last 10 years
## 6665                                                                                                      I'm eager to see them\n#SpotifyWrapped https://t.co/C9iECnPurf
## 6666                                                                                                               I predict my top genre will be [#Rap] #SpotifyWrapped
## 6667                                                                      I predict my top artist will be @MoneyMarkDiggla duh!  #SpotifyWrapped https://t.co/6LV5kdC6vP
## 6668                                                                                 Predicting the chaos of my #SpotifyWrapped before it drops. https://t.co/n5LxVCVBqo
## 6669                                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop im that bitch
## 6670                             This track got released only last week and it just might feature in my #SpotifyWrapped\n\nAbsolutely brilliant… https://t.co/ffgdpgPMah
## 6671                                                           MAFIA by Travis Scott I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6672                                                                              I predict my top artist will be THE WORLD’S CURRENT BIGGEST GIRL GROUP #SpotifyWrapped
## 6673                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dawg it’s gonna be somewhere in… https://t.co/YnwHvSmmvl
## 6674                        I like how #SpotifyWrapped is trending and it's not even out yet. Goes to show how good Spotify wrapped is and Spot… https://t.co/kwto3iU7Ut
## 6675                                                                I predict my top artist will be Mac Miller Or Giveon [fill in top artist prediction] #SpotifyWrapped
## 6676                                                                                                   I predict my top artist will be @KnucklePuckIL 🫶🏻 #SpotifyWrapped
## 6677                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 6678                                                                                                           I predict my top podcast will be [BANTER] #SpotifyWrapped
## 6679                       I predict my top artist will be DIMASH QUDAIBERGEN 💕 #SpotifyWrapped\n\nTraveled 1900km to Prague + 6000km to Almaty… https://t.co/1GAfmlJzz8
## 6680                                                                                                      I predict my top artist will be The Driver Era #SpotifyWrapped
## 6681                                                                                                                I predict my top genre will be pop 🌞 #SpotifyWrapped
## 6682                                                                               I predict my top podcast will be A Hot Dog is a Sandwich by @Mythical #SpotifyWrapped
## 6683                                                                                     Neon Diamomd 🎨\n#StevenUniverse #SpotifyWrapped #artist https://t.co/pKpSsGvK1P
## 6684                        Tips: It's not just Spotify that has a year-end wrap-up feature, Apple Music does too! Here's how to get your Apple… https://t.co/x8lNgrkvu2
## 6685                                                                                                                             Why I can’t get my #SpotifyWrapped ? 😒😣
## 6686                                                                                       I predict my most played song will be PINK PUSSY BY BLACKPINK #SpotifyWrapped
## 6687                                                                                                          I predict my top podcast will be ESPN FC.  #SpotifyWrapped
## 6688                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 6689                                                            i was goin thru a lot this year so i have no idea what mine is gonna look like this year #SpotifyWrapped
## 6690                           I know I’m bias but this would be the best festival EVER and my toddler would be entertained at the same time 🤣🤣… https://t.co/MR0DAimei5
## 6691                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 6692                                                 Me getting anxious for my #SpotifyWrapped when I know damn well it’s just gonna be fall out boy and Greta van fleet
## 6693                                                                                                                I predict my top genre will be Pop.  #SpotifyWrapped
## 6694                                                                                                             Rhinestone Homo #SpotifyWrapped https://t.co/tGaR82ujcY
## 6695                           Album Of The Day 🎶 \nSlightly Stoopid- Everything you need 2003\n\n#Music #Spotify #SpotifyWrapped #Playlisy #Fyp https://t.co/hGJTQOupqA
## 6696                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 6697                                                                                                I predict my most played song will be Run BTS by BTS #SpotifyWrapped
## 6698                              Warning graphic content viewer discretion advised 18 and over  #armedguard #TikTokGirls #robbery #shootsfired… https://t.co/BU6aJyYC5a
## 6699                        Here are some of my recent TikTok videos I’ve made it! See more of my video at my TikTok! I hope you guys like them… https://t.co/LgRY2UBak9
## 6700                                                                                     I predict my top artist will be [Kid Cudi or The Lonely Island] #SpotifyWrapped
## 6701                                                                                                             if dsmp is a genre on mine i'll kms btw #SpotifyWrapped
## 6702                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 6703                                                                                                      I predict my top artist will be @eltonofficial #SpotifyWrapped
## 6704                                                                                              i predict my top podcast will be @LoDelEyeliner✨🛐\n\n #SpotifyWrapped
## 6705                                                                                                            I predict my top artist will be lovejoy  #SpotifyWrapped
## 6706                                                                                                                                       COME ON NOWWW #SpotifyWrapped
## 6707                                                                                                      I predict my top podcast will be two hot takes #SpotifyWrapped
## 6708                                                                                            I predict my most played song will be [Big Energy Remix] #SpotifyWrapped
## 6709                        I predict my top 5 on #SpotifyWrapped artists will be (not in order) phoebe bridgers, two door cinema club, maybe a… https://t.co/VKyHFH5fP2
## 6710                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n \nThe midnight sky is the road… https://t.co/eDs7ouYv7x
## 6711                                                                                                    I predict my most played song will be TXT - 20cm #SpotifyWrapped
## 6712                        Don’t lemme catch yo homeboy lookin at me like a foolin no good ratta tat booty fool! Aha! Chuckle*! Lawd if I catc… https://t.co/HCX66bAxTI
## 6713                                                          I predict my top genre will be Probably Dream SMP, cause of my phase early on in the year. #SpotifyWrapped
## 6714                                                                                                      I predict my top artist will be Taylor Swift?? #SpotifyWrapped
## 6715                                                                                                                              WHEN ARE YOU DROPPING? #SpotifyWrapped
## 6716                                                                                                   I predict my most played song will be As it was 🤭 #SpotifyWrapped
## 6717                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/VfEvbs61lb
## 6718                                                                                                 I predict my top genre will be [Polish Alternative] #SpotifyWrapped
## 6719                                                                                                             I predict my top genre will be teen pop #SpotifyWrapped
## 6720                                                                                        I predict my most played song will be avril lavigne- bite me #SpotifyWrapped
## 6721                                                                                 #SpotifyWrapped i will commit crimes if i get dsmp on my spotify wrapped once again
## 6722                                                                                      i predict it'll call me mentally ill , emo and gay all at once #SpotifyWrapped
## 6723                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/42Kvg4q42v
## 6724                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 6725                                                                                          I predict my most played song will be roadtrip by dream... #SpotifyWrapped
## 6726                                                                                                            I predict my top artist will be doja cat #SpotifyWrapped
## 6727                                                    SLEEP 😴\nEAT 🍱\nEVENT 🤵🏻\nREPEAT 💫\n\n#Embk #lifeofeventmanager #eventlife #events #要要搞定個要 #SpotifyWrapped
## 6728                       ‘We want to make sure the cost of living crisis is linked with the climate crisis at all times.’ \nOur third episode… https://t.co/1HIgtlXand
## 6729                                                                                                       I predict my top artist will be [Lemon Demon] #SpotifyWrapped
## 6730                                                                         I predict my most played song will be I’m Still Standing by @eltonofficial  #SpotifyWrapped
## 6731                                                                                                            I predict my top artist will be [Vukovi] #SpotifyWrapped
## 6732                                                                                        I predict my most played song will be We Major - Kanye West  #SpotifyWrapped
## 6733                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/1QhWxl8An3
## 6734                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/BTsDkaqZBi
## 6735                                                                                      I predict my most played song will be [The Bravery - Hatef--k] #SpotifyWrapped
## 6736                        If you're too impatient to wait for #SpotifyWrapped you can just use https://t.co/P18VPe6Fea to see what you've bee… https://t.co/ilc3bYW2s4
## 6737                                            Rap is definitely gonna be my most played genre this year, no idea about the most played song though.\n\n#SpotifyWrapped
## 6738                                                                                                         No but for real tho #SpotifyWrapped https://t.co/ZAOr8eZhYy
## 6739                     My #SpotifyWrapped prediction.\n\n1. All the Grief Ritual material I played repeatedly for practise\n2. Misfits becaus… https://t.co/duGv56fQkN
## 6740                                                                                                I predict my most played song will be BTS Boy in Luv #SpotifyWrapped
## 6741                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/wxolgEMkW3
## 6742                                                                     i rise from the ashes to tweet my excitement for #SpotifyWrapped \n\nthen i dissipate once more
## 6743                          You are never too old to chase your dreams ❤️\n\n#SpotifyWrapped\n#NewProfilePic #FIFAWorldCupQatar2022 \n#Pakistan https://t.co/9DyTYcMM56
## 6744                                                                                                        I predict my top artist will be @TXT_bighit  #SpotifyWrapped
## 6745                                                                                                   I predict my top podcast will be very really good #SpotifyWrapped
## 6746                       Gorgeous shoes o available as seen\n\nBiko patronize me o 🙏🏽🙏🏽\n\n#SpotifyWrapped #ghanablackstars #MondayMotivation… https://t.co/dnlxNJLyqw
## 6747                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 6748                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Sb38s7ud8C
## 6749                                                                                                                       Not surprised if it’s Lovejoy #SpotifyWrapped
## 6750                                                                                           #SpotifyWrapped that time of the year again when my black card gets taken
## 6751                                                                                                                I predict my top artist will be joji #SpotifyWrapped
## 6752                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 6753                                                                                            If my top Artist isn’t My Chemical Romance, I will riot. #SpotifyWrapped
## 6754                                                                                                           If #SpotifyWrapped doesn't come on December 1st chile....
## 6755                                                                                                       I predict my top podcast will be distractable #SpotifyWrapped
## 6756                                                                #SpotifyWrapped me trying to listen to all my favourites so they can make it https://t.co/0ApgGB4ELN
## 6757                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/P1HHWL2c9b
## 6758                                                                                                       I predict my top artist will be Ari or Billie #SpotifyWrapped
## 6759                                                                                                                I predict my top genre will be [EDM] #SpotifyWrapped
## 6760                                                                                            I predict my most played song will be No. 1 party anthem #SpotifyWrapped
## 6761                                                                                                         I predict my top artist will be [fightstar] #SpotifyWrapped
## 6762                                                    I predict my most played song will be "Wichita Lineman" by Glen Campbell #SpotifyWrapped https://t.co/1kRgOSK16T
## 6763                                                                                        I predict my most played song will be para ti by @tsuyunoshi #SpotifyWrapped
## 6764                                                                                                                                      I'm scared pls #SpotifyWrapped
## 6765                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 6766                                                                                                   I predict my top genre will be [uk post-hardcore] #SpotifyWrapped
## 6767                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 6768                        Got some Black Friday and cyber Monday deals left on the Vibes collection for a limited time. Show some love on the… https://t.co/ZvEPjhfplO
## 6769                                                             when yall see itzy sneakers at the top of my #SpotifyWrapped mind your business https://t.co/MDivgZO5hk
## 6770                                                                                                     I predict my top artist will be  CHASE ATLANTIC #SpotifyWrapped
## 6771                                                                                            I predict my most played song will be [Neon - Televisor] #SpotifyWrapped
## 6772                                                                                                        I predict my top artist will be [Ed Sheeran] #SpotifyWrapped
## 6773                                                                                                       I predict my top artist will be BTS qn más pa #SpotifyWrapped
## 6774                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6775                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #JungKook https://t.co/rjIYxRaRpz
## 6776                                                                                                        I predict my top artist will be [Kanye West] #SpotifyWrapped
## 6777                                                                                                      I predict my most played song will be molly 😋😋 #SpotifyWrapped
## 6778                                                   I was lying to myself that’s why I needed proof of what I knew, you never loved me. #artofhealing #SpotifyWrapped
## 6779                        i predict that my top artist will be One Direction, my top genre will be pop and my top song will be Miss You by Lo… https://t.co/jqL02O9Ibk
## 6780                                                I predict my most played song will be [Blinding Lights by @theweeknd] #spotifywrapped2022\n#SpotifyWrapped\n@Spotify
## 6781                       Did you know that...\n22nd May 2010, Bitcoin recorded its first real life transaction when a Man Spent 10,000 bitcoi… https://t.co/OcU0luIgtV
## 6782                                                                                      I predict my most played song will be Belter by Gerry Cinnamon #SpotifyWrapped
## 6783                                                                                                      I predict my most played song will be Peroxide #SpotifyWrapped
## 6784                     Last year my Spotify Wrapped flamed me for listening to one song &gt;1,100 times so I’m excited to see what song I hyp… https://t.co/lkQItQDZRg
## 6785                                                                                                               I predict my top podcast will be IDFK #SpotifyWrapped
## 6786                      Looking at this I cannot imagine how messed up my #SpotifyWrapped will be \n\nP.S. - Hariharan being there tells me t… https://t.co/acp1zc0SQt
## 6787                    How to stay focused &amp;  motivated always.... How ? How ? How ? \n#SpotifyWrapped #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/eab8iPIog1
## 6788                                       i know for a fact that my top song is gonna be like real people do by hozier, i don’t even have to predict it #SpotifyWrapped
## 6789                                                                                                            I predict my top genre will be Hip-Hop✨ #SpotifyWrapped
## 6790                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 6791                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6792                      I predict my top genre will be POP #SpotifyWrapped\n\nBut my most played artist being @dimash_official you never know… https://t.co/4O4rXhQrRp
## 6793                                                                                  I predict my most played song will be ARSON LOCO AWANTE JHOPEEEEEE #SpotifyWrapped
## 6794                                                                                          I predict my most played song will be [Sail by AWOLNATION] #SpotifyWrapped
## 6795                                                             I predict my most played song will be Pink Venom by @BLACKPINK #SpotifyWrapped\nhttps://t.co/wialpk0GqC
## 6796                                                                                          I predict my most played song will be [Desaparecer - Mora] #SpotifyWrapped
## 6797                                                                                                          I predict my top genre will be Alternative #SpotifyWrapped
## 6798                         Spending time with my old friends this morning, I love hearing their funny stories, it always makes me feel better… https://t.co/z2sjLa94cV
## 6799                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #Pop #KPOP #RnB
## 6800                          ASMR makeup 💋 #asmr #makeupartist #MattHanock #ghanablackstars #Indigo #FIFAWorldCupQatar2022 #乌鲁木齐 #ImACeleb… https://t.co/BuHI525Flg
## 6801                                                                                      I predict my top podcast will be [On Wednesdays we wear black] #SpotifyWrapped
## 6802                                                                             I predict my most played song will be High By The Beach by Lana Del Rey #SpotifyWrapped
## 6803                      Waiting for #SpotifyWrapped , but this is a good consolation prize in the meantime. \nLet's call this: \nMillennial M… https://t.co/eQWf35Uqgd
## 6804                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 6805                                                                                       She’s only in it for the fans 🤑 #SpotifyWrapped #Live https://t.co/GMBOXkeUPW
## 6806                                                                                                 I predict my most played song will be Anyone - SVT  #SpotifyWrapped
## 6807                                                                                                           I predict my top genre will be indie/ pop #SpotifyWrapped
## 6808                                                                                            I just hope my music taste not as depressed as last year #SpotifyWrapped
## 6809                                                                                              I predict my top artist will be @littlemix… as always 💚#SpotifyWrapped
## 6810                                                                               I predict my top podcast will be ya no escucho podcasts, Spotify nmms #SpotifyWrapped
## 6811                                                                                                           I predict my top artist will be [Creeper] #SpotifyWrapped
## 6812                                                                                                                              #SpotifyWrapped is a holiday each year
## 6813                                                                                                             DROP IT ALREADY #SpotifyWrapped https://t.co/nase31Oh0J
## 6814                                                                                    Wait for end 😂\n#ahilsaif_a1 #viralvideo #SpotifyWrapped https://t.co/09xp6tFAT8
## 6815                                                                                        I predict my most played song will be [Running up that Hill] #SpotifyWrapped
## 6816                        I predict my most played song will be Separate Ways (World Apart) - Bryce Miller/Alloy Track Remix by Journey and S… https://t.co/vwXrWiejmn
## 6817                                                                        I predict my top artist will be [ I want it to be Lana but it’s taytayyy🥹❤️❤️] #SpotifyWrapped
## 6818                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #Dreamers by #JungKook https://t.co/SIzDUlAEi7
## 6819                                                                                                         I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 6820                                                                                                               I predict my top artist will be Morat #SpotifyWrapped
## 6821                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 6822                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped taylor swift
## 6823                                                                                                    I predict my top podcast will be [anything goes] #SpotifyWrapped
## 6824                                                                                                   I predict my top genre will be pop/pop en español #SpotifyWrapped
## 6825                                                                                            I predict my most played song will be [dont even bother] #SpotifyWrapped
## 6826                                                                                                                              I'm sick of waiting #SpotifyWrapped 😒😒
## 6827                                                                                                                I predict my top genre will be [Emo] #SpotifyWrapped
## 6828                                                                                                             I predict my top podcast will be banter #SpotifyWrapped
## 6829                                                                                                  I predict my top artist will be [Taylor Swift] duh #SpotifyWrapped
## 6830                                                                      I predict my top podcast will be @eblancoradio (lo escucho todas las semanas…) #SpotifyWrapped
## 6831                                                                                               I predict my top artist will be BTS without any doubt #SpotifyWrapped
## 6832                                                     I predict my top artist will be @demilovato #SpotifyWrapped (i will riot if it’s not i’ve worked hard for this)
## 6833                                                                                               I predict my most played song will be Llamada Perdida #SpotifyWrapped
## 6834                                                                                                             I predict my top artist will be Lovejoy #SpotifyWrapped
## 6835                                                                                             I predict my top genre will be bts cuz the genre is bts #SpotifyWrapped
## 6836                                                                                            I predict my most played song will be [Home by Cavetown] #SpotifyWrapped
## 6837                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 6838                                                                                                    I predict my top genre will be dream smp or emo? #SpotifyWrapped
## 6839                        Some people be out there and say no shit when you speak wrong English but when you sing the wrong lyrics you better… https://t.co/7HO90j8wGQ
## 6840                                                                                                           I predict my top artist will be [ROSALIA] #SpotifyWrapped
## 6841                                                              I don’t know where we gon be this year. Will the trap or depression win out this year. #SpotifyWrapped
## 6842                                  I predict my most played song will be [We Rollin!? OR Elevated?] \n\n#SpotifyWrapped  #spotifywrapped2020… https://t.co/AAYS9ae1co
## 6843                                                                                                    I predict my most played song will be [cardigan] #SpotifyWrapped
## 6844                                       Listen to the most recent episode of my podcast: Into The Nite Energy Drink  https://t.co/rb6bx13kZp… https://t.co/EGZ1935mCA
## 6845                                                                       I predict my top artist will be [fill in top artist prediction]BURUKLYN BOYZ😎 #SpotifyWrapped
## 6846                                                                                                     I predict my top artist will be Rauf &amp; Faik #SpotifyWrapped
## 6847                                                                                                              I predict my top genre will be Hip-Hop #SpotifyWrapped
## 6848                                                                                 I predict my most played song will be either #butter or #YetToCome  #SpotifyWrapped
## 6849                                                                        I predict my most played song will be [Fightstar - Grand Unification Part 1] #SpotifyWrapped
## 6850                                                                I predict my top podcast will be [What the fresh hell is this ?] with @stanzipotenza #SpotifyWrapped
## 6851                                                                      I predict my top artist will be @brakence  #SpotifyWrapped randy if you ain't I'ma be in shock
## 6852                                                                                                         I predict my top podcast will be awesome :d #SpotifyWrapped
## 6853                                                                            not really that excited for #SpotifyWrapped because i know exactly who is gonna be there
## 6854                                                                    I predict my most played song will be Beyoncé - Break My Soul #SpotifyWrapped no surprise there!
## 6855                                                                                                      I predict my top artist will be [Taylor swift] #SpotifyWrapped
## 6856                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 6857                                                                 I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n@3LadsInThePub
## 6858                                                                                                          I predict my top artist will be KANYE WEST #SpotifyWrapped
## 6859                                                                                                   I predict my top podcast will be @officeladiespod #SpotifyWrapped
## 6860                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFontaines DC
## 6861                                                                                                  I predict my most played song will be maybe by mgk #SpotifyWrapped
## 6862                                                                                                         I predict my top artist will be @chrisbrown #SpotifyWrapped
## 6863                                                                                   I predict my most played song will be Fuck About It by Waterparks #SpotifyWrapped
## 6864                                                                                                        I predict my top artist will be @alessiacara #SpotifyWrapped
## 6865                                                                                                       I predict my top genre will be [pop/teen pop] #SpotifyWrapped
## 6866                                                                         I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndie Punk
## 6867                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nA lucid Dream - Fontaines D.C
## 6868                        Meanwhile people are busy making memes about their #SpotifyWrapped , I am just glad we don't have a #YouTubeWrapped… https://t.co/IdaJG5OQfa
## 6869                                                                                                   I predict my top artist will be miss taylor swift #SpotifyWrapped
## 6870                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 6871                                                                                                I predict my most played song will be [cruel summer] #SpotifyWrapped
## 6872                                                                                      I predict my most played song will be [Scars To You Beautiful] #SpotifyWrapped
## 6873                                                                                                     I predict my top genre will be Alternative Rock #SpotifyWrapped
## 6874                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6875                                 two of my fav Pilipino asian miss universe fc fancam edit 📹 💟 \n\n#KPOP #Kardashians #Hollywood #Bollywood… https://t.co/drA4WErCGX
## 6876                                                                         I predict my most played song will be [an Interlude Called "Circus" - Saba] #SpotifyWrapped
## 6877                           If you are in jos bauchi Kaduna Abuja \nYou have no reason to miss this event...inbox me now to get your tickets… https://t.co/FhoLZme3km
## 6878                                                                                             I think my #SpotifyWrapped may really shock me! https://t.co/zoYCzPBxpm
## 6879                                                                                        I predict my top artist will be @BTS_twt (easy prediction 😁) #SpotifyWrapped
## 6880                                                                          I predict my most played song will be Good Old Fashioned Loverboy by Queen #SpotifyWrapped
## 6881                       Check out my Gig on Fiverr: be your expert amazon fba consultant, virtual assistant https://t.co/C3K6T51ouY \nWHAT A… https://t.co/hI2rMExFTU
## 6882                                                                                              I predict my most played song will be out of my system #SpotifyWrapped
## 6883                                                                                                  I predict my top artist will be falling in reverse #SpotifyWrapped
## 6884                                                                                                @chartdata #SpotifyWrapped Let Go/Time,Hip hop,@aaronmay /@803mayjor
## 6885                                  @RTLnieuws Hello @kI00tzak 👆@sjuul2023 @DeSloperT @TjarlieShien @Al_Capsones @Ramsterdamm #SpotifyWrapped… https://t.co/jjtzPK9dLT
## 6886                                                                                                     I predict my top podcast will be solved murders #SpotifyWrapped
## 6887                                                                                                         I predict my top artist will be [green day] #SpotifyWrapped
## 6888                                                         Masterpiece by @MIWband i predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 6889                                                                                                    I just know my top artist this year will be Baby #SpotifyWrapped
## 6890                  Patronize ur girl\nMarket don land \nVery strong and affordable\n15,500\nEach 3in 1\nSingle 12000\nMake Buhari and APC no… https://t.co/e2dhLjvdrY
## 6891                                                                                                        I predict my top artist will be  @lilbaby4PF #SpotifyWrapped
## 6892                                                                                          if you're a #SpotifyWrapped kinda #podcast person: https://t.co/KlhgFs6SzT
## 6893                                                                                 I predict my most played song will be shut up and drive by @rihanna #SpotifyWrapped
## 6894                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 6895                                                                                If only......\n#SpotifyWrapped #SpotifyFestival #Spotifyfest https://t.co/JLh7gMhAjT
## 6896                                                                                                 I predict my most played song will be [cherub rock] #SpotifyWrapped
## 6897                                  Curiosity😐\nWhat is written on the #shirt 🤔\n\n#CyberMonday \n#SpotifyWrapped \n#tshirtdesign \n#tshirtday https://t.co/0iIVFcF6jm
## 6898                                                                                                        I predict my top artist will be [@runjewels] #SpotifyWrapped
## 6899                                                                                                Any good music for the start of the week?🔥 #NewMusic #SpotifyWrapped
## 6900                                                                                                        I predict my most played song will be Mbappé #SpotifyWrapped
## 6901                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 6902                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 6903                         I predict my top podcast will be the Still With you or Ddaeng podcast bc those @BTS_twt songs aren’t on Spotify so… https://t.co/MP1rD3US7e
## 6904                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QXnNLfruM1
## 6905                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6906                         Please let me know when y’all restock this merch @TeamAriana &amp; @RepublicRecords  #SpotifyWrapped #ArianaGrande… https://t.co/fGHYb72qfS
## 6907                               This is the mood right here when ya know ya in the vibe music fire 🔥. Link to video: https://t.co/HipEv8u8Yd… https://t.co/sCqqPOdkAh
## 6908                                                                                                                                      It’s #SpotifyWrapped season 👀👀
## 6909                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Mu1ocGyfVj
## 6910                                 I predict my most played song will be О'кей by @dimash_official #SpotifyWrapped\n\nhttps://t.co/gXJxLlFyfp… https://t.co/fMIOrE44sg
## 6911                                                                                                     I predict my top artist will be Starset, again. #SpotifyWrapped
## 6912                                                                                                              GIVE IT TO ME  #SpotifyWrapped https://t.co/4dWlaEexLU
## 6913                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGetaway car. Taylor Swift ❤️
## 6914                                                                              My most played song of 2022.\n#SpotifyWrapped prove me wrong 🤣 https://t.co/dLGRoXFJwV
## 6915                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/Bup4kHNKkc
## 6916                                                                             Autumn leaves falling down like…🍁\n#SpotifyWrapped #TaylorSwift https://t.co/miThuTy23O
## 6917                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 6918                                                                                                       I predict my top podcast will be [una mamada] #SpotifyWrapped
## 6919                                                                                                     I predict my most played song will be CARNAGE!! #SpotifyWrapped
## 6920                                                                                                          I predict my top artist will be FLOPNA !!! #SpotifyWrapped
## 6921                                                                               I predict my most played song will be It has begun by Starset, again. #SpotifyWrapped
## 6922                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/QDZZvmcY5u
## 6923                                                                   Pumpkin cake pops #pumpkincakepops  #SpotifyWrapped #bakedgoods #SmallBiz https://t.co/4ZT12qwNDK
## 6924                                                                                                I predict my top artist will be [BTS o Taylor Swift] #SpotifyWrapped
## 6925                                                         I predict my top artist will be Ari totes obvi [feeling: 🤩 new era] #SpotifyWrapped https://t.co/zWGHVEZaXs
## 6926                                                           I predict my top artist will definitely be @BTS_twt and it’s members throughout my top 5. #SpotifyWrapped
## 6927                                                                                                    I predict my top artist will be [arctic monkeys] #SpotifyWrapped
## 6928                                                                    When you remember that Spotify Wrapped comes out soon... #SpotifyWrapped https://t.co/HECgYp44dX
## 6929                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 6930                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6931                                                                                                                 I predict my top artist will be TIX #SpotifyWrapped
## 6932                                                                                                        I predict my top artist will be Travis Scott #SpotifyWrapped
## 6933                                     I predict my top podcast will be Violating Community Guidelines with Brittany Broski and Sarah Schauer… https://t.co/Gf6E4VqmjV
## 6934                                                                                              I predict my most played song will be [MORE by j-hope] #SpotifyWrapped
## 6935                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/7Aj8dO3XSL
## 6936                                                             I predict my most played song will be @BTS_twt’s Butter  bc I helped stream that to 1B  #SpotifyWrapped
## 6937                                                                                          Would you come to my festival 👉🏽👈🏽 #SpotifyWrapped https://t.co/Mn1ZKZwAFT
## 6938                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 6939                                                                               I predict my most played song will be 90210 - Travis Scott, Kacy Hill #SpotifyWrapped
## 6940                             https://t.co/e4acX6mKgc please show love #FIFAWorldCupQatar2022 #StarAcademy #CyberMonday #SUPERBALISTBIRTHDAY… https://t.co/j9iw4vymTR
## 6941                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/jlFUjDoDNP
## 6942                                                                                           I predict my most played song will be Fallen Angel by TIX #SpotifyWrapped
## 6943                                                                                                    I predict my top podcast will be @DramaQueensOTH #SpotifyWrapped
## 6944                                               Root, third eye and crown chakra sound bath. Plus some bonus Oracle messages at the end. 😌🫶🏾… https://t.co/Wpv7c6kYMk
## 6945                                                                                                    I predict my top artist will be  #LouisTomlinson #SpotifyWrapped
## 6946                                                       Can’t wait to share my #Spotifywrapped, knowing full well absolutely no fucker cares about what I listen to X
## 6947                                                     I predict my top podcast will be... Probably none 😭 or a podcast that i listened to only once 💀 #SpotifyWrapped
## 6948                                                                                                       I predict my top artist will be bts obviously #SpotifyWrapped
## 6949                                                                                                  I predict my most played song will be Mic Drop BTS #SpotifyWrapped
## 6950                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 6951                                                                                                           GIVE IT TO ME NOW #SpotifyWrapped https://t.co/oeGH6qL2bM
## 6952                                                                                           I predict my most played song will be [Life Goes On- BTS] #SpotifyWrapped
## 6953                                                                                            I predict my top artist will be Taylor Swift para variar #SpotifyWrapped
## 6954                                                                                I predict my top artist will be [Ariana Grande] cuz that’s sister !!!#SpotifyWrapped
## 6955                                                                                              I predict my most played song will be Sound of Madness #SpotifyWrapped
## 6956                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6957                                                                                              I predict my top artist will be [Isaac App or J. Cole] #SpotifyWrapped
## 6958                                                                                            I predict my top artist will be Taylor Swift com certeza #SpotifyWrapped
## 6959                                                                                                      I predict my top genre will be Dance Pop maybe #SpotifyWrapped
## 6960                                                         I predict my most played song will be run bts by bts or tu no vives así by bad bunny ㅋㅋㅋ #SpotifyWrapped
## 6961                                                                                       I predict my most played song will be You’re On Your Own, Kid #SpotifyWrapped
## 6962                                                                    I predict my most played song will be\nIf you're too shy (Let me know) The 1975  #SpotifyWrapped
## 6963                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6964                                                                                                          I predict my top podcast will be [idk lol] #SpotifyWrapped
## 6965                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 6966                    #SpotifyWrapped predictions:\n- top song: fiebre de bad gyal\n- top artist: bad gyal\n- top genre: idk tbh \n- top podc… https://t.co/NcAL6mh3qz
## 6967                                                                                                        I predict my top artist will be Dreamcatcher #SpotifyWrapped
## 6968                                                                                                    Every year I live for my #SpotifyWrapped https://t.co/56sqttgxMS
## 6969                                                                 @ndtv It was total propoganda of BJP @AnupamPKher @PMOIndia @smritiirani #SpotifyWrapped #RedVelvet
## 6970                                               #SpotifyWrapped \nPretending I don’t care about my spotify wrapped so it comes faster \n\nMe: https://t.co/Kw6Kj9hq9F
## 6971                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 6972                                                              #SpotifyWrapped is trending, but, have you checked out our article about it? \nhttps://t.co/ZBzMWDtcTy
## 6973                                                                              I predict my most played song will be [My Little Love by Adele] #SpotifyWrapped purrrr
## 6974                                                                                                     I predict my top artist will be Michael Jackson #SpotifyWrapped
## 6975                                                                          I really prefer Apple Music to Spotify, but they need their own version of #SpotifyWrapped
## 6976                                                                                                I predict my top artist will be [the music industry] #SpotifyWrapped
## 6977                                                                                                       I predict my top podcast will be [Impaulsive] #SpotifyWrapped
## 6978                                                                                     I predict my most played song will be [Moment - Worlds Version] #SpotifyWrapped
## 6979                                                                                                       I predict my top artist will be Selena Gomez  #SpotifyWrapped
## 6980                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 6981                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 6982                                                                                                             I predict my top podcast will be (idfk) #SpotifyWrapped
## 6983                                                                                                         I got hyped seeing Spotify wrapped trending #SpotifyWrapped
## 6984                                                                                                       I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 6985                                                                                          I predict my most played song will be The 1 - Taylor Swift #SpotifyWrapped
## 6986                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 6987                                                                                                I predict my most played song will be [Cruel Summer] #SpotifyWrapped
## 6988                                                                                      I predict my most played song will be Entrancing (Siyeon solo) #SpotifyWrapped
## 6989                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 6990                                                         REMOVE THE DSMP GENRE ISTG WHY WOULD YOU PUT LEMON DEMON IN THAT CATEGORY????? FUCK YOU!!!  #SpotifyWrapped
## 6991                                                                                                         I predict my top artist will be Steve Lacy  #SpotifyWrapped
## 6992                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 6993                                                                                                   the internet is going to break when #SpotifyWrapped gets released
## 6994                                                                                    I predict my most played song will be [anti hero by taylorswift] #SpotifyWrapped
## 6995                                                                                  I predict my most played song will be Calm Down by Rema and Selena #SpotifyWrapped
## 6996                                                you know Spotify is despondent that this ‘instafest’ thing is going viral days before they put out #SpotifyWrapped 😂
## 6997                                                      sorry, I can't listen to Christmas music until after I see my #SpotifyWrapped because I can't have that jacked
## 6998                          80% local products cheese from KZN and some of EC the rest around Gp and Mp #SpotifyWrapped #ZumaDay #ThankYouZuma https://t.co/CwGMS34HgV
## 6999                                                                                             I predict my most played song will be [basics by TWICE] #SpotifyWrapped
## 7000                                                                                                          I predict my top artist will be 100% ateez #SpotifyWrapped
## 7001                        @RSprachrohr @jenskochphoto my prediction for my top-played artist on #SpotifyWrapped 2022 is @RSprachrohr... \nbut… https://t.co/fnugjtl5vL
## 7002                                                                                 I predict my most played song will be 10 minutes 10 years by Tennis #SpotifyWrapped
## 7003                                                                            I predict my top artist will be @LovelyPeach2001 #SpotifyWrapped https://t.co/4h7wJIvUwG
## 7004                                                                                                   I predict my top genre will be kpop for sure lmao #SpotifyWrapped
## 7005                                                                           @BTS_twt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7006                                                                                                       I predict my top podcast will be [jay shetty] #SpotifyWrapped
## 7007                                                                                           I predict my most played song will be most likely Deja Vu #SpotifyWrapped
## 7008                                                                              @BlazeAella Great #music\nhttps://t.co/fOUqR8VfFH\n#twitter #instafest #SpotifyWrapped
## 7009                                                                                                       I predict my top artist will be (Harry maybe) #SpotifyWrapped
## 7010                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7011                                                                           Pop/kpop\n\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7012                                   Before Spotify Wrapped goes out - please know I’ve been going through some shit this year\n\n #SpotifyWrapped #spotifywrapped2022
## 7013                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 7014                                     Kota Industry album is out 🔥🔥🔥...link on the pinned tweet...#SpotifyWrapped #BrazilvsSerbia #MattHanock https://t.co/fyw98OLa76
## 7015                                                                                                     #SpotifyWrapped not what i expected 🙈🙈🙈 https://t.co/SyTLsTTAJ7
## 7016                                                                                               I predict my top artist will be Jill Scott or Solange #SpotifyWrapped
## 7017                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 7018                                                                                          i’m so positive that rain sounds for sleep will be on it 😭 #SpotifyWrapped
## 7019                                                                  equal sign \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7020                                                                                                                    Ooooogh something for me to do\n #SpotifyWrapped
## 7021                                                                                                      I predict my most played song will be Skeleton #SpotifyWrapped
## 7022                                                                                                      I predict my top artist will be [all time low] #SpotifyWrapped
## 7023                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 7024                                                                                                I don't want to see the chaos that my #SpotifyWrapped was this year.
## 7025                                                                     Anxiously awaiting my #SpotifyWrapped I’m sure it’s filled with Reggae, R&amp;B and Afrobeats 😝
## 7026                                                                                         I predict my most played song will be "SWEAT" by @zaynmalik #SpotifyWrapped
## 7027                                                                                                        I predict my top genre will be [pop punk???] #SpotifyWrapped
## 7028                                                                                               I predict my most played song will be [bad decisions] #SpotifyWrapped
## 7029                                              cant wait for my #SpotifyWrapped to show me ive only listened to kpop in 2022 and ateez was my most listened artist 🙂🙂
## 7030                                                                                            I predict my top genre will be (it'll be pop most likely)#SpotifyWrapped
## 7031                                                                                                          I predict my top artist will be Stray Kids #SpotifyWrapped
## 7032                                                           I predict my most played song will be [Human by The Killers or Nice2KnoU by all time low] #SpotifyWrapped
## 7033                         Wickedness can weediciously🌿💨 be define as, when you give out my jobs to other people, and billing me when you are… https://t.co/Wb9uppZqzS
## 7034                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7035                                                                                                             I predict my top genre will be Neo-Soul #SpotifyWrapped
## 7036                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 7037                                                                                                                   IM READY  #SpotifyWrapped https://t.co/fZvUrpxgXE
## 7038                                                                                 @Spotify change my mind\n.\n.\n@SpotifyNews #SpotifyWrapped https://t.co/bYlxEfdRtg
## 7039                                Actually scared for my #SpotifyWrapped I know its gonna be a mix of heartbreak, bad bitches, community dick &amp; gunman shift 😂🤟🏾🇯🇲
## 7040                                                        I predict my most played song will be Lessons From My Mistakes...but I Lost Your... By Liv.e #SpotifyWrapped
## 7041                                    This user lifts HEAVY weight, eat clean and design automobiles 🦾🦾😌😌...\n📸 @Ellfund001  @Julioussegun_01… https://t.co/fPgVIF03fi
## 7042                                                                        I predict my most played song will be either Vienna or Soldier, Poet, King.  #SpotifyWrapped
## 7043                                                                                  I predict my top podcast will unfortunately be @comedytraphouse  😂 #SpotifyWrapped
## 7044                                                                            I predict my most played song will be (believe me I have no fcking idea) #SpotifyWrapped
## 7045                                                                                          I predict my most played song will be [Monster by SLANDER] #SpotifyWrapped
## 7046                                                                                            I predict my top podcast will be https://t.co/UV17FT3zUc #SpotifyWrapped
## 7047                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7048                                                               i don't need my spotify wrapped to tell me that i'm mentally ill, i already know that #SpotifyWrapped
## 7049                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 7050                                                                                                    Successs Mantra: \n\nPurpose\nDirection\nGoal\n\n#SpotifyWrapped
## 7051                                                                                                                My #SpotifyWrapped this year https://t.co/LzC3jxSU7a
## 7052                                                                                          Oh my. What a festival. #instafest #SpotifyWrapped https://t.co/U5F5EpfsEB
## 7053                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7054                      Im on tenterhooks waiting for my #SpotifyWrapped   \n\n100% it'll be embarrassing middle age mix of 80s 90s, a spatte… https://t.co/fB3r5IoJll
## 7055                                                                                                       So nice to see people get excited about music #SpotifyWrapped
## 7056                                                                                                      I predict my most played song will be Coraline #SpotifyWrapped
## 7057                                                                                              @Spotify drop #SpotifyWrapped ASAPP i physically can't wait i will die
## 7058                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7059                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 7060                                                                                                             my predictions  #SpotifyWrapped https://t.co/3qUu5HQcl8
## 7061                        That's a cool sunset in the wild. Isn't it? Explore with https://t.co/6dVlSNlmNc the amazing Uganda and the whole E… https://t.co/wmFCTko0bh
## 7062                                                                                         Me waiting for my #SpotifyWrapped\n#MusicWithDME\n\nhttps://t.co/WSXbPUrGOA
## 7063                                                                                                          I predict my top genre will be [Dance Pop] #SpotifyWrapped
## 7064                                                                                                       I predict my top podcast will be [uhhhhhhhh😭] #SpotifyWrapped
## 7065                                                                                        I predict my most played song will be [ poula me by pyx lax] #SpotifyWrapped
## 7066                                                                                              I predict my top artist will be Florence + The Machine #SpotifyWrapped
## 7067                         I wonder if TBZ will make it on my #SpotifyWrapped 🥺 I’m sorry I re-discovered y’all this late in the year T-T But… https://t.co/dXHgSqiFgp
## 7068                                                                                    I predict my top artist will be [ @TheKolors  @Stash_theKOLORS ] #SpotifyWrapped
## 7069                                                                                                            I predict my top artist will be [Eminem] #SpotifyWrapped
## 7070                                 Design Challenge Day 2: Design the iPhone @Apple settings page. \n@Daviowhite \n#uiuxdesign #productdesign… https://t.co/F00VwiRg8w
## 7071                                                                                                            I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 7072                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7073                                                                                     I predict my most played song will be [Lose Yourself by Eminem] #SpotifyWrapped
## 7074                                                                                                             I predict my top artist will be [yaaaa] #SpotifyWrapped
## 7075                       Hello guys, our new video is out about @McDonalds go and watch and please do share and subscribe\nA mind blowing sto… https://t.co/9eBirTFEhT
## 7076                                                                                                         I predict my top genre will be [el wrapped] #SpotifyWrapped
## 7077                                                                                                 I predict my top genre will be [rock/pop/retrowave] #SpotifyWrapped
## 7078                                                                      I predict my top artist will be [ DEBS, Transtornado, Demi, Ariana BlackPink ] #SpotifyWrapped
## 7079                                                                                                            I predict my top artist will be @5SOS!!! #SpotifyWrapped
## 7080                                                                                                    I predict my most played song will be [necesito] #SpotifyWrapped
## 7081                                                                                                          I predict my top artist will be THE BOYZ\n #SpotifyWrapped
## 7082                                                                         I predict my most played song will be Everything Goes On by Porter Robinson #SpotifyWrapped
## 7083                        so excited for #SpotifyWrapped but not excited for the influx of miserable people who must make it known to all tha… https://t.co/MmInuzDUv2
## 7084                      Who else can’t wait for the #SpotifyWrapped this year?🥹 \n\n#spotifywrapped2022 Making sure the love for music remain… https://t.co/5GqmjBbgk9
## 7085                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 7086                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7087                                                                                                        I predict my most played song will be ATWTMV #SpotifyWrapped
## 7088                                              I NEED TO KNOW IF EMINEM IS STILL NO. 1 FOR MUSIC CAN IT PLEASE HAPPEN ALREADY #SpotifyWrapped https://t.co/PFTIjh13RQ
## 7089                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 7090                                                                                   I predict my top podcast will be [My Brother My Brother &amp; Me] #SpotifyWrapped
## 7091                                                                                   I predict my top artist will be either #AndrewGarfield or @Hozier #SpotifyWrapped
## 7092                        A new poem written by me is upload on youtube please listen and show some love to it \nLink:https://t.co/3P1USBumBN… https://t.co/dBxFf2MLgm
## 7093                                                                                                     I predict my most played song will be That That #SpotifyWrapped
## 7094                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7095                                                                  Unpopular opinion i loved the design of wrapped last year i thought it was awesome #SpotifyWrapped
## 7096                                                                              I predict my most played song will be brick by brick by arctic monkeys #SpotifyWrapped
## 7097                               I really enjoy interacting with random peoples on social media  #SpotifyWrapped #ImACeleb #MexicoVsArgentina… https://t.co/8NbnouAlbo
## 7098                                                              I keep trying to switch over to apple music cause of the sound but...how am I gonna my #SpotifyWrapped
## 7099                                                                                    I predict my most played song will be punisher - phoebe bridgers #SpotifyWrapped
## 7100                                                                                               I predict my most played song will be [Midnight Rain] #SpotifyWrapped
## 7101                                   New music from my band The Honour! Click the link to add our single to your Spotify or Apple Music list!… https://t.co/dyZ3Y2kqSC
## 7102                      GHANA 🇬🇭 BOMMMM 🇸🇳🇸🇳🇸🇳🇸🇳(304+odds) ✅✅✅✅✅✅✅\nPERSONAL STAKE AND HIGH STAKE FROM VVIP SUBSCRIBERS \n  \n   ADMIN… https://t.co/gRXL1U9fJw
## 7103                                                                                       I predict my most played song will be [BLACKOUT- @TheKolors ] #SpotifyWrapped
## 7104                                                                                                            I predict my top artist will be [ DEBS ] #SpotifyWrapped
## 7105                                                                                                                I predict my top genre will be [SKA] #SpotifyWrapped
## 7106                                                                                 I predict my most played song will be Hits Different @taylorswift13 #SpotifyWrapped
## 7107                                                                                                   I predict my top podcast will be @TheSunnyPodcast #SpotifyWrapped
## 7108                                                                                        I predict my most played song will be Someone new by @Hozier #SpotifyWrapped
## 7109                                     COMPARE AND CONFIRM 🌹\n\n@Assured_Fixed0 \n\n📞, telegram or WhatsApp +2348165400910\n\n#SpotifyWrapped… https://t.co/QLd01gODZE
## 7110                                                                               #SpotifyWrapped \nWaiting for spotify wrapped be like \n\nMe: https://t.co/nE8EfVk4Rz
## 7111                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7112                 HAPPY MONDAY!\nSupport your favorite Podcasts!!\n\nApple👇\nhttps://t.co/b3yHkdIMrp\nSpotify👇\nhttps://t.co/qzkeEKC12p\nLin… https://t.co/7lhng9nVMQ
## 7113                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7114                                                                                                        I predict my top genre will be [ Pop music ] #SpotifyWrapped
## 7115                                       @robreiner You’re right Bob. Is Reiner Jewish ?\nNo more Jewish Media brainwashing.  #SpotifyWrapped… https://t.co/jhitzkO0IM
## 7116                                                                                                         I predict my top artist will be $uicideboy$ #SpotifyWrapped
## 7117                        Before #SpotifyWrapped drops I need everyone to know that I found out in march that epic rap battles was on Spotify… https://t.co/RguvIdKhyw
## 7118                                One of my most underrated hip-hop projects!! Don’t sleep now 😴Click the link!!! \n\nhttps://t.co/Gw1X3Pfaj9… https://t.co/bloPfQ8jAe
## 7119                            SHARE VOTE TRUMP 2024!!!#Blacklivesmatter #DemocraticParty  #wehatetrump #DonaldTrumpFAILEDAmerica #DonaldTrump… https://t.co/IgMwvAT6BJ
## 7120                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 7121                                                                       glad we’re talking about how ratchet this design is   #SpotifyWrapped https://t.co/272abmCX5o
## 7122                                                                                                            my most listened artist will be Lil Peep #SpotifyWrapped
## 7123                      Hello guys, introduce Erzabell cave 👋💟 #staracademy2022 #บัวผันฟันยับ #사랑하는찬열아_생일축하해 #乌鲁木齐 #SpotifyWrapped https://t.co/v4RTiZZzTh
## 7124                                                                             I predict my most played song will be probably Daydreaming or Satellite #SpotifyWrapped
## 7125                                                        I predict my top artist will be @carlyraejepsen #SpotifyWrapped this is the most nerve wracking time of year
## 7126                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 7127                                                                                                                I predict my top artist will be [Ye] #SpotifyWrapped
## 7128                        This project looks very interesting. I am interested, and I will support this project until it is successful accord… https://t.co/Un2fTAcmBr
## 7129                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7130                                                                                 I predict my most played song will be [ Nice n' Rough by @debsdabs] #SpotifyWrapped
## 7131                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7132                                                                                     i predict my most played song will be Lovebirds by Life in Idle #SpotifyWrapped
## 7133                                                                                                           I predict my top genre will be indie folk #SpotifyWrapped
## 7134                                                         I predict my top podcast will be Podcast Para Tudo by @Lorelay_Fox  #SpotifyWrapped https://t.co/OHC9GYD2fD
## 7135                                                        Me pretending to be shocked to see TWICE as my number 1 artist in my #SpotifyWrapped https://t.co/PGd2MTVMdp
## 7136                                                                                                   I predict my top genre will be Drum And Bass #SpotifyWrapped lmao
## 7137                                                                                                    I predict my top artist will be [D Block Europe] #SpotifyWrapped
## 7138                                                                 i predict my most played song will be [delilah (pull me out of this - fred again..] #SpotifyWrapped
## 7139                                                                                                                     Reage br #SpotifyWrapped #FIFAWorldCupQatar2022
## 7140                                                                                                                                      Let's gooooo!! #SpotifyWrapped
## 7141                                                                                                              I predict my top genre will be [ Rap ] #SpotifyWrapped
## 7142                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 7143                                                                                                            I predict my top podcast will be rSlash. #SpotifyWrapped
## 7144                                                                                                            I predict my top artist will be [Laufey] #SpotifyWrapped
## 7145                                                                                                    I predict my most played song will be [Overseas] #SpotifyWrapped
## 7146                                                                                                           I predict my top artist will be Owl City. #SpotifyWrapped
## 7147                       Welcome back #UCM students!! \nNow that Thanksgiving has come and gone…when is it okay to start listening to Christm… https://t.co/Jk4yhXmpNV
## 7148                            Here is what u ment what @SBF_FTX saying BAOUT EVERYONE IN #Crypto #SpotifyWrapped #BlockFi  check this out  ..… https://t.co/3s5MKR6RnG
## 7149                            Wednesday &amp; Enid 🖤💖 @TimBurton20 @TimBurtonDaily @ghettogothicx @gothictheatre #gothic #gothgirls #乌鲁木齐… https://t.co/73i197eHf0
## 7150                        #Islamabad\n#CTO Traffic Dr. Syed Mustafa Tanveer was appreciated by the Prime Minister of #Pakistan for making the… https://t.co/RFGX4S0a7S
## 7151                                                                                          I predict my most played song will be Running Up That Hill #SpotifyWrapped
## 7152                                                                                                       I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 7153                                                                                                   I predict my most played song will be Traffic Jam #SpotifyWrapped
## 7154                                                                                                               I predict my top genre will be metal. #SpotifyWrapped
## 7155                                                                                         #SpotifyWrapped is coming which means the gay Super Bowl is about to begin.
## 7156                                               Clues you might have curly / wavy hair!!! #StarAcademy #SpotifyWrapped #FIFAWorldCupQatar2022 https://t.co/idJs13jEih
## 7157                                                                                     I predict my most played song will be [L8r Boi - @ashnikko] 🔥🔥🔥 #SpotifyWrapped
## 7158                                                                                                                                          Seated for #SpotifyWrapped
## 7159                                                                              I predict my most played song will be ABC by @polyphia and @Sophartso  #SpotifyWrapped
## 7160                                                                                        I predict my most played song will be "Rasputin" by Boney M. #SpotifyWrapped
## 7161                        It's fine your on my contact and you don't call nor reach me but abeg it's wrong for you to reach out to me when yo… https://t.co/JKzs3L71io
## 7162                                                                                I predict my top artist will be RED VELVET (pag hindi, sorry aken) 🥹 #SpotifyWrapped
## 7163                                                               I predict my most played song will be 4 AM by D Wizz, Lancey Foux, and Poundside Pop. #SpotifyWrapped
## 7164                            Dusty Plankton - Round Again \nOUT NOW on spotify \nhttps://t.co/qxqxYcEqfz\n#distrokid #SpotifyWrapped #Spotify https://t.co/rlRpaAEEna
## 7165                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7166                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7167                                                                                                 I predict my top artist will be i think paul simon🤔 #SpotifyWrapped
## 7168                  HELP RETWEET PLS 🙏\n\n(Foreign Used) Affordable 2017 Toyota Corolla \nPrice: 8.8Million Naira\n\nDM📩 for more info or\nCa… https://t.co/MGAmKsMxgZ
## 7169                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7170                         i wonder what my  #SpotifyWrapped will look like this year.  I think this is my second year of using this app.  I miss tidal but this works
## 7171                                                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \n\npodcasts are cringe
## 7172                                                                                                      i predict my top artist will be conan gray tbh #SpotifyWrapped
## 7173                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nall too well (10 min version) (taylor's version)
## 7174                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\nchloe moriondo no doubt, for how… https://t.co/0BdjbJRv5w
## 7175                                                                                               #SpotifyWrapped  comes out in a couple of days?? highlight of my week
## 7176                                                         waiting for my  #SpotifyWrapped as if i don’t already know what’s gonna be on there https://t.co/blxwfO4HjQ
## 7177                                                                                                I predict my top podcast will be The Magnus Archives #SpotifyWrapped
## 7178                                                                                                   I predict my top artist will be [ DARSHAN RAVAL ] #SpotifyWrapped
## 7179                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \npop
## 7180                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 7181                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \ntaylor swift
## 7182                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nyee so idk like indie rock but spot… https://t.co/9nErA7Dcwa
## 7183                                                 I already know that my #SpotifyWrapped will mostly consist of @GerryAndersonTV soundtracks. https://t.co/izbw7oxnEE
## 7184                                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped  \n80/20?
## 7185                                                                                                      I predict my top genre will be rock or Britpop #SpotifyWrapped
## 7186                        Wtf is wrong with these ppl??? What happened to sticks and stones can break my bones but I’m strong enough that wor… https://t.co/5WPs7GM8vO
## 7187                                                                                                             I predict my top genre will be #Desipop #SpotifyWrapped
## 7188                                                                        Hear Fall season vol.1, a playlist on #SoundCloud \nhttps://t.co/NoTZpbdDpd  #SpotifyWrapped
## 7189                                                  I just want my #SpotifyWrapped so I can see all of the Taylor Swift and Harry Styles songs I listened to this year
## 7190                       @KDKA This is every #Republican's dream.\n\nIt's a terrifying time to be a Black man in America. The #Trump scum can… https://t.co/tmuXziIIRV
## 7191                                                                                         I predict my most played song will be dancing queen by abba #SpotifyWrapped
## 7192                                                                                   I predict my most played song will be body paint - arctic monkeys #SpotifyWrapped
## 7193                                                                          I predict my most played song will be [Masterpiece by Motionless in White] #SpotifyWrapped
## 7194                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwow very fancy anyways juliet… https://t.co/yYGQwlQXnW
## 7195                                The mobile phone Engineers at the end of the street😂😂😂\n\n|| #hookup Nzaza Uruguay Oriyomi Calabar Ati Zigi… https://t.co/2gbHX4YeU2
## 7196                         Imagine watching #FamilyGuy during #gym class #SpotifyWrapped #MattHanock #Indigo #FIFAWorldCupQatar2022 #ImACeleb… https://t.co/NMsMMVIWUH
## 7197                                    I predict my most played song will be "One More Time" by Daft Punk (to the surprise of none of my close friends) #SpotifyWrapped
## 7198                                                                                                  I predict my top podcast will be You're Dead To Me #SpotifyWrapped
## 7199                                                                     @SpotifyAfrica Ow shit...my guess was correct I guess😹🔥 #SpotifyWrapped https://t.co/QYAqlfFc8S
## 7200                                                                                                          I predict my top artist will be Daft Punk] #SpotifyWrapped
## 7201                                                                                                      I predict my top podcast will be @RingerVerse. #SpotifyWrapped
## 7202                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/mx4R9Yk8yA
## 7203                                                                                                  I predict my top podcast will be [@dashdiariespod] #SpotifyWrapped
## 7204                                                               #คุณชายตอนจบ #SpotifyWrapped #السعوديه_بولندا \nOh amazing deals from LG!!!!!! https://t.co/govY3qpYjY
## 7205                                                                                                                               Gon be DOOM or tribe 😭#SpotifyWrapped
## 7206                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 7207                                                                                                I predict my most played song will be VENUS FLYYYYYY #SpotifyWrapped
## 7208                      📦 • #SpotifyWrapped    is near, Jamaican ARMYs!\n\n#BTS were #5 last year on the Most Streamed Artists in Jamaica cha… https://t.co/ugbCQWmtYT
## 7209                                                                            I predict my most played song will be IF YOU LEAVE ME - @pledis_17 !!!!! #SpotifyWrapped
## 7210                                                                                               I predict my top genre will be kapop seguro o r&amp;b #SpotifyWrapped
## 7211                                                                      I predict my most played song will be Roll the windows up by @machinegunkelly  #SpotifyWrapped
## 7212                                                                                           I predict my most played song will be good boy gone bad 💀 #SpotifyWrapped
## 7213                                                                                         I predict my most played song will be Immaterial by SOPHIE  #SpotifyWrapped
## 7214                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7215                        I'm curious to see if my music makes it onto anyone's #SpotifyWrapped this year... considering I'm still relatively… https://t.co/G7GbN8IZo7
## 7216                         I predict my top artist will be @caitlynsmith. @IngridAndress, @tenilletownes, @tenilletownes, and Kyndall Inskeep… https://t.co/KUp9WUkYdQ
## 7217                                                                                                       I predict my top artist will be [@AllTimeLow] #SpotifyWrapped
## 7218                              Happy Monday beautiful people🖤\n\nLet's be epic this week, shine bright like a diamond💎\n\nGod is the plug!!!… https://t.co/ObK9qqtC4x
## 7219                                                                                                       I predict my top artist will be Bryson Tiller #SpotifyWrapped
## 7220                                                                                            #SpotifyWrapped damn this year might be crazy I'll have to do this later
## 7221                                                                                                    me patiently waiting for #SpotifyWrapped https://t.co/ThuCzsp2ea
## 7222                                                                                                   I predict my most played song will be Kodi Blu 31 #SpotifyWrapped
## 7223                              Any advice for new podcasters?? Any advice that's giving we would love to hear.. Have a blessed day🫶\n#advice… https://t.co/rGN99uDoMB
## 7224                                                                                                                 I predict my top genre will be folk #SpotifyWrapped
## 7225                                                                                                    I predict my top podcast will be @bomani_jones.  #SpotifyWrapped
## 7226                                                                                                   I predict my top genre will be [Welsh Folk Music] #SpotifyWrapped
## 7227                                                          drop it already pls, but remove the atrocious graphic design that physically hurts my soul #SpotifyWrapped
## 7228                                                                                                        I predict my most played song will be Inhale #SpotifyWrapped
## 7229                                                                                                          I predict my top artist will be @McVirgins #SpotifyWrapped
## 7230                                                                                          #SpotifyWrapped  me waiting for spotify to drop it https://t.co/QTKoRTGzsZ
## 7231                                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift ofc 🥰
## 7232                                                                                                              I predict my top artist will be Polo G #SpotifyWrapped
## 7233                                                                                 I predict my most played song will be [Sleepwalking by @AllTimeLow] #SpotifyWrapped
## 7234                                                                        I predict my most played song will be ABG or Scarred By Love by Quando Rondo #SpotifyWrapped
## 7235                                                                                                       I predict my top artist will be @burytomorrow #SpotifyWrapped
## 7236                                              AI on the rise\n#SpotifyWrapped #AI #CyberMonday #MondayMotivation #mondaythoughts #Mondayvibe https://t.co/sKikX82Rzo
## 7237                                                                                                      This year’s #SpotifyWrapped is gonna be my most chaotic yet 😂😭
## 7238                                                                                                          I predict my top genre will be Melodic Rap #SpotifyWrapped
## 7239                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/JeS0WhEmOl
## 7240                        @SphynxLabs makes it easy to earn #passiveincome safely with our single asset staking. Choosing to hold stables doe… https://t.co/6piNR9bvLZ
## 7241                                                                                             I predict my most played song will be Suicid.e - Polo G #SpotifyWrapped
## 7242                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/EKhqAsefSj
## 7243                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 7244                         When these artists announce “world tours” I keep asking myself, is Africa not part of the world? 🤔 #SpotifyWrapped… https://t.co/AZoFki3A4l
## 7245                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7246                                                    switch the lady taking the selfie with @phoebe_bridgers and you got mine #SpotifyWrapped https://t.co/6852C69fuR
## 7247                                                                                           I predict my most played song will be [Super freaky girl] #SpotifyWrapped
## 7248                                                                               Who else is looking forward to this years #SpotifyWrapped 👀 ? https://t.co/iQoJzElsPm
## 7249                                                                                         #SpotifyWrapped will be here soon but no HiFi audio. What the heck @Spotify
## 7250                                                                                                                      thought #SpotifyWrapped dropped im gonna sob ☹️
## 7251                                   It’s almost time for #SpotifyWrapped so I can finally see who to unfollow when they make fun of people for liking Spotify wrapped
## 7252                                                                                                I predict my top genre will be probably Country/pop. #SpotifyWrapped
## 7253                                                                                                I predict my top artist will be [Rihanna or Brandy ] #SpotifyWrapped
## 7254                                       I predict my most played song will be 'Winter solstice' (@wearephoenix) or 'When you were mine' (@joycrookes) #SpotifyWrapped
## 7255                                                                I predict my most played song will be Better Man (From The Vault) (Taylor's Version) #SpotifyWrapped
## 7256                                                                                                       I predict my most played song will be RUN BTS #SpotifyWrapped
## 7257                                                                                            I predict my most played song will be The Moon Will Sing #SpotifyWrapped
## 7258                                                                                                SPOTIFY REMOVE THE DSMP SONG GENRE IM BEGGING YOU 💔💔 #SpotifyWrapped
## 7259                                                   I am getting impatient as HELL waiting for Spotify wrapped to come out... we are waiting Spotify. #SpotifyWrapped
## 7260                                                                                                            I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 7261                                                                                                   I predict my top artist will be [Thomas Bergersen]#SpotifyWrapped
## 7262                                                                                                              I predict my top podcast will be [idk] #SpotifyWrapped
## 7263                                                             when did 'we' get so hype about #SpotifyWrapped and why haven't WE received it? https://t.co/myrY2hIq2D
## 7264                                                          I predict my most played song will be She Used to be Mine, Come to Your Senses, or Honest. #SpotifyWrapped
## 7265                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 7266                                                                                    I predict my most played song will be [borderline or lift me up] #SpotifyWrapped
## 7267                                                                                                   I predict my top podcast will be @NanarasPodcast  #SpotifyWrapped
## 7268                                                                                                              I predict my top genre will be [K-pop] #SpotifyWrapped
## 7269                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/3AFWHDbRQw
## 7270                                                                                       I predict my most played song will be Slow Song by The Knocks #SpotifyWrapped
## 7271                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 7272                                                                                   I DONT HAVE SPOTIFY AND IM MAD ABOUT IT \n#SpotifyWrapped https://t.co/v9zLxuEZDf
## 7273                                                                           I (and everyone that knows me) predict my top artist will be Taylor Swift #SpotifyWrapped
## 7274                                                                                                   I predict my most played song will be Yet to Come #SpotifyWrapped
## 7275                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 7276                                                                                                   I predict my top artist will be [Phoebe Bridgers] #SpotifyWrapped
## 7277                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7278                                                                  I predict my most played song will be [Away With Your Fairies by Thomas Bergersen] #SpotifyWrapped
## 7279                                                               Where there's a will, there's a lawyer😍\n#advocate #highcourt #SpotifyWrapped https://t.co/0VrpONwQBz
## 7280                           Was gengis kahn a good history figure? #AdaniOut #SpotifyWrapped #uominiedonne #MilinkovicSavic #الكاميرون_صربيا… https://t.co/R7a9gxLcz0
## 7281                                                                                                    I predict my top podcast will be [Therapy Gecko] #SpotifyWrapped
## 7282                                                                          I predict my most played song will be Everything goes on - @porterrobinson #SpotifyWrapped
## 7283                                                                                                  I predict my most played song will be [Tomorrow 2] #SpotifyWrapped
## 7284                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7285                                                                                              I predict my top artist will be red hot chili peppers  #SpotifyWrapped
## 7286                                                                                I predict my most played song will be Killing Part by @official__INI #SpotifyWrapped
## 7287                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 7288                                            Discover more sensational #music here: https://t.co/Axk7PnnVih #SpotifyWrapped #CyberMonday #MondayMorning #musicartists
## 7289                                                                           I predict my most played song will be [Motion Sickness - Phoebe Bridgers] #SpotifyWrapped
## 7290                                                                                                    I predict my top artist will be Taylor Swift ofc #SpotifyWrapped
## 7291                                                                                                I predict my most played song will be Don’t Go - EXO #SpotifyWrapped
## 7292                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 7293                                                                                                    I predict my top artist will be [@taylorswift13] #SpotifyWrapped
## 7294                                                                                  i predict my most played song will be cause for concern by lovejoy #SpotifyWrapped
## 7295                                                                                                              Looking forward to seeing my #SpotifyWrapped this year
## 7296                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 7297                                                                                        My top genre will be between HipHop or Afrobeats as usual on #SpotifyWrapped
## 7298                                                                                              WHY IS #SpotifyWrapped TRENDING I THOUGHT IT DROPPED AND I GOT EXCITED
## 7299                                                                                           I predict my top artist will be [Taylor Swift] sem duvida #SpotifyWrapped
## 7300                                                         I predict my top podcast will be probably office ladies but haven’t listened much this year #SpotifyWrapped
## 7301                                                                                        WHERE IS MY SPOTIFY WRAPPED!!!!!!!!😭 #SpotifyWrapped https://t.co/UAxVuJ3Imq
## 7302                        no but what happens when Taylor Swift uses her little #SpotifyWrapped  message to announce speak now tv or hits dif… https://t.co/9msgohNDx4
## 7303                                                                                                          Artist: Taylor Swift \nSong: Labyrinth\n\n #SpotifyWrapped
## 7304                                                                                         I predict my most played song will be Warning Signs by BoH  #SpotifyWrapped
## 7305                                                                                                               I predict my top genre will be pop? 🤔 #SpotifyWrapped
## 7306                                                                                             I predict my top genre will be [hyperpop] eu espero viu #SpotifyWrapped
## 7307                                                             me waiting for #SpotifyWrapped as if i didn’t know it’s going to look like this https://t.co/eo4XP0iaDm
## 7308                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/dXVVeF3I7v
## 7309                                                                                                                                wanna see my chaotic #SpotifyWrapped
## 7310                                                                               I predict my most played song will be [Love Story (Taylor’s Version)] #SpotifyWrapped
## 7311                                                                                                       I predict my top podcast will be saving grace #SpotifyWrapped
## 7312                                                                                                I predict my top podcast will be  Fest und Flauschig #SpotifyWrapped
## 7313                                            @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/5tBZ3gnD5Z
## 7314                                                                                                         #SpotifyWrapped    i think that gonna be MIRAE WITH TRENDZ?
## 7315                                                                                                      I predict my top genre will be pop??? probably #SpotifyWrapped
## 7316                                                                      I predict my top podcast will be ok this one is easy its probably TAZ or LHOTL #SpotifyWrapped
## 7317                                                                                               I predict my top artist will be [5 seconds of summer] #SpotifyWrapped
## 7318                                                                                                     I predict my top genre will be [premarital sex] #SpotifyWrapped
## 7319                                                                                     I predict my top podcast will be @QueerMoviePod or @theyikespod #SpotifyWrapped
## 7320                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7321                                                                                                    I predict my top podcast will be [The WAN show ] #SpotifyWrapped
## 7322                                                                                          I predict my most played song will be Babe by taylor swift #SpotifyWrapped
## 7323                      Not prepared for the who's who of questionable music choices in my #SpotifyWrapped this year...\n\nHow much did plann… https://t.co/cGFnDI2eY5
## 7324                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7325                          Computer repair service in #USA \nhttps://t.co/rWq0xwGLdc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/NL7g3RXWu7
## 7326                                                                                                   I predict my top artist will be Sabrina Carpetner #SpotifyWrapped
## 7327                                                                                                              I predict my top artist will be HEALTH #SpotifyWrapped
## 7328                                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Stay Soft
## 7329                                                                                                                  IS #SpotifyWrapped out already?? I’m gonna lose it
## 7330                        Remember  our BoT Trading is available, if you are not catching up with trades, Let’s us know. we guarantee you 670… https://t.co/EmZuMcncY5
## 7331                                                                    I predict my top artists will be \n1) Taylor Swift\n2) Wallows\n3) Lana del Rey\n#SpotifyWrapped
## 7332                                           I wanna cuddle with youuu 🥺\n#demontings\n#FIFAWorldCupQatar2022 \n@demontingss \n#SpotifyWrapped https://t.co/moSBOHZe9X
## 7333                                                                                                                                       cant wait tho #SpotifyWrapped
## 7334                                                                                                               I predict my top artist will be [IVE] #SpotifyWrapped
## 7335                                                                                    When you change, don’t announce it. Just bloom. #SpotifyWrapped #ghanablackstars
## 7336                        I predict my top artist will be I DONT FUCKING KNOW!!! maybe mcr or harley poe or car seat headrest .. or black sab… https://t.co/xQJmg5zbho
## 7337                                                                                         I predict my most played song will be [some loona song isk] #SpotifyWrapped
## 7338                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 7339                                                                                          can spotify wrapped hurry up im@going more and more insane #SpotifyWrapped
## 7340                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7341                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 7342                                                                                           I predict my most played song will be "You Really Got Me" #SpotifyWrapped
## 7343                                                                                               I predict my most played song will be Sweater Weather #SpotifyWrapped
## 7344                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 7345                                                                                                  I predict my top artist will be [Louis Tomlinson ] #SpotifyWrapped
## 7346                                                                                                CAN YALL STOP MAKING ME THINK IT DROPPED ALREADY GOD #SpotifyWrapped
## 7347                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @ToonsThatCurse
## 7348                                            @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/r1qgkMunkU
## 7349                                             I predict my most played song will be CLUB PENGUIN ICE FISHING #SpotifyWrapped #icefishingsweep https://t.co/X9fbXtTUHq
## 7350                                                                                                  I predict my most played song will be [IVE Eleven] #SpotifyWrapped
## 7351                          Computer repair service in #USA \nhttps://t.co/rWq0xwXOfc\n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc… https://t.co/4kZUMZ6A1q
## 7352                                                                                                      I predict my most played song will be nonsense #SpotifyWrapped
## 7353                                                                                  I predict my most played song will be all too well 10 min version  #SpotifyWrapped
## 7354                                                                          I predict my most played song will be [Only the brave -  Louis Tomlinson ] #SpotifyWrapped
## 7355                                                                                                  I predict my top artist will be @whydontwemusic    #SpotifyWrapped
## 7356                                                I predict my most played song will be I'll take the risk and say... Cruel Summer by @taylorswift13 \n#SpotifyWrapped
## 7357                                                                     I predict my most played song will be "right where you left me" by Taylor Swift #SpotifyWrapped
## 7358                                                                               I predict my top genre will be whatever spotify classifies 90s emo as #SpotifyWrapped
## 7359                                 @rugerofficial no fit say this one no sweet tah ...@kingtvndeednut @DPRINCEMAVIN @DONJAZZY @yabaleftonline… https://t.co/XVR87FmtlP
## 7360                                                                                                    I predict my top artist will be [Harry Styles😂🙄] #SpotifyWrapped
## 7361                                                                   Sabrina Carpenter All We Have Is Love\nhttps://t.co/CnwxakNnL4\n#sabrinacarpenter #SpotifyWrapped
## 7362                                                                            I predict my top podcast will be between @PSTPodcast and @QueerDungeons  #SpotifyWrapped
## 7363                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 7364                                                                                                                 who cares about christmas #SpotifyWrapped is coming
## 7365                                                                                                            I predict my top podcast will be @banter #SpotifyWrapped
## 7366                                            @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/UYRjaOKGa4
## 7367                                                                                                 here’s my dream festival ig #SpotifyWrapped https://t.co/So2riZvGFm
## 7368                                                                              I predict my top podcast will be @ThisIsTheRead, for like the 5+ year. #SpotifyWrapped
## 7369                                       third party apps have already told me what to expect on my #SpotifyWrapped, i’m just waiting for the official screenshots atp
## 7370                                                          Where's all those who like me will have their #SpotifyWrapped biased by having to look after children??😅😅😅
## 7371                                                          New sound trending on tiktok #SpotifyWrapped #StarAcademy #ademolaadeleke #Nigeria https://t.co/lGVKN6zAqS
## 7372                                            @ajaitheartist the next #hottest female artist in the industry #SpotifyWrapped go follow her now https://t.co/wDqET1aQQS
## 7373                                                                        I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped @Olivertree 💖🫡
## 7374                                                                              I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 7375                                                               Me after sharing my Spotify Wrapped and thinking people care. #SpotifyWrapped https://t.co/sgPhC0lJ63
## 7376                        BAHRIA TOWN KARACHI\nProgressive real estate and builders\nDetails No 0325 2841525=0341 6366118\n#bahriatownkarachi… https://t.co/PDMeNK4sbT
## 7377                                                                                                      I predict my most played song will be [ur mom] #SpotifyWrapped
## 7378                                                                                                                                       WHERE IS IT?? #SpotifyWrapped
## 7379                                                                              What does your festival lineup look like?? 🎶🎸🎫 #SpotifyWrapped https://t.co/19SQOW7Nzj
## 7380                                                                                                   I predict my top genre will be edm dude obviously #SpotifyWrapped
## 7381                                                                         I predict my most played song will be Trust Fund Baby by @whydontwemusic.   #SpotifyWrapped
## 7382                                                                                                      i predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7383                                                                                     I predict my most played song will be Break My Soul by Beyoncé. #SpotifyWrapped
## 7384                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7385                                                                           I predict my top artist will be either @NiallOfficial or @Louis_Tomlinson #SpotifyWrapped
## 7386                                                                                                                 I predict my top artist will be mcr #SpotifyWrapped
## 7387                                                                                                             I predict my top genre will be pop punk #SpotifyWrapped
## 7388                                                                                                         Just know I went through a lot this year ok #SpotifyWrapped
## 7389                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7390                                                                                     I predict my most played song will be Kill All Your Friends mcr #SpotifyWrapped
## 7391                                                                                                           I predict my top artist will be Movements #SpotifyWrapped
## 7392                       Everyone :  getting excited for their #SpotifyWrapped\n\nMe : already knowing my top artist is  @ericnamofficial  💅✨ https://t.co/zzM9PjfRlS
## 7393                                                                                                            I predict my top artist will be  @AvaMax #SpotifyWrapped
## 7394                                                                                                           I predict my top genre will be pop music  #SpotifyWrapped
## 7395                                                                                                    I predict my top genre will be Pop (i guess idk) #SpotifyWrapped
## 7396                        “Becky say she like me but Leticia in her feelings she say I’m too light skinned she need a dark nigga for her heal… https://t.co/3FkeW1w1xG
## 7397                                    Cultist Gone Extremely Wrong‼️😭😭 #naijaprank #prank #SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup… https://t.co/xPaxWxlk6b
## 7398                                                                                                        Can't wait to see how my children ruined my #SpotifyWrapped.
## 7399                                                                                                    I predict my top podcast will be @CrimeWeeklyPod #SpotifyWrapped
## 7400                                                                                                            I predict my top artist will be Slipknot #SpotifyWrapped
## 7401                                                                                                 My top podcast might very well be @ShutdownFullcas  #SpotifyWrapped
## 7402                                                                       I predict my most played song will be "Heartbreak Weather" by @NiallOfficial  #SpotifyWrapped
## 7403                         Me, when #SpotifyWrapped drops, and I see that Bastille, Nas, Sam Smith, Aha Gazelle, Louis Tomlinson, Drake, Noah… https://t.co/ObG4hxbM0O
## 7404                                                                                   I predict my most played song will be [Second Chance - Shinedown] #SpotifyWrapped
## 7405                                                                                                                  I predict my top genre will be Emo #SpotifyWrapped
## 7406                                                                                                 I predict my most played song will be Stranger Days #SpotifyWrapped
## 7407                                                                                                 I predict my top artist will be A.R Rahman for sure #SpotifyWrapped
## 7408                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7409                                                                                                        I predict my most played song will be Violet #SpotifyWrapped
## 7410                                                                         I predict my most played song will be Heaven Help Us by My Chemical Romance #SpotifyWrapped
## 7411                                                                                                     Ayo when we gettin that #SpotifyWrapped https://t.co/imhFO3eHPo
## 7412                                                                                      I predict my top podcast will be the dis dickinyabooty podcast #SpotifyWrapped
## 7413                                             I don’t need #SpotifyWrapped to let me know my top artists were Bad Bunny and Taylor Swift. Yo no he escuchado más ná 😂
## 7414                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 7415                                                                                 I predict my most played song will be Don't Blame Me - Taylor Swift #SpotifyWrapped
## 7416                        I predict my most played song will be 10 Hours of Static White Noise for Noise Blocking Loud Office Workplace Envir… https://t.co/MxGKt46IbV
## 7417                                                                                                      I predict my top artist will be RODATHAN WAVEE #SpotifyWrapped
## 7418                                                                                                               I predict my top artist will be PXNDX #SpotifyWrapped
## 7419                                                                                                   I predict my most played song will be SOS by ABBA #SpotifyWrapped
## 7420                                                                                                             can't wait to see sewerslvt in my top 3 #SpotifyWrapped
## 7421                                                                                                               I predict my top genre will be hiphop #SpotifyWrapped
## 7422                                    No one stays with you.\n\n#permanently, learn to survive #alone..🤗\n\n#mondaythoughts \n#MondayNight\n#thoughts\n#SpotifyWrapped
## 7423                                                                                                        I predict my top artist will be Nicki Minaj. #SpotifyWrapped
## 7424                                                                                                            Where is my #SpotifyWrapped\n!!! https://t.co/RaDOHdJMEE
## 7425                                                       I predict my most played song will be Moth to a Flame by The Weeknd &amp; Swedish House Mafia #SpotifyWrapped
## 7426                                                                                                       I predict my top artist will be lil uzi vert  #SpotifyWrapped
## 7427                                                                                     I predict my top artist will be [mgk or one direction or Harry] #SpotifyWrapped
## 7428                                                                                I predict my top artist will be Beyonce' because of course it will.  #SpotifyWrapped
## 7429                          I'm a 25yrs old single, handsome and hardworking guy. I'm looking for beautiful black and strong charger to buy.😊… https://t.co/Pn4ciYt2Fk
## 7430                                         SURVIVE by Sirr Stunna #FIFAWorldCupQatar2022 #SpotifyWrapped\n#CyberMonday\n#SirrStunna #SURVIVE \nhttps://t.co/6cr0F4Ol6z
## 7431                                                                                       I predict my most played song will be By Your Side - Rod Wave #SpotifyWrapped
## 7432                                                                                                      I predict my top artist will be The Stupendium #SpotifyWrapped
## 7433                          110k VIEWS!!! I APPRECIATE IT💜💜 FIRST TIME REACTING TO BTS - Run BTS (Dance Practice) https://t.co/GcKuKFmtyi via… https://t.co/9xXpm7OeVK
## 7434                          Award winner 🙌😱🙌😱\nSamkez creations\n\n#samkezcreations #awardwinner #LYD #LYAawards #SpotifyWrapped #StarAcademy… https://t.co/uwGMMIBgH6
## 7435                                                                                              I predict my top genre will be [boyband, pop, or rock] #SpotifyWrapped
## 7436                                                                           I predict my most played song will be I did something bad by Taylor Swift #SpotifyWrapped
## 7437                                                                              I predict my most played song will be @ladynicolewray - Through It All #SpotifyWrapped
## 7438                        If you don't you should consider following me here on my wix app https://t.co/at14FCLEct invite code: D0WQVC I have… https://t.co/JdIHZ6BMnm
## 7439                                                                                                         I predict my top genre will be Pop for sure #SpotifyWrapped
## 7440                                           Pretty sure this will be the first year where my top song on #SpotifyWrapped won’t be by Drake and that feels like a W. 😂
## 7441                                                                                                     my #SpotifyWrapped this year once again https://t.co/fh076NRIwr
## 7442                                I predict my top artist will be Julie Andrews #SpotifyWrapped LMAO she’s all i listen to besides shirley jones i love me my women 💕💕
## 7443                                                                        I predict my most played song will be probably nonsense by sabrina carpenter #SpotifyWrapped
## 7444                                                                                                                 We crave for, what we don't have..\n#SpotifyWrapped
## 7445                                                                            I’m pretty sure my most played song will be All too well by Taylor Swift #SpotifyWrapped
## 7446                                                                                                                            man i thought it dropped #SpotifyWrapped
## 7447                                                                                          you don’t have to check #SpotifyWrapped , you’re the most played this year
## 7448                                 I’m just ready to go! I’m ready ready!!! #bma #sayc #Twittersings. #LUNC #SpotifyWrapped \n\nPracticing!!!… https://t.co/qXSPVhXof2
## 7449                                                                                 I predict my most played song will be Damsel in Distress by Chereen #SpotifyWrapped
## 7450                                                                             I predict my most played song will be [as it was, little freak or loco] #SpotifyWrapped
## 7451                                                                                                       I predict my top genre will be [Kpop and Pop] #SpotifyWrapped
## 7452                                                                                                              I predict my top artist will be MITSKI #SpotifyWrapped
## 7453                    #SpotifyWrapped\n#TrendingNow #StarAcademy\n#ghanablackstars\n#MattHanock\n#Indigo. \n#FIFAWorldCupQatar2022\n#ImACeleb… https://t.co/TvjrxStZts
## 7454                                                                                                       I predict my top artist will be @Santandave1 ❤️#SpotifyWrapped
## 7455                     Listen to my new album on \n@Spotify today\n &amp; see where it lands on your end of year #spotifywrapped!\n\n&gt;&gt;… https://t.co/nLK7lcvQFs
## 7456                                                                               I predict my top podcast will be hablando con la pared 💖 @hclppodcast #SpotifyWrapped
## 7457                                          Please subscribe 🙏🙏 #Kiccha46 #KicchaBOSS𓃵 #KicchaSudeep #VikrantRona #SpotifyWrapped #MattHanock… https://t.co/k41DJgffCx
## 7458                                                                                                         I predict my top artist will be [Blackpink] #SpotifyWrapped
## 7459                                                                                      I predict my top podcast will be Alpha sound waves and rhythm  #SpotifyWrapped
## 7460                                                                                                        I predict my top podcast will be the trypod  #SpotifyWrapped
## 7461                                        Okay but I’m not gonna lie bar the likes Sia 💀 I definitely have taste #SpotifyWrapped #instafestapp https://t.co/UB6uaXeKeR
## 7462                                                                        Can’t wait to listen to the songs I always listen to #SpotifyWrapped https://t.co/EGCvMxUbMR
## 7463                                                                                         I predict my top artist will be ricky montgomery or ajr tbh #SpotifyWrapped
## 7464                                                                                   @chartdata @iamcardib will definitely most likely be my #1 artist #SpotifyWrapped
## 7465                       Cock-A-Doodle Do MFers 🤣\n\n#Qatar2022 #RedVelvet #IPLAuction #OpIran #OneLove #PORGHA #SpotifyWrapped #Dreamers2022… https://t.co/kbTVLtPUHh
## 7466                                                                                                        I predict my top artist will be GIRLS ALOUD  #SpotifyWrapped
## 7467                        Friends are the family we choose.\n#LetsGetFitWithYoga #yoga #Trending #TrendingNow #trendingvideos #SpotifyWrapped… https://t.co/dkHmOkOTqU
## 7468                                                                                                  it depends on which account I'm talking about too\n#SpotifyWrapped
## 7469                                                                                                  I predict my top genre will be \nindie LMAO ya idk #SpotifyWrapped
## 7470                                                                                                  I predict my top artist will be Obviously @BTS_twt #SpotifyWrapped
## 7471                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7472                                                 I predict my most played song will be Kingslayer by Bring Me The Horizon or Papercut By Linkin Park #SpotifyWrapped
## 7473                                                                                                  But once it’s dropped we have to wait another year #SpotifyWrapped
## 7474                                                                                                                I predict my top genre will be POP\n #SpotifyWrapped
## 7475                                                                                                            My Botox has settled just in time for my #SpotifyWrapped
## 7476                                                                                                                   emoji but no wrapped yet mannnnnn #SpotifyWrapped
## 7477                        Choose gratitude today, choose to be thankful and see the world through other people’s perspectives as happiness wi… https://t.co/eSGsmA6jov
## 7478                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 7479                                      This is all I listen to. I have never heard it loop. May god have mercy on my soul come December 1st.… https://t.co/ovcNbyoZlS
## 7480                                                                                                          I predict my top artist will be [@BTS_twt] #SpotifyWrapped
## 7481                                                                                                               BUT MOST PROBABLY IT WOULD BE HARRY \n#SpotifyWrapped
## 7482                                                I predict my top genre will be Electronica or Chill (are those even how they're listed in @Spotify)  #SpotifyWrapped
## 7483                                                                                                     I predict my top artist will be [nba youngboy ] #SpotifyWrapped
## 7484                        I will say I can't wait for my #SpotifyWrapped but that's also why I have @lastfm. I can see my stats anytime and I… https://t.co/tfxE4PiLwz
## 7485                                                                                                        I predict my top genre will be [alternative] #SpotifyWrapped
## 7486                                                                             AHHH #SpotifyWrapped SOON I HAVE A FEELING ONE OF MY TOP SONGS WILL BE FOUR LEAF CLOVER
## 7487                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 7488                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7489                                                                                      I predict my most played song will be Yet to Come by @BTS_twt  #SpotifyWrapped
## 7490                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7491                             Listen I'd like to pretend about #SpotifyWrapped because i hate that a company has such a hold on anything i care about BUT HERE WE ARE
## 7492                                                                                                         I predict my top artist will be Lorna shore #SpotifyWrapped
## 7493                                                                                                      I predict my most played song will be criminal #SpotifyWrapped
## 7494                                                                                                        I predict my top artist will be mor ve otesi #SpotifyWrapped
## 7495                                                                                    I predict my most played song will be Forget Me by Lewis Capaldi #SpotifyWrapped
## 7496                                                                                                    I predict my most played song will be pink venom #SpotifyWrapped
## 7497                                                                                                        I predict my top artist will be @ThomasVent  #SpotifyWrapped
## 7498                         I find it funny how some men think it’s up to them to determine if they’re going to be in a relationship with you.… https://t.co/n88eYk0A73
## 7499                                 Let's keep the #HellaParty Challenge going going. Comment with #HellaParty #SpotifyWrapped \n\nStream here… https://t.co/oWSXja8FgH
## 7500                                                                                                I predict my top artist will be TOMORROW BY TOGETHER #SpotifyWrapped
## 7501                                                                                     I predict my most played song will be Beer Never Broke My Heart #SpotifyWrapped
## 7502                              But honestly I feel I would be taylor or louis cause they have the most recent albums I don't think it works that way\n#SpotifyWrapped
## 7503                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7504                                                                                                                 I predict my top genre will be jazz #SpotifyWrapped
## 7505                                                                      Here you have good music #SpotifyWrapped #SpotifyFestival #Spotifyfest https://t.co/6rEQWPUXf3
## 7506                                                                          Zo Glizzy  “GO AWAY” (Official Audio) https://t.co/RbLbBzy4Dr via @YouTube #SpotifyWrapped
## 7507                                                                                        I predict my most played song will be Delicate, Taylor Swift #SpotifyWrapped
## 7508                                                                                                           I predict my top artist will be [THE1975] #SpotifyWrapped
## 7509                                                                                         I predict my most played song will be [Crazy Frog - Axel F] #SpotifyWrapped
## 7510                                                                                              I predict my most played song will be Fairy of Shampoo #SpotifyWrapped
## 7511                                           Her most played on Spotify wrapped has to be me, \nCause she played me the most this year. 🫠 \n\n#SpotifyWrapped @Spotify
## 7512                                                                                  I predict my most played song will be Wildest dreams, Taylor Swift #SpotifyWrapped
## 7513                                                                                         I predict my most played song will be [Waste by Edmon,Ouse] #SpotifyWrapped
## 7514                                                                  I predict my most played song will be Pick it Up, or Bone Theme (both by @RIOTEDM) #SpotifyWrapped
## 7515                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7516                                                                                     I predict my most played song will be [https://t.co/I4cz8KSxxj] #SpotifyWrapped
## 7517                                                                                             I predict my top artist will be [BTS,TXT, Taylor Swift] #SpotifyWrapped
## 7518                                           Just feel The Music  👑\n.\n.\n.\n@iamsrk \n#SRK𓃵 #ShahRukhKhan #Pathaan #ImACeleb #SpotifyWrapped https://t.co/xKNRPVAvO6
## 7519                                                  But it’s mad that we waiting for  #SpotifyWrapped like it’s gonna add value to our lives. WHEN WILL IT DROP?? 😆😆😆🤪
## 7520                        Looking to interview anyone in the music industry who can provide an opinion on separating art from artist with Kan… https://t.co/riwRBJm9i4
## 7521                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Hmmmmmm this one’s harder… Either… https://t.co/hIALT53RRw
## 7522                                                                                                                                        WHEN IS #SpotifyWrapped 2022
## 7523                                                                                                           I predict my top artist will be @arrahman #SpotifyWrapped
## 7524                                                                                              I predict that my most streamed song will be Lightning #SpotifyWrapped
## 7525                                                                                                          I predict my top artist will be ariana duh #SpotifyWrapped
## 7526                                                                                              I predict my top genre will be [K-pop,R&amp;B,Hip Hop] #SpotifyWrapped
## 7527                                                                                    I predict my most played song will be [VCR by Tyler the Creator] #SpotifyWrapped
## 7528                        So, we have now learned the exact thing that made Taylor Swift, Alex Jones, and even Madonna happy. Oh wait they co… https://t.co/w6W2UXfA3R
## 7529                                                                                       I predict my top artist will be Taylor Swift omg pls drop the #SpotifyWrapped
## 7530                                                                                                            I predict my top artist will be [Younha] #SpotifyWrapped
## 7531                      I predict my top podcast will be Conan O'Brien needs a friend #SpotifyWrapped \n\nProud Patreon for Sloss and Humphri… https://t.co/0eIXbYKEka
## 7532                                                                                                     I predict my top artist will be louis tomlinson #SpotifyWrapped
## 7533                                                                                     I predict my top artist will be Harry Styles or Louis Tomlinson #SpotifyWrapped
## 7534                                                                                    I predict my most played song will be [Monkeys Spinning Monkeys] #SpotifyWrapped
## 7535                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 7536                    I predict my top artist will be:\n1-Louis Tomlinson\n2-Morat /One Direction \n3-One Direction / Morat \n4- Harry Styles… https://t.co/94nc01yWnm
## 7537                                                                                                             I predict my top podcast will be no one #SpotifyWrapped
## 7538                                                                      I predict my top podcast will be Gilbert Gottfried's Amazing Colossall Podcast #SpotifyWrapped
## 7539                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7540                                                            Mine just going to be #TaylorSwift like it was last year.. I’m basic I like what I like  #SpotifyWrapped
## 7541                                                                          everyone right now playing Mitski on loop before #SpotifyWrapped drops to seem interesting
## 7542                                                                                           I predict my most played song will be [Younha - Stardust] #SpotifyWrapped
## 7543                                                                                                            I predict my top artist will be [J.Cole] #SpotifyWrapped
## 7544                                                                                                                  Give me my #SpotifyWrapped https://t.co/saDKpt86Ew
## 7545                                                                              ngl i’m looking forward to #SpotifyWrapped more than christmas https://t.co/4tDLCx8gw8
## 7546                                                                                    I predict my most played song will be VIRGO'S GROOVE by Beyoncé  #SpotifyWrapped
## 7547                                                                                                         I predict my top artist will be @barbjungr  #SpotifyWrapped
## 7548                                                                                                           I predict my top artist will be Lady Gaga #SpotifyWrapped
## 7549                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 7550                                                                I predict my top artist will be either Lewis Capaldi, Vansire or My Chemical Romance #SpotifyWrapped
## 7551                                                                                                     I predict my top artist will be @TheMidnightLA! #SpotifyWrapped
## 7552                       I predict my top artist will be Taylor Swift obviously 😂 \nThink Maisie Peters might have taken Little Mix’s 2nd pla… https://t.co/uq3srvi8W2
## 7553                                                                                     I predict my most played song will be as it was by Harry styles #SpotifyWrapped
## 7554                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7555                                                                                                I predict my most played song will be No Role Modelz #SpotifyWrapped
## 7556                             “Don’t ask if your dream is crazy, ask if it’s crazy enough.”\n— Lena Waithe\n\n#Mondaymotivation #CyberMonday… https://t.co/3uHWKPdpRH
## 7557                                                                                                            I predict my top genre will be Pop music #SpotifyWrapped
## 7558                                                                                                      I predict my top genre will be musical theatre #SpotifyWrapped
## 7559                                                                                  I predict my most played song will be All to Well (10 min version) #SpotifyWrapped
## 7560                                                                                     I predict my most played song will be Hold My Hand by Lady Gaga #SpotifyWrapped
## 7561                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 7562                          I predict my top artist will be king krule the absolute love of my life🫶🏾 #SpotifyWrapped https://t.co/tA2VdYzIrw… https://t.co/AjAxiwPv1I
## 7563                                                                                                                                   #SpotifyWrapped it is coming bois
## 7564                                                                                                     I predict my most played song will be [ I FLY ] #SpotifyWrapped
## 7565                                                                             I predict my most played song will be Next Year by Two Door Cinema Club #SpotifyWrapped
## 7566                                                                                                                       Oh no #SpotifyWrapped https://t.co/PzapwyU1Fb
## 7567                                                             My spotify is a mixture of all the genres my friends listen,coz its basically their DJ\n#SpotifyWrapped
## 7568                                                                                 I predict my most played song will be something really embarrassing #SpotifyWrapped
## 7569                                                                                                      I predict my top artist will be @Daughtry_News #SpotifyWrapped
## 7570                                                                                                                I predict my top artist will be KISS #SpotifyWrapped
## 7571                                                                                         I predict my most played song will be Rayando el sol - Maná #SpotifyWrapped
## 7572                                                                                                              2 more days until my favourite holiday #SpotifyWrapped
## 7573                                                               I predict my most played song will be either Hang on to Yourself or Take Me to Church #SpotifyWrapped
## 7574                                                                                                         I predict my top artist will be @IronMaiden #SpotifyWrapped
## 7575                                                                                                                     @SpotifyAU O N L Y #TaylorSwift #SpotifyWrapped
## 7576                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7577                                                                                        i know for a fact my #SpotifyWrapped top artist will be bring me the horizon
## 7578                                         I predict my most played song will be Moon Song by Phoebe Bridgers *2nd year* #SpotifyWrapped \n\n🥲 https://t.co/Tjp1cNRaan
## 7579                                                                                      I predict my most played song will be [DREAMERS BY JUNGKOOK 💜] #SpotifyWrapped
## 7580                                                           I predict my most played song will be [esta obviedad de otra era] #SpotifyWrapped https://t.co/IJE5DHV3Ak
## 7581                        I predict my most played song will be BYOB from SOAD maybe??? Or Peephole??????? GOD I'M EXITED FOR SPOTIFY WRAPPED… https://t.co/m8k7C3f6Jh
## 7582                                                                                       We’re hoping to end up on your #SpotifyWrapped! Make sure to tag us if we do!
## 7583                                                                                                               I predict my top genre will be #metal #SpotifyWrapped
## 7584                        Some people look at there phones wasting time before class, play some chess and stop being a loser. #SpotifyWrapped… https://t.co/hCHMAut9Vv
## 7585                                                                                                   I predict my most played song will be Daydreaming #SpotifyWrapped
## 7586                                                                                    I predict my top podcast will be the leaked version of medicine❤️ #SpotifyWrapped
## 7587                                                                                                        I predict my top artist will be [Juice WRLD] #SpotifyWrapped
## 7588                        Listen to the most recent episode of my podcast: How to engage in daily activity when all you want to do is withdra… https://t.co/FNehHP2cMr
## 7589                       Shorts Nollywood Actors And Thier Real That Confuse Fans 🤯\n\nClick here to see full list\n\nhttps://t.co/u3hxuoQfsb… https://t.co/kuXDfaqcXG
## 7590                            High on life low on sleep!!! #life #Lowkey #OneLove #sleep #MONEY #SpotifyWrapped #RedVelvet #CyberMondayAmazon… https://t.co/Oe2YabPx9o
## 7591                                                                                                        i feel like my top is either taylor or txt 😭 #SpotifyWrapped
## 7592                                                                                                        I predict my top genre will be [Melodic Rap] #SpotifyWrapped
## 7593                                                  Plz help 🙏\n.\n.\n#SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 https://t.co/M5MwE0DvOJ
## 7594                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @bigtimerush
## 7595                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7596                                                                                              I predict my most played song will be De Diepte by S10 #SpotifyWrapped
## 7597                                                      top artist for #SpotifyWrapped will be taylor swift\n\ntop pod will either be @RuPalpsPodrace or @Story_Tavern
## 7598                                                                                 I predict my most played song will be Lavender Haze by Taylor Swift #SpotifyWrapped
## 7599                      Why wait for #SpotifyWrapped when websites like #audiohabits exist?  Genres are meaningless anyway.\n\n@SmooveTurrell… https://t.co/Esl2wb8EgE
## 7600                                                                                                           I predict my top podcast will be ludocast #SpotifyWrapped
## 7601                                                                                                         can we get something like #spotifywrapped but for onlyfans?
## 7602                                                                         I predict my top artist will be like previous years again once more, BTS 💀👍 #SpotifyWrapped
## 7603                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop.
## 7604                                                                                    I predict my most played song will be all too well 10 mins ver 🫣 #SpotifyWrapped
## 7605                                                                                                   I predict my most played song will be BAD ROMANCE #SpotifyWrapped
## 7606                               Dogle sale...😡\n#rana0037\n#Tranding \n#foryoupage \n#Explore #ExploreMore #exploration #exploreyourarchives… https://t.co/6mpZIFN8tB
## 7607                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7608                                                                                               I predict my most played song will be A tour le monde #SpotifyWrapped
## 7609                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped big time rush paralyzed.
## 7610                                                                      Hey! I thought we were all boycotting Spotify, and now I'm seeing #SpotifyWrapped on my feed??
## 7611                                                                                            I predict my top genre will be like previous years, Kpop #SpotifyWrapped
## 7612                                                         I predict my top artist will be System of a Down lmao\nand if not then...I don't even know- #SpotifyWrapped
## 7613                                I predict my most played song will be domino (english) skz because of how many times I played it over for my friends #SpotifyWrapped
## 7614                      You don't have to be adequately prepared to do what God have asked you to do.\n\nYou are progressively prepared along… https://t.co/BBd5uz2nU2
## 7615                                                                 I predict my top artist will be either @TRENDZ_OFFCL, @Stray_Kids, or @xydofficial! #SpotifyWrapped
## 7616                  WHY SOME PEOPLE STAY BROKE!*\n\n1. Full of Doubt\n\n2. Fear of other failed businesses\n\n3. Comfortable with being broke… https://t.co/gUC3ewbQu7
## 7617                                                                                           I predict my most played song will be Love Dive by IVE 💀💀 #SpotifyWrapped
## 7618                                                       GHC690.00 each\nThread\n#SpotifyWrapped \n#CyberMondayAmazon #gha\n#WorldcupQatar2022 https://t.co/y6ZysSrCJ0
## 7619                                          @MOlumilade Congratulations to your winning yesterday 🎊 🎊 🍾 🍾 💯💯 #CyberMondayAmazon #SpotifyWrapped #FIFAWorldCupQatar2022
## 7620                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7621                        There have been a lot totally unexpected things that have happened in the crypto space over the past 2 months. Bloc… https://t.co/fRJr6TA2UR
## 7622                                                                                   can't wait for the #SpotifyWrapped so here's #instafest 🙃 https://t.co/eFn5fHJFSi
## 7623                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7624                                   The way I have listened to 70s, 80s, 90s more than 2022 songs . It's gonna be wild to see #SpotifyWrapped https://t.co/e5j7M9NT5F
## 7625                                                                                                                                       WHERE R UUUUU #SpotifyWrapped
## 7626                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7627                        A #songwriter/ #lyricist is here. \n\nI write for a living (all genre).\nHit me up now\nSerbia cameroon onana kudus… https://t.co/hLiYH5tuXS
## 7628                                                   I predict my most played song will be UGH! by BTS because so many people tried me this year &lt;3 #SpotifyWrapped
## 7629                                                                                       I predict my most played song will be Wrecked @Imaginedragons #SpotifyWrapped
## 7630                   I can’t lie music put us in another zone #ILoveYou.\n\nKeep Downloading /Stream 👉👉\nhttps://t.co/ery0hoW48D\n\nHave a gr… https://t.co/mbnX4RKgHn
## 7631                                                                                         I predict my most played song will be southview by @8_4_8_5 #SpotifyWrapped
## 7632                                                   I predict my top artist will be probably ajr because of the number of songs I listen to from them #SpotifyWrapped
## 7633                                                                    I predict that my most played song will be Go luck yourself - ghost of the robot #SpotifyWrapped
## 7634                                                                              I predict my top genre will be K-pop. For the millionth year in a row. #SpotifyWrapped
## 7635                                                                                 I’m really scared my top song on #SpotifyWrapped is gonna be “The Nanny” theme song
## 7636                                                                                                 I predict my most played song will be Heat Waves 🤍  #SpotifyWrapped
## 7637                                                                                     I predict my most played song will be that's our lamp by Mitski #SpotifyWrapped
## 7638                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 7639                                                        I know I have manipulated @spotifyindia into making that song my most-played song this year. #SpotifyWrapped
## 7640                                            Morning!!! Have a great week everyone #SpotifyWrapped “Dee dee na na na \nSaturday night, I feel the air is getting hot”
## 7641                                                                     if #SpotifyWrapped  isn't your culture then just move along LET ME LIVE https://t.co/mSOe3M0xZR
## 7642                                                                                                           I predict my top artist will be BAD BUNNY #SpotifyWrapped
## 7643                                                                                                      I predict my top podcast will be @deuxmoiworld #SpotifyWrapped
## 7644                        i feel like spotify wrapped is way too big a deal. like all it's gonna do is tell you what you already know. it's f… https://t.co/xuO0en2DDH
## 7645                                                                                                            I predict my top artist will be Coldplay #SpotifyWrapped
## 7646                      This man's prayer can Save Ghanas Economy heeerh. \n\n#Blackstar #kudus dede ayew man of the match  #SpotifyWrapped b… https://t.co/olUUZEPXvZ
## 7647                                                           What do have to say about it \n  🤐🤐🤐🤐🤐🤐 #SpotifyWrapped\n#BrazilGP  comment below https://t.co/DCeW7Mj0MP
## 7648                                                                                                          I predict my top artist will be Bad Bunny  #SpotifyWrapped
## 7649                                                                                              I predict my top artist will be @newnewgf for sure lol #SpotifyWrapped
## 7650                                                                                           I predict my most played song will be goodbye from arcane #SpotifyWrapped
## 7651                                      Do you remember when you joined Twitter? I do!\nWow here is to more years of tweeting and connecting!… https://t.co/Bf6s5OPIm9
## 7652                                                                                                                                  is #SpotifyWrapped coming on dec 1
## 7653                                                                                      I predict my most played song will be  renegade - taylor swift #SpotifyWrapped
## 7654                                                                                                                                   where is mine ????#SpotifyWrapped
## 7655                                                                                         I predict my most played song will be Closure by @graicekay #SpotifyWrapped
## 7656                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 7657                                                                                                    Mine its gonna be completely different this year #SpotifyWrapped
## 7658                                                                                   I predict my top artist will be either Taylor Swift or Noah Kahan #SpotifyWrapped
## 7659                                                                                                   PLEASE RELEASE IT ALREADY #SpotifyWrapped https://t.co/vzzo0wyxGq
## 7660                  DELIVERED THAT WIN 🎯\n\nUconn -4 (-140)💵\n\nSaid it would be a WHOOPIN, I’ll classify an 18pt W as just that🔒\n\nFINISH S… https://t.co/uX8lZfBaDP
## 7661                                                                                                     I predict my most played song will be 'Brividi' #SpotifyWrapped
## 7662                                                                 I predict my most played song will be [fund and forget by theekidace and ssj twiin] #SpotifyWrapped
## 7663                      🤣wizkid is funny Af @DJ_TUNEZ straight to the top 🦅🖤\n\nNzaza calabar #hookup #dontkillsoftdrinks #portable Oriyomi A… https://t.co/WLsOereh5R
## 7664                                                                                                        I predict my top artist will be lana del rey #SpotifyWrapped
## 7665                                                                                                   I predict my top podcast will be @Ologies 100% :) #SpotifyWrapped
## 7666                                                                                                              I predict my top artist will be MARETU #SpotifyWrapped
## 7667                       Introducing Catch Wrapped! \nIt’s everyone’s much-loved deep-dive into how your choco-choices defined your music cho… https://t.co/WbuHfukx7h
## 7668                                                                                          What’s your #instafest look like 👀 #SpotifyWrapped https://t.co/ALP4libyGy
## 7669                                Do I even have Tweeps...Mans just been Retweeting and Liking😂 \n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022… https://t.co/6qoViUuoTV
## 7670                                                        My favorite artist will either be The Score, Skillet, or Imagine Dragons. Maybe even PelleK. #SpotifyWrapped
## 7671                                                                                      I predict my top podcast will be Dan Carlin's Hardcore History #SpotifyWrapped
## 7672                                                                                                                PURRRR! #SpotifyWrapped day! https://t.co/fuXo8EH03I
## 7673                                                                                           I predict my most played song will be The Rumbling by SiM #SpotifyWrapped
## 7674                                                                                                             I predict my top genre will be Otacore  #SpotifyWrapped
## 7675                                                                                                      I predict my top artist will be olivia o’brien #SpotifyWrapped
## 7676                                                                    I predict my most played song will be The Key to Life on Earth by Declan McKenna #SpotifyWrapped
## 7677                                                                                                    I predict my top podcast will be @KnowForSurePod #SpotifyWrapped
## 7678                      DONT FORGET, OUR CYBER MONDAY SALE IS LIVE TODAY! You cannot beat 30% off! \n\nIf you were looking for a time to buy,… https://t.co/6rAGIuJKgn
## 7679                                                                                         I predict my most played song will be Easy Peasy Euthanasia #SpotifyWrapped
## 7680                  #breakthematrix\n\nThe societal brainwashing dam is cracking.\n\nReady tor burst at the seams.\n\nSlaves are becoming sel… https://t.co/cHmcC1CyWM
## 7681                                                                                       i predict my most played song will be kiss land by the weeknd #SpotifyWrapped
## 7682                               We Develop high-performing #eCommerce Websites!\n\nWe Develop Professional, Modern, Responsive, and friendly… https://t.co/xVn4V3FdaJ
## 7683                                                                                                     I predict my top podcast will be Joe Rogan lmao #SpotifyWrapped
## 7684                                 I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)… https://t.co/SblV1vPD6n
## 7685                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 7686                                                                                     I predict my top genre will be Dance Pop cause it always is lol #SpotifyWrapped
## 7687                        Evenflo Reversi Lightweight Reversible Stroller\n$69, originally $104\nhttps://t.co/S88mZmEfvm\n#Deals #CyberMonday… https://t.co/0sllKdRicm
## 7688                                                                                                            I predict my top artist will be @iameden #SpotifyWrapped
## 7689                                                                                     I predict my most played song will be Blinded by As I Lay Dying #SpotifyWrapped
## 7690                                                                                                          I’m tired of the teasing put out already 😩 #SpotifyWrapped
## 7691                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 7692                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7693                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7694                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 7695                        Garri wey I buy on credit, nylon don tear for road Abeg make una drop motivational quotes for me make I use hold bo… https://t.co/ybftfPqSQL
## 7696                                                                                I predict my top genre will be [anime music or Love Live idol music] #SpotifyWrapped
## 7697                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7698                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 7699                                          I swear he don dey red gan oh shey i go do money ritual like this 🫣😫😫 #SpotifyWrapped #KoreaGhana… https://t.co/phRNvqVtHM
## 7700                                                                                 I predict my most played song will be camera roll - kacey musgraves #SpotifyWrapped
## 7701                    #SpotifyWrapped here are some demographics \n\n2018 dropped December 4-5 \n2019 dropped December 12th \n2020 dropped No… https://t.co/RjXBD1qIOq
## 7702                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 7703                                                                                    I predict my top artist will be Taylor Swift 🤭 siapa lagi ya gak #SpotifyWrapped
## 7704                                                                                                 I predict my top podcast will be [New Rory and Mal] #SpotifyWrapped
## 7705                                                                                                             I predict my top genre will be [hiphoo] #SpotifyWrapped
## 7706                                                                                              I predict my most played song will be Nxde by (G)I-DLE #SpotifyWrapped
## 7707                               I’m already an hour into this game and want to slap tf out of Atreus https://t.co/8Ji3UXpUnh #SpotifyWrapped… https://t.co/zdNnH15lKq
## 7708                                                                          Saw #SpotifyWrapped trending and i immediately checked my spotify😂 https://t.co/HasMwnZIZW
## 7709                                                                                        I predict my most played song will be Love Dive, O.O ou Dice #SpotifyWrapped
## 7710                                                                                                    I predict my top artist will be @phoebe_bridgers #SpotifyWrapped
## 7711                                                                                                I predict my most played song will be Rawww by youra #SpotifyWrapped
## 7712                                                                                                   ahh, americas favorite holiday #SpotifyWrapped day is coming soon
## 7713                         Don't rush the process. Allow yourself to grow at your own pace. Stop comparing your life to what other people are doing. \n#SpotifyWrapped
## 7714                                                                         Teakook dance to together 💜\n#BTSV \n#BTSJUNGKOOK \n#SpotifyWrapped https://t.co/QeyfjjT9SU
## 7715                                                                                                    I predict my top artist will be [landon tewers ] #SpotifyWrapped
## 7716                                                                                                                                 honestly scared for #SpotifyWrapped
## 7717                                                                                 I predict my most played song will be Halloween by @phoebe_bridgers #SpotifyWrapped
## 7718                                               playing antifragile a few more times to make sure it ends up at the top of my #spotifywrapped https://t.co/J37NY3QnFV
## 7719                                                                                                 I predict my top artist will be IVE, Aespa ou Twice #SpotifyWrapped
## 7720                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 7721                                                                                                    I predict my top genre will be metal for sure 🤣🤣 #SpotifyWrapped
## 7722                                  Me acting shocked when I’ve orchestrated and calculated my favourite songs of all time to be in the top 3… https://t.co/i1U7BA3OsL
## 7723                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 7724                        Wireless Camera\nWiFi \nSD card\nTwo way talk\n\nSolar indoor camera\nWiFi \nTwo way talk\nSD card\n#SpotifyWrapped… https://t.co/iTSGS2PIEb
## 7725                                                                      logs in to TWITTER\nsee her photo \n"bhai ye kitne sundar hai"\nlogs out 🚶🏻\n\n#SpotifyWrapped
## 7726                                                                                                              happy #SpotifyWrapped week to those who celebrate 🕺🏻🕺🏻
## 7727                        For me I think @SuiNetwork is good to be the next big thing in the space, I have read and research on this project,… https://t.co/RzV7s8KIBL
## 7728                                 Good Morning. I'm cold in Florida can you warm me up? \n#Feet #FloridaGirl #warmmeup #music #SpotifyWrapped https://t.co/if5MHmxqUG
## 7729                                              mine is probably. gonna be atrocious but i’m assuming TV girl or machine girl OR maybe ICP as my top 3 #SpotifyWrapped
## 7730                                                                                                         I predict Fireboy DML my top artist will be #SpotifyWrapped
## 7731                   NATIONAL LOGISTICS CELL (NLC) JOBS 2022\n \nAPPLY HERE :\nhttps://t.co/CJy6xSlh30 \n\n Follow https://t.co/KlT946mXbN to… https://t.co/c6XLXv9qXQ
## 7732                                                                                                  yall got #SpotifyWrapped trending so i thought it was out wtf 😭😭😭😭
## 7733                                   Arteries are red 🟥\nVeins are blue 🟦\nI will be ur six 6️⃣\nWill u be my nine \n#SpotifyWrapped #RedVelvet… https://t.co/Qnmhk5nLok
## 7734                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 7735                                                                                      I predict my most played song will be… #SpotifyWrapped https://t.co/zdozcxTKXh
## 7736                                                                                                            I predict Afrobeats my top genre will be #SpotifyWrapped
## 7737                      My niece and nephews have got me f***ed up! 😅😂 \n\n#Spotify #SpotifyWrapped #Instafest #Prince #Prince4Ever #JoeArroyo https://t.co/VP9hGvqy98
## 7738                                                                                                             I predict my top genre will be Dancepop #SpotifyWrapped
## 7739                                                                                   I predict my most played song will be Dearly Beloved by Daughtry. #SpotifyWrapped
## 7740                                                                                                   I predict my top podcast will be Sibling Rivalry  #SpotifyWrapped
## 7741                                                                                            I predict my top artist will be Harry Styles (obviously) #SpotifyWrapped
## 7742                                                  I predict my most played song will be “chit chat” by @tokenhiphop or something from @billieeilish 😂#SpotifyWrapped
## 7743                                                                                                                                Just give me already #SpotifyWrapped
## 7744                                                                                                   I predict my top artist will be Tyler Shawn &lt;3 #SpotifyWrapped
## 7745                                                                                                        I predict my top artist will be Luisa Sonza  #SpotifyWrapped
## 7746                                                                                            I predict Bandana by Fireboy my most played song will be #SpotifyWrapped
## 7747                                                                                                           I predict my top genre will be jazz/blues #SpotifyWrapped
## 7748                  Hello Monday ✨ \nKeep on chasing your dreams 😘\nActivate Levels 👉$155Dai\nhttps://t.co/8kYWBM6kUH\n\nFollow up on Telegr… https://t.co/TdXRpHBdyZ
## 7749                                                                                                          I predict my top podcast will be [no clue] #SpotifyWrapped
## 7750                                                                                                I predict my top artist will be Taylor Swift ✨✨✨✨#SpotifyWrapped
## 7751                                                                                                        I predict my top artist will be Twice (duh)  #SpotifyWrapped
## 7752                                                                                              I predict my most played song will be SloMo by Chanel  #SpotifyWrapped
## 7753                             Go go go !!! https://t.co/6l6N00Va5F #SpotifyWrapped #CyberMondayAmazon #CAMSER #LOONA #RedVelvet #CyberMonday… https://t.co/lgaL8sfaxY
## 7754                                                                                                  I predict my top artist will be [Taylor Swift duh] #SpotifyWrapped
## 7755                                                                                                I predict my most played song will be Pop! by Nayeon #SpotifyWrapped
## 7756                                                                                          I predict my top artist will be ELLIOTT SMITH it has to be #SpotifyWrapped
## 7757                        Tips: It's not just Spotify that has a year-end wrap-up feature, Apple Music does too! Here's how to get your Apple… https://t.co/ah6LALfqw6
## 7758                        I predict my most played song will be Sad Machine by @porterrobinson. Worlds has been on blast all year and I am no… https://t.co/QhFlgVg4F5
## 7759                                                                                                              I predict my top genre will be [pop??] #SpotifyWrapped
## 7760                                                                                         I predict my most played song will be [August-Taylor Swift] #SpotifyWrapped
## 7761                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7762                                                                    I predict my most played song will be [anti hero or dear reader by Taylor Swift] #SpotifyWrapped
## 7763                   Like share &amp; follow💗 us \n#Twittertrending  #twitterviral #trending #viral #twitter #motivation #exam #jobmotivation… https://t.co/cUVFnajfAq
## 7764                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7765                                 How 2 Relock Bootloader Of Any Realme Mobile Phone https://t.co/0cPVn42Coh via @YouTube #YOUTUBERS #Google… https://t.co/TxxiAin6Zc
## 7766                                                     I predict my top podcast will be @MurderSmall  the same it’s been for three consecutive years.\n#SpotifyWrapped
## 7767                                                                                               #CyberMonday  #SpotifyWrapped into the future https://t.co/RkZWlFWqyV
## 7768                                                                                   I predict my most played song will be son of sam by elliott smith #SpotifyWrapped
## 7769                        On the weekends twitter is dead no one is really tweeting. All of a sudden Monday morning hits and it’s like a rush… https://t.co/5K0w0Bwbzi
## 7770                                                                                                 I predict my most played song will be anti hero tbh #SpotifyWrapped
## 7771                                                                         won’t be surprised if #1 stays the same this year\n #SpotifyWrapped https://t.co/P68g7UwhXX
## 7772                                                                        #SpotifyWrapped is trending cmon guys give the people what they want. im ready to be humbled
## 7773                        My #SpotifyWrapped list this year looks the same it has the last 10 years or so. When you have already found the be… https://t.co/LYfXZhYnGJ
## 7774                                                                                                  I predict my top podcast will be Philosophize This #SpotifyWrapped
## 7775                                                                                I predict my top artist will be Lana Del Rey #SpotifyWrapped https://t.co/p9yoPkqF1R
## 7776                                                                                              I predict my most played song will be tokyo teddy bear #SpotifyWrapped
## 7777                                                                                                                       WHEN  #SpotifyWrapped https://t.co/TZVsKNhWGO
## 7778                                                                                                     Free Ket at my festival #SpotifyWrapped https://t.co/31Bh3Sws5i
## 7779                                                                                                      I predict my top artist will be my first story #SpotifyWrapped
## 7780                                                                            I predict my top podcast will be Banter or UK true crime one I listen to #SpotifyWrapped
## 7781                                                                                                                   streets saying #SpotifyWrapped comes out on dec 2
## 7782                                                New in Twitter #SpotifyWrapped #RedVelvet #PakistanCricket #السعوديه_بولندا #JHOPEatMAMA2022 https://t.co/s4vefvlkaC
## 7783                                                                       I predict my top podcast will be [either my sleep podcast or @SLUMBERPODCAST] #SpotifyWrapped
## 7784                                                                                   waiting for #SpotifyWrapped wrapped to drop like @Spotify https://t.co/McpdIsngnk
## 7785                                                                                                      I predict my top genre will be pop or pop punk #SpotifyWrapped
## 7786                        I didn't know there were #SpotifyWrapped devotees until I met my husband. This man is completely jazzed to see ever… https://t.co/C2FmgVCF0D
## 7787                               Had to remind her she a nigga too😂😂😂😂 #HerLoss #friendlyfire #ImACeleb #SpotifyWrapped #RedVelvet #DramaAlert https://t.co/hQFd7z7gza
## 7788                                                                                               I predict my top artist will be Them Crooked Vultures #SpotifyWrapped
## 7789                                                                                                           I have a feeling. #SpotifyWrapped https://t.co/LQVpAracb1
## 7790                                                                                                        I predict my top artist will be Ethan Jewell #SpotifyWrapped
## 7791                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 7792                                                                    I predict my most played song will probably be a weezer song. I will be weezered #SpotifyWrapped
## 7793                                                                                                                        can thishe shit drop already #SpotifyWrapped
## 7794                                         Uhhh uhm is there one for Youtube because that’s where I listen to music almost exclusively lately HAHAHAHA #SPOTIFYWRAPPED
## 7795                                                                                                        I predict my top artist will be [waterparks] #SpotifyWrapped
## 7796                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 7797                                                                                                                      I actually have no predictions #SpotifyWrapped
## 7798                                                               I predict my most played song will be: The Dark by Ethan Jewell or Change by Deftones #SpotifyWrapped
## 7799                                                                                                I predict my most played song will be [funeral grey] #SpotifyWrapped
## 7800                                                                                         I predict my most played song will be Working for the knife #SpotifyWrapped
## 7801                                                                                                         I predict my top podcast will be Estas Rica #SpotifyWrapped
## 7802                                                                                         I predict my top podcast will be probably a leaked song one #SpotifyWrapped
## 7803                                                                                        y’all know my top artist for #SpotifyWrapped is gonna be @the1975 no hate xo
## 7804                                                                                                     I predict my top artist will be ariana..... idk #SpotifyWrapped
## 7805                                                                                               I predict my most played song will be Bendito Castigo #SpotifyWrapped
## 7806                                                                                                           How are you feeling about your impending #SpotifyWrapped?
## 7807                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 7808                                                                                                  I predict my most played song will be She Abunai \n#SpotifyWrapped
## 7809                                                                                                            I predict my top artist will be [Polo G] #SpotifyWrapped
## 7810                                                                                I predict my top artist will be… mr abel tesfaye himself. The Weeknd‼️#SpotifyWrapped
## 7811                                                                         True \n#SpotifyWrapped #RedVelvet #PakistanCricket #JHOPEatMAMA2022 https://t.co/9FTr4z2JTN
## 7812                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 7813                     You get mind comot soldier hairdressing? 😳😳😳\nCameraman na him funny me pass… 🤣🤣🤣🤣\n\n#naijaunlockd Ademola Adeleke. L… https://t.co/dMvtu2ACCw
## 7814                      I predict my most-played song will be Good Days by SZA  \nI predict my top genre will be Pop\nI predict my top artist… https://t.co/BHzUQxz1A2
## 7815                           GM UNDEAD CLUB \n\n#NFTS #NFT #NFTCommunity #opensea #eth #Cryptocurency #crypto #CyberMondayAmazon #CyberMonday… https://t.co/08fTH2hyKS
## 7816                                                                                                                 i’m….so gay #SpotifyWrapped https://t.co/CRKhwAY7MO
## 7817                                                                                            I predict my most played song will be [Oslo - Lil Macks] #SpotifyWrapped
## 7818                                                                                                    I predict my top artist will be Taylor Swift 😅😅😅 #SpotifyWrapped
## 7819                                                                                                        I predict my top artist will be @AJRBrothers #SpotifyWrapped
## 7820                                           I sort of dread #SpotifyWrapped being released because I know my top songs will be from my “Guilty Pleasures” playlist 🤦‍♀️
## 7821                                                                                 I predict my top podcast will be anything goes by emma chamberlain  #SpotifyWrapped
## 7822                          Best Supportive comment I got about my music 🥹🥹♥️♥️ #SpotifyWrapped #CyberMondayAmazon #AppleMusicLive #TrendingNow… https://t.co/pEF8BkgKck
## 7823                        Paid £5 for a Spotify analytics app to see my #SpotifyWrapped early but it could take up to 30 days to actually work https://t.co/RTpnnJGRtg
## 7824                                                                               I predict my most played song will be [back to black - amy winehouse] #SpotifyWrapped
## 7825                                                                    I’m not getting anything in my #SpotifyWrapped fest because I pay that thing but do not use it 🥴
## 7826                                                                                            I predict my most played song will be [Half Life by Djo] #SpotifyWrapped
## 7827                                                                                              I predict my top genre will be Pop or Alternative/Punk #SpotifyWrapped
## 7828                                                                             Forex is a scam. Forex is a scam. Forex is a scam. #MONEY #SpotifyWrapped #FIFAWorldCup
## 7829                                                                                                     I predict my most played song will be Anti-Hero #SpotifyWrapped
## 7830                                                                                               I predict my top artist will be [ZAYN or central cee] #SpotifyWrapped
## 7831                                  Brazil vs Switzerland\n\n#DataScience suggests #bra win but will #Sui pull off a wonder?\n\n#FIFAWorldCup… https://t.co/7AzBlhn4zl
## 7832                                                                                              I predict my top genre will be dance pop/Norwegian pop #SpotifyWrapped
## 7833                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7834                                                            My #spotifywrapped is gonna be Beyoncé, Panic! At The Disco and Arctic Monkeys. And I'm not mad about it
## 7835                                                                                      Year is ending…#SpotifyWrapped https://t.co/8i49pzZs5M https://t.co/xoCxFuAncV
## 7836                      I’ma be annoying for a sec sorry \n\nI predict my most played song will be Cornelia Street (Live in Paris), Twinkle L… https://t.co/atQlLPlLN8
## 7837                                                                             I predict my top artist will be BTS *shocker 😏* #SpotifyWrapped https://t.co/O3D8OvKKRk
## 7838                                                                                                                 I predict my top artist will be bts #SpotifyWrapped
## 7839                                                                                          I predict my most played song will be [Yeah right by joji] #SpotifyWrapped
## 7840                                                                                                               I predict my top artist will be harry #SpotifyWrapped
## 7841                                                                                                            I predict my top genre will be indie pop #SpotifyWrapped
## 7842                                                                                                                               #SpotifyWrapped is around the corner…
## 7843                                                                         I predict my top podcast will be [It coludirse be one from Carolina Braedt] #SpotifyWrapped
## 7844                                                        It's that time of the yr when we share the QCJ #SpotifyWrapped for 2022! Here it is: https://t.co/woqPV3Pd5G
## 7845                                                                                                       I predict my most played song will be unholy  #SpotifyWrapped
## 7846                         @PTI_News no news channel is showing this. @AAPDelhi @ItsShubhangi @Cyberdost @BeingSalmanKhan @msisodia @TimesNow… https://t.co/WmPmLaMauW
## 7847                                                                    Happy raho or happy rahne do #SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 https://t.co/VzL9cUge5X
## 7848                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 7849                                                          Metalheads cursing Metallica for releasing a new song now as it won’t be included in their #SpotifyWrapped
## 7850                                                                                                   I predict my top podcast will be @dissectpodcast. #SpotifyWrapped
## 7851                                                                                           i predict my most played song will be ivy by taylor swift #SpotifyWrapped
## 7852                                                                                                     I predict my top artist will be Kendrick Lamar. #SpotifyWrapped
## 7853                        I predict my top podcast will be i use stitcher premium so i dont know what ive clicked on spotify but in general i… https://t.co/PuiieNUh5h
## 7854                                                                                                       I predict my top podcast will be [#hobbylos ] #SpotifyWrapped
## 7855                                                                               I predict my top artist will be [Britney Spears or Benjamin Ingrosso] #SpotifyWrapped
## 7856                                                                                                             I predict my top genre will be hip-hop. #SpotifyWrapped
## 7857                                                                                                     I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 7858                                                                                                    I predict my top artist will be Beyoncé/BadBunny #SpotifyWrapped
## 7859                                                         Yep, sounds about right. 😂 #Spotify #SpotifyWrapped #Instafest #Prince #Prince4Ever https://t.co/6B3BR3VXdK
## 7860                             I’m donating my match fees from this Test series to the Pakistan Flood appeal ❤️🇵🇰\n\n#PakvsEng2022 #BabarAzam𓃵… https://t.co/1iaF5mcrwf
## 7861                          Why should a person start a  @YouTube channel.\nAnswer…………….\n.\n.\n@YouTubeCreators @TeamYouTube #SpotifyWrapped… https://t.co/axNoIMZ4ya
## 7862                                                                                                               I predict my top genre will be [KPOP] #SpotifyWrapped
## 7863                                                                                        I predict my top genre will be [pop and many other variants] #SpotifyWrapped
## 7864                                                                              I predict my most played song will be "Unreachable" - John Frusciante. #SpotifyWrapped
## 7865                                                                                    I predict my most played song will be Soft Boy or Rises The Moon #SpotifyWrapped
## 7866                                              We have a classical playlist that loops for my toddler all night so my #SpotifyWrapped be like https://t.co/sPW970dJkL
## 7867                                                                                                           I predict my most played song will be ... #SpotifyWrapped
## 7868                                                                                                       I predict my top artist will be [LE SSERAFIM] #SpotifyWrapped
## 7869                                                                                                           I predict my top genre will be [R&amp;B?] #SpotifyWrapped
## 7870                                                                        I predict my most played song will be [Slomo-Chanel] #SpotifyWrapped https://t.co/nlcp2Ljzz3
## 7871                                                                                                                 I predict my top genre will be DSMP #SpotifyWrapped
## 7872                                                                             I predict my most played song will be all too well (10 minutes version) #SpotifyWrapped
## 7873                         🔥 Happy Monday! 🔥\nThe Mezz Music Monday playlist is updated! Listen now 👏 #newmusic #newartist #SpotifyWrapped \n\nhttps://t.co/IUL90Echeu
## 7874                                                                                Waiting for my yearly mental health analysis report. (also known as #SpotifyWrapped)
## 7875                                                                                                                we’re gonna get #SpotifyWrapped on dec 1st me thinks
## 7876                LAGOSTAR wire &amp; cable are your solution\nIf you have been struggling with long electrical bills.\n\n.\nFor more informa… https://t.co/fEHXAYX9tY
## 7877                                                                                                     I predict my top artist will be Taylor’s Swift. #SpotifyWrapped
## 7878                          Yesterday's A History...\nTomorrow's A Mystery...\n...But Today; Today's A Gift.\n\nThat's Why Its Called PRESENT… https://t.co/Xq4EFZtOCS
## 7879                                                                                                I predict my top podcast will be THE MAGNUS ARCHIVES #SpotifyWrapped
## 7880                        BTS, J-HOPE and THE WEEKND headlining my fest ofc 😌💜 #SpotifyWrapped \nbp?? Nahh my mom she keeps asking me to play… https://t.co/EACQmCoPBV
## 7881                                                                                              I predict my most played song will be redguard snipers #SpotifyWrapped
## 7882                                                                                                     I predict my most played song will be [Run BTS] #SpotifyWrapped
## 7883                      I predict my top artist will be Camila Cabello #SpotifyWrapped\nI don’t know I REALLY CAN’T PREDICT at all tho\nI gue… https://t.co/6ium35fhNX
## 7884                                                                                             I predict my top podcast will be #ShaggedMarriedAnnoyed #SpotifyWrapped
## 7885                                                                                  I predict my most played song will be [Sour grapes - #LESSERAFIM ] #SpotifyWrapped
## 7886                                 i'll almost know what my spotify wrapped will be like lmao\n\n#투모로우바이투게더 @TXT_members @TXT_bighit… https://t.co/a5W7U70kvr
## 7887                                                                                                                 I predict my top artist will be egg #SpotifyWrapped
## 7888                                                                                 I predict my top artist will be imagine if i didnt say taylor swift #SpotifyWrapped
## 7889                                                                     Whether my Spotify wrapped is good or bad this year I’m still gonna be annoying #SpotifyWrapped
## 7890                                                              I predict my top genre will be hmmm 🤔 idk! maybe rap? rock? country? jk it's pop 😵‍💫🫠🤪🤩 #SpotifyWrapped
## 7891                                                                                                               I predict my top artist will be sissi #SpotifyWrapped
## 7892                                                                                                     I predict my top podcast will be Modus Operandi #SpotifyWrapped
## 7893                                                         If I'm too embarrassed to share my spotify instafest what am I going to do when #SpotifyWrapped comes out 😳
## 7894                                                                       I predict my top genre will be [pop or alr depending on where is Lana placed] #SpotifyWrapped
## 7895                                                                                                           I predict my top artist will be NCT Dream #SpotifyWrapped
## 7896                        @Hamlin67919122 @donald_mac24 @Jewell5Jr @lockej1234 @BarstoolMSU Not trying to be presumptuous here, but I would s… https://t.co/eTMMhlnNiP
## 7897                                                                                                              I predict my top genre will be pop/rnb #SpotifyWrapped
## 7898                                                                                                 my #SpotifyWrapped will tell me everything i need to know this year
## 7899                        Make up and Music: This week we are talking about the woman that help make this hip hop males have a relevant caree… https://t.co/dmSV9dPbFJ
## 7900                                 Premiers in one hour on YouTube! \n\nFirst 1,000,000 likes gets a cool leaf I found outside.\n\n#backrooms… https://t.co/s9SJqG6HJq
## 7901                                                                                  I predict my most played song will be [Red Daisy by Billy Strings] #SpotifyWrapped
## 7902                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 7903                                                                                                      I predict my most played song will be danshari #SpotifyWrapped
## 7904                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 7905                                                                                 I predict my top podcast will be Erin is the Funny One ~@jacksfilms #SpotifyWrapped
## 7906                                                                                            I predict my most played song will be Beware ~@KryptLMAO #SpotifyWrapped
## 7907                                                                                                         I predict my top genre will be Classic rock #SpotifyWrapped
## 7908                                                                                                             I predict my top artist will be @Eminem #SpotifyWrapped
## 7909                                                                                              I predict my most played song will be crying lightning #SpotifyWrapped
## 7910                                                         I predict my most played song will be fast times by sabrina carpenter or yuck by charli xcx #SpotifyWrapped
## 7911                                                                                                              VAR team today #SpotifyWrapped https://t.co/uExHKYi2cB
## 7912                                                                                           I predict my most played song will be Beatbox - NCT Dream #SpotifyWrapped
## 7913                         I’m anxiously waiting for Spotify Wrapped to come out but in the meantime my instafest for the past six months and… https://t.co/HaBNlDWLho
## 7914                         @Spotify has officially launched the #SpotifyWrapped hashflag for 2022. What do you predict will be your #1 #song,… https://t.co/BE6QMs0pzE
## 7915                                                                                I predict that twenty one pilots will be my top artist this year for #SpotifyWrapped
## 7916                                                          Undead. #SpotifyWrapped #CyberMondayAmazon #halo #haloinfinite #xbox #onlinegaming https://t.co/1s7IPAbtn4
## 7917                                        I predict my most played song will be [Holy Ground by Taylor Swift \nor\nsummertime sadness by Lana del rey] #SpotifyWrapped
## 7918                  my predictions: #SpotifyWrapped\n\ntop song: life by the sea or perfume hmm\n\ntop artist: lovejoy, easily \n\ntop genre:… https://t.co/jVRnKzXQKK
## 7919                                                          Work from home\n#freelancers \n#fiverrgig \n#upwork \n#SpotifyWrapped \n#RedVelvet https://t.co/MNOYe4y3Pt
## 7920                                                 Generosity is more than a gift to others. It’s a reflection of your heart.\n\nThe Bible says 🙏🏾🤎\n\n#SpotifyWrapped
## 7921                                                                                       I predict my most played song will be cardigan - Taylor Swift #SpotifyWrapped
## 7922                                                                                            I predict my top artist will be ODESZA. No way it won't. #SpotifyWrapped
## 7923                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \ntaylor swift @taylorswift13… https://t.co/HpZbLcajzi
## 7924                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift lol obvs
## 7925                                                                  I predict my top podcast will be The McElroy Brothers Will Be In Trolls World Tour #SpotifyWrapped
## 7926                                                           This guy is fast and good @TariqLamptey 🇬🇭🇬🇭🇬🇭🇬🇭 #SpotifyWrapped #ghanablackstars https://t.co/tRTXqVJJy1
## 7927                                                                                              It’s embarrassing how excited I am for Spotify wrapped #SpotifyWrapped
## 7928                                                                                     i predict my most played song will be feel good inc. - gorillaz #SpotifyWrapped
## 7929                                 It’s  #portable and it’s #hookup so let’s get strategic , omg it’s starting to shock me sportybet loading…… https://t.co/Pf2wBuFp5B
## 7930                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 7931                                                                                       I predict my top artist will be BELLE #SpotifyWrapped https://t.co/OgWtUVROKE
## 7932                                                                                          Just chill 🙂 \n#centrous #Pakistan #SpotifyWrapped https://t.co/uXFUBFddTC
## 7933                                                                                                       I predict my top artist will be [ Lucki duh ] #SpotifyWrapped
## 7934                                                                                                          I predict my top genre will be [Reggaeton] #SpotifyWrapped
## 7935                                                                                                           I predict my top artist is taylor swift 🫶🏻#SpotifyWrapped
## 7936                           Reach for the future and reach the goal of becoming a successful Entrepreneur.\n#PakistanCricket #SpotifyWrapped… https://t.co/sRkWvzMLVE
## 7937                                                                     I predict my top genre will be electronic pop or maybe something rocks inspired #SpotifyWrapped
## 7938                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped "Savior Complex" by Phoebe Bridgers
## 7939                                                                                                               I predict my top artist will be TWICE #SpotifyWrapped
## 7940                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 7941                                                                                                     I predict my most played song will be Astrogirl #SpotifyWrapped
## 7942                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 7943                                                                                          Praying for the day there’s an actually cute colour scheme #SpotifyWrapped
## 7944                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 7945                        Cant really say that I'm that excited for #SpotifyWrapped\nBut its not because of Spotify but rather me. I've again… https://t.co/5MzEjVcw1n
## 7946                                                                                                  I predict my top artist will be #Red Velvet!! 💝💛💙💚💜#SpotifyWrapped
## 7947                                                                                                  I predict my most played song will be [Ferxxo 100] #SpotifyWrapped
## 7948                                                                                                     I predict my top artist will be BTS (@BTS_twt ) #SpotifyWrapped
## 7949                                                                     I predict my top podcast will be Nighty Night bedtime stories to keep you awake #SpotifyWrapped
## 7950                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 7951                                                                                                   I predict my most played song will be [heartless] #SpotifyWrapped
## 7952                                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Weezer
## 7953                                                                                I predict my most played song will be [All Too Well by Taylor Swift] #SpotifyWrapped
## 7954                                                                   did spotify remove the DSMP genre... please i wanna post my wrapped on my insta\n #SpotifyWrapped
## 7955                                                                                     I predict my most played song will be [Louder than bombs - BTS] #SpotifyWrapped
## 7956                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rock?
## 7957                                                                                           I predict my top artist will be el pinche cuarteto de nos #SpotifyWrapped
## 7958                                     I predict my spotify wrapped in order\n1.Will Wood\n2.Wilbur Soot\n3.FallOutBoy\n4. Kate Bush\n5. Stray Kids\n\n#SpotifyWrapped
## 7959                             I predict my top genre will be Otacore or J-pop although its probably gonna be Broadway because its that one every year #SpotifyWrapped
## 7960                                                                                   This Daniel Amokachi’s betBonanza ad… 🤐\n\n#SpotifyWrapped #FifaWorldCup\n#BRASUI
## 7961                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Stealing Fat from The Dust Brothers
## 7962                                                                                                          I predict my top genre will be K-Pop / Pop #SpotifyWrapped
## 7963                                                                                                        I predict my top podcast will be Free Period #SpotifyWrapped
## 7964                                       i'm available to take your due assignments tonight 11:59, essays, research papers, homeworks \ndm me… https://t.co/N0RkvJcwGZ
## 7965                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 7966                                                                                                           I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 7967                                                    I predict my most played song will be either U from Belle or I Really Want To Stay At Your House #SpotifyWrapped
## 7968                                                                                                                I predict my top artist will be Haim #SpotifyWrapped
## 7969                                                                                                I predict my most played song will be RUN BTS by BTS #SpotifyWrapped
## 7970                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 7971                               Like how on earth 🌍 !!!. The current finance minister to save our economy😀😀😀. You deserve it! @ASAMOAH_GYAN3… https://t.co/e4dgGx6iW6
## 7972                        The music streaming service has been teasing Spotify Wrapped 2022 for a few days now, but has not revealed the date… https://t.co/9IA0O8UcrX
## 7973                                                                                                      Angsty gay. #SpotifyWrapped #instafest https://t.co/vWVIpExLYn
## 7974                                                                                      I predict my top podcast will be [Charli XCX's Best Song Ever] #SpotifyWrapped
## 7975                                                                                                   I predict my most played song will be [As It Was] #SpotifyWrapped
## 7976                                                                                                  Who’s gonna be in my #SpotifyWrapped ?\nProbably sio but who knows
## 7977                                                                                        I predict my most played song will be Leaning On You by Haim #SpotifyWrapped
## 7978                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 7979                                                                                                         I predict my top artist will be linkin park #SpotifyWrapped
## 7980                                                                                                                        bruh #SpotifyWrapped https://t.co/KYglNwt29Y
## 7981                                                                                                                Me seeing my #SpotifyWrapped https://t.co/yHPFbSvY8o
## 7982                                                                                          I predict my most played song will be [snowflake by powfu] #SpotifyWrapped
## 7983                                                                                                  I predict my top podcast will be [ADHD As Females] #SpotifyWrapped
## 7984                                          Life is beautiful  #CyberMonday #SpotifyWrapped #mondaythoughts so dance like everyone is watching https://t.co/VytyBEL6ai
## 7985                                                                                                         I predict my most played song will be [YTC] #SpotifyWrapped
## 7986                                                  Every artist that wanted to ki about my streams better outsell me when #SpotifyWrapped drops 😝 cus I’m on dat ass!
## 7987                                                                                      The top song on your #SpotifyWrapped \n\n#arianagrindr https://t.co/Z3xTqji0r7
## 7988                                                                       Listening to Halsey extra before #SpotifyWrapped comes out to make sure they're my top artist
## 7989                                                                           I predict my most played song will be [Guren No Yumiya by linked horizon] #SpotifyWrapped
## 7990                                                                                                               I predict my top artist will be [s10] #SpotifyWrapped
## 7991                        It's almost December, meaning it's time for me to start listening to the music I want people to think I listen to i… https://t.co/tQ6I0vJlt8
## 7992                                                       I'm ready for this to come out to so how much crack this one will be on compared to past ones #SpotifyWrapped
## 7993                                                   apple music stats dropped and no one knew or batted an eye but the whole world stops when #SpotifyWrapped comes 🤭
## 7994                                                           I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) #SpotifyWrapped
## 7995                                                                                                              I predict my top genre will be [indie] #SpotifyWrapped
## 7996                        Conflicted about #SpotifyWrapped after it outed me as a 🚬 last year with the surprise stat of being in the top 0.05… https://t.co/rfpPpFmZqS
## 7997                                                                                                 I predict my most played song will be [ANTIFRAGILE] #SpotifyWrapped
## 7998                                                                                                i can’t wait to see how mentally ill i was this year #SpotifyWrapped
## 7999                                                                                                                 I predict my top genre will be Rock #SpotifyWrapped
## 8000                                                                                             I predict my most played song will be [s10 wat is real] #SpotifyWrapped
## 8001                                                                                         I predict my most played song will be [Nicki Minaj - Yikes] #SpotifyWrapped
## 8002                        #SpotifyWrapped PRESS ‘shuffle 🔘’ for #70s, #80s, #90s, and #2k post punk #thenational #drabmajesty #sovietwave#blo… https://t.co/XrY8jlQD51
## 8003                                                                                                        I predict my top artist will be BTS @BTS_twt #SpotifyWrapped
## 8004                                                                                                         waiting for my #SpotifyWrapped like https://t.co/7bao6ITSQx
## 8005                                                            i listen to rain sounds on a loop every night so i’m not as thrilled to see my #SpotifyWrapped this year
## 8006                                                                                                       i predict my top artist will be ariana grande #SpotifyWrapped
## 8007                                                                             I predict my most played song will be [Strawberry Moon or Yes or Yes 🫡] #SpotifyWrapped
## 8008                                                                                                        I predict my top artist will be [Stray Kids] #SpotifyWrapped
## 8009                                                                                                                  i predict my top genre will be pop #SpotifyWrapped
## 8010                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8011                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 8012                                                                                      I predict my most played song will be [Thunderous- Stray Kids] #SpotifyWrapped
## 8013                                                                                            I predict my most played song will be soldier, poet,king #SpotifyWrapped
## 8014                                                                                                              I predict my top artist will be Giveon #SpotifyWrapped
## 8015                                                                                        I predict my most played song will be This Is Why - Paramore #SpotifyWrapped
## 8016                                                                                               I predict my top artist will be Tomorrow By Together! #SpotifyWrapped
## 8017                                                                                            I predict my top artist will be @NCTsmtown or @theweeknd #SpotifyWrapped
## 8018                                                                                                    i predict my most played song will be in my head #SpotifyWrapped
## 8019                                      We sell instacart bot for iPhone and android we also reactivate instacart account text(843) 868-1406.… https://t.co/l2IeVcj6dQ
## 8020                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8021                                                                                        I predict my top artist will be Taylor Swift but I want Lana #SpotifyWrapped
## 8022                                                                                                     I predict my most played song will be Moon song #SpotifyWrapped
## 8023                                                                                 I predict my most played song will be The Noose by A Perfect Circle #SpotifyWrapped
## 8024                                                                                         I predict my top podcast will be On Purpose with Jay Shetty #SpotifyWrapped
## 8025                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 8026                                                                                      I predict my most played song will be Flex by @TFN_official_ \n#SpotifyWrapped
## 8027                                                                  me pretending spotify wrapped doesnt define my personality #SpotifyWrapped https://t.co/wTegF10PyQ
## 8028                                                                                 This is my Spotify wrapped I’m done waiting #SpotifyWrapped https://t.co/E5SkAUL5g2
## 8029                                                                          I predict my most played song will be And So It Goes by The King's Singers #SpotifyWrapped
## 8030                                                                    i predict my top artist will be Taylor Swift, there's no way it's another person #SpotifyWrapped
## 8031                                                                                         It’s almost that time of the year #SpotifyWrapped 👀 https://t.co/ABbnts1dVI
## 8032                                                                                           Now yall got me all hyped for my #SpotifyWrapped and it's not ready. smdh
## 8033                                               My #SpotifyWrapped is gonna be the most weird mixed up shit ever... \nKpop, Grime, Rap, Rock, Classic music all of it
## 8034                                                                                                    I predict my top artist will be @TFN_official_\n #SpotifyWrapped
## 8035                                                                                                 I predict my top artist will be MGK or Selena Gomez #SpotifyWrapped
## 8036                                                                                                 I predict that my top artist will be Lana Del Rey 🤍 #SpotifyWrapped
## 8037                        By looking at this, I may actually have a #SpotifyWrapped    that doesn't have Glee Cast as my number one artist! W… https://t.co/l14257V13v
## 8038                                                                                                           My #spotifywrapped cannot be beat https://t.co/USHmocKhRw
## 8039                                                                                                                                                #SpotifyWrapped when
## 8040                                                                                                                                           when is #SpotifyWrapped ?
## 8041                                                                                  I predict my most played song will be Another Heartbreak by Giveon #SpotifyWrapped
## 8042                                                                                                             I predict my top genre will be Pop Punk #SpotifyWrapped
## 8043                                                                         waiting for me #SpotifyWrapped so i can compare it to this shitshow https://t.co/R7oCxcC5Gy
## 8044                                                                                                       I predict my top artist will be [@NICKIMINAJ] #SpotifyWrapped
## 8045                                                                     Whats on your Playlist for work?? I need some new songs or artists \n\n#hiphop\n#SpotifyWrapped
## 8046                                                                                                    I predict my top artist will be @laufey probably #SpotifyWrapped
## 8047                                                                                                              I predict my top artist will be [BTS ] #SpotifyWrapped
## 8048                                                                                                           #SpotifyWrapped waiting patiently https://t.co/Px2UFWMdsK
## 8049                                                                                                                I predict my top genre will be Kpop  #SpotifyWrapped
## 8050                                                                                                          I predict my top genre will be [Pop dance] #SpotifyWrapped
## 8051                                                                        I predict my most played song will be either a MGK song or Selena Gomez song #SpotifyWrapped
## 8052                                                                                                  I predict my top artist will be BLACKPINK (I hope) #SpotifyWrapped
## 8053                                                                                                    I predict my top artist will be @Stray_Kids #SpotifyWrapped\n🤔🤔🤔
## 8054  Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/mOqEiYHW0E
## 8055                                                                                         I predict my most played song will be moonlight by agust d  #SpotifyWrapped
## 8056                                                                                                      I predict my top artist will be harry styles 😍 #SpotifyWrapped
## 8057                                                                                                    I predict my most played song will be pink venom #SpotifyWrapped
## 8058                                                                                    I predict my most played song will be fragile by laufey probably #SpotifyWrapped
## 8059                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8060                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 8061                                                                         I predict my most played song will be [Do We Have A Problem] by @NICKIMINAJ #SpotifyWrapped
## 8062                                                                                                           I predict my top artist will be easy life #SpotifyWrapped
## 8063                                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\nno escucho
## 8064                                         Super project  💝💝💝\n\n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 #ImACeleb #乌鲁木齐 #FIFAWorldCup https://t.co/zfIvSoF6AT
## 8065                                                                                       I predict my most played song will be Pink Venom by BLACKPINK #SpotifyWrapped
## 8066                                                                                                        I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 8067                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8068                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor swift/Arctic monkeys
## 8069                                                                             I predict my most played song will be Maniac or case 143 by @Stray_Kids #SpotifyWrapped
## 8070                                                                                         my instafest looking like shit! #SpotifyWrapped will be bad for me i fear 😭
## 8071                                                             I predict my top artist will be my chemical romance (i actually dont know for sure but) #SpotifyWrapped
## 8072                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8073                                                                                                       I predict my top artist will be Selena Gomez  #SpotifyWrapped
## 8074                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \nPop/rock
## 8075                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8076                                                                                 I predict my top podcast will be [what's good podcast @WGPodcastUK] #SpotifyWrapped
## 8077                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I wanna be yours/ you belong with me
## 8078                                                                                     I predict my top artist will be Chase Atlantic or Taylor Swift  #SpotifyWrapped
## 8079                                            Pray,Believe &amp; Hard work\n#SpotifyWrapped #MondayMotivation #ImACeleb #FIFAWorldCupQatar2022 https://t.co/nH7DED2qTB
## 8080                                                                                                  I predict my top artist will be Anitta … of course #SpotifyWrapped
## 8081                                                                                           I predict my top artist will be Nero's Day at Disneyland. #SpotifyWrapped
## 8082                        I predict my most played song will be "Sunshine On My Shoulders" by John Denver because it's my 2 y/o Dale's favori… https://t.co/n1SqcSv8Ol
## 8083                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 8084                                                                                        I predict my top artist will be @pledis_17 or @taylorswift13 #SpotifyWrapped
## 8085                                                                                                  I predict my top artist will be [Ludwig Goransson] #SpotifyWrapped
## 8086                                                                                                      I predict my top artist will be [Charlie Puth] #SpotifyWrapped
## 8087                                                    Me waiting for wrapped 2022 pretending not to know anything I listened \n#spotifywrapped https://t.co/AQMvqK0tQg
## 8088                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 8089                                                                                                I predict my most played song will be How to Forgive #SpotifyWrapped
## 8090                                                                                             I predict my top podcast will be [Anime Out of Context] #SpotifyWrapped
## 8091                                                                                                             It's getting more and more interesting. #SpotifyWrapped
## 8092                       Since love grows within you, so beauty grows. For love is the beauty of the soul.\n#SpotifyWrapped #abstractart #art… https://t.co/eiL1Bztm97
## 8093                                                                                                          I predict my top podcast will be [nothing] #SpotifyWrapped
## 8094                                                                        I predict my most played song will be hatefuck - the bravery💀💀 dumb ass name #SpotifyWrapped
## 8095                        Except you love to be the aladimeru Because I see no reason why one will have the opportunity of having a stress fr… https://t.co/gMO1EavRA0
## 8096                                                                                                         I predict my top artist will be [@RVsmtown] #SpotifyWrapped
## 8097                                                                           i predict my top played song will be dying on the inside by nessa barrett #SpotifyWrapped
## 8098                                                                                                   I predict my most played song will be [#Pasoori ] #SpotifyWrapped
## 8099                       This is very fantastically project   💝💝💝\n\n#SpotifyWrapped #RedVelvet #JHOPEatMAMA2022 #CyberMonday #PakistanCricket https://t.co/9iAi8XzfSs
## 8100                                                                                                  I predict my top artist will be #LouisTomlinson\n\n#SpotifyWrapped
## 8101                                                                                                                 I predict my top genre will be Lofi #SpotifyWrapped
## 8102                                                                          Ya. That went fast. \n#speed_dating \n#SpotifyWrapped \n#RedVelvet https://t.co/25ve4uA6vV
## 8103                                                                                                               I predict my top artist will be [Ado] #SpotifyWrapped
## 8104                                                                                               I predict my most played song will be Ride - Doja Cat #SpotifyWrapped
## 8105                                                                                               How my #SpotifyWrapped is going to look like- https://t.co/ziLtNTTFKP
## 8106                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 8107                                                       I predict my most played song will be Rosemary(Victony) Drunk Guitar(NSG) or Woman (Omah Lay) #SpotifyWrapped
## 8108                                                                                           I predict my most played song will be [True Love - NuNew] #SpotifyWrapped
## 8109                                                                                           They teasing #SpotifyWrapped so much, I'm starting to not care about it 😭
## 8110                                                                                  Scared stiff of playing anymore @taylorswift13 in case it skews my #SpotifyWrapped
## 8111                                                                                     I predict my most played song will be [CAMPOS ELISEOS - Airbag] #SpotifyWrapped
## 8112                                                               If someone got RKelly in their #SpotifyWrapped they simply need they ass beat https://t.co/gXcE6oaryi
## 8113                        Can't wait for my #SpotifyWrapped even though I used Spotify for the months of May - September and that's it, the r… https://t.co/h5j8Id722m
## 8114                                 Stopping Question #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/CMhEh3PWkD
## 8115                                                                     I predict my most played song will be [Burning Bridges- Mike Curb Congregation] #SpotifyWrapped
## 8116                                                                                                      I predict my top genre will be [Japanese Rock] #SpotifyWrapped
## 8117                                                                                                    I predict my top artist will be [Ariana grande ] #SpotifyWrapped
## 8118                                                                                            my wrapped is here omg so true 🫣 #SpotifyWrapped https://t.co/Aw8zUVfRDX
## 8119                                 Stopping Question #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/fevPNsPxnV
## 8120                                                                                                   I predict my top podcast will be @AuntyDonnaBoys  #SpotifyWrapped
## 8121                                                                                         I predict my most played song will be [The Rumbling by SiM] #SpotifyWrapped
## 8122                                                                                                                                   #SpotifyWrapped or i’ll go insane
## 8123                                                                                                          I predict my top genre will be [dance pop] #SpotifyWrapped
## 8124                                               CYBER MONDAY IS HERE!  ORDER YOUR FAVORITE BBL/LIPOSUCTION  POST-OP SUPPLIES NOW!  🛍️15% OFF🛍️… https://t.co/fQMFDDnRx4
## 8125                           hemorrhoids or piles @hemorrhoids_piles_\n#SpotifyWrapped #RedVelvet #PakistanCricket #ImACeleb #JHOPEatMAMA2022… https://t.co/Y6lDR0tzaT
## 8126                                                                             I predict my top artist will be [@ChloeBailey or @DojaCat or @Beyonce ] #SpotifyWrapped
## 8127                                                                                                  I predict my most played song will be [positions ] #SpotifyWrapped
## 8128                        I do not feel bad for Apple Music users on these, the days and eves before the magic of @Spotify wrapped is bestowe… https://t.co/Ir68WiztdW
## 8129                                                                                         I predict my top podcast will be Vad? Med Ijustwanttobecool #SpotifyWrapped
## 8130                                                                                 I predict my top podcast will be anything goes by emma chamberlain  #SpotifyWrapped
## 8131                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 8132                             prediction that All Too Well (10 Minute Version) (Taylor's Version) (From The Vault) is my most played song of the year #spotifywrapped
## 8133                                                             I predict my top artist will be @olivianj #SpotifyWrapped \n\n(though I wouldn't put any money on that)
## 8134                                                                       Me knowing my #SpotifyWrapped is just DAY6 songs and all my other close friends knows it too.
## 8135                                                                                                      I predict my top artist will be taylor swift 🥺💗#SpotifyWrapped
## 8136                                                                                                       I predict my top artist will be Magdalena Bay #SpotifyWrapped
## 8137                            Girls with glasses😉😍 #lovelive #Trending #TweetOfTheDay #girls #SpotifyWrapped #RedVelvet #ImACeleb #CyberMonday https://t.co/jWWWcT8N8v
## 8138                                                       Is it still called #SpotifyWrapped this year or are they #SpotifyEdging now since they refuse to release it 😒
## 8139                                                                                                                 I predict my top artist will be K3 😓#SpotifyWrapped
## 8140                                                           Imagine dying, and then the first thing you see is a #spotifywrapped, but with your life instead of music
## 8141                                                                           I predict my top artist will be TWENTY ONE PILOTS #SpotifyWrapped https://t.co/5ZUEejb2CU
## 8142                                                                                                                I predict my top genre will be pop 💗 #SpotifyWrapped
## 8143                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 8144                                                                                                            i predict my top artist will be @Lilpeep #SpotifyWrapped
## 8145                                                                                              theres still time to stream snow halation before #SpotifyWrapped drops
## 8146                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8147                                                                               I predict my most played song will be difficult by gracie abrams&lt;3 #SpotifyWrapped
## 8148                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8149                                                                                                      I predict my most played song will be Waterval #SpotifyWrapped
## 8150                           What if I told you there is a mix somewhere of a duet with John Lennon and Tina Turner singing Come Together..🤔🤠… https://t.co/kiwUfqAhiC
## 8151                        as a preschool teacher, i am *anxiously* waiting for my #SpotifyWrapped to come out as if this isn’t going to be my… https://t.co/hy6teCFwP7
## 8152                       What a great cover!!!\n\nCrosscut Saw - Albert King (Cover by Evan Nicole Bell) https://t.co/qbHoLrL140 via @YouTube… https://t.co/FEJy5V8cw6
## 8153                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8154                                                                                                I predict my most played song will be [Burning Love] #SpotifyWrapped
## 8155                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8156                                                                                      me when i see twice as my number 1 on #SpotifyWrapped  https://t.co/nF1zPo1bBF
## 8157                                                                                                                I predict my top genre will be Indie #SpotifyWrapped
## 8158                                          I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped
## 8159                                                                                                                       Give me my muthafuckin #SpotifyWrapped nowww‼️
## 8160                                                                                                     I predict my top podcast will be [distractible] #SpotifyWrapped
## 8161                                                                                I predict my top artist will be Mamamoo\n #SpotifyWrapped\n\nhttps://t.co/uVA3V0MELI
## 8162                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8163                                                                                           I predict my top artist will be:\n#SpotifyWrapped https://t.co/tdzpDuv6gf
## 8164                                                                                                          I predict my top artist will be [favorite] #SpotifyWrapped
## 8165                                                                                                          I predict my top artist will be [skrillex] #SpotifyWrapped
## 8166                                                                                                               I predict my top genre will be [kpop] #SpotifyWrapped
## 8167                                                                                              I predict my most played song will be [alkoholproblem] #SpotifyWrapped
## 8168                        Spotify Island's Upcoming Free Item on #Roblox! The 'WonderWrapped Cloak'. This item and update will release soon w… https://t.co/pirTeqEaNK
## 8169                                                                                                                          txt my plot twist for 2022 #SpotifyWrapped
## 8170                                                             I predict my most played song will be all too well (taylor's version) 10 minuts version #SpotifyWrapped
## 8171                           i’ve literally been preparing my Spotify all year for this and i hope my calculations are correct #SpotifyWrapped https://t.co/o9Zr3iNdnY
## 8172                                                                                                            I predict my top artist will be @Lilpeep #SpotifyWrapped
## 8173                                                                                           I predict my top artist will be DAGames or Iris Official  #SpotifyWrapped
## 8174                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8175                                                                                                         I predict my top artist will be [@DukiSSJ ] #SpotifyWrapped
## 8176                                                                                              I predict my top artist will be queen @taylorswift13 👑 #SpotifyWrapped
## 8177                                         waiting for my #SpotifyWrapped like I don’t already check my top track every single week on Airbuds https://t.co/09fdZT76Q1
## 8178                                                                                                            I predict my top artist will be @JColeNC #SpotifyWrapped
## 8179                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\ntaylor swift \nor \nnessa barrett
## 8180                            I predict my top artist will be @ChewieCatt because I absolutely love his music and I've been listening to him all year. #SpotifyWrapped
## 8181                                                                                       I predict my most played song will be https://t.co/4Kk2ULo3PB #SpotifyWrapped
## 8182                                                                                       I predict my most played song will be right where you left me #SpotifyWrapped
## 8183                             CYBER MONDAY SALE. Today only at https://t.co/IovMKwLSGl check out our store. #sale #holiday #ball #ballislife… https://t.co/Uzo7QAmMDg
## 8184                                                                                                     I predict my most played song will be Bad Habit #SpotifyWrapped
## 8185                                                                              I predict my most played song will be 1, 3, 2 (JEONGYEON, MINA, TZUYU) #SpotifyWrapped
## 8186                                                                                                 I predict my top artist will be [Natewantstobattle] #SpotifyWrapped
## 8187                                                                                                  Last 6 months summarised \n#SpotifyWrapped https://t.co/GLUW3mvqV1
## 8188                                                     I predict my top podcast will be BANTER because that's the only podcast I ever listened to, lol #SpotifyWrapped
## 8189                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 8190                                                                                                          I predict my top genre will be [Metalcore] #SpotifyWrapped
## 8191                                                                                        I predict my top artist will be Kordhell, can't be different #SpotifyWrapped
## 8192                                                                                   I predict my top artist will be Bad Bunny #SpotifyWrapped https://t.co/zYcM1SqC1S
## 8193                                                                            I predict my most played song will be [To My Grave by Natewantstobattle] #SpotifyWrapped
## 8194                                                                                                          I predict my top artist will be NICKELBACK #SpotifyWrapped
## 8195                                                                                                    I predict my top podcast will be @BrohioPodcast  #SpotifyWrapped
## 8196                                                        I predict my most played song will be walkin by Denzel curry or the gold by pheobe bridgers  #SpotifyWrapped
## 8197                       I predict my top artist will be [fill in top artist prediction]#SpotifyWrapped\n\n@Spotify stop playing with me this… https://t.co/tUjYf7GeNe
## 8198                                                                                                            I predict my top genre will be phonk LOL #SpotifyWrapped
## 8199                                                                                   I predict my top artist will be mitski, for the 5th year in a row #SpotifyWrapped
## 8200                        I’m predicting my #SpotifyWrapped will consist of @taylorswift13 @bleachersmusic and @charlieputh and I’m betting A… https://t.co/cLakBwKrE1
## 8201                                                                                                         who wants to come ? #SpotifyWrapped https://t.co/WmLgX2ojen
## 8202                                                                                                       if my top song isn't fairy of shampoo im fake #spotifywrapped
## 8203                                                                  I predict my most played song will be metamorphosis. [fill in top song prediction] #SpotifyWrapped
## 8204                                                                Excited for #SpotifyWrapped again, won't be a repeat of this 2019 disaster 👎 https://t.co/BNdOe0dnwf
## 8205                                                                                                                 I predict my top artist will be Sus #SpotifyWrapped
## 8206                                                                              I predict my top artist will be phonk. [fill in top artist prediction] #SpotifyWrapped
## 8207                                                                                                                I predict my top genre will be drill #SpotifyWrapped
## 8208                                                       GIVE ME MY #SpotifyWrapped please i been waiting my whole birthday month for this 😭😭😭 https://t.co/JeL1s3Oyqj
## 8209                                                                                           I predict my top artist will be Taylor Swift cause duh tf #SpotifyWrapped
## 8210                                                                                          I predict my most played song will be Haunted by Laura Les #SpotifyWrapped
## 8211                                                                                                     I predict my most played song will be Frostbite #SpotifyWrapped
## 8212                                                                                                             I predict my top artist will be [ MGK ] #SpotifyWrapped
## 8213                        I've been listening to those automated "daily playlists" on Spotify, and since those change who's on them every day… https://t.co/3WPUz5A1Zv
## 8214                                                                        I predict my top artist will be @billieeilish for the fourth year in a row 🤍 #SpotifyWrapped
## 8215                      Who else has a masters degree in Using Nude pictures as Wallpaper #要要搞定個要 #RedVelvet #JHOPEatMAMA2022 #ImACeleb… https://t.co/N7XgG6LwxN
## 8216                                                              I predict my most played song will be What You Need (for the second year in a row)🙏🏽🙏🏽 #SpotifyWrapped
## 8217                                                                                                      I predict my top artist will be [@_samanthagg] #SpotifyWrapped
## 8218                                                                                                    I predict my top podcast will be WHATS A PODCAST #SpotifyWrapped
## 8219                                                                                               Bruv we need our yearly recap #SpotifyWrapped https://t.co/8RHUpd7nVS
## 8220                                                                                      I predict my most played song will be august by @taylorswift13 #SpotifyWrapped
## 8221                                                                                                 #SpotifyWrapped I predicate will be my top podcast: @LockedOnLakers
## 8222                                                                                            I predict my top podcast will be Learn Deutsch mit Harry #SpotifyWrapped
## 8223                                                                         I predict my most played song will be [idk bro that's a tough one tbh lol ] #SpotifyWrapped
## 8224                              I predict my most played song will be Better Man (Taylor’s Version) (From the vault) Y SI NO ES QUE CHINGUE A SU MADRE #SpotifyWrapped
## 8225                                                                                                                          Dont @ me, aber wann #spotifywrapped 2022?
## 8226                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8227                                                                                                              I predict my top artist will be BLADEE #SpotifyWrapped
## 8228                                                                                                           *sees Spotify Wrapped trending*\n\n👀,🏃‍♂️,📲 #SpotifyWrapped
## 8229                                                                                             I predict my top genre will be WHATEVER GENRE BLADEE IS #SpotifyWrapped
## 8230                                                                                             I predict my most played song will be master of puppets #SpotifyWrapped
## 8231                                                                                              I predict my top genre will be [mostly likely hiphop ] #SpotifyWrapped
## 8232                                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nLol
## 8233                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8234                                                                                                             I predict my top artist will be [Drake] #SpotifyWrapped
## 8235                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 8236                                                                                            I predict my most played song will be BLISS BY YUNG LEAN #SpotifyWrapped
## 8237                                I predict my top podcast will be a podcast who tf listens to the shitty podcast on Spotify 🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺🥺💀🥺🥺🥺🥺🥺💔💔🥺🥺🥺#SpotifyWrapped
## 8238                                                                                                     I predict my top podcast will be [MalikTalking] #SpotifyWrapped
## 8239                                                   I predict my most played song will be [Sleepwalking By Chain Gang Of 1974] 100% that or Baby Blue #SpotifyWrapped
## 8240                                                                                                 Go @Chiefs boys had a blast #SpotifyWrapped https://t.co/ErQrRwhmPg
## 8241                                                                                              I predict my most played song will be Out Of My System #SpotifyWrapped
## 8242                                                                                                              I predict my top genre will be popsito #SpotifyWrapped
## 8243                                                                                              I predict my most played song will be love dive by Ive #SpotifyWrapped
## 8244                        @bole_bharat @RajThackeray MNS not getting single MLA seat only bol Bachan. No need to reply his tweet is not impor… https://t.co/iapB2GuISK
## 8245                                                                                                         I predict my top artist will be @keshimusic #SpotifyWrapped
## 8246                                                                                                          I predict my top artist will be @sanbenito #SpotifyWrapped
## 8247                                                                            me knowing my entire #SpotifyWrapped is gonna be afrobeats, afrobeats and more afrobeats
## 8248                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 8249                                                               #spotifywrapped i’m not scared for my wrapped but ngl if i’m not like top 1% i might air out the room
## 8250                                                                                        I predict my top artist will be its mother mother isn’t it 💀 #SpotifyWrapped
## 8251                                                                              I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 8252                                                                                    I predict my most played song will be Moonlight - Chase Atlantic #SpotifyWrapped
## 8253                                                                                                   I predict my top podcast will be @WordsFromBlerds #SpotifyWrapped
## 8254                                                                                                 I predict my top artist will be 5 seconds of summer #SpotifyWrapped
## 8255                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 8256                                                                              I have the chills 🤒 but If I could get my Spotify wrap that would help #SpotifyWrapped
## 8257                        I predict my top genre will be pop because it has always been that for YEARS. In fact, it has been pop, kpop, manda… https://t.co/Fmz0q3B7Im
## 8258                                                                                       I predict my most played song will be i bet on losing dogs !! #SpotifyWrapped
## 8259                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8260                                                                                   I predict my top genre will be alt if that’s even a fucking genre #SpotifyWrapped
## 8261                                                                                                     I predict my top podcast will be @sleepdeprived #SpotifyWrapped
## 8262                                                                                                         I predict my top artist will be [50landing] #SpotifyWrapped
## 8263                                                                                                I predict my top song will be [daily heardle answer] #SpotifyWrapped
## 8264                                                          i geniunely am so not excited to see my #SpotifyWrapped this year its gonna be so bad im like embarassed😭😭
## 8265                                                                                   I predict my most played song will be Waves - Pre-Nazi Kanye West #SpotifyWrapped
## 8266                                                                        I predict my most played song will be idk some mother mother song lol I hope #SpotifyWrapped
## 8267                                                                                                   I predict my top podcast will be  @CrimeJunkiePod #SpotifyWrapped
## 8268                                                               my top artist better be either taylor swift or pheobe bridgers spotify don’t test me. #SpotifyWrapped
## 8269                                                                                                           I predict my top genre will be [hyperpop] #SpotifyWrapped
## 8270                        It's a simple action that gives us momentum towards starting our day. \n\nLess thinking. More doing✅\n\n#RedVelvet… https://t.co/gOCQtrMHws
## 8271                                                                                                         I predict my top artist will be wilbur soot #SpotifyWrapped
## 8272                                                                                         I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped
## 8273                        Since @Tesla doesn’t offer #Spotify user account switching and @Spotify won’t allow you to edit your listening hist… https://t.co/gxy59hLb8S
## 8274                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 8275                                                                                             I predict my most played song will be [still 50landing] #SpotifyWrapped
## 8276                                                        Who needs a therapist when #SpotifyWrapped is on its way to explain your mental state for the past 12 months
## 8277                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 8278                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8279                                                                                                             I predict my top artist will be [Drake] #SpotifyWrapped
## 8280                                                                                  Coz he's gonna top the list 🔥 #ArijitSingh #SpotifyWrapped https://t.co/KFp96KODwF
## 8281                                                                                                   I predict my most played song will be summer girl #SpotifyWrapped
## 8282                                                                                                                I predict my top genre will be pop \n#SpotifyWrapped
## 8283                                                                                                    I predict my top genre will be [Alternative rap] #SpotifyWrapped
## 8284                                                                                       I predict my most played song will be Don Quioxte - Seventeen #SpotifyWrapped
## 8285                        I’m still adamant that #spotifywrapped can’t access data about playlists and only seems to go off artists/albums yo… https://t.co/PyDGu6XgcF
## 8286                                                                           I predict my top genre will be Pop, rock, or vocaloid (if that’s a genre) #SpotifyWrapped
## 8287                                                                                  I predict my most played song will be something from wilbur soot \n#SpotifyWrapped
## 8288                                                                                        I predict my most played song will be Yet to come or Run BTS #SpotifyWrapped
## 8289                                                                                       I predict my most played song will be [Don’t You Worry Child] #SpotifyWrapped
## 8290                                                                                        I predict my top artist will be [arctic monkeys or low roar] #SpotifyWrapped
## 8291                                                     I predict my most played song will be She used to be mine\n\nou\n\nWhat do you know about love  #SpotifyWrapped
## 8292                        Jyst like last year our #SpotifyWrapped  is dismal, IRGAF anymore personally... And frankly, it's always been SUS A… https://t.co/x0rSI49gnn
## 8293                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped definitely teachers off duty, but… https://t.co/lOlwI8dtsN
## 8294                                                                                                           I predict my top artist will be BLACKPINK #SpotifyWrapped
## 8295                                                                                                        I predict my top genre will be [indie, rock] #SpotifyWrapped
## 8296                                                                                         I predict my most played song will be [Ride - Lana del Rey] #SpotifyWrapped
## 8297                                                                                    I predict my most played song will be \n#SpotifyWrapped\nhttps://t.co/ibpXIJZ9x5
## 8298                       I predict my most played song will be [MARCH! by @xanakinskywok ] #SpotifyWrapped \nI predict my top genre will be [… https://t.co/ObWJlqlcvO
## 8299                                                                                                           I predict my most played song will be SIU #SpotifyWrapped
## 8300                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 8301                                                                                                          I predict my top genre will be modern rock #SpotifyWrapped
## 8302                            Why did americans make 80s-90s band "incelcore" 😭\n\nI just get called having the music tastes of a 30-year-old here.\n\n#SpotifyWrapped
## 8303                                                                                         I predict my most played song will be [Give up by low roar] #SpotifyWrapped
## 8304                                                                                 I predict my most played song will be [Forever, PT.2 by Bktherula ] #SpotifyWrapped
## 8305                                                                                      I predict my top artist will be [lana del rey or taylor swift] #SpotifyWrapped
## 8306                                                                          I predict my most played song will be Shut Down or Pink Venom by BLACKPINK #SpotifyWrapped
## 8307                                                                                                   I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 8308                                                                                                            I predict my most played song will be ON #SpotifyWrapped
## 8309                                                                                                             I predict my top podcast will be BANTER #SpotifyWrapped
## 8310                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nMac demarco
## 8311                                                                                                   I predict my most played song will be air catcher #SpotifyWrapped
## 8312                                                   tbh I bumped honestly, nevermind like a freak asi que fijo drake se lleva mi top artist este año\n#SpotifyWrapped
## 8313                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8314                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nAny Mac Demarco song
## 8315                                                                                     I predict my most played song will be "you're on your own, kid" #SpotifyWrapped
## 8316                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped misterwives? Maybe? Honestly I real… https://t.co/0nJsxsJBBQ
## 8317                                                                            I predict my top artist will be [iKON &amp; B.I] #SpotifyWrapped https://t.co/IzVvDBaqX9
## 8318                                                                               I predict my most played song will be Science and Faith by The Script #SpotifyWrapped
## 8319                                                                 I predict my top genre will be: \n…post punk?? maaaaaybe j rock… visual kei maybe \n#SpotifyWrapped
## 8320                                                                                                       I predict my top artist will be @nessabarrett #SpotifyWrapped
## 8321                                                      #SpotifyWrapped has officially begun teasing its 2022 rollout ⚡️\n\nAre you excited? 😆 https://t.co/xSQzjj7nil
## 8322                                                                                        #SpotifyWrapped trending and y’all had me excited like it was finally time 🥲
## 8323                                                                                                                   Last year #SpotifyWrapped https://t.co/TKD6kaj0hM
## 8324                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8325                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped stick season 😭
## 8326                                                                                   I predict my top podcast will be Lampcast Podcast by @LampadaNerd #SpotifyWrapped
## 8327                                               I predict my most played song will be:\nprobably dress or iiid empire 🤔 mayb dog with sharper teeth \n#SpotifyWrapped
## 8328                                                                                                       I predict my top artist will be Elvis Presley #SpotifyWrapped
## 8329                                                                                                       When is it coming out #SpotifyWrapped https://t.co/IybSJk2YUd
## 8330                                                                   I predict my most played song will be i literally no idea mhm stargirl interlude? #SpotifyWrapped
## 8331                                                                                                                I predict my top genre will be Rock! #SpotifyWrapped
## 8332                                                                                  I predict my most played song will be Body Paint by Arctic Monkeys #SpotifyWrapped
## 8333                                                                                       I predict my most played song will be B.O.Y.S.N.E.X.T.D.O.O.R #SpotifyWrapped
## 8334                                                                                      I predict my most played song will be Candy by @robbiewilliams #SpotifyWrapped
## 8335                                                                                                    I predict my top genre will be Indie/Alternative #SpotifyWrapped
## 8336                              Lol all these people getting angry Spotify wrapped isn't out yet I've had mine for a long time #SpotifyWrapped https://t.co/CoXfF0ebI9
## 8337                                                    I wonder how they’re gonna piss off the graphic designer in me this year #SpotifyWrapped https://t.co/1MllIaZr7a
## 8338                        You've probably seen Instafest all over your timeline and yes, it's as cringe as #SpotifyWrapped. Here's how to cre… https://t.co/WfQczewEur
## 8339                                                                                            Can't wait to see Eight by IU as my number 1 song for my #SpotifyWrapped
## 8340                                                                                         @Spotify I predict my most played song will be [PINK VENOM] #SpotifyWrapped
## 8341                                                                                                          I predict my top artist will be [Phoneboy] #SpotifyWrapped
## 8342                                                                                         I predict my most played song will be Time Lapse by NCT 127 #SpotifyWrapped
## 8343                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 8344                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 8345                                                                                          I predict my top artist will be [the artist of the decade] #SpotifyWrapped
## 8346                        #spotifywrapped predictions (trying really hard to not go check on my last fm): probably kanye still as the top art… https://t.co/ycHDx3sAve
## 8347                                                                                                             I predict my top genre will be [hiphop] #SpotifyWrapped
## 8348                                                                                                       I predict my most played song will be [Roses] #SpotifyWrapped
## 8349                                                                                                           I predict my top artist will be Straykids #SpotifyWrapped
## 8350                                                                                                                Let me see my shit already @Spotify  #SpotifyWrapped
## 8351                                                                                   I think this song could be my top song ❤️ #SpotifyWrapped\nhttps://t.co/aq9OVBLE0d
## 8352                                                                                                      I predict my most played song will be [august] #SpotifyWrapped
## 8353                                     Be it #Walls Or #FaithInTheFuture my top artist will be always @Louis_Tomlinson for #SpotifyWrapped 🙌🏻❤ https://t.co/J8C9VlGjKs
## 8354                                                                            I predict my most played song will be right where you left me by Taylor 👑#SpotifyWrapped
## 8355                                                                                  I predict my most played song will be Heyday by 3RACHA (straykids) #SpotifyWrapped
## 8356                                                                                          I predict my most played song will be [Liability x Drake ] #SpotifyWrapped
## 8357                                                                          I predict my top artist will be #LouisTomlinson with #FaithInTheFuture \n\n#SpotifyWrapped
## 8358                                                                                     I predict my most played song will be [Love is Hillsong United] #SpotifyWrapped
## 8359                                                                                     I predict my most played song will be Substance by Demi Lovato\n#SpotifyWrapped
## 8360                                                                                                    I predict my top artist will be [ariana grande ] #SpotifyWrapped
## 8361                                                                                                   I predict my top artist will be [Porter Robinson] #SpotifyWrapped
## 8362                        Ok so the #SpotifyWrapped predictions are tricky for me bc my whole life this year was equal parts Harry Styles onl… https://t.co/XRh4DCFi1o
## 8363                       Just trying Instafest. app.\nSo it's like #SpotifyWrapped but they make it looks like a music fest ad? I like to see… https://t.co/A0WT0mbVuQ
## 8364                                                                                                       I predict my top genre will be [Sad/lofi/Edm] #SpotifyWrapped
## 8365                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8366                                                                                          I predict my most played song will be [\n\nleft and Right] #SpotifyWrapped
## 8367                                                                                             I predict my most played song will be [leave me lonley] #SpotifyWrapped
## 8368                                                                                                                            #SpotifyWrapped omg its coming this week
## 8369                                                                                                    I predict my top artist will be Taylor Swift #SpotifyWrapped duh
## 8370                                                                      I predict my most played song will be [Trying to feel alive (Porter Robinson)] #SpotifyWrapped
## 8371                                                                              I predict my most played song will be Nobuo Uematsu - One Winged Angel #SpotifyWrapped
## 8372                                                                          I predict my top artist will be #LouisTomlinson with #FaithInTheFuture \n\n#SpotifyWrapped
## 8373                                                                                                        I predict my top podcast will be banter!!!!! #SpotifyWrapped
## 8374                                                                 oooooooh the official tag is out, looking forward to getting my #spotifywrapped later on this week!
## 8375                                                                                                        I predict my top artist will be @boywithukes #SpotifyWrapped
## 8376                                                                                                         I predict my top artist will be @oO0Eve0Oo  #SpotifyWrapped
## 8377                                                                                                                   My favorite holiday is on the way #SpotifyWrapped
## 8378                                                                                                       I predict my top artist will be taylor 10000% #SpotifyWrapped
## 8379                                                                      I predict my top genre will be if they didn’t take dream smp out it’ll be that #SpotifyWrapped
## 8380                                                                                     I predict my top genre will be Electronic? specifically Trance  #SpotifyWrapped
## 8381                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 8382                      I know everyone is excited for #SpotifyWrapped but the truly enlightened know that music fans go to #BandCamp. \n\nAn… https://t.co/9ZTIaS8sGr
## 8383                                                                                         I predict my most played song will be  Yonaguni - Bad Bunny #SpotifyWrapped
## 8384                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8385                                                                                          I predict my top podcast will be @creepsilog. sure na yan. #SpotifyWrapped
## 8386                                                                                        I predict my top podcast will be anything goes by queen emma #SpotifyWrapped
## 8387                                                                          I predict my most played song will be either change my clothes or daylight #SpotifyWrapped
## 8388                                                                                                          I predict my most played song will be A.M. #SpotifyWrapped
## 8389                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8390                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8391                                                                                          I predict my most played song will be Sweat - SOPHIE remix #SpotifyWrapped
## 8392                                                                                                                           NGL I’m scared to see my  #SpotifyWrapped
## 8393                                                                                                          I predict my top artist will be sza fs 🙏🙏🙏 #SpotifyWrapped
## 8394                                                                                      I predict my most played song will be Lights Off - ESC Version #SpotifyWrapped
## 8395                                                                                          I predict my most played song will be lightning Charli XCX #SpotifyWrapped
## 8396                                                                                        I predict my most played song will be SPACE MAN by Sam Ryder #SpotifyWrapped
## 8397                                                                         I predict my most played song will be Silk Chiffon YAHAHAHAHHAHAHAHAAHAHAHA #SpotifyWrapped
## 8398                                                                                                         I predict my top genre will be pop music ig #SpotifyWrapped
## 8399                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8400                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8401                                                                                                   I predict my top artist will be Black Veil Brides #SpotifyWrapped
## 8402                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8403                                                                                     I predict my most played song will be Shirt by SZA (aka queen)  #SpotifyWrapped
## 8404                                                                                                          I predict my top artist will be @theweeknd #SpotifyWrapped
## 8405                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 8406                                                                                               I predict my top genre will be [taylor-pop obviously] #SpotifyWrapped
## 8407                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8408                                                                         I predict my most played song will be Tzanca Uraganu Mami ti am promis live #SpotifyWrapped
## 8409                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 8410                           @jappleby Used to love it until by 5yo took over my #spotifywrapped now i get bluey, makeup stories and instrumental lullabies. Dad life.
## 8411                                                                                    me when my top artist on #spotifywrapped is Taylor Swift https://t.co/55Jw2sqRk6
## 8412                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 8413                                                                                                        I predict my top artist will be lana del rey #SpotifyWrapped
## 8414                                                                   I predict my top artist will be @lilamccann, like every year since i got Spotify! #SpotifyWrapped
## 8415                                                                                   I predict my top genre will be Pop (either Dance, Synth or K-pop) #SpotifyWrapped
## 8416                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 8417                                                                                                     I predict my top artist will be #LouisTomlinson #SpotifyWrapped
## 8418                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8419                                                                                                   I predict my most played song will be Getaway Car #SpotifyWrapped
## 8420                                                                                                 I predict my top artist will be [carti or kendrick] #SpotifyWrapped
## 8421                                                                                                    I predict my most played song will be [Dynamite] #SpotifyWrapped
## 8422                                                                                        I predict my top genre will be Metal #SpotifyWrapped https://t.co/7RpLJ6AJmd
## 8423                                                                                               It’s almost time for the yearly Vapor Twitch Takeover #SpotifyWrapped
## 8424                                                                                                 I predict my top genre will be [is opium a genre 😋] #SpotifyWrapped
## 8425                                                                                       I predict my most played song will be Shut Down by BLACKPINK  #SpotifyWrapped
## 8426                                                                                                                                      waiting for my #SpotifyWrapped
## 8427                                                                                                          I predict my top artist will be Seventeen. #SpotifyWrapped
## 8428                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 8429                                                                                                        I predict my top artist will be bad bunny ?? #SpotifyWrapped
## 8430                                                                                                        i predict my top artist will be taylor swift #SpotifyWrapped
## 8431                                                                                                 I predict my most played song will be [BENO ON WLR] #SpotifyWrapped
## 8432                                                                                                              I predict my top podcast will be Views #SpotifyWrapped
## 8433                                                                                   next year my #spotifywrapped top genre will be "we get it. you're a lesbian barb"
## 8434                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8435                                                                                                                                  give it to me now  #SpotifyWrapped
## 8436                                                                                                                  i predict my top genre will be pop #SpotifyWrapped
## 8437                                                                                                               I predict my top genre will be K-Pop. #SpotifyWrapped
## 8438                                                                                                I predict my top podcast will be [offlinetv podcast] #SpotifyWrapped
## 8439                                                                                                               I predict my top artist will be aespa #SpotifyWrapped
## 8440                                                                                              I predict my most played song will be King Of The Fall #SpotifyWrapped
## 8441                                                                                                       I predict my top artist will be @iamblackbear #SpotifyWrapped
## 8442                                                                                                                                      I WANNA KNOW!! #SpotifyWrapped
## 8443                                                                                           I predict my most played song will be Next Level by Aespa #SpotifyWrapped
## 8444                                                             My Spotify Wrap will probably be nothing but BTS since I became an ARMY this year lmao 💜#SpotifyWrapped
## 8445                                                                               i predict my most played song will be all too well ten minute version #SpotifyWrapped
## 8446                                                                                             I predict my most played song will be Hot by Seventeen. #SpotifyWrapped
## 8447                                                              My #SpotifyWrapped most listened to will be the relaxing dog music I leave on for my dog every day 😂😂😂
## 8448                                                                                           I predict my most played song will be To Be Honest by Kai #SpotifyWrapped
## 8449                                                                                        I predict my most played song will be am I wrong by BTS LMAO #SpotifyWrapped
## 8450                                     Me waiting for my 2022 wrapped even though I know who my #1 artist is going to be\n#SpotifyWrapped #BTS https://t.co/k0lmpYPAYB
## 8451                                                                                                   I predict my top genre will be R&amp;B (probably) #SpotifyWrapped
## 8452                                                                                                          I predict my top artist will be fob, again #SpotifyWrapped
## 8453                         squeezie #SpotifyWrapped the weeknd loona chuu tim burton #BoycottFnac valorant hyunjin namjoon nehuda south korea… https://t.co/dBgV00nLKN
## 8454                                                                                                 I predict my most played song will be Mine - 1nonly #SpotifyWrapped
## 8455                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 8456                                                                                                  I predict my top artist will be Riders in the Sky! #SpotifyWrapped
## 8457                                                                                  i'm gonna pretend i'm surprised when taylor swift is my top artist #SpotifyWrapped
## 8458                                             I predict my top podcast will be Violating Community Guidelines with @sarahschauer and @brittany_broski #SpotifyWrapped
## 8459                                                                                                        I predict my top artist will be \nJuice Wrld #SpotifyWrapped
## 8460                                                                                                      I predict my top artist will be @raincitydrive #SpotifyWrapped
## 8461                                                                                          I predict my top artist will be The Weeknd for sure lmaooo #SpotifyWrapped
## 8462                                                               I predict my top artist will be \n1. Lana Del Rey\n2. Taylor Swift\n3. Billie Eilish\n#SpotifyWrapped
## 8463                                                                                I predict my top genre will be idk some mentally ill shit or another #SpotifyWrapped
## 8464                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8465                                                                                                      I predict my top genre will be trap metal/punk #SpotifyWrapped
## 8466                                                                                          I predict my most played song will be [my tears ricochet ] #SpotifyWrapped
## 8467                                                                                                                                          #SpotifyWrapped INCOMING!!
## 8468                                                                                             I predict my top genre will be post-hardcore or pop lol #SpotifyWrapped
## 8469                                                                                                               I predict my top artist will be [bts] #SpotifyWrapped
## 8470                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8471                                                                                               I predict my top podcast will be Horoscopinho Semanal #SpotifyWrapped
## 8472                                                                                                              I predict my top genre will be [k-pop] #SpotifyWrapped
## 8473                                                                                     I predict my top genre will be \n1. pop\n2. indie pop\n3. rock\n#SpotifyWrapped
## 8474                                                                                                           I predict my top genre will be Deep House #SpotifyWrapped
## 8475                                                                                               I predict my most played song will be RUN2U or Better #SpotifyWrapped
## 8476                                                                                                    I predict my most played song will be [with you] #SpotifyWrapped
## 8477                                                                                                I predict my most played song will be ginasfs by fob #SpotifyWrapped
## 8478                                                                                              I predict my most played song will be Woody’s Roundup! #SpotifyWrapped
## 8479                                                                                                            I predict my top artist will be @thecure #SpotifyWrapped
## 8480                                  I predict my most played song will be \n1. TV - Billie Eilish\n2. Fade Into You - Mazzy Star\n3. Genesis - Grimes\n#SpotifyWrapped
## 8481                                                                          I predict my most played song will be 2 baddies by @NCTsmtown_127 for sure #SpotifyWrapped
## 8482                      my #SpotifyWrapped predictions:\ntop song - either komm susser tod or early sunsets over monroeville\ntop artist - my… https://t.co/BfSqQFaRbw
## 8483                                                                                               I predict my top podcast will be [notskinnybutnotfat] #SpotifyWrapped
## 8484                                                                                                         I predict my most played song will be [idk] #SpotifyWrapped
## 8485                                                                                                               I predict my top genre will be [male] #SpotifyWrapped
## 8486                                                                                                       I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped
## 8487                                                                                                         I predict my top artist will be [lady gaga] #SpotifyWrapped
## 8488                                                                                                 I predict my top artist will be Taylor Alison Suif  #SpotifyWrapped
## 8489                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8490                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 8491                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 8492                                                                                                         I predict my top podcast will be Papo de UX #SpotifyWrapped
## 8493                                                                                                       I predict my most played song will be [judas] #SpotifyWrapped
## 8494                                                                                             I predict my top podcast will be [Hablando de Cine con] #SpotifyWrapped
## 8495                                                                                         I predict my most played song will be All too well 10 mv tv #SpotifyWrapped
## 8496                                                                                                 Can't Wait For #SpotifyWrapped   #instafest https://t.co/KC5nDhEuDT
## 8497                                                                                        I predict my most played song will be [shutdown/Pink Venom/] #SpotifyWrapped
## 8498                                                                                                              I predict my top artist will be OOMPH! #SpotifyWrapped
## 8499                                                                                       I predict my most played song will be The Difference by Flume #SpotifyWrapped
## 8500                                                                                       I predict my top podcast will be I don't listen to podcasts 😭 #SpotifyWrapped
## 8501                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 8502                                                                                                    DROP IT RIGHT NOW PLEASE #SpotifyWrapped https://t.co/AhPXeYYROS
## 8503                                                                                                          I predict my top artist will be Bill Evans #SpotifyWrapped
## 8504                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8505                                                                                                             I predict my top artist will be [TWICE] #SpotifyWrapped
## 8506                                                                              @DPRIAN_ as headline act, of course #SpotifyWrapped #instafest https://t.co/sgiQYNtQow
## 8507                                                                                           I predict my top artist will be louis tomlinson of course #SpotifyWrapped
## 8508                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8509                                                                                                    I predict my most played song will be Pink Venom #SpotifyWrapped
## 8510                                  Can’t wait for my #SpotifyWrapped to come out &amp; for all my top songs to be from Midnights even tho it just came out last month
## 8511                                                                                          I predict my top podcast will be i dont listen to podcasts #SpotifyWrapped
## 8512                                                                                        I predict my most played song will be Red (Taylor’s Version) #SpotifyWrapped
## 8513                                                                                                      I predict my top genre will be Adult Standards #SpotifyWrapped
## 8514                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 8515                                                                                               I predict my most played song will be come as you are #SpotifyWrapped
## 8516                                                                                    I predict my most played song will be As it Was by @Harry_Styles #SpotifyWrapped
## 8517                                                                                                         In my designer brain, #SpotifyWrapped is so unappealing....
## 8518                                                                                                       I predict my top genre will be permanent wave #SpotifyWrapped
## 8519                                                                                           I predict my top genre will be Pop-rock-indie-soundtrack? #SpotifyWrapped
## 8520                                                                                           I predict my most played song will be [After Like de IVE] #SpotifyWrapped
## 8521                                                 I’m either expecting  @JanetJealousy or @taylorswift13 to be my most listened to on Spotify Wrapped #SpotifyWrapped
## 8522                                                    I predict my most played song will be Yesterday Oh Yesterday by Stephen Emmer &amp; Frank McComb #SpotifyWrapped
## 8523                                                                                                          I predict my top artist will be the weeknd #SpotifyWrapped
## 8524                                                                                   I predict my top artist will be destroy boys, radiohead or weezer #SpotifyWrapped
## 8525                                                                                           my most played artists are gonna be kihyun and monsta x 😭 #SpotifyWrapped
## 8526                                                                                                          I predict my top artist will be [(G)I-DLE] #SpotifyWrapped
## 8527                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 8528                                                                                          i'm so ready to get free mental health evaluation for 2022 #SpotifyWrapped
## 8529                                             I predict my most played song will be some song by louis or artick monkeys, either ooms or teddy picker #SpotifyWrapped
## 8530                                                                                                                  #spotifywrapped trending almost had a heart attack
## 8531                                                                                          I predict my most played song will be CHEERS by @pledis_17 #SpotifyWrapped
## 8532                                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped jump jumpers
## 8533                                                                                                     I predict my top podcast will be spotify knows  #SpotifyWrapped
## 8534                                                                                                              I predict my top artist will be 5sos 💀 #SpotifyWrapped
## 8535                                                                                         I predict my most played song will be widow by destroy boys #SpotifyWrapped
## 8536                                                                          I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop/ rap
## 8537                                                                                                     I predict my top artist will be Michael Jackson #SpotifyWrapped
## 8538                                                                                                         I predict my top podcast will be Bryar Lane #SpotifyWrapped
## 8539                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 8540                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped drake or nba youngboy
## 8541                                                                        @arrahman\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8542                                                                                                                                 #spotifywrapped&gt;any other events
## 8543                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 8544                        Not sure I want to see my #SpotifyWrapped ….last year it was almost all @KSI thanks to my son that decided to use mine instead of his own 👍🏼
## 8545                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8546                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8547                                                                                              I predict my most played song will be girls talk boys 💀#SpotifyWrapped
## 8548                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8549                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped every chance I get by lil baby and lil durk
## 8550                                                                                                   I predict my top podcast will be @gintoxicpodcast #SpotifyWrapped
## 8551                                                                                                    I predict my most played song will be [subtitle] #SpotifyWrapped
## 8552                      I predict my most played song will be one out of this four choices:\n- caroline by taylor swift\n- bones by imagine d… https://t.co/jyHlwpoRoa
## 8553                                                                                                         I predict my top genre will be Pop and Rock #SpotifyWrapped
## 8554                                                                                                 #SpotifyWrapped CAN IT GET HERE SOONER THAN THIS ISTG IM SO NERVOUS
## 8555                                                                                                            Waiting for you. #SpotifyWrapped https://t.co/C5HESNcPy4
## 8556                                                                                         Need this joint to drop IMMEDIATELY #SpotifyWrapped https://t.co/kI5WXJ1Ifo
## 8557                                              I'll give you my #SpotifyWrapped nice and early.\n\nSpoilers, it looks a lot like last year's. https://t.co/neWMwLg9ti
## 8558                                                                                              My #SpotifyWrapped will be lots of @1future, @lilbaby4PF and @DojaCat.
## 8559                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8560                                                                              I predict my most played song will be I Think He Knows by Taylor Swift #SpotifyWrapped
## 8561                                                                   I predict my top podcast will be [good girls guide to murder and hits different ] #SpotifyWrapped
## 8562                                                                                                            I predict my top podcast will be Unhhhhh #SpotifyWrapped
## 8563                      #SpotifyWrapped is coming out soon, what’s your prediction for your top 5 artists? \n\nFor everyone that guesses righ… https://t.co/fP2WZhvADK
## 8564                                                                                                         can't wait for my spotify wrapped this year #SpotifyWrapped
## 8565                                                                                        I predict my top artist will be @taylorswift13 🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰🥰 #SpotifyWrapped
## 8566                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 8567                                                                              I predict my top artist will be The Original Broadway Cast of Hamilton #SpotifyWrapped
## 8568                                                                            I predict my top podcast will be that one episode about Thomas Jefferson #SpotifyWrapped
## 8569                                                                                                                 I predict my top genre will be  pop #SpotifyWrapped
## 8570                                                                                        I predict my most played song will be Maybe by the Kid LAROI #SpotifyWrapped
## 8571                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8572                                                                                                                                           #spotifywrapped when?????
## 8573                                                                                                           I predict my top genre will be Show Tunes #SpotifyWrapped
## 8574                                                                                       I predict my most played song will be [memories by conan gray #SpotifyWrapped
## 8575                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 8576                                                                                             #SpotifyWrapped can u convince apple to do this.  😭 asking for a friend
## 8577                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 8578                                                                                                                I predict my top artist will be yeat #SpotifyWrapped
## 8579                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8580                                                                                                                 I predict my top genre will be Pop  #SpotifyWrapped
## 8581                                                                                                    Waiting patiently for my #SpotifyWrapped https://t.co/jo1NHQunpM
## 8582                                                                                     I predict my most played song will be First Love / Late Spring  #SpotifyWrapped
## 8583                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 8584                                                                                                    I predict my top artist will be Kero Kero Bonito #SpotifyWrapped
## 8585                                                                                              I predict my top artist will be baekhyun or NCT dream? #SpotifyWrapped
## 8586                                                                            I predict my most played song will be on deck @abznoproblem17 I love you #SpotifyWrapped
## 8587                                                                                                              I predict my top artist will be FUTURE #SpotifyWrapped
## 8588                                                                                  I predict my most played song will be Glimpse of Us by @sushitrash #SpotifyWrapped
## 8589                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 8590                                                                                                               I predict my top artist will be [Eve] #SpotifyWrapped
## 8591                                                                                  I predict my most played song will be r u ridin by baekhyun again? #SpotifyWrapped
## 8592                        Meet Me In The Woods is definitely gonna be my top song I've listened to it at least 10 times every week since it f… https://t.co/XXRISMTNXM
## 8593                                                                                      I predict my most played song will be Touch The Sun by CryALot #SpotifyWrapped
## 8594                                                                                                     I predict my top artist will be J-Hope or BTS 👀 #SpotifyWrapped
## 8595                                                                                                    I predict my top artist will be Hollywood undead #SpotifyWrapped
## 8596                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8597                                                                                                   I predict my most played song will be J-hope More #SpotifyWrapped
## 8598                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8599                                             @chartdata It's been 2 years almost that Spotify had been launched in my country &amp; my #SpotifyWrapped is only BTS 💜
## 8600                                                         I predict my most played song will be Lost by @robbiewilliams [fill in top song prediction] #SpotifyWrapped
## 8601                                                                                                              I predict my top artist will be J-hope #SpotifyWrapped
## 8602                                                                                               I predict my most played song will be invu by taeyeon #SpotifyWrapped
## 8603                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8604                                                                                                       I predict my top genre will be pop or country #SpotifyWrapped
## 8605                                                                                                      I predict my most played song will be [Darari] #SpotifyWrapped
## 8606                                                                  I predict my top artist will be @NoahKahan. I listened to Stick Season on repeat 😂 #SpotifyWrapped
## 8607                                                                                      I predict my most played song will be It's My Life by Bon Jovi #SpotifyWrapped
## 8608                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8609                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8610                                                                     these two trending at the same time makes so much sense #SpotifyWrapped https://t.co/o5kUJWL4Ul
## 8611                                                                                               I NEED IT MATE I NEED TO KNOW #SpotifyWrapped https://t.co/YmXoY2CdTJ
## 8612                                                                             I predict my most played song will be [the blues by @vincestaples]      #SpotifyWrapped
## 8613                                                                                 I predict my most played song will be “feels like” by @gracieabrams #SpotifyWrapped
## 8614                                                                                                        I predict my top artist will be [the weeknd] #SpotifyWrapped
## 8615                                                                                  I predict my most played song will be IN NOME DEL PADRE - MÅNESKIN #SpotifyWrapped
## 8616                                                                                                   I predict my top artist will be Taylor Swift, duh #SpotifyWrapped
## 8617                                                                  I predict my top artist will be either störmbreaker, csh, lsb, or maybe death cab? #SpotifyWrapped
## 8618                                                           I predict my top podcast will be Darren "Whackhead" Simpson's prank calls on Kfm Mornings #SpotifyWrapped
## 8619                                                                                                      I predict my top artist will be [taylor swift] #SpotifyWrapped
## 8620                                         I predict my most played song will be Love of My Life by Harry Styles #SpotifyWrapped\n\nif it aint this then i have 0 clue
## 8621                                                                                                   I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped
## 8622                                         Me acting surprised when my Spotify wrapped is mostly all Taylor swift and pop punk #SpotifyWrapped https://t.co/GnorRz60fE
## 8623                                                         I predict my most played song will be probably something by drippin so pretty or dc the don #SpotifyWrapped
## 8624                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 8625                                                                                                        I predict my top artist will be j-hope!! \n\n#SpotifyWrapped
## 8626                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8627                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 8628                                                      I predict my top genre will be.....don't tell me it's dance pop again. On a streak, aren't we? #SpotifyWrapped
## 8629                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8630                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8631                                                                                                 I predict my top artist will be DEMIIIII @ddlovato  #SpotifyWrapped
## 8632                                                                                           I predict my most played song will be All to well (10min) #SpotifyWrapped
## 8633                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8634                                                                                                      I predict my most played song will be [august] #SpotifyWrapped
## 8635                                                                                                         I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 8636                                                                                                             I predict my top genre will be [Parody] #SpotifyWrapped
## 8637                                                                                 I predict my most played song will be [Difficult by @gracieabrams ] #SpotifyWrapped
## 8638                                                                                                             Spotify 2021. #SpotifyWrapped \nhttps://t.co/Yi6PEU7hLq
## 8639                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 8640                                                                                                   I predict my top artist will be Taylor swift dUH  #SpotifyWrapped
## 8641                                                I already know that Intruder - Yann Vann Der Cruyssen is my top song. It's literally my alarm clock. #SpotifyWrapped
## 8642                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 8643                                                                              I predict my most played song will be [suck my dick by arctic monkeys] #SpotifyWrapped
## 8644                                                                                                               it’s so close #spotifywrapped https://t.co/3qDW6sEzrT
## 8645                                                                                     I predict my top artist will be the one and only @NiallOfficial #SpotifyWrapped
## 8646                                                                                                I predict my top podcast will be [Interleks Podcast] #SpotifyWrapped
## 8647                                                                                                     I predict my top podcast will be [Niggalations] #SpotifyWrapped
## 8648                                                                                                     I predict my top artist will be Michael Jackson #SpotifyWrapped
## 8649                                                                                                            I predict my top genre will be R&amp;B \n#SpotifyWrapped
## 8650                                                                                          I predict my most played song will be Bussin - Nicki minaj #SpotifyWrapped
## 8651                                                                                                    i predict my top artist will be cesare cremonini #SpotifyWrapped
## 8652                         Why am I anxious for #SpotifyWrapped when I know DAMN WELL it's going to be all @thebandGHOST? Most played artist?… https://t.co/qFJyA9qf1h
## 8653                                                                                                         I predict my top artist will be [SewerSlvt] #SpotifyWrapped
## 8654                                                                                                            I predict my top artist will be [Eminem] #SpotifyWrapped
## 8655                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8656                                                                                    I predict my top genre will be Latin Pop #SpotifyWrapped https://t.co/LpcK7Jd6CD
## 8657                                                                                                        I predict my top podcast will be [@garyvee ] #SpotifyWrapped
## 8658                                                                                                    I predict my top artist will be [ taylor swift ] #SpotifyWrapped
## 8659                                                                              I predict my most played song will be [Blinding Lights by the weeknd ] #SpotifyWrapped
## 8660                                                                                                 I predict my top genre will be [Malayalam classics] #SpotifyWrapped
## 8661                                                                                                                     Can  #SpotifyWrapped hurry the tf up already 😭😭
## 8662                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8663                                                                                                        I predict my top genre will be [Jungle/Jazz] #SpotifyWrapped
## 8664                                           Time to get excited for something I wasn't excited about until a corporation started a marketing campaign #SpotifyWrapped
## 8665                                                                                                  I predict my most played song will be Little Freak #SpotifyWrapped
## 8666                                                                              I predict my most played song will be [new romantics by taylor swift ] #SpotifyWrapped
## 8667                                                                                                        I predict my top artist will be Jack Stauber #SpotifyWrapped
## 8668                                                                                                       I predict my top artist will be [Tha Samurai] #SpotifyWrapped
## 8669                                                                                I predict my most played song will be [Heaven Norihiko Hibino Remix] #SpotifyWrapped
## 8670                                                                         I predict my top podcast will be [fill in top podcast prediction] Red Scare #SpotifyWrapped
## 8671                                                                                          I predict my top artist will be taylor swift or The Weeknd #SpotifyWrapped
## 8672                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 8673                                                                                     I predict my most played song will be Kingston by Faye Webster  #SpotifyWrapped
## 8674                                                                                                              Waiting for my #SpotifyWrapped https://t.co/UGbR0pI5bF
## 8675                                                                I predict my top artist will be [Taylor Alison Swift and I would bet my life on it ] #SpotifyWrapped
## 8676                                                                                                     I predict my top genre will be pop/ dance pop \n#SpotifyWrapped
## 8677                                                                                   GG to everyone that only has video game music in their #spotifywrapped this year.
## 8678                                                                                                   I predict my top genre will be [classical/reggae] #SpotifyWrapped
## 8679                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8680                                                                           I predict my most played song will be "Sorry if I Hurt You" by Charli XCX #SpotifyWrapped
## 8681                                                                                                      I predict my top podcast will be Hot girl talk #SpotifyWrapped
## 8682                                                                                               I predict my most played song will be Blinding lights #SpotifyWrapped
## 8683                                                                                   I predict my most played song will be Heaven’s Cloud by Seventeen #SpotifyWrapped
## 8684                        Hello, I am a website designer, I will create a responsive and functional cleaning website for your business/brand.… https://t.co/jyBp4wvhQY
## 8685                                                                                                      I predict my top genre will be [Dance pop ???] #SpotifyWrapped
## 8686                                                                                                                                    Drop the wrapped #SpotifyWrapped
## 8687                                                                              Thinking about the year ending: 🥲🥲\nThinking about how that means\n#SpotifyWrapped: 💃🕺
## 8688                                                                                           I predict my most played song will be until I found you???#SpotifyWrapped
## 8689                                                                           I predict my most played song will be [Bigger than me by Louis Tomlinson] #SpotifyWrapped
## 8690                        I personally am not excited for #SpotifyWrapped because just like EOTY album lists, it's TOO SOON. I still need the… https://t.co/qAjB58Kl4O
## 8691                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 8692                                                                                I predict my most played song will be [Save Tha Wrld by Tha Samurai] #SpotifyWrapped
## 8693                                                                                         I predict my most played song will be [Thursday - Morphine] #SpotifyWrapped
## 8694                                                                            Whaaaat, we weren't expecting that... 👀🍫#SpotifyWrapped @Spotify https://t.co/mYbKxYGC5F
## 8695                                                               Me pretending to be shocked when SHINee is #1 on my playlist  #SpotifyWrapped https://t.co/zhS36KnYRg
## 8696                               Get The Best Therapy Lamp of 2022: https://t.co/9lKckT8tmS #Moodozi  #CyberMondayAmazon #CyberMonday #health… https://t.co/jRxkL51fjK
## 8697                                                                                                        I predict my top artist will be joe hisaishi #SpotifyWrapped
## 8698                                                           I predict my top podcast will be that greek mythology podcast i listen to forgot the name #SpotifyWrapped
## 8699                                                                                    I predict my top artist will be SEVENTEEN (or bts, not too sure) #SpotifyWrapped
## 8700                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped HIP HOP
## 8701                                                                                         I predict my top artist will be BTS #SpotifyWrapped https://t.co/SwbWtxeCoZ
## 8702                                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. #myparty
## 8703                                                                                                   I need BLACKPINK to be my top artist again on #SpotifyWrapped !!!
## 8704                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 8705                                                                                  Pop\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 8706                                                                                      I predict my top artist will be lana del rey or chase atlantic #SpotifyWrapped
## 8707                                                                                                   I predict my top podcast will be Very Really Good #SpotifyWrapped
## 8708                                                                                                                 I predict my top genre will be kpop #spotifywrapped
## 8709                                                                                              I predict my most played song will be Love Dive by IVE #SpotifyWrapped
## 8710                                                                                                                                   Hurry up man ffs  #SpotifyWrapped
## 8711                 Trending #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna L… https://t.co/elZ33BM9gK
## 8712                                                                                                           I predict my top artist will be Radiohead #SpotifyWrapped
## 8713                                                                       Taylor swift\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 8714                                        Top Song: Fade Into You\nTop Artist: Mac Miller or Mazzy Star\nTop Genre: Indie Pop\n#SpotifyWrapped https://t.co/tpp8LQ9dW9
## 8715                                                                                           I predict my top genre will be Some Emo shit I don’t know #SpotifyWrapped
## 8716                                                                                                     I predict my top genre will be alternative rock #SpotifyWrapped
## 8717                                                                                                                                    I need my #SpotifyWrapped now…👺🗿
## 8718                                                                        I predict my top artist will be Nct dream duhh like literally no competition #SpotifyWrapped
## 8719                                                        #SpotifyWrapped\n\nProud Taylor Swift won't be on my list\n\nBreaking bad ost better https://t.co/0RxYpzz1dr
## 8720                                                                                                     I predict my most played song will be [Run BTS] #SpotifyWrapped
## 8721                                                                                        I predict my most played song will be Americano by Lady Gaga #SpotifyWrapped
## 8722                                                                                                                I predict my top genre will be indie #SpotifyWrapped
## 8723                        I love when the #SpotifyWrapped stuff happens every year because every year people feel shame for their listening t… https://t.co/DblaayZ13P
## 8724                                                                                                        I predict my top artist will be Kendrick 😘🤤😩 #SpotifyWrapped
## 8725                                                                                         I predict my most played song will be Let Down by Radiohead #SpotifyWrapped
## 8726                                                                                         I predict my most played song will be [“once upon  a dream” #SpotifyWrapped
## 8727                                                                                         I predict my top artist will be  WEYES BLOOD I JUST KNOW IT #SpotifyWrapped
## 8728                                                                                 I predict my most played song will be Litterally any @TheDunts song #SpotifyWrapped
## 8729                                                                                      I predict my top artist will be [Taylor Swift, Camila Cabello] #SpotifyWrapped
## 8730                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 8731                                                                                        I predict my top artist will be i acc have no idea im scared #SpotifyWrapped
## 8732                                                                                                              I predict my top genre will be hip hop #SpotifyWrapped
## 8733                                                                                                              I predict my top artist will be Weezer #SpotifyWrapped
## 8734                                                                                       I predict my most played song will be [probably a Lana song ] #SpotifyWrapped
## 8735                                                                                          I predict my most played song will be baby dont cry - exo  #SpotifyWrapped
## 8736                                                    I predict my most played song will be Aftwe Dark by Mr Kitty 💀 I listen to that song RELIGIOUSLY #SpotifyWrapped
## 8737                                                                                                OMG IT'S HAPPENING, EVERYBODY STAY CALM, IT'S COMING #SpotifyWrapped
## 8738                                      I want to see everyone’s #SpotifyWrapped and I’m going to post mine. If you don’t want to see them you better mute the tag now
## 8739                                                                                                I predict my top genre will be [Pop &amp; Reggaeton] #SpotifyWrapped
## 8740                                                                                                         I predict my top podcast will be BANTER WOO #SpotifyWrapped
## 8741                                                                                  I predict my most played song will be [Show me How by Men I Trust] #SpotifyWrapped
## 8742                                          I predict my most played song will be All Too Well (Taylor's Version) (Ten Minutes Version) - Taylor Swift #SpotifyWrapped
## 8743                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 8744                                                                                                     I predict my most played song will be delicate\n#SpotifyWrapped
## 8745                                                      I predict my most played song will be oneday, taunt,or My songs know what you did In the dark. #SpotifyWrapped
## 8746                                                                                                        I predict my top genre will be [ kpop fosho] #SpotifyWrapped
## 8747                                                                                       I predict my most played song will be astronomy by conan gray #SpotifyWrapped
## 8748                                                                                                  I predict my top genre will be dance pop probably  #SpotifyWrapped
## 8749                                                                                 I predict my top artist will be the music industry aka taylor swift #SpotifyWrapped
## 8750                                                                   I predict my most played song will be telepatía by Kali Uchis or FEVER by ENHYPEN #SpotifyWrapped
## 8751                                                                                             I predict my top artist will be the 1975 or troye Sivan #SpotifyWrapped
## 8752                                                                                                I predict my top artist will be [radiohead?] nao sei #SpotifyWrapped
## 8753                                                                                               I predict my most played song will be shivers remix 😣 #SpotifyWrapped
## 8754                                                             When I see NSYNC is number one on my #SpotifyWrapped for the 13th year in a row https://t.co/FMGsm2WUxN
## 8755                                                                                         I predict my top genre will be [post-punk] tem nem oq falar #SpotifyWrapped
## 8756                                                                                                        I predict my top genre will be pop or indie  #SpotifyWrapped
## 8757                                                                                                    I predict my top podcast will be @elvertedero_69 #SpotifyWrapped
## 8758                                                                                                       I predict my top artist will be [The Beatles] #SpotifyWrapped
## 8759                                                                                              I predict my most played song will be [Vigilante Shit] #SpotifyWrapped
## 8760                                                                             I predict my most played song will be no surprises or Scott street 😭😭😭\n#SpotifyWrapped
## 8761                                                                                                       I predict my top genre will be 3010s alt/rock #SpotifyWrapped
## 8762                                                                                                 I predict my most played song will be [die for you] #SpotifyWrapped
## 8763                                                                                I predict/sureasfuckinghellknow my top artist will be @taylorswift13 #SpotifyWrapped
## 8764                                                                                           I predict my most played song will be film out o dionysus #SpotifyWrapped
## 8765                                                                                                            I predict my top genre will be [pop] #SpotifyWrapped idk
## 8766                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8767                                                                                                 I predict my top podcast will be I spent a day with #SpotifyWrapped
## 8768                                                                                           I predict my top podcast will be https://t.co/W01jlsihdH  #SpotifyWrapped
## 8769                                                                                             I predict my top artist will be [The Weeknd] #SpotifyWrapped @theweeknd
## 8770                                                         I predict my most played song will be [idk] because i be playing anything based on my mood  #SpotifyWrapped
## 8771                                                                                         I predict my top podcast will bei do not listen to podcasts #SpotifyWrapped
## 8772                                                                                                             I predict my top artist will be lovejoy #SpotifyWrapped
## 8773                                                                                                   I predict my top artist will be car seat headrest #SpotifyWrapped
## 8774                                                                                                                                      just drop it 🚬 #SpotifyWrapped
## 8775                                                                              I predict my top podcast will be [anything goes with Emma Chamberlain] #SpotifyWrapped
## 8776                                                                                                           As a JW, the day #SpotifyWrapped drops is our Christmas 😆
## 8777                                                                                                       I predict my top genre will be rock? idfk lol #SpotifyWrapped
## 8778                                                                                             I predict my top artist will be https://t.co/hlFethMmfz #SpotifyWrapped
## 8779                                                                                                        woke up and it's trending but where tf is it #SpotifyWrapped
## 8780                                                                                         I predict my top podcast will be miss gemma collins herself #SpotifyWrapped
## 8781                                                              I predict my most played song will be beach life in death probably or between the bars #SpotifyWrapped
## 8782                                                                                                          I predict my top artist will be [Kenia Os] #SpotifyWrapped
## 8783                                                                                                   I predict my top artist will be Harry or Blossoms #SpotifyWrapped
## 8784                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 8785                                                                   I predict my top podcast will be Livraria em Casa do Paulo Ratz (@livrariaemcasa) #SpotifyWrapped
## 8786                             It’s that time of the year when you get to find out which of your friends has the crustiest taste in music. 🤟🤣… https://t.co/uCQCT4YzMN
## 8787                                                                                              I predict my top artist will be taylor swift obviously #SpotifyWrapped
## 8788                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8789                                                                                                         I predict my top genre will probs be indie  #SpotifyWrapped
## 8790                        @Spotify has officially launched the #SpotifyWrapped hashflag for 2022. What do you predict will be your #1 song, g… https://t.co/pCoAoOLK3s
## 8791                                                                                       I predict my most played song will be anything but me by muna #SpotifyWrapped
## 8792                                                                                                                    You can't hurt me. You're not my #spotifywrapped
## 8793                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 8794                                                                                              I predict my top artist will be [Mariah Carey or Yuna] #SpotifyWrapped
## 8795                                                                                             I predict my most played song will be Daylight by Mr HS #SpotifyWrapped
## 8796                                                                                       I predict my most played song will be https://t.co/RgVRRFojz7 #SpotifyWrapped
## 8797                                                                                                   I predict my top artist will be Burnout Syndromes #SpotifyWrapped
## 8798                                                                                                          Where tf is it!?!? #SpotifyWrapped https://t.co/LKyWpRQReO
## 8799                                                                                                      I predict my top podcast will be @LeBatardShow #SpotifyWrapped
## 8800                                I predict my most played song will be grapes by james marriott but its because i looped it for six consecutive hours #SpotifyWrapped
## 8801                                                                                                     I predict my most played song will be as it was #SpotifyWrapped
## 8802                                                                                                                 I predict my top genre will be punk #SpotifyWrapped
## 8803                                                                                   WHY DID YALL ADD FUCKING STORIES?? GIVE US WHAT WE WANT NOT THIS  #SpotifyWrapped
## 8804                                                                                                     I predict my most played song will be run bts 🥱 #SpotifyWrapped
## 8805                                                                                              I predict my top artist will be [Cigarettes After Sex] #SpotifyWrapped
## 8806                                                                                                             I predict my top artist will be Louis!! #SpotifyWrapped
## 8807                                                                                                                I predict my top genre will be J pop #SpotifyWrapped
## 8808                                                    Best hunter,puppy catches snake\n\n#SoundCloud #SpotifyWrapped  #KKKevinMcCarthy #KORGHA https://t.co/JmdeZe6IMD
## 8809                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8810                                                                                             There’s still time to binge music to pad your plays for #SpotifyWrapped
## 8811                                                                                  I predict my most played song will be [K. by Cigarettes After Sex] #SpotifyWrapped
## 8812                                                                                                                I predict my top artist will be 5SOS #SpotifyWrapped
## 8813                                                                                                                 I predict my top genre will be pop? #SpotifyWrapped
## 8814                                  Practising my shocked face for when Spotify announces @PLACEBOWORLD as my most listened to artist of 2022… https://t.co/PBQnvCNaOa
## 8815                                                                                                          I predict my top genre will be Modern Rock #SpotifyWrapped
## 8816                              If you’re still in queu to be played, stay in the queu! If you’re in the queu before #SpotifyWrapped releases your streams will count!
## 8817                                                                                              I predict my top podcast will be UK True Crime Podcast #SpotifyWrapped
## 8818                                                                                                          I predict my most played song will be 2011 #SpotifyWrapped
## 8819                                                                                                      I predict my top artist will be @oliviarodrigo #SpotifyWrapped
## 8820                                                                                           I predict my top artist will be [idk i cant its too much] #SpotifyWrapped
## 8821                        Looking forward to seeing the tweet of some girl pretending she came up with the idea of #SpotifyWrapped when she w… https://t.co/GYdPJfyO79
## 8822                                                                                                       I predict my top artist will be Harry styles  #SpotifyWrapped
## 8823                                                                                                          I predict my top artist will be Billy Joel #SpotifyWrapped
## 8824                                                                          I predict my most played song will be  Attracted to you by 'Pinkpatheress' #SpotifyWrapped
## 8825                                                                                        I predict my most played song will be Skeletons by @Labrinth #SpotifyWrapped
## 8826                                  The wait is over...PPC Wrapped is here!!📽️🎬🎞️🚀💫\n\n💥See you again in 2023💥\n\n[inspired by #spotify🎵]\n#ppc… https://t.co/8tz69qaUd5
## 8827                        OWN a Website? Allow your Website Visitors to Login to your Website via their Spotify, Twitter, Instagram and 24 Ot… https://t.co/nYXLuBwvQH
## 8828                                                                                                          I predict my top genre will be [idk pop??] #SpotifyWrapped
## 8829                                                                                          I predict my most played song will be What a Catch, Donnie #SpotifyWrapped
## 8830                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rap
## 8831                                                                                                               I predict my top podcast will be POKS #SpotifyWrapped
## 8832                                                                                               I predict my most played song will be Cozy by Beyoncé #SpotifyWrapped
## 8833                                                                                          I predict my most played song will be new girl by labrinth #SpotifyWrapped
## 8834                                                                                        I predict my most played song will be some kind of Synthwave #SpotifyWrapped
## 8835                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Michael Jackson
## 8836                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Shake that by Eminem
## 8837                                                                                                         I bet my most played song will be Valentino #SpotifyWrapped
## 8838                                                                                                    I predict my top artist will be bts (or twice 🧐) #SpotifyWrapped
## 8839                                                                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop
## 8840                                                                          I predict my most played song will be Quevedo:Bzrp music sessions, vol. 52 #SpotifyWrapped
## 8841                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Virgo’s Groove -Beyoncé
## 8842                                                                                I predict my most played song will be All To Well by @taylorswift13  #SpotifyWrapped
## 8843                                                          I BEEN THINKIN OF DYIN MY HAIR RED, JUS TO LOOK LIKE A PINT KF RED #SpotifyWrapped https://t.co/0p5bnm7ZTZ
## 8844                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8845                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 8846                                                                    I predict my top artist will be [&amp;TEAM/andAUDITION] #SpotifyWrapped\n\nCheck out my pin twt😌
## 8847                                                                                 I predict my top genre will be brutal death metal, or 50’s Country  #SpotifyWrapped
## 8848                                                                             I predict my most played song will be [RUN BTS] #SpotifyWrapped https://t.co/bMiyWwZGLx
## 8849                        If your #SpotifyWrapped isn’t completely filled with @PlayStreamBeats by @HarrisHeller have you even been using dmc… https://t.co/YKq1dVvKQ2
## 8850                                                                                                  I predict my most played song will be I Drink Wine #SpotifyWrapped
## 8851                                                                                                         I predict my top podcast will be taste buds #SpotifyWrapped
## 8852                                                                                                               I predict my top artist will be loona #SpotifyWrapped
## 8853                                                                                                   I predict my top artist will be [Andrew Garfield] #SpotifyWrapped
## 8854                                                                                                        I predict my top artist will be harry styles #SpotifyWrapped
## 8855                                                                                                          I predict my top artist will be BLADEE!!!! #SpotifyWrapped
## 8856                                                                                   I predict my top artist will be will wood. the silly tapeworm man #SpotifyWrapped
## 8857                                                                                            I predict my top podcast will be Plumbing the Death Star #SpotifyWrapped
## 8858                             The illest festival you’ve ever experienced. Pre-Sale tickets this Friday. #InstaFest #SpotifyWrapped #Spotify… https://t.co/yXcITnFzDQ
## 8859                                                                                  When is our #SpotifyWrapped??? I need to know so I can get my sexy outfit prepared
## 8860                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 8861                                                                                  I predict my top artist will be harry styles theres no way its not #SpotifyWrapped
## 8862                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 8863                        I predict my most played song will be Aqueous transmission by @IncubusBand as I play it every day to send me and my… https://t.co/g0vHJCegnl
## 8864                                                                                            I predict my top podcast will be [ I only listen music ] #SpotifyWrapped
## 8865                                                                                                        I predict my top artist will be Mariah Carey #SpotifyWrapped
## 8866                                                                                  I predict my most played song will be [30/90 from Tick…Tick…BOOM!] #SpotifyWrapped
## 8867                                                                         I predict my most played song will be from the dining table by harry styles #SpotifyWrapped
## 8868                                                                                                            I predict my top artist will be [Bladee] #SpotifyWrapped
## 8869                                                                                                    I predict my top artist will be Bowling for Soup #SpotifyWrapped
## 8870                                                                           I predict my most played song will be BTBT no cap #SpotifyWrapped https://t.co/2iLPTHm0sa
## 8871                                                                                                       I predict my top genre will be pop (for sure) #SpotifyWrapped
## 8872                                                                                                  I predict my top artist will be [ @taylorswift13]  #SpotifyWrapped
## 8873                         I predict my most played song will be something from @ChrisMotionless @MIWband because that's all I've listened to… https://t.co/4yelCDy5Hk
## 8874                        I predict my top artist will be Turnstile. I’m not even predicting this, considering in less than a year they’ve be… https://t.co/t8QhgvhJaz
## 8875                                                                    My big flex is that Running Up That Hill was in my #SpotifyWrapped last year pre-Stranger Things
## 8876                                                                                                    I predict my top artist will be [@KublaiKhanTX ] #SpotifyWrapped
## 8877                                                                                                                                      Super excited  #SpotifyWrapped
## 8878                                                                                                             I predict my top genre will be Pop Punk #SpotifyWrapped
## 8879                                                                                      I predict my most played song will be cardigan by Taylor Swift #SpotifyWrapped
## 8880                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 8881                        Any custom stationery item as per your requirements with max number of revisions, Affordable price, and Your Satisf… https://t.co/Kipsqsbfxy
## 8882                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 8883                                                                                         I predict my top genre will be [ pop music or korean osts ] #SpotifyWrapped
## 8884                                                                                                     I predict my top artist will be [@IncubusBand ] #SpotifyWrapped
## 8885                                                                                     I predict my most played song will be Tiara (Raffa Affar Cover) #SpotifyWrapped
## 8886                                                                           I predict my most played song will be negro y  azul from breaking bad 💪💪💪💪#SpotifyWrapped
## 8887                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8888                                                                                           I predict my most played song will be [Bladee - Obedient] #SpotifyWrapped
## 8889                                                                                I predict my most played song will be [Save Your Tears - The Weeknd] #SpotifyWrapped
## 8890                                                                                          I predict my most played song will be I Wanna Be Brad Pitt #SpotifyWrapped
## 8891                                                                                                           My #spotifywrapped cannot be beat https://t.co/HUPELmGOkE
## 8892                                                                                                                 I predict my top artist will be nct #SpotifyWrapped
## 8893                                                                                                          my most played song will be [ Apocalypse ] #SpotifyWrapped
## 8894                                                                                             I predict my most played song will be heated by Beyoncé #SpotifyWrapped
## 8895                                                                                                       I predict my top artist will be @Harry_Styles #SpotifyWrapped
## 8896                        ladies and gentlemen, I'm a new person and whatever type of music comes up on my #SpotifyWrapped is in no way repre… https://t.co/nko4ZBe92A
## 8897                                                                                                              I predict my top genre will be pop (?) #SpotifyWrapped
## 8898                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 8899                                                                              I predict my most played song will be All This Time by Louis Tomlinson #SpotifyWrapped
## 8900                                                                                              I predict my top song will be Paper Bag by Fiona Apple #SpotifyWrapped
## 8901                                                                                                           I predict my most played song will be o.o #SpotifyWrapped
## 8902                                                                                                                I predict my top artist will be  Bts #SpotifyWrapped
## 8903                                                                                                                                       letsfuckinggo #SpotifyWrapped
## 8904                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 8905                                I Am Offering Guest Posts From The High-Authority Website, which Is Being Updated Every Day.\n\ncontact me:… https://t.co/yyG7cCeD9J
## 8906                                                                                   my therapist when i show her my #SpotifyWrapped this year https://t.co/FPUckRzCS6
## 8907                                                                                                        I predict my most played song will be a song #SpotifyWrapped
## 8908                                                                                                                 what are y’all wearing to the #spotifywrapped party
## 8909                                                                                                                                 I'm very excited 🤩  #spotifywrapped
## 8910                                                                                                       I predict my top artist will be Mother Mother #SpotifyWrapped
## 8911                                                                          Me pretending not to care about #SpotifyWrapped so it comes faster https://t.co/6wzXn1Xewa
## 8912                                                                                                      I predict my top genre will be Vancouver Indie #SpotifyWrapped
## 8913                                                                        I predict my most played song will be star lost by stray kids o sino me m4to #SpotifyWrapped
## 8914                                                                                     I predict my most played song will be Harlequin by @unlikepluto #SpotifyWrapped
## 8915                        Another day to be anxious about #SpotifyWrapped as if I don't know that singer, song writer, actor, grammy award no… https://t.co/XZAhOMsjJi
## 8916                                                                                                 I predict my most played song will be ghosting 😳😳😳😳😳#SpotifyWrapped
## 8917                                                                                                          I predict my top artist will be @sopharela #SpotifyWrapped
## 8918                                                                    I predict my most played song will be “How to Disappear Completely” by Radiohead #SpotifyWrapped
## 8919                                                                                    I predict my most played song will be [Frank Wild, Kafuu - Hafo] #SpotifyWrapped
## 8920                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/a9gBjwLoPb
## 8921                                                                                                    I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped
## 8922                                                                 Me when Spotify wrapped comes out and it’s all Taylor Swift #spotifywrapped https://t.co/p4DFj3tTVo
## 8923                                                                                       I predict my most played song will be [Kendrick Lamar - DNA.] #SpotifyWrapped
## 8924                                                                                                              RELEASE IT NOW #SpotifyWrapped https://t.co/TMk5IEcDk4
## 8925                        Please for the love of god please don’t let Coldplay be my most listened to artist for the 5th year in a row. I wou… https://t.co/CFPQ2YMLVX
## 8926                                                                   I predict my most played song will be I Bet You Think About Me (Taylor's version) #SpotifyWrapped
## 8927                                                                                                               I predict my top artist will be Morat #SpotifyWrapped
## 8928                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped ARE WE STILL FRIENDS tylerrrr
## 8929                                                                                                     I predict my top artist will be Drizzy for sure #SpotifyWrapped
## 8930                                                                                       I predict my most played song will be Matilda by Harry Styles #SpotifyWrapped
## 8931                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 8932                                                                                            I predict my most played song will be alguna de Morat xd #SpotifyWrapped
## 8933                                                                                                                 Genuinely fucking nervous this year #SpotifyWrapped
## 8934                                                                                             I predict my top artist will be TAYLOR MASTERMIND SWIFT #SpotifyWrapped
## 8935                                                                                                      I predict my top artist will be BTS of course  #SpotifyWrapped
## 8936                                                                                                        I predict my top artist will be [@pledis_17] #SpotifyWrapped
## 8937                                                                                            I predict my most played song will be London View by OTP #SpotifyWrapped
## 8938                                                                                      I predict my top artist will be @talhahanjum or @kendricklamar #SpotifyWrapped
## 8939                                                                                         I predict my most played song will be blood,swear and tears #SpotifyWrapped
## 8940                                                                                           I predict my most played song will be *screams violently* #SpotifyWrapped
## 8941                                                                                                   I predict my top genre will be [kpop] 😂😂 soo easy #SpotifyWrapped
## 8942                                                                                                          I predict my top artist will be @theweeknd #SpotifyWrapped
## 8943                                                                                  I predict my top podcast will be Libra hoy definitivamente jsjsjsj #SpotifyWrapped
## 8944                                                                                                    I predict my most played song will be Pink Venom #SpotifyWrapped
## 8945                                                                                                         I predict my top genre will be Desi Hip Hop #SpotifyWrapped
## 8946                                              When it just a different order of the same songs I am disgustingly attached to #SpotifyWrapped https://t.co/SVE7lzUhTb
## 8947                                                        @tbhcreaturekins yeah real. #spotifywrapped got the weird hashflag thing today so it’s probably close teehee
## 8948                                                                                                                  I predict my top genre will be sex #SpotifyWrapped
## 8949                                                                                                            I predict my top genre will be synth pop #SpotifyWrapped
## 8950                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 8951                                                                    I predict my most played song will be [either dandelions or shadow by seventeen] #SpotifyWrapped
## 8952                                                                                                     I predict my most played song will be Kaiserion #SpotifyWrapped
## 8953                                 I predict my top podcast will be [im not a nerd but if i was it’d be this american life or wait wait don’t tell me] #SpotifyWrapped
## 8954                                                                                                    I predict my top artist will be Arctic Monkeys\n #SpotifyWrapped
## 8955                                                                                i predict my top artist is gonna be them,,,\n#SpotifyWrapped https://t.co/Ptr0auwH70
## 8956                                                                                         I predict my top artist will be Justin Bieber as always 💁🏼‍♀️ #SpotifyWrapped
## 8957                        I predict my most played song will be Best Friends By 5 seconds of summer because i listened to that crap for MONTH… https://t.co/rQBawzi6tv
## 8958                                                                                                                  I predict my top genre will be Gay #SpotifyWrapped
## 8959                                                                                                   I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 8960                                                                                                                 I predict my top genre will be pop? #SpotifyWrapped
## 8961                                                                                           I predict my most played song will be Envolver by @Anitta #SpotifyWrapped
## 8962                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 8963                                                                                         I predict my most played song will be I Like You-JonnyBDope #SpotifyWrapped
## 8964                                                                                             I predict my top artist will be TAYLOR SWIFT PER USUAL 🧣#SpotifyWrapped
## 8965                                                                                                        I predict my top artist will be #TaylorSwift #SpotifyWrapped
## 8966                                                                                                  I predict my most played song will be Yet to come  #SpotifyWrapped
## 8967                                                                                                                                  Today is the day 🤩 #SpotifyWrapped
## 8968                                                Lowkey don’t know what my #SpotifyWrapped is gonna look like bc I just switched from Apple Music like 2 months ago 🫣
## 8969                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 8970                                                                                      //I predict my most played song will be Cloud 9 by Beach Bunny #SpotifyWrapped
## 8971                                                                                                 I predict my top artist will be [@twentyonepilots ] #SpotifyWrapped
## 8972                                                     I predict my top artist will be @taylorswift13 as it has been since #SpotifyWrapped was started. #seniorswiftie
## 8973                                                                              hmmm i wonder who my number one artist will be #SpotifyWrapped https://t.co/JxdUCxg29X
## 8974                                                                                         I predict my most played song will be Michelle by Sir Chloe #SpotifyWrapped
## 8975                                                                                    I predict my most played song will be #AllTooWell10MinuteVersion #SpotifyWrapped
## 8976                                                                                                I predict my top artist will be [Tyler, The Creator] #SpotifyWrapped
## 8977                                                                                        I predict my most played song will be Karma by Taylor Swift  #SpotifyWrapped
## 8978                                                                                       I predict my top genre will be [rap, gospel, or afrofuturism] #SpotifyWrapped
## 8979                                                                                                           I predict my top artist will be radiohead #SpotifyWrapped
## 8980                                                                                                             I predict my top genre will be [ Trap ] #SpotifyWrapped
## 8981                                                                   I predict my most played song will be [mars by redveil or Walkin by Denzel Curry] #SpotifyWrapped
## 8982                                               My #SpotifyWrapped is about to be filled with The Weeknd, The Top Gun Maverick soundtrack and Spirited soundtrack 😅🤷‍♀️
## 8983                                                                                                     @Spotify you really dragging this shit #SpotifyWrapped hurry up
## 8984                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 8985                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 8986                                                                                         #SpotifyWrapped STOP TEASING AND RELEASE IT ALREADY https://t.co/67OraIXvrt
## 8987                                                                                                        I predict my top artist will be [Bebe Rexha] #SpotifyWrapped
## 8988                                                                                                                 I’m ready #SpotifyWrapped ! https://t.co/NUOWsPcHSX
## 8989                                                                                                   FFS I JUS WANNA SEE HOW I DID AS A ARTIST IN 2022 #SpotifyWrapped
## 8990                                                                                                      I predict my top artist will be @bearhandsband #SpotifyWrapped
## 8991                                                                                                    #SpotifyWrapped CANT WAIT TO SEE MY IDOL THIS YEAR HHAHAHAHAHAHA
## 8992                                                                               I predict my most played song will be Love Of My Life by #HarryStyles #SpotifyWrapped
## 8993                                                       #SpotifyWrapped  Who do you think will be the number artist? Number 1 song and genre? https://t.co/TtWul41EtM
## 8994                                                                         My last two brain cells when my #SpotifyWrapped is finally revealed https://t.co/sbaWf9HPgZ
## 8995                                                                                      I predict my top artist will be Austin Butler ou Elvis Presley #SpotifyWrapped
## 8996                                                                                         I predict my most played song will be [Empty by Bebe Rexha] #SpotifyWrapped
## 8997                                                                                                 I predict my most played song will be Seventeen Hot #SpotifyWrapped
## 8998                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/n4aJ7YjgW9 #Facundo Ca… https://t.co/9Smrzmf4H5
## 8999                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/72vnYUpKut #Facundo Ca… https://t.co/Nex2t2ca9J
## 9000                                                                                                         I predict my top artist will be chris brown #SpotifyWrapped
## 9001                                           I predict my top artist will be oooo Seventeen or Ateez, depending when they stopped logging my listening #SpotifyWrapped
## 9002                                                                                                                   ✨Taste✨ #SpotifyWrapped https://t.co/rS30Wi8Haa
## 9003                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/PISf7NtOCv #Facundo Ca… https://t.co/6eAJxcamux
## 9004                                                                  me waiting for my #spotifywrapped to come out after teasing me for a week: https://t.co/YeBVoUOuxF
## 9005                                                                                      I predict my most played song will be wouldve couldve shouldve #SpotifyWrapped
## 9006                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/u4xdlgpWKU #Facundo Ca… https://t.co/qFTtHZc55R
## 9007                                                                              I predict my most played song will be we (warm embrace) by chris brown #SpotifyWrapped
## 9008                                                                                     I predict my top podcast will be that one that posted wayf live #SpotifyWrapped
## 9009                        In two days, we'll have countless #SpotifyWrapped memes that aren't even remotely funny. Half of them will most lik… https://t.co/IF3Pv0PdJE
## 9010                                                                                                         I predict my top artist will be [Glee Cast] #SpotifyWrapped
## 9011                        You have to order one of these before it's too late! @kickbooster #kickbooster  https://t.co/agvranSl7W #Facundo Ca… https://t.co/UvL6W3RUdD
## 9012                      I predict my top 5 artists in my #SpotifyWrapped will be \n1. The Weeknd\n2. Ryan Reynolds\n3. Will Ferrell\n4. One Republic \n5. Taylor Swift
## 9013                                  Having an eclectic taste in music 🎶 \n\nWonder what 2022 Spotify wrapped will be \n\nJust drop it already… https://t.co/x9IoeQYfUx
## 9014                                                                                         I predict my top genre will be k-pop (this one is easy lol) #SpotifyWrapped
## 9015                                                                                                       I predict my top genre will be pop ou R&amp;B #SpotifyWrapped
## 9016                                                                                                  idc abt my  #SpotifyWrapped cause i track my music all year long 😭
## 9017                   I predict my most played song will be [the final countdown] by &amp;TEAM/ andAUDITION \nIf not then it's definitely will… https://t.co/Q2ovbydTkQ
## 9018                                                                                                         my top artist's gonna be doja i can feel it #SpotifyWrapped
## 9019                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9020                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9021                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 9022                                                                                                   I predict my top podcast will be @DesenredaMadeja #SpotifyWrapped
## 9023                      I predict my top podcast will be [probably just some random podcast with songs on it 🧍] #SpotifyWrapped\n\n(It better… https://t.co/nDRt79CG05
## 9024                                                                                                If #SpotifyWrapped doesn't stop edging me... https://t.co/mB2UOqoJMw
## 9025                                                                                                          my spotify wrapped is gonna look so bad 😭😭 #SpotifyWrapped
## 9026                                                                                          I just muted #SpotifyWrapped from the TL. My sanity is now somewhat saved.
## 9027                                                                                  My #SpotifyWrapped is gonna be challenging lizzies reighn in minutes of music lmao
## 9028                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\ndistractable
## 9029                                                                                                     I predict my top genre will be some kind of pop #SpotifyWrapped
## 9030                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 9031                                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\njoji 😽
## 9032                                               Stream my Ep Cinematic Depression one last time before #SpotifyWrapped 2022 🙏🏽 #Spotifymusic… https://t.co/rne1xKeXex
## 9033                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9034                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop 💔
## 9035                                                                                                 I predict my top genre will be alternative rock idk #SpotifyWrapped
## 9036                                                                                                       I predict my top artist will be [Nicki Minaj] #SpotifyWrapped
## 9037                                                                      most played song Together In Electric Dreams by Phil Oakey and Giorgio Moroder #SpotifyWrapped
## 9038                 Black Friday sale is L I V E\nSave UPTO 60% compare to Amazon &amp; Other Retailer.\nShop Now: https://t.co/jq3y3PTR0a\nCh… https://t.co/izJrrawofb
## 9039                                                                   My #SpotifyWrapped is going to be some order of Dolph, Sidhu, Lil Baby and maybe Payroll or Peezy
## 9040                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped slow dancing in the dark-joji
## 9041                                                                             I predict my most played song will be bigger than me - Louis Tomlinson  #SpotifyWrapped
## 9042                                                                                                    I predict my top artist will be @Interruptweets  #SpotifyWrapped
## 9043                                             #SpotifyWrapped is trending so we are 3 days away from learning how many people have been listening to POP RAP all year
## 9044                                                                                                   I predict my most played song will be Pink Venom  #SpotifyWrapped
## 9045                                                                            I predict my top artist will be [Wilbur Soot, Lovejoy, or New Hope Club] #SpotifyWrapped
## 9046                                                                      the people have spoken @Spotify\n\nDrop the damn thing #SpotifyWrapped https://t.co/kYmJ6slddZ
## 9047                                                                                                        I predict my top artist will be takayan 100% #SpotifyWrapped
## 9048                                                                                          I predict my top artist will be TWICE! they remain supreme #SpotifyWrapped
## 9049                                                                                                         I predict my top artist will be Linkin Park #SpotifyWrapped
## 9050                                                                                   I predict my top artist will be Taylor Swift 1 billion percent!!! #SpotifyWrapped
## 9051                                                               I predict my top genre will be […DSMP] #SpotifyWrapped\n(Please Spotify- please don’t do this to me-)
## 9052                                                                                I predict my most played song will be its true love by takayan?? idk #SpotifyWrapped
## 9053                                                                                                              I predict my top artist will be mitski #SpotifyWrapped
## 9054                                                                                   I predict my most played song will be all too well 10 min version #SpotifyWrapped
## 9055                                                                                                             I predict my top genre will be kpop.... #SpotifyWrapped
## 9056                                                  bc itni toh boards ke results ke lie nahi phati thi jitna spotify wrapped ke lie phat rahi hai🫥\n\n#SpotifyWrapped
## 9057                                                                                                 I predict my top artist will be TOMORROW X TOGETHER #SpotifyWrapped
## 9058                                                                                                                I predict my top genre will be Metal #SpotifyWrapped
## 9059                                                                                                        I predict my top artist will be [Sam Fender] #SpotifyWrapped
## 9060                                                                                                                 I predict my top genre will be pop! #SpotifyWrapped
## 9061                                                                  I predict my most played song will be [Lonely King: CG5] #SpotifyWrapped (this is like auto typed)
## 9062                                                                                                                   No way my top artist isn't Bladee #SpotifyWrapped
## 9063                                                                            I predict my most played song will be Crying Lightning - Arctic Monkeys] #SpotifyWrapped
## 9064                                                        I predict my most played song will be Trouble, versão do Austin Butler para o filme "Elvis". #SpotifyWrapped
## 9065                                                                                               I predict my most played song will be BASICS by TWICE #SpotifyWrapped
## 9066                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 9067                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 9068                                   I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault)!!!❤️❤️❤️❤️ #SpotifyWrapped
## 9069                                                                                                       I predict my top artist will be One Direction #SpotifyWrapped
## 9070                                                                                                 I predict my top genre will be Cloud Rap or Atl Rap #SpotifyWrapped
## 9071                                                                                                I predict my most played song will be [Get You Down] #SpotifyWrapped
## 9072                                                                                                                          Esse ano ludsession em #1\n#SpotifyWrapped
## 9073                                                                                              I predict my most played song will be Opening Sequence #SpotifyWrapped
## 9074                                                                                 I predict my most played song will be We made it by Louis Tomlinson #SpotifyWrapped
## 9075                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift
## 9076                                                                                   I predict my most played song will be Me Porto Bonito @sanbenito  #SpotifyWrapped
## 9077                                                                             I predict my most played song will be LOVESTORY #SpotifyWrapped https://t.co/BJ3dEFEmrd
## 9078                                                                 I predict my most played song will be the divine damsel of devistation from genshin #SpotifyWrapped
## 9079                                                                                 I predict my top artist will be [fill in top artist prediction] jid #SpotifyWrapped
## 9080                                                                                                       I predict my top genre will be Pop (I think?) #SpotifyWrapped
## 9081                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 9082                                                                                              I predict my most played song will be Through the Dark #SpotifyWrapped
## 9083                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9084                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 9085                                                                   I predict my most played song will be [Why Do I feat. Hatsune Miku by Set It Off] #SpotifyWrapped
## 9086                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 9087                                                                                                    I predict my most played song will be [Dream On] #SpotifyWrapped
## 9088                                                                                              I predict my top artist will be I think Camila Cabello #SpotifyWrapped
## 9089                                                                                      I predict my most played song will be "Cars" by Gary Newman 🚗🎶 #SpotifyWrapped
## 9090                                                                                                               When come out #SpotifyWrapped https://t.co/nZnFGLvjY5
## 9091                                                                                                                I predict my top genre will be Alt Z #SpotifyWrapped
## 9092                                                                                                        I predict my top genre will be Ska for sure. #SpotifyWrapped
## 9093                                                                                I predict my most played song will be anything off of Slut Pop tbh 😅 #SpotifyWrapped
## 9094                                                                                                                I predict my top genre will be House #SpotifyWrapped
## 9095                                                                                                                   I predict my top genre will K-pop #SpotifyWrapped
## 9096                                  #SpotifyWrapped  as if I care... 🙂\n\nI genuinely do 😭😭😭😭😭😭😭😭😭😭😭 can't wait to see @shreyaghoshal as most streamed artist for me 😍
## 9097                                                                                      I predict my most played song will be [ALL TOO WELL 10 MIN TV] #SpotifyWrapped
## 9098                                                               I predict my top podcast will be @KEMpodcast or @ComicBookYeti Cryptid Creator Corner #SpotifyWrapped
## 9099                                                                                           I predict my top podcast will be GaryVee Audio Experience #SpotifyWrapped
## 9100                                                                                                       I predict my most played song will be Burn JW #SpotifyWrapped
## 9101                                                                                           I predict my most played song will be Adore U - Seventeen #SpotifyWrapped
## 9102                                                                                                          I predict my top artist will be @sanbenito #SpotifyWrapped
## 9103                                                                                                          I predict my top artist will be [king von] #SpotifyWrapped
## 9104                                                                                                      I predict my top artist will be Olivia Rodrigo #SpotifyWrapped
## 9105                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 9106                                                                                                        I predict my top podcast will be Impaulsive  #SpotifyWrapped
## 9107                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9108                                                                                                     I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 9109                                                                                  #SpotifyWrapped Check out AwesomeUnknown5's video! #TikTok https://t.co/B9PU3Fj8DJ
## 9110                                                                         My Spotify Wrapped this year. Who else is ready ? \n#SpotifyWrapped https://t.co/G4T6UkfeNf
## 9111                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9112                                                                               【Trends Tag】 #CyberMonday #KORGHA #MondayMotivation #SpotifyWrapped #mondaythoughts
## 9113                                                     If you have men in your #SpotifyWrapped you don't deserve rights! Because why would you listen to men so often?
## 9114                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @FatboySlim
## 9115                                                                                   I predict my most played song will be “traitor” by Olivia Rodrigo #SpotifyWrapped
## 9116                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nI literally have NO idea. I j… https://t.co/ni9I49R7CH
## 9117                                                                                                              I predict my top genre will be [indie] #SpotifyWrapped
## 9118                                                                                           I predict my most played song will be Middle of the Night #SpotifyWrapped
## 9119                                                                                          I predict my top podcast will be Modus Operandi @moduspod  #SpotifyWrapped
## 9120                                                                                                                         I know Arijit Singh tops my #SpotifyWrapped
## 9121                                                                                                   I predict my most played song will be Freestyle 2 #SpotifyWrapped
## 9122                                                                                                  I predict my top artist will be [Kendrick or JID!] #SpotifyWrapped
## 9123                                                                                                I predict my most played song will be [little freak] #SpotifyWrapped
## 9124                                                                               I predict my top podcast will be [Anything Goes By Emma Chamberlain ] #SpotifyWrapped
## 9125                        #SpotifyWrapped My top artist is either @WhitechapelBand or @LornaShore let's see if I end up being right. As for m… https://t.co/HskpoApfL1
## 9126                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9127                        My partners going to be upset when his #SpotifyWrapped comes out because I have listened to countless hours of Tayl… https://t.co/F9cc3e7mIF
## 9128                                                                                                            my #SpotifyWrapped predictions 🤩 https://t.co/lxY77dkfZP
## 9129                                                                                                         I predict my top artist will be [ Beyoncé ] #SpotifyWrapped
## 9130                                                                                                             I predict my top genre will be POP ROCK #SpotifyWrapped
## 9131                                                                   Your #SpotifyWrapped sucks, but not as much as having a leak in your roof https://t.co/7l6lYT4zfY
## 9132                                                                                                      I predict my top artist will be Justin Bieber  #SpotifyWrapped
## 9133                                                                   I predict my most played song will be either All Too Well 10MV or The Story of Us #SpotifyWrapped
## 9134                                                                                    I predict my most played song will be London Boy by Taylor Swift #SpotifyWrapped
## 9135                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 9136                                                                                                I predict my most played song will be [ Tomorrow 2 ] #SpotifyWrapped
## 9137                                                                            I predict my most played song will be:\nThe Beginning - Magdalena Bay \n #SpotifyWrapped
## 9138                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 9139                                          Proven Wolf-Call Techniques howling\n\n#Wolf #SoundCloud #SpotifyWrapped  #KKKevinMcCarthy #KORGHA https://t.co/4Y5NWf6lrq
## 9140                                                                                                                            HOLY SHIT ALREADY???? 😭😭😭#SpotifyWrapped
## 9141                                                                                                     I predict my top podcast will be Weeeehhhhh😂😂😂😂 #SpotifyWrapped
## 9142                                                                                            I predict my top artist will be, of course, Taylor Swift #SpotifyWrapped
## 9143                                                                                                                                #SpotifyWrapped where the fuck is it
## 9144                                                                                                          I predict my top artist will be THE WEEKND #SpotifyWrapped
## 9145                 Trends #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna Loa… https://t.co/YRbvIDuobg
## 9146                                                                                                 I predict my top artist will be [@lolaindigomusic ] #SpotifyWrapped
## 9147                                                                            I predict my top artist will be Joji and if its not im fighting people 💖 #SpotifyWrapped
## 9148                                           It’s wild how big #SpotifyWrapped has gotten over the years. Always did it now I anticipate it…gimme pictures of girlssss
## 9149                                                                                                 I predict my top podcast will be [@Schumy_Official] #SpotifyWrapped
## 9150                                                                                 I predict my most played song will be a gracie abrams song probably #SpotifyWrapped
## 9151                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9152                                                                              I predict my top artist will be @machinegunkelly like it is every year #SpotifyWrapped
## 9153                                                                                                       I predict my top artist will be [@thewombats] #SpotifyWrapped
## 9154                                                                                  I predict my most played song will be [Frank Ocean - Pink + White] #SpotifyWrapped
## 9155                                                                                    #SpotifyWrapped this isnt even funny i know my top artist is gonna be slipknot ☹️
## 9156                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9157                                                                                                   I predict my top podcast will be duolingo podcast #SpotifyWrapped
## 9158                                                        I predict my most played song will be The Way I Loved You (Taylor’s Version) by Taylor Swift #SpotifyWrapped
## 9159                                                                                                          I predict my top artist will be [RADWIMPS] #SpotifyWrapped
## 9160                                                                                                             I predict my top artist will be Stromae #SpotifyWrapped
## 9161                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9162                                                                                                               cant wait to he #SpotifyWrapped 's #1 bladee listener
## 9163                                                                                               I predict my top artist will be @jypetwice hands down #SpotifyWrapped
## 9164                                                                                                       I predict my top artist will be The Strokes\n #SpotifyWrapped
## 9165                                                                                               I predict my top genre will be [Soul, R&amp;B, Indie] #SpotifyWrapped
## 9166                                                                                                  I predict my most played song will be [Angles fly] #SpotifyWrapped
## 9167                                                                                                                 #SpotifyWrapped next please https://t.co/riuqs8wSsO
## 9168                                         This better be accurate 🥰\n\nTop Song: As It Was\nTop Genre: Pop (normally is)\nTop Artist: Harold Styles\n #SpotifyWrapped
## 9169                                                                                     I predict my most played song will be  cardigan by Taylor Swift #SpotifyWrapped
## 9170                                                                                                     if marketers’ lives had #spotifywrapped https://t.co/2RD99Q4p5d
## 9171                                                                                                          I predict my top artist will be #SEVENTEEN #SpotifyWrapped
## 9172                            Where’s my #SpotifyWrapped 😕 impatiently waiting even though I can probably guess 4 of my top 5 - Morrissey, the smiths, oasis and muse.
## 9173                                                                                                       I predict my most played song will be RUN BTS #SpotifyWrapped
## 9174                                               me defending my mental health when phoebe bridgers is my #1 artist this year🤩 #SpotifyWrapped https://t.co/sKTmIU4sdh
## 9175                                                                               I predict my top podcast will be definitely the Rebuild of Joycast\n\n#SpotifyWrapped
## 9176                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 9177                                                                                                          I predict my top podcast will be [@ALOK1P] #SpotifyWrapped
## 9178                                                                                    I predict my most played song will be Burial from In the Green.  #SpotifyWrapped
## 9179                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9180                                                                                                   I predict my most played song will be Woozi- Ruby #SpotifyWrapped
## 9181                                                                                                         I predict my top artist will be [Mc Kresha] #SpotifyWrapped
## 9182                                                                                                     I predict my top podcast will be [i don't know] #SpotifyWrapped
## 9183                                                                                                        I predict my most played song will be Harvey #SpotifyWrapped
## 9184                                                               I predict my most played song will be "Restraint" by @woolimusic  &amp; @calciumdubs  #SpotifyWrapped
## 9185                                                                                             i predict my top podcast will be:- dear teenage me..\n\n#SpotifyWrapped
## 9186                                                                                                            I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 9187                                                                                                          I predict my top artist will be @ladygaga  #SpotifyWrapped
## 9188                                                    My fest screams diversity and mostly VOCALS and PERFORMANCE quality 👌 🎤🔥 #SpotifyWrapped https://t.co/E5Sv0eqWEP
## 9189                        If Vince Guaraldi isn’t one of my top 5 artists on #SpotifyWrapped I will no longer trust the algorithm I listen to… https://t.co/WAswiVYhWv
## 9190                                                                                       I predict my most played song will be [Miss you Robin Schulz] #SpotifyWrapped
## 9191                                                                                   I predict my top artist will be [harry styles or louis tomlinson] #SpotifyWrapped
## 9192                         WOW I can't wait for my #SpotifyWrapped to once again show me that my top band is Rammstein and I am in the top 1%… https://t.co/ObN2GCCj5A
## 9193                                                                                          everybody worrying about #SpotifyWrapped as if it's the school report card
## 9194                 Trends #CyberMonday\n#MondayMotivation\nCity of Houston\n#SpotifyWrapped\nBalenciaga\n#mondaythoughts\nDietCoke\nMauna Loa… https://t.co/E7kOULOPai
## 9195                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9196                                                                                                     I predict my top genre will be [pop or r&amp;b] #SpotifyWrapped
## 9197                                    the number of times I have listened to maan meri jaan and tu aake dekhle, no doubt king will be my top artist in #SpotifyWrapped
## 9198                                                                                        Can this come out so bitches can stfu  already. I am bitches #SpotifyWrapped
## 9199                                                                                                         I predict my top artist will be @Tapebbeats #SpotifyWrapped
## 9200                                                                                       I predict my top artist will be either liv, taylor or sabrina #SpotifyWrapped
## 9201                      #SpotifyWrapped \n\nThere are always some songs that I feel 100% certain should be on my Spotify wrapped playlist but… https://t.co/0lTuYllYod
## 9202                                                                                      I predict my most played song will be \n#BadDecisionswithBTS\n #SpotifyWrapped
## 9203                                                                            Is there any tool for Apple Music that lets you generate something like #SpotifyWrapped?
## 9204                                                                                  I predict my most played song will be [chicago by louis tomlinson] #SpotifyWrapped
## 9205                                                                                                        I predict my top genre will be Drum and Bass #SpotifyWrapped
## 9206                                                                          I predict my most played song will be [Leave it in my Dreams by the Voidz] #SpotifyWrapped
## 9207                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9208                                                                                               I predict my most played song will be high infidelity #SpotifyWrapped
## 9209                                                           Sabrina Carpenter\nSmoke and Fire https://t.co/fsz7bllONN \n#sabrinacarpenter #คุณชายตอนจบ #SpotifyWrapped
## 9210                                                                                                                I predict my top artist will be bts! #SpotifyWrapped
## 9211                                                                                     I predict my top podcast will be I don't listen to podcasts 🧍🏼‍♀️ #SpotifyWrapped
## 9212                                                                                             I predict my top genre will be #KPOP \n#Pop\nR&amp;B\n\n#SpotifyWrapped
## 9213                                                                                       I predict my most played song will be This is why by paramore #SpotifyWrapped
## 9214                                                                                                         MINE CAME OUT EARLY #SpotifyWrapped https://t.co/5Grzt6ElTD
## 9215                                                                                                                I predict my top artist will be bts? #SpotifyWrapped
## 9216                                        I predict my top podcast will be Airplane Cabin White Noise to  Sleep, Study, or Relax ( 2 Hours, Loopable.) #SpotifyWrapped
## 9217                                                                                            I predict my top artist will be Taylor Swift for sure 😭❤️ #SpotifyWrapped
## 9218                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 9219                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9220                This is the kind of job I want to do\n.\n.\n.\n.\n.\n. \nJUST ANNOUNCED China #SpotifyWrapped\n22,1 B Tweet #LooseWomen Res… https://t.co/zgRBASkw1j
## 9221                                                                              Me awaiting my detailing of this year in music #SpotifyWrapped https://t.co/NxDhWFeme6
## 9222                                                                                                     I predict my top genre will be kpop no question #SpotifyWrapped
## 9223                                                                  I predict my top artist will be @taylorswift13 of course✨ #SpotifyWrapped https://t.co/5f70gkZaTW
## 9224                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped My Favorite Murder 🙌🏽😬
## 9225                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 9226                                                                                              I predict my most played song will be honestly idk 🧍🏼‍♀️ #SpotifyWrapped
## 9227                                                                  the glee cast will be in everyones top artists i fear !!!  #SpotifyWrapped https://t.co/pIYO1Othja
## 9228                                                                                              I predict my top artist will be @bts_bighit\n@BTS_twt\n#SpotifyWrapped
## 9229                                                                                                   I predict my top artist will be [ Ariana Grande ] #SpotifyWrapped
## 9230                                                                                                              I predict my top genre will be pop,rnb #SpotifyWrapped
## 9231                        Spotify has given me a riddle in the form of a funny tweet, so I predict that my top song on my Spotify wrapped wil… https://t.co/zOs2lkUEfV
## 9232                                                                                                            I predict my top podcast will be idk lol #SpotifyWrapped
## 9233                                                                                                              I predict my top artist will be [BTS ] #SpotifyWrapped
## 9234                                                                                I predict my top artist will be Taylor Swift (pretend to be shoked)  #SpotifyWrapped
## 9235                                                                                                    I predict my top genre will be Pop or Soundtrack #SpotifyWrapped
## 9236                                                                                                              I predict my top genre will be [ POP ] #SpotifyWrapped
## 9237                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped K-pop 🤷🏽‍♀️
## 9238                                                                I predict my most played song will be something from Renaissance I already know LMAO #SpotifyWrapped
## 9239                                                                                                       I predict my top artist will be taylor swift. #SpotifyWrapped
## 9240                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 9241                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  @PanicAtTheDisco
## 9242                                                                                                   I predict my most played song will be pink venom? #SpotifyWrapped
## 9243                                                                               I predict my top podcast will be @MeghanMood\n#ArchetypesWithMeghan\n #SpotifyWrapped
## 9244                                                                                    I predict my most played song will be Think Twice by @celinedion #SpotifyWrapped
## 9245                        Wonder what my #SpotifyWrapped will look like this year. Listened to a lot of Blackpink as usual, but given the oth… https://t.co/Ny4RH0vK1S
## 9246                                                                                     I predict my most played song will be Breadcrumb Trail by Slint #SpotifyWrapped
## 9247                                                                            I predict my most played song will be all this time by @Louis_Tomlinson  #SpotifyWrapped
## 9248                                                                                                     I predict my most played song will be [RUN BTS] #SpotifyWrapped
## 9249                                                                                          I predict my top artist will be Sarah Geronimo @JustSarahG #SpotifyWrapped
## 9250                                                                                                            I predict my top genre will be pop/k-pop #SpotifyWrapped
## 9251                                                                                                   I predict my top artist will be DBE @DBlockEurope #SpotifyWrapped
## 9252                                                                                                               I predict my top artist will be ateez #SpotifyWrapped
## 9253                                                I predict my top genre will be Indie Rock, followed by alternative indie, modern rock, indie pop...\n#SpotifyWrapped
## 9254                                                                                                           I predict my top artist will be [NCT 127] #SpotifyWrapped
## 9255                                                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Wizkid
## 9256                                                                             I predict my most played song will be All Too Well (10 Minute Version)💀 #SpotifyWrapped
## 9257                        should i wait for #SpotifyWrapped to drop so i can post and publicize how depressed i am so my old friends would ta… https://t.co/wUFceHN82d
## 9258                                                                                                   I predict my top genre will be [K-pop girl group] #SpotifyWrapped
## 9259                                                                                                                 I predict my top genre will be Pop. #SpotifyWrapped
## 9260                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Afrobeats
## 9261                                                                                                    I predict my top artist will be @ohgeeeznotagain #SpotifyWrapped
## 9262                                                                                              I predict my top genre will be Kpop/alt r&amp;b/gospel #SpotifyWrapped
## 9263                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Bad to Me by wizkid
## 9264                                                                                   I predict my most played song will be [anti-hero by Taylor swift] #SpotifyWrapped
## 9265                                                                                      I predict my most played song will be all too well 10' version #SpotifyWrapped
## 9266                                                                                                             I predict my top artist will be lovejoy #SpotifyWrapped
## 9267                                                                                                                             sooooo scared but ready #SpotifyWrapped
## 9268                                                                                          I predict my most played song will be [Focus by NCT 127] \n#SpotifyWrapped
## 9269                                                                                             I predict my top podcast will be girls gotta eat ✨😌✨  #SpotifyWrapped
## 9270                                                                                      I predict my most played song will be Dati-Dati by @JustSarahG #SpotifyWrapped
## 9271                                                                                     I predict my most played song will be Anti-Hero by Taylor Swift #SpotifyWrapped
## 9272                                                                        The moment we've really been waiting all year for.  #SpotifyWrapped\nhttps://t.co/mKgzN823oY
## 9273                                                                                                           I predict my top genre will be [redacted] #SpotifyWrapped
## 9274                                                                                                   I predict my top artist will be Taylor swift lol  #SpotifyWrapped
## 9275                                                    Ngl the evolution of #SpotifyWrapped and how it's become a yearly tradition has been really fascinating to watch
## 9276                                                                                              I predict my most played song will be any lovejoy song #SpotifyWrapped
## 9277                                                   I honestly believe that I have the best line-up in America #SpotifyWrapped 😳🔥 #DayRockPt3 https://t.co/dAQabsBlL1
## 9278                                                                                                     I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 9279                                                                                       Please hurry up I’m getting Impatient #SpotifyWrapped https://t.co/bOxaz5sH77
## 9280                                                                                                           I predict my top genre will be Show Tunes #SpotifyWrapped
## 9281                        i predict my top artist is either conan gray or chase atlantic. i predict my most played track is either melting by… https://t.co/0uGn3ep5EH
## 9282                                                 I'm battling my dad for our personal #SpotifyWrapped, I will have more time on Spotify so hurry up with the wrapped
## 9283                                                              I predict my most played song will be Sasto Mutu/ Chitthi Bhitra by @SajjanRajVaidya #SpotifyWrapped 🤔
## 9284                                                                             I predict my most played song will be your graduation - modern baseball #SpotifyWrapped
## 9285                                                                                             I predict my top podcast will be Jumping in an Elevator #SpotifyWrapped
## 9286                                                                                                               I predict my top genre will be pop? 🤔 #SpotifyWrapped
## 9287                                                                                I predict my most played song will be ateez Say My Name or Guerrilla #SpotifyWrapped
## 9288                                                                                                                I predict my top genre will be [POP] #SpotifyWrapped
## 9289                                                                                                                    just drop it alredy god damnit ! #SpotifyWrapped
## 9290                                                                                                      I predict my top artist will be Taylor Swift🏃‍♀️ #SpotifyWrapped
## 9291                                                                                            I predict my most played song will be fairy of shampoo 🥺 #SpotifyWrapped
## 9292                                                                               I predict my most played song will be something by Taylor swift 😭😩✨  #SpotifyWrapped
## 9293                                                                                                       I predict my top artist will be [the Beatles] #SpotifyWrapped
## 9294                                                                                                                           wait it's still not out?? #spotifywrapped
## 9295                                                                                                      I predict my top podcast will be @sextedmyboss #SpotifyWrapped
## 9296                        All I know is my #SpotifyWrapped   is gonna unfairly have "Paper Wings" by Rise Against, "BYOB" by System of a Down… https://t.co/kTZWuqjql8
## 9297                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9298                                                                                                   I predict my top podcast will be #SidenotePodcast #SpotifyWrapped
## 9299                                           I predict my most played song will be hmmm maybe arson? or maybe yet to come? idk but some bts song defs  #SpotifyWrapped
## 9300                                                                                             I predict (cof cof, am sure) my top artist will be Reol #SpotifyWrapped
## 9301                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9302                                                                                                             I predict my top artist will be mothica #SpotifyWrapped
## 9303                                                                                                     I predict my most played song will be [monster] #SpotifyWrapped
## 9304                                                                                      I predict my most played song will be NO TENGO NI IDEA DIOOOS  #SpotifyWrapped
## 9305                                                                                                                I predict my top artist will be @Sia #SpotifyWrapped
## 9306                                                                          this is actually a thought one \n\nI predict my top genre will be jpop (?) #SpotifyWrapped
## 9307                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 9308                                                                              I predict my top artist will be seventeen e coldplay ci saranno sicuro #SpotifyWrapped
## 9309                                                                            i need my #SpotifyWrapped so i can base my entire personality off of it for half of 2023
## 9310                                                                                                     I predict my most played song will be -opening- #SpotifyWrapped
## 9311                                                                                                    I predict my top artist will be TAYLOR SWIIIIIFT #SpotifyWrapped
## 9312                                                                                       I predict my most played song will be to you (ma tipo palese) #SpotifyWrapped
## 9313                                                                               I predict my most played song will be [heartbeat by childish gambino] #SpotifyWrapped
## 9314                                                                                       I predict my most played song will be [Starboy by @theweeknd] #SpotifyWrapped
## 9315                                                                                                            I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 9316                                                                            I predict my most played song will be Bigger than me by @Louis_Tomlinson #SpotifyWrapped
## 9317                                                                                                     I predict my top artist will be bts bts bts bts #SpotifyWrapped
## 9318                                                                                                     I predict my most played song will be Anti-Hero #SpotifyWrapped
## 9319                                                                                                          i predict my top artist will be waterparks #SpotifyWrapped
## 9320                                                                                                         I predict my most played song will be [Run] #SpotifyWrapped
## 9321                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nMann this is hard cuz Kevin Gates… https://t.co/sDVGayMJLI
## 9322                                                                                                  #SpotifyWrapped I CANT DO IT WITH THE EDGING I NEED IT NOW OR ELSE
## 9323                                                                                                      I predict my top artist will be gorillaz. duh. #SpotifyWrapped
## 9324                                                   if I don't story or post my #SpotifyWrapped it means I'm embarrassed about my top played songs/album/artists HAHA
## 9325                                                                                                             I predict my top genre will be alt rock #SpotifyWrapped
## 9326                                                                                                                I predict my top podcast will be CHD #SpotifyWrapped
## 9327                                                                                                                I predict my top artist will be EDEN #SpotifyWrapped
## 9328                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9329                                                                                                             i predict my top genre will be pop punk #SpotifyWrapped
## 9330                                                                                                                             MY FIRST #SpotifyWrapped INCOMING LEZGO
## 9331                                                                                                         I predict my top artist will be Evanescence #SpotifyWrapped
## 9332                                                                                                                 I predict my top genre will be Pop😞😞#SpotifyWrapped
## 9333                                                                                                     I predict my most played song will be kiss land #SpotifyWrapped
## 9334                                                                                                  i predict my most played song will be funeral grey #SpotifyWrapped
## 9335                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9336                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nProbably Ayer La Vi by Don Omar\n😂😂😂😂
## 9337                        you don't understand... I've always had the most predictable results, and this is the first year when I'm really no… https://t.co/32tLQVX5vS
## 9338                                                                                                         I predict my top podcast will be ImPaulsive #SpotifyWrapped
## 9339                        It's that time of year where you either post your #SpotifyWrapped or you let everyone know how much you hate it. Th… https://t.co/XFxMLWIzKr
## 9340                                                                                      I predict my most played song will be [Self care - Mac Miller] #SpotifyWrapped
## 9341                                                                                                    I predict my most played song will be PS1- EDEN\n#SpotifyWrapped
## 9342                                                                                                 I predict my most played song will be [Donda Chant] #SpotifyWrapped
## 9343                        Every year, since 2019 I get excited about #SpotifyWrapped even when I already know who will be my most listened to… https://t.co/7ho10bccY3
## 9344                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9345                                                                                      I predict my top artist will be [twenty one pilots of course😳] #SpotifyWrapped
## 9346                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 9347                      Since @Spotify tagged me let me do it \nI predict my top podcast will be \n\n Yummy Yummy love by Momoland (it was in… https://t.co/5flqQq6sCW
## 9348                                                             Is there still time to have VHS Christmas Carol make your #SpotifyWrapped?  \n\nhttps://t.co/rcqgCySEuY
## 9349                                                                                                    I predict my most played song will be After Dark #SpotifyWrapped
## 9350                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 9351                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9352                                                                                                     #SpotifyWrapped Aka let me show you how many bots fw my music 🤣
## 9353                                                                                                         I predict my most played song will be Lover #SpotifyWrapped
## 9354                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9355                                                                                                DROP IT NOW I CAN'T TAKE IT! #SpotifyWrapped https://t.co/7KlhEqqpxE
## 9356                                                                                             my versatility in music taste 😅 #SpotifyWrapped https://t.co/KgTvE2VT9R
## 9357                              I think Rina Sawayama is getting dethroned as most played this year… maybe if HTG was released a couple months earlier #SpotifyWrapped
## 9358                                                                                                           I predict my top artist will be Lil Nas X #SpotifyWrapped
## 9359                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9360                                                                                                      I predict my top artist will be Taylor Swift 💓 #SpotifyWrapped
## 9361                                                                                I predict my most played song will be THATS WHAT I WANT by Lil Nas X #SpotifyWrapped
## 9362                        I predict my top artist will be Harry Styles or Louis Tomlinson. Honestly, for the first time in 7 years, I don't k… https://t.co/zaORvcFfl4
## 9363                                                                                                      I predict my top artist will be Justin Bieber. #SpotifyWrapped
## 9364                                                                                                       I predict my top podcast will be Banter lmfao #SpotifyWrapped
## 9365                                                                               I predict my most played song will be All too well 10 minutes version #SpotifyWrapped
## 9366                                                                                                         I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 9367                                                                          I predict my most played song will be something from midnights or folklore #SpotifyWrapped
## 9368                                                                                  I predict my most played song will be Daydreaming by Harry Styles  #SpotifyWrapped
## 9369                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 9370                                                                                                                 I predict my top genre will be Pop. #SpotifyWrapped
## 9371                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 9372                                                                               I predict my top artist will be NCT 127. If it ain't my guys then idk #SpotifyWrapped
## 9373                                                     I predict my top artist will be Harry Styles, even though I want it to be John Mayer or Hozier 😭#SpotifyWrapped
## 9374                                                                                    I predict my most played song will be Somebody by @justinbieber. #SpotifyWrapped
## 9375                                                                               If #SpotifyWrapped launches on Thursday and steals our thunder we're gonna kick off x
## 9376                     The meeting about the unsatisfactory results of ACME leaked to the social media😂\n#stockmarketcrash\nTerrorist\nJavaSc… https://t.co/1fqfdU6sA3
## 9377                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9378                                                                                                    I predict my top podcast will be sword and scale #SpotifyWrapped
## 9379                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9380                                                                                                                             IS IT WRAPPED DAY YET?! #SpotifyWrapped
## 9381                                                                                                              I predict my top artist will be Drake  #SpotifyWrapped
## 9382                                                                                      I predict my most played song will be Dirty work by Steely Dan #SpotifyWrapped
## 9383                                                                                          I predict my most played song will be [eminem - lucky you] #SpotifyWrapped
## 9384                    my #SpotifyWrapped probs gonna be \n1: Arctic Monkeys\n2: The Last Shadow Puppets\n3: Tyler, The Creator\n4: Alex Turne… https://t.co/0bERLWL8t6
## 9385                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 9386                                                                                                  I predict my top podcast will be tbh this one idk  #SpotifyWrapped
## 9387                                                                                                          I predict my top artist will be nct o bts  #SpotifyWrapped
## 9388                                                                                                             I predict my top genre will be rap/rock #SpotifyWrapped
## 9389                                                                                        I predict my most played song will be [Running Up That Hill] #SpotifyWrapped
## 9390                                                                                                          I predict my top artist will be @pledis_17 #SpotifyWrapped
## 9391                                                                                                           I predict my top artist will be @KiDCuDi  #SpotifyWrapped
## 9392                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 9393                      This is the kind of job I want to do\n.\n.\n.\n.\n.\n.\nJames Earl Jones The CCP Zero Covid Balenciaga Kim Kardashian… https://t.co/5i68y3CQ2A
## 9394                                                                                                         I predict my top artist will be @charli_xcx #SpotifyWrapped
## 9395                                                                                                               I predict my top genre will be  k-pop #SpotifyWrapped
## 9396                                                                                             I predict my most played song will be \nRisk Deftones \n#SpotifyWrapped
## 9397                                                                                                  I predict my top artist will be Fucking Kanye lmao #SpotifyWrapped
## 9398                                                                                                                  I predict my top genre will be Rap #SpotifyWrapped
## 9399                                                                                      I predict my most played song will be Flower by @pledis_17 lol #SpotifyWrapped
## 9400                                                                     I predict my most played song will be Talk About Me Dot, Denzel, Cudi and JID.  #SpotifyWrapped
## 9401                                                                                                                                     its almost near #SpotifyWrapped
## 9402                                                          I predict my most played song will be... All Too Well 10 Minute Version (Taylor's Version) #SpotifyWrapped
## 9403                                                                                                          I predict my top podcast will be wayf live #SpotifyWrapped
## 9404                                                                               I predict my most played song will be My Happy Ending and Complicated #SpotifyWrapped
## 9405                                                                                                I predict my top artist will be (G)I-DLE NO QUESTION #SpotifyWrapped
## 9406                                                                                                          I predict my top artist will be @LittleMix #SpotifyWrapped
## 9407                                                                                         I predict my top artist will be @MariahScientist for sure 😊 #SpotifyWrapped
## 9408                                                                       I predict my most played song will be Black Summer from Red Hot Chili Peppers #SpotifyWrapped
## 9409                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 9410                      Watch a pygmy marmoset completely fascinated by an insect in this clip from; Tiny World \n#stockmarketcrash\nTerroris… https://t.co/xuWX1ZEiVl
## 9411                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 9412                    I predict my most played song will be Every Breath You Take.\n\nI predict my top genre will be rock.\n\nI predict my to… https://t.co/aSt8Ml05Ot
## 9413                                            I predict my top podcast will be that fortnite song chug jug with you that someone uploaded as a podcast #SpotifyWrapped
## 9414                                                                                     I predict my most played song will be Cut You Off by @LittleMix #SpotifyWrapped
## 9415                                                                                                      I predict my most played song will be taste 🤭🤭 #SpotifyWrapped
## 9416                                                                                                          I predict my top artist will be [@Eminem ] #SpotifyWrapped
## 9417                                                                                                       I predict my top genre will be Hip Hop again  #SpotifyWrapped
## 9418                                                  I predict my top artist will be The Crane Wives.\n\n(and if it isn't I'm not going to be happy) \n #SpotifyWrapped
## 9419                                                                  I predict my most played song will be Cant Get You Out Of My Head by Kylie Minogue #SpotifyWrapped
## 9420                                                                                       I predict my most played song will be [Loser by Charlie Puth] #SpotifyWrapped
## 9421                      I will be genuinely shocked if my top artist isn't Taylor Swift. SHOCKED.\n\nBut also I listen to the Mighty Vibes pl… https://t.co/8j9xhr96QD
## 9422                         Do you want to get a job which pay weekly?? Try to get this Job. Now click below link then show a page where again… https://t.co/HZsI0oHOos
## 9423                                                                                                    I predict my top artist will be Taylor Swift #SpotifyWrapped duh
## 9424                                                                             I predict my top artist will be Harry Styles. There’s no doubt about it #SpotifyWrapped
## 9425                                                                                I predict my most played song will be Aura (by Mariah the scientist) #SpotifyWrapped
## 9426                                                                                                                                     Remind me smile #SpotifyWrapped
## 9427                                                                                                 I predict my top artist will be [tyler the creator] #SpotifyWrapped
## 9428                                                                                                         I predict my top artist will be Rosaliaaa❤️❤️ #SpotifyWrapped
## 9429                                            One thing about Spotify is that they wrapped be so exciting, @AppleMusic don’t be giving us nothing good #SpotifyWrapped
## 9430                                                                                             Do this before your #SpotifyWrapped comes out!  https://t.co/DNIqWycsBG
## 9431                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 9432                                                                                                     I predict my most played song will be As it Was #SpotifyWrapped
## 9433                                                                                          My #SpotifyWrapped will literally be this picture. https://t.co/4R3O3yB4Dw
## 9434                                                                                                                                                SOON #SpotifyWrapped
## 9435                                          I predict my top artist will be @ThisIsRobThomas #SpotifyWrapped \nI mean if it’s not it should be @MatchboxTwenty instead
## 9436                                                                          I’m ready for it I want to know I can’t wait lol 😂 #SpotifyWrapped https://t.co/8fvQMwsgWJ
## 9437                                                                                                            I predict my top genre will be pop music #SpotifyWrapped
## 9438                                                                                                 I predict my most played song will be [money trees] #SpotifyWrapped
## 9439                                                                                                               I predict my top artist will be Kesha #SpotifyWrapped
## 9440                                                                                           Where is my #SpotifyWrapped. I need to know how mental ill I actually am.
## 9441                                                                                               I predict my most played song will be Alien Superstar #SpotifyWrapped
## 9442                                                                      #SpotifyWrapped is so interesting. I’ve got one more reason to judge you. \n.\n#Tweetbyshreyas
## 9443                                                                                   I predict my most played song will be Big Girls You Are Beautiful #SpotifyWrapped
## 9444                                                                                  I predict my top artist will be miss Cupcakke 3 years straight bby #SpotifyWrapped
## 9445                                                                                                       I predict my most played song will be Starboy #SpotifyWrapped
## 9446                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 9447                        OMG!!Great News!!If Want to get a job as Amazon flex, you need follow below steps. Please click below link then sho… https://t.co/JgrXHc7yWX
## 9448                                                                    I predict my top podcast will be 2 peas in a pod #SpotifyWrapped\n@raghavanand67 \n@iamparitosh_
## 9449                                                                                                    Anyone else a teensy bit stressed about their #SpotifyWrapped? 😱
## 9450                                                                                                         I predict my top artist will be [Burna Boy] #SpotifyWrapped
## 9451                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 9452                                                                                   Look, I know it's all Taylor Swift for me... Still.. release it.  #SpotifyWrapped
## 9453                                                                                                     I predict my most played song will be [Run BTS] #SpotifyWrapped
## 9454                                                                                                    I predict my top artist will be [@OuseOfficial ] #SpotifyWrapped
## 9455                                                                                                                 DROP IT NOW #SpotifyWrapped https://t.co/5P7arbcsxa
## 9456                                                                I predict my top podcast will be Too easy - firez favs (donda 2) or never let me go 💀#SpotifyWrapped
## 9457                                                                                                                                               #SpotifyWrapped hello
## 9458                                                    Spotify Wrapped is great for determining if you were 100% unhinged this year or just, like, 50%  #SpotifyWrapped
## 9459                                                          Me when my #SpotifyWrapped got Griselda, Pusha T, symba, and Kendrick headlining.  https://t.co/g8rpkAWVfm
## 9460                                                                                                            Who will be ur #1 in ur Spotify Wrapped? #SpotifyWrapped
## 9461                                                                                                I predict my top artist will be BTOB / Lee Changsub😌 #SpotifyWrapped
## 9462                      #SpotifyWrapped has officially begun teasing its 2022 rollout 👀\n\nWho do you think will be your most-listened to rap… https://t.co/Fq2zrue9M8
## 9463                                                                                                          I predict my top genre will be [Afrobeats] #SpotifyWrapped
## 9464                                                                                               I predict my most played song will be "Hikare Inochi" #SpotifyWrapped
## 9465                                                                                                Tap to see the meme - #memes #SpotifyWrapped https://t.co/nIhVmtmG22
## 9466                        I predict my most played album will be the weekend's "Dawn FM" and most played songs will be "After Hour","Repeat A… https://t.co/UgbqRMCdIU
## 9467                                                                                                          I predict my most played song will be Soso #SpotifyWrapped
## 9468                                                                                           I predict my most played song will be  Cookie by NewJeans #SpotifyWrapped
## 9469                                                                                                            can’t wait for my mental issues analysis #SpotifyWrapped
## 9470                                                                                                                      #SpotifyWrapped i'm right where you wrapped me
## 9471                                                       I predict my top podcast will be [dont listen much but prolly something haunted or girl talk] #SpotifyWrapped
## 9472                        Do you want earn from home? If you want, you need to follow below steps. Click below link then show a page where ag… https://t.co/C17oBlSakA
## 9473                                                                                            I predict my most played song will be Something Special🕺 #SpotifyWrapped
## 9474                                                                             I predict my top podcast will be that one cunt who posted medicine (ily)#SpotifyWrapped
## 9475                                                                                           It’s gonna be nothing but FFXIV ost. I can just FEEL IT.  #SpotifyWrapped
## 9476                                                                                           I predict my most played song will be REVOFEV by Kid Cudi #SpotifyWrapped
## 9477                                                                                    RELEASE IT NOW YOU STUPID B*TCH @Spotify #SpotifyWrapped https://t.co/z7QDIDSUjt
## 9478                                                                                                     I predict my top artist will be Los campesinos! #SpotifyWrapped
## 9479                                                                         I predict my top artist will be [praying for lana, taylor or eunsook*m😭😭😭😭] #SpotifyWrapped
## 9480                                                      I predict my top podcast will be unfiltered podcast by @zane and @HeathHussar\nI'm 100% sure😌\n#SpotifyWrapped
## 9481                                                        This was my Spotify top5 last year👀. Still waiting for this year's \n#SpotifyWrapped https://t.co/XOMMc2cAcy
## 9482                                                                                                      @Spotify #SpotifyWrapped drop it. Now. https://t.co/mIZ5wzKr4O
## 9483                                  I predict my most played song of 2022 is “Don’t Take the Money” by Bleachers. (Which version is the real question) #SpotifyWrapped
## 9484                                                                                          hope my #SpotifyWrapped don't make me go like this https://t.co/0xAlVWjKyR
## 9485                                                                                                           I know my top artist will be taylor swift #SpotifyWrapped
## 9486                                                                                                          I predict my top genre will be indie music #SpotifyWrapped
## 9487                                                                                                    I predict my most played song will be [UR MOM  ] #SpotifyWrapped
## 9488                                                                                 Cant wait for my #SpotifyWrapped this yr. prolly my top song is emails i cant send.
## 9489                                                                            I predict my most played song will be algum funk com certeza kkkkkkkkkkk #SpotifyWrapped
## 9490                                                                                                              i predict my top artist will be ieuan! #SpotifyWrapped
## 9491                                                                                     I predict my top artist will be tyler the creator top g (or Ye) #SpotifyWrapped
## 9492                                                              I predict my top genre will be [basic but prolly dance pop or ballet class 😭😭😭😭😭😭😭😭😭😭] #SpotifyWrapped
## 9493                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9494                                                                                           I predict my most played song will be concrete by Lovejoy #SpotifyWrapped
## 9495                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9496                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9497                                                                                       i predict my most played song will be hypocrisy by sage ella’ #SpotifyWrapped
## 9498                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9499                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 9500                                                                                            I predict my most played song will be [Money &amp; Love] #SpotifyWrapped
## 9501                                                                                 I predict my most played song will be We Don’t Talk About Bruno #SpotifyWrapped LOL
## 9502                                                                                                       I predict my top artist will be Yzomandias 🌚  #SpotifyWrapped
## 9503                                                                                       I predict my most played song will be right where you left me #SpotifyWrapped
## 9504                                                                                                j-hope is one of the headliner in my #SpotifyWrapped THE MAN HE IS✨
## 9505                                                                                        I predict my most played song will be fue mejor - Kali uchis #SpotifyWrapped
## 9506                                                                                   I predict my most played song will be As it was by Harry Styles 🥰 #SpotifyWrapped
## 9507                        I predict my most played song by kanye West will be "Say You Will" because for the lyrics and Deep voice and meanin… https://t.co/ArekvppnHj
## 9508                                                                                                                I predict my top artist will be Sade #SpotifyWrapped
## 9509                                                                                                   I predict my most played song will be As it was   #SpotifyWrapped
## 9510                                                                I predict my most played song will be [All Too Well 10 Min Version] PLEASE BE IT IDK #SpotifyWrapped
## 9511                                    My #SpotifyWrapped is going to be lame this year.  I was barely on the platform.  If I want to listen to music, I go to YouTube.
## 9512                                                                                                          I predict my top genre will be [indie pop] #SpotifyWrapped
## 9513                                                                                                          I predict my top genre will be Indie Pop.  #SpotifyWrapped
## 9514                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9515                                                                              I predict my most played song will be “fresh bruises” by @bmthofficial #SpotifyWrapped
## 9516                                                                                            I predict my top artist will be @taylorswift13 of course!#SpotifyWrapped
## 9517                                                                               I predict my most played song will be Where you are de PinkPantheress #SpotifyWrapped
## 9518                          I predict my most played song will be Christmas Tree by @BTS_twt #SpotifyWrapped\n\n(Or With you or Yet to come 🤭) https://t.co/Pl8mwth91b
## 9519                                       so excited for if i could fly by one direction to by in my #spotifywrapped top 10 again despite it being released 7 years ago
## 9520                                                            I predict my most played song will be All Too Well (10 Minute Version) by @taylorswift13 #SpotifyWrapped
## 9521                                                                                                                   #SpotifyWrapped wait 4 me https://t.co/EbdRjOzWQP
## 9522                         Not a clue on this one I've played so many this year, it will probably different from last year's one though which… https://t.co/WG99b1QPSl
## 9523                                                                                                        I predict my top artist will be @RyanCaraveo #SpotifyWrapped
## 9524                                                                                  I predict my top artist will be Bring Me the Horizon or Set It Off #SpotifyWrapped
## 9525                                                                I predict my most played song will be https://t.co/cmJxqt6PnX #SpotifyWrapped \n\n(ouvi demais essa)
## 9526                                                                                                          I predict my top artist will be stray kids #SpotifyWrapped
## 9527                                                                                                            I predict my top podcast will be Caso 63 #SpotifyWrapped
## 9528                                                                                                             DROP IT ALREADY #SpotifyWrapped https://t.co/TIcLYfRAch
## 9529                                                                                                    I predict my top podcast will be Armchair Expert #SpotifyWrapped
## 9530                        me looking at my #SpotifyWrapped pretending to be shocked like i didnt spend all year checking spotistats last fm a… https://t.co/9U8xBWxHTy
## 9531                                                                                                              I predict my top genre will be kpop(?) #SpotifyWrapped
## 9532                                                                                                  I predict my top podcast will be Wag Kang Lilingon #SpotifyWrapped
## 9533                        OMG!!!Great News!!Do you want get a job at Aldi?? For getting job Please click below link then show a page where ag… https://t.co/C6lZArYxUh
## 9534                                                                                                  I predict my top artist will be Taylor Swift/Morat #SpotifyWrapped
## 9535                                                                                                  I predict my top genre will be [Alternative Indie] #SpotifyWrapped
## 9536                                                                                            I predict my top artist will be  #SpotifyWrapped https://t.co/EjQfuC41L5
## 9537                                                                                                         I predict my top artist will be @cvltecult  #SpotifyWrapped
## 9538                                                                                                     I predict my most played song will be as it was #SpotifyWrapped
## 9539                                                                                    I predict my most played song will be [Lana Del Rey - Old Money] #SpotifyWrapped
## 9540                                                                                                     GIVE IT TO ME NOW BITCH #SpotifyWrapped https://t.co/6nEEFARuwK
## 9541                                                              I predict my most played song will be champagne problems or cardigan?(not sure though) #SpotifyWrapped
## 9542                                                                                   I predict my most played song will be [ https://t.co/RJYVKwLz6t ] #SpotifyWrapped
## 9543                                         9 Lives Album Out Now! \n\n'Best Of'Remix Album.. Ideal as a Xmas Gift!\n\nBuy: \niTunes / Apple -… https://t.co/MagP71F14t
## 9544                                                                                                        Kitne din se #SpotifyWrapped is trending but aa kab rhe hai!
## 9545                                                                                                          I predict my top artist will be Lyn Lapid  #SpotifyWrapped
## 9546                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9547                                                                                        I predict my most played song will be move me - @halfaliveco #SpotifyWrapped
## 9548                                                                                    I got my #SpotifyWrapped!! Check out my top music genre: https://t.co/9C0Z3CFJdr
## 9549                                                                                                                                     Where are you #SpotifyWrapped ?
## 9550                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 9551                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9552                                                                                                        I predict my top genre will be pop obviously #SpotifyWrapped
## 9553                                                             I predict my most played song will be [west coast by lana del rey] #SpotifyWrapped or one of cas’s song
## 9554                         I really hope they bring back the desktop version this year. I like what they added at the beginning of last years… https://t.co/Y98RqZC37f
## 9555                                                                                                  I predict my top podcast will be Tea and Strumpets #SpotifyWrapped
## 9556                                                                    I predict my most played song will be a doja cat song, probably get into it yuh😭 #SpotifyWrapped
## 9557                                                                                                               I predict my top genre will be [Kpop] #SpotifyWrapped
## 9558                                             Imagine you get a personalized video message from Taylor with your #SpotifyWrapped and she says you get tour tickets 😱😍
## 9559                                                             #SpotifyWrapped is trending but my account was banished to oblivion after the Joe Rogan thing. Awkward.
## 9560                                                                                                                 I predict my top genre will be OPM  #SpotifyWrapped
## 9561                                                                                                   I predict my most played song will be Normal Girl #SpotifyWrapped
## 9562                                                                                                    I’ve waited long enough\n#SpotifyWrapped https://t.co/XfOGLzipLL
## 9563                                                                                                             I predict my top artist will be [ TLC ] #SpotifyWrapped
## 9564                                                                      I predict my most played song will be (never falling for this again oh my god) #SpotifyWrapped
## 9565                                                                                     I predict my top artist will be Taylor Swift or Imagine Dragons #SpotifyWrapped
## 9566                                                                               I predict my most played song will be The Other Side by Alice Merton  #SpotifyWrapped
## 9567                                                                                     I predict my top podcast will be FLEX AND MF FROOMES FOR SUREEE #SpotifyWrapped
## 9568                        I predict my top podcast will be @prettybasic on the simple fact that those are my girls and i get it my life every… https://t.co/m2TgtRwgZJ
## 9569                       I predict my most played song will be BLUE HOUR BY TOMORROW X TOGETHER #SpotifyWrapped\n\npag hindi iyan sinungaling… https://t.co/hH6gXKQVUX
## 9570                                                                                        I predict my most played song will be [ Left Outside Alone ] #SpotifyWrapped
## 9571                                                                                                     I predict my most played song will be Paraluman #SpotifyWrapped
## 9572                                                                            I predict my top genre will defo give pop/dance pop, if not then r&amp;b #SpotifyWrapped
## 9573                                                                                                           @Spotify my #SpotifyWrapped when? https://t.co/gPZrUN2tBR
## 9574                                                                                                        I predict my top podcast will be LKKK NENHUM #SpotifyWrapped
## 9575                        I predict my top podcast will be Sweet Boys. I don’t remember a single word of them but I think that’s kinda the po… https://t.co/SfShgdDaOZ
## 9576                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 9577                                                                                            I predict my top artist will be Beyoncé, without a doubt #SpotifyWrapped
## 9578                         What is worse: not receiving the Spotify tracks you expected to receive or receiving a random song that you end up… https://t.co/gxrousH4yh
## 9579                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9580                                                                                I predict my most played song will be Heated #SpotifyWrapped https://t.co/B5Oo7V07gw
## 9581                                                                              spotify wrapped spotify wrapped cuba kau drop spotify wrapped sekarang #SpotifyWrapped
## 9582                                                          I predict my most played song will be Glitter by 070 Shake or Alien Superstar by Beyoncé   #SpotifyWrapped
## 9583                                                                                                              I predict my top artist will be: NF ?  #SpotifyWrapped
## 9584                                                                                                      I predict my top artist will be ATEEZ ou PVRIS #SpotifyWrapped
## 9585                                                                                                                      Lol I don't listen to podcasts #SpotifyWrapped
## 9586                                                                                     I predict my most played song will be Anti-Hero by Taylor Swift #SpotifyWrapped
## 9587                         Video editing Job!! What's a great news.Try to take chance. Now click below link then get a page where again click… https://t.co/FAyQFXUFDA
## 9588                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9589                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@Michinegunkell3
## 9590                                                                                 I predict my most played song will be: \nStill into you - Paramore\n#SpotifyWrapped
## 9591                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 9592                                                                                                   I predict my top podcast will be Teenager Therapy #SpotifyWrapped
## 9593                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9594                                                                         Love the outdoors 😊😊😊😊\n\nDan Andrews\niphone 14\n\n#SpotifyWrapped https://t.co/vsrxEV9RJA
## 9595                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 9596                           If you need a boost to start your Monday!  Here’s some @systemofadown 🤘@JohnDolmayan @serjtankian @ShavoOdadjian… https://t.co/6EWGv4YwP4
## 9597                                                                                                             I predict my top artist will be ‘OnCue’ #SpotifyWrapped
## 9598                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9599                                                       Siap siap nanti sg ku dengan #SpotifyWrapped walo no one cares about it but i will still post about it cz idc
## 9600                        live reaction after realizing spotify won’t count any of my listens to smithereens cause they stopped collecting da… https://t.co/R6nMGNUnql
## 9601                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 9602                                                                                              I predict my most played song will be Loveless - PVRIS #SpotifyWrapped
## 9603                                                                                                      I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 9604                                                                                                             I predict my top artist will be mitski  #SpotifyWrapped
## 9605                                                                                                               I predict my top genre will be [GOAT] #SpotifyWrapped
## 9606                                                                                                    I predict my top genre will be Pop or Eurovision #SpotifyWrapped
## 9607                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 9608                                                                                                           I predict my top artist will be @ddlovato #SpotifyWrapped
## 9609                                                                                                 I predict my most played song will be Glimpse of Us #SpotifyWrapped
## 9610                                                                                       I predict my most played song will be love me more by MITSKI  #SpotifyWrapped
## 9611                                                                                                             I predict my top artist will be Nirvana #SpotifyWrapped
## 9612                                                                                                    I predict my top podcast will be [Falsos Lentos] #SpotifyWrapped
## 9613                                                                                                            I predict my top artist will be [FUTURE] #SpotifyWrapped
## 9614                                                                                                       I predict my most played song will be Brividi #SpotifyWrapped
## 9615                                                                                             I predict my most played song will be [TEEN X BY CARTI] #SpotifyWrapped
## 9616                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 9617                                                                                                          I predict my top artist will be [Kid Cudi] #SpotifyWrapped
## 9618                                                                                                          I predict my top artist will be [@trvisXX] #SpotifyWrapped
## 9619                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 9620                                                                                                                              Fuckin launch already! #SpotifyWrapped
## 9621                                                                                                            I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 9622                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9623                                                                                                     I predict my most played song will be Drain You #SpotifyWrapped
## 9624                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 9625                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9626                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9627                                                                                   I predict my most played song will be [Die Hard - Kendrick Lamar] #SpotifyWrapped
## 9628                                                                                                       I predict my top podcast will be The Cubecast #SpotifyWrapped
## 9629                                                                                          I predict my most played song will be Running Up That Hill #SpotifyWrapped
## 9630                                                                                   really nervous for #SpotifyWrapped  guys not going to lie https://t.co/SmQcIZzEy0
## 9631                                                                                         I predict my top podcast will be 😁😁😁 you don't want to know😅#SpotifyWrapped
## 9632                                                                                  I predict my top artist will be bad gyal espero no romper la racha #SpotifyWrapped
## 9633                                                                                                          I predict my top artist will be Tally hall #SpotifyWrapped
## 9634                                                                                         I predict my top podcast will be Flikken de podcast by NPO1 #SpotifyWrapped
## 9635                                                                                     I predict my top podcast will be Awsten + Travis' Slumber Party #SpotifyWrapped
## 9636                                                                                                               I predict my top genre will be Indie  #SpotifyWrapped
## 9637                                                                                                      I predict my most played song will be Override #SpotifyWrapped
## 9638                                                                                    Me when my Spotify wrapped drops \n\n#SpotifyWrapped\n\n https://t.co/aXwSayLg1C
## 9639                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 9640                                                                                   I predict my top genre will be [fill in top genre prediction] Pop #SpotifyWrapped
## 9641                                                                                                       I predict my top artist will be lana del rey  #SpotifyWrapped
## 9642                                                                                                       I predict my top artist will be #OneDirection #SpotifyWrapped
## 9643                                What my own music festival would look like based on my @Spotify and now I’m prepared for my #SpotifyWrapped… https://t.co/eAjQAFlGSe
## 9644                                                                                                           I predict my top artist will be nct dream #SpotifyWrapped
## 9645                                                                                             I predict my most played song will be Heartbreak Anthem #SpotifyWrapped
## 9646                                                                                                      I predict my most played song will be Cannibal #SpotifyWrapped
## 9647                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 9648                                                                                              I predict my top podcast will be Views by David Dobrik #SpotifyWrapped
## 9649                                                                                                        I predict my top artist will be [@coldplay ] #SpotifyWrapped
## 9650                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9651                                                                                                               I predict my top artist will be LOONA #SpotifyWrapped
## 9652                                                                                       I predict my most played song will be Matilda by Harry Styles #SpotifyWrapped
## 9653                                                                                       I predict my most played song will be Down Bad by @Amouranth  #SpotifyWrapped
## 9654                                         I predict my most played song will be "All Too Well (10 Minute Version) (Taylor's Version) (From The Vault) #SpotifyWrapped
## 9655                                                                                                                      NO WAY #SpotifyWrapped https://t.co/p7rcfPzu6e
## 9656                                                                                                          I predict my top genre will be Modern Rock #SpotifyWrapped
## 9657                                                                                   I predict my most played song will be Defenceless #LouisTomlinson #SpotifyWrapped
## 9658                                                                                                                                   need my #SpotifyWrapped right now
## 9659                                                                                              I predict my top podcast will be [The Misfits Podcast] #SpotifyWrapped
## 9660                                                                                  I predict my most played song will be [Seven O'Clock by Pearl Jam] #SpotifyWrapped
## 9661                                                                                                  I predict my most played song will be RUN - H1-KEY #SpotifyWrapped
## 9662                                                                                                        I predict my top artist will be [noah kahan] #SpotifyWrapped
## 9663                                                              I predict my top artist will be @machinegunkelly #SpotifyWrapped\n\nI mean... This is an obvious one 💀
## 9664                                                                                                        I predict my top artist will be [Juice Wrld] #SpotifyWrapped
## 9665                                                                                      I predict my most played song will be [summer nights by DVBBS] #SpotifyWrapped
## 9666                                                                                                        I predict my top genre will be Rap / Hip Hop #SpotifyWrapped
## 9667                                   I predict my most played song will be A Quick One Before The Eternal Worm Devours Connecticut by Have A Nice Life #SpotifyWrapped
## 9668                                                                                                          I predict my top genre will be [Dark Trap] #SpotifyWrapped
## 9669                                                                                                   I predict my top podcast will be CHUCKLE SANDWICH #SpotifyWrapped
## 9670                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 9671                                                                                                     I predict my most played song will be As It Was #SpotifyWrapped
## 9672                                                                                                            I predict my top artist will be SG Lewis #SpotifyWrapped
## 9673                                                                                    I predict my most played song will be [Juice Wrld - Lean Wit Me] #SpotifyWrapped
## 9674                                                                                                  I predict my top podcast will be Very really good  #SpotifyWrapped
## 9675                                                                                                       I predict my top podcast will be [Impaulsive] #SpotifyWrapped
## 9676                                                                                                      I predict my top artist will be @ArmaanMalik22 #SpotifyWrapped
## 9677                                                                                           I predict my most played song will be She Knows by J Cole #SpotifyWrapped
## 9678                                                                 #SpotifyWrapped THE HASHTAGS OUT ITS HAPPENING SOON. 3 DAYS MAYBE. THESE THREE DAYS ARE GONNA SUCK.
## 9679                                                                                   I predict my top podcast will probably be The More Better Podcast #SpotifyWrapped
## 9680                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 9681                                                                                                                I already know who’s gonna be on top #SpotifyWrapped
## 9682                                                                                                      I predict my top artist will be Ariana Grande  #SpotifyWrapped
## 9683                                                                                                            I predict my top artist will be [Eminem] #SpotifyWrapped
## 9684                                                                                                        I predict my top artist will be James Arthur #SpotifyWrapped
## 9685                                                                                                        I predict my top artist will be @carlypearce #SpotifyWrapped
## 9686                                                                                              Me waiting for my #SpotifyWrapped to drop. . . https://t.co/lYailjh0Df
## 9687                                                                                                    I predict my most played song will be Bad Habits #SpotifyWrapped
## 9688                                                                                                 I predict my top artist will be Swedish House Mafia #SpotifyWrapped
## 9689                                                                                                             I predict my top genre will be [hiphop] #SpotifyWrapped
## 9690                                                                                                       I predict my top genre will be definitely pop #SpotifyWrapped
## 9691                                                                                        I predict my most played song will be wings or dimple by bts #SpotifyWrapped
## 9692                                                                                         I predict my top artist will be Seventeen or takayan &lt;3  #SpotifyWrapped
## 9693                                                                            I predict my most played song will be  Leith Ross - We’ll Never Have Sex #SpotifyWrapped
## 9694                                                                                                       I predict my top genre will be Pop Country 🤠  #SpotifyWrapped
## 9695                                                                                              I predict my most played song will be [Alfred’s theme] #SpotifyWrapped
## 9696                                                                                                                  I predict my top genre will be EDM #SpotifyWrapped
## 9697                        Seeing as how each year has a new layout I wonder how 2022's #SpotifyWrapped is gonna look 🤔 https://t.co/NKP80yO33q https://t.co/mfJPg0KyiW
## 9698                                                                                    I predict my most played song will be "So Good" by Weston Estate #SpotifyWrapped
## 9699                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9700                        I predict my most played song will be Footsteps of Doom by Kohta Yamamoto..\nCouldn't stop listening to this Attack… https://t.co/owU2mFBYLb
## 9701                       Fans: "we're waiting for #SpotifyWrapped "\nMusicians: "we're waiting for a payout of 3.5¢ in 3 months because someone listened to our album"
## 9702                                                                             I predict my most played song will be Mess With My Head @mirandalambert #SpotifyWrapped
## 9703                                                                                                       I predict my top podcast will be [mugglecast] #SpotifyWrapped
## 9704                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9705                                         the most streamed song from my past spotify wrapped\n2020: WAP\n2021: TODO DE TI\n\n#SpotifyWrapped https://t.co/fNOLa3euAM
## 9706                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9707                                                                                    I predict my most played song will be One More Time by Daft Punk #SpotifyWrapped
## 9708                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\ntaylor swift
## 9709                                                                                                            I predict my top artist will be [J Cole] #SpotifyWrapped
## 9710                                                                                            I predict my top genre will be kpop and i know i'm right #SpotifyWrapped
## 9711                                                                                                                 I predict my top artist will be bts #SpotifyWrapped
## 9712                                                                                                  I predict my top artist will be one direction lmao #SpotifyWrapped
## 9713                                                                                                     I predict my most played song will be Anti-Hero #SpotifyWrapped
## 9714                                        I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop? nao sei, taylor swift?KKKKKKKKKKKKKKKK
## 9715                                                                             Thought #SpotifyWrapped dropped but no it's trending because people are waiting for it.
## 9716                                                                              i predict my most played song will be screaming by loathe (crowd boos) #SpotifyWrapped
## 9717                                                                                               I predict my most played song will be ribs by lorde 🛐 #SpotifyWrapped
## 9718                                                                                   I predict my top artist will be Lady Gaga #SpotifyWrapped https://t.co/xiiJoWUQUj
## 9719                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9720                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Kpop
## 9721                                                                                        I predict my top podcast will be estas? de @buerabuerabuera  #SpotifyWrapped
## 9722                                                                                                                     #SpotifyWrapped better have gorillaz up there 🙏
## 9723                                                                                                            I predict my top artist will be [Bieber] #SpotifyWrapped
## 9724                                                              I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nDon’t Blame Me
## 9725                                                      I predict my most played song will be HOT DEMON B!TCHES NEAR U !!! or poltergeist by corpse ???#SpotifyWrapped
## 9726                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 9727                                                   i predict my most listened to song this year will be when i was your man by bruno mars. no doubt. #SpotifyWrapped
## 9728                                                                                    i thought it came out already nobody hmu #SpotifyWrapped https://t.co/yPnkjmtHOt
## 9729                                                                                       I predict my most played song will be Good Ones by Charli XCX #SpotifyWrapped
## 9730                                                                                         I predict my top podcast will be [The Lana unreleased ones] #SpotifyWrapped
## 9731                                                                                                  I predict my top genre will be Shoegaze or Numetal #SpotifyWrapped
## 9732                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 9733                                                                               I predict my most played song will be mirorrball or i think he knows  #SpotifyWrapped
## 9734                                                                               I predict my most played song will be Manifesto by Tyler, the Creator #SpotifyWrapped
## 9735                                                                                            @TheColinesque Dammit it doesn’t show up in the retweet. #spotifywrapped
## 9736                                                                           I predict my top artist will be David Bowie as it's been 3 years in a row #SpotifyWrapped
## 9737                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 9738                                                             @renny_day to this date I don't understand why they put such garbage design into 2021's #SpotifyWrapped
## 9739                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 9740                   Im calling my most played songs on sporify this year will be from the above\n\nMisfits\nSum41\nBlink 182\nPoor mans pois… https://t.co/11LOfCJ63V
## 9741                                                                                      I predict my top podcast will be Pickle Chips (LISTEN TO IT)\n #SpotifyWrapped
## 9742                                                                                                                  #SpotifyWrapped has become a holiday at this point
## 9743                                                                             I predict my most played song will be alguna de la @saramalacara_ siosi #SpotifyWrapped
## 9744                                                                                 I predict my most played song will be [Cruel Summer - Taylor Swift] #SpotifyWrapped
## 9745                                                                          I predict motionless in white will be my most streamed artist of the year! #SpotifyWrapped
## 9746                                                                                       I predict my most played song will be Without Me by Dayseeker #SpotifyWrapped
## 9747                                                                                                            I predict my top artist will be Istasha  #SpotifyWrapped
## 9748                                                                                    My #SpotifyWrapped is just going to be my HellCheer playlist this year I feel it
## 9749                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  Separate Ways,   Journey
## 9750                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9751                                                                                                           I predict my top podcast will be Ram Dass #SpotifyWrapped
## 9752                                                                                      I predict my top artist will be either Beomhan or One Ok Rock  #SpotifyWrapped
## 9753                                                                                                          I predict my top artist will be [Cleo Sol] #SpotifyWrapped
## 9754                                                                                                            I predict my top genre will be indie pop #SpotifyWrapped
## 9755                                                                                                                                                CHAN #SpotifyWrapped
## 9756                                                                         I predict my most played song will be Beating Heart Baby by Head Automatica #SpotifyWrapped
## 9757                                                                                          I predict my most played song will be Lost Days by Istasha #SpotifyWrapped
## 9758                        I predict my top artist will be [Dreamcatcher/Motionless In White/Bring Me The Horizon] #SpotifyWrapped like idk ma… https://t.co/RjbTZSJvMq
## 9759                                                                                  I predict my most played song will be goodbye my danish sweetheart #SpotifyWrapped
## 9760                         If my top artist in my #SpotifyWrapped isn’t @BSTNMNR I’ll…actually I don’t know what I’ll do. Listen to them more… https://t.co/MVTahuiZLn
## 9761                                                                                 My top artist is gonna be a close tie btw J. Cole and The Lumineers #SpotifyWrapped
## 9762                                                                                                          I predict my top artist will be The Weeknd #SpotifyWrapped
## 9763                        I predict my most played song will be #Jalabulajangu 🕺 #SpotifyWrapped\n\nAana innum enakku antha vibe adangala 😤💥💥… https://t.co/tBrFTHH9It
## 9764                     My #SpotifyWrapped ‘22 Top 5 prediction:\n\n1. Am I really going to die? - White Lies\n2. There is no cure for it - Wh… https://t.co/jK9zDzdKHa
## 9765                                                             I predict my most played song will be, actually i  have no idea this year DIAJSDIJAIDJA #SpotifyWrapped
## 9766                                                                                                                                   JUST DROP IT NAAA #SpotifyWrapped
## 9767                                                                                            I predict my most played song will be Suns Up by Beomhan #SpotifyWrapped
## 9768                                                                                         I predict my top genre will be #Pop #SpotifyWrapped https://t.co/EpYksbWBjx
## 9769                                                                                                      I predict my top genre will be [Rnb/ Neo Soul] #SpotifyWrapped
## 9770                             Cant wait for the #SpotifyWrapped to drop so all the people who stream music in their sleep can out themselves. https://t.co/NcrAKuiE1W
## 9771                                                                                           I predict my most played song will be Freesty by lil baby #SpotifyWrapped
## 9772                                                                                                               #SpotifyWrapped\nThe most powerful emotion is Empathy
## 9773                                                                                                                I predict my top genre will be kpop  #SpotifyWrapped
## 9774                                                                                        I predict my top artist will be  @taylorswift13 or @ladygaga #SpotifyWrapped
## 9775                                                                                       I predict my top genre will be [idk metal/metalcore probably] #SpotifyWrapped
## 9776                                                                 I predict my top podcast will be Every Single Album @NathanCHubbard @NoraPrinciotti #SpotifyWrapped
## 9777                        I predict my most played song will be [Aaj Jane Ki Zid Na Karo by Farida Khanum] &amp; top artist will be @arrahman… https://t.co/bmT3lya3PH
## 9778                                                                      I predict my most played song will be [I miss you, i’m sorry by Gracie abrams] #SpotifyWrapped
## 9779                                                                                                              I predict my top genre will be Hip Hop #SpotifyWrapped
## 9780                                                                                 I predict my most played song will be Don’t let me fall by cleo sol #SpotifyWrapped
## 9781                          I predict my most played song will be [Scoring The End of the World - @MIWband ] #SpotifyWrapped I’ve listened to that shit way too much 💀
## 9782                                                                                       I predict my most played song will be papi bones by fka twigs #SpotifyWrapped
## 9783                                                                                             I am a husk who is just waiting for my Wrapped HURRY UP #spotifywrapped
## 9784                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9785                                                                                                      I predict my top artist will be [Taylor swift] #SpotifyWrapped
## 9786                                                                                                          I predict my top podcast will be Red Scare #SpotifyWrapped
## 9787                                                                           I predict my top artist will be @taylorswift13 or I riot. @taylornation13 #SpotifyWrapped
## 9788                                                                                                I predict my top genre will be pop music prediction] #SpotifyWrapped
## 9789                                                                                     I predict my most played song will be "6s to 9s Day Wave Remix" #SpotifyWrapped
## 9790                                                                                                            I predict my top podcast will be i-- 👁👄👁 #SpotifyWrapped
## 9791                                                                            Saw this hashtag and thought it was finally out! #SpotifyWrapped https://t.co/cKoclZp8NC
## 9792                                                                                                                                           #SpotifyWrapped is out???
## 9793                                                             I predict my most played song will be All too well 10 minutes version by @taylorswift13 #SpotifyWrapped
## 9794                                                                                            I predict my top genre will be dance pop cause I’m basic #SpotifyWrapped
## 9795                                                             I predict my most played song will be The Very First Night by Taylor Swift #SpotifyWrapped #TaylorSwift
## 9796                                                                                                 I predict my most played song will be Sweet Nothing #SpotifyWrapped
## 9797                                                 I predict my top artist will be obviouslyyyy the one and onlyyyy TOMORROW X TOGETHERRR @TXT_bighit  #SpotifyWrapped
## 9798                                                                                                        I predict my top artist will be [Juice WRLD] #SpotifyWrapped
## 9799                                                                                                                I predict my top artist will be muse #SpotifyWrapped
## 9800                                                                                    I predict my most played song will be Doomsday by @LizzyMcAlpine #SpotifyWrapped
## 9801                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9802                                                                                                          I predict my top artist will be Stray Kids #SpotifyWrapped
## 9803                            I predict my most played song will be something from Lemon Demon 😭 I have so many on repeat songs I don’t even remember  #SpotifyWrapped
## 9804                                               This would be an excellent reason for me not to sleep for 3 days 🕺 #Instafest #SpotifyWrapped https://t.co/9HTdtgEaj3
## 9805                                                                        I predict my most played song will be the way i loved you (Taylor's version) #SpotifyWrapped
## 9806                                                                                             I predict my most played song will be Crying Lightning\n#SpotifyWrapped
## 9807                                                                             It's been a weird year for me. Not sure if I wanna see my #SpotifyWrapped this time lol
## 9808                                                                                                                 I predict my top genre will be Kpop #SpotifyWrapped
## 9809                                                                                                          I predict my top artist will be Charli XCX #SpotifyWrapped
## 9810                                                                                                                          Give me my damn #SpotifyWrapped already 😂😭
## 9811                                                                                                     I predict my top genre will be Rap(Hip-Hop) ofc #SpotifyWrapped
## 9812                                                                                                                 I predict my #SpotifyWrapped this year will be shit
## 9813                                                                                                          I'm expect Taylor in my top of everything  #SpotifyWrapped
## 9814                                                                                            I predict my most played song will be YET TO COME by BTS #SpotifyWrapped
## 9815                                                     I predict my top genre will be hmmmmm 🥸 it would be either kpop or bollywoodish or pop-rock 👁👄👁 #SpotifyWrapped
## 9816                        #SpotifyWrapped is coming, which means, its time to download spotify on my phone to check it out as it doesn't show… https://t.co/hX2JewBNxA
## 9817                                                                                       I predict my most played song will be Silent Cry - Stray Kids #SpotifyWrapped
## 9818                            I got a feeling my #SpotifyWrapped is going to have a lot of this:\n@MeghanMood #ArchetypesWithMeghan \n@BTS_twt https://t.co/POzpXe3QmE
## 9819                                                                                                        I predict my top genre will be [rock or pop] #SpotifyWrapped
## 9820                                                                                               I predict my most played song will be Zeus by Eminem  #SpotifyWrapped
## 9821                                                                                                                                   Oh god #spotifywrapped is upon us
## 9822                                                                                          I predict my top podcast will be headstrong or gaby roslin #SpotifyWrapped
## 9823                                                                                                    I predict my most played song will be ULTRA SOLO #SpotifyWrapped
## 9824                                                                                                      I predict my top artist will be "Taylor Swift" #SpotifyWrapped
## 9825                                                                                               I predict my top artist will be  @iamjojo  #SpotifyWrapped obviously!
## 9826                                                                                                    I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 9827                                                                                                                  I predict my top genre will be POP #SpotifyWrapped
## 9828                                                                              I predict my most played song will be Good Boy Gone Bad by @TXT_bighit #SpotifyWrapped
## 9829                                                                                                                I predict my top genre will be "Pop" #SpotifyWrapped
## 9830                                                                                                 I predict my most played song will be all too well? #SpotifyWrapped
## 9831                                                                                           I predict my most played song will be I was all over her  #SpotifyWrapped
## 9832                                                                                                        I predict my top artist will be BTS @BTS_twt #SpotifyWrapped
## 9833                                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped 5sos.
## 9834                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Alternative rock
## 9835                                                                                              I predict my top podcast will be love shuv pyaar vyaar #SpotifyWrapped
## 9836                                                              I predict my top podcast will be Mythology de Parkast o "The Lord of the rings" by BBC #SpotifyWrapped
## 9837                                                                                                     I predict my top podcast will be 2 bears,1 cave #SpotifyWrapped
## 9838                                                                                                I predict my top artist will be harry styles or 5sos #SpotifyWrapped
## 9839                                                                                      can't wait for #SpotifyWrapped to call me a slur again https://t.co/f6xX5UEuFu
## 9840                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9841                                                                                                                               can't wait to show my #SpotifyWrapped
## 9842                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped "So Many Things"
## 9843                                                   I predict my top podcast will be I listen to podcasts on other platforms but probably Trash Taste #SpotifyWrapped
## 9844                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 9845                                                     I predict my most played song will be HOT DEMON B!TCHES NEAR U ! ! ! by CORPSE ft. Night Lovell #SpotifyWrapped
## 9846                                                                                                       I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped
## 9847                                                         I predict my most played song will be definitely will be something from nothing nowhere lol #SpotifyWrapped
## 9848                                                I predict my top podcast will be most likely imallexx’s podcast that’s the only one I listen to tbh 💀#SpotifyWrapped
## 9849                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9850                         I’m microdosing #spotifywrapped by using all those random websites (Receiptify, Instafest, etc.) to tell me my top… https://t.co/kcF5RqLQGN
## 9851                                                                                                       I predict my top genre will be Hollywood pop  #SpotifyWrapped
## 9852                                                                                                        I predict my top artist will be Fred Again.. #SpotifyWrapped
## 9853                                                   I predict my most played song will be Twisted Transistor or Coming Undone #SpotifyWrapped https://t.co/7y6STRzkSf
## 9854                                                                                                  I predict my most played song will be Little Freak #SpotifyWrapped
## 9855                                                                                                    I predict my top artist will be lamp im obsessed #SpotifyWrapped
## 9856                                                                                                #Tech\n#SpotifyWrapped\nSpotify Wrapped 2022 https://t.co/H8JisLS2Mg
## 9857                                                               #SpotifyWrapped hurry tf up i want to think christmas is the only thing left in the flop fest of 2022
## 9858                                                                                                        I predict my top artist will be Biffy Clyro  #SpotifyWrapped
## 9859                                                                                                                I predict my top artist will be yeat #SpotifyWrapped
## 9860                                                                                                            I predict my top genre will be pop LMAOO #SpotifyWrapped
## 9861                                                                                                            I predict my top artist will be Paramore #SpotifyWrapped
## 9862                                                                                                              I predict my top genre will be Rock  🤟 #SpotifyWrapped
## 9863                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 9864                                                                                            I predict my top podcast will be [Stories with Sapphire] #SpotifyWrapped
## 9865                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9866                             I predict my top artist will be either Harry styles or Taylor swift I will honestly be surprised if it was someone else #SpotifyWrapped
## 9867                                                                                                                                               #spotifywrapped when?
## 9868                                                                                I predict my most played song will be Car lights by @JamesMarriottYT #SpotifyWrapped
## 9869                                                                                  I predict my most played song will be [Yendo de la cama al living] #SpotifyWrapped
## 9870                                                                                                 I predict my most played song will be [It's Plenty] #SpotifyWrapped
## 9871                                                                               I predict my most played song will be the last great american dynasty #SpotifyWrapped
## 9872                                         Es muy seguro que sea @Mentesliterales\n\nI predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 9873                                                                                                   I predict my most played song will be yeat-doublë #SpotifyWrapped
## 9874                                                     I predict my most played song will be Living is a Problem Because Everything Dies - Biffy Clyro #SpotifyWrapped
## 9875                                                                                               I predict my top podcast will be "I spent a day with" #SpotifyWrapped
## 9876                                                                                              I predict my most played song will be hot by seventeen #SpotifyWrapped
## 9877                                                                                                    I predict my top genre will be Alternative Metal #SpotifyWrapped
## 9878                                                                                         I predict my most played song will be Brick by Boring Brick #SpotifyWrapped
## 9879                                                                                               I predict my top artist will be, as always #StrayKids #SpotifyWrapped
## 9880                                                                                                        I predict my top podcast will be Horror Time #SpotifyWrapped
## 9881                                                                       Metallica!\n\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9882                                                                                                             I predict my top genre will be R&amp;B  #SpotifyWrapped
## 9883                                                                                                    I predict my top podcast will be Listening time. #SpotifyWrapped
## 9884                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 9885                                                                                                      I predict my top artist will be James Marriott #SpotifyWrapped
## 9886                                                                                                    predicting a whole lot of bossfight on my #SpotifyWrapped frfr 🙏
## 9887                                                                                RAP\n\nI predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9888                                                                                                   I predict my most played song will be [As It Was] #SpotifyWrapped
## 9889                                                                                                        I predict my top artist will be Fred Again...#SpotifyWrapped
## 9890                                                                             I predict my most played song will be      When the Sun Hits - Slowdive #SpotifyWrapped
## 9891                                                                                                        I predict my top artist will be Ed Sheeran.  #SpotifyWrapped
## 9892                                            I predict my top genre will be either dream smp if they didn't delete it, pop-rock if they did delete it #SpotifyWrapped
## 9893                                                                                                 I predict my top artist will be @taylorswift13 \n\n #SpotifyWrapped
## 9894                                                                   BOOKER T!!\n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9895                                                                        I predict my top podcast will be idgaf about podcasts i don't listen to them #SpotifyWrapped
## 9896                                                                                                   I predict my most played song will be [KICK BACK] #SpotifyWrapped
## 9897                                                                                                    I predict my top artist will be [Maurice Kirya ] #SpotifyWrapped
## 9898                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9899                                                                                                               I predict my top artist will be [ive] #SpotifyWrapped
## 9900                                                                                                              I predict my top genre will be [k-pop] #SpotifyWrapped
## 9901                                                                                                           I predict my top artist will be [lovejoy] #SpotifyWrapped
## 9902                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 9903                                                                                                   I predict my most played song will be [love dive] #SpotifyWrapped
## 9904                                                                                       I predict my most played song will be Babe (Taylor’s Version) #SpotifyWrapped
## 9905                                                                          I predict my most played song will be Sleeping on trains by james marriott #SpotifyWrapped
## 9906                                                                                       I predict my most played song will be Alien blues by Vundabur #SpotifyWrapped
## 9907                                                                                    if out of my sistem isn’t on my  #SpotifyWrapped i swear Spotify is lying to me!
## 9908                                                                                                               I predict my top genre will be [soul] #SpotifyWrapped
## 9909                                                                                                         I predict my top genre will be [indie rock] #SpotifyWrapped
## 9910                                                                                   Anton Yelchin en mi fest.🥺💔 I'm not okay\n#SpotifyWrapped https://t.co/1lLqIVjOQt
## 9911                                                                                                              I predict my top artist will be @Adele #SpotifyWrapped
## 9912                                                                                                      I predict my top artist will be [weeknd bhaya] #SpotifyWrapped
## 9913                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9914                                                                                                        I predict my top genre will be [heavy metal] #SpotifyWrapped
## 9915                                look on my #SpotifyWrapped if the crane wives is number one ON EVERYTHING im about to throw hands, and Spotify is about to catch 'em
## 9916                                                                                    I predict my most played song will be Yet to come by @bts_bighit #SpotifyWrapped
## 9917                                                                                                     I predict my most played song will be sTraNgeRs #SpotifyWrapped
## 9918                                                                                                          I predict my top artist will be [rod wave] #SpotifyWrapped
## 9919                                                                                                                    my jam🤙🏻 #SpotifyWrapped https://t.co/wEpjDbU0dD
## 9920                                                                                       I predict my most played song will be [The Hills by The Faim] #SpotifyWrapped
## 9921                                                                                                 I predict my top podcast will be [comedy bang bang] #SpotifyWrapped
## 9922                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 9923                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 9924                                                                                                   Music streaming service · Trending\n#SpotifyWrapped\n20.3K Tweets
## 9925                                                                                                            I predict my top podcast will be [TTMIK] #SpotifyWrapped
## 9926                                                                                                                         babe wake up #SpotifyWrapped is coming soon
## 9927                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 9928                                                                               I predict my most played song will be [never get over me by rod wave] #SpotifyWrapped
## 9929                                                                                             I predict my most played song will be After Like by IVE #SpotifyWrapped
## 9930                                                                                             I predict my top genre will be Pop or Indie or PopIndie #SpotifyWrapped
## 9931                                                                                                          i predict my top artist will be @theweeknd #SpotifyWrapped
## 9932                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 9933                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 9934                                                                                                       I predict my top artist will be @bmthofficial #SpotifyWrapped
## 9935                                                                                                 I predict my top artist will be 5 Seconds of Summer #SpotifyWrapped
## 9936                                                                                       Looks like I have a week to beat the Taylor Swift allegations #SpotifyWrapped
## 9937                                                                                          I predict my top podcast will be el de la Manyu @toyhartas #SpotifyWrapped
## 9938                                                                                            I predict my most played song will be perfume by lovejoy #SpotifyWrapped
## 9939                                                                                                              I predict my top genre will be [k-pop] #SpotifyWrapped
## 9940                                                                                                      I predict my most played will be young forever #SpotifyWrapped
## 9941                                                                                                I predict my most played song will be Cate's Brother #SpotifyWrapped
## 9942                                                         I predict my most played song will be All too well (10 minutes version) (Taylor's Version)🧣 #SpotifyWrapped
## 9943                                                                                 I predict my most played song will be TEARS! by 5 Seconds of Summer #SpotifyWrapped
## 9944                                                                     I predict my most played song will be [limitless by Martin Garrix &amp; Mesto ] #SpotifyWrapped
## 9945                                                                                        I predict my top artist will be @britneyspears  as usual 😍🤟🏻 #SpotifyWrapped
## 9946                                                                                                       I predict my top artist will be [$UICIDEBOY$] #SpotifyWrapped
## 9947                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped hard. mb seventeen ?
## 9948                                                                                                                       Can I get my  #SpotifyWrapped already please🙃
## 9949                                                                                                   I predict my most played song will be [FAKE LOVE] #SpotifyWrapped
## 9950                                                                                                       I predict my top artist will be Ariana Grande #SpotifyWrapped
## 9951                                                                                                                I predict my top artist will be Joji #SpotifyWrapped
## 9952                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 9953                                                                                                          I predict my top artist will be stray kids #SpotifyWrapped
## 9954                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 9955                                                                         I predict my top artist will be: ovviamente la sola e unica billie eilish😔😔 #SpotifyWrapped
## 9956                                                                                                          I predict my top artist will be Instupendo #SpotifyWrapped
## 9957                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 9958                                                                                                        I predict my top genre will be eeee pop node #SpotifyWrapped
## 9959                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 9960                                                                                                 I predict my most played song will be Secret Secret #SpotifyWrapped
## 9961                                                                                                         I predict my top artist will be @waterparks #SpotifyWrapped
## 9962                                                                                                        I predict my top artist will be Shawn Mendes #SpotifyWrapped
## 9963                                                         I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped oh my god it will be kpop lol
## 9964                                                                                                      I predict my top artist will be [Why Don't We] #SpotifyWrapped
## 9965                                                   Can't wait to get my #spotifywrapped , scan my 5th genre and download Raid Shadow Legends https://t.co/a0NJO8lsoi
## 9966                                                                                                I predict my top artist will be Gold Zebra i guess 🫣 #SpotifyWrapped
## 9967                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped f&amp;f -Coults
## 9968                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/AT4cRzM2OP
## 9969                                                                                                    I predict my most played song will be mixtape oh #SpotifyWrapped
## 9970                                                                              I predict my most played song will be Jimmy Cooks- drake and 21 savage #SpotifyWrapped
## 9971                                                                                                   I predict my most played song will be ATWTMVTVFTV #SpotifyWrapped
## 9972                                                                                                        I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 9973                                                                       I predict my most played song will be cualquier tema de smithereens de joji u #SpotifyWrapped
## 9974                                                                                               I predict my most played song will be just like magic #SpotifyWrapped
## 9975                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 9976                                                                                    I predict my most played song will be deja vu, by Olivia Rodrigo #SpotifyWrapped
## 9977                                                                               I predict my most played song will be ‘It’ll Be Okay’ by Shawn Mendes #SpotifyWrapped
## 9978                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 9979                                                                                   I predict my most played song will be Risaune Bhaye by Sushant KC #SpotifyWrapped
## 9980                                                                              I predict my most played song will be For the Love of God by Steve Vai #SpotifyWrapped
## 9981                                                                                          I predict my top podcast will be Red River Podcast @RRP_NY #SpotifyWrapped
## 9982                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 9983                                                                                                             I predict my top genre will be @Adele 😃 #SpotifyWrapped
## 9984                                                                                                             AMO ♥️🫶 LOVE IT  #SpotifyWrapped https://t.co/TPREbCOmIM
## 9985                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 9986                                                                                                           I predict my top genre will be [pop rock] #SpotifyWrapped
## 9987                                                                                           I 100% know my top podcast is gonna be The Adventure Zone #SpotifyWrapped
## 9988                                                                                                          i predict my top artist will be @theweeknd #SpotifyWrapped
## 9989                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 9990                                                                                    I predict my most played song will be [How do you love somebody] #SpotifyWrapped
## 9991                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 9992                                                                                                              I predict my top genre will be [pop 🧡] #SpotifyWrapped
## 9993                                                                                            I predict my top artist will be Taylor Swift (as always) #SpotifyWrapped
## 9994                                                                                                   I predict my most played song will be Anti - Hero #SpotifyWrapped
## 9995                                                                                                     I predict my top artist will be louis tomlinson #SpotifyWrapped
## 9996                                                                                                          I predict my top artist will be Daft Punk  #SpotifyWrapped
## 9997                                                                                            I predict my most played song will be [Less Than Zero 😭] #SpotifyWrapped
## 9998                                                                                                  #SpotifyWrapped watch me get icp as my most played music group smh
## 9999                                                                               I predict my most played song will be All Too Well 10 minute version  #SpotifyWrapped
## 10000                                                                                          I predict my top artist will be Paramore or Avril Lavigne #SpotifyWrapped
##                   created
## 1     2022-11-28 23:59:56
## 2     2022-11-28 23:59:54
## 3     2022-11-28 23:59:50
## 4     2022-11-28 23:59:47
## 5     2022-11-28 23:59:43
## 6     2022-11-28 23:59:38
## 7     2022-11-28 23:59:38
## 8     2022-11-28 23:59:19
## 9     2022-11-28 23:59:18
## 10    2022-11-28 23:59:09
## 11    2022-11-28 23:58:56
## 12    2022-11-28 23:58:49
## 13    2022-11-28 23:58:47
## 14    2022-11-28 23:58:46
## 15    2022-11-28 23:58:43
## 16    2022-11-28 23:58:38
## 17    2022-11-28 23:58:34
## 18    2022-11-28 23:58:33
## 19    2022-11-28 23:58:32
## 20    2022-11-28 23:58:28
## 21    2022-11-28 23:58:25
## 22    2022-11-28 23:58:23
## 23    2022-11-28 23:58:18
## 24    2022-11-28 23:58:10
## 25    2022-11-28 23:58:00
## 26    2022-11-28 23:57:52
## 27    2022-11-28 23:57:50
## 28    2022-11-28 23:57:43
## 29    2022-11-28 23:57:36
## 30    2022-11-28 23:57:23
## 31    2022-11-28 23:57:21
## 32    2022-11-28 23:57:18
## 33    2022-11-28 23:57:16
## 34    2022-11-28 23:57:16
## 35    2022-11-28 23:56:57
## 36    2022-11-28 23:56:52
## 37    2022-11-28 23:56:44
## 38    2022-11-28 23:56:30
## 39    2022-11-28 23:56:15
## 40    2022-11-28 23:56:08
## 41    2022-11-28 23:56:06
## 42    2022-11-28 23:55:59
## 43    2022-11-28 23:55:58
## 44    2022-11-28 23:55:48
## 45    2022-11-28 23:55:44
## 46    2022-11-28 23:55:40
## 47    2022-11-28 23:55:38
## 48    2022-11-28 23:55:27
## 49    2022-11-28 23:55:14
## 50    2022-11-28 23:55:13
## 51    2022-11-28 23:55:11
## 52    2022-11-28 23:55:10
## 53    2022-11-28 23:55:03
## 54    2022-11-28 23:54:55
## 55    2022-11-28 23:54:54
## 56    2022-11-28 23:54:50
## 57    2022-11-28 23:54:50
## 58    2022-11-28 23:54:49
## 59    2022-11-28 23:54:44
## 60    2022-11-28 23:54:44
## 61    2022-11-28 23:54:41
## 62    2022-11-28 23:54:39
## 63    2022-11-28 23:54:31
## 64    2022-11-28 23:54:30
## 65    2022-11-28 23:54:27
## 66    2022-11-28 23:54:19
## 67    2022-11-28 23:54:18
## 68    2022-11-28 23:54:17
## 69    2022-11-28 23:54:17
## 70    2022-11-28 23:54:04
## 71    2022-11-28 23:54:03
## 72    2022-11-28 23:54:00
## 73    2022-11-28 23:53:59
## 74    2022-11-28 23:53:55
## 75    2022-11-28 23:53:42
## 76    2022-11-28 23:53:31
## 77    2022-11-28 23:53:27
## 78    2022-11-28 23:53:14
## 79    2022-11-28 23:53:12
## 80    2022-11-28 23:53:08
## 81    2022-11-28 23:53:05
## 82    2022-11-28 23:52:56
## 83    2022-11-28 23:52:54
## 84    2022-11-28 23:52:46
## 85    2022-11-28 23:52:35
## 86    2022-11-28 23:52:33
## 87    2022-11-28 23:52:32
## 88    2022-11-28 23:52:31
## 89    2022-11-28 23:52:23
## 90    2022-11-28 23:52:17
## 91    2022-11-28 23:52:10
## 92    2022-11-28 23:52:04
## 93    2022-11-28 23:52:01
## 94    2022-11-28 23:51:59
## 95    2022-11-28 23:51:47
## 96    2022-11-28 23:51:38
## 97    2022-11-28 23:51:32
## 98    2022-11-28 23:51:29
## 99    2022-11-28 23:51:21
## 100   2022-11-28 23:51:20
## 101   2022-11-28 23:51:08
## 102   2022-11-28 23:51:07
## 103   2022-11-28 23:50:56
## 104   2022-11-28 23:50:42
## 105   2022-11-28 23:50:25
## 106   2022-11-28 23:50:23
## 107   2022-11-28 23:50:22
## 108   2022-11-28 23:50:18
## 109   2022-11-28 23:50:14
## 110   2022-11-28 23:50:13
## 111   2022-11-28 23:50:05
## 112   2022-11-28 23:49:51
## 113   2022-11-28 23:49:47
## 114   2022-11-28 23:49:34
## 115   2022-11-28 23:49:21
## 116   2022-11-28 23:49:18
## 117   2022-11-28 23:49:15
## 118   2022-11-28 23:49:06
## 119   2022-11-28 23:49:01
## 120   2022-11-28 23:48:54
## 121   2022-11-28 23:48:47
## 122   2022-11-28 23:48:43
## 123   2022-11-28 23:48:43
## 124   2022-11-28 23:48:41
## 125   2022-11-28 23:48:36
## 126   2022-11-28 23:48:35
## 127   2022-11-28 23:48:34
## 128   2022-11-28 23:48:32
## 129   2022-11-28 23:48:30
## 130   2022-11-28 23:48:29
## 131   2022-11-28 23:48:20
## 132   2022-11-28 23:48:20
## 133   2022-11-28 23:48:07
## 134   2022-11-28 23:48:02
## 135   2022-11-28 23:48:01
## 136   2022-11-28 23:48:01
## 137   2022-11-28 23:47:59
## 138   2022-11-28 23:47:57
## 139   2022-11-28 23:47:52
## 140   2022-11-28 23:47:45
## 141   2022-11-28 23:47:43
## 142   2022-11-28 23:47:40
## 143   2022-11-28 23:47:31
## 144   2022-11-28 23:47:27
## 145   2022-11-28 23:47:23
## 146   2022-11-28 23:47:06
## 147   2022-11-28 23:47:00
## 148   2022-11-28 23:46:57
## 149   2022-11-28 23:46:56
## 150   2022-11-28 23:46:49
## 151   2022-11-28 23:46:47
## 152   2022-11-28 23:46:40
## 153   2022-11-28 23:46:37
## 154   2022-11-28 23:46:31
## 155   2022-11-28 23:46:18
## 156   2022-11-28 23:46:14
## 157   2022-11-28 23:46:13
## 158   2022-11-28 23:46:09
## 159   2022-11-28 23:46:06
## 160   2022-11-28 23:46:02
## 161   2022-11-28 23:45:44
## 162   2022-11-28 23:45:39
## 163   2022-11-28 23:45:35
## 164   2022-11-28 23:45:29
## 165   2022-11-28 23:45:26
## 166   2022-11-28 23:45:20
## 167   2022-11-28 23:45:18
## 168   2022-11-28 23:45:11
## 169   2022-11-28 23:45:03
## 170   2022-11-28 23:45:03
## 171   2022-11-28 23:44:59
## 172   2022-11-28 23:44:50
## 173   2022-11-28 23:44:48
## 174   2022-11-28 23:44:46
## 175   2022-11-28 23:44:41
## 176   2022-11-28 23:44:38
## 177   2022-11-28 23:44:36
## 178   2022-11-28 23:44:35
## 179   2022-11-28 23:44:35
## 180   2022-11-28 23:44:34
## 181   2022-11-28 23:44:32
## 182   2022-11-28 23:44:31
## 183   2022-11-28 23:44:30
## 184   2022-11-28 23:44:22
## 185   2022-11-28 23:44:20
## 186   2022-11-28 23:44:18
## 187   2022-11-28 23:44:16
## 188   2022-11-28 23:44:13
## 189   2022-11-28 23:44:11
## 190   2022-11-28 23:44:09
## 191   2022-11-28 23:44:09
## 192   2022-11-28 23:43:52
## 193   2022-11-28 23:43:49
## 194   2022-11-28 23:43:36
## 195   2022-11-28 23:43:31
## 196   2022-11-28 23:43:29
## 197   2022-11-28 23:43:28
## 198   2022-11-28 23:43:26
## 199   2022-11-28 23:43:24
## 200   2022-11-28 23:43:20
## 201   2022-11-28 23:43:17
## 202   2022-11-28 23:43:12
## 203   2022-11-28 23:43:09
## 204   2022-11-28 23:43:01
## 205   2022-11-28 23:42:59
## 206   2022-11-28 23:42:58
## 207   2022-11-28 23:42:55
## 208   2022-11-28 23:42:52
## 209   2022-11-28 23:42:48
## 210   2022-11-28 23:42:42
## 211   2022-11-28 23:42:25
## 212   2022-11-28 23:42:22
## 213   2022-11-28 23:42:19
## 214   2022-11-28 23:42:17
## 215   2022-11-28 23:42:16
## 216   2022-11-28 23:42:15
## 217   2022-11-28 23:42:13
## 218   2022-11-28 23:42:11
## 219   2022-11-28 23:42:01
## 220   2022-11-28 23:42:01
## 221   2022-11-28 23:41:58
## 222   2022-11-28 23:41:55
## 223   2022-11-28 23:41:53
## 224   2022-11-28 23:41:51
## 225   2022-11-28 23:41:15
## 226   2022-11-28 23:41:11
## 227   2022-11-28 23:41:10
## 228   2022-11-28 23:41:02
## 229   2022-11-28 23:40:57
## 230   2022-11-28 23:40:56
## 231   2022-11-28 23:40:49
## 232   2022-11-28 23:40:47
## 233   2022-11-28 23:40:47
## 234   2022-11-28 23:40:42
## 235   2022-11-28 23:40:40
## 236   2022-11-28 23:40:33
## 237   2022-11-28 23:40:30
## 238   2022-11-28 23:40:19
## 239   2022-11-28 23:40:15
## 240   2022-11-28 23:40:03
## 241   2022-11-28 23:39:59
## 242   2022-11-28 23:39:56
## 243   2022-11-28 23:39:55
## 244   2022-11-28 23:39:53
## 245   2022-11-28 23:39:31
## 246   2022-11-28 23:39:23
## 247   2022-11-28 23:39:16
## 248   2022-11-28 23:39:13
## 249   2022-11-28 23:39:07
## 250   2022-11-28 23:39:02
## 251   2022-11-28 23:39:00
## 252   2022-11-28 23:38:55
## 253   2022-11-28 23:38:53
## 254   2022-11-28 23:38:52
## 255   2022-11-28 23:38:48
## 256   2022-11-28 23:38:38
## 257   2022-11-28 23:38:35
## 258   2022-11-28 23:38:27
## 259   2022-11-28 23:38:27
## 260   2022-11-28 23:38:24
## 261   2022-11-28 23:38:19
## 262   2022-11-28 23:38:17
## 263   2022-11-28 23:38:14
## 264   2022-11-28 23:38:12
## 265   2022-11-28 23:38:08
## 266   2022-11-28 23:38:04
## 267   2022-11-28 23:38:04
## 268   2022-11-28 23:38:04
## 269   2022-11-28 23:38:02
## 270   2022-11-28 23:37:58
## 271   2022-11-28 23:37:56
## 272   2022-11-28 23:37:53
## 273   2022-11-28 23:37:53
## 274   2022-11-28 23:37:52
## 275   2022-11-28 23:37:51
## 276   2022-11-28 23:37:49
## 277   2022-11-28 23:37:45
## 278   2022-11-28 23:37:42
## 279   2022-11-28 23:37:39
## 280   2022-11-28 23:37:31
## 281   2022-11-28 23:37:24
## 282   2022-11-28 23:37:18
## 283   2022-11-28 23:37:07
## 284   2022-11-28 23:37:05
## 285   2022-11-28 23:36:57
## 286   2022-11-28 23:36:53
## 287   2022-11-28 23:36:52
## 288   2022-11-28 23:36:44
## 289   2022-11-28 23:36:43
## 290   2022-11-28 23:36:42
## 291   2022-11-28 23:36:35
## 292   2022-11-28 23:36:28
## 293   2022-11-28 23:36:13
## 294   2022-11-28 23:36:07
## 295   2022-11-28 23:36:04
## 296   2022-11-28 23:35:55
## 297   2022-11-28 23:35:54
## 298   2022-11-28 23:35:52
## 299   2022-11-28 23:35:49
## 300   2022-11-28 23:35:46
## 301   2022-11-28 23:35:42
## 302   2022-11-28 23:35:40
## 303   2022-11-28 23:35:40
## 304   2022-11-28 23:35:38
## 305   2022-11-28 23:35:36
## 306   2022-11-28 23:35:34
## 307   2022-11-28 23:35:32
## 308   2022-11-28 23:35:29
## 309   2022-11-28 23:35:25
## 310   2022-11-28 23:35:24
## 311   2022-11-28 23:35:12
## 312   2022-11-28 23:35:07
## 313   2022-11-28 23:34:59
## 314   2022-11-28 23:34:59
## 315   2022-11-28 23:34:55
## 316   2022-11-28 23:34:53
## 317   2022-11-28 23:34:46
## 318   2022-11-28 23:34:44
## 319   2022-11-28 23:34:43
## 320   2022-11-28 23:34:37
## 321   2022-11-28 23:34:33
## 322   2022-11-28 23:34:26
## 323   2022-11-28 23:34:21
## 324   2022-11-28 23:34:20
## 325   2022-11-28 23:34:19
## 326   2022-11-28 23:34:15
## 327   2022-11-28 23:34:15
## 328   2022-11-28 23:34:13
## 329   2022-11-28 23:34:12
## 330   2022-11-28 23:34:06
## 331   2022-11-28 23:33:58
## 332   2022-11-28 23:33:56
## 333   2022-11-28 23:33:56
## 334   2022-11-28 23:33:53
## 335   2022-11-28 23:33:52
## 336   2022-11-28 23:33:50
## 337   2022-11-28 23:33:47
## 338   2022-11-28 23:33:45
## 339   2022-11-28 23:33:39
## 340   2022-11-28 23:33:37
## 341   2022-11-28 23:33:33
## 342   2022-11-28 23:33:28
## 343   2022-11-28 23:33:26
## 344   2022-11-28 23:33:15
## 345   2022-11-28 23:33:08
## 346   2022-11-28 23:33:06
## 347   2022-11-28 23:33:05
## 348   2022-11-28 23:33:00
## 349   2022-11-28 23:32:26
## 350   2022-11-28 23:32:26
## 351   2022-11-28 23:32:23
## 352   2022-11-28 23:32:17
## 353   2022-11-28 23:32:17
## 354   2022-11-28 23:32:15
## 355   2022-11-28 23:32:08
## 356   2022-11-28 23:32:05
## 357   2022-11-28 23:32:03
## 358   2022-11-28 23:31:59
## 359   2022-11-28 23:31:57
## 360   2022-11-28 23:31:54
## 361   2022-11-28 23:31:38
## 362   2022-11-28 23:31:31
## 363   2022-11-28 23:31:28
## 364   2022-11-28 23:31:28
## 365   2022-11-28 23:31:27
## 366   2022-11-28 23:31:17
## 367   2022-11-28 23:31:13
## 368   2022-11-28 23:31:07
## 369   2022-11-28 23:31:05
## 370   2022-11-28 23:30:58
## 371   2022-11-28 23:30:53
## 372   2022-11-28 23:30:45
## 373   2022-11-28 23:30:44
## 374   2022-11-28 23:30:40
## 375   2022-11-28 23:30:38
## 376   2022-11-28 23:30:33
## 377   2022-11-28 23:30:30
## 378   2022-11-28 23:30:22
## 379   2022-11-28 23:30:19
## 380   2022-11-28 23:30:14
## 381   2022-11-28 23:30:09
## 382   2022-11-28 23:29:58
## 383   2022-11-28 23:29:54
## 384   2022-11-28 23:29:54
## 385   2022-11-28 23:29:50
## 386   2022-11-28 23:29:50
## 387   2022-11-28 23:29:48
## 388   2022-11-28 23:29:43
## 389   2022-11-28 23:29:40
## 390   2022-11-28 23:29:40
## 391   2022-11-28 23:29:39
## 392   2022-11-28 23:29:36
## 393   2022-11-28 23:29:36
## 394   2022-11-28 23:29:33
## 395   2022-11-28 23:29:31
## 396   2022-11-28 23:29:29
## 397   2022-11-28 23:29:29
## 398   2022-11-28 23:29:28
## 399   2022-11-28 23:29:27
## 400   2022-11-28 23:29:24
## 401   2022-11-28 23:29:19
## 402   2022-11-28 23:29:19
## 403   2022-11-28 23:29:05
## 404   2022-11-28 23:29:02
## 405   2022-11-28 23:28:59
## 406   2022-11-28 23:28:58
## 407   2022-11-28 23:28:56
## 408   2022-11-28 23:28:56
## 409   2022-11-28 23:28:53
## 410   2022-11-28 23:28:51
## 411   2022-11-28 23:28:47
## 412   2022-11-28 23:28:34
## 413   2022-11-28 23:28:34
## 414   2022-11-28 23:28:33
## 415   2022-11-28 23:28:29
## 416   2022-11-28 23:28:19
## 417   2022-11-28 23:28:18
## 418   2022-11-28 23:28:18
## 419   2022-11-28 23:28:17
## 420   2022-11-28 23:28:10
## 421   2022-11-28 23:28:01
## 422   2022-11-28 23:27:55
## 423   2022-11-28 23:27:54
## 424   2022-11-28 23:27:49
## 425   2022-11-28 23:27:47
## 426   2022-11-28 23:27:31
## 427   2022-11-28 23:27:29
## 428   2022-11-28 23:27:26
## 429   2022-11-28 23:27:25
## 430   2022-11-28 23:27:21
## 431   2022-11-28 23:27:20
## 432   2022-11-28 23:27:17
## 433   2022-11-28 23:27:11
## 434   2022-11-28 23:27:07
## 435   2022-11-28 23:27:02
## 436   2022-11-28 23:27:01
## 437   2022-11-28 23:27:00
## 438   2022-11-28 23:26:51
## 439   2022-11-28 23:26:50
## 440   2022-11-28 23:26:49
## 441   2022-11-28 23:26:48
## 442   2022-11-28 23:26:42
## 443   2022-11-28 23:26:23
## 444   2022-11-28 23:26:21
## 445   2022-11-28 23:26:19
## 446   2022-11-28 23:26:08
## 447   2022-11-28 23:26:07
## 448   2022-11-28 23:26:03
## 449   2022-11-28 23:25:55
## 450   2022-11-28 23:25:54
## 451   2022-11-28 23:25:40
## 452   2022-11-28 23:25:35
## 453   2022-11-28 23:25:34
## 454   2022-11-28 23:25:34
## 455   2022-11-28 23:25:33
## 456   2022-11-28 23:25:29
## 457   2022-11-28 23:25:09
## 458   2022-11-28 23:24:57
## 459   2022-11-28 23:24:56
## 460   2022-11-28 23:24:55
## 461   2022-11-28 23:24:55
## 462   2022-11-28 23:24:51
## 463   2022-11-28 23:24:51
## 464   2022-11-28 23:24:49
## 465   2022-11-28 23:24:44
## 466   2022-11-28 23:24:44
## 467   2022-11-28 23:24:37
## 468   2022-11-28 23:24:36
## 469   2022-11-28 23:24:36
## 470   2022-11-28 23:24:25
## 471   2022-11-28 23:24:22
## 472   2022-11-28 23:24:15
## 473   2022-11-28 23:24:14
## 474   2022-11-28 23:24:14
## 475   2022-11-28 23:24:09
## 476   2022-11-28 23:24:07
## 477   2022-11-28 23:24:05
## 478   2022-11-28 23:24:02
## 479   2022-11-28 23:23:58
## 480   2022-11-28 23:23:58
## 481   2022-11-28 23:23:57
## 482   2022-11-28 23:23:53
## 483   2022-11-28 23:23:50
## 484   2022-11-28 23:23:48
## 485   2022-11-28 23:23:47
## 486   2022-11-28 23:23:45
## 487   2022-11-28 23:23:37
## 488   2022-11-28 23:23:35
## 489   2022-11-28 23:23:30
## 490   2022-11-28 23:23:22
## 491   2022-11-28 23:23:21
## 492   2022-11-28 23:23:13
## 493   2022-11-28 23:23:07
## 494   2022-11-28 23:23:00
## 495   2022-11-28 23:22:57
## 496   2022-11-28 23:22:56
## 497   2022-11-28 23:22:53
## 498   2022-11-28 23:22:48
## 499   2022-11-28 23:22:48
## 500   2022-11-28 23:22:47
## 501   2022-11-28 23:22:46
## 502   2022-11-28 23:22:45
## 503   2022-11-28 23:22:41
## 504   2022-11-28 23:22:34
## 505   2022-11-28 23:22:32
## 506   2022-11-28 23:22:32
## 507   2022-11-28 23:22:14
## 508   2022-11-28 23:22:13
## 509   2022-11-28 23:22:10
## 510   2022-11-28 23:22:07
## 511   2022-11-28 23:22:06
## 512   2022-11-28 23:22:03
## 513   2022-11-28 23:22:01
## 514   2022-11-28 23:21:54
## 515   2022-11-28 23:21:50
## 516   2022-11-28 23:21:49
## 517   2022-11-28 23:21:42
## 518   2022-11-28 23:21:37
## 519   2022-11-28 23:21:28
## 520   2022-11-28 23:21:26
## 521   2022-11-28 23:21:16
## 522   2022-11-28 23:21:13
## 523   2022-11-28 23:21:12
## 524   2022-11-28 23:21:05
## 525   2022-11-28 23:21:04
## 526   2022-11-28 23:21:00
## 527   2022-11-28 23:20:53
## 528   2022-11-28 23:20:53
## 529   2022-11-28 23:20:49
## 530   2022-11-28 23:20:47
## 531   2022-11-28 23:20:46
## 532   2022-11-28 23:20:43
## 533   2022-11-28 23:20:29
## 534   2022-11-28 23:20:27
## 535   2022-11-28 23:20:22
## 536   2022-11-28 23:20:15
## 537   2022-11-28 23:20:12
## 538   2022-11-28 23:20:05
## 539   2022-11-28 23:20:02
## 540   2022-11-28 23:20:02
## 541   2022-11-28 23:20:00
## 542   2022-11-28 23:20:00
## 543   2022-11-28 23:20:00
## 544   2022-11-28 23:20:00
## 545   2022-11-28 23:19:58
## 546   2022-11-28 23:19:54
## 547   2022-11-28 23:19:51
## 548   2022-11-28 23:19:47
## 549   2022-11-28 23:19:44
## 550   2022-11-28 23:19:43
## 551   2022-11-28 23:19:39
## 552   2022-11-28 23:19:36
## 553   2022-11-28 23:19:34
## 554   2022-11-28 23:19:33
## 555   2022-11-28 23:19:33
## 556   2022-11-28 23:19:31
## 557   2022-11-28 23:19:27
## 558   2022-11-28 23:19:26
## 559   2022-11-28 23:19:21
## 560   2022-11-28 23:19:20
## 561   2022-11-28 23:19:14
## 562   2022-11-28 23:19:12
## 563   2022-11-28 23:19:11
## 564   2022-11-28 23:19:06
## 565   2022-11-28 23:19:00
## 566   2022-11-28 23:18:59
## 567   2022-11-28 23:18:58
## 568   2022-11-28 23:18:57
## 569   2022-11-28 23:18:55
## 570   2022-11-28 23:18:53
## 571   2022-11-28 23:18:53
## 572   2022-11-28 23:18:51
## 573   2022-11-28 23:18:48
## 574   2022-11-28 23:18:44
## 575   2022-11-28 23:18:44
## 576   2022-11-28 23:18:39
## 577   2022-11-28 23:18:32
## 578   2022-11-28 23:18:32
## 579   2022-11-28 23:18:30
## 580   2022-11-28 23:18:30
## 581   2022-11-28 23:18:29
## 582   2022-11-28 23:18:24
## 583   2022-11-28 23:18:13
## 584   2022-11-28 23:18:08
## 585   2022-11-28 23:18:07
## 586   2022-11-28 23:18:07
## 587   2022-11-28 23:18:07
## 588   2022-11-28 23:18:05
## 589   2022-11-28 23:17:56
## 590   2022-11-28 23:17:56
## 591   2022-11-28 23:17:54
## 592   2022-11-28 23:17:51
## 593   2022-11-28 23:17:42
## 594   2022-11-28 23:17:40
## 595   2022-11-28 23:17:30
## 596   2022-11-28 23:17:29
## 597   2022-11-28 23:17:28
## 598   2022-11-28 23:17:25
## 599   2022-11-28 23:17:23
## 600   2022-11-28 23:17:23
## 601   2022-11-28 23:17:18
## 602   2022-11-28 23:17:14
## 603   2022-11-28 23:17:14
## 604   2022-11-28 23:17:13
## 605   2022-11-28 23:17:06
## 606   2022-11-28 23:17:05
## 607   2022-11-28 23:17:00
## 608   2022-11-28 23:16:58
## 609   2022-11-28 23:16:58
## 610   2022-11-28 23:16:53
## 611   2022-11-28 23:16:53
## 612   2022-11-28 23:16:50
## 613   2022-11-28 23:16:33
## 614   2022-11-28 23:16:28
## 615   2022-11-28 23:16:23
## 616   2022-11-28 23:16:22
## 617   2022-11-28 23:16:21
## 618   2022-11-28 23:16:16
## 619   2022-11-28 23:16:07
## 620   2022-11-28 23:16:04
## 621   2022-11-28 23:15:54
## 622   2022-11-28 23:15:51
## 623   2022-11-28 23:15:47
## 624   2022-11-28 23:15:44
## 625   2022-11-28 23:15:40
## 626   2022-11-28 23:15:35
## 627   2022-11-28 23:15:31
## 628   2022-11-28 23:15:31
## 629   2022-11-28 23:15:27
## 630   2022-11-28 23:15:25
## 631   2022-11-28 23:15:24
## 632   2022-11-28 23:15:24
## 633   2022-11-28 23:15:24
## 634   2022-11-28 23:15:20
## 635   2022-11-28 23:15:20
## 636   2022-11-28 23:14:57
## 637   2022-11-28 23:14:53
## 638   2022-11-28 23:14:51
## 639   2022-11-28 23:14:49
## 640   2022-11-28 23:14:48
## 641   2022-11-28 23:14:41
## 642   2022-11-28 23:14:38
## 643   2022-11-28 23:14:31
## 644   2022-11-28 23:14:29
## 645   2022-11-28 23:14:21
## 646   2022-11-28 23:14:21
## 647   2022-11-28 23:14:20
## 648   2022-11-28 23:14:18
## 649   2022-11-28 23:14:11
## 650   2022-11-28 23:14:07
## 651   2022-11-28 23:14:05
## 652   2022-11-28 23:14:02
## 653   2022-11-28 23:13:57
## 654   2022-11-28 23:13:50
## 655   2022-11-28 23:13:49
## 656   2022-11-28 23:13:49
## 657   2022-11-28 23:13:44
## 658   2022-11-28 23:13:43
## 659   2022-11-28 23:13:36
## 660   2022-11-28 23:13:35
## 661   2022-11-28 23:13:33
## 662   2022-11-28 23:13:32
## 663   2022-11-28 23:13:30
## 664   2022-11-28 23:13:23
## 665   2022-11-28 23:13:07
## 666   2022-11-28 23:12:58
## 667   2022-11-28 23:12:58
## 668   2022-11-28 23:12:57
## 669   2022-11-28 23:12:54
## 670   2022-11-28 23:12:53
## 671   2022-11-28 23:12:48
## 672   2022-11-28 23:12:44
## 673   2022-11-28 23:12:44
## 674   2022-11-28 23:12:40
## 675   2022-11-28 23:12:32
## 676   2022-11-28 23:12:32
## 677   2022-11-28 23:12:27
## 678   2022-11-28 23:12:27
## 679   2022-11-28 23:12:25
## 680   2022-11-28 23:12:23
## 681   2022-11-28 23:12:17
## 682   2022-11-28 23:12:13
## 683   2022-11-28 23:12:02
## 684   2022-11-28 23:12:00
## 685   2022-11-28 23:11:55
## 686   2022-11-28 23:11:54
## 687   2022-11-28 23:11:50
## 688   2022-11-28 23:11:45
## 689   2022-11-28 23:11:45
## 690   2022-11-28 23:11:41
## 691   2022-11-28 23:11:41
## 692   2022-11-28 23:11:35
## 693   2022-11-28 23:11:28
## 694   2022-11-28 23:11:28
## 695   2022-11-28 23:11:27
## 696   2022-11-28 23:11:27
## 697   2022-11-28 23:11:26
## 698   2022-11-28 23:11:20
## 699   2022-11-28 23:11:18
## 700   2022-11-28 23:11:12
## 701   2022-11-28 23:11:09
## 702   2022-11-28 23:11:09
## 703   2022-11-28 23:11:08
## 704   2022-11-28 23:11:08
## 705   2022-11-28 23:11:06
## 706   2022-11-28 23:11:04
## 707   2022-11-28 23:11:00
## 708   2022-11-28 23:10:56
## 709   2022-11-28 23:10:53
## 710   2022-11-28 23:10:50
## 711   2022-11-28 23:10:46
## 712   2022-11-28 23:10:45
## 713   2022-11-28 23:10:36
## 714   2022-11-28 23:10:34
## 715   2022-11-28 23:10:30
## 716   2022-11-28 23:10:22
## 717   2022-11-28 23:10:19
## 718   2022-11-28 23:10:17
## 719   2022-11-28 23:10:06
## 720   2022-11-28 23:09:56
## 721   2022-11-28 23:09:46
## 722   2022-11-28 23:09:44
## 723   2022-11-28 23:09:43
## 724   2022-11-28 23:09:35
## 725   2022-11-28 23:09:35
## 726   2022-11-28 23:09:32
## 727   2022-11-28 23:09:24
## 728   2022-11-28 23:09:21
## 729   2022-11-28 23:09:18
## 730   2022-11-28 23:09:03
## 731   2022-11-28 23:08:58
## 732   2022-11-28 23:08:56
## 733   2022-11-28 23:08:53
## 734   2022-11-28 23:08:51
## 735   2022-11-28 23:08:41
## 736   2022-11-28 23:08:38
## 737   2022-11-28 23:08:38
## 738   2022-11-28 23:08:37
## 739   2022-11-28 23:08:33
## 740   2022-11-28 23:08:30
## 741   2022-11-28 23:08:27
## 742   2022-11-28 23:08:20
## 743   2022-11-28 23:08:19
## 744   2022-11-28 23:08:11
## 745   2022-11-28 23:08:10
## 746   2022-11-28 23:08:09
## 747   2022-11-28 23:08:06
## 748   2022-11-28 23:08:06
## 749   2022-11-28 23:08:04
## 750   2022-11-28 23:07:55
## 751   2022-11-28 23:07:55
## 752   2022-11-28 23:07:55
## 753   2022-11-28 23:07:53
## 754   2022-11-28 23:07:46
## 755   2022-11-28 23:07:45
## 756   2022-11-28 23:07:44
## 757   2022-11-28 23:07:37
## 758   2022-11-28 23:07:37
## 759   2022-11-28 23:07:35
## 760   2022-11-28 23:07:35
## 761   2022-11-28 23:07:35
## 762   2022-11-28 23:07:34
## 763   2022-11-28 23:07:30
## 764   2022-11-28 23:07:19
## 765   2022-11-28 23:07:17
## 766   2022-11-28 23:07:15
## 767   2022-11-28 23:07:10
## 768   2022-11-28 23:07:10
## 769   2022-11-28 23:07:08
## 770   2022-11-28 23:07:06
## 771   2022-11-28 23:07:05
## 772   2022-11-28 23:06:58
## 773   2022-11-28 23:06:57
## 774   2022-11-28 23:06:52
## 775   2022-11-28 23:06:49
## 776   2022-11-28 23:06:48
## 777   2022-11-28 23:06:48
## 778   2022-11-28 23:06:44
## 779   2022-11-28 23:06:39
## 780   2022-11-28 23:06:38
## 781   2022-11-28 23:06:37
## 782   2022-11-28 23:06:35
## 783   2022-11-28 23:06:34
## 784   2022-11-28 23:06:32
## 785   2022-11-28 23:06:32
## 786   2022-11-28 23:06:25
## 787   2022-11-28 23:06:18
## 788   2022-11-28 23:06:18
## 789   2022-11-28 23:06:16
## 790   2022-11-28 23:06:10
## 791   2022-11-28 23:06:05
## 792   2022-11-28 23:06:02
## 793   2022-11-28 23:05:58
## 794   2022-11-28 23:05:50
## 795   2022-11-28 23:05:50
## 796   2022-11-28 23:05:50
## 797   2022-11-28 23:05:44
## 798   2022-11-28 23:05:41
## 799   2022-11-28 23:05:37
## 800   2022-11-28 23:05:34
## 801   2022-11-28 23:05:30
## 802   2022-11-28 23:05:28
## 803   2022-11-28 23:05:27
## 804   2022-11-28 23:05:26
## 805   2022-11-28 23:05:26
## 806   2022-11-28 23:05:12
## 807   2022-11-28 23:05:06
## 808   2022-11-28 23:05:02
## 809   2022-11-28 23:05:00
## 810   2022-11-28 23:04:56
## 811   2022-11-28 23:04:53
## 812   2022-11-28 23:04:44
## 813   2022-11-28 23:04:41
## 814   2022-11-28 23:04:37
## 815   2022-11-28 23:04:24
## 816   2022-11-28 23:04:21
## 817   2022-11-28 23:04:18
## 818   2022-11-28 23:04:03
## 819   2022-11-28 23:04:02
## 820   2022-11-28 23:04:01
## 821   2022-11-28 23:04:01
## 822   2022-11-28 23:03:58
## 823   2022-11-28 23:03:50
## 824   2022-11-28 23:03:50
## 825   2022-11-28 23:03:38
## 826   2022-11-28 23:03:37
## 827   2022-11-28 23:03:36
## 828   2022-11-28 23:03:35
## 829   2022-11-28 23:03:34
## 830   2022-11-28 23:03:33
## 831   2022-11-28 23:03:33
## 832   2022-11-28 23:03:17
## 833   2022-11-28 23:03:14
## 834   2022-11-28 23:03:13
## 835   2022-11-28 23:03:08
## 836   2022-11-28 23:03:07
## 837   2022-11-28 23:03:05
## 838   2022-11-28 23:03:05
## 839   2022-11-28 23:03:03
## 840   2022-11-28 23:02:36
## 841   2022-11-28 23:02:35
## 842   2022-11-28 23:02:31
## 843   2022-11-28 23:02:29
## 844   2022-11-28 23:02:25
## 845   2022-11-28 23:02:17
## 846   2022-11-28 23:02:12
## 847   2022-11-28 23:02:12
## 848   2022-11-28 23:02:07
## 849   2022-11-28 23:02:06
## 850   2022-11-28 23:02:05
## 851   2022-11-28 23:02:04
## 852   2022-11-28 23:02:03
## 853   2022-11-28 23:02:00
## 854   2022-11-28 23:01:54
## 855   2022-11-28 23:01:49
## 856   2022-11-28 23:01:43
## 857   2022-11-28 23:01:43
## 858   2022-11-28 23:01:27
## 859   2022-11-28 23:01:25
## 860   2022-11-28 23:01:25
## 861   2022-11-28 23:01:24
## 862   2022-11-28 23:01:17
## 863   2022-11-28 23:01:07
## 864   2022-11-28 23:01:02
## 865   2022-11-28 23:00:56
## 866   2022-11-28 23:00:48
## 867   2022-11-28 23:00:47
## 868   2022-11-28 23:00:44
## 869   2022-11-28 23:00:37
## 870   2022-11-28 23:00:25
## 871   2022-11-28 23:00:24
## 872   2022-11-28 23:00:21
## 873   2022-11-28 23:00:20
## 874   2022-11-28 23:00:13
## 875   2022-11-28 23:00:11
## 876   2022-11-28 23:00:09
## 877   2022-11-28 23:00:09
## 878   2022-11-28 22:59:58
## 879   2022-11-28 22:59:53
## 880   2022-11-28 22:59:52
## 881   2022-11-28 22:59:51
## 882   2022-11-28 22:59:43
## 883   2022-11-28 22:59:36
## 884   2022-11-28 22:59:26
## 885   2022-11-28 22:59:21
## 886   2022-11-28 22:59:18
## 887   2022-11-28 22:59:14
## 888   2022-11-28 22:59:12
## 889   2022-11-28 22:59:12
## 890   2022-11-28 22:59:11
## 891   2022-11-28 22:59:10
## 892   2022-11-28 22:59:05
## 893   2022-11-28 22:59:03
## 894   2022-11-28 22:59:00
## 895   2022-11-28 22:58:53
## 896   2022-11-28 22:58:50
## 897   2022-11-28 22:58:49
## 898   2022-11-28 22:58:38
## 899   2022-11-28 22:58:35
## 900   2022-11-28 22:58:35
## 901   2022-11-28 22:58:28
## 902   2022-11-28 22:58:25
## 903   2022-11-28 22:58:24
## 904   2022-11-28 22:58:24
## 905   2022-11-28 22:58:22
## 906   2022-11-28 22:58:20
## 907   2022-11-28 22:58:13
## 908   2022-11-28 22:58:00
## 909   2022-11-28 22:57:54
## 910   2022-11-28 22:57:52
## 911   2022-11-28 22:57:49
## 912   2022-11-28 22:57:47
## 913   2022-11-28 22:57:41
## 914   2022-11-28 22:57:41
## 915   2022-11-28 22:57:38
## 916   2022-11-28 22:57:36
## 917   2022-11-28 22:57:20
## 918   2022-11-28 22:57:19
## 919   2022-11-28 22:57:12
## 920   2022-11-28 22:57:11
## 921   2022-11-28 22:57:11
## 922   2022-11-28 22:57:09
## 923   2022-11-28 22:57:03
## 924   2022-11-28 22:56:59
## 925   2022-11-28 22:56:52
## 926   2022-11-28 22:56:52
## 927   2022-11-28 22:56:52
## 928   2022-11-28 22:56:49
## 929   2022-11-28 22:56:48
## 930   2022-11-28 22:56:41
## 931   2022-11-28 22:56:38
## 932   2022-11-28 22:56:26
## 933   2022-11-28 22:56:17
## 934   2022-11-28 22:56:14
## 935   2022-11-28 22:56:14
## 936   2022-11-28 22:56:02
## 937   2022-11-28 22:55:58
## 938   2022-11-28 22:55:50
## 939   2022-11-28 22:55:48
## 940   2022-11-28 22:55:47
## 941   2022-11-28 22:55:37
## 942   2022-11-28 22:55:37
## 943   2022-11-28 22:55:37
## 944   2022-11-28 22:55:36
## 945   2022-11-28 22:55:36
## 946   2022-11-28 22:55:28
## 947   2022-11-28 22:55:26
## 948   2022-11-28 22:55:25
## 949   2022-11-28 22:55:17
## 950   2022-11-28 22:55:11
## 951   2022-11-28 22:55:07
## 952   2022-11-28 22:55:05
## 953   2022-11-28 22:54:56
## 954   2022-11-28 22:54:52
## 955   2022-11-28 22:54:43
## 956   2022-11-28 22:54:43
## 957   2022-11-28 22:54:35
## 958   2022-11-28 22:54:34
## 959   2022-11-28 22:54:32
## 960   2022-11-28 22:54:31
## 961   2022-11-28 22:54:31
## 962   2022-11-28 22:54:28
## 963   2022-11-28 22:54:20
## 964   2022-11-28 22:54:10
## 965   2022-11-28 22:53:55
## 966   2022-11-28 22:53:53
## 967   2022-11-28 22:53:50
## 968   2022-11-28 22:53:47
## 969   2022-11-28 22:53:44
## 970   2022-11-28 22:53:43
## 971   2022-11-28 22:53:38
## 972   2022-11-28 22:53:30
## 973   2022-11-28 22:53:28
## 974   2022-11-28 22:53:26
## 975   2022-11-28 22:53:21
## 976   2022-11-28 22:53:16
## 977   2022-11-28 22:53:13
## 978   2022-11-28 22:53:10
## 979   2022-11-28 22:53:07
## 980   2022-11-28 22:53:06
## 981   2022-11-28 22:53:04
## 982   2022-11-28 22:53:00
## 983   2022-11-28 22:52:56
## 984   2022-11-28 22:52:55
## 985   2022-11-28 22:52:54
## 986   2022-11-28 22:52:53
## 987   2022-11-28 22:52:48
## 988   2022-11-28 22:52:44
## 989   2022-11-28 22:52:43
## 990   2022-11-28 22:52:42
## 991   2022-11-28 22:52:40
## 992   2022-11-28 22:52:32
## 993   2022-11-28 22:52:29
## 994   2022-11-28 22:52:29
## 995   2022-11-28 22:52:26
## 996   2022-11-28 22:52:22
## 997   2022-11-28 22:52:18
## 998   2022-11-28 22:52:16
## 999   2022-11-28 22:52:15
## 1000  2022-11-28 22:52:12
## 1001  2022-11-28 22:52:08
## 1002  2022-11-28 22:52:03
## 1003  2022-11-28 22:52:02
## 1004  2022-11-28 22:52:01
## 1005  2022-11-28 22:52:01
## 1006  2022-11-28 22:52:00
## 1007  2022-11-28 22:51:59
## 1008  2022-11-28 22:51:59
## 1009  2022-11-28 22:51:57
## 1010  2022-11-28 22:51:51
## 1011  2022-11-28 22:51:51
## 1012  2022-11-28 22:51:49
## 1013  2022-11-28 22:51:48
## 1014  2022-11-28 22:51:43
## 1015  2022-11-28 22:51:42
## 1016  2022-11-28 22:51:37
## 1017  2022-11-28 22:51:34
## 1018  2022-11-28 22:51:33
## 1019  2022-11-28 22:51:31
## 1020  2022-11-28 22:51:22
## 1021  2022-11-28 22:51:20
## 1022  2022-11-28 22:51:17
## 1023  2022-11-28 22:51:16
## 1024  2022-11-28 22:51:09
## 1025  2022-11-28 22:51:05
## 1026  2022-11-28 22:50:59
## 1027  2022-11-28 22:50:53
## 1028  2022-11-28 22:50:51
## 1029  2022-11-28 22:50:47
## 1030  2022-11-28 22:50:47
## 1031  2022-11-28 22:50:39
## 1032  2022-11-28 22:50:32
## 1033  2022-11-28 22:50:32
## 1034  2022-11-28 22:50:30
## 1035  2022-11-28 22:50:30
## 1036  2022-11-28 22:50:20
## 1037  2022-11-28 22:50:19
## 1038  2022-11-28 22:50:18
## 1039  2022-11-28 22:50:17
## 1040  2022-11-28 22:50:16
## 1041  2022-11-28 22:50:12
## 1042  2022-11-28 22:50:08
## 1043  2022-11-28 22:50:08
## 1044  2022-11-28 22:50:08
## 1045  2022-11-28 22:50:01
## 1046  2022-11-28 22:49:56
## 1047  2022-11-28 22:49:53
## 1048  2022-11-28 22:49:49
## 1049  2022-11-28 22:49:48
## 1050  2022-11-28 22:49:42
## 1051  2022-11-28 22:49:36
## 1052  2022-11-28 22:49:36
## 1053  2022-11-28 22:49:32
## 1054  2022-11-28 22:49:30
## 1055  2022-11-28 22:49:27
## 1056  2022-11-28 22:49:13
## 1057  2022-11-28 22:49:11
## 1058  2022-11-28 22:49:11
## 1059  2022-11-28 22:49:11
## 1060  2022-11-28 22:49:02
## 1061  2022-11-28 22:49:00
## 1062  2022-11-28 22:48:57
## 1063  2022-11-28 22:48:51
## 1064  2022-11-28 22:48:47
## 1065  2022-11-28 22:48:41
## 1066  2022-11-28 22:48:40
## 1067  2022-11-28 22:48:39
## 1068  2022-11-28 22:48:37
## 1069  2022-11-28 22:48:34
## 1070  2022-11-28 22:48:27
## 1071  2022-11-28 22:48:21
## 1072  2022-11-28 22:48:13
## 1073  2022-11-28 22:48:08
## 1074  2022-11-28 22:47:58
## 1075  2022-11-28 22:47:56
## 1076  2022-11-28 22:47:53
## 1077  2022-11-28 22:47:52
## 1078  2022-11-28 22:47:51
## 1079  2022-11-28 22:47:49
## 1080  2022-11-28 22:47:49
## 1081  2022-11-28 22:47:45
## 1082  2022-11-28 22:47:39
## 1083  2022-11-28 22:47:38
## 1084  2022-11-28 22:47:34
## 1085  2022-11-28 22:47:34
## 1086  2022-11-28 22:47:28
## 1087  2022-11-28 22:47:26
## 1088  2022-11-28 22:47:25
## 1089  2022-11-28 22:47:16
## 1090  2022-11-28 22:47:15
## 1091  2022-11-28 22:47:12
## 1092  2022-11-28 22:47:10
## 1093  2022-11-28 22:47:09
## 1094  2022-11-28 22:47:06
## 1095  2022-11-28 22:47:02
## 1096  2022-11-28 22:47:02
## 1097  2022-11-28 22:47:01
## 1098  2022-11-28 22:46:58
## 1099  2022-11-28 22:46:54
## 1100  2022-11-28 22:46:52
## 1101  2022-11-28 22:46:50
## 1102  2022-11-28 22:46:48
## 1103  2022-11-28 22:46:44
## 1104  2022-11-28 22:46:43
## 1105  2022-11-28 22:46:39
## 1106  2022-11-28 22:46:37
## 1107  2022-11-28 22:46:36
## 1108  2022-11-28 22:46:29
## 1109  2022-11-28 22:46:28
## 1110  2022-11-28 22:46:16
## 1111  2022-11-28 22:46:14
## 1112  2022-11-28 22:46:12
## 1113  2022-11-28 22:46:09
## 1114  2022-11-28 22:46:06
## 1115  2022-11-28 22:46:04
## 1116  2022-11-28 22:46:02
## 1117  2022-11-28 22:46:00
## 1118  2022-11-28 22:45:52
## 1119  2022-11-28 22:45:45
## 1120  2022-11-28 22:45:43
## 1121  2022-11-28 22:45:42
## 1122  2022-11-28 22:45:27
## 1123  2022-11-28 22:45:17
## 1124  2022-11-28 22:45:15
## 1125  2022-11-28 22:45:12
## 1126  2022-11-28 22:45:10
## 1127  2022-11-28 22:45:04
## 1128  2022-11-28 22:45:03
## 1129  2022-11-28 22:45:01
## 1130  2022-11-28 22:44:56
## 1131  2022-11-28 22:44:50
## 1132  2022-11-28 22:44:50
## 1133  2022-11-28 22:44:48
## 1134  2022-11-28 22:44:46
## 1135  2022-11-28 22:44:43
## 1136  2022-11-28 22:44:38
## 1137  2022-11-28 22:44:33
## 1138  2022-11-28 22:44:32
## 1139  2022-11-28 22:44:27
## 1140  2022-11-28 22:44:24
## 1141  2022-11-28 22:44:24
## 1142  2022-11-28 22:44:22
## 1143  2022-11-28 22:44:20
## 1144  2022-11-28 22:44:19
## 1145  2022-11-28 22:44:18
## 1146  2022-11-28 22:44:12
## 1147  2022-11-28 22:44:09
## 1148  2022-11-28 22:44:09
## 1149  2022-11-28 22:44:08
## 1150  2022-11-28 22:44:08
## 1151  2022-11-28 22:44:01
## 1152  2022-11-28 22:43:58
## 1153  2022-11-28 22:43:55
## 1154  2022-11-28 22:43:54
## 1155  2022-11-28 22:43:52
## 1156  2022-11-28 22:43:51
## 1157  2022-11-28 22:43:51
## 1158  2022-11-28 22:43:51
## 1159  2022-11-28 22:43:50
## 1160  2022-11-28 22:43:47
## 1161  2022-11-28 22:43:43
## 1162  2022-11-28 22:43:41
## 1163  2022-11-28 22:43:34
## 1164  2022-11-28 22:43:34
## 1165  2022-11-28 22:43:27
## 1166  2022-11-28 22:43:26
## 1167  2022-11-28 22:43:23
## 1168  2022-11-28 22:43:23
## 1169  2022-11-28 22:43:22
## 1170  2022-11-28 22:43:20
## 1171  2022-11-28 22:43:19
## 1172  2022-11-28 22:43:15
## 1173  2022-11-28 22:43:12
## 1174  2022-11-28 22:43:09
## 1175  2022-11-28 22:43:09
## 1176  2022-11-28 22:43:08
## 1177  2022-11-28 22:42:53
## 1178  2022-11-28 22:42:50
## 1179  2022-11-28 22:42:46
## 1180  2022-11-28 22:42:38
## 1181  2022-11-28 22:42:37
## 1182  2022-11-28 22:42:34
## 1183  2022-11-28 22:42:32
## 1184  2022-11-28 22:42:31
## 1185  2022-11-28 22:42:31
## 1186  2022-11-28 22:42:31
## 1187  2022-11-28 22:42:29
## 1188  2022-11-28 22:42:22
## 1189  2022-11-28 22:42:17
## 1190  2022-11-28 22:42:15
## 1191  2022-11-28 22:42:12
## 1192  2022-11-28 22:42:09
## 1193  2022-11-28 22:42:05
## 1194  2022-11-28 22:42:00
## 1195  2022-11-28 22:41:59
## 1196  2022-11-28 22:41:58
## 1197  2022-11-28 22:41:57
## 1198  2022-11-28 22:41:50
## 1199  2022-11-28 22:41:49
## 1200  2022-11-28 22:41:46
## 1201  2022-11-28 22:41:44
## 1202  2022-11-28 22:41:39
## 1203  2022-11-28 22:41:32
## 1204  2022-11-28 22:41:31
## 1205  2022-11-28 22:41:26
## 1206  2022-11-28 22:41:25
## 1207  2022-11-28 22:41:24
## 1208  2022-11-28 22:41:13
## 1209  2022-11-28 22:41:08
## 1210  2022-11-28 22:40:51
## 1211  2022-11-28 22:40:49
## 1212  2022-11-28 22:40:41
## 1213  2022-11-28 22:40:37
## 1214  2022-11-28 22:40:35
## 1215  2022-11-28 22:40:30
## 1216  2022-11-28 22:40:29
## 1217  2022-11-28 22:40:16
## 1218  2022-11-28 22:40:14
## 1219  2022-11-28 22:40:14
## 1220  2022-11-28 22:40:07
## 1221  2022-11-28 22:40:01
## 1222  2022-11-28 22:39:59
## 1223  2022-11-28 22:39:44
## 1224  2022-11-28 22:39:42
## 1225  2022-11-28 22:39:37
## 1226  2022-11-28 22:39:37
## 1227  2022-11-28 22:39:36
## 1228  2022-11-28 22:39:36
## 1229  2022-11-28 22:39:33
## 1230  2022-11-28 22:39:33
## 1231  2022-11-28 22:39:27
## 1232  2022-11-28 22:39:27
## 1233  2022-11-28 22:39:21
## 1234  2022-11-28 22:39:18
## 1235  2022-11-28 22:39:17
## 1236  2022-11-28 22:39:12
## 1237  2022-11-28 22:39:12
## 1238  2022-11-28 22:39:07
## 1239  2022-11-28 22:39:06
## 1240  2022-11-28 22:39:04
## 1241  2022-11-28 22:39:00
## 1242  2022-11-28 22:38:58
## 1243  2022-11-28 22:38:53
## 1244  2022-11-28 22:38:49
## 1245  2022-11-28 22:38:48
## 1246  2022-11-28 22:38:46
## 1247  2022-11-28 22:38:46
## 1248  2022-11-28 22:38:43
## 1249  2022-11-28 22:38:42
## 1250  2022-11-28 22:38:32
## 1251  2022-11-28 22:38:27
## 1252  2022-11-28 22:38:24
## 1253  2022-11-28 22:38:24
## 1254  2022-11-28 22:38:20
## 1255  2022-11-28 22:38:16
## 1256  2022-11-28 22:38:16
## 1257  2022-11-28 22:38:14
## 1258  2022-11-28 22:38:11
## 1259  2022-11-28 22:38:08
## 1260  2022-11-28 22:38:05
## 1261  2022-11-28 22:37:57
## 1262  2022-11-28 22:37:52
## 1263  2022-11-28 22:37:47
## 1264  2022-11-28 22:37:46
## 1265  2022-11-28 22:37:44
## 1266  2022-11-28 22:37:39
## 1267  2022-11-28 22:37:38
## 1268  2022-11-28 22:37:38
## 1269  2022-11-28 22:37:35
## 1270  2022-11-28 22:37:35
## 1271  2022-11-28 22:37:27
## 1272  2022-11-28 22:37:26
## 1273  2022-11-28 22:37:17
## 1274  2022-11-28 22:37:17
## 1275  2022-11-28 22:37:15
## 1276  2022-11-28 22:37:13
## 1277  2022-11-28 22:37:08
## 1278  2022-11-28 22:37:00
## 1279  2022-11-28 22:37:00
## 1280  2022-11-28 22:36:56
## 1281  2022-11-28 22:36:54
## 1282  2022-11-28 22:36:48
## 1283  2022-11-28 22:36:47
## 1284  2022-11-28 22:36:44
## 1285  2022-11-28 22:36:41
## 1286  2022-11-28 22:36:38
## 1287  2022-11-28 22:36:38
## 1288  2022-11-28 22:36:29
## 1289  2022-11-28 22:36:29
## 1290  2022-11-28 22:36:28
## 1291  2022-11-28 22:36:27
## 1292  2022-11-28 22:36:26
## 1293  2022-11-28 22:36:20
## 1294  2022-11-28 22:36:17
## 1295  2022-11-28 22:36:12
## 1296  2022-11-28 22:36:04
## 1297  2022-11-28 22:36:01
## 1298  2022-11-28 22:35:54
## 1299  2022-11-28 22:35:51
## 1300  2022-11-28 22:35:50
## 1301  2022-11-28 22:35:44
## 1302  2022-11-28 22:35:40
## 1303  2022-11-28 22:35:31
## 1304  2022-11-28 22:35:30
## 1305  2022-11-28 22:35:30
## 1306  2022-11-28 22:35:27
## 1307  2022-11-28 22:35:26
## 1308  2022-11-28 22:35:26
## 1309  2022-11-28 22:35:19
## 1310  2022-11-28 22:35:17
## 1311  2022-11-28 22:35:15
## 1312  2022-11-28 22:35:13
## 1313  2022-11-28 22:35:12
## 1314  2022-11-28 22:35:10
## 1315  2022-11-28 22:35:07
## 1316  2022-11-28 22:35:06
## 1317  2022-11-28 22:35:05
## 1318  2022-11-28 22:35:01
## 1319  2022-11-28 22:34:57
## 1320  2022-11-28 22:34:55
## 1321  2022-11-28 22:34:55
## 1322  2022-11-28 22:34:52
## 1323  2022-11-28 22:34:50
## 1324  2022-11-28 22:34:48
## 1325  2022-11-28 22:34:45
## 1326  2022-11-28 22:34:43
## 1327  2022-11-28 22:34:41
## 1328  2022-11-28 22:34:40
## 1329  2022-11-28 22:34:36
## 1330  2022-11-28 22:34:34
## 1331  2022-11-28 22:34:23
## 1332  2022-11-28 22:34:21
## 1333  2022-11-28 22:34:20
## 1334  2022-11-28 22:34:13
## 1335  2022-11-28 22:34:11
## 1336  2022-11-28 22:34:11
## 1337  2022-11-28 22:34:07
## 1338  2022-11-28 22:34:03
## 1339  2022-11-28 22:34:01
## 1340  2022-11-28 22:33:56
## 1341  2022-11-28 22:33:53
## 1342  2022-11-28 22:33:51
## 1343  2022-11-28 22:33:48
## 1344  2022-11-28 22:33:43
## 1345  2022-11-28 22:33:43
## 1346  2022-11-28 22:33:41
## 1347  2022-11-28 22:33:37
## 1348  2022-11-28 22:33:36
## 1349  2022-11-28 22:33:34
## 1350  2022-11-28 22:33:31
## 1351  2022-11-28 22:33:27
## 1352  2022-11-28 22:33:25
## 1353  2022-11-28 22:33:25
## 1354  2022-11-28 22:33:23
## 1355  2022-11-28 22:33:20
## 1356  2022-11-28 22:33:17
## 1357  2022-11-28 22:33:17
## 1358  2022-11-28 22:33:09
## 1359  2022-11-28 22:32:52
## 1360  2022-11-28 22:32:52
## 1361  2022-11-28 22:32:52
## 1362  2022-11-28 22:32:47
## 1363  2022-11-28 22:32:34
## 1364  2022-11-28 22:32:32
## 1365  2022-11-28 22:32:32
## 1366  2022-11-28 22:32:23
## 1367  2022-11-28 22:32:19
## 1368  2022-11-28 22:32:19
## 1369  2022-11-28 22:32:18
## 1370  2022-11-28 22:32:12
## 1371  2022-11-28 22:32:07
## 1372  2022-11-28 22:31:59
## 1373  2022-11-28 22:31:50
## 1374  2022-11-28 22:31:48
## 1375  2022-11-28 22:31:47
## 1376  2022-11-28 22:31:41
## 1377  2022-11-28 22:31:39
## 1378  2022-11-28 22:31:35
## 1379  2022-11-28 22:31:27
## 1380  2022-11-28 22:31:25
## 1381  2022-11-28 22:31:13
## 1382  2022-11-28 22:31:10
## 1383  2022-11-28 22:31:10
## 1384  2022-11-28 22:31:07
## 1385  2022-11-28 22:30:59
## 1386  2022-11-28 22:30:57
## 1387  2022-11-28 22:30:52
## 1388  2022-11-28 22:30:45
## 1389  2022-11-28 22:30:45
## 1390  2022-11-28 22:30:44
## 1391  2022-11-28 22:30:39
## 1392  2022-11-28 22:30:38
## 1393  2022-11-28 22:30:31
## 1394  2022-11-28 22:30:26
## 1395  2022-11-28 22:30:25
## 1396  2022-11-28 22:30:23
## 1397  2022-11-28 22:30:21
## 1398  2022-11-28 22:30:14
## 1399  2022-11-28 22:30:11
## 1400  2022-11-28 22:30:08
## 1401  2022-11-28 22:29:55
## 1402  2022-11-28 22:29:53
## 1403  2022-11-28 22:29:53
## 1404  2022-11-28 22:29:52
## 1405  2022-11-28 22:29:44
## 1406  2022-11-28 22:29:36
## 1407  2022-11-28 22:29:35
## 1408  2022-11-28 22:29:34
## 1409  2022-11-28 22:29:33
## 1410  2022-11-28 22:29:31
## 1411  2022-11-28 22:29:30
## 1412  2022-11-28 22:29:19
## 1413  2022-11-28 22:29:14
## 1414  2022-11-28 22:29:12
## 1415  2022-11-28 22:29:05
## 1416  2022-11-28 22:29:04
## 1417  2022-11-28 22:29:04
## 1418  2022-11-28 22:29:00
## 1419  2022-11-28 22:28:59
## 1420  2022-11-28 22:28:57
## 1421  2022-11-28 22:28:51
## 1422  2022-11-28 22:28:48
## 1423  2022-11-28 22:28:47
## 1424  2022-11-28 22:28:46
## 1425  2022-11-28 22:28:41
## 1426  2022-11-28 22:28:15
## 1427  2022-11-28 22:28:13
## 1428  2022-11-28 22:28:12
## 1429  2022-11-28 22:28:05
## 1430  2022-11-28 22:28:00
## 1431  2022-11-28 22:28:00
## 1432  2022-11-28 22:27:59
## 1433  2022-11-28 22:27:54
## 1434  2022-11-28 22:27:51
## 1435  2022-11-28 22:27:49
## 1436  2022-11-28 22:27:49
## 1437  2022-11-28 22:27:36
## 1438  2022-11-28 22:27:20
## 1439  2022-11-28 22:27:18
## 1440  2022-11-28 22:27:18
## 1441  2022-11-28 22:26:59
## 1442  2022-11-28 22:26:51
## 1443  2022-11-28 22:26:33
## 1444  2022-11-28 22:26:24
## 1445  2022-11-28 22:26:21
## 1446  2022-11-28 22:26:20
## 1447  2022-11-28 22:26:19
## 1448  2022-11-28 22:26:16
## 1449  2022-11-28 22:26:09
## 1450  2022-11-28 22:26:08
## 1451  2022-11-28 22:26:03
## 1452  2022-11-28 22:26:02
## 1453  2022-11-28 22:25:55
## 1454  2022-11-28 22:25:52
## 1455  2022-11-28 22:25:51
## 1456  2022-11-28 22:25:50
## 1457  2022-11-28 22:25:48
## 1458  2022-11-28 22:25:42
## 1459  2022-11-28 22:25:38
## 1460  2022-11-28 22:25:38
## 1461  2022-11-28 22:25:36
## 1462  2022-11-28 22:25:32
## 1463  2022-11-28 22:25:31
## 1464  2022-11-28 22:25:29
## 1465  2022-11-28 22:25:27
## 1466  2022-11-28 22:25:18
## 1467  2022-11-28 22:25:11
## 1468  2022-11-28 22:25:10
## 1469  2022-11-28 22:25:07
## 1470  2022-11-28 22:25:07
## 1471  2022-11-28 22:24:51
## 1472  2022-11-28 22:24:51
## 1473  2022-11-28 22:24:48
## 1474  2022-11-28 22:24:48
## 1475  2022-11-28 22:24:47
## 1476  2022-11-28 22:24:44
## 1477  2022-11-28 22:24:44
## 1478  2022-11-28 22:24:44
## 1479  2022-11-28 22:24:43
## 1480  2022-11-28 22:24:41
## 1481  2022-11-28 22:24:40
## 1482  2022-11-28 22:24:38
## 1483  2022-11-28 22:24:36
## 1484  2022-11-28 22:24:27
## 1485  2022-11-28 22:24:23
## 1486  2022-11-28 22:24:15
## 1487  2022-11-28 22:24:14
## 1488  2022-11-28 22:24:08
## 1489  2022-11-28 22:24:06
## 1490  2022-11-28 22:24:04
## 1491  2022-11-28 22:24:02
## 1492  2022-11-28 22:24:00
## 1493  2022-11-28 22:23:57
## 1494  2022-11-28 22:23:56
## 1495  2022-11-28 22:23:44
## 1496  2022-11-28 22:23:44
## 1497  2022-11-28 22:23:33
## 1498  2022-11-28 22:23:32
## 1499  2022-11-28 22:23:30
## 1500  2022-11-28 22:23:30
## 1501  2022-11-28 22:23:27
## 1502  2022-11-28 22:23:24
## 1503  2022-11-28 22:23:22
## 1504  2022-11-28 22:23:19
## 1505  2022-11-28 22:23:09
## 1506  2022-11-28 22:23:09
## 1507  2022-11-28 22:23:09
## 1508  2022-11-28 22:23:07
## 1509  2022-11-28 22:23:00
## 1510  2022-11-28 22:22:59
## 1511  2022-11-28 22:22:59
## 1512  2022-11-28 22:22:58
## 1513  2022-11-28 22:22:58
## 1514  2022-11-28 22:22:54
## 1515  2022-11-28 22:22:50
## 1516  2022-11-28 22:22:48
## 1517  2022-11-28 22:22:42
## 1518  2022-11-28 22:22:41
## 1519  2022-11-28 22:22:39
## 1520  2022-11-28 22:22:34
## 1521  2022-11-28 22:22:34
## 1522  2022-11-28 22:22:28
## 1523  2022-11-28 22:22:27
## 1524  2022-11-28 22:22:27
## 1525  2022-11-28 22:22:24
## 1526  2022-11-28 22:22:21
## 1527  2022-11-28 22:22:14
## 1528  2022-11-28 22:22:10
## 1529  2022-11-28 22:22:10
## 1530  2022-11-28 22:22:09
## 1531  2022-11-28 22:22:05
## 1532  2022-11-28 22:22:04
## 1533  2022-11-28 22:21:57
## 1534  2022-11-28 22:21:47
## 1535  2022-11-28 22:21:45
## 1536  2022-11-28 22:21:38
## 1537  2022-11-28 22:21:36
## 1538  2022-11-28 22:21:32
## 1539  2022-11-28 22:21:32
## 1540  2022-11-28 22:21:30
## 1541  2022-11-28 22:21:24
## 1542  2022-11-28 22:21:17
## 1543  2022-11-28 22:21:17
## 1544  2022-11-28 22:21:14
## 1545  2022-11-28 22:21:14
## 1546  2022-11-28 22:21:11
## 1547  2022-11-28 22:21:11
## 1548  2022-11-28 22:21:10
## 1549  2022-11-28 22:21:07
## 1550  2022-11-28 22:21:06
## 1551  2022-11-28 22:21:05
## 1552  2022-11-28 22:21:01
## 1553  2022-11-28 22:21:00
## 1554  2022-11-28 22:20:51
## 1555  2022-11-28 22:20:51
## 1556  2022-11-28 22:20:48
## 1557  2022-11-28 22:20:48
## 1558  2022-11-28 22:20:48
## 1559  2022-11-28 22:20:46
## 1560  2022-11-28 22:20:44
## 1561  2022-11-28 22:20:37
## 1562  2022-11-28 22:20:36
## 1563  2022-11-28 22:20:31
## 1564  2022-11-28 22:20:31
## 1565  2022-11-28 22:20:29
## 1566  2022-11-28 22:20:27
## 1567  2022-11-28 22:20:26
## 1568  2022-11-28 22:20:25
## 1569  2022-11-28 22:20:20
## 1570  2022-11-28 22:20:19
## 1571  2022-11-28 22:20:15
## 1572  2022-11-28 22:20:11
## 1573  2022-11-28 22:20:10
## 1574  2022-11-28 22:20:08
## 1575  2022-11-28 22:20:06
## 1576  2022-11-28 22:20:05
## 1577  2022-11-28 22:20:01
## 1578  2022-11-28 22:19:59
## 1579  2022-11-28 22:19:58
## 1580  2022-11-28 22:19:56
## 1581  2022-11-28 22:19:55
## 1582  2022-11-28 22:19:55
## 1583  2022-11-28 22:19:54
## 1584  2022-11-28 22:19:45
## 1585  2022-11-28 22:19:42
## 1586  2022-11-28 22:19:37
## 1587  2022-11-28 22:19:37
## 1588  2022-11-28 22:19:28
## 1589  2022-11-28 22:19:24
## 1590  2022-11-28 22:19:22
## 1591  2022-11-28 22:19:21
## 1592  2022-11-28 22:19:13
## 1593  2022-11-28 22:19:11
## 1594  2022-11-28 22:19:08
## 1595  2022-11-28 22:19:00
## 1596  2022-11-28 22:18:59
## 1597  2022-11-28 22:18:59
## 1598  2022-11-28 22:18:55
## 1599  2022-11-28 22:18:55
## 1600  2022-11-28 22:18:53
## 1601  2022-11-28 22:18:44
## 1602  2022-11-28 22:18:38
## 1603  2022-11-28 22:18:33
## 1604  2022-11-28 22:18:33
## 1605  2022-11-28 22:18:29
## 1606  2022-11-28 22:18:23
## 1607  2022-11-28 22:18:15
## 1608  2022-11-28 22:18:14
## 1609  2022-11-28 22:18:14
## 1610  2022-11-28 22:18:13
## 1611  2022-11-28 22:18:10
## 1612  2022-11-28 22:18:07
## 1613  2022-11-28 22:18:06
## 1614  2022-11-28 22:18:06
## 1615  2022-11-28 22:17:59
## 1616  2022-11-28 22:17:59
## 1617  2022-11-28 22:17:57
## 1618  2022-11-28 22:17:46
## 1619  2022-11-28 22:17:39
## 1620  2022-11-28 22:17:35
## 1621  2022-11-28 22:17:33
## 1622  2022-11-28 22:17:18
## 1623  2022-11-28 22:17:05
## 1624  2022-11-28 22:17:02
## 1625  2022-11-28 22:17:01
## 1626  2022-11-28 22:17:00
## 1627  2022-11-28 22:16:56
## 1628  2022-11-28 22:16:48
## 1629  2022-11-28 22:16:45
## 1630  2022-11-28 22:16:41
## 1631  2022-11-28 22:16:35
## 1632  2022-11-28 22:16:30
## 1633  2022-11-28 22:16:27
## 1634  2022-11-28 22:16:27
## 1635  2022-11-28 22:16:19
## 1636  2022-11-28 22:16:15
## 1637  2022-11-28 22:16:13
## 1638  2022-11-28 22:16:11
## 1639  2022-11-28 22:16:10
## 1640  2022-11-28 22:16:01
## 1641  2022-11-28 22:15:57
## 1642  2022-11-28 22:15:55
## 1643  2022-11-28 22:15:55
## 1644  2022-11-28 22:15:55
## 1645  2022-11-28 22:15:54
## 1646  2022-11-28 22:15:52
## 1647  2022-11-28 22:15:51
## 1648  2022-11-28 22:15:51
## 1649  2022-11-28 22:15:46
## 1650  2022-11-28 22:15:46
## 1651  2022-11-28 22:15:45
## 1652  2022-11-28 22:15:45
## 1653  2022-11-28 22:15:41
## 1654  2022-11-28 22:15:39
## 1655  2022-11-28 22:15:36
## 1656  2022-11-28 22:15:29
## 1657  2022-11-28 22:15:28
## 1658  2022-11-28 22:15:24
## 1659  2022-11-28 22:15:22
## 1660  2022-11-28 22:15:20
## 1661  2022-11-28 22:15:16
## 1662  2022-11-28 22:15:15
## 1663  2022-11-28 22:15:12
## 1664  2022-11-28 22:15:12
## 1665  2022-11-28 22:15:10
## 1666  2022-11-28 22:15:09
## 1667  2022-11-28 22:15:09
## 1668  2022-11-28 22:15:06
## 1669  2022-11-28 22:15:04
## 1670  2022-11-28 22:14:58
## 1671  2022-11-28 22:14:54
## 1672  2022-11-28 22:14:48
## 1673  2022-11-28 22:14:48
## 1674  2022-11-28 22:14:40
## 1675  2022-11-28 22:14:38
## 1676  2022-11-28 22:14:36
## 1677  2022-11-28 22:14:36
## 1678  2022-11-28 22:14:28
## 1679  2022-11-28 22:14:26
## 1680  2022-11-28 22:14:26
## 1681  2022-11-28 22:14:24
## 1682  2022-11-28 22:14:24
## 1683  2022-11-28 22:14:23
## 1684  2022-11-28 22:14:19
## 1685  2022-11-28 22:14:19
## 1686  2022-11-28 22:14:13
## 1687  2022-11-28 22:14:11
## 1688  2022-11-28 22:14:10
## 1689  2022-11-28 22:14:09
## 1690  2022-11-28 22:14:01
## 1691  2022-11-28 22:13:57
## 1692  2022-11-28 22:13:57
## 1693  2022-11-28 22:13:55
## 1694  2022-11-28 22:13:55
## 1695  2022-11-28 22:13:53
## 1696  2022-11-28 22:13:45
## 1697  2022-11-28 22:13:45
## 1698  2022-11-28 22:13:43
## 1699  2022-11-28 22:13:37
## 1700  2022-11-28 22:13:36
## 1701  2022-11-28 22:13:36
## 1702  2022-11-28 22:13:35
## 1703  2022-11-28 22:13:34
## 1704  2022-11-28 22:13:33
## 1705  2022-11-28 22:13:33
## 1706  2022-11-28 22:13:32
## 1707  2022-11-28 22:13:30
## 1708  2022-11-28 22:13:29
## 1709  2022-11-28 22:13:29
## 1710  2022-11-28 22:13:28
## 1711  2022-11-28 22:13:27
## 1712  2022-11-28 22:13:20
## 1713  2022-11-28 22:13:19
## 1714  2022-11-28 22:13:19
## 1715  2022-11-28 22:13:19
## 1716  2022-11-28 22:13:15
## 1717  2022-11-28 22:13:13
## 1718  2022-11-28 22:13:11
## 1719  2022-11-28 22:13:09
## 1720  2022-11-28 22:13:09
## 1721  2022-11-28 22:13:07
## 1722  2022-11-28 22:13:06
## 1723  2022-11-28 22:13:02
## 1724  2022-11-28 22:12:59
## 1725  2022-11-28 22:12:57
## 1726  2022-11-28 22:12:56
## 1727  2022-11-28 22:12:54
## 1728  2022-11-28 22:12:50
## 1729  2022-11-28 22:12:50
## 1730  2022-11-28 22:12:49
## 1731  2022-11-28 22:12:46
## 1732  2022-11-28 22:12:44
## 1733  2022-11-28 22:12:44
## 1734  2022-11-28 22:12:41
## 1735  2022-11-28 22:12:40
## 1736  2022-11-28 22:12:34
## 1737  2022-11-28 22:12:29
## 1738  2022-11-28 22:12:28
## 1739  2022-11-28 22:12:25
## 1740  2022-11-28 22:12:23
## 1741  2022-11-28 22:12:21
## 1742  2022-11-28 22:12:18
## 1743  2022-11-28 22:12:16
## 1744  2022-11-28 22:12:16
## 1745  2022-11-28 22:12:15
## 1746  2022-11-28 22:12:10
## 1747  2022-11-28 22:12:10
## 1748  2022-11-28 22:12:06
## 1749  2022-11-28 22:12:01
## 1750  2022-11-28 22:12:00
## 1751  2022-11-28 22:12:00
## 1752  2022-11-28 22:11:59
## 1753  2022-11-28 22:11:57
## 1754  2022-11-28 22:11:53
## 1755  2022-11-28 22:11:51
## 1756  2022-11-28 22:11:49
## 1757  2022-11-28 22:11:47
## 1758  2022-11-28 22:11:43
## 1759  2022-11-28 22:11:38
## 1760  2022-11-28 22:11:35
## 1761  2022-11-28 22:11:33
## 1762  2022-11-28 22:11:31
## 1763  2022-11-28 22:11:28
## 1764  2022-11-28 22:11:26
## 1765  2022-11-28 22:11:21
## 1766  2022-11-28 22:11:17
## 1767  2022-11-28 22:11:13
## 1768  2022-11-28 22:11:10
## 1769  2022-11-28 22:11:09
## 1770  2022-11-28 22:11:05
## 1771  2022-11-28 22:11:03
## 1772  2022-11-28 22:10:54
## 1773  2022-11-28 22:10:48
## 1774  2022-11-28 22:10:46
## 1775  2022-11-28 22:10:45
## 1776  2022-11-28 22:10:42
## 1777  2022-11-28 22:10:41
## 1778  2022-11-28 22:10:40
## 1779  2022-11-28 22:10:37
## 1780  2022-11-28 22:10:34
## 1781  2022-11-28 22:10:26
## 1782  2022-11-28 22:10:21
## 1783  2022-11-28 22:10:20
## 1784  2022-11-28 22:10:18
## 1785  2022-11-28 22:10:18
## 1786  2022-11-28 22:10:16
## 1787  2022-11-28 22:10:15
## 1788  2022-11-28 22:10:15
## 1789  2022-11-28 22:10:11
## 1790  2022-11-28 22:10:09
## 1791  2022-11-28 22:10:08
## 1792  2022-11-28 22:10:07
## 1793  2022-11-28 22:10:06
## 1794  2022-11-28 22:10:05
## 1795  2022-11-28 22:10:05
## 1796  2022-11-28 22:09:59
## 1797  2022-11-28 22:09:53
## 1798  2022-11-28 22:09:51
## 1799  2022-11-28 22:09:49
## 1800  2022-11-28 22:09:49
## 1801  2022-11-28 22:09:37
## 1802  2022-11-28 22:09:34
## 1803  2022-11-28 22:09:32
## 1804  2022-11-28 22:09:27
## 1805  2022-11-28 22:09:25
## 1806  2022-11-28 22:09:21
## 1807  2022-11-28 22:09:21
## 1808  2022-11-28 22:09:08
## 1809  2022-11-28 22:09:06
## 1810  2022-11-28 22:09:01
## 1811  2022-11-28 22:08:50
## 1812  2022-11-28 22:08:50
## 1813  2022-11-28 22:08:48
## 1814  2022-11-28 22:08:47
## 1815  2022-11-28 22:08:42
## 1816  2022-11-28 22:08:37
## 1817  2022-11-28 22:08:37
## 1818  2022-11-28 22:08:35
## 1819  2022-11-28 22:08:32
## 1820  2022-11-28 22:08:29
## 1821  2022-11-28 22:08:27
## 1822  2022-11-28 22:08:20
## 1823  2022-11-28 22:08:17
## 1824  2022-11-28 22:08:16
## 1825  2022-11-28 22:08:13
## 1826  2022-11-28 22:08:10
## 1827  2022-11-28 22:08:09
## 1828  2022-11-28 22:07:57
## 1829  2022-11-28 22:07:56
## 1830  2022-11-28 22:07:54
## 1831  2022-11-28 22:07:54
## 1832  2022-11-28 22:07:51
## 1833  2022-11-28 22:07:50
## 1834  2022-11-28 22:07:49
## 1835  2022-11-28 22:07:42
## 1836  2022-11-28 22:07:39
## 1837  2022-11-28 22:07:36
## 1838  2022-11-28 22:07:34
## 1839  2022-11-28 22:07:33
## 1840  2022-11-28 22:07:31
## 1841  2022-11-28 22:07:29
## 1842  2022-11-28 22:07:24
## 1843  2022-11-28 22:07:22
## 1844  2022-11-28 22:07:18
## 1845  2022-11-28 22:07:17
## 1846  2022-11-28 22:07:13
## 1847  2022-11-28 22:07:13
## 1848  2022-11-28 22:07:12
## 1849  2022-11-28 22:07:12
## 1850  2022-11-28 22:06:57
## 1851  2022-11-28 22:06:57
## 1852  2022-11-28 22:06:55
## 1853  2022-11-28 22:06:55
## 1854  2022-11-28 22:06:43
## 1855  2022-11-28 22:06:41
## 1856  2022-11-28 22:06:38
## 1857  2022-11-28 22:06:38
## 1858  2022-11-28 22:06:26
## 1859  2022-11-28 22:06:25
## 1860  2022-11-28 22:06:25
## 1861  2022-11-28 22:06:18
## 1862  2022-11-28 22:06:17
## 1863  2022-11-28 22:06:12
## 1864  2022-11-28 22:06:09
## 1865  2022-11-28 22:06:06
## 1866  2022-11-28 22:06:02
## 1867  2022-11-28 22:06:01
## 1868  2022-11-28 22:05:50
## 1869  2022-11-28 22:05:50
## 1870  2022-11-28 22:05:49
## 1871  2022-11-28 22:05:40
## 1872  2022-11-28 22:05:38
## 1873  2022-11-28 22:05:34
## 1874  2022-11-28 22:05:33
## 1875  2022-11-28 22:05:30
## 1876  2022-11-28 22:05:30
## 1877  2022-11-28 22:05:29
## 1878  2022-11-28 22:05:27
## 1879  2022-11-28 22:05:16
## 1880  2022-11-28 22:05:11
## 1881  2022-11-28 22:05:07
## 1882  2022-11-28 22:05:05
## 1883  2022-11-28 22:05:02
## 1884  2022-11-28 22:04:58
## 1885  2022-11-28 22:04:55
## 1886  2022-11-28 22:04:47
## 1887  2022-11-28 22:04:45
## 1888  2022-11-28 22:04:44
## 1889  2022-11-28 22:04:41
## 1890  2022-11-28 22:04:40
## 1891  2022-11-28 22:04:38
## 1892  2022-11-28 22:04:37
## 1893  2022-11-28 22:04:32
## 1894  2022-11-28 22:04:30
## 1895  2022-11-28 22:04:30
## 1896  2022-11-28 22:04:29
## 1897  2022-11-28 22:04:29
## 1898  2022-11-28 22:04:26
## 1899  2022-11-28 22:04:22
## 1900  2022-11-28 22:04:19
## 1901  2022-11-28 22:04:17
## 1902  2022-11-28 22:04:17
## 1903  2022-11-28 22:04:13
## 1904  2022-11-28 22:04:08
## 1905  2022-11-28 22:04:01
## 1906  2022-11-28 22:03:59
## 1907  2022-11-28 22:03:58
## 1908  2022-11-28 22:03:55
## 1909  2022-11-28 22:03:54
## 1910  2022-11-28 22:03:53
## 1911  2022-11-28 22:03:50
## 1912  2022-11-28 22:03:49
## 1913  2022-11-28 22:03:48
## 1914  2022-11-28 22:03:44
## 1915  2022-11-28 22:03:43
## 1916  2022-11-28 22:03:42
## 1917  2022-11-28 22:03:42
## 1918  2022-11-28 22:03:40
## 1919  2022-11-28 22:03:39
## 1920  2022-11-28 22:03:37
## 1921  2022-11-28 22:03:31
## 1922  2022-11-28 22:03:25
## 1923  2022-11-28 22:03:24
## 1924  2022-11-28 22:03:18
## 1925  2022-11-28 22:03:15
## 1926  2022-11-28 22:03:12
## 1927  2022-11-28 22:03:11
## 1928  2022-11-28 22:03:08
## 1929  2022-11-28 22:03:08
## 1930  2022-11-28 22:03:04
## 1931  2022-11-28 22:02:59
## 1932  2022-11-28 22:02:58
## 1933  2022-11-28 22:02:58
## 1934  2022-11-28 22:02:57
## 1935  2022-11-28 22:02:53
## 1936  2022-11-28 22:02:52
## 1937  2022-11-28 22:02:40
## 1938  2022-11-28 22:02:39
## 1939  2022-11-28 22:02:39
## 1940  2022-11-28 22:02:33
## 1941  2022-11-28 22:02:25
## 1942  2022-11-28 22:02:20
## 1943  2022-11-28 22:02:19
## 1944  2022-11-28 22:02:17
## 1945  2022-11-28 22:02:16
## 1946  2022-11-28 22:02:15
## 1947  2022-11-28 22:02:13
## 1948  2022-11-28 22:02:12
## 1949  2022-11-28 22:02:09
## 1950  2022-11-28 22:02:08
## 1951  2022-11-28 22:02:07
## 1952  2022-11-28 22:02:07
## 1953  2022-11-28 22:02:06
## 1954  2022-11-28 22:02:01
## 1955  2022-11-28 22:01:55
## 1956  2022-11-28 22:01:52
## 1957  2022-11-28 22:01:48
## 1958  2022-11-28 22:01:47
## 1959  2022-11-28 22:01:45
## 1960  2022-11-28 22:01:45
## 1961  2022-11-28 22:01:44
## 1962  2022-11-28 22:01:35
## 1963  2022-11-28 22:01:32
## 1964  2022-11-28 22:01:24
## 1965  2022-11-28 22:01:24
## 1966  2022-11-28 22:01:21
## 1967  2022-11-28 22:01:17
## 1968  2022-11-28 22:01:14
## 1969  2022-11-28 22:01:13
## 1970  2022-11-28 22:01:06
## 1971  2022-11-28 22:01:00
## 1972  2022-11-28 22:01:00
## 1973  2022-11-28 22:00:59
## 1974  2022-11-28 22:00:58
## 1975  2022-11-28 22:00:58
## 1976  2022-11-28 22:00:57
## 1977  2022-11-28 22:00:53
## 1978  2022-11-28 22:00:47
## 1979  2022-11-28 22:00:33
## 1980  2022-11-28 22:00:31
## 1981  2022-11-28 22:00:30
## 1982  2022-11-28 22:00:28
## 1983  2022-11-28 22:00:27
## 1984  2022-11-28 22:00:23
## 1985  2022-11-28 22:00:15
## 1986  2022-11-28 22:00:14
## 1987  2022-11-28 22:00:11
## 1988  2022-11-28 22:00:09
## 1989  2022-11-28 22:00:04
## 1990  2022-11-28 22:00:01
## 1991  2022-11-28 21:59:59
## 1992  2022-11-28 21:59:58
## 1993  2022-11-28 21:59:54
## 1994  2022-11-28 21:59:46
## 1995  2022-11-28 21:59:46
## 1996  2022-11-28 21:59:46
## 1997  2022-11-28 21:59:44
## 1998  2022-11-28 21:59:39
## 1999  2022-11-28 21:59:38
## 2000  2022-11-28 21:59:38
## 2001  2022-11-28 21:59:38
## 2002  2022-11-28 21:59:33
## 2003  2022-11-28 21:59:33
## 2004  2022-11-28 21:59:30
## 2005  2022-11-28 21:59:27
## 2006  2022-11-28 21:59:26
## 2007  2022-11-28 21:59:26
## 2008  2022-11-28 21:59:26
## 2009  2022-11-28 21:59:26
## 2010  2022-11-28 21:59:25
## 2011  2022-11-28 21:59:24
## 2012  2022-11-28 21:59:19
## 2013  2022-11-28 21:59:17
## 2014  2022-11-28 21:59:14
## 2015  2022-11-28 21:59:13
## 2016  2022-11-28 21:59:11
## 2017  2022-11-28 21:59:10
## 2018  2022-11-28 21:59:08
## 2019  2022-11-28 21:59:07
## 2020  2022-11-28 21:59:06
## 2021  2022-11-28 21:59:01
## 2022  2022-11-28 21:59:01
## 2023  2022-11-28 21:58:58
## 2024  2022-11-28 21:58:58
## 2025  2022-11-28 21:58:56
## 2026  2022-11-28 21:58:54
## 2027  2022-11-28 21:58:53
## 2028  2022-11-28 21:58:50
## 2029  2022-11-28 21:58:49
## 2030  2022-11-28 21:58:44
## 2031  2022-11-28 21:58:44
## 2032  2022-11-28 21:58:41
## 2033  2022-11-28 21:58:41
## 2034  2022-11-28 21:58:40
## 2035  2022-11-28 21:58:39
## 2036  2022-11-28 21:58:37
## 2037  2022-11-28 21:58:36
## 2038  2022-11-28 21:58:36
## 2039  2022-11-28 21:58:35
## 2040  2022-11-28 21:58:35
## 2041  2022-11-28 21:58:28
## 2042  2022-11-28 21:58:27
## 2043  2022-11-28 21:58:25
## 2044  2022-11-28 21:58:22
## 2045  2022-11-28 21:58:21
## 2046  2022-11-28 21:58:19
## 2047  2022-11-28 21:58:18
## 2048  2022-11-28 21:58:18
## 2049  2022-11-28 21:58:17
## 2050  2022-11-28 21:58:13
## 2051  2022-11-28 21:58:12
## 2052  2022-11-28 21:58:10
## 2053  2022-11-28 21:58:06
## 2054  2022-11-28 21:58:04
## 2055  2022-11-28 21:58:02
## 2056  2022-11-28 21:58:00
## 2057  2022-11-28 21:58:00
## 2058  2022-11-28 21:57:56
## 2059  2022-11-28 21:57:53
## 2060  2022-11-28 21:57:53
## 2061  2022-11-28 21:57:52
## 2062  2022-11-28 21:57:52
## 2063  2022-11-28 21:57:50
## 2064  2022-11-28 21:57:50
## 2065  2022-11-28 21:57:49
## 2066  2022-11-28 21:57:49
## 2067  2022-11-28 21:57:48
## 2068  2022-11-28 21:57:45
## 2069  2022-11-28 21:57:44
## 2070  2022-11-28 21:57:43
## 2071  2022-11-28 21:57:42
## 2072  2022-11-28 21:57:40
## 2073  2022-11-28 21:57:39
## 2074  2022-11-28 21:57:39
## 2075  2022-11-28 21:57:36
## 2076  2022-11-28 21:57:30
## 2077  2022-11-28 21:57:28
## 2078  2022-11-28 21:57:28
## 2079  2022-11-28 21:57:24
## 2080  2022-11-28 21:57:23
## 2081  2022-11-28 21:57:22
## 2082  2022-11-28 21:57:21
## 2083  2022-11-28 21:57:20
## 2084  2022-11-28 21:57:19
## 2085  2022-11-28 21:57:14
## 2086  2022-11-28 21:57:14
## 2087  2022-11-28 21:57:13
## 2088  2022-11-28 21:57:10
## 2089  2022-11-28 21:57:09
## 2090  2022-11-28 21:57:07
## 2091  2022-11-28 21:57:00
## 2092  2022-11-28 21:56:59
## 2093  2022-11-28 21:56:58
## 2094  2022-11-28 21:56:57
## 2095  2022-11-28 21:56:56
## 2096  2022-11-28 21:56:56
## 2097  2022-11-28 21:56:53
## 2098  2022-11-28 21:56:53
## 2099  2022-11-28 21:56:52
## 2100  2022-11-28 21:56:52
## 2101  2022-11-28 21:56:51
## 2102  2022-11-28 21:56:49
## 2103  2022-11-28 21:56:42
## 2104  2022-11-28 21:56:41
## 2105  2022-11-28 21:56:40
## 2106  2022-11-28 21:56:39
## 2107  2022-11-28 21:56:38
## 2108  2022-11-28 21:56:35
## 2109  2022-11-28 21:56:35
## 2110  2022-11-28 21:56:35
## 2111  2022-11-28 21:56:34
## 2112  2022-11-28 21:56:31
## 2113  2022-11-28 21:56:29
## 2114  2022-11-28 21:56:26
## 2115  2022-11-28 21:56:26
## 2116  2022-11-28 21:56:24
## 2117  2022-11-28 21:56:24
## 2118  2022-11-28 21:56:22
## 2119  2022-11-28 21:56:22
## 2120  2022-11-28 21:56:21
## 2121  2022-11-28 21:56:20
## 2122  2022-11-28 21:56:15
## 2123  2022-11-28 21:56:14
## 2124  2022-11-28 21:56:14
## 2125  2022-11-28 21:56:13
## 2126  2022-11-28 21:56:12
## 2127  2022-11-28 21:56:10
## 2128  2022-11-28 21:56:10
## 2129  2022-11-28 21:56:10
## 2130  2022-11-28 21:56:08
## 2131  2022-11-28 21:56:05
## 2132  2022-11-28 21:56:01
## 2133  2022-11-28 21:55:59
## 2134  2022-11-28 21:55:57
## 2135  2022-11-28 21:55:57
## 2136  2022-11-28 21:55:55
## 2137  2022-11-28 21:55:50
## 2138  2022-11-28 21:55:48
## 2139  2022-11-28 21:55:44
## 2140  2022-11-28 21:55:43
## 2141  2022-11-28 21:55:42
## 2142  2022-11-28 21:55:42
## 2143  2022-11-28 21:55:41
## 2144  2022-11-28 21:55:38
## 2145  2022-11-28 21:55:36
## 2146  2022-11-28 21:55:33
## 2147  2022-11-28 21:55:29
## 2148  2022-11-28 21:55:29
## 2149  2022-11-28 21:55:25
## 2150  2022-11-28 21:55:16
## 2151  2022-11-28 21:55:15
## 2152  2022-11-28 21:55:11
## 2153  2022-11-28 21:55:04
## 2154  2022-11-28 21:54:57
## 2155  2022-11-28 21:54:54
## 2156  2022-11-28 21:54:54
## 2157  2022-11-28 21:54:46
## 2158  2022-11-28 21:54:46
## 2159  2022-11-28 21:54:43
## 2160  2022-11-28 21:54:43
## 2161  2022-11-28 21:54:42
## 2162  2022-11-28 21:54:42
## 2163  2022-11-28 21:54:40
## 2164  2022-11-28 21:54:39
## 2165  2022-11-28 21:54:34
## 2166  2022-11-28 21:54:33
## 2167  2022-11-28 21:54:32
## 2168  2022-11-28 21:54:31
## 2169  2022-11-28 21:54:30
## 2170  2022-11-28 21:54:27
## 2171  2022-11-28 21:54:25
## 2172  2022-11-28 21:54:24
## 2173  2022-11-28 21:54:23
## 2174  2022-11-28 21:54:19
## 2175  2022-11-28 21:54:18
## 2176  2022-11-28 21:54:17
## 2177  2022-11-28 21:54:16
## 2178  2022-11-28 21:54:15
## 2179  2022-11-28 21:54:03
## 2180  2022-11-28 21:54:01
## 2181  2022-11-28 21:54:01
## 2182  2022-11-28 21:53:59
## 2183  2022-11-28 21:53:59
## 2184  2022-11-28 21:53:54
## 2185  2022-11-28 21:53:54
## 2186  2022-11-28 21:53:52
## 2187  2022-11-28 21:53:49
## 2188  2022-11-28 21:53:46
## 2189  2022-11-28 21:53:45
## 2190  2022-11-28 21:53:41
## 2191  2022-11-28 21:53:33
## 2192  2022-11-28 21:53:24
## 2193  2022-11-28 21:53:23
## 2194  2022-11-28 21:53:18
## 2195  2022-11-28 21:53:14
## 2196  2022-11-28 21:53:14
## 2197  2022-11-28 21:53:10
## 2198  2022-11-28 21:53:09
## 2199  2022-11-28 21:53:08
## 2200  2022-11-28 21:53:01
## 2201  2022-11-28 21:53:00
## 2202  2022-11-28 21:52:57
## 2203  2022-11-28 21:52:55
## 2204  2022-11-28 21:52:50
## 2205  2022-11-28 21:52:46
## 2206  2022-11-28 21:52:46
## 2207  2022-11-28 21:52:44
## 2208  2022-11-28 21:52:37
## 2209  2022-11-28 21:52:35
## 2210  2022-11-28 21:52:33
## 2211  2022-11-28 21:52:33
## 2212  2022-11-28 21:52:25
## 2213  2022-11-28 21:52:21
## 2214  2022-11-28 21:52:20
## 2215  2022-11-28 21:52:19
## 2216  2022-11-28 21:52:19
## 2217  2022-11-28 21:52:15
## 2218  2022-11-28 21:52:12
## 2219  2022-11-28 21:52:11
## 2220  2022-11-28 21:52:05
## 2221  2022-11-28 21:52:03
## 2222  2022-11-28 21:51:59
## 2223  2022-11-28 21:51:56
## 2224  2022-11-28 21:51:56
## 2225  2022-11-28 21:51:55
## 2226  2022-11-28 21:51:55
## 2227  2022-11-28 21:51:43
## 2228  2022-11-28 21:51:41
## 2229  2022-11-28 21:51:38
## 2230  2022-11-28 21:51:36
## 2231  2022-11-28 21:51:36
## 2232  2022-11-28 21:51:33
## 2233  2022-11-28 21:51:30
## 2234  2022-11-28 21:51:28
## 2235  2022-11-28 21:51:27
## 2236  2022-11-28 21:51:24
## 2237  2022-11-28 21:51:18
## 2238  2022-11-28 21:51:16
## 2239  2022-11-28 21:51:05
## 2240  2022-11-28 21:51:05
## 2241  2022-11-28 21:51:03
## 2242  2022-11-28 21:50:59
## 2243  2022-11-28 21:50:56
## 2244  2022-11-28 21:50:55
## 2245  2022-11-28 21:50:53
## 2246  2022-11-28 21:50:51
## 2247  2022-11-28 21:50:40
## 2248  2022-11-28 21:50:37
## 2249  2022-11-28 21:50:32
## 2250  2022-11-28 21:50:28
## 2251  2022-11-28 21:50:20
## 2252  2022-11-28 21:50:15
## 2253  2022-11-28 21:50:13
## 2254  2022-11-28 21:50:10
## 2255  2022-11-28 21:50:09
## 2256  2022-11-28 21:50:08
## 2257  2022-11-28 21:50:07
## 2258  2022-11-28 21:50:03
## 2259  2022-11-28 21:49:59
## 2260  2022-11-28 21:49:58
## 2261  2022-11-28 21:49:57
## 2262  2022-11-28 21:49:42
## 2263  2022-11-28 21:49:42
## 2264  2022-11-28 21:49:33
## 2265  2022-11-28 21:49:32
## 2266  2022-11-28 21:49:28
## 2267  2022-11-28 21:49:24
## 2268  2022-11-28 21:49:20
## 2269  2022-11-28 21:49:13
## 2270  2022-11-28 21:49:12
## 2271  2022-11-28 21:49:11
## 2272  2022-11-28 21:49:10
## 2273  2022-11-28 21:49:08
## 2274  2022-11-28 21:49:08
## 2275  2022-11-28 21:49:04
## 2276  2022-11-28 21:48:57
## 2277  2022-11-28 21:48:53
## 2278  2022-11-28 21:48:51
## 2279  2022-11-28 21:48:41
## 2280  2022-11-28 21:48:39
## 2281  2022-11-28 21:48:36
## 2282  2022-11-28 21:48:30
## 2283  2022-11-28 21:48:24
## 2284  2022-11-28 21:48:23
## 2285  2022-11-28 21:48:23
## 2286  2022-11-28 21:48:16
## 2287  2022-11-28 21:48:13
## 2288  2022-11-28 21:48:05
## 2289  2022-11-28 21:48:05
## 2290  2022-11-28 21:48:02
## 2291  2022-11-28 21:48:02
## 2292  2022-11-28 21:47:50
## 2293  2022-11-28 21:47:46
## 2294  2022-11-28 21:47:45
## 2295  2022-11-28 21:47:41
## 2296  2022-11-28 21:47:39
## 2297  2022-11-28 21:47:37
## 2298  2022-11-28 21:47:33
## 2299  2022-11-28 21:47:29
## 2300  2022-11-28 21:47:24
## 2301  2022-11-28 21:47:23
## 2302  2022-11-28 21:47:21
## 2303  2022-11-28 21:47:08
## 2304  2022-11-28 21:47:04
## 2305  2022-11-28 21:47:02
## 2306  2022-11-28 21:47:02
## 2307  2022-11-28 21:47:01
## 2308  2022-11-28 21:47:00
## 2309  2022-11-28 21:46:48
## 2310  2022-11-28 21:46:45
## 2311  2022-11-28 21:46:30
## 2312  2022-11-28 21:46:25
## 2313  2022-11-28 21:46:25
## 2314  2022-11-28 21:46:24
## 2315  2022-11-28 21:46:22
## 2316  2022-11-28 21:46:22
## 2317  2022-11-28 21:46:18
## 2318  2022-11-28 21:46:16
## 2319  2022-11-28 21:46:16
## 2320  2022-11-28 21:46:12
## 2321  2022-11-28 21:46:12
## 2322  2022-11-28 21:46:00
## 2323  2022-11-28 21:45:59
## 2324  2022-11-28 21:45:58
## 2325  2022-11-28 21:45:45
## 2326  2022-11-28 21:45:41
## 2327  2022-11-28 21:45:41
## 2328  2022-11-28 21:45:38
## 2329  2022-11-28 21:45:33
## 2330  2022-11-28 21:45:22
## 2331  2022-11-28 21:45:22
## 2332  2022-11-28 21:45:19
## 2333  2022-11-28 21:45:19
## 2334  2022-11-28 21:45:13
## 2335  2022-11-28 21:45:11
## 2336  2022-11-28 21:45:10
## 2337  2022-11-28 21:45:09
## 2338  2022-11-28 21:45:05
## 2339  2022-11-28 21:45:04
## 2340  2022-11-28 21:44:53
## 2341  2022-11-28 21:44:42
## 2342  2022-11-28 21:44:38
## 2343  2022-11-28 21:44:38
## 2344  2022-11-28 21:44:28
## 2345  2022-11-28 21:44:24
## 2346  2022-11-28 21:44:19
## 2347  2022-11-28 21:44:14
## 2348  2022-11-28 21:44:14
## 2349  2022-11-28 21:44:11
## 2350  2022-11-28 21:44:07
## 2351  2022-11-28 21:44:06
## 2352  2022-11-28 21:44:01
## 2353  2022-11-28 21:43:58
## 2354  2022-11-28 21:43:54
## 2355  2022-11-28 21:43:53
## 2356  2022-11-28 21:43:46
## 2357  2022-11-28 21:43:25
## 2358  2022-11-28 21:43:21
## 2359  2022-11-28 21:43:20
## 2360  2022-11-28 21:43:16
## 2361  2022-11-28 21:43:12
## 2362  2022-11-28 21:43:12
## 2363  2022-11-28 21:43:03
## 2364  2022-11-28 21:43:00
## 2365  2022-11-28 21:42:57
## 2366  2022-11-28 21:42:57
## 2367  2022-11-28 21:42:50
## 2368  2022-11-28 21:42:49
## 2369  2022-11-28 21:42:45
## 2370  2022-11-28 21:42:43
## 2371  2022-11-28 21:42:40
## 2372  2022-11-28 21:42:28
## 2373  2022-11-28 21:42:20
## 2374  2022-11-28 21:42:17
## 2375  2022-11-28 21:42:16
## 2376  2022-11-28 21:42:12
## 2377  2022-11-28 21:42:08
## 2378  2022-11-28 21:41:59
## 2379  2022-11-28 21:41:59
## 2380  2022-11-28 21:41:50
## 2381  2022-11-28 21:41:49
## 2382  2022-11-28 21:41:49
## 2383  2022-11-28 21:41:38
## 2384  2022-11-28 21:41:32
## 2385  2022-11-28 21:41:23
## 2386  2022-11-28 21:41:22
## 2387  2022-11-28 21:41:21
## 2388  2022-11-28 21:41:17
## 2389  2022-11-28 21:41:04
## 2390  2022-11-28 21:41:00
## 2391  2022-11-28 21:41:00
## 2392  2022-11-28 21:40:59
## 2393  2022-11-28 21:40:54
## 2394  2022-11-28 21:40:53
## 2395  2022-11-28 21:40:50
## 2396  2022-11-28 21:40:50
## 2397  2022-11-28 21:40:41
## 2398  2022-11-28 21:40:40
## 2399  2022-11-28 21:40:22
## 2400  2022-11-28 21:40:21
## 2401  2022-11-28 21:40:20
## 2402  2022-11-28 21:40:19
## 2403  2022-11-28 21:40:17
## 2404  2022-11-28 21:40:14
## 2405  2022-11-28 21:40:08
## 2406  2022-11-28 21:40:04
## 2407  2022-11-28 21:39:53
## 2408  2022-11-28 21:39:52
## 2409  2022-11-28 21:39:51
## 2410  2022-11-28 21:39:48
## 2411  2022-11-28 21:39:46
## 2412  2022-11-28 21:39:44
## 2413  2022-11-28 21:39:43
## 2414  2022-11-28 21:39:40
## 2415  2022-11-28 21:39:39
## 2416  2022-11-28 21:39:38
## 2417  2022-11-28 21:39:37
## 2418  2022-11-28 21:39:36
## 2419  2022-11-28 21:39:28
## 2420  2022-11-28 21:39:27
## 2421  2022-11-28 21:39:27
## 2422  2022-11-28 21:39:25
## 2423  2022-11-28 21:39:24
## 2424  2022-11-28 21:39:16
## 2425  2022-11-28 21:39:15
## 2426  2022-11-28 21:39:05
## 2427  2022-11-28 21:39:04
## 2428  2022-11-28 21:39:00
## 2429  2022-11-28 21:39:00
## 2430  2022-11-28 21:38:54
## 2431  2022-11-28 21:38:49
## 2432  2022-11-28 21:38:48
## 2433  2022-11-28 21:38:44
## 2434  2022-11-28 21:38:40
## 2435  2022-11-28 21:38:38
## 2436  2022-11-28 21:38:35
## 2437  2022-11-28 21:38:34
## 2438  2022-11-28 21:38:34
## 2439  2022-11-28 21:38:33
## 2440  2022-11-28 21:38:31
## 2441  2022-11-28 21:38:31
## 2442  2022-11-28 21:38:30
## 2443  2022-11-28 21:38:29
## 2444  2022-11-28 21:38:27
## 2445  2022-11-28 21:38:24
## 2446  2022-11-28 21:38:21
## 2447  2022-11-28 21:38:20
## 2448  2022-11-28 21:38:11
## 2449  2022-11-28 21:38:10
## 2450  2022-11-28 21:38:01
## 2451  2022-11-28 21:38:00
## 2452  2022-11-28 21:37:55
## 2453  2022-11-28 21:37:52
## 2454  2022-11-28 21:37:48
## 2455  2022-11-28 21:37:46
## 2456  2022-11-28 21:37:43
## 2457  2022-11-28 21:37:34
## 2458  2022-11-28 21:37:33
## 2459  2022-11-28 21:37:31
## 2460  2022-11-28 21:37:31
## 2461  2022-11-28 21:37:30
## 2462  2022-11-28 21:37:29
## 2463  2022-11-28 21:37:24
## 2464  2022-11-28 21:37:24
## 2465  2022-11-28 21:37:23
## 2466  2022-11-28 21:37:19
## 2467  2022-11-28 21:37:18
## 2468  2022-11-28 21:37:13
## 2469  2022-11-28 21:37:10
## 2470  2022-11-28 21:37:08
## 2471  2022-11-28 21:37:06
## 2472  2022-11-28 21:37:05
## 2473  2022-11-28 21:37:00
## 2474  2022-11-28 21:36:54
## 2475  2022-11-28 21:36:53
## 2476  2022-11-28 21:36:53
## 2477  2022-11-28 21:36:52
## 2478  2022-11-28 21:36:49
## 2479  2022-11-28 21:36:44
## 2480  2022-11-28 21:36:42
## 2481  2022-11-28 21:36:40
## 2482  2022-11-28 21:36:40
## 2483  2022-11-28 21:36:37
## 2484  2022-11-28 21:36:31
## 2485  2022-11-28 21:36:30
## 2486  2022-11-28 21:36:27
## 2487  2022-11-28 21:36:21
## 2488  2022-11-28 21:36:18
## 2489  2022-11-28 21:36:17
## 2490  2022-11-28 21:36:16
## 2491  2022-11-28 21:36:15
## 2492  2022-11-28 21:36:11
## 2493  2022-11-28 21:36:08
## 2494  2022-11-28 21:36:06
## 2495  2022-11-28 21:36:05
## 2496  2022-11-28 21:35:50
## 2497  2022-11-28 21:35:49
## 2498  2022-11-28 21:35:46
## 2499  2022-11-28 21:35:40
## 2500  2022-11-28 21:35:39
## 2501  2022-11-28 21:35:37
## 2502  2022-11-28 21:35:36
## 2503  2022-11-28 21:35:33
## 2504  2022-11-28 21:35:33
## 2505  2022-11-28 21:35:32
## 2506  2022-11-28 21:35:30
## 2507  2022-11-28 21:35:25
## 2508  2022-11-28 21:35:19
## 2509  2022-11-28 21:35:18
## 2510  2022-11-28 21:35:12
## 2511  2022-11-28 21:35:05
## 2512  2022-11-28 21:35:03
## 2513  2022-11-28 21:35:02
## 2514  2022-11-28 21:35:01
## 2515  2022-11-28 21:34:54
## 2516  2022-11-28 21:34:52
## 2517  2022-11-28 21:34:50
## 2518  2022-11-28 21:34:48
## 2519  2022-11-28 21:34:38
## 2520  2022-11-28 21:34:37
## 2521  2022-11-28 21:34:35
## 2522  2022-11-28 21:34:21
## 2523  2022-11-28 21:34:15
## 2524  2022-11-28 21:34:10
## 2525  2022-11-28 21:34:09
## 2526  2022-11-28 21:34:03
## 2527  2022-11-28 21:33:59
## 2528  2022-11-28 21:33:56
## 2529  2022-11-28 21:33:55
## 2530  2022-11-28 21:33:54
## 2531  2022-11-28 21:33:51
## 2532  2022-11-28 21:33:48
## 2533  2022-11-28 21:33:44
## 2534  2022-11-28 21:33:36
## 2535  2022-11-28 21:33:30
## 2536  2022-11-28 21:33:27
## 2537  2022-11-28 21:33:26
## 2538  2022-11-28 21:33:25
## 2539  2022-11-28 21:33:24
## 2540  2022-11-28 21:33:22
## 2541  2022-11-28 21:33:13
## 2542  2022-11-28 21:33:06
## 2543  2022-11-28 21:32:58
## 2544  2022-11-28 21:32:41
## 2545  2022-11-28 21:32:38
## 2546  2022-11-28 21:32:37
## 2547  2022-11-28 21:32:24
## 2548  2022-11-28 21:32:17
## 2549  2022-11-28 21:32:00
## 2550  2022-11-28 21:32:00
## 2551  2022-11-28 21:32:00
## 2552  2022-11-28 21:31:57
## 2553  2022-11-28 21:31:41
## 2554  2022-11-28 21:31:11
## 2555  2022-11-28 21:31:11
## 2556  2022-11-28 21:31:01
## 2557  2022-11-28 21:30:57
## 2558  2022-11-28 21:30:56
## 2559  2022-11-28 21:30:52
## 2560  2022-11-28 21:30:50
## 2561  2022-11-28 21:30:46
## 2562  2022-11-28 21:30:34
## 2563  2022-11-28 21:30:26
## 2564  2022-11-28 21:30:25
## 2565  2022-11-28 21:30:11
## 2566  2022-11-28 21:30:06
## 2567  2022-11-28 21:30:06
## 2568  2022-11-28 21:29:54
## 2569  2022-11-28 21:29:52
## 2570  2022-11-28 21:29:51
## 2571  2022-11-28 21:29:42
## 2572  2022-11-28 21:29:33
## 2573  2022-11-28 21:29:27
## 2574  2022-11-28 21:29:27
## 2575  2022-11-28 21:29:20
## 2576  2022-11-28 21:29:19
## 2577  2022-11-28 21:29:14
## 2578  2022-11-28 21:29:12
## 2579  2022-11-28 21:29:10
## 2580  2022-11-28 21:29:09
## 2581  2022-11-28 21:29:04
## 2582  2022-11-28 21:29:02
## 2583  2022-11-28 21:29:00
## 2584  2022-11-28 21:28:58
## 2585  2022-11-28 21:28:56
## 2586  2022-11-28 21:28:44
## 2587  2022-11-28 21:28:39
## 2588  2022-11-28 21:28:35
## 2589  2022-11-28 21:28:32
## 2590  2022-11-28 21:28:28
## 2591  2022-11-28 21:28:23
## 2592  2022-11-28 21:28:22
## 2593  2022-11-28 21:28:17
## 2594  2022-11-28 21:28:17
## 2595  2022-11-28 21:28:13
## 2596  2022-11-28 21:28:09
## 2597  2022-11-28 21:28:06
## 2598  2022-11-28 21:28:06
## 2599  2022-11-28 21:28:04
## 2600  2022-11-28 21:28:03
## 2601  2022-11-28 21:28:02
## 2602  2022-11-28 21:28:01
## 2603  2022-11-28 21:27:55
## 2604  2022-11-28 21:27:52
## 2605  2022-11-28 21:27:51
## 2606  2022-11-28 21:27:51
## 2607  2022-11-28 21:27:50
## 2608  2022-11-28 21:27:48
## 2609  2022-11-28 21:27:46
## 2610  2022-11-28 21:27:29
## 2611  2022-11-28 21:27:21
## 2612  2022-11-28 21:27:13
## 2613  2022-11-28 21:27:07
## 2614  2022-11-28 21:27:07
## 2615  2022-11-28 21:27:05
## 2616  2022-11-28 21:27:02
## 2617  2022-11-28 21:26:56
## 2618  2022-11-28 21:26:53
## 2619  2022-11-28 21:26:53
## 2620  2022-11-28 21:26:44
## 2621  2022-11-28 21:26:40
## 2622  2022-11-28 21:26:35
## 2623  2022-11-28 21:26:34
## 2624  2022-11-28 21:26:29
## 2625  2022-11-28 21:26:27
## 2626  2022-11-28 21:26:22
## 2627  2022-11-28 21:26:20
## 2628  2022-11-28 21:26:14
## 2629  2022-11-28 21:26:09
## 2630  2022-11-28 21:26:06
## 2631  2022-11-28 21:26:06
## 2632  2022-11-28 21:26:05
## 2633  2022-11-28 21:25:58
## 2634  2022-11-28 21:25:56
## 2635  2022-11-28 21:25:50
## 2636  2022-11-28 21:25:46
## 2637  2022-11-28 21:25:46
## 2638  2022-11-28 21:25:32
## 2639  2022-11-28 21:25:20
## 2640  2022-11-28 21:25:17
## 2641  2022-11-28 21:25:02
## 2642  2022-11-28 21:24:57
## 2643  2022-11-28 21:24:56
## 2644  2022-11-28 21:24:47
## 2645  2022-11-28 21:24:42
## 2646  2022-11-28 21:24:28
## 2647  2022-11-28 21:24:26
## 2648  2022-11-28 21:24:26
## 2649  2022-11-28 21:24:23
## 2650  2022-11-28 21:24:20
## 2651  2022-11-28 21:24:18
## 2652  2022-11-28 21:24:10
## 2653  2022-11-28 21:24:10
## 2654  2022-11-28 21:24:08
## 2655  2022-11-28 21:24:06
## 2656  2022-11-28 21:23:57
## 2657  2022-11-28 21:23:44
## 2658  2022-11-28 21:23:40
## 2659  2022-11-28 21:23:36
## 2660  2022-11-28 21:23:34
## 2661  2022-11-28 21:23:32
## 2662  2022-11-28 21:23:32
## 2663  2022-11-28 21:23:25
## 2664  2022-11-28 21:23:20
## 2665  2022-11-28 21:23:19
## 2666  2022-11-28 21:23:17
## 2667  2022-11-28 21:23:10
## 2668  2022-11-28 21:23:07
## 2669  2022-11-28 21:23:00
## 2670  2022-11-28 21:23:00
## 2671  2022-11-28 21:22:59
## 2672  2022-11-28 21:22:56
## 2673  2022-11-28 21:22:56
## 2674  2022-11-28 21:22:54
## 2675  2022-11-28 21:22:53
## 2676  2022-11-28 21:22:47
## 2677  2022-11-28 21:22:45
## 2678  2022-11-28 21:22:41
## 2679  2022-11-28 21:22:41
## 2680  2022-11-28 21:22:40
## 2681  2022-11-28 21:22:28
## 2682  2022-11-28 21:22:25
## 2683  2022-11-28 21:22:24
## 2684  2022-11-28 21:22:21
## 2685  2022-11-28 21:22:19
## 2686  2022-11-28 21:22:10
## 2687  2022-11-28 21:22:05
## 2688  2022-11-28 21:21:57
## 2689  2022-11-28 21:21:55
## 2690  2022-11-28 21:21:53
## 2691  2022-11-28 21:21:51
## 2692  2022-11-28 21:21:44
## 2693  2022-11-28 21:21:40
## 2694  2022-11-28 21:21:35
## 2695  2022-11-28 21:21:27
## 2696  2022-11-28 21:21:17
## 2697  2022-11-28 21:21:14
## 2698  2022-11-28 21:21:03
## 2699  2022-11-28 21:20:49
## 2700  2022-11-28 21:20:46
## 2701  2022-11-28 21:20:42
## 2702  2022-11-28 21:20:42
## 2703  2022-11-28 21:20:38
## 2704  2022-11-28 21:20:35
## 2705  2022-11-28 21:20:32
## 2706  2022-11-28 21:20:27
## 2707  2022-11-28 21:20:17
## 2708  2022-11-28 21:20:11
## 2709  2022-11-28 21:20:05
## 2710  2022-11-28 21:20:05
## 2711  2022-11-28 21:20:01
## 2712  2022-11-28 21:20:00
## 2713  2022-11-28 21:19:47
## 2714  2022-11-28 21:19:45
## 2715  2022-11-28 21:19:41
## 2716  2022-11-28 21:19:26
## 2717  2022-11-28 21:19:22
## 2718  2022-11-28 21:19:21
## 2719  2022-11-28 21:19:21
## 2720  2022-11-28 21:19:15
## 2721  2022-11-28 21:19:13
## 2722  2022-11-28 21:19:00
## 2723  2022-11-28 21:18:58
## 2724  2022-11-28 21:18:55
## 2725  2022-11-28 21:18:40
## 2726  2022-11-28 21:18:34
## 2727  2022-11-28 21:18:24
## 2728  2022-11-28 21:18:15
## 2729  2022-11-28 21:18:09
## 2730  2022-11-28 21:17:59
## 2731  2022-11-28 21:17:44
## 2732  2022-11-28 21:17:44
## 2733  2022-11-28 21:17:43
## 2734  2022-11-28 21:17:32
## 2735  2022-11-28 21:17:32
## 2736  2022-11-28 21:17:29
## 2737  2022-11-28 21:17:29
## 2738  2022-11-28 21:17:28
## 2739  2022-11-28 21:17:24
## 2740  2022-11-28 21:17:22
## 2741  2022-11-28 21:17:16
## 2742  2022-11-28 21:17:09
## 2743  2022-11-28 21:17:06
## 2744  2022-11-28 21:17:05
## 2745  2022-11-28 21:17:02
## 2746  2022-11-28 21:16:59
## 2747  2022-11-28 21:16:59
## 2748  2022-11-28 21:16:55
## 2749  2022-11-28 21:16:55
## 2750  2022-11-28 21:16:53
## 2751  2022-11-28 21:16:52
## 2752  2022-11-28 21:16:48
## 2753  2022-11-28 21:16:44
## 2754  2022-11-28 21:16:39
## 2755  2022-11-28 21:16:39
## 2756  2022-11-28 21:16:38
## 2757  2022-11-28 21:16:37
## 2758  2022-11-28 21:16:35
## 2759  2022-11-28 21:16:32
## 2760  2022-11-28 21:16:31
## 2761  2022-11-28 21:16:30
## 2762  2022-11-28 21:16:29
## 2763  2022-11-28 21:16:28
## 2764  2022-11-28 21:16:27
## 2765  2022-11-28 21:16:23
## 2766  2022-11-28 21:16:23
## 2767  2022-11-28 21:16:22
## 2768  2022-11-28 21:16:10
## 2769  2022-11-28 21:16:08
## 2770  2022-11-28 21:16:07
## 2771  2022-11-28 21:16:06
## 2772  2022-11-28 21:16:05
## 2773  2022-11-28 21:16:04
## 2774  2022-11-28 21:16:03
## 2775  2022-11-28 21:16:03
## 2776  2022-11-28 21:15:57
## 2777  2022-11-28 21:15:51
## 2778  2022-11-28 21:15:50
## 2779  2022-11-28 21:15:44
## 2780  2022-11-28 21:15:44
## 2781  2022-11-28 21:15:44
## 2782  2022-11-28 21:15:43
## 2783  2022-11-28 21:15:42
## 2784  2022-11-28 21:15:42
## 2785  2022-11-28 21:15:41
## 2786  2022-11-28 21:15:32
## 2787  2022-11-28 21:15:26
## 2788  2022-11-28 21:15:23
## 2789  2022-11-28 21:15:20
## 2790  2022-11-28 21:15:18
## 2791  2022-11-28 21:15:17
## 2792  2022-11-28 21:15:14
## 2793  2022-11-28 21:15:13
## 2794  2022-11-28 21:15:10
## 2795  2022-11-28 21:15:08
## 2796  2022-11-28 21:15:06
## 2797  2022-11-28 21:15:04
## 2798  2022-11-28 21:14:43
## 2799  2022-11-28 21:14:32
## 2800  2022-11-28 21:14:17
## 2801  2022-11-28 21:14:09
## 2802  2022-11-28 21:14:08
## 2803  2022-11-28 21:14:05
## 2804  2022-11-28 21:13:57
## 2805  2022-11-28 21:13:56
## 2806  2022-11-28 21:13:55
## 2807  2022-11-28 21:13:53
## 2808  2022-11-28 21:13:49
## 2809  2022-11-28 21:13:48
## 2810  2022-11-28 21:13:48
## 2811  2022-11-28 21:13:43
## 2812  2022-11-28 21:13:43
## 2813  2022-11-28 21:13:39
## 2814  2022-11-28 21:13:33
## 2815  2022-11-28 21:13:30
## 2816  2022-11-28 21:13:30
## 2817  2022-11-28 21:13:28
## 2818  2022-11-28 21:13:21
## 2819  2022-11-28 21:13:16
## 2820  2022-11-28 21:13:14
## 2821  2022-11-28 21:13:13
## 2822  2022-11-28 21:13:13
## 2823  2022-11-28 21:13:11
## 2824  2022-11-28 21:13:09
## 2825  2022-11-28 21:13:09
## 2826  2022-11-28 21:13:05
## 2827  2022-11-28 21:12:59
## 2828  2022-11-28 21:12:59
## 2829  2022-11-28 21:12:58
## 2830  2022-11-28 21:12:56
## 2831  2022-11-28 21:12:54
## 2832  2022-11-28 21:12:43
## 2833  2022-11-28 21:12:41
## 2834  2022-11-28 21:12:38
## 2835  2022-11-28 21:12:38
## 2836  2022-11-28 21:12:36
## 2837  2022-11-28 21:12:35
## 2838  2022-11-28 21:12:35
## 2839  2022-11-28 21:12:34
## 2840  2022-11-28 21:12:31
## 2841  2022-11-28 21:12:31
## 2842  2022-11-28 21:12:23
## 2843  2022-11-28 21:12:23
## 2844  2022-11-28 21:12:06
## 2845  2022-11-28 21:12:04
## 2846  2022-11-28 21:12:02
## 2847  2022-11-28 21:11:59
## 2848  2022-11-28 21:11:41
## 2849  2022-11-28 21:11:40
## 2850  2022-11-28 21:11:39
## 2851  2022-11-28 21:11:38
## 2852  2022-11-28 21:11:36
## 2853  2022-11-28 21:11:35
## 2854  2022-11-28 21:11:31
## 2855  2022-11-28 21:11:28
## 2856  2022-11-28 21:11:27
## 2857  2022-11-28 21:11:22
## 2858  2022-11-28 21:11:19
## 2859  2022-11-28 21:11:12
## 2860  2022-11-28 21:11:12
## 2861  2022-11-28 21:11:10
## 2862  2022-11-28 21:10:59
## 2863  2022-11-28 21:10:58
## 2864  2022-11-28 21:10:56
## 2865  2022-11-28 21:10:50
## 2866  2022-11-28 21:10:48
## 2867  2022-11-28 21:10:44
## 2868  2022-11-28 21:10:34
## 2869  2022-11-28 21:10:29
## 2870  2022-11-28 21:10:25
## 2871  2022-11-28 21:10:24
## 2872  2022-11-28 21:10:22
## 2873  2022-11-28 21:10:22
## 2874  2022-11-28 21:10:18
## 2875  2022-11-28 21:10:15
## 2876  2022-11-28 21:10:14
## 2877  2022-11-28 21:10:12
## 2878  2022-11-28 21:10:10
## 2879  2022-11-28 21:10:10
## 2880  2022-11-28 21:10:06
## 2881  2022-11-28 21:09:57
## 2882  2022-11-28 21:09:54
## 2883  2022-11-28 21:09:51
## 2884  2022-11-28 21:09:41
## 2885  2022-11-28 21:09:34
## 2886  2022-11-28 21:09:30
## 2887  2022-11-28 21:09:30
## 2888  2022-11-28 21:09:27
## 2889  2022-11-28 21:09:18
## 2890  2022-11-28 21:09:11
## 2891  2022-11-28 21:09:05
## 2892  2022-11-28 21:09:04
## 2893  2022-11-28 21:09:03
## 2894  2022-11-28 21:08:54
## 2895  2022-11-28 21:08:43
## 2896  2022-11-28 21:08:37
## 2897  2022-11-28 21:08:31
## 2898  2022-11-28 21:08:06
## 2899  2022-11-28 21:07:51
## 2900  2022-11-28 21:07:49
## 2901  2022-11-28 21:07:47
## 2902  2022-11-28 21:07:42
## 2903  2022-11-28 21:07:40
## 2904  2022-11-28 21:07:38
## 2905  2022-11-28 21:07:34
## 2906  2022-11-28 21:07:32
## 2907  2022-11-28 21:07:27
## 2908  2022-11-28 21:07:25
## 2909  2022-11-28 21:07:21
## 2910  2022-11-28 21:07:14
## 2911  2022-11-28 21:07:11
## 2912  2022-11-28 21:07:04
## 2913  2022-11-28 21:06:49
## 2914  2022-11-28 21:06:48
## 2915  2022-11-28 21:06:45
## 2916  2022-11-28 21:06:39
## 2917  2022-11-28 21:06:36
## 2918  2022-11-28 21:06:30
## 2919  2022-11-28 21:06:30
## 2920  2022-11-28 21:06:28
## 2921  2022-11-28 21:06:18
## 2922  2022-11-28 21:06:13
## 2923  2022-11-28 21:06:08
## 2924  2022-11-28 21:06:07
## 2925  2022-11-28 21:06:01
## 2926  2022-11-28 21:05:59
## 2927  2022-11-28 21:05:59
## 2928  2022-11-28 21:05:52
## 2929  2022-11-28 21:05:47
## 2930  2022-11-28 21:05:46
## 2931  2022-11-28 21:05:44
## 2932  2022-11-28 21:05:44
## 2933  2022-11-28 21:05:44
## 2934  2022-11-28 21:05:40
## 2935  2022-11-28 21:05:32
## 2936  2022-11-28 21:05:32
## 2937  2022-11-28 21:05:30
## 2938  2022-11-28 21:05:29
## 2939  2022-11-28 21:05:29
## 2940  2022-11-28 21:05:22
## 2941  2022-11-28 21:05:18
## 2942  2022-11-28 21:05:16
## 2943  2022-11-28 21:05:13
## 2944  2022-11-28 21:05:12
## 2945  2022-11-28 21:05:01
## 2946  2022-11-28 21:04:59
## 2947  2022-11-28 21:04:59
## 2948  2022-11-28 21:04:57
## 2949  2022-11-28 21:04:55
## 2950  2022-11-28 21:04:49
## 2951  2022-11-28 21:04:45
## 2952  2022-11-28 21:04:42
## 2953  2022-11-28 21:04:41
## 2954  2022-11-28 21:04:40
## 2955  2022-11-28 21:04:34
## 2956  2022-11-28 21:04:31
## 2957  2022-11-28 21:04:25
## 2958  2022-11-28 21:04:21
## 2959  2022-11-28 21:04:17
## 2960  2022-11-28 21:04:17
## 2961  2022-11-28 21:04:14
## 2962  2022-11-28 21:04:12
## 2963  2022-11-28 21:03:26
## 2964  2022-11-28 21:03:25
## 2965  2022-11-28 21:03:20
## 2966  2022-11-28 21:03:17
## 2967  2022-11-28 21:03:14
## 2968  2022-11-28 21:03:10
## 2969  2022-11-28 21:03:02
## 2970  2022-11-28 21:02:58
## 2971  2022-11-28 21:02:57
## 2972  2022-11-28 21:02:51
## 2973  2022-11-28 21:02:47
## 2974  2022-11-28 21:02:45
## 2975  2022-11-28 21:02:44
## 2976  2022-11-28 21:02:38
## 2977  2022-11-28 21:02:38
## 2978  2022-11-28 21:02:36
## 2979  2022-11-28 21:02:28
## 2980  2022-11-28 21:02:26
## 2981  2022-11-28 21:02:24
## 2982  2022-11-28 21:02:19
## 2983  2022-11-28 21:02:18
## 2984  2022-11-28 21:02:17
## 2985  2022-11-28 21:02:09
## 2986  2022-11-28 21:02:06
## 2987  2022-11-28 21:02:04
## 2988  2022-11-28 21:02:03
## 2989  2022-11-28 21:01:56
## 2990  2022-11-28 21:01:54
## 2991  2022-11-28 21:01:52
## 2992  2022-11-28 21:01:43
## 2993  2022-11-28 21:01:29
## 2994  2022-11-28 21:01:28
## 2995  2022-11-28 21:01:17
## 2996  2022-11-28 21:00:52
## 2997  2022-11-28 21:00:48
## 2998  2022-11-28 21:00:40
## 2999  2022-11-28 21:00:38
## 3000  2022-11-28 21:00:38
## 3001  2022-11-28 21:00:36
## 3002  2022-11-28 21:00:34
## 3003  2022-11-28 21:00:32
## 3004  2022-11-28 21:00:28
## 3005  2022-11-28 21:00:27
## 3006  2022-11-28 21:00:26
## 3007  2022-11-28 21:00:22
## 3008  2022-11-28 21:00:17
## 3009  2022-11-28 21:00:07
## 3010  2022-11-28 21:00:05
## 3011  2022-11-28 21:00:01
## 3012  2022-11-28 21:00:01
## 3013  2022-11-28 20:59:59
## 3014  2022-11-28 20:59:57
## 3015  2022-11-28 20:59:53
## 3016  2022-11-28 20:59:51
## 3017  2022-11-28 20:59:50
## 3018  2022-11-28 20:59:49
## 3019  2022-11-28 20:59:47
## 3020  2022-11-28 20:59:45
## 3021  2022-11-28 20:59:44
## 3022  2022-11-28 20:59:40
## 3023  2022-11-28 20:59:40
## 3024  2022-11-28 20:59:40
## 3025  2022-11-28 20:59:39
## 3026  2022-11-28 20:59:38
## 3027  2022-11-28 20:59:36
## 3028  2022-11-28 20:59:31
## 3029  2022-11-28 20:59:23
## 3030  2022-11-28 20:59:16
## 3031  2022-11-28 20:59:14
## 3032  2022-11-28 20:59:10
## 3033  2022-11-28 20:59:04
## 3034  2022-11-28 20:59:02
## 3035  2022-11-28 20:58:59
## 3036  2022-11-28 20:58:58
## 3037  2022-11-28 20:58:50
## 3038  2022-11-28 20:58:48
## 3039  2022-11-28 20:58:41
## 3040  2022-11-28 20:58:38
## 3041  2022-11-28 20:58:36
## 3042  2022-11-28 20:58:32
## 3043  2022-11-28 20:58:32
## 3044  2022-11-28 20:58:29
## 3045  2022-11-28 20:58:29
## 3046  2022-11-28 20:58:27
## 3047  2022-11-28 20:58:08
## 3048  2022-11-28 20:58:07
## 3049  2022-11-28 20:58:05
## 3050  2022-11-28 20:58:03
## 3051  2022-11-28 20:57:56
## 3052  2022-11-28 20:57:54
## 3053  2022-11-28 20:57:49
## 3054  2022-11-28 20:57:41
## 3055  2022-11-28 20:57:38
## 3056  2022-11-28 20:57:26
## 3057  2022-11-28 20:57:23
## 3058  2022-11-28 20:57:17
## 3059  2022-11-28 20:57:13
## 3060  2022-11-28 20:57:11
## 3061  2022-11-28 20:57:10
## 3062  2022-11-28 20:57:03
## 3063  2022-11-28 20:57:00
## 3064  2022-11-28 20:56:59
## 3065  2022-11-28 20:56:59
## 3066  2022-11-28 20:56:55
## 3067  2022-11-28 20:56:50
## 3068  2022-11-28 20:56:41
## 3069  2022-11-28 20:56:36
## 3070  2022-11-28 20:56:34
## 3071  2022-11-28 20:56:27
## 3072  2022-11-28 20:56:27
## 3073  2022-11-28 20:56:23
## 3074  2022-11-28 20:56:18
## 3075  2022-11-28 20:56:17
## 3076  2022-11-28 20:56:05
## 3077  2022-11-28 20:56:04
## 3078  2022-11-28 20:55:58
## 3079  2022-11-28 20:55:58
## 3080  2022-11-28 20:55:54
## 3081  2022-11-28 20:55:46
## 3082  2022-11-28 20:55:43
## 3083  2022-11-28 20:55:31
## 3084  2022-11-28 20:55:28
## 3085  2022-11-28 20:55:21
## 3086  2022-11-28 20:55:10
## 3087  2022-11-28 20:55:08
## 3088  2022-11-28 20:55:05
## 3089  2022-11-28 20:55:05
## 3090  2022-11-28 20:55:05
## 3091  2022-11-28 20:55:03
## 3092  2022-11-28 20:55:02
## 3093  2022-11-28 20:54:56
## 3094  2022-11-28 20:54:52
## 3095  2022-11-28 20:54:51
## 3096  2022-11-28 20:54:47
## 3097  2022-11-28 20:54:43
## 3098  2022-11-28 20:54:39
## 3099  2022-11-28 20:54:39
## 3100  2022-11-28 20:54:34
## 3101  2022-11-28 20:54:33
## 3102  2022-11-28 20:54:29
## 3103  2022-11-28 20:54:17
## 3104  2022-11-28 20:54:14
## 3105  2022-11-28 20:54:11
## 3106  2022-11-28 20:54:11
## 3107  2022-11-28 20:54:10
## 3108  2022-11-28 20:54:06
## 3109  2022-11-28 20:54:00
## 3110  2022-11-28 20:54:00
## 3111  2022-11-28 20:54:00
## 3112  2022-11-28 20:53:57
## 3113  2022-11-28 20:53:56
## 3114  2022-11-28 20:53:55
## 3115  2022-11-28 20:53:50
## 3116  2022-11-28 20:53:47
## 3117  2022-11-28 20:53:40
## 3118  2022-11-28 20:53:37
## 3119  2022-11-28 20:53:35
## 3120  2022-11-28 20:53:26
## 3121  2022-11-28 20:53:22
## 3122  2022-11-28 20:53:18
## 3123  2022-11-28 20:53:15
## 3124  2022-11-28 20:53:10
## 3125  2022-11-28 20:53:08
## 3126  2022-11-28 20:52:47
## 3127  2022-11-28 20:52:47
## 3128  2022-11-28 20:52:46
## 3129  2022-11-28 20:52:43
## 3130  2022-11-28 20:52:37
## 3131  2022-11-28 20:52:34
## 3132  2022-11-28 20:52:31
## 3133  2022-11-28 20:52:28
## 3134  2022-11-28 20:52:22
## 3135  2022-11-28 20:52:11
## 3136  2022-11-28 20:52:11
## 3137  2022-11-28 20:52:08
## 3138  2022-11-28 20:52:07
## 3139  2022-11-28 20:52:06
## 3140  2022-11-28 20:52:00
## 3141  2022-11-28 20:51:59
## 3142  2022-11-28 20:51:56
## 3143  2022-11-28 20:51:54
## 3144  2022-11-28 20:51:50
## 3145  2022-11-28 20:51:49
## 3146  2022-11-28 20:51:48
## 3147  2022-11-28 20:51:46
## 3148  2022-11-28 20:51:42
## 3149  2022-11-28 20:51:36
## 3150  2022-11-28 20:51:34
## 3151  2022-11-28 20:51:30
## 3152  2022-11-28 20:51:29
## 3153  2022-11-28 20:51:28
## 3154  2022-11-28 20:51:24
## 3155  2022-11-28 20:51:24
## 3156  2022-11-28 20:51:13
## 3157  2022-11-28 20:51:10
## 3158  2022-11-28 20:51:08
## 3159  2022-11-28 20:51:08
## 3160  2022-11-28 20:51:00
## 3161  2022-11-28 20:50:57
## 3162  2022-11-28 20:50:46
## 3163  2022-11-28 20:50:45
## 3164  2022-11-28 20:50:36
## 3165  2022-11-28 20:50:35
## 3166  2022-11-28 20:50:30
## 3167  2022-11-28 20:50:16
## 3168  2022-11-28 20:50:07
## 3169  2022-11-28 20:50:07
## 3170  2022-11-28 20:50:03
## 3171  2022-11-28 20:49:58
## 3172  2022-11-28 20:49:58
## 3173  2022-11-28 20:49:51
## 3174  2022-11-28 20:49:46
## 3175  2022-11-28 20:49:45
## 3176  2022-11-28 20:49:42
## 3177  2022-11-28 20:49:33
## 3178  2022-11-28 20:49:27
## 3179  2022-11-28 20:49:26
## 3180  2022-11-28 20:49:21
## 3181  2022-11-28 20:49:14
## 3182  2022-11-28 20:49:09
## 3183  2022-11-28 20:49:04
## 3184  2022-11-28 20:49:02
## 3185  2022-11-28 20:48:59
## 3186  2022-11-28 20:48:55
## 3187  2022-11-28 20:48:50
## 3188  2022-11-28 20:48:44
## 3189  2022-11-28 20:48:41
## 3190  2022-11-28 20:48:34
## 3191  2022-11-28 20:48:25
## 3192  2022-11-28 20:48:23
## 3193  2022-11-28 20:48:15
## 3194  2022-11-28 20:48:10
## 3195  2022-11-28 20:47:58
## 3196  2022-11-28 20:47:56
## 3197  2022-11-28 20:47:40
## 3198  2022-11-28 20:47:39
## 3199  2022-11-28 20:47:38
## 3200  2022-11-28 20:47:33
## 3201  2022-11-28 20:47:20
## 3202  2022-11-28 20:47:18
## 3203  2022-11-28 20:47:12
## 3204  2022-11-28 20:47:10
## 3205  2022-11-28 20:47:08
## 3206  2022-11-28 20:47:07
## 3207  2022-11-28 20:47:03
## 3208  2022-11-28 20:47:01
## 3209  2022-11-28 20:47:01
## 3210  2022-11-28 20:47:00
## 3211  2022-11-28 20:46:57
## 3212  2022-11-28 20:46:51
## 3213  2022-11-28 20:46:44
## 3214  2022-11-28 20:46:42
## 3215  2022-11-28 20:46:37
## 3216  2022-11-28 20:46:35
## 3217  2022-11-28 20:46:24
## 3218  2022-11-28 20:46:21
## 3219  2022-11-28 20:46:19
## 3220  2022-11-28 20:46:19
## 3221  2022-11-28 20:46:09
## 3222  2022-11-28 20:46:04
## 3223  2022-11-28 20:46:03
## 3224  2022-11-28 20:45:56
## 3225  2022-11-28 20:45:55
## 3226  2022-11-28 20:45:55
## 3227  2022-11-28 20:45:50
## 3228  2022-11-28 20:45:47
## 3229  2022-11-28 20:45:46
## 3230  2022-11-28 20:45:34
## 3231  2022-11-28 20:45:32
## 3232  2022-11-28 20:45:31
## 3233  2022-11-28 20:45:27
## 3234  2022-11-28 20:45:26
## 3235  2022-11-28 20:45:22
## 3236  2022-11-28 20:45:19
## 3237  2022-11-28 20:45:16
## 3238  2022-11-28 20:45:11
## 3239  2022-11-28 20:45:08
## 3240  2022-11-28 20:45:05
## 3241  2022-11-28 20:45:01
## 3242  2022-11-28 20:44:46
## 3243  2022-11-28 20:44:45
## 3244  2022-11-28 20:44:43
## 3245  2022-11-28 20:44:39
## 3246  2022-11-28 20:44:36
## 3247  2022-11-28 20:44:31
## 3248  2022-11-28 20:44:30
## 3249  2022-11-28 20:44:29
## 3250  2022-11-28 20:44:28
## 3251  2022-11-28 20:44:21
## 3252  2022-11-28 20:44:17
## 3253  2022-11-28 20:44:17
## 3254  2022-11-28 20:44:16
## 3255  2022-11-28 20:44:07
## 3256  2022-11-28 20:44:02
## 3257  2022-11-28 20:43:44
## 3258  2022-11-28 20:43:41
## 3259  2022-11-28 20:43:41
## 3260  2022-11-28 20:43:41
## 3261  2022-11-28 20:43:37
## 3262  2022-11-28 20:43:36
## 3263  2022-11-28 20:43:31
## 3264  2022-11-28 20:43:30
## 3265  2022-11-28 20:43:27
## 3266  2022-11-28 20:43:26
## 3267  2022-11-28 20:43:15
## 3268  2022-11-28 20:43:15
## 3269  2022-11-28 20:43:10
## 3270  2022-11-28 20:43:08
## 3271  2022-11-28 20:42:57
## 3272  2022-11-28 20:42:55
## 3273  2022-11-28 20:42:54
## 3274  2022-11-28 20:42:49
## 3275  2022-11-28 20:42:49
## 3276  2022-11-28 20:42:39
## 3277  2022-11-28 20:42:38
## 3278  2022-11-28 20:42:38
## 3279  2022-11-28 20:42:28
## 3280  2022-11-28 20:42:26
## 3281  2022-11-28 20:42:26
## 3282  2022-11-28 20:42:26
## 3283  2022-11-28 20:42:25
## 3284  2022-11-28 20:42:24
## 3285  2022-11-28 20:42:21
## 3286  2022-11-28 20:42:20
## 3287  2022-11-28 20:42:16
## 3288  2022-11-28 20:42:11
## 3289  2022-11-28 20:42:08
## 3290  2022-11-28 20:42:02
## 3291  2022-11-28 20:42:01
## 3292  2022-11-28 20:42:01
## 3293  2022-11-28 20:41:56
## 3294  2022-11-28 20:41:55
## 3295  2022-11-28 20:41:38
## 3296  2022-11-28 20:41:30
## 3297  2022-11-28 20:41:27
## 3298  2022-11-28 20:41:16
## 3299  2022-11-28 20:41:15
## 3300  2022-11-28 20:41:09
## 3301  2022-11-28 20:41:06
## 3302  2022-11-28 20:41:01
## 3303  2022-11-28 20:40:58
## 3304  2022-11-28 20:40:52
## 3305  2022-11-28 20:40:51
## 3306  2022-11-28 20:40:49
## 3307  2022-11-28 20:40:48
## 3308  2022-11-28 20:40:46
## 3309  2022-11-28 20:40:45
## 3310  2022-11-28 20:40:45
## 3311  2022-11-28 20:40:31
## 3312  2022-11-28 20:40:24
## 3313  2022-11-28 20:40:20
## 3314  2022-11-28 20:40:18
## 3315  2022-11-28 20:40:16
## 3316  2022-11-28 20:40:13
## 3317  2022-11-28 20:40:13
## 3318  2022-11-28 20:40:12
## 3319  2022-11-28 20:40:09
## 3320  2022-11-28 20:40:04
## 3321  2022-11-28 20:40:03
## 3322  2022-11-28 20:40:01
## 3323  2022-11-28 20:39:55
## 3324  2022-11-28 20:39:49
## 3325  2022-11-28 20:39:45
## 3326  2022-11-28 20:39:41
## 3327  2022-11-28 20:39:41
## 3328  2022-11-28 20:39:41
## 3329  2022-11-28 20:39:38
## 3330  2022-11-28 20:39:31
## 3331  2022-11-28 20:39:30
## 3332  2022-11-28 20:39:22
## 3333  2022-11-28 20:39:19
## 3334  2022-11-28 20:39:19
## 3335  2022-11-28 20:39:11
## 3336  2022-11-28 20:39:09
## 3337  2022-11-28 20:39:05
## 3338  2022-11-28 20:39:03
## 3339  2022-11-28 20:39:00
## 3340  2022-11-28 20:38:56
## 3341  2022-11-28 20:38:56
## 3342  2022-11-28 20:38:53
## 3343  2022-11-28 20:38:50
## 3344  2022-11-28 20:38:49
## 3345  2022-11-28 20:38:48
## 3346  2022-11-28 20:38:44
## 3347  2022-11-28 20:38:44
## 3348  2022-11-28 20:38:41
## 3349  2022-11-28 20:38:36
## 3350  2022-11-28 20:38:29
## 3351  2022-11-28 20:38:21
## 3352  2022-11-28 20:38:15
## 3353  2022-11-28 20:38:03
## 3354  2022-11-28 20:37:52
## 3355  2022-11-28 20:37:52
## 3356  2022-11-28 20:37:50
## 3357  2022-11-28 20:37:45
## 3358  2022-11-28 20:37:40
## 3359  2022-11-28 20:37:34
## 3360  2022-11-28 20:37:32
## 3361  2022-11-28 20:37:21
## 3362  2022-11-28 20:37:18
## 3363  2022-11-28 20:37:14
## 3364  2022-11-28 20:37:11
## 3365  2022-11-28 20:37:09
## 3366  2022-11-28 20:37:03
## 3367  2022-11-28 20:37:02
## 3368  2022-11-28 20:37:02
## 3369  2022-11-28 20:36:54
## 3370  2022-11-28 20:36:51
## 3371  2022-11-28 20:36:49
## 3372  2022-11-28 20:36:47
## 3373  2022-11-28 20:36:46
## 3374  2022-11-28 20:36:41
## 3375  2022-11-28 20:36:38
## 3376  2022-11-28 20:36:06
## 3377  2022-11-28 20:36:05
## 3378  2022-11-28 20:36:04
## 3379  2022-11-28 20:36:00
## 3380  2022-11-28 20:35:47
## 3381  2022-11-28 20:35:42
## 3382  2022-11-28 20:35:40
## 3383  2022-11-28 20:35:37
## 3384  2022-11-28 20:35:33
## 3385  2022-11-28 20:35:27
## 3386  2022-11-28 20:35:26
## 3387  2022-11-28 20:35:24
## 3388  2022-11-28 20:35:24
## 3389  2022-11-28 20:35:18
## 3390  2022-11-28 20:35:17
## 3391  2022-11-28 20:35:13
## 3392  2022-11-28 20:35:02
## 3393  2022-11-28 20:34:58
## 3394  2022-11-28 20:34:52
## 3395  2022-11-28 20:34:51
## 3396  2022-11-28 20:34:46
## 3397  2022-11-28 20:34:41
## 3398  2022-11-28 20:34:35
## 3399  2022-11-28 20:34:31
## 3400  2022-11-28 20:34:28
## 3401  2022-11-28 20:34:25
## 3402  2022-11-28 20:34:10
## 3403  2022-11-28 20:34:04
## 3404  2022-11-28 20:34:02
## 3405  2022-11-28 20:33:55
## 3406  2022-11-28 20:33:54
## 3407  2022-11-28 20:33:54
## 3408  2022-11-28 20:33:53
## 3409  2022-11-28 20:33:51
## 3410  2022-11-28 20:33:35
## 3411  2022-11-28 20:33:31
## 3412  2022-11-28 20:33:14
## 3413  2022-11-28 20:33:10
## 3414  2022-11-28 20:33:04
## 3415  2022-11-28 20:32:57
## 3416  2022-11-28 20:32:54
## 3417  2022-11-28 20:32:50
## 3418  2022-11-28 20:32:49
## 3419  2022-11-28 20:32:48
## 3420  2022-11-28 20:32:36
## 3421  2022-11-28 20:32:34
## 3422  2022-11-28 20:32:31
## 3423  2022-11-28 20:32:27
## 3424  2022-11-28 20:32:25
## 3425  2022-11-28 20:32:25
## 3426  2022-11-28 20:32:25
## 3427  2022-11-28 20:32:24
## 3428  2022-11-28 20:32:24
## 3429  2022-11-28 20:32:23
## 3430  2022-11-28 20:32:21
## 3431  2022-11-28 20:32:16
## 3432  2022-11-28 20:32:14
## 3433  2022-11-28 20:32:14
## 3434  2022-11-28 20:32:11
## 3435  2022-11-28 20:32:07
## 3436  2022-11-28 20:32:07
## 3437  2022-11-28 20:31:57
## 3438  2022-11-28 20:31:54
## 3439  2022-11-28 20:31:53
## 3440  2022-11-28 20:31:53
## 3441  2022-11-28 20:31:53
## 3442  2022-11-28 20:31:53
## 3443  2022-11-28 20:31:52
## 3444  2022-11-28 20:31:45
## 3445  2022-11-28 20:31:45
## 3446  2022-11-28 20:31:45
## 3447  2022-11-28 20:31:44
## 3448  2022-11-28 20:31:40
## 3449  2022-11-28 20:31:40
## 3450  2022-11-28 20:31:29
## 3451  2022-11-28 20:31:24
## 3452  2022-11-28 20:31:24
## 3453  2022-11-28 20:31:15
## 3454  2022-11-28 20:30:51
## 3455  2022-11-28 20:30:48
## 3456  2022-11-28 20:30:47
## 3457  2022-11-28 20:30:47
## 3458  2022-11-28 20:30:46
## 3459  2022-11-28 20:30:38
## 3460  2022-11-28 20:30:23
## 3461  2022-11-28 20:30:20
## 3462  2022-11-28 20:30:20
## 3463  2022-11-28 20:30:11
## 3464  2022-11-28 20:30:09
## 3465  2022-11-28 20:30:07
## 3466  2022-11-28 20:30:07
## 3467  2022-11-28 20:30:06
## 3468  2022-11-28 20:30:02
## 3469  2022-11-28 20:30:02
## 3470  2022-11-28 20:29:59
## 3471  2022-11-28 20:29:55
## 3472  2022-11-28 20:29:55
## 3473  2022-11-28 20:29:52
## 3474  2022-11-28 20:29:49
## 3475  2022-11-28 20:29:49
## 3476  2022-11-28 20:29:42
## 3477  2022-11-28 20:29:31
## 3478  2022-11-28 20:29:28
## 3479  2022-11-28 20:29:28
## 3480  2022-11-28 20:29:19
## 3481  2022-11-28 20:29:15
## 3482  2022-11-28 20:29:15
## 3483  2022-11-28 20:29:14
## 3484  2022-11-28 20:29:14
## 3485  2022-11-28 20:29:03
## 3486  2022-11-28 20:29:03
## 3487  2022-11-28 20:29:02
## 3488  2022-11-28 20:28:56
## 3489  2022-11-28 20:28:51
## 3490  2022-11-28 20:28:47
## 3491  2022-11-28 20:28:45
## 3492  2022-11-28 20:28:43
## 3493  2022-11-28 20:28:41
## 3494  2022-11-28 20:28:41
## 3495  2022-11-28 20:28:40
## 3496  2022-11-28 20:28:29
## 3497  2022-11-28 20:28:24
## 3498  2022-11-28 20:28:22
## 3499  2022-11-28 20:28:19
## 3500  2022-11-28 20:28:14
## 3501  2022-11-28 20:28:12
## 3502  2022-11-28 20:28:11
## 3503  2022-11-28 20:28:09
## 3504  2022-11-28 20:27:51
## 3505  2022-11-28 20:27:37
## 3506  2022-11-28 20:27:33
## 3507  2022-11-28 20:27:27
## 3508  2022-11-28 20:27:27
## 3509  2022-11-28 20:27:07
## 3510  2022-11-28 20:27:06
## 3511  2022-11-28 20:26:57
## 3512  2022-11-28 20:26:48
## 3513  2022-11-28 20:26:43
## 3514  2022-11-28 20:26:36
## 3515  2022-11-28 20:26:28
## 3516  2022-11-28 20:26:24
## 3517  2022-11-28 20:26:23
## 3518  2022-11-28 20:26:20
## 3519  2022-11-28 20:25:57
## 3520  2022-11-28 20:25:55
## 3521  2022-11-28 20:25:44
## 3522  2022-11-28 20:25:33
## 3523  2022-11-28 20:25:26
## 3524  2022-11-28 20:25:24
## 3525  2022-11-28 20:25:18
## 3526  2022-11-28 20:25:15
## 3527  2022-11-28 20:25:06
## 3528  2022-11-28 20:25:01
## 3529  2022-11-28 20:24:49
## 3530  2022-11-28 20:24:49
## 3531  2022-11-28 20:24:40
## 3532  2022-11-28 20:24:38
## 3533  2022-11-28 20:24:35
## 3534  2022-11-28 20:24:33
## 3535  2022-11-28 20:24:30
## 3536  2022-11-28 20:24:27
## 3537  2022-11-28 20:24:22
## 3538  2022-11-28 20:24:16
## 3539  2022-11-28 20:24:13
## 3540  2022-11-28 20:24:03
## 3541  2022-11-28 20:24:00
## 3542  2022-11-28 20:23:59
## 3543  2022-11-28 20:23:52
## 3544  2022-11-28 20:23:49
## 3545  2022-11-28 20:23:49
## 3546  2022-11-28 20:23:46
## 3547  2022-11-28 20:23:43
## 3548  2022-11-28 20:23:42
## 3549  2022-11-28 20:23:42
## 3550  2022-11-28 20:23:41
## 3551  2022-11-28 20:23:36
## 3552  2022-11-28 20:23:25
## 3553  2022-11-28 20:23:23
## 3554  2022-11-28 20:23:13
## 3555  2022-11-28 20:23:09
## 3556  2022-11-28 20:23:07
## 3557  2022-11-28 20:23:05
## 3558  2022-11-28 20:23:01
## 3559  2022-11-28 20:22:50
## 3560  2022-11-28 20:22:49
## 3561  2022-11-28 20:22:47
## 3562  2022-11-28 20:22:41
## 3563  2022-11-28 20:22:36
## 3564  2022-11-28 20:22:36
## 3565  2022-11-28 20:22:31
## 3566  2022-11-28 20:22:16
## 3567  2022-11-28 20:22:16
## 3568  2022-11-28 20:22:07
## 3569  2022-11-28 20:21:58
## 3570  2022-11-28 20:21:52
## 3571  2022-11-28 20:21:42
## 3572  2022-11-28 20:21:35
## 3573  2022-11-28 20:21:32
## 3574  2022-11-28 20:21:24
## 3575  2022-11-28 20:21:23
## 3576  2022-11-28 20:21:10
## 3577  2022-11-28 20:21:05
## 3578  2022-11-28 20:21:04
## 3579  2022-11-28 20:20:58
## 3580  2022-11-28 20:20:54
## 3581  2022-11-28 20:20:53
## 3582  2022-11-28 20:20:52
## 3583  2022-11-28 20:20:48
## 3584  2022-11-28 20:20:48
## 3585  2022-11-28 20:20:48
## 3586  2022-11-28 20:20:41
## 3587  2022-11-28 20:20:41
## 3588  2022-11-28 20:20:36
## 3589  2022-11-28 20:20:23
## 3590  2022-11-28 20:20:19
## 3591  2022-11-28 20:20:19
## 3592  2022-11-28 20:20:18
## 3593  2022-11-28 20:20:18
## 3594  2022-11-28 20:20:17
## 3595  2022-11-28 20:20:13
## 3596  2022-11-28 20:20:11
## 3597  2022-11-28 20:20:00
## 3598  2022-11-28 20:19:58
## 3599  2022-11-28 20:19:48
## 3600  2022-11-28 20:19:40
## 3601  2022-11-28 20:19:31
## 3602  2022-11-28 20:19:30
## 3603  2022-11-28 20:19:29
## 3604  2022-11-28 20:19:24
## 3605  2022-11-28 20:19:23
## 3606  2022-11-28 20:19:14
## 3607  2022-11-28 20:19:12
## 3608  2022-11-28 20:19:11
## 3609  2022-11-28 20:19:03
## 3610  2022-11-28 20:19:03
## 3611  2022-11-28 20:19:02
## 3612  2022-11-28 20:18:54
## 3613  2022-11-28 20:18:53
## 3614  2022-11-28 20:18:52
## 3615  2022-11-28 20:18:47
## 3616  2022-11-28 20:18:42
## 3617  2022-11-28 20:18:34
## 3618  2022-11-28 20:18:31
## 3619  2022-11-28 20:18:24
## 3620  2022-11-28 20:18:23
## 3621  2022-11-28 20:18:21
## 3622  2022-11-28 20:18:19
## 3623  2022-11-28 20:18:19
## 3624  2022-11-28 20:18:11
## 3625  2022-11-28 20:18:10
## 3626  2022-11-28 20:18:07
## 3627  2022-11-28 20:18:04
## 3628  2022-11-28 20:18:01
## 3629  2022-11-28 20:17:59
## 3630  2022-11-28 20:17:59
## 3631  2022-11-28 20:17:58
## 3632  2022-11-28 20:17:55
## 3633  2022-11-28 20:17:53
## 3634  2022-11-28 20:17:53
## 3635  2022-11-28 20:17:52
## 3636  2022-11-28 20:17:49
## 3637  2022-11-28 20:17:43
## 3638  2022-11-28 20:17:41
## 3639  2022-11-28 20:17:39
## 3640  2022-11-28 20:17:36
## 3641  2022-11-28 20:17:35
## 3642  2022-11-28 20:17:35
## 3643  2022-11-28 20:17:32
## 3644  2022-11-28 20:17:31
## 3645  2022-11-28 20:17:25
## 3646  2022-11-28 20:17:23
## 3647  2022-11-28 20:17:16
## 3648  2022-11-28 20:17:11
## 3649  2022-11-28 20:17:05
## 3650  2022-11-28 20:17:03
## 3651  2022-11-28 20:17:02
## 3652  2022-11-28 20:17:01
## 3653  2022-11-28 20:16:58
## 3654  2022-11-28 20:16:56
## 3655  2022-11-28 20:16:55
## 3656  2022-11-28 20:16:53
## 3657  2022-11-28 20:16:50
## 3658  2022-11-28 20:16:43
## 3659  2022-11-28 20:16:40
## 3660  2022-11-28 20:16:34
## 3661  2022-11-28 20:16:17
## 3662  2022-11-28 20:16:17
## 3663  2022-11-28 20:16:13
## 3664  2022-11-28 20:16:05
## 3665  2022-11-28 20:16:04
## 3666  2022-11-28 20:15:59
## 3667  2022-11-28 20:15:58
## 3668  2022-11-28 20:15:57
## 3669  2022-11-28 20:15:55
## 3670  2022-11-28 20:15:55
## 3671  2022-11-28 20:15:51
## 3672  2022-11-28 20:15:50
## 3673  2022-11-28 20:15:45
## 3674  2022-11-28 20:15:44
## 3675  2022-11-28 20:15:32
## 3676  2022-11-28 20:15:30
## 3677  2022-11-28 20:15:22
## 3678  2022-11-28 20:15:22
## 3679  2022-11-28 20:15:22
## 3680  2022-11-28 20:15:19
## 3681  2022-11-28 20:15:13
## 3682  2022-11-28 20:15:13
## 3683  2022-11-28 20:15:09
## 3684  2022-11-28 20:15:01
## 3685  2022-11-28 20:15:01
## 3686  2022-11-28 20:14:57
## 3687  2022-11-28 20:14:42
## 3688  2022-11-28 20:14:39
## 3689  2022-11-28 20:14:39
## 3690  2022-11-28 20:14:35
## 3691  2022-11-28 20:14:35
## 3692  2022-11-28 20:14:34
## 3693  2022-11-28 20:14:32
## 3694  2022-11-28 20:14:25
## 3695  2022-11-28 20:14:25
## 3696  2022-11-28 20:14:24
## 3697  2022-11-28 20:14:24
## 3698  2022-11-28 20:14:23
## 3699  2022-11-28 20:14:21
## 3700  2022-11-28 20:14:21
## 3701  2022-11-28 20:14:10
## 3702  2022-11-28 20:14:07
## 3703  2022-11-28 20:14:01
## 3704  2022-11-28 20:13:53
## 3705  2022-11-28 20:13:53
## 3706  2022-11-28 20:13:51
## 3707  2022-11-28 20:13:48
## 3708  2022-11-28 20:13:45
## 3709  2022-11-28 20:13:36
## 3710  2022-11-28 20:13:36
## 3711  2022-11-28 20:13:35
## 3712  2022-11-28 20:13:35
## 3713  2022-11-28 20:13:20
## 3714  2022-11-28 20:13:19
## 3715  2022-11-28 20:13:08
## 3716  2022-11-28 20:13:07
## 3717  2022-11-28 20:13:05
## 3718  2022-11-28 20:13:01
## 3719  2022-11-28 20:12:59
## 3720  2022-11-28 20:12:57
## 3721  2022-11-28 20:12:56
## 3722  2022-11-28 20:12:46
## 3723  2022-11-28 20:12:38
## 3724  2022-11-28 20:12:37
## 3725  2022-11-28 20:12:35
## 3726  2022-11-28 20:12:33
## 3727  2022-11-28 20:12:32
## 3728  2022-11-28 20:12:29
## 3729  2022-11-28 20:12:28
## 3730  2022-11-28 20:12:25
## 3731  2022-11-28 20:12:25
## 3732  2022-11-28 20:12:23
## 3733  2022-11-28 20:12:20
## 3734  2022-11-28 20:12:19
## 3735  2022-11-28 20:12:11
## 3736  2022-11-28 20:12:07
## 3737  2022-11-28 20:12:06
## 3738  2022-11-28 20:11:59
## 3739  2022-11-28 20:11:59
## 3740  2022-11-28 20:11:57
## 3741  2022-11-28 20:11:37
## 3742  2022-11-28 20:11:35
## 3743  2022-11-28 20:11:34
## 3744  2022-11-28 20:11:33
## 3745  2022-11-28 20:11:29
## 3746  2022-11-28 20:11:23
## 3747  2022-11-28 20:11:19
## 3748  2022-11-28 20:11:18
## 3749  2022-11-28 20:11:14
## 3750  2022-11-28 20:11:06
## 3751  2022-11-28 20:11:02
## 3752  2022-11-28 20:10:59
## 3753  2022-11-28 20:10:58
## 3754  2022-11-28 20:10:43
## 3755  2022-11-28 20:10:38
## 3756  2022-11-28 20:10:25
## 3757  2022-11-28 20:10:11
## 3758  2022-11-28 20:10:07
## 3759  2022-11-28 20:10:01
## 3760  2022-11-28 20:10:01
## 3761  2022-11-28 20:09:53
## 3762  2022-11-28 20:09:52
## 3763  2022-11-28 20:09:52
## 3764  2022-11-28 20:09:51
## 3765  2022-11-28 20:09:45
## 3766  2022-11-28 20:09:44
## 3767  2022-11-28 20:09:36
## 3768  2022-11-28 20:09:35
## 3769  2022-11-28 20:09:35
## 3770  2022-11-28 20:09:26
## 3771  2022-11-28 20:09:24
## 3772  2022-11-28 20:09:23
## 3773  2022-11-28 20:09:17
## 3774  2022-11-28 20:09:12
## 3775  2022-11-28 20:09:10
## 3776  2022-11-28 20:09:06
## 3777  2022-11-28 20:09:03
## 3778  2022-11-28 20:08:57
## 3779  2022-11-28 20:08:56
## 3780  2022-11-28 20:08:56
## 3781  2022-11-28 20:08:56
## 3782  2022-11-28 20:08:52
## 3783  2022-11-28 20:08:47
## 3784  2022-11-28 20:08:47
## 3785  2022-11-28 20:08:46
## 3786  2022-11-28 20:08:45
## 3787  2022-11-28 20:08:40
## 3788  2022-11-28 20:08:39
## 3789  2022-11-28 20:08:37
## 3790  2022-11-28 20:08:36
## 3791  2022-11-28 20:08:36
## 3792  2022-11-28 20:08:31
## 3793  2022-11-28 20:08:28
## 3794  2022-11-28 20:08:24
## 3795  2022-11-28 20:08:21
## 3796  2022-11-28 20:08:20
## 3797  2022-11-28 20:08:17
## 3798  2022-11-28 20:08:14
## 3799  2022-11-28 20:08:05
## 3800  2022-11-28 20:08:03
## 3801  2022-11-28 20:07:37
## 3802  2022-11-28 20:07:31
## 3803  2022-11-28 20:07:30
## 3804  2022-11-28 20:07:25
## 3805  2022-11-28 20:07:21
## 3806  2022-11-28 20:07:20
## 3807  2022-11-28 20:07:18
## 3808  2022-11-28 20:07:14
## 3809  2022-11-28 20:07:12
## 3810  2022-11-28 20:07:06
## 3811  2022-11-28 20:07:05
## 3812  2022-11-28 20:07:05
## 3813  2022-11-28 20:06:55
## 3814  2022-11-28 20:06:55
## 3815  2022-11-28 20:06:54
## 3816  2022-11-28 20:06:49
## 3817  2022-11-28 20:06:49
## 3818  2022-11-28 20:06:47
## 3819  2022-11-28 20:06:41
## 3820  2022-11-28 20:06:39
## 3821  2022-11-28 20:06:32
## 3822  2022-11-28 20:06:31
## 3823  2022-11-28 20:06:31
## 3824  2022-11-28 20:06:30
## 3825  2022-11-28 20:06:18
## 3826  2022-11-28 20:06:16
## 3827  2022-11-28 20:06:13
## 3828  2022-11-28 20:06:09
## 3829  2022-11-28 20:05:55
## 3830  2022-11-28 20:05:47
## 3831  2022-11-28 20:05:46
## 3832  2022-11-28 20:05:43
## 3833  2022-11-28 20:05:40
## 3834  2022-11-28 20:05:31
## 3835  2022-11-28 20:05:30
## 3836  2022-11-28 20:05:00
## 3837  2022-11-28 20:04:57
## 3838  2022-11-28 20:04:47
## 3839  2022-11-28 20:04:30
## 3840  2022-11-28 20:04:21
## 3841  2022-11-28 20:04:16
## 3842  2022-11-28 20:04:11
## 3843  2022-11-28 20:04:09
## 3844  2022-11-28 20:04:08
## 3845  2022-11-28 20:04:03
## 3846  2022-11-28 20:04:02
## 3847  2022-11-28 20:04:01
## 3848  2022-11-28 20:03:56
## 3849  2022-11-28 20:03:35
## 3850  2022-11-28 20:03:28
## 3851  2022-11-28 20:03:26
## 3852  2022-11-28 20:03:21
## 3853  2022-11-28 20:03:18
## 3854  2022-11-28 20:03:16
## 3855  2022-11-28 20:03:15
## 3856  2022-11-28 20:03:07
## 3857  2022-11-28 20:03:06
## 3858  2022-11-28 20:03:04
## 3859  2022-11-28 20:02:58
## 3860  2022-11-28 20:02:51
## 3861  2022-11-28 20:02:50
## 3862  2022-11-28 20:02:45
## 3863  2022-11-28 20:02:17
## 3864  2022-11-28 20:02:15
## 3865  2022-11-28 20:02:14
## 3866  2022-11-28 20:02:01
## 3867  2022-11-28 20:01:57
## 3868  2022-11-28 20:01:41
## 3869  2022-11-28 20:01:35
## 3870  2022-11-28 20:01:25
## 3871  2022-11-28 20:01:25
## 3872  2022-11-28 20:01:17
## 3873  2022-11-28 20:01:16
## 3874  2022-11-28 20:01:15
## 3875  2022-11-28 20:01:14
## 3876  2022-11-28 20:01:13
## 3877  2022-11-28 20:01:08
## 3878  2022-11-28 20:01:06
## 3879  2022-11-28 20:00:49
## 3880  2022-11-28 20:00:39
## 3881  2022-11-28 20:00:37
## 3882  2022-11-28 20:00:16
## 3883  2022-11-28 20:00:09
## 3884  2022-11-28 20:00:08
## 3885  2022-11-28 20:00:06
## 3886  2022-11-28 20:00:01
## 3887  2022-11-28 20:00:00
## 3888  2022-11-28 19:59:55
## 3889  2022-11-28 19:59:54
## 3890  2022-11-28 19:59:42
## 3891  2022-11-28 19:59:40
## 3892  2022-11-28 19:59:37
## 3893  2022-11-28 19:59:35
## 3894  2022-11-28 19:59:35
## 3895  2022-11-28 19:59:26
## 3896  2022-11-28 19:59:18
## 3897  2022-11-28 19:59:09
## 3898  2022-11-28 19:59:04
## 3899  2022-11-28 19:58:52
## 3900  2022-11-28 19:58:51
## 3901  2022-11-28 19:58:50
## 3902  2022-11-28 19:58:38
## 3903  2022-11-28 19:58:35
## 3904  2022-11-28 19:58:24
## 3905  2022-11-28 19:58:18
## 3906  2022-11-28 19:58:06
## 3907  2022-11-28 19:58:01
## 3908  2022-11-28 19:57:59
## 3909  2022-11-28 19:57:54
## 3910  2022-11-28 19:57:44
## 3911  2022-11-28 19:57:42
## 3912  2022-11-28 19:57:40
## 3913  2022-11-28 19:57:33
## 3914  2022-11-28 19:57:32
## 3915  2022-11-28 19:57:26
## 3916  2022-11-28 19:57:26
## 3917  2022-11-28 19:57:19
## 3918  2022-11-28 19:57:17
## 3919  2022-11-28 19:57:16
## 3920  2022-11-28 19:57:16
## 3921  2022-11-28 19:57:10
## 3922  2022-11-28 19:57:10
## 3923  2022-11-28 19:57:07
## 3924  2022-11-28 19:57:07
## 3925  2022-11-28 19:57:05
## 3926  2022-11-28 19:57:04
## 3927  2022-11-28 19:56:57
## 3928  2022-11-28 19:56:56
## 3929  2022-11-28 19:56:55
## 3930  2022-11-28 19:56:47
## 3931  2022-11-28 19:56:47
## 3932  2022-11-28 19:56:38
## 3933  2022-11-28 19:56:34
## 3934  2022-11-28 19:56:31
## 3935  2022-11-28 19:56:24
## 3936  2022-11-28 19:56:22
## 3937  2022-11-28 19:56:19
## 3938  2022-11-28 19:56:17
## 3939  2022-11-28 19:55:57
## 3940  2022-11-28 19:55:56
## 3941  2022-11-28 19:55:56
## 3942  2022-11-28 19:55:49
## 3943  2022-11-28 19:55:41
## 3944  2022-11-28 19:55:41
## 3945  2022-11-28 19:55:40
## 3946  2022-11-28 19:55:20
## 3947  2022-11-28 19:55:17
## 3948  2022-11-28 19:55:15
## 3949  2022-11-28 19:55:13
## 3950  2022-11-28 19:55:08
## 3951  2022-11-28 19:54:53
## 3952  2022-11-28 19:54:48
## 3953  2022-11-28 19:54:47
## 3954  2022-11-28 19:54:39
## 3955  2022-11-28 19:54:38
## 3956  2022-11-28 19:54:37
## 3957  2022-11-28 19:54:31
## 3958  2022-11-28 19:54:28
## 3959  2022-11-28 19:54:21
## 3960  2022-11-28 19:54:13
## 3961  2022-11-28 19:54:11
## 3962  2022-11-28 19:54:07
## 3963  2022-11-28 19:53:59
## 3964  2022-11-28 19:53:58
## 3965  2022-11-28 19:53:53
## 3966  2022-11-28 19:53:53
## 3967  2022-11-28 19:53:53
## 3968  2022-11-28 19:53:52
## 3969  2022-11-28 19:53:50
## 3970  2022-11-28 19:53:43
## 3971  2022-11-28 19:53:41
## 3972  2022-11-28 19:53:35
## 3973  2022-11-28 19:53:34
## 3974  2022-11-28 19:53:27
## 3975  2022-11-28 19:53:21
## 3976  2022-11-28 19:53:21
## 3977  2022-11-28 19:53:20
## 3978  2022-11-28 19:53:15
## 3979  2022-11-28 19:53:10
## 3980  2022-11-28 19:53:07
## 3981  2022-11-28 19:53:04
## 3982  2022-11-28 19:52:51
## 3983  2022-11-28 19:52:48
## 3984  2022-11-28 19:52:46
## 3985  2022-11-28 19:52:46
## 3986  2022-11-28 19:52:43
## 3987  2022-11-28 19:52:38
## 3988  2022-11-28 19:52:34
## 3989  2022-11-28 19:52:34
## 3990  2022-11-28 19:52:24
## 3991  2022-11-28 19:52:18
## 3992  2022-11-28 19:52:15
## 3993  2022-11-28 19:52:08
## 3994  2022-11-28 19:52:08
## 3995  2022-11-28 19:52:06
## 3996  2022-11-28 19:52:02
## 3997  2022-11-28 19:52:01
## 3998  2022-11-28 19:51:57
## 3999  2022-11-28 19:51:44
## 4000  2022-11-28 19:51:43
## 4001  2022-11-28 19:51:42
## 4002  2022-11-28 19:51:30
## 4003  2022-11-28 19:51:26
## 4004  2022-11-28 19:51:17
## 4005  2022-11-28 19:51:16
## 4006  2022-11-28 19:51:16
## 4007  2022-11-28 19:51:08
## 4008  2022-11-28 19:51:03
## 4009  2022-11-28 19:51:02
## 4010  2022-11-28 19:51:00
## 4011  2022-11-28 19:50:59
## 4012  2022-11-28 19:50:56
## 4013  2022-11-28 19:50:56
## 4014  2022-11-28 19:50:55
## 4015  2022-11-28 19:50:52
## 4016  2022-11-28 19:50:50
## 4017  2022-11-28 19:50:50
## 4018  2022-11-28 19:50:45
## 4019  2022-11-28 19:50:37
## 4020  2022-11-28 19:50:35
## 4021  2022-11-28 19:50:34
## 4022  2022-11-28 19:50:22
## 4023  2022-11-28 19:50:21
## 4024  2022-11-28 19:50:21
## 4025  2022-11-28 19:50:14
## 4026  2022-11-28 19:50:10
## 4027  2022-11-28 19:50:03
## 4028  2022-11-28 19:50:00
## 4029  2022-11-28 19:49:56
## 4030  2022-11-28 19:49:49
## 4031  2022-11-28 19:49:49
## 4032  2022-11-28 19:49:38
## 4033  2022-11-28 19:49:34
## 4034  2022-11-28 19:49:28
## 4035  2022-11-28 19:49:28
## 4036  2022-11-28 19:49:26
## 4037  2022-11-28 19:49:12
## 4038  2022-11-28 19:49:11
## 4039  2022-11-28 19:49:04
## 4040  2022-11-28 19:49:01
## 4041  2022-11-28 19:48:59
## 4042  2022-11-28 19:48:55
## 4043  2022-11-28 19:48:53
## 4044  2022-11-28 19:48:48
## 4045  2022-11-28 19:48:43
## 4046  2022-11-28 19:48:38
## 4047  2022-11-28 19:48:33
## 4048  2022-11-28 19:48:23
## 4049  2022-11-28 19:48:22
## 4050  2022-11-28 19:48:17
## 4051  2022-11-28 19:48:07
## 4052  2022-11-28 19:48:06
## 4053  2022-11-28 19:47:58
## 4054  2022-11-28 19:47:55
## 4055  2022-11-28 19:47:53
## 4056  2022-11-28 19:47:48
## 4057  2022-11-28 19:47:48
## 4058  2022-11-28 19:47:47
## 4059  2022-11-28 19:47:36
## 4060  2022-11-28 19:47:31
## 4061  2022-11-28 19:47:22
## 4062  2022-11-28 19:47:20
## 4063  2022-11-28 19:47:07
## 4064  2022-11-28 19:46:59
## 4065  2022-11-28 19:46:57
## 4066  2022-11-28 19:46:51
## 4067  2022-11-28 19:46:46
## 4068  2022-11-28 19:46:41
## 4069  2022-11-28 19:46:41
## 4070  2022-11-28 19:46:34
## 4071  2022-11-28 19:46:31
## 4072  2022-11-28 19:46:29
## 4073  2022-11-28 19:46:19
## 4074  2022-11-28 19:46:12
## 4075  2022-11-28 19:46:11
## 4076  2022-11-28 19:46:10
## 4077  2022-11-28 19:46:06
## 4078  2022-11-28 19:46:05
## 4079  2022-11-28 19:45:54
## 4080  2022-11-28 19:45:54
## 4081  2022-11-28 19:45:50
## 4082  2022-11-28 19:45:48
## 4083  2022-11-28 19:45:48
## 4084  2022-11-28 19:45:47
## 4085  2022-11-28 19:45:44
## 4086  2022-11-28 19:45:43
## 4087  2022-11-28 19:45:41
## 4088  2022-11-28 19:45:35
## 4089  2022-11-28 19:45:34
## 4090  2022-11-28 19:45:32
## 4091  2022-11-28 19:45:31
## 4092  2022-11-28 19:45:30
## 4093  2022-11-28 19:45:29
## 4094  2022-11-28 19:45:28
## 4095  2022-11-28 19:45:24
## 4096  2022-11-28 19:45:23
## 4097  2022-11-28 19:45:15
## 4098  2022-11-28 19:45:13
## 4099  2022-11-28 19:45:07
## 4100  2022-11-28 19:45:02
## 4101  2022-11-28 19:45:01
## 4102  2022-11-28 19:44:58
## 4103  2022-11-28 19:44:55
## 4104  2022-11-28 19:44:54
## 4105  2022-11-28 19:44:53
## 4106  2022-11-28 19:44:51
## 4107  2022-11-28 19:44:46
## 4108  2022-11-28 19:44:41
## 4109  2022-11-28 19:44:39
## 4110  2022-11-28 19:44:24
## 4111  2022-11-28 19:44:23
## 4112  2022-11-28 19:44:23
## 4113  2022-11-28 19:44:20
## 4114  2022-11-28 19:44:19
## 4115  2022-11-28 19:44:17
## 4116  2022-11-28 19:44:13
## 4117  2022-11-28 19:44:05
## 4118  2022-11-28 19:43:57
## 4119  2022-11-28 19:43:56
## 4120  2022-11-28 19:43:53
## 4121  2022-11-28 19:43:49
## 4122  2022-11-28 19:43:47
## 4123  2022-11-28 19:43:44
## 4124  2022-11-28 19:43:44
## 4125  2022-11-28 19:43:41
## 4126  2022-11-28 19:43:41
## 4127  2022-11-28 19:43:40
## 4128  2022-11-28 19:43:39
## 4129  2022-11-28 19:43:29
## 4130  2022-11-28 19:43:26
## 4131  2022-11-28 19:43:19
## 4132  2022-11-28 19:43:17
## 4133  2022-11-28 19:43:16
## 4134  2022-11-28 19:43:15
## 4135  2022-11-28 19:43:11
## 4136  2022-11-28 19:43:09
## 4137  2022-11-28 19:43:08
## 4138  2022-11-28 19:43:05
## 4139  2022-11-28 19:43:00
## 4140  2022-11-28 19:42:51
## 4141  2022-11-28 19:42:48
## 4142  2022-11-28 19:42:47
## 4143  2022-11-28 19:42:44
## 4144  2022-11-28 19:42:30
## 4145  2022-11-28 19:42:24
## 4146  2022-11-28 19:42:20
## 4147  2022-11-28 19:42:17
## 4148  2022-11-28 19:42:14
## 4149  2022-11-28 19:42:13
## 4150  2022-11-28 19:42:10
## 4151  2022-11-28 19:41:57
## 4152  2022-11-28 19:41:55
## 4153  2022-11-28 19:41:54
## 4154  2022-11-28 19:41:51
## 4155  2022-11-28 19:41:51
## 4156  2022-11-28 19:41:50
## 4157  2022-11-28 19:41:38
## 4158  2022-11-28 19:41:33
## 4159  2022-11-28 19:41:29
## 4160  2022-11-28 19:41:23
## 4161  2022-11-28 19:41:14
## 4162  2022-11-28 19:41:07
## 4163  2022-11-28 19:41:04
## 4164  2022-11-28 19:41:04
## 4165  2022-11-28 19:41:03
## 4166  2022-11-28 19:41:01
## 4167  2022-11-28 19:40:58
## 4168  2022-11-28 19:40:57
## 4169  2022-11-28 19:40:51
## 4170  2022-11-28 19:40:46
## 4171  2022-11-28 19:40:44
## 4172  2022-11-28 19:40:43
## 4173  2022-11-28 19:40:43
## 4174  2022-11-28 19:40:42
## 4175  2022-11-28 19:40:33
## 4176  2022-11-28 19:40:33
## 4177  2022-11-28 19:40:24
## 4178  2022-11-28 19:40:17
## 4179  2022-11-28 19:40:17
## 4180  2022-11-28 19:40:06
## 4181  2022-11-28 19:39:40
## 4182  2022-11-28 19:39:37
## 4183  2022-11-28 19:39:37
## 4184  2022-11-28 19:39:30
## 4185  2022-11-28 19:39:29
## 4186  2022-11-28 19:39:26
## 4187  2022-11-28 19:39:25
## 4188  2022-11-28 19:39:18
## 4189  2022-11-28 19:39:17
## 4190  2022-11-28 19:39:16
## 4191  2022-11-28 19:39:07
## 4192  2022-11-28 19:38:53
## 4193  2022-11-28 19:38:51
## 4194  2022-11-28 19:38:44
## 4195  2022-11-28 19:38:40
## 4196  2022-11-28 19:38:38
## 4197  2022-11-28 19:38:36
## 4198  2022-11-28 19:38:29
## 4199  2022-11-28 19:38:15
## 4200  2022-11-28 19:38:11
## 4201  2022-11-28 19:38:08
## 4202  2022-11-28 19:38:06
## 4203  2022-11-28 19:38:03
## 4204  2022-11-28 19:37:49
## 4205  2022-11-28 19:37:48
## 4206  2022-11-28 19:37:37
## 4207  2022-11-28 19:37:30
## 4208  2022-11-28 19:37:27
## 4209  2022-11-28 19:37:21
## 4210  2022-11-28 19:37:18
## 4211  2022-11-28 19:37:17
## 4212  2022-11-28 19:37:11
## 4213  2022-11-28 19:37:02
## 4214  2022-11-28 19:37:00
## 4215  2022-11-28 19:36:54
## 4216  2022-11-28 19:36:50
## 4217  2022-11-28 19:36:47
## 4218  2022-11-28 19:36:47
## 4219  2022-11-28 19:36:45
## 4220  2022-11-28 19:36:40
## 4221  2022-11-28 19:36:39
## 4222  2022-11-28 19:36:35
## 4223  2022-11-28 19:36:30
## 4224  2022-11-28 19:36:26
## 4225  2022-11-28 19:36:02
## 4226  2022-11-28 19:35:49
## 4227  2022-11-28 19:35:49
## 4228  2022-11-28 19:35:46
## 4229  2022-11-28 19:35:45
## 4230  2022-11-28 19:35:43
## 4231  2022-11-28 19:35:40
## 4232  2022-11-28 19:35:29
## 4233  2022-11-28 19:35:27
## 4234  2022-11-28 19:35:26
## 4235  2022-11-28 19:35:10
## 4236  2022-11-28 19:35:07
## 4237  2022-11-28 19:35:06
## 4238  2022-11-28 19:34:59
## 4239  2022-11-28 19:34:55
## 4240  2022-11-28 19:34:45
## 4241  2022-11-28 19:34:41
## 4242  2022-11-28 19:34:41
## 4243  2022-11-28 19:34:29
## 4244  2022-11-28 19:34:26
## 4245  2022-11-28 19:34:15
## 4246  2022-11-28 19:34:10
## 4247  2022-11-28 19:34:07
## 4248  2022-11-28 19:34:01
## 4249  2022-11-28 19:33:53
## 4250  2022-11-28 19:33:50
## 4251  2022-11-28 19:33:42
## 4252  2022-11-28 19:33:39
## 4253  2022-11-28 19:33:37
## 4254  2022-11-28 19:33:36
## 4255  2022-11-28 19:33:33
## 4256  2022-11-28 19:33:27
## 4257  2022-11-28 19:33:13
## 4258  2022-11-28 19:33:05
## 4259  2022-11-28 19:33:05
## 4260  2022-11-28 19:32:59
## 4261  2022-11-28 19:32:57
## 4262  2022-11-28 19:32:54
## 4263  2022-11-28 19:32:54
## 4264  2022-11-28 19:32:44
## 4265  2022-11-28 19:32:42
## 4266  2022-11-28 19:32:33
## 4267  2022-11-28 19:32:28
## 4268  2022-11-28 19:32:13
## 4269  2022-11-28 19:32:13
## 4270  2022-11-28 19:32:09
## 4271  2022-11-28 19:32:00
## 4272  2022-11-28 19:31:48
## 4273  2022-11-28 19:31:45
## 4274  2022-11-28 19:31:37
## 4275  2022-11-28 19:31:36
## 4276  2022-11-28 19:31:36
## 4277  2022-11-28 19:31:30
## 4278  2022-11-28 19:31:24
## 4279  2022-11-28 19:31:13
## 4280  2022-11-28 19:31:06
## 4281  2022-11-28 19:31:06
## 4282  2022-11-28 19:31:00
## 4283  2022-11-28 19:30:56
## 4284  2022-11-28 19:30:41
## 4285  2022-11-28 19:30:39
## 4286  2022-11-28 19:30:37
## 4287  2022-11-28 19:30:36
## 4288  2022-11-28 19:30:35
## 4289  2022-11-28 19:30:25
## 4290  2022-11-28 19:30:21
## 4291  2022-11-28 19:30:16
## 4292  2022-11-28 19:30:15
## 4293  2022-11-28 19:30:12
## 4294  2022-11-28 19:30:04
## 4295  2022-11-28 19:29:59
## 4296  2022-11-28 19:29:59
## 4297  2022-11-28 19:29:45
## 4298  2022-11-28 19:29:45
## 4299  2022-11-28 19:29:38
## 4300  2022-11-28 19:29:36
## 4301  2022-11-28 19:29:32
## 4302  2022-11-28 19:29:30
## 4303  2022-11-28 19:29:23
## 4304  2022-11-28 19:29:05
## 4305  2022-11-28 19:29:03
## 4306  2022-11-28 19:28:50
## 4307  2022-11-28 19:28:22
## 4308  2022-11-28 19:28:18
## 4309  2022-11-28 19:28:16
## 4310  2022-11-28 19:28:05
## 4311  2022-11-28 19:28:00
## 4312  2022-11-28 19:27:55
## 4313  2022-11-28 19:27:43
## 4314  2022-11-28 19:27:43
## 4315  2022-11-28 19:27:42
## 4316  2022-11-28 19:27:39
## 4317  2022-11-28 19:27:36
## 4318  2022-11-28 19:27:36
## 4319  2022-11-28 19:27:34
## 4320  2022-11-28 19:27:31
## 4321  2022-11-28 19:27:25
## 4322  2022-11-28 19:27:16
## 4323  2022-11-28 19:27:10
## 4324  2022-11-28 19:27:06
## 4325  2022-11-28 19:27:04
## 4326  2022-11-28 19:26:57
## 4327  2022-11-28 19:26:56
## 4328  2022-11-28 19:26:56
## 4329  2022-11-28 19:26:55
## 4330  2022-11-28 19:26:52
## 4331  2022-11-28 19:26:52
## 4332  2022-11-28 19:26:48
## 4333  2022-11-28 19:26:45
## 4334  2022-11-28 19:26:40
## 4335  2022-11-28 19:26:38
## 4336  2022-11-28 19:26:38
## 4337  2022-11-28 19:26:35
## 4338  2022-11-28 19:26:35
## 4339  2022-11-28 19:26:31
## 4340  2022-11-28 19:26:30
## 4341  2022-11-28 19:26:28
## 4342  2022-11-28 19:26:22
## 4343  2022-11-28 19:26:18
## 4344  2022-11-28 19:26:18
## 4345  2022-11-28 19:26:14
## 4346  2022-11-28 19:26:13
## 4347  2022-11-28 19:26:03
## 4348  2022-11-28 19:26:02
## 4349  2022-11-28 19:26:01
## 4350  2022-11-28 19:25:57
## 4351  2022-11-28 19:25:52
## 4352  2022-11-28 19:25:50
## 4353  2022-11-28 19:25:43
## 4354  2022-11-28 19:25:42
## 4355  2022-11-28 19:25:39
## 4356  2022-11-28 19:25:37
## 4357  2022-11-28 19:25:34
## 4358  2022-11-28 19:25:33
## 4359  2022-11-28 19:25:29
## 4360  2022-11-28 19:25:29
## 4361  2022-11-28 19:25:26
## 4362  2022-11-28 19:25:25
## 4363  2022-11-28 19:25:21
## 4364  2022-11-28 19:25:12
## 4365  2022-11-28 19:25:12
## 4366  2022-11-28 19:25:09
## 4367  2022-11-28 19:25:08
## 4368  2022-11-28 19:24:57
## 4369  2022-11-28 19:24:54
## 4370  2022-11-28 19:24:53
## 4371  2022-11-28 19:24:51
## 4372  2022-11-28 19:24:47
## 4373  2022-11-28 19:24:40
## 4374  2022-11-28 19:24:39
## 4375  2022-11-28 19:24:36
## 4376  2022-11-28 19:24:35
## 4377  2022-11-28 19:24:23
## 4378  2022-11-28 19:24:16
## 4379  2022-11-28 19:24:05
## 4380  2022-11-28 19:24:04
## 4381  2022-11-28 19:24:02
## 4382  2022-11-28 19:24:00
## 4383  2022-11-28 19:23:40
## 4384  2022-11-28 19:23:35
## 4385  2022-11-28 19:23:34
## 4386  2022-11-28 19:23:30
## 4387  2022-11-28 19:23:28
## 4388  2022-11-28 19:23:26
## 4389  2022-11-28 19:23:26
## 4390  2022-11-28 19:23:21
## 4391  2022-11-28 19:23:18
## 4392  2022-11-28 19:23:16
## 4393  2022-11-28 19:23:12
## 4394  2022-11-28 19:23:11
## 4395  2022-11-28 19:23:10
## 4396  2022-11-28 19:23:09
## 4397  2022-11-28 19:23:08
## 4398  2022-11-28 19:23:07
## 4399  2022-11-28 19:23:03
## 4400  2022-11-28 19:22:57
## 4401  2022-11-28 19:22:52
## 4402  2022-11-28 19:22:51
## 4403  2022-11-28 19:22:46
## 4404  2022-11-28 19:22:44
## 4405  2022-11-28 19:22:43
## 4406  2022-11-28 19:22:41
## 4407  2022-11-28 19:22:40
## 4408  2022-11-28 19:22:26
## 4409  2022-11-28 19:22:25
## 4410  2022-11-28 19:22:23
## 4411  2022-11-28 19:22:18
## 4412  2022-11-28 19:22:17
## 4413  2022-11-28 19:22:05
## 4414  2022-11-28 19:22:03
## 4415  2022-11-28 19:21:57
## 4416  2022-11-28 19:21:53
## 4417  2022-11-28 19:21:51
## 4418  2022-11-28 19:21:46
## 4419  2022-11-28 19:21:46
## 4420  2022-11-28 19:21:41
## 4421  2022-11-28 19:21:34
## 4422  2022-11-28 19:21:23
## 4423  2022-11-28 19:21:22
## 4424  2022-11-28 19:21:13
## 4425  2022-11-28 19:21:07
## 4426  2022-11-28 19:20:54
## 4427  2022-11-28 19:20:45
## 4428  2022-11-28 19:20:45
## 4429  2022-11-28 19:20:40
## 4430  2022-11-28 19:20:31
## 4431  2022-11-28 19:20:19
## 4432  2022-11-28 19:20:19
## 4433  2022-11-28 19:20:16
## 4434  2022-11-28 19:20:07
## 4435  2022-11-28 19:20:07
## 4436  2022-11-28 19:20:07
## 4437  2022-11-28 19:20:06
## 4438  2022-11-28 19:20:06
## 4439  2022-11-28 19:19:56
## 4440  2022-11-28 19:19:53
## 4441  2022-11-28 19:19:45
## 4442  2022-11-28 19:19:43
## 4443  2022-11-28 19:19:42
## 4444  2022-11-28 19:19:42
## 4445  2022-11-28 19:19:28
## 4446  2022-11-28 19:19:24
## 4447  2022-11-28 19:19:16
## 4448  2022-11-28 19:19:12
## 4449  2022-11-28 19:19:10
## 4450  2022-11-28 19:19:00
## 4451  2022-11-28 19:19:00
## 4452  2022-11-28 19:18:58
## 4453  2022-11-28 19:18:57
## 4454  2022-11-28 19:18:54
## 4455  2022-11-28 19:18:46
## 4456  2022-11-28 19:18:40
## 4457  2022-11-28 19:18:36
## 4458  2022-11-28 19:18:31
## 4459  2022-11-28 19:18:29
## 4460  2022-11-28 19:18:26
## 4461  2022-11-28 19:18:24
## 4462  2022-11-28 19:18:23
## 4463  2022-11-28 19:18:22
## 4464  2022-11-28 19:18:21
## 4465  2022-11-28 19:18:19
## 4466  2022-11-28 19:18:18
## 4467  2022-11-28 19:18:10
## 4468  2022-11-28 19:18:07
## 4469  2022-11-28 19:18:01
## 4470  2022-11-28 19:17:54
## 4471  2022-11-28 19:17:51
## 4472  2022-11-28 19:17:48
## 4473  2022-11-28 19:17:46
## 4474  2022-11-28 19:17:44
## 4475  2022-11-28 19:17:43
## 4476  2022-11-28 19:17:41
## 4477  2022-11-28 19:17:41
## 4478  2022-11-28 19:17:41
## 4479  2022-11-28 19:17:40
## 4480  2022-11-28 19:17:40
## 4481  2022-11-28 19:17:39
## 4482  2022-11-28 19:17:35
## 4483  2022-11-28 19:17:32
## 4484  2022-11-28 19:17:28
## 4485  2022-11-28 19:17:27
## 4486  2022-11-28 19:17:25
## 4487  2022-11-28 19:17:22
## 4488  2022-11-28 19:17:15
## 4489  2022-11-28 19:17:04
## 4490  2022-11-28 19:17:04
## 4491  2022-11-28 19:17:03
## 4492  2022-11-28 19:17:01
## 4493  2022-11-28 19:16:52
## 4494  2022-11-28 19:16:52
## 4495  2022-11-28 19:16:49
## 4496  2022-11-28 19:16:46
## 4497  2022-11-28 19:16:41
## 4498  2022-11-28 19:16:36
## 4499  2022-11-28 19:16:35
## 4500  2022-11-28 19:16:35
## 4501  2022-11-28 19:16:34
## 4502  2022-11-28 19:16:33
## 4503  2022-11-28 19:16:27
## 4504  2022-11-28 19:16:26
## 4505  2022-11-28 19:16:17
## 4506  2022-11-28 19:16:17
## 4507  2022-11-28 19:16:15
## 4508  2022-11-28 19:16:05
## 4509  2022-11-28 19:15:57
## 4510  2022-11-28 19:15:52
## 4511  2022-11-28 19:15:40
## 4512  2022-11-28 19:15:28
## 4513  2022-11-28 19:15:21
## 4514  2022-11-28 19:15:15
## 4515  2022-11-28 19:15:01
## 4516  2022-11-28 19:14:57
## 4517  2022-11-28 19:14:54
## 4518  2022-11-28 19:14:52
## 4519  2022-11-28 19:14:49
## 4520  2022-11-28 19:14:48
## 4521  2022-11-28 19:14:41
## 4522  2022-11-28 19:14:35
## 4523  2022-11-28 19:14:33
## 4524  2022-11-28 19:14:31
## 4525  2022-11-28 19:14:23
## 4526  2022-11-28 19:14:22
## 4527  2022-11-28 19:14:13
## 4528  2022-11-28 19:14:06
## 4529  2022-11-28 19:13:58
## 4530  2022-11-28 19:13:54
## 4531  2022-11-28 19:13:54
## 4532  2022-11-28 19:13:50
## 4533  2022-11-28 19:13:49
## 4534  2022-11-28 19:13:46
## 4535  2022-11-28 19:13:42
## 4536  2022-11-28 19:13:40
## 4537  2022-11-28 19:13:40
## 4538  2022-11-28 19:13:38
## 4539  2022-11-28 19:13:34
## 4540  2022-11-28 19:13:32
## 4541  2022-11-28 19:13:20
## 4542  2022-11-28 19:13:19
## 4543  2022-11-28 19:13:19
## 4544  2022-11-28 19:13:10
## 4545  2022-11-28 19:13:07
## 4546  2022-11-28 19:13:06
## 4547  2022-11-28 19:13:06
## 4548  2022-11-28 19:13:05
## 4549  2022-11-28 19:13:03
## 4550  2022-11-28 19:12:59
## 4551  2022-11-28 19:12:58
## 4552  2022-11-28 19:12:58
## 4553  2022-11-28 19:12:57
## 4554  2022-11-28 19:12:52
## 4555  2022-11-28 19:12:44
## 4556  2022-11-28 19:12:35
## 4557  2022-11-28 19:12:33
## 4558  2022-11-28 19:12:32
## 4559  2022-11-28 19:12:26
## 4560  2022-11-28 19:12:24
## 4561  2022-11-28 19:12:23
## 4562  2022-11-28 19:12:07
## 4563  2022-11-28 19:11:57
## 4564  2022-11-28 19:11:57
## 4565  2022-11-28 19:11:55
## 4566  2022-11-28 19:11:55
## 4567  2022-11-28 19:11:48
## 4568  2022-11-28 19:11:42
## 4569  2022-11-28 19:11:28
## 4570  2022-11-28 19:11:03
## 4571  2022-11-28 19:11:01
## 4572  2022-11-28 19:11:00
## 4573  2022-11-28 19:10:47
## 4574  2022-11-28 19:10:43
## 4575  2022-11-28 19:10:39
## 4576  2022-11-28 19:10:38
## 4577  2022-11-28 19:10:33
## 4578  2022-11-28 19:10:25
## 4579  2022-11-28 19:10:03
## 4580  2022-11-28 19:10:00
## 4581  2022-11-28 19:09:49
## 4582  2022-11-28 19:09:26
## 4583  2022-11-28 19:09:26
## 4584  2022-11-28 19:09:08
## 4585  2022-11-28 19:08:48
## 4586  2022-11-28 19:08:35
## 4587  2022-11-28 19:08:22
## 4588  2022-11-28 19:08:21
## 4589  2022-11-28 19:08:19
## 4590  2022-11-28 19:08:10
## 4591  2022-11-28 19:08:04
## 4592  2022-11-28 19:08:03
## 4593  2022-11-28 19:07:52
## 4594  2022-11-28 19:07:51
## 4595  2022-11-28 19:07:51
## 4596  2022-11-28 19:07:48
## 4597  2022-11-28 19:07:40
## 4598  2022-11-28 19:07:33
## 4599  2022-11-28 19:07:33
## 4600  2022-11-28 19:07:29
## 4601  2022-11-28 19:07:18
## 4602  2022-11-28 19:07:18
## 4603  2022-11-28 19:07:17
## 4604  2022-11-28 19:07:16
## 4605  2022-11-28 19:07:14
## 4606  2022-11-28 19:07:12
## 4607  2022-11-28 19:07:07
## 4608  2022-11-28 19:07:05
## 4609  2022-11-28 19:07:05
## 4610  2022-11-28 19:07:04
## 4611  2022-11-28 19:07:01
## 4612  2022-11-28 19:06:56
## 4613  2022-11-28 19:06:51
## 4614  2022-11-28 19:06:48
## 4615  2022-11-28 19:06:45
## 4616  2022-11-28 19:06:44
## 4617  2022-11-28 19:06:43
## 4618  2022-11-28 19:06:39
## 4619  2022-11-28 19:06:31
## 4620  2022-11-28 19:06:26
## 4621  2022-11-28 19:06:24
## 4622  2022-11-28 19:06:20
## 4623  2022-11-28 19:06:19
## 4624  2022-11-28 19:06:13
## 4625  2022-11-28 19:06:06
## 4626  2022-11-28 19:05:56
## 4627  2022-11-28 19:05:50
## 4628  2022-11-28 19:05:46
## 4629  2022-11-28 19:05:43
## 4630  2022-11-28 19:05:41
## 4631  2022-11-28 19:05:40
## 4632  2022-11-28 19:05:34
## 4633  2022-11-28 19:05:31
## 4634  2022-11-28 19:05:30
## 4635  2022-11-28 19:05:21
## 4636  2022-11-28 19:05:20
## 4637  2022-11-28 19:05:19
## 4638  2022-11-28 19:05:09
## 4639  2022-11-28 19:05:08
## 4640  2022-11-28 19:05:05
## 4641  2022-11-28 19:05:03
## 4642  2022-11-28 19:05:02
## 4643  2022-11-28 19:04:51
## 4644  2022-11-28 19:04:47
## 4645  2022-11-28 19:04:36
## 4646  2022-11-28 19:04:32
## 4647  2022-11-28 19:04:30
## 4648  2022-11-28 19:04:28
## 4649  2022-11-28 19:04:13
## 4650  2022-11-28 19:04:06
## 4651  2022-11-28 19:04:02
## 4652  2022-11-28 19:03:59
## 4653  2022-11-28 19:03:52
## 4654  2022-11-28 19:03:35
## 4655  2022-11-28 19:03:34
## 4656  2022-11-28 19:03:26
## 4657  2022-11-28 19:03:24
## 4658  2022-11-28 19:03:20
## 4659  2022-11-28 19:03:15
## 4660  2022-11-28 19:03:13
## 4661  2022-11-28 19:03:07
## 4662  2022-11-28 19:02:59
## 4663  2022-11-28 19:02:56
## 4664  2022-11-28 19:02:50
## 4665  2022-11-28 19:02:48
## 4666  2022-11-28 19:02:36
## 4667  2022-11-28 19:02:31
## 4668  2022-11-28 19:02:24
## 4669  2022-11-28 19:02:13
## 4670  2022-11-28 19:02:09
## 4671  2022-11-28 19:02:02
## 4672  2022-11-28 19:02:01
## 4673  2022-11-28 19:02:00
## 4674  2022-11-28 19:01:55
## 4675  2022-11-28 19:01:54
## 4676  2022-11-28 19:01:53
## 4677  2022-11-28 19:01:46
## 4678  2022-11-28 19:01:45
## 4679  2022-11-28 19:01:33
## 4680  2022-11-28 19:01:28
## 4681  2022-11-28 19:01:22
## 4682  2022-11-28 19:01:18
## 4683  2022-11-28 19:01:06
## 4684  2022-11-28 19:01:03
## 4685  2022-11-28 19:01:01
## 4686  2022-11-28 19:00:52
## 4687  2022-11-28 19:00:48
## 4688  2022-11-28 19:00:44
## 4689  2022-11-28 19:00:39
## 4690  2022-11-28 19:00:29
## 4691  2022-11-28 19:00:21
## 4692  2022-11-28 19:00:18
## 4693  2022-11-28 19:00:17
## 4694  2022-11-28 19:00:14
## 4695  2022-11-28 19:00:13
## 4696  2022-11-28 19:00:12
## 4697  2022-11-28 18:59:52
## 4698  2022-11-28 18:59:48
## 4699  2022-11-28 18:59:46
## 4700  2022-11-28 18:59:37
## 4701  2022-11-28 18:59:29
## 4702  2022-11-28 18:59:28
## 4703  2022-11-28 18:59:28
## 4704  2022-11-28 18:59:27
## 4705  2022-11-28 18:59:21
## 4706  2022-11-28 18:59:16
## 4707  2022-11-28 18:59:15
## 4708  2022-11-28 18:59:14
## 4709  2022-11-28 18:59:11
## 4710  2022-11-28 18:59:03
## 4711  2022-11-28 18:58:58
## 4712  2022-11-28 18:58:49
## 4713  2022-11-28 18:58:28
## 4714  2022-11-28 18:58:25
## 4715  2022-11-28 18:58:18
## 4716  2022-11-28 18:58:15
## 4717  2022-11-28 18:58:15
## 4718  2022-11-28 18:58:15
## 4719  2022-11-28 18:58:12
## 4720  2022-11-28 18:58:07
## 4721  2022-11-28 18:58:06
## 4722  2022-11-28 18:58:00
## 4723  2022-11-28 18:58:00
## 4724  2022-11-28 18:57:58
## 4725  2022-11-28 18:57:56
## 4726  2022-11-28 18:57:56
## 4727  2022-11-28 18:57:52
## 4728  2022-11-28 18:57:52
## 4729  2022-11-28 18:57:45
## 4730  2022-11-28 18:57:45
## 4731  2022-11-28 18:57:44
## 4732  2022-11-28 18:57:42
## 4733  2022-11-28 18:57:36
## 4734  2022-11-28 18:57:35
## 4735  2022-11-28 18:57:28
## 4736  2022-11-28 18:57:26
## 4737  2022-11-28 18:57:24
## 4738  2022-11-28 18:57:24
## 4739  2022-11-28 18:57:20
## 4740  2022-11-28 18:57:15
## 4741  2022-11-28 18:57:11
## 4742  2022-11-28 18:57:11
## 4743  2022-11-28 18:57:10
## 4744  2022-11-28 18:57:01
## 4745  2022-11-28 18:57:00
## 4746  2022-11-28 18:56:55
## 4747  2022-11-28 18:56:44
## 4748  2022-11-28 18:56:35
## 4749  2022-11-28 18:56:28
## 4750  2022-11-28 18:56:27
## 4751  2022-11-28 18:56:25
## 4752  2022-11-28 18:56:21
## 4753  2022-11-28 18:56:21
## 4754  2022-11-28 18:56:20
## 4755  2022-11-28 18:56:17
## 4756  2022-11-28 18:56:13
## 4757  2022-11-28 18:56:10
## 4758  2022-11-28 18:56:08
## 4759  2022-11-28 18:56:07
## 4760  2022-11-28 18:56:07
## 4761  2022-11-28 18:56:03
## 4762  2022-11-28 18:56:01
## 4763  2022-11-28 18:55:55
## 4764  2022-11-28 18:55:52
## 4765  2022-11-28 18:55:48
## 4766  2022-11-28 18:55:46
## 4767  2022-11-28 18:55:38
## 4768  2022-11-28 18:55:33
## 4769  2022-11-28 18:55:25
## 4770  2022-11-28 18:55:22
## 4771  2022-11-28 18:55:10
## 4772  2022-11-28 18:55:06
## 4773  2022-11-28 18:55:00
## 4774  2022-11-28 18:54:53
## 4775  2022-11-28 18:54:53
## 4776  2022-11-28 18:54:48
## 4777  2022-11-28 18:54:47
## 4778  2022-11-28 18:54:46
## 4779  2022-11-28 18:54:45
## 4780  2022-11-28 18:54:45
## 4781  2022-11-28 18:54:43
## 4782  2022-11-28 18:54:37
## 4783  2022-11-28 18:54:26
## 4784  2022-11-28 18:54:25
## 4785  2022-11-28 18:54:20
## 4786  2022-11-28 18:54:19
## 4787  2022-11-28 18:54:17
## 4788  2022-11-28 18:54:10
## 4789  2022-11-28 18:54:02
## 4790  2022-11-28 18:54:00
## 4791  2022-11-28 18:53:54
## 4792  2022-11-28 18:53:53
## 4793  2022-11-28 18:53:49
## 4794  2022-11-28 18:53:46
## 4795  2022-11-28 18:53:46
## 4796  2022-11-28 18:53:46
## 4797  2022-11-28 18:53:44
## 4798  2022-11-28 18:53:38
## 4799  2022-11-28 18:53:38
## 4800  2022-11-28 18:53:33
## 4801  2022-11-28 18:53:32
## 4802  2022-11-28 18:53:32
## 4803  2022-11-28 18:53:22
## 4804  2022-11-28 18:53:22
## 4805  2022-11-28 18:53:10
## 4806  2022-11-28 18:53:07
## 4807  2022-11-28 18:53:00
## 4808  2022-11-28 18:52:55
## 4809  2022-11-28 18:52:52
## 4810  2022-11-28 18:52:48
## 4811  2022-11-28 18:52:43
## 4812  2022-11-28 18:52:39
## 4813  2022-11-28 18:52:35
## 4814  2022-11-28 18:52:34
## 4815  2022-11-28 18:52:26
## 4816  2022-11-28 18:52:19
## 4817  2022-11-28 18:52:18
## 4818  2022-11-28 18:52:17
## 4819  2022-11-28 18:52:15
## 4820  2022-11-28 18:52:13
## 4821  2022-11-28 18:52:09
## 4822  2022-11-28 18:51:52
## 4823  2022-11-28 18:51:44
## 4824  2022-11-28 18:51:42
## 4825  2022-11-28 18:51:36
## 4826  2022-11-28 18:51:33
## 4827  2022-11-28 18:51:32
## 4828  2022-11-28 18:51:27
## 4829  2022-11-28 18:51:22
## 4830  2022-11-28 18:51:19
## 4831  2022-11-28 18:51:16
## 4832  2022-11-28 18:51:06
## 4833  2022-11-28 18:51:00
## 4834  2022-11-28 18:50:59
## 4835  2022-11-28 18:50:51
## 4836  2022-11-28 18:50:51
## 4837  2022-11-28 18:50:46
## 4838  2022-11-28 18:50:45
## 4839  2022-11-28 18:50:41
## 4840  2022-11-28 18:50:31
## 4841  2022-11-28 18:50:25
## 4842  2022-11-28 18:50:20
## 4843  2022-11-28 18:50:20
## 4844  2022-11-28 18:50:19
## 4845  2022-11-28 18:50:17
## 4846  2022-11-28 18:50:03
## 4847  2022-11-28 18:49:48
## 4848  2022-11-28 18:49:45
## 4849  2022-11-28 18:49:44
## 4850  2022-11-28 18:49:42
## 4851  2022-11-28 18:49:39
## 4852  2022-11-28 18:49:36
## 4853  2022-11-28 18:49:23
## 4854  2022-11-28 18:49:15
## 4855  2022-11-28 18:49:14
## 4856  2022-11-28 18:49:11
## 4857  2022-11-28 18:49:11
## 4858  2022-11-28 18:49:09
## 4859  2022-11-28 18:49:05
## 4860  2022-11-28 18:48:57
## 4861  2022-11-28 18:48:49
## 4862  2022-11-28 18:48:47
## 4863  2022-11-28 18:48:41
## 4864  2022-11-28 18:48:35
## 4865  2022-11-28 18:48:34
## 4866  2022-11-28 18:48:23
## 4867  2022-11-28 18:48:18
## 4868  2022-11-28 18:48:06
## 4869  2022-11-28 18:48:03
## 4870  2022-11-28 18:48:00
## 4871  2022-11-28 18:47:54
## 4872  2022-11-28 18:47:50
## 4873  2022-11-28 18:47:50
## 4874  2022-11-28 18:47:49
## 4875  2022-11-28 18:47:41
## 4876  2022-11-28 18:47:41
## 4877  2022-11-28 18:47:38
## 4878  2022-11-28 18:47:36
## 4879  2022-11-28 18:47:32
## 4880  2022-11-28 18:47:23
## 4881  2022-11-28 18:47:15
## 4882  2022-11-28 18:47:12
## 4883  2022-11-28 18:46:53
## 4884  2022-11-28 18:46:52
## 4885  2022-11-28 18:46:51
## 4886  2022-11-28 18:46:45
## 4887  2022-11-28 18:46:40
## 4888  2022-11-28 18:46:38
## 4889  2022-11-28 18:46:37
## 4890  2022-11-28 18:46:30
## 4891  2022-11-28 18:46:26
## 4892  2022-11-28 18:46:24
## 4893  2022-11-28 18:46:17
## 4894  2022-11-28 18:46:13
## 4895  2022-11-28 18:46:11
## 4896  2022-11-28 18:46:07
## 4897  2022-11-28 18:46:03
## 4898  2022-11-28 18:46:01
## 4899  2022-11-28 18:45:57
## 4900  2022-11-28 18:45:50
## 4901  2022-11-28 18:45:44
## 4902  2022-11-28 18:45:15
## 4903  2022-11-28 18:45:10
## 4904  2022-11-28 18:45:06
## 4905  2022-11-28 18:44:41
## 4906  2022-11-28 18:44:39
## 4907  2022-11-28 18:44:34
## 4908  2022-11-28 18:44:25
## 4909  2022-11-28 18:44:20
## 4910  2022-11-28 18:44:06
## 4911  2022-11-28 18:43:54
## 4912  2022-11-28 18:43:45
## 4913  2022-11-28 18:43:41
## 4914  2022-11-28 18:43:35
## 4915  2022-11-28 18:43:33
## 4916  2022-11-28 18:43:33
## 4917  2022-11-28 18:43:28
## 4918  2022-11-28 18:43:21
## 4919  2022-11-28 18:43:20
## 4920  2022-11-28 18:43:18
## 4921  2022-11-28 18:43:14
## 4922  2022-11-28 18:43:10
## 4923  2022-11-28 18:43:10
## 4924  2022-11-28 18:42:59
## 4925  2022-11-28 18:42:51
## 4926  2022-11-28 18:42:38
## 4927  2022-11-28 18:42:38
## 4928  2022-11-28 18:42:35
## 4929  2022-11-28 18:42:21
## 4930  2022-11-28 18:42:20
## 4931  2022-11-28 18:42:00
## 4932  2022-11-28 18:41:58
## 4933  2022-11-28 18:41:56
## 4934  2022-11-28 18:41:52
## 4935  2022-11-28 18:41:45
## 4936  2022-11-28 18:41:44
## 4937  2022-11-28 18:41:43
## 4938  2022-11-28 18:41:41
## 4939  2022-11-28 18:41:39
## 4940  2022-11-28 18:41:27
## 4941  2022-11-28 18:41:24
## 4942  2022-11-28 18:41:21
## 4943  2022-11-28 18:41:13
## 4944  2022-11-28 18:41:13
## 4945  2022-11-28 18:41:12
## 4946  2022-11-28 18:41:02
## 4947  2022-11-28 18:41:01
## 4948  2022-11-28 18:40:58
## 4949  2022-11-28 18:40:55
## 4950  2022-11-28 18:40:50
## 4951  2022-11-28 18:40:50
## 4952  2022-11-28 18:40:48
## 4953  2022-11-28 18:40:42
## 4954  2022-11-28 18:40:37
## 4955  2022-11-28 18:40:28
## 4956  2022-11-28 18:40:23
## 4957  2022-11-28 18:40:18
## 4958  2022-11-28 18:40:17
## 4959  2022-11-28 18:40:17
## 4960  2022-11-28 18:40:11
## 4961  2022-11-28 18:40:07
## 4962  2022-11-28 18:40:03
## 4963  2022-11-28 18:39:59
## 4964  2022-11-28 18:39:55
## 4965  2022-11-28 18:39:52
## 4966  2022-11-28 18:39:51
## 4967  2022-11-28 18:39:50
## 4968  2022-11-28 18:39:37
## 4969  2022-11-28 18:39:36
## 4970  2022-11-28 18:39:30
## 4971  2022-11-28 18:39:15
## 4972  2022-11-28 18:39:12
## 4973  2022-11-28 18:39:10
## 4974  2022-11-28 18:39:02
## 4975  2022-11-28 18:38:57
## 4976  2022-11-28 18:38:54
## 4977  2022-11-28 18:38:54
## 4978  2022-11-28 18:38:50
## 4979  2022-11-28 18:38:36
## 4980  2022-11-28 18:38:36
## 4981  2022-11-28 18:38:27
## 4982  2022-11-28 18:38:27
## 4983  2022-11-28 18:38:26
## 4984  2022-11-28 18:38:05
## 4985  2022-11-28 18:38:02
## 4986  2022-11-28 18:37:51
## 4987  2022-11-28 18:37:45
## 4988  2022-11-28 18:37:39
## 4989  2022-11-28 18:37:39
## 4990  2022-11-28 18:37:35
## 4991  2022-11-28 18:37:24
## 4992  2022-11-28 18:37:23
## 4993  2022-11-28 18:37:20
## 4994  2022-11-28 18:37:15
## 4995  2022-11-28 18:37:13
## 4996  2022-11-28 18:37:09
## 4997  2022-11-28 18:37:04
## 4998  2022-11-28 18:37:04
## 4999  2022-11-28 18:36:53
## 5000  2022-11-28 18:36:49
## 5001  2022-11-28 18:36:48
## 5002  2022-11-28 18:36:46
## 5003  2022-11-28 18:36:41
## 5004  2022-11-28 18:36:37
## 5005  2022-11-28 18:36:34
## 5006  2022-11-28 18:36:32
## 5007  2022-11-28 18:36:31
## 5008  2022-11-28 18:36:28
## 5009  2022-11-28 18:36:07
## 5010  2022-11-28 18:36:06
## 5011  2022-11-28 18:35:54
## 5012  2022-11-28 18:35:52
## 5013  2022-11-28 18:35:52
## 5014  2022-11-28 18:35:44
## 5015  2022-11-28 18:35:40
## 5016  2022-11-28 18:35:40
## 5017  2022-11-28 18:35:35
## 5018  2022-11-28 18:35:31
## 5019  2022-11-28 18:35:28
## 5020  2022-11-28 18:35:24
## 5021  2022-11-28 18:35:20
## 5022  2022-11-28 18:35:18
## 5023  2022-11-28 18:35:15
## 5024  2022-11-28 18:35:13
## 5025  2022-11-28 18:35:08
## 5026  2022-11-28 18:35:02
## 5027  2022-11-28 18:35:02
## 5028  2022-11-28 18:34:58
## 5029  2022-11-28 18:34:47
## 5030  2022-11-28 18:34:45
## 5031  2022-11-28 18:34:41
## 5032  2022-11-28 18:34:39
## 5033  2022-11-28 18:34:36
## 5034  2022-11-28 18:34:32
## 5035  2022-11-28 18:34:30
## 5036  2022-11-28 18:34:25
## 5037  2022-11-28 18:34:17
## 5038  2022-11-28 18:34:09
## 5039  2022-11-28 18:34:06
## 5040  2022-11-28 18:34:06
## 5041  2022-11-28 18:34:04
## 5042  2022-11-28 18:34:03
## 5043  2022-11-28 18:34:00
## 5044  2022-11-28 18:33:58
## 5045  2022-11-28 18:33:56
## 5046  2022-11-28 18:33:52
## 5047  2022-11-28 18:33:44
## 5048  2022-11-28 18:33:37
## 5049  2022-11-28 18:33:33
## 5050  2022-11-28 18:33:31
## 5051  2022-11-28 18:33:10
## 5052  2022-11-28 18:33:08
## 5053  2022-11-28 18:33:08
## 5054  2022-11-28 18:33:06
## 5055  2022-11-28 18:33:06
## 5056  2022-11-28 18:32:51
## 5057  2022-11-28 18:32:51
## 5058  2022-11-28 18:32:50
## 5059  2022-11-28 18:32:40
## 5060  2022-11-28 18:32:39
## 5061  2022-11-28 18:32:38
## 5062  2022-11-28 18:32:26
## 5063  2022-11-28 18:32:25
## 5064  2022-11-28 18:32:22
## 5065  2022-11-28 18:32:21
## 5066  2022-11-28 18:32:20
## 5067  2022-11-28 18:32:18
## 5068  2022-11-28 18:32:18
## 5069  2022-11-28 18:32:09
## 5070  2022-11-28 18:32:00
## 5071  2022-11-28 18:31:58
## 5072  2022-11-28 18:31:54
## 5073  2022-11-28 18:31:53
## 5074  2022-11-28 18:31:41
## 5075  2022-11-28 18:31:41
## 5076  2022-11-28 18:31:40
## 5077  2022-11-28 18:31:34
## 5078  2022-11-28 18:31:32
## 5079  2022-11-28 18:31:32
## 5080  2022-11-28 18:31:29
## 5081  2022-11-28 18:31:25
## 5082  2022-11-28 18:31:24
## 5083  2022-11-28 18:31:21
## 5084  2022-11-28 18:31:18
## 5085  2022-11-28 18:31:12
## 5086  2022-11-28 18:31:02
## 5087  2022-11-28 18:30:59
## 5088  2022-11-28 18:30:45
## 5089  2022-11-28 18:30:40
## 5090  2022-11-28 18:30:34
## 5091  2022-11-28 18:30:29
## 5092  2022-11-28 18:30:23
## 5093  2022-11-28 18:30:19
## 5094  2022-11-28 18:30:15
## 5095  2022-11-28 18:30:15
## 5096  2022-11-28 18:30:11
## 5097  2022-11-28 18:30:06
## 5098  2022-11-28 18:30:05
## 5099  2022-11-28 18:30:02
## 5100  2022-11-28 18:29:54
## 5101  2022-11-28 18:29:47
## 5102  2022-11-28 18:29:44
## 5103  2022-11-28 18:29:43
## 5104  2022-11-28 18:29:42
## 5105  2022-11-28 18:29:41
## 5106  2022-11-28 18:29:37
## 5107  2022-11-28 18:29:34
## 5108  2022-11-28 18:29:33
## 5109  2022-11-28 18:29:31
## 5110  2022-11-28 18:29:31
## 5111  2022-11-28 18:29:30
## 5112  2022-11-28 18:29:23
## 5113  2022-11-28 18:29:23
## 5114  2022-11-28 18:29:23
## 5115  2022-11-28 18:29:22
## 5116  2022-11-28 18:29:21
## 5117  2022-11-28 18:29:20
## 5118  2022-11-28 18:29:17
## 5119  2022-11-28 18:29:15
## 5120  2022-11-28 18:29:13
## 5121  2022-11-28 18:29:10
## 5122  2022-11-28 18:29:07
## 5123  2022-11-28 18:29:04
## 5124  2022-11-28 18:29:03
## 5125  2022-11-28 18:28:54
## 5126  2022-11-28 18:28:52
## 5127  2022-11-28 18:28:50
## 5128  2022-11-28 18:28:50
## 5129  2022-11-28 18:28:45
## 5130  2022-11-28 18:28:42
## 5131  2022-11-28 18:28:36
## 5132  2022-11-28 18:28:34
## 5133  2022-11-28 18:28:33
## 5134  2022-11-28 18:28:30
## 5135  2022-11-28 18:28:29
## 5136  2022-11-28 18:28:29
## 5137  2022-11-28 18:28:27
## 5138  2022-11-28 18:28:26
## 5139  2022-11-28 18:28:07
## 5140  2022-11-28 18:28:07
## 5141  2022-11-28 18:28:06
## 5142  2022-11-28 18:28:06
## 5143  2022-11-28 18:28:05
## 5144  2022-11-28 18:28:02
## 5145  2022-11-28 18:28:00
## 5146  2022-11-28 18:27:59
## 5147  2022-11-28 18:27:58
## 5148  2022-11-28 18:27:54
## 5149  2022-11-28 18:27:52
## 5150  2022-11-28 18:27:44
## 5151  2022-11-28 18:27:40
## 5152  2022-11-28 18:27:38
## 5153  2022-11-28 18:27:34
## 5154  2022-11-28 18:27:31
## 5155  2022-11-28 18:27:24
## 5156  2022-11-28 18:27:17
## 5157  2022-11-28 18:27:08
## 5158  2022-11-28 18:26:54
## 5159  2022-11-28 18:26:53
## 5160  2022-11-28 18:26:42
## 5161  2022-11-28 18:26:41
## 5162  2022-11-28 18:26:33
## 5163  2022-11-28 18:26:29
## 5164  2022-11-28 18:26:25
## 5165  2022-11-28 18:26:24
## 5166  2022-11-28 18:26:23
## 5167  2022-11-28 18:26:16
## 5168  2022-11-28 18:26:16
## 5169  2022-11-28 18:26:08
## 5170  2022-11-28 18:26:07
## 5171  2022-11-28 18:26:04
## 5172  2022-11-28 18:26:02
## 5173  2022-11-28 18:26:01
## 5174  2022-11-28 18:25:55
## 5175  2022-11-28 18:25:52
## 5176  2022-11-28 18:25:43
## 5177  2022-11-28 18:25:43
## 5178  2022-11-28 18:25:41
## 5179  2022-11-28 18:25:35
## 5180  2022-11-28 18:25:31
## 5181  2022-11-28 18:25:30
## 5182  2022-11-28 18:25:26
## 5183  2022-11-28 18:25:25
## 5184  2022-11-28 18:25:24
## 5185  2022-11-28 18:25:23
## 5186  2022-11-28 18:25:19
## 5187  2022-11-28 18:25:17
## 5188  2022-11-28 18:25:14
## 5189  2022-11-28 18:25:14
## 5190  2022-11-28 18:25:11
## 5191  2022-11-28 18:25:08
## 5192  2022-11-28 18:25:05
## 5193  2022-11-28 18:24:59
## 5194  2022-11-28 18:24:51
## 5195  2022-11-28 18:24:47
## 5196  2022-11-28 18:24:46
## 5197  2022-11-28 18:24:42
## 5198  2022-11-28 18:24:41
## 5199  2022-11-28 18:24:32
## 5200  2022-11-28 18:24:26
## 5201  2022-11-28 18:24:24
## 5202  2022-11-28 18:24:16
## 5203  2022-11-28 18:24:16
## 5204  2022-11-28 18:24:14
## 5205  2022-11-28 18:24:14
## 5206  2022-11-28 18:24:12
## 5207  2022-11-28 18:24:02
## 5208  2022-11-28 18:24:01
## 5209  2022-11-28 18:23:58
## 5210  2022-11-28 18:23:50
## 5211  2022-11-28 18:23:41
## 5212  2022-11-28 18:23:41
## 5213  2022-11-28 18:23:28
## 5214  2022-11-28 18:23:23
## 5215  2022-11-28 18:23:22
## 5216  2022-11-28 18:23:21
## 5217  2022-11-28 18:23:19
## 5218  2022-11-28 18:23:16
## 5219  2022-11-28 18:23:11
## 5220  2022-11-28 18:23:09
## 5221  2022-11-28 18:22:54
## 5222  2022-11-28 18:22:48
## 5223  2022-11-28 18:22:47
## 5224  2022-11-28 18:22:46
## 5225  2022-11-28 18:22:31
## 5226  2022-11-28 18:22:30
## 5227  2022-11-28 18:22:29
## 5228  2022-11-28 18:22:17
## 5229  2022-11-28 18:22:16
## 5230  2022-11-28 18:22:11
## 5231  2022-11-28 18:22:02
## 5232  2022-11-28 18:21:59
## 5233  2022-11-28 18:21:55
## 5234  2022-11-28 18:21:50
## 5235  2022-11-28 18:21:47
## 5236  2022-11-28 18:21:46
## 5237  2022-11-28 18:21:43
## 5238  2022-11-28 18:21:42
## 5239  2022-11-28 18:21:42
## 5240  2022-11-28 18:21:38
## 5241  2022-11-28 18:21:35
## 5242  2022-11-28 18:21:32
## 5243  2022-11-28 18:21:22
## 5244  2022-11-28 18:21:18
## 5245  2022-11-28 18:21:15
## 5246  2022-11-28 18:21:12
## 5247  2022-11-28 18:21:12
## 5248  2022-11-28 18:21:09
## 5249  2022-11-28 18:20:51
## 5250  2022-11-28 18:20:48
## 5251  2022-11-28 18:20:46
## 5252  2022-11-28 18:20:45
## 5253  2022-11-28 18:20:42
## 5254  2022-11-28 18:20:40
## 5255  2022-11-28 18:20:35
## 5256  2022-11-28 18:20:33
## 5257  2022-11-28 18:20:22
## 5258  2022-11-28 18:20:20
## 5259  2022-11-28 18:20:11
## 5260  2022-11-28 18:20:06
## 5261  2022-11-28 18:20:03
## 5262  2022-11-28 18:20:02
## 5263  2022-11-28 18:19:58
## 5264  2022-11-28 18:19:54
## 5265  2022-11-28 18:19:53
## 5266  2022-11-28 18:19:52
## 5267  2022-11-28 18:19:50
## 5268  2022-11-28 18:19:50
## 5269  2022-11-28 18:19:48
## 5270  2022-11-28 18:19:43
## 5271  2022-11-28 18:19:36
## 5272  2022-11-28 18:19:32
## 5273  2022-11-28 18:19:31
## 5274  2022-11-28 18:19:28
## 5275  2022-11-28 18:19:28
## 5276  2022-11-28 18:19:26
## 5277  2022-11-28 18:19:25
## 5278  2022-11-28 18:19:15
## 5279  2022-11-28 18:19:14
## 5280  2022-11-28 18:19:02
## 5281  2022-11-28 18:18:56
## 5282  2022-11-28 18:18:52
## 5283  2022-11-28 18:18:45
## 5284  2022-11-28 18:18:42
## 5285  2022-11-28 18:18:34
## 5286  2022-11-28 18:18:16
## 5287  2022-11-28 18:18:12
## 5288  2022-11-28 18:18:11
## 5289  2022-11-28 18:17:57
## 5290  2022-11-28 18:17:55
## 5291  2022-11-28 18:17:28
## 5292  2022-11-28 18:17:12
## 5293  2022-11-28 18:17:01
## 5294  2022-11-28 18:16:50
## 5295  2022-11-28 18:16:41
## 5296  2022-11-28 18:16:38
## 5297  2022-11-28 18:16:36
## 5298  2022-11-28 18:16:34
## 5299  2022-11-28 18:16:14
## 5300  2022-11-28 18:16:12
## 5301  2022-11-28 18:16:10
## 5302  2022-11-28 18:16:03
## 5303  2022-11-28 18:16:03
## 5304  2022-11-28 18:16:01
## 5305  2022-11-28 18:15:59
## 5306  2022-11-28 18:15:57
## 5307  2022-11-28 18:15:55
## 5308  2022-11-28 18:15:55
## 5309  2022-11-28 18:15:54
## 5310  2022-11-28 18:15:54
## 5311  2022-11-28 18:15:53
## 5312  2022-11-28 18:15:46
## 5313  2022-11-28 18:15:44
## 5314  2022-11-28 18:15:42
## 5315  2022-11-28 18:15:42
## 5316  2022-11-28 18:15:32
## 5317  2022-11-28 18:15:27
## 5318  2022-11-28 18:15:27
## 5319  2022-11-28 18:15:26
## 5320  2022-11-28 18:15:22
## 5321  2022-11-28 18:15:22
## 5322  2022-11-28 18:15:19
## 5323  2022-11-28 18:15:15
## 5324  2022-11-28 18:15:15
## 5325  2022-11-28 18:15:04
## 5326  2022-11-28 18:14:55
## 5327  2022-11-28 18:14:53
## 5328  2022-11-28 18:14:47
## 5329  2022-11-28 18:14:46
## 5330  2022-11-28 18:14:40
## 5331  2022-11-28 18:14:38
## 5332  2022-11-28 18:14:36
## 5333  2022-11-28 18:14:36
## 5334  2022-11-28 18:14:35
## 5335  2022-11-28 18:14:25
## 5336  2022-11-28 18:14:24
## 5337  2022-11-28 18:14:21
## 5338  2022-11-28 18:14:15
## 5339  2022-11-28 18:14:10
## 5340  2022-11-28 18:14:05
## 5341  2022-11-28 18:14:03
## 5342  2022-11-28 18:13:50
## 5343  2022-11-28 18:13:46
## 5344  2022-11-28 18:13:41
## 5345  2022-11-28 18:13:26
## 5346  2022-11-28 18:13:26
## 5347  2022-11-28 18:13:15
## 5348  2022-11-28 18:13:14
## 5349  2022-11-28 18:13:07
## 5350  2022-11-28 18:13:04
## 5351  2022-11-28 18:13:02
## 5352  2022-11-28 18:12:50
## 5353  2022-11-28 18:12:50
## 5354  2022-11-28 18:12:46
## 5355  2022-11-28 18:12:45
## 5356  2022-11-28 18:12:41
## 5357  2022-11-28 18:12:34
## 5358  2022-11-28 18:12:34
## 5359  2022-11-28 18:12:32
## 5360  2022-11-28 18:12:29
## 5361  2022-11-28 18:12:23
## 5362  2022-11-28 18:12:20
## 5363  2022-11-28 18:12:12
## 5364  2022-11-28 18:12:05
## 5365  2022-11-28 18:12:02
## 5366  2022-11-28 18:11:58
## 5367  2022-11-28 18:11:53
## 5368  2022-11-28 18:11:53
## 5369  2022-11-28 18:11:52
## 5370  2022-11-28 18:11:51
## 5371  2022-11-28 18:11:37
## 5372  2022-11-28 18:11:34
## 5373  2022-11-28 18:11:30
## 5374  2022-11-28 18:11:27
## 5375  2022-11-28 18:11:15
## 5376  2022-11-28 18:11:14
## 5377  2022-11-28 18:11:09
## 5378  2022-11-28 18:11:07
## 5379  2022-11-28 18:11:03
## 5380  2022-11-28 18:11:02
## 5381  2022-11-28 18:10:58
## 5382  2022-11-28 18:10:57
## 5383  2022-11-28 18:10:54
## 5384  2022-11-28 18:10:47
## 5385  2022-11-28 18:10:32
## 5386  2022-11-28 18:10:21
## 5387  2022-11-28 18:10:20
## 5388  2022-11-28 18:10:18
## 5389  2022-11-28 18:10:18
## 5390  2022-11-28 18:10:07
## 5391  2022-11-28 18:10:03
## 5392  2022-11-28 18:09:52
## 5393  2022-11-28 18:09:51
## 5394  2022-11-28 18:09:49
## 5395  2022-11-28 18:09:46
## 5396  2022-11-28 18:09:45
## 5397  2022-11-28 18:09:43
## 5398  2022-11-28 18:09:42
## 5399  2022-11-28 18:09:34
## 5400  2022-11-28 18:09:31
## 5401  2022-11-28 18:09:30
## 5402  2022-11-28 18:09:21
## 5403  2022-11-28 18:09:18
## 5404  2022-11-28 18:08:31
## 5405  2022-11-28 18:08:27
## 5406  2022-11-28 18:08:20
## 5407  2022-11-28 18:08:17
## 5408  2022-11-28 18:08:13
## 5409  2022-11-28 18:08:11
## 5410  2022-11-28 18:08:06
## 5411  2022-11-28 18:08:02
## 5412  2022-11-28 18:08:02
## 5413  2022-11-28 18:08:02
## 5414  2022-11-28 18:08:00
## 5415  2022-11-28 18:07:49
## 5416  2022-11-28 18:07:30
## 5417  2022-11-28 18:07:23
## 5418  2022-11-28 18:07:08
## 5419  2022-11-28 18:06:57
## 5420  2022-11-28 18:06:50
## 5421  2022-11-28 18:06:35
## 5422  2022-11-28 18:06:35
## 5423  2022-11-28 18:06:31
## 5424  2022-11-28 18:06:17
## 5425  2022-11-28 18:06:15
## 5426  2022-11-28 18:06:11
## 5427  2022-11-28 18:06:10
## 5428  2022-11-28 18:06:10
## 5429  2022-11-28 18:06:05
## 5430  2022-11-28 18:05:56
## 5431  2022-11-28 18:05:51
## 5432  2022-11-28 18:05:47
## 5433  2022-11-28 18:05:47
## 5434  2022-11-28 18:05:41
## 5435  2022-11-28 18:05:40
## 5436  2022-11-28 18:05:40
## 5437  2022-11-28 18:05:36
## 5438  2022-11-28 18:05:29
## 5439  2022-11-28 18:05:18
## 5440  2022-11-28 18:05:09
## 5441  2022-11-28 18:05:09
## 5442  2022-11-28 18:05:08
## 5443  2022-11-28 18:05:07
## 5444  2022-11-28 18:05:02
## 5445  2022-11-28 18:04:40
## 5446  2022-11-28 18:04:37
## 5447  2022-11-28 18:04:34
## 5448  2022-11-28 18:04:32
## 5449  2022-11-28 18:04:22
## 5450  2022-11-28 18:03:58
## 5451  2022-11-28 18:03:55
## 5452  2022-11-28 18:03:54
## 5453  2022-11-28 18:03:48
## 5454  2022-11-28 18:03:34
## 5455  2022-11-28 18:03:21
## 5456  2022-11-28 18:03:18
## 5457  2022-11-28 18:03:10
## 5458  2022-11-28 18:03:09
## 5459  2022-11-28 18:02:49
## 5460  2022-11-28 18:02:43
## 5461  2022-11-28 18:02:41
## 5462  2022-11-28 18:02:31
## 5463  2022-11-28 18:02:29
## 5464  2022-11-28 18:02:28
## 5465  2022-11-28 18:02:26
## 5466  2022-11-28 18:02:19
## 5467  2022-11-28 18:02:18
## 5468  2022-11-28 18:02:17
## 5469  2022-11-28 18:02:16
## 5470  2022-11-28 18:02:05
## 5471  2022-11-28 18:02:04
## 5472  2022-11-28 18:01:57
## 5473  2022-11-28 18:01:46
## 5474  2022-11-28 18:01:45
## 5475  2022-11-28 18:01:41
## 5476  2022-11-28 18:01:40
## 5477  2022-11-28 18:01:38
## 5478  2022-11-28 18:01:36
## 5479  2022-11-28 18:01:34
## 5480  2022-11-28 18:01:32
## 5481  2022-11-28 18:01:32
## 5482  2022-11-28 18:01:30
## 5483  2022-11-28 18:01:25
## 5484  2022-11-28 18:01:24
## 5485  2022-11-28 18:01:20
## 5486  2022-11-28 18:01:20
## 5487  2022-11-28 18:01:18
## 5488  2022-11-28 18:01:18
## 5489  2022-11-28 18:01:11
## 5490  2022-11-28 18:01:03
## 5491  2022-11-28 18:00:59
## 5492  2022-11-28 18:00:52
## 5493  2022-11-28 18:00:46
## 5494  2022-11-28 18:00:42
## 5495  2022-11-28 18:00:33
## 5496  2022-11-28 18:00:27
## 5497  2022-11-28 18:00:23
## 5498  2022-11-28 18:00:07
## 5499  2022-11-28 18:00:03
## 5500  2022-11-28 18:00:00
## 5501  2022-11-28 17:59:44
## 5502  2022-11-28 17:59:43
## 5503  2022-11-28 17:59:38
## 5504  2022-11-28 17:59:32
## 5505  2022-11-28 17:59:30
## 5506  2022-11-28 17:59:29
## 5507  2022-11-28 17:59:26
## 5508  2022-11-28 17:59:23
## 5509  2022-11-28 17:59:20
## 5510  2022-11-28 17:59:18
## 5511  2022-11-28 17:59:17
## 5512  2022-11-28 17:59:15
## 5513  2022-11-28 17:59:14
## 5514  2022-11-28 17:59:13
## 5515  2022-11-28 17:59:12
## 5516  2022-11-28 17:59:09
## 5517  2022-11-28 17:59:00
## 5518  2022-11-28 17:58:50
## 5519  2022-11-28 17:58:48
## 5520  2022-11-28 17:58:43
## 5521  2022-11-28 17:58:40
## 5522  2022-11-28 17:58:39
## 5523  2022-11-28 17:58:31
## 5524  2022-11-28 17:58:20
## 5525  2022-11-28 17:58:18
## 5526  2022-11-28 17:58:16
## 5527  2022-11-28 17:58:16
## 5528  2022-11-28 17:58:12
## 5529  2022-11-28 17:58:10
## 5530  2022-11-28 17:58:09
## 5531  2022-11-28 17:58:03
## 5532  2022-11-28 17:58:03
## 5533  2022-11-28 17:58:00
## 5534  2022-11-28 17:57:56
## 5535  2022-11-28 17:57:55
## 5536  2022-11-28 17:57:51
## 5537  2022-11-28 17:57:49
## 5538  2022-11-28 17:57:35
## 5539  2022-11-28 17:57:32
## 5540  2022-11-28 17:57:30
## 5541  2022-11-28 17:57:27
## 5542  2022-11-28 17:57:18
## 5543  2022-11-28 17:57:12
## 5544  2022-11-28 17:57:12
## 5545  2022-11-28 17:57:06
## 5546  2022-11-28 17:57:06
## 5547  2022-11-28 17:57:00
## 5548  2022-11-28 17:57:00
## 5549  2022-11-28 17:56:59
## 5550  2022-11-28 17:56:44
## 5551  2022-11-28 17:56:34
## 5552  2022-11-28 17:56:28
## 5553  2022-11-28 17:56:27
## 5554  2022-11-28 17:56:22
## 5555  2022-11-28 17:56:21
## 5556  2022-11-28 17:56:18
## 5557  2022-11-28 17:56:17
## 5558  2022-11-28 17:56:07
## 5559  2022-11-28 17:56:07
## 5560  2022-11-28 17:56:06
## 5561  2022-11-28 17:56:05
## 5562  2022-11-28 17:56:04
## 5563  2022-11-28 17:56:04
## 5564  2022-11-28 17:56:01
## 5565  2022-11-28 17:55:59
## 5566  2022-11-28 17:55:59
## 5567  2022-11-28 17:55:55
## 5568  2022-11-28 17:55:54
## 5569  2022-11-28 17:55:47
## 5570  2022-11-28 17:55:44
## 5571  2022-11-28 17:55:42
## 5572  2022-11-28 17:55:42
## 5573  2022-11-28 17:55:38
## 5574  2022-11-28 17:55:35
## 5575  2022-11-28 17:55:34
## 5576  2022-11-28 17:55:30
## 5577  2022-11-28 17:55:28
## 5578  2022-11-28 17:55:26
## 5579  2022-11-28 17:55:25
## 5580  2022-11-28 17:55:22
## 5581  2022-11-28 17:55:21
## 5582  2022-11-28 17:55:20
## 5583  2022-11-28 17:55:18
## 5584  2022-11-28 17:55:18
## 5585  2022-11-28 17:55:09
## 5586  2022-11-28 17:55:08
## 5587  2022-11-28 17:55:00
## 5588  2022-11-28 17:55:00
## 5589  2022-11-28 17:54:56
## 5590  2022-11-28 17:54:56
## 5591  2022-11-28 17:54:55
## 5592  2022-11-28 17:54:53
## 5593  2022-11-28 17:54:53
## 5594  2022-11-28 17:54:41
## 5595  2022-11-28 17:54:40
## 5596  2022-11-28 17:54:26
## 5597  2022-11-28 17:54:23
## 5598  2022-11-28 17:54:21
## 5599  2022-11-28 17:54:20
## 5600  2022-11-28 17:54:18
## 5601  2022-11-28 17:54:11
## 5602  2022-11-28 17:54:05
## 5603  2022-11-28 17:54:05
## 5604  2022-11-28 17:54:05
## 5605  2022-11-28 17:54:03
## 5606  2022-11-28 17:53:54
## 5607  2022-11-28 17:53:42
## 5608  2022-11-28 17:53:41
## 5609  2022-11-28 17:53:40
## 5610  2022-11-28 17:53:37
## 5611  2022-11-28 17:53:20
## 5612  2022-11-28 17:53:13
## 5613  2022-11-28 17:53:12
## 5614  2022-11-28 17:53:07
## 5615  2022-11-28 17:52:59
## 5616  2022-11-28 17:52:53
## 5617  2022-11-28 17:52:45
## 5618  2022-11-28 17:52:45
## 5619  2022-11-28 17:52:41
## 5620  2022-11-28 17:52:37
## 5621  2022-11-28 17:52:31
## 5622  2022-11-28 17:52:29
## 5623  2022-11-28 17:52:29
## 5624  2022-11-28 17:52:27
## 5625  2022-11-28 17:52:13
## 5626  2022-11-28 17:52:08
## 5627  2022-11-28 17:51:47
## 5628  2022-11-28 17:51:44
## 5629  2022-11-28 17:51:34
## 5630  2022-11-28 17:51:30
## 5631  2022-11-28 17:51:25
## 5632  2022-11-28 17:51:14
## 5633  2022-11-28 17:51:07
## 5634  2022-11-28 17:51:04
## 5635  2022-11-28 17:51:03
## 5636  2022-11-28 17:50:58
## 5637  2022-11-28 17:50:57
## 5638  2022-11-28 17:50:57
## 5639  2022-11-28 17:50:51
## 5640  2022-11-28 17:50:46
## 5641  2022-11-28 17:50:39
## 5642  2022-11-28 17:50:30
## 5643  2022-11-28 17:50:29
## 5644  2022-11-28 17:50:27
## 5645  2022-11-28 17:50:25
## 5646  2022-11-28 17:50:21
## 5647  2022-11-28 17:50:17
## 5648  2022-11-28 17:50:11
## 5649  2022-11-28 17:50:07
## 5650  2022-11-28 17:50:06
## 5651  2022-11-28 17:50:04
## 5652  2022-11-28 17:50:01
## 5653  2022-11-28 17:50:00
## 5654  2022-11-28 17:49:56
## 5655  2022-11-28 17:49:54
## 5656  2022-11-28 17:49:51
## 5657  2022-11-28 17:49:50
## 5658  2022-11-28 17:49:48
## 5659  2022-11-28 17:49:42
## 5660  2022-11-28 17:49:41
## 5661  2022-11-28 17:49:40
## 5662  2022-11-28 17:49:35
## 5663  2022-11-28 17:49:31
## 5664  2022-11-28 17:49:27
## 5665  2022-11-28 17:49:26
## 5666  2022-11-28 17:49:25
## 5667  2022-11-28 17:49:21
## 5668  2022-11-28 17:49:21
## 5669  2022-11-28 17:49:13
## 5670  2022-11-28 17:49:05
## 5671  2022-11-28 17:49:05
## 5672  2022-11-28 17:48:59
## 5673  2022-11-28 17:48:54
## 5674  2022-11-28 17:48:54
## 5675  2022-11-28 17:48:53
## 5676  2022-11-28 17:48:50
## 5677  2022-11-28 17:48:50
## 5678  2022-11-28 17:48:50
## 5679  2022-11-28 17:48:39
## 5680  2022-11-28 17:48:37
## 5681  2022-11-28 17:48:37
## 5682  2022-11-28 17:48:30
## 5683  2022-11-28 17:48:27
## 5684  2022-11-28 17:48:27
## 5685  2022-11-28 17:48:24
## 5686  2022-11-28 17:48:22
## 5687  2022-11-28 17:48:18
## 5688  2022-11-28 17:48:11
## 5689  2022-11-28 17:48:09
## 5690  2022-11-28 17:48:08
## 5691  2022-11-28 17:48:08
## 5692  2022-11-28 17:48:07
## 5693  2022-11-28 17:48:04
## 5694  2022-11-28 17:48:00
## 5695  2022-11-28 17:47:57
## 5696  2022-11-28 17:47:55
## 5697  2022-11-28 17:47:51
## 5698  2022-11-28 17:47:34
## 5699  2022-11-28 17:47:27
## 5700  2022-11-28 17:47:22
## 5701  2022-11-28 17:47:17
## 5702  2022-11-28 17:47:16
## 5703  2022-11-28 17:47:12
## 5704  2022-11-28 17:47:05
## 5705  2022-11-28 17:47:03
## 5706  2022-11-28 17:46:56
## 5707  2022-11-28 17:46:49
## 5708  2022-11-28 17:46:45
## 5709  2022-11-28 17:46:44
## 5710  2022-11-28 17:46:38
## 5711  2022-11-28 17:46:36
## 5712  2022-11-28 17:46:31
## 5713  2022-11-28 17:46:29
## 5714  2022-11-28 17:46:28
## 5715  2022-11-28 17:46:22
## 5716  2022-11-28 17:46:18
## 5717  2022-11-28 17:46:12
## 5718  2022-11-28 17:46:12
## 5719  2022-11-28 17:46:11
## 5720  2022-11-28 17:46:09
## 5721  2022-11-28 17:46:05
## 5722  2022-11-28 17:46:02
## 5723  2022-11-28 17:45:46
## 5724  2022-11-28 17:45:46
## 5725  2022-11-28 17:45:37
## 5726  2022-11-28 17:45:36
## 5727  2022-11-28 17:45:35
## 5728  2022-11-28 17:45:32
## 5729  2022-11-28 17:45:31
## 5730  2022-11-28 17:45:24
## 5731  2022-11-28 17:45:19
## 5732  2022-11-28 17:45:17
## 5733  2022-11-28 17:45:08
## 5734  2022-11-28 17:45:07
## 5735  2022-11-28 17:45:05
## 5736  2022-11-28 17:45:05
## 5737  2022-11-28 17:45:01
## 5738  2022-11-28 17:44:58
## 5739  2022-11-28 17:44:48
## 5740  2022-11-28 17:44:44
## 5741  2022-11-28 17:44:43
## 5742  2022-11-28 17:44:43
## 5743  2022-11-28 17:44:38
## 5744  2022-11-28 17:44:37
## 5745  2022-11-28 17:44:31
## 5746  2022-11-28 17:44:30
## 5747  2022-11-28 17:44:23
## 5748  2022-11-28 17:44:21
## 5749  2022-11-28 17:44:13
## 5750  2022-11-28 17:44:13
## 5751  2022-11-28 17:44:12
## 5752  2022-11-28 17:44:12
## 5753  2022-11-28 17:44:11
## 5754  2022-11-28 17:44:09
## 5755  2022-11-28 17:44:07
## 5756  2022-11-28 17:44:07
## 5757  2022-11-28 17:44:03
## 5758  2022-11-28 17:43:55
## 5759  2022-11-28 17:43:52
## 5760  2022-11-28 17:43:50
## 5761  2022-11-28 17:43:42
## 5762  2022-11-28 17:43:42
## 5763  2022-11-28 17:43:40
## 5764  2022-11-28 17:43:39
## 5765  2022-11-28 17:43:35
## 5766  2022-11-28 17:43:29
## 5767  2022-11-28 17:43:27
## 5768  2022-11-28 17:43:25
## 5769  2022-11-28 17:43:23
## 5770  2022-11-28 17:43:23
## 5771  2022-11-28 17:43:20
## 5772  2022-11-28 17:43:19
## 5773  2022-11-28 17:43:16
## 5774  2022-11-28 17:43:16
## 5775  2022-11-28 17:43:15
## 5776  2022-11-28 17:43:11
## 5777  2022-11-28 17:43:05
## 5778  2022-11-28 17:43:00
## 5779  2022-11-28 17:42:56
## 5780  2022-11-28 17:42:54
## 5781  2022-11-28 17:42:53
## 5782  2022-11-28 17:42:53
## 5783  2022-11-28 17:42:35
## 5784  2022-11-28 17:42:35
## 5785  2022-11-28 17:42:34
## 5786  2022-11-28 17:42:32
## 5787  2022-11-28 17:42:26
## 5788  2022-11-28 17:42:26
## 5789  2022-11-28 17:42:25
## 5790  2022-11-28 17:42:19
## 5791  2022-11-28 17:42:19
## 5792  2022-11-28 17:42:13
## 5793  2022-11-28 17:42:11
## 5794  2022-11-28 17:41:47
## 5795  2022-11-28 17:41:34
## 5796  2022-11-28 17:41:34
## 5797  2022-11-28 17:41:24
## 5798  2022-11-28 17:41:23
## 5799  2022-11-28 17:41:22
## 5800  2022-11-28 17:41:13
## 5801  2022-11-28 17:41:12
## 5802  2022-11-28 17:41:11
## 5803  2022-11-28 17:41:10
## 5804  2022-11-28 17:41:06
## 5805  2022-11-28 17:41:05
## 5806  2022-11-28 17:41:02
## 5807  2022-11-28 17:41:00
## 5808  2022-11-28 17:40:57
## 5809  2022-11-28 17:40:55
## 5810  2022-11-28 17:40:48
## 5811  2022-11-28 17:40:43
## 5812  2022-11-28 17:40:30
## 5813  2022-11-28 17:40:30
## 5814  2022-11-28 17:40:20
## 5815  2022-11-28 17:40:16
## 5816  2022-11-28 17:40:15
## 5817  2022-11-28 17:40:15
## 5818  2022-11-28 17:40:13
## 5819  2022-11-28 17:40:05
## 5820  2022-11-28 17:40:03
## 5821  2022-11-28 17:39:59
## 5822  2022-11-28 17:39:58
## 5823  2022-11-28 17:39:51
## 5824  2022-11-28 17:39:47
## 5825  2022-11-28 17:39:47
## 5826  2022-11-28 17:39:35
## 5827  2022-11-28 17:39:32
## 5828  2022-11-28 17:39:30
## 5829  2022-11-28 17:39:29
## 5830  2022-11-28 17:39:28
## 5831  2022-11-28 17:39:28
## 5832  2022-11-28 17:39:25
## 5833  2022-11-28 17:39:22
## 5834  2022-11-28 17:39:14
## 5835  2022-11-28 17:39:14
## 5836  2022-11-28 17:39:13
## 5837  2022-11-28 17:39:12
## 5838  2022-11-28 17:39:10
## 5839  2022-11-28 17:39:08
## 5840  2022-11-28 17:39:07
## 5841  2022-11-28 17:39:05
## 5842  2022-11-28 17:38:57
## 5843  2022-11-28 17:38:56
## 5844  2022-11-28 17:38:55
## 5845  2022-11-28 17:38:54
## 5846  2022-11-28 17:38:52
## 5847  2022-11-28 17:38:50
## 5848  2022-11-28 17:38:42
## 5849  2022-11-28 17:38:42
## 5850  2022-11-28 17:38:38
## 5851  2022-11-28 17:38:35
## 5852  2022-11-28 17:38:35
## 5853  2022-11-28 17:38:33
## 5854  2022-11-28 17:38:31
## 5855  2022-11-28 17:38:29
## 5856  2022-11-28 17:38:23
## 5857  2022-11-28 17:38:21
## 5858  2022-11-28 17:38:18
## 5859  2022-11-28 17:38:18
## 5860  2022-11-28 17:38:18
## 5861  2022-11-28 17:38:15
## 5862  2022-11-28 17:38:13
## 5863  2022-11-28 17:38:06
## 5864  2022-11-28 17:38:01
## 5865  2022-11-28 17:37:53
## 5866  2022-11-28 17:37:48
## 5867  2022-11-28 17:37:45
## 5868  2022-11-28 17:37:24
## 5869  2022-11-28 17:37:20
## 5870  2022-11-28 17:37:15
## 5871  2022-11-28 17:37:14
## 5872  2022-11-28 17:37:13
## 5873  2022-11-28 17:37:09
## 5874  2022-11-28 17:37:09
## 5875  2022-11-28 17:37:05
## 5876  2022-11-28 17:37:04
## 5877  2022-11-28 17:36:55
## 5878  2022-11-28 17:36:54
## 5879  2022-11-28 17:36:52
## 5880  2022-11-28 17:36:51
## 5881  2022-11-28 17:36:48
## 5882  2022-11-28 17:36:47
## 5883  2022-11-28 17:36:42
## 5884  2022-11-28 17:36:41
## 5885  2022-11-28 17:36:32
## 5886  2022-11-28 17:36:30
## 5887  2022-11-28 17:36:28
## 5888  2022-11-28 17:36:24
## 5889  2022-11-28 17:36:21
## 5890  2022-11-28 17:36:20
## 5891  2022-11-28 17:36:17
## 5892  2022-11-28 17:36:09
## 5893  2022-11-28 17:36:03
## 5894  2022-11-28 17:36:01
## 5895  2022-11-28 17:35:56
## 5896  2022-11-28 17:35:55
## 5897  2022-11-28 17:35:45
## 5898  2022-11-28 17:35:44
## 5899  2022-11-28 17:35:40
## 5900  2022-11-28 17:35:40
## 5901  2022-11-28 17:35:38
## 5902  2022-11-28 17:35:29
## 5903  2022-11-28 17:35:16
## 5904  2022-11-28 17:35:14
## 5905  2022-11-28 17:35:14
## 5906  2022-11-28 17:35:12
## 5907  2022-11-28 17:35:11
## 5908  2022-11-28 17:35:06
## 5909  2022-11-28 17:35:04
## 5910  2022-11-28 17:35:03
## 5911  2022-11-28 17:35:02
## 5912  2022-11-28 17:35:01
## 5913  2022-11-28 17:35:00
## 5914  2022-11-28 17:34:55
## 5915  2022-11-28 17:34:51
## 5916  2022-11-28 17:34:51
## 5917  2022-11-28 17:34:51
## 5918  2022-11-28 17:34:48
## 5919  2022-11-28 17:34:41
## 5920  2022-11-28 17:34:39
## 5921  2022-11-28 17:34:38
## 5922  2022-11-28 17:34:35
## 5923  2022-11-28 17:34:27
## 5924  2022-11-28 17:34:21
## 5925  2022-11-28 17:34:17
## 5926  2022-11-28 17:34:16
## 5927  2022-11-28 17:34:13
## 5928  2022-11-28 17:34:13
## 5929  2022-11-28 17:34:09
## 5930  2022-11-28 17:34:09
## 5931  2022-11-28 17:34:09
## 5932  2022-11-28 17:34:04
## 5933  2022-11-28 17:34:00
## 5934  2022-11-28 17:33:59
## 5935  2022-11-28 17:33:59
## 5936  2022-11-28 17:33:57
## 5937  2022-11-28 17:33:56
## 5938  2022-11-28 17:33:55
## 5939  2022-11-28 17:33:55
## 5940  2022-11-28 17:33:52
## 5941  2022-11-28 17:33:52
## 5942  2022-11-28 17:33:52
## 5943  2022-11-28 17:33:51
## 5944  2022-11-28 17:33:47
## 5945  2022-11-28 17:33:41
## 5946  2022-11-28 17:33:38
## 5947  2022-11-28 17:33:36
## 5948  2022-11-28 17:33:36
## 5949  2022-11-28 17:33:34
## 5950  2022-11-28 17:33:32
## 5951  2022-11-28 17:33:30
## 5952  2022-11-28 17:33:29
## 5953  2022-11-28 17:33:24
## 5954  2022-11-28 17:33:23
## 5955  2022-11-28 17:33:15
## 5956  2022-11-28 17:33:13
## 5957  2022-11-28 17:33:12
## 5958  2022-11-28 17:33:10
## 5959  2022-11-28 17:33:04
## 5960  2022-11-28 17:33:03
## 5961  2022-11-28 17:32:58
## 5962  2022-11-28 17:32:55
## 5963  2022-11-28 17:32:49
## 5964  2022-11-28 17:32:45
## 5965  2022-11-28 17:32:44
## 5966  2022-11-28 17:32:39
## 5967  2022-11-28 17:32:39
## 5968  2022-11-28 17:32:35
## 5969  2022-11-28 17:32:35
## 5970  2022-11-28 17:32:32
## 5971  2022-11-28 17:32:25
## 5972  2022-11-28 17:32:24
## 5973  2022-11-28 17:32:24
## 5974  2022-11-28 17:32:23
## 5975  2022-11-28 17:32:20
## 5976  2022-11-28 17:32:15
## 5977  2022-11-28 17:32:13
## 5978  2022-11-28 17:32:08
## 5979  2022-11-28 17:32:01
## 5980  2022-11-28 17:32:01
## 5981  2022-11-28 17:31:57
## 5982  2022-11-28 17:31:56
## 5983  2022-11-28 17:31:53
## 5984  2022-11-28 17:31:52
## 5985  2022-11-28 17:31:48
## 5986  2022-11-28 17:31:41
## 5987  2022-11-28 17:31:39
## 5988  2022-11-28 17:31:28
## 5989  2022-11-28 17:31:27
## 5990  2022-11-28 17:31:26
## 5991  2022-11-28 17:31:20
## 5992  2022-11-28 17:31:17
## 5993  2022-11-28 17:31:16
## 5994  2022-11-28 17:31:15
## 5995  2022-11-28 17:31:13
## 5996  2022-11-28 17:31:12
## 5997  2022-11-28 17:31:05
## 5998  2022-11-28 17:31:04
## 5999  2022-11-28 17:31:00
## 6000  2022-11-28 17:30:57
## 6001  2022-11-28 17:30:51
## 6002  2022-11-28 17:30:49
## 6003  2022-11-28 17:30:48
## 6004  2022-11-28 17:30:38
## 6005  2022-11-28 17:30:30
## 6006  2022-11-28 17:30:28
## 6007  2022-11-28 17:30:26
## 6008  2022-11-28 17:30:16
## 6009  2022-11-28 17:29:59
## 6010  2022-11-28 17:29:54
## 6011  2022-11-28 17:29:51
## 6012  2022-11-28 17:29:50
## 6013  2022-11-28 17:29:43
## 6014  2022-11-28 17:29:41
## 6015  2022-11-28 17:29:38
## 6016  2022-11-28 17:29:36
## 6017  2022-11-28 17:29:34
## 6018  2022-11-28 17:29:32
## 6019  2022-11-28 17:29:22
## 6020  2022-11-28 17:29:15
## 6021  2022-11-28 17:29:11
## 6022  2022-11-28 17:29:08
## 6023  2022-11-28 17:29:01
## 6024  2022-11-28 17:28:50
## 6025  2022-11-28 17:28:27
## 6026  2022-11-28 17:28:14
## 6027  2022-11-28 17:28:12
## 6028  2022-11-28 17:28:11
## 6029  2022-11-28 17:28:00
## 6030  2022-11-28 17:27:54
## 6031  2022-11-28 17:27:48
## 6032  2022-11-28 17:27:47
## 6033  2022-11-28 17:27:47
## 6034  2022-11-28 17:27:40
## 6035  2022-11-28 17:27:40
## 6036  2022-11-28 17:27:36
## 6037  2022-11-28 17:27:35
## 6038  2022-11-28 17:27:33
## 6039  2022-11-28 17:27:32
## 6040  2022-11-28 17:27:27
## 6041  2022-11-28 17:27:26
## 6042  2022-11-28 17:27:15
## 6043  2022-11-28 17:27:14
## 6044  2022-11-28 17:27:11
## 6045  2022-11-28 17:27:10
## 6046  2022-11-28 17:27:10
## 6047  2022-11-28 17:27:06
## 6048  2022-11-28 17:27:04
## 6049  2022-11-28 17:27:03
## 6050  2022-11-28 17:27:01
## 6051  2022-11-28 17:26:59
## 6052  2022-11-28 17:26:58
## 6053  2022-11-28 17:26:56
## 6054  2022-11-28 17:26:56
## 6055  2022-11-28 17:26:55
## 6056  2022-11-28 17:26:54
## 6057  2022-11-28 17:26:50
## 6058  2022-11-28 17:26:45
## 6059  2022-11-28 17:26:44
## 6060  2022-11-28 17:26:43
## 6061  2022-11-28 17:26:41
## 6062  2022-11-28 17:26:33
## 6063  2022-11-28 17:26:26
## 6064  2022-11-28 17:26:22
## 6065  2022-11-28 17:26:19
## 6066  2022-11-28 17:26:13
## 6067  2022-11-28 17:26:09
## 6068  2022-11-28 17:26:07
## 6069  2022-11-28 17:26:04
## 6070  2022-11-28 17:25:58
## 6071  2022-11-28 17:25:57
## 6072  2022-11-28 17:25:56
## 6073  2022-11-28 17:25:53
## 6074  2022-11-28 17:25:39
## 6075  2022-11-28 17:25:37
## 6076  2022-11-28 17:25:30
## 6077  2022-11-28 17:25:29
## 6078  2022-11-28 17:25:28
## 6079  2022-11-28 17:25:21
## 6080  2022-11-28 17:25:20
## 6081  2022-11-28 17:25:19
## 6082  2022-11-28 17:25:18
## 6083  2022-11-28 17:25:16
## 6084  2022-11-28 17:25:11
## 6085  2022-11-28 17:25:10
## 6086  2022-11-28 17:25:08
## 6087  2022-11-28 17:25:07
## 6088  2022-11-28 17:24:59
## 6089  2022-11-28 17:24:59
## 6090  2022-11-28 17:24:57
## 6091  2022-11-28 17:24:49
## 6092  2022-11-28 17:24:48
## 6093  2022-11-28 17:24:46
## 6094  2022-11-28 17:24:43
## 6095  2022-11-28 17:24:39
## 6096  2022-11-28 17:24:36
## 6097  2022-11-28 17:24:35
## 6098  2022-11-28 17:24:33
## 6099  2022-11-28 17:24:32
## 6100  2022-11-28 17:24:28
## 6101  2022-11-28 17:24:25
## 6102  2022-11-28 17:24:24
## 6103  2022-11-28 17:24:23
## 6104  2022-11-28 17:24:21
## 6105  2022-11-28 17:24:20
## 6106  2022-11-28 17:24:17
## 6107  2022-11-28 17:24:16
## 6108  2022-11-28 17:24:14
## 6109  2022-11-28 17:24:12
## 6110  2022-11-28 17:24:09
## 6111  2022-11-28 17:24:04
## 6112  2022-11-28 17:23:59
## 6113  2022-11-28 17:23:47
## 6114  2022-11-28 17:23:40
## 6115  2022-11-28 17:23:39
## 6116  2022-11-28 17:23:36
## 6117  2022-11-28 17:23:36
## 6118  2022-11-28 17:23:35
## 6119  2022-11-28 17:23:15
## 6120  2022-11-28 17:23:11
## 6121  2022-11-28 17:23:08
## 6122  2022-11-28 17:23:04
## 6123  2022-11-28 17:23:02
## 6124  2022-11-28 17:22:52
## 6125  2022-11-28 17:22:43
## 6126  2022-11-28 17:22:27
## 6127  2022-11-28 17:22:27
## 6128  2022-11-28 17:22:27
## 6129  2022-11-28 17:22:26
## 6130  2022-11-28 17:22:26
## 6131  2022-11-28 17:22:21
## 6132  2022-11-28 17:22:20
## 6133  2022-11-28 17:22:06
## 6134  2022-11-28 17:22:02
## 6135  2022-11-28 17:22:01
## 6136  2022-11-28 17:22:01
## 6137  2022-11-28 17:21:59
## 6138  2022-11-28 17:21:59
## 6139  2022-11-28 17:21:57
## 6140  2022-11-28 17:21:43
## 6141  2022-11-28 17:21:37
## 6142  2022-11-28 17:21:33
## 6143  2022-11-28 17:21:20
## 6144  2022-11-28 17:21:20
## 6145  2022-11-28 17:21:14
## 6146  2022-11-28 17:21:10
## 6147  2022-11-28 17:21:09
## 6148  2022-11-28 17:21:00
## 6149  2022-11-28 17:20:57
## 6150  2022-11-28 17:20:50
## 6151  2022-11-28 17:20:48
## 6152  2022-11-28 17:20:43
## 6153  2022-11-28 17:20:37
## 6154  2022-11-28 17:20:31
## 6155  2022-11-28 17:20:28
## 6156  2022-11-28 17:20:19
## 6157  2022-11-28 17:20:19
## 6158  2022-11-28 17:19:58
## 6159  2022-11-28 17:19:56
## 6160  2022-11-28 17:19:53
## 6161  2022-11-28 17:19:40
## 6162  2022-11-28 17:19:31
## 6163  2022-11-28 17:19:29
## 6164  2022-11-28 17:19:29
## 6165  2022-11-28 17:19:27
## 6166  2022-11-28 17:19:23
## 6167  2022-11-28 17:19:21
## 6168  2022-11-28 17:19:17
## 6169  2022-11-28 17:19:17
## 6170  2022-11-28 17:19:15
## 6171  2022-11-28 17:19:12
## 6172  2022-11-28 17:19:11
## 6173  2022-11-28 17:19:04
## 6174  2022-11-28 17:18:59
## 6175  2022-11-28 17:18:49
## 6176  2022-11-28 17:18:47
## 6177  2022-11-28 17:18:46
## 6178  2022-11-28 17:18:39
## 6179  2022-11-28 17:18:38
## 6180  2022-11-28 17:18:37
## 6181  2022-11-28 17:18:32
## 6182  2022-11-28 17:18:31
## 6183  2022-11-28 17:18:28
## 6184  2022-11-28 17:18:25
## 6185  2022-11-28 17:18:19
## 6186  2022-11-28 17:18:19
## 6187  2022-11-28 17:18:15
## 6188  2022-11-28 17:18:10
## 6189  2022-11-28 17:18:07
## 6190  2022-11-28 17:18:05
## 6191  2022-11-28 17:18:03
## 6192  2022-11-28 17:17:56
## 6193  2022-11-28 17:17:55
## 6194  2022-11-28 17:17:49
## 6195  2022-11-28 17:17:46
## 6196  2022-11-28 17:17:46
## 6197  2022-11-28 17:17:46
## 6198  2022-11-28 17:17:43
## 6199  2022-11-28 17:17:42
## 6200  2022-11-28 17:17:40
## 6201  2022-11-28 17:17:39
## 6202  2022-11-28 17:17:39
## 6203  2022-11-28 17:17:35
## 6204  2022-11-28 17:17:31
## 6205  2022-11-28 17:17:24
## 6206  2022-11-28 17:17:17
## 6207  2022-11-28 17:17:11
## 6208  2022-11-28 17:17:11
## 6209  2022-11-28 17:17:05
## 6210  2022-11-28 17:16:59
## 6211  2022-11-28 17:16:52
## 6212  2022-11-28 17:16:52
## 6213  2022-11-28 17:16:51
## 6214  2022-11-28 17:16:51
## 6215  2022-11-28 17:16:43
## 6216  2022-11-28 17:16:36
## 6217  2022-11-28 17:16:35
## 6218  2022-11-28 17:16:30
## 6219  2022-11-28 17:16:13
## 6220  2022-11-28 17:16:10
## 6221  2022-11-28 17:16:06
## 6222  2022-11-28 17:16:06
## 6223  2022-11-28 17:16:05
## 6224  2022-11-28 17:15:51
## 6225  2022-11-28 17:15:51
## 6226  2022-11-28 17:15:50
## 6227  2022-11-28 17:15:49
## 6228  2022-11-28 17:15:47
## 6229  2022-11-28 17:15:44
## 6230  2022-11-28 17:15:43
## 6231  2022-11-28 17:15:42
## 6232  2022-11-28 17:15:37
## 6233  2022-11-28 17:15:35
## 6234  2022-11-28 17:15:34
## 6235  2022-11-28 17:15:28
## 6236  2022-11-28 17:15:26
## 6237  2022-11-28 17:15:18
## 6238  2022-11-28 17:15:18
## 6239  2022-11-28 17:15:16
## 6240  2022-11-28 17:15:11
## 6241  2022-11-28 17:15:09
## 6242  2022-11-28 17:15:06
## 6243  2022-11-28 17:15:00
## 6244  2022-11-28 17:14:54
## 6245  2022-11-28 17:14:53
## 6246  2022-11-28 17:14:49
## 6247  2022-11-28 17:14:48
## 6248  2022-11-28 17:14:44
## 6249  2022-11-28 17:14:42
## 6250  2022-11-28 17:14:40
## 6251  2022-11-28 17:14:37
## 6252  2022-11-28 17:14:24
## 6253  2022-11-28 17:14:23
## 6254  2022-11-28 17:14:21
## 6255  2022-11-28 17:14:18
## 6256  2022-11-28 17:13:59
## 6257  2022-11-28 17:13:59
## 6258  2022-11-28 17:13:57
## 6259  2022-11-28 17:13:56
## 6260  2022-11-28 17:13:56
## 6261  2022-11-28 17:13:56
## 6262  2022-11-28 17:13:53
## 6263  2022-11-28 17:13:50
## 6264  2022-11-28 17:13:49
## 6265  2022-11-28 17:13:45
## 6266  2022-11-28 17:13:42
## 6267  2022-11-28 17:13:41
## 6268  2022-11-28 17:13:35
## 6269  2022-11-28 17:13:29
## 6270  2022-11-28 17:13:27
## 6271  2022-11-28 17:13:25
## 6272  2022-11-28 17:13:18
## 6273  2022-11-28 17:13:17
## 6274  2022-11-28 17:13:10
## 6275  2022-11-28 17:13:09
## 6276  2022-11-28 17:13:07
## 6277  2022-11-28 17:13:01
## 6278  2022-11-28 17:13:01
## 6279  2022-11-28 17:12:57
## 6280  2022-11-28 17:12:56
## 6281  2022-11-28 17:12:52
## 6282  2022-11-28 17:12:52
## 6283  2022-11-28 17:12:48
## 6284  2022-11-28 17:12:43
## 6285  2022-11-28 17:12:41
## 6286  2022-11-28 17:12:39
## 6287  2022-11-28 17:12:38
## 6288  2022-11-28 17:12:23
## 6289  2022-11-28 17:12:21
## 6290  2022-11-28 17:12:17
## 6291  2022-11-28 17:12:14
## 6292  2022-11-28 17:12:13
## 6293  2022-11-28 17:12:12
## 6294  2022-11-28 17:12:10
## 6295  2022-11-28 17:12:10
## 6296  2022-11-28 17:12:07
## 6297  2022-11-28 17:12:03
## 6298  2022-11-28 17:12:00
## 6299  2022-11-28 17:11:59
## 6300  2022-11-28 17:11:48
## 6301  2022-11-28 17:11:47
## 6302  2022-11-28 17:11:41
## 6303  2022-11-28 17:11:40
## 6304  2022-11-28 17:11:39
## 6305  2022-11-28 17:11:36
## 6306  2022-11-28 17:11:33
## 6307  2022-11-28 17:11:32
## 6308  2022-11-28 17:11:27
## 6309  2022-11-28 17:11:24
## 6310  2022-11-28 17:11:17
## 6311  2022-11-28 17:11:16
## 6312  2022-11-28 17:11:13
## 6313  2022-11-28 17:11:09
## 6314  2022-11-28 17:11:03
## 6315  2022-11-28 17:11:01
## 6316  2022-11-28 17:10:57
## 6317  2022-11-28 17:10:53
## 6318  2022-11-28 17:10:52
## 6319  2022-11-28 17:10:51
## 6320  2022-11-28 17:10:48
## 6321  2022-11-28 17:10:41
## 6322  2022-11-28 17:10:40
## 6323  2022-11-28 17:10:40
## 6324  2022-11-28 17:10:39
## 6325  2022-11-28 17:10:37
## 6326  2022-11-28 17:10:35
## 6327  2022-11-28 17:10:34
## 6328  2022-11-28 17:10:32
## 6329  2022-11-28 17:10:29
## 6330  2022-11-28 17:10:24
## 6331  2022-11-28 17:10:24
## 6332  2022-11-28 17:10:21
## 6333  2022-11-28 17:10:17
## 6334  2022-11-28 17:10:16
## 6335  2022-11-28 17:10:14
## 6336  2022-11-28 17:10:11
## 6337  2022-11-28 17:10:11
## 6338  2022-11-28 17:10:09
## 6339  2022-11-28 17:10:04
## 6340  2022-11-28 17:10:03
## 6341  2022-11-28 17:10:01
## 6342  2022-11-28 17:10:01
## 6343  2022-11-28 17:09:59
## 6344  2022-11-28 17:09:58
## 6345  2022-11-28 17:09:58
## 6346  2022-11-28 17:09:55
## 6347  2022-11-28 17:09:55
## 6348  2022-11-28 17:09:53
## 6349  2022-11-28 17:09:51
## 6350  2022-11-28 17:09:47
## 6351  2022-11-28 17:09:44
## 6352  2022-11-28 17:09:43
## 6353  2022-11-28 17:09:36
## 6354  2022-11-28 17:09:33
## 6355  2022-11-28 17:09:30
## 6356  2022-11-28 17:09:29
## 6357  2022-11-28 17:09:25
## 6358  2022-11-28 17:09:24
## 6359  2022-11-28 17:09:22
## 6360  2022-11-28 17:09:17
## 6361  2022-11-28 17:09:17
## 6362  2022-11-28 17:09:14
## 6363  2022-11-28 17:09:13
## 6364  2022-11-28 17:09:10
## 6365  2022-11-28 17:09:05
## 6366  2022-11-28 17:09:00
## 6367  2022-11-28 17:08:59
## 6368  2022-11-28 17:08:57
## 6369  2022-11-28 17:08:57
## 6370  2022-11-28 17:08:56
## 6371  2022-11-28 17:08:52
## 6372  2022-11-28 17:08:51
## 6373  2022-11-28 17:08:48
## 6374  2022-11-28 17:08:47
## 6375  2022-11-28 17:08:46
## 6376  2022-11-28 17:08:40
## 6377  2022-11-28 17:08:39
## 6378  2022-11-28 17:08:33
## 6379  2022-11-28 17:08:22
## 6380  2022-11-28 17:08:21
## 6381  2022-11-28 17:08:20
## 6382  2022-11-28 17:08:18
## 6383  2022-11-28 17:08:16
## 6384  2022-11-28 17:08:14
## 6385  2022-11-28 17:08:13
## 6386  2022-11-28 17:08:08
## 6387  2022-11-28 17:08:08
## 6388  2022-11-28 17:08:00
## 6389  2022-11-28 17:07:57
## 6390  2022-11-28 17:07:56
## 6391  2022-11-28 17:07:52
## 6392  2022-11-28 17:07:50
## 6393  2022-11-28 17:07:48
## 6394  2022-11-28 17:07:48
## 6395  2022-11-28 17:07:46
## 6396  2022-11-28 17:07:44
## 6397  2022-11-28 17:07:42
## 6398  2022-11-28 17:07:37
## 6399  2022-11-28 17:07:36
## 6400  2022-11-28 17:07:31
## 6401  2022-11-28 17:07:28
## 6402  2022-11-28 17:07:27
## 6403  2022-11-28 17:07:23
## 6404  2022-11-28 17:07:22
## 6405  2022-11-28 17:07:15
## 6406  2022-11-28 17:07:15
## 6407  2022-11-28 17:07:10
## 6408  2022-11-28 17:07:08
## 6409  2022-11-28 17:07:07
## 6410  2022-11-28 17:07:05
## 6411  2022-11-28 17:07:03
## 6412  2022-11-28 17:07:03
## 6413  2022-11-28 17:06:57
## 6414  2022-11-28 17:06:56
## 6415  2022-11-28 17:06:53
## 6416  2022-11-28 17:06:53
## 6417  2022-11-28 17:06:52
## 6418  2022-11-28 17:06:45
## 6419  2022-11-28 17:06:40
## 6420  2022-11-28 17:06:29
## 6421  2022-11-28 17:06:10
## 6422  2022-11-28 17:06:10
## 6423  2022-11-28 17:06:06
## 6424  2022-11-28 17:06:01
## 6425  2022-11-28 17:06:01
## 6426  2022-11-28 17:05:58
## 6427  2022-11-28 17:05:57
## 6428  2022-11-28 17:05:56
## 6429  2022-11-28 17:05:50
## 6430  2022-11-28 17:05:46
## 6431  2022-11-28 17:05:46
## 6432  2022-11-28 17:05:45
## 6433  2022-11-28 17:05:44
## 6434  2022-11-28 17:05:37
## 6435  2022-11-28 17:05:36
## 6436  2022-11-28 17:05:34
## 6437  2022-11-28 17:05:28
## 6438  2022-11-28 17:05:27
## 6439  2022-11-28 17:05:27
## 6440  2022-11-28 17:05:25
## 6441  2022-11-28 17:05:18
## 6442  2022-11-28 17:05:15
## 6443  2022-11-28 17:05:09
## 6444  2022-11-28 17:05:08
## 6445  2022-11-28 17:05:06
## 6446  2022-11-28 17:05:06
## 6447  2022-11-28 17:05:05
## 6448  2022-11-28 17:04:55
## 6449  2022-11-28 17:04:49
## 6450  2022-11-28 17:04:45
## 6451  2022-11-28 17:04:44
## 6452  2022-11-28 17:04:42
## 6453  2022-11-28 17:04:23
## 6454  2022-11-28 17:04:20
## 6455  2022-11-28 17:04:16
## 6456  2022-11-28 17:04:08
## 6457  2022-11-28 17:04:00
## 6458  2022-11-28 17:03:58
## 6459  2022-11-28 17:03:54
## 6460  2022-11-28 17:03:52
## 6461  2022-11-28 17:03:49
## 6462  2022-11-28 17:03:43
## 6463  2022-11-28 17:03:41
## 6464  2022-11-28 17:03:40
## 6465  2022-11-28 17:03:35
## 6466  2022-11-28 17:03:30
## 6467  2022-11-28 17:03:25
## 6468  2022-11-28 17:03:16
## 6469  2022-11-28 17:03:09
## 6470  2022-11-28 17:03:07
## 6471  2022-11-28 17:03:03
## 6472  2022-11-28 17:03:03
## 6473  2022-11-28 17:02:57
## 6474  2022-11-28 17:02:54
## 6475  2022-11-28 17:02:47
## 6476  2022-11-28 17:02:40
## 6477  2022-11-28 17:02:34
## 6478  2022-11-28 17:02:33
## 6479  2022-11-28 17:02:31
## 6480  2022-11-28 17:02:31
## 6481  2022-11-28 17:02:28
## 6482  2022-11-28 17:02:16
## 6483  2022-11-28 17:02:15
## 6484  2022-11-28 17:01:58
## 6485  2022-11-28 17:01:58
## 6486  2022-11-28 17:01:56
## 6487  2022-11-28 17:01:51
## 6488  2022-11-28 17:01:44
## 6489  2022-11-28 17:01:33
## 6490  2022-11-28 17:01:19
## 6491  2022-11-28 17:01:13
## 6492  2022-11-28 17:01:10
## 6493  2022-11-28 17:01:06
## 6494  2022-11-28 17:01:04
## 6495  2022-11-28 17:01:01
## 6496  2022-11-28 17:01:00
## 6497  2022-11-28 17:00:59
## 6498  2022-11-28 17:00:58
## 6499  2022-11-28 17:00:57
## 6500  2022-11-28 17:00:48
## 6501  2022-11-28 17:00:46
## 6502  2022-11-28 17:00:44
## 6503  2022-11-28 17:00:39
## 6504  2022-11-28 17:00:35
## 6505  2022-11-28 17:00:33
## 6506  2022-11-28 17:00:32
## 6507  2022-11-28 17:00:28
## 6508  2022-11-28 17:00:26
## 6509  2022-11-28 17:00:21
## 6510  2022-11-28 17:00:14
## 6511  2022-11-28 17:00:09
## 6512  2022-11-28 17:00:04
## 6513  2022-11-28 17:00:03
## 6514  2022-11-28 17:00:00
## 6515  2022-11-28 17:00:00
## 6516  2022-11-28 17:00:00
## 6517  2022-11-28 16:59:42
## 6518  2022-11-28 16:59:42
## 6519  2022-11-28 16:59:40
## 6520  2022-11-28 16:59:40
## 6521  2022-11-28 16:59:28
## 6522  2022-11-28 16:59:26
## 6523  2022-11-28 16:59:20
## 6524  2022-11-28 16:59:17
## 6525  2022-11-28 16:59:08
## 6526  2022-11-28 16:59:07
## 6527  2022-11-28 16:59:00
## 6528  2022-11-28 16:58:59
## 6529  2022-11-28 16:58:56
## 6530  2022-11-28 16:58:46
## 6531  2022-11-28 16:58:39
## 6532  2022-11-28 16:58:32
## 6533  2022-11-28 16:58:30
## 6534  2022-11-28 16:58:26
## 6535  2022-11-28 16:58:26
## 6536  2022-11-28 16:58:13
## 6537  2022-11-28 16:58:06
## 6538  2022-11-28 16:58:05
## 6539  2022-11-28 16:58:05
## 6540  2022-11-28 16:58:04
## 6541  2022-11-28 16:57:59
## 6542  2022-11-28 16:57:57
## 6543  2022-11-28 16:57:54
## 6544  2022-11-28 16:57:54
## 6545  2022-11-28 16:57:51
## 6546  2022-11-28 16:57:47
## 6547  2022-11-28 16:57:44
## 6548  2022-11-28 16:57:41
## 6549  2022-11-28 16:57:38
## 6550  2022-11-28 16:57:35
## 6551  2022-11-28 16:57:27
## 6552  2022-11-28 16:57:26
## 6553  2022-11-28 16:57:26
## 6554  2022-11-28 16:57:18
## 6555  2022-11-28 16:57:12
## 6556  2022-11-28 16:57:11
## 6557  2022-11-28 16:57:10
## 6558  2022-11-28 16:57:01
## 6559  2022-11-28 16:56:56
## 6560  2022-11-28 16:56:50
## 6561  2022-11-28 16:56:50
## 6562  2022-11-28 16:56:46
## 6563  2022-11-28 16:56:44
## 6564  2022-11-28 16:56:43
## 6565  2022-11-28 16:56:37
## 6566  2022-11-28 16:56:36
## 6567  2022-11-28 16:56:34
## 6568  2022-11-28 16:56:31
## 6569  2022-11-28 16:56:29
## 6570  2022-11-28 16:56:26
## 6571  2022-11-28 16:56:17
## 6572  2022-11-28 16:56:15
## 6573  2022-11-28 16:56:10
## 6574  2022-11-28 16:55:59
## 6575  2022-11-28 16:55:54
## 6576  2022-11-28 16:55:51
## 6577  2022-11-28 16:55:48
## 6578  2022-11-28 16:55:48
## 6579  2022-11-28 16:55:44
## 6580  2022-11-28 16:55:43
## 6581  2022-11-28 16:55:38
## 6582  2022-11-28 16:55:31
## 6583  2022-11-28 16:55:31
## 6584  2022-11-28 16:55:29
## 6585  2022-11-28 16:55:21
## 6586  2022-11-28 16:55:11
## 6587  2022-11-28 16:55:11
## 6588  2022-11-28 16:55:10
## 6589  2022-11-28 16:55:08
## 6590  2022-11-28 16:55:00
## 6591  2022-11-28 16:54:51
## 6592  2022-11-28 16:54:49
## 6593  2022-11-28 16:54:47
## 6594  2022-11-28 16:54:42
## 6595  2022-11-28 16:54:41
## 6596  2022-11-28 16:54:36
## 6597  2022-11-28 16:54:33
## 6598  2022-11-28 16:54:33
## 6599  2022-11-28 16:54:30
## 6600  2022-11-28 16:54:29
## 6601  2022-11-28 16:54:29
## 6602  2022-11-28 16:54:24
## 6603  2022-11-28 16:54:15
## 6604  2022-11-28 16:54:12
## 6605  2022-11-28 16:54:03
## 6606  2022-11-28 16:53:57
## 6607  2022-11-28 16:53:54
## 6608  2022-11-28 16:53:48
## 6609  2022-11-28 16:53:46
## 6610  2022-11-28 16:53:45
## 6611  2022-11-28 16:53:43
## 6612  2022-11-28 16:53:42
## 6613  2022-11-28 16:53:41
## 6614  2022-11-28 16:53:38
## 6615  2022-11-28 16:53:26
## 6616  2022-11-28 16:53:15
## 6617  2022-11-28 16:53:14
## 6618  2022-11-28 16:53:12
## 6619  2022-11-28 16:53:09
## 6620  2022-11-28 16:53:00
## 6621  2022-11-28 16:52:58
## 6622  2022-11-28 16:52:56
## 6623  2022-11-28 16:52:56
## 6624  2022-11-28 16:52:53
## 6625  2022-11-28 16:52:52
## 6626  2022-11-28 16:52:49
## 6627  2022-11-28 16:52:40
## 6628  2022-11-28 16:52:39
## 6629  2022-11-28 16:52:37
## 6630  2022-11-28 16:52:36
## 6631  2022-11-28 16:52:33
## 6632  2022-11-28 16:52:33
## 6633  2022-11-28 16:52:24
## 6634  2022-11-28 16:52:13
## 6635  2022-11-28 16:52:12
## 6636  2022-11-28 16:52:11
## 6637  2022-11-28 16:52:09
## 6638  2022-11-28 16:52:08
## 6639  2022-11-28 16:52:05
## 6640  2022-11-28 16:52:03
## 6641  2022-11-28 16:51:58
## 6642  2022-11-28 16:51:57
## 6643  2022-11-28 16:51:56
## 6644  2022-11-28 16:51:51
## 6645  2022-11-28 16:51:44
## 6646  2022-11-28 16:51:42
## 6647  2022-11-28 16:51:41
## 6648  2022-11-28 16:51:36
## 6649  2022-11-28 16:51:31
## 6650  2022-11-28 16:51:23
## 6651  2022-11-28 16:51:23
## 6652  2022-11-28 16:51:21
## 6653  2022-11-28 16:51:19
## 6654  2022-11-28 16:51:16
## 6655  2022-11-28 16:51:10
## 6656  2022-11-28 16:51:08
## 6657  2022-11-28 16:50:59
## 6658  2022-11-28 16:50:58
## 6659  2022-11-28 16:50:56
## 6660  2022-11-28 16:50:53
## 6661  2022-11-28 16:50:53
## 6662  2022-11-28 16:50:53
## 6663  2022-11-28 16:50:44
## 6664  2022-11-28 16:50:38
## 6665  2022-11-28 16:50:32
## 6666  2022-11-28 16:50:29
## 6667  2022-11-28 16:50:16
## 6668  2022-11-28 16:50:15
## 6669  2022-11-28 16:50:13
## 6670  2022-11-28 16:50:10
## 6671  2022-11-28 16:50:07
## 6672  2022-11-28 16:50:02
## 6673  2022-11-28 16:50:02
## 6674  2022-11-28 16:50:01
## 6675  2022-11-28 16:49:57
## 6676  2022-11-28 16:49:55
## 6677  2022-11-28 16:49:55
## 6678  2022-11-28 16:49:54
## 6679  2022-11-28 16:49:54
## 6680  2022-11-28 16:49:48
## 6681  2022-11-28 16:49:48
## 6682  2022-11-28 16:49:46
## 6683  2022-11-28 16:49:45
## 6684  2022-11-28 16:49:44
## 6685  2022-11-28 16:49:37
## 6686  2022-11-28 16:49:33
## 6687  2022-11-28 16:49:33
## 6688  2022-11-28 16:49:31
## 6689  2022-11-28 16:49:15
## 6690  2022-11-28 16:49:15
## 6691  2022-11-28 16:49:14
## 6692  2022-11-28 16:49:11
## 6693  2022-11-28 16:49:08
## 6694  2022-11-28 16:49:06
## 6695  2022-11-28 16:49:05
## 6696  2022-11-28 16:49:01
## 6697  2022-11-28 16:48:56
## 6698  2022-11-28 16:48:56
## 6699  2022-11-28 16:48:54
## 6700  2022-11-28 16:48:53
## 6701  2022-11-28 16:48:49
## 6702  2022-11-28 16:48:44
## 6703  2022-11-28 16:48:43
## 6704  2022-11-28 16:48:42
## 6705  2022-11-28 16:48:37
## 6706  2022-11-28 16:48:36
## 6707  2022-11-28 16:48:36
## 6708  2022-11-28 16:48:35
## 6709  2022-11-28 16:48:35
## 6710  2022-11-28 16:48:34
## 6711  2022-11-28 16:48:34
## 6712  2022-11-28 16:48:30
## 6713  2022-11-28 16:48:26
## 6714  2022-11-28 16:48:24
## 6715  2022-11-28 16:48:23
## 6716  2022-11-28 16:48:23
## 6717  2022-11-28 16:48:17
## 6718  2022-11-28 16:48:08
## 6719  2022-11-28 16:48:08
## 6720  2022-11-28 16:48:07
## 6721  2022-11-28 16:48:03
## 6722  2022-11-28 16:47:57
## 6723  2022-11-28 16:47:56
## 6724  2022-11-28 16:47:54
## 6725  2022-11-28 16:47:52
## 6726  2022-11-28 16:47:51
## 6727  2022-11-28 16:47:48
## 6728  2022-11-28 16:47:47
## 6729  2022-11-28 16:47:46
## 6730  2022-11-28 16:47:46
## 6731  2022-11-28 16:47:44
## 6732  2022-11-28 16:47:44
## 6733  2022-11-28 16:47:31
## 6734  2022-11-28 16:47:13
## 6735  2022-11-28 16:47:12
## 6736  2022-11-28 16:47:09
## 6737  2022-11-28 16:47:04
## 6738  2022-11-28 16:47:04
## 6739  2022-11-28 16:47:02
## 6740  2022-11-28 16:46:52
## 6741  2022-11-28 16:46:50
## 6742  2022-11-28 16:46:50
## 6743  2022-11-28 16:46:50
## 6744  2022-11-28 16:46:48
## 6745  2022-11-28 16:46:45
## 6746  2022-11-28 16:46:45
## 6747  2022-11-28 16:46:24
## 6748  2022-11-28 16:46:23
## 6749  2022-11-28 16:46:17
## 6750  2022-11-28 16:46:14
## 6751  2022-11-28 16:46:13
## 6752  2022-11-28 16:46:02
## 6753  2022-11-28 16:45:57
## 6754  2022-11-28 16:45:54
## 6755  2022-11-28 16:45:53
## 6756  2022-11-28 16:45:47
## 6757  2022-11-28 16:45:41
## 6758  2022-11-28 16:45:38
## 6759  2022-11-28 16:45:34
## 6760  2022-11-28 16:45:28
## 6761  2022-11-28 16:45:27
## 6762  2022-11-28 16:45:26
## 6763  2022-11-28 16:45:24
## 6764  2022-11-28 16:45:22
## 6765  2022-11-28 16:45:17
## 6766  2022-11-28 16:45:13
## 6767  2022-11-28 16:45:13
## 6768  2022-11-28 16:45:06
## 6769  2022-11-28 16:45:04
## 6770  2022-11-28 16:45:02
## 6771  2022-11-28 16:45:01
## 6772  2022-11-28 16:44:57
## 6773  2022-11-28 16:44:54
## 6774  2022-11-28 16:44:54
## 6775  2022-11-28 16:44:51
## 6776  2022-11-28 16:44:49
## 6777  2022-11-28 16:44:47
## 6778  2022-11-28 16:44:46
## 6779  2022-11-28 16:44:42
## 6780  2022-11-28 16:44:40
## 6781  2022-11-28 16:44:38
## 6782  2022-11-28 16:44:38
## 6783  2022-11-28 16:44:37
## 6784  2022-11-28 16:44:33
## 6785  2022-11-28 16:44:32
## 6786  2022-11-28 16:44:26
## 6787  2022-11-28 16:44:22
## 6788  2022-11-28 16:44:21
## 6789  2022-11-28 16:44:20
## 6790  2022-11-28 16:44:19
## 6791  2022-11-28 16:44:18
## 6792  2022-11-28 16:44:16
## 6793  2022-11-28 16:44:15
## 6794  2022-11-28 16:44:12
## 6795  2022-11-28 16:44:10
## 6796  2022-11-28 16:44:10
## 6797  2022-11-28 16:44:07
## 6798  2022-11-28 16:44:04
## 6799  2022-11-28 16:44:00
## 6800  2022-11-28 16:43:58
## 6801  2022-11-28 16:43:57
## 6802  2022-11-28 16:43:55
## 6803  2022-11-28 16:43:44
## 6804  2022-11-28 16:43:44
## 6805  2022-11-28 16:43:43
## 6806  2022-11-28 16:43:35
## 6807  2022-11-28 16:43:34
## 6808  2022-11-28 16:43:30
## 6809  2022-11-28 16:43:29
## 6810  2022-11-28 16:43:24
## 6811  2022-11-28 16:43:24
## 6812  2022-11-28 16:43:24
## 6813  2022-11-28 16:43:23
## 6814  2022-11-28 16:43:19
## 6815  2022-11-28 16:43:17
## 6816  2022-11-28 16:43:10
## 6817  2022-11-28 16:43:09
## 6818  2022-11-28 16:43:08
## 6819  2022-11-28 16:43:06
## 6820  2022-11-28 16:43:04
## 6821  2022-11-28 16:43:04
## 6822  2022-11-28 16:43:01
## 6823  2022-11-28 16:43:00
## 6824  2022-11-28 16:42:54
## 6825  2022-11-28 16:42:54
## 6826  2022-11-28 16:42:53
## 6827  2022-11-28 16:42:51
## 6828  2022-11-28 16:42:46
## 6829  2022-11-28 16:42:45
## 6830  2022-11-28 16:42:41
## 6831  2022-11-28 16:42:39
## 6832  2022-11-28 16:42:38
## 6833  2022-11-28 16:42:37
## 6834  2022-11-28 16:42:36
## 6835  2022-11-28 16:42:24
## 6836  2022-11-28 16:42:23
## 6837  2022-11-28 16:42:23
## 6838  2022-11-28 16:42:20
## 6839  2022-11-28 16:42:18
## 6840  2022-11-28 16:42:11
## 6841  2022-11-28 16:42:11
## 6842  2022-11-28 16:42:10
## 6843  2022-11-28 16:42:09
## 6844  2022-11-28 16:42:05
## 6845  2022-11-28 16:42:04
## 6846  2022-11-28 16:42:01
## 6847  2022-11-28 16:41:58
## 6848  2022-11-28 16:41:57
## 6849  2022-11-28 16:41:55
## 6850  2022-11-28 16:41:48
## 6851  2022-11-28 16:41:48
## 6852  2022-11-28 16:41:48
## 6853  2022-11-28 16:41:47
## 6854  2022-11-28 16:41:44
## 6855  2022-11-28 16:41:42
## 6856  2022-11-28 16:41:42
## 6857  2022-11-28 16:41:40
## 6858  2022-11-28 16:41:34
## 6859  2022-11-28 16:41:28
## 6860  2022-11-28 16:41:27
## 6861  2022-11-28 16:41:25
## 6862  2022-11-28 16:41:24
## 6863  2022-11-28 16:41:24
## 6864  2022-11-28 16:41:23
## 6865  2022-11-28 16:41:19
## 6866  2022-11-28 16:41:17
## 6867  2022-11-28 16:41:09
## 6868  2022-11-28 16:41:06
## 6869  2022-11-28 16:41:02
## 6870  2022-11-28 16:40:58
## 6871  2022-11-28 16:40:54
## 6872  2022-11-28 16:40:41
## 6873  2022-11-28 16:40:39
## 6874  2022-11-28 16:40:29
## 6875  2022-11-28 16:40:26
## 6876  2022-11-28 16:40:26
## 6877  2022-11-28 16:40:25
## 6878  2022-11-28 16:40:22
## 6879  2022-11-28 16:40:21
## 6880  2022-11-28 16:40:21
## 6881  2022-11-28 16:40:13
## 6882  2022-11-28 16:40:13
## 6883  2022-11-28 16:40:11
## 6884  2022-11-28 16:40:09
## 6885  2022-11-28 16:40:02
## 6886  2022-11-28 16:39:57
## 6887  2022-11-28 16:39:56
## 6888  2022-11-28 16:39:53
## 6889  2022-11-28 16:39:46
## 6890  2022-11-28 16:39:44
## 6891  2022-11-28 16:39:41
## 6892  2022-11-28 16:39:40
## 6893  2022-11-28 16:39:38
## 6894  2022-11-28 16:39:32
## 6895  2022-11-28 16:39:31
## 6896  2022-11-28 16:39:27
## 6897  2022-11-28 16:39:20
## 6898  2022-11-28 16:39:19
## 6899  2022-11-28 16:39:13
## 6900  2022-11-28 16:39:05
## 6901  2022-11-28 16:39:01
## 6902  2022-11-28 16:39:00
## 6903  2022-11-28 16:38:56
## 6904  2022-11-28 16:38:56
## 6905  2022-11-28 16:38:47
## 6906  2022-11-28 16:38:43
## 6907  2022-11-28 16:38:42
## 6908  2022-11-28 16:38:39
## 6909  2022-11-28 16:38:35
## 6910  2022-11-28 16:38:28
## 6911  2022-11-28 16:38:27
## 6912  2022-11-28 16:38:22
## 6913  2022-11-28 16:38:20
## 6914  2022-11-28 16:38:17
## 6915  2022-11-28 16:38:16
## 6916  2022-11-28 16:38:15
## 6917  2022-11-28 16:38:14
## 6918  2022-11-28 16:38:12
## 6919  2022-11-28 16:38:10
## 6920  2022-11-28 16:38:07
## 6921  2022-11-28 16:38:05
## 6922  2022-11-28 16:38:02
## 6923  2022-11-28 16:37:59
## 6924  2022-11-28 16:37:57
## 6925  2022-11-28 16:37:56
## 6926  2022-11-28 16:37:55
## 6927  2022-11-28 16:37:50
## 6928  2022-11-28 16:37:43
## 6929  2022-11-28 16:37:41
## 6930  2022-11-28 16:37:40
## 6931  2022-11-28 16:37:36
## 6932  2022-11-28 16:37:34
## 6933  2022-11-28 16:37:31
## 6934  2022-11-28 16:37:30
## 6935  2022-11-28 16:37:27
## 6936  2022-11-28 16:37:26
## 6937  2022-11-28 16:37:26
## 6938  2022-11-28 16:37:22
## 6939  2022-11-28 16:37:17
## 6940  2022-11-28 16:37:16
## 6941  2022-11-28 16:37:15
## 6942  2022-11-28 16:37:14
## 6943  2022-11-28 16:37:14
## 6944  2022-11-28 16:37:10
## 6945  2022-11-28 16:37:08
## 6946  2022-11-28 16:37:07
## 6947  2022-11-28 16:37:01
## 6948  2022-11-28 16:37:00
## 6949  2022-11-28 16:36:58
## 6950  2022-11-28 16:36:55
## 6951  2022-11-28 16:36:55
## 6952  2022-11-28 16:36:52
## 6953  2022-11-28 16:36:52
## 6954  2022-11-28 16:36:49
## 6955  2022-11-28 16:36:45
## 6956  2022-11-28 16:36:41
## 6957  2022-11-28 16:36:39
## 6958  2022-11-28 16:36:38
## 6959  2022-11-28 16:36:38
## 6960  2022-11-28 16:36:32
## 6961  2022-11-28 16:36:25
## 6962  2022-11-28 16:36:24
## 6963  2022-11-28 16:36:24
## 6964  2022-11-28 16:36:23
## 6965  2022-11-28 16:36:22
## 6966  2022-11-28 16:36:15
## 6967  2022-11-28 16:36:14
## 6968  2022-11-28 16:36:14
## 6969  2022-11-28 16:36:13
## 6970  2022-11-28 16:36:13
## 6971  2022-11-28 16:36:12
## 6972  2022-11-28 16:36:12
## 6973  2022-11-28 16:36:11
## 6974  2022-11-28 16:36:11
## 6975  2022-11-28 16:36:10
## 6976  2022-11-28 16:36:08
## 6977  2022-11-28 16:36:06
## 6978  2022-11-28 16:35:58
## 6979  2022-11-28 16:35:56
## 6980  2022-11-28 16:35:52
## 6981  2022-11-28 16:35:48
## 6982  2022-11-28 16:35:46
## 6983  2022-11-28 16:35:44
## 6984  2022-11-28 16:35:40
## 6985  2022-11-28 16:35:40
## 6986  2022-11-28 16:35:38
## 6987  2022-11-28 16:35:37
## 6988  2022-11-28 16:35:31
## 6989  2022-11-28 16:35:29
## 6990  2022-11-28 16:35:26
## 6991  2022-11-28 16:35:21
## 6992  2022-11-28 16:35:19
## 6993  2022-11-28 16:35:17
## 6994  2022-11-28 16:35:16
## 6995  2022-11-28 16:35:14
## 6996  2022-11-28 16:35:06
## 6997  2022-11-28 16:35:02
## 6998  2022-11-28 16:35:01
## 6999  2022-11-28 16:34:55
## 7000  2022-11-28 16:34:55
## 7001  2022-11-28 16:34:49
## 7002  2022-11-28 16:34:41
## 7003  2022-11-28 16:34:38
## 7004  2022-11-28 16:34:32
## 7005  2022-11-28 16:34:20
## 7006  2022-11-28 16:34:16
## 7007  2022-11-28 16:34:15
## 7008  2022-11-28 16:34:13
## 7009  2022-11-28 16:34:11
## 7010  2022-11-28 16:34:08
## 7011  2022-11-28 16:34:07
## 7012  2022-11-28 16:34:07
## 7013  2022-11-28 16:34:01
## 7014  2022-11-28 16:33:58
## 7015  2022-11-28 16:33:57
## 7016  2022-11-28 16:33:54
## 7017  2022-11-28 16:33:53
## 7018  2022-11-28 16:33:53
## 7019  2022-11-28 16:33:51
## 7020  2022-11-28 16:33:48
## 7021  2022-11-28 16:33:37
## 7022  2022-11-28 16:33:37
## 7023  2022-11-28 16:33:36
## 7024  2022-11-28 16:33:33
## 7025  2022-11-28 16:33:31
## 7026  2022-11-28 16:33:29
## 7027  2022-11-28 16:33:26
## 7028  2022-11-28 16:33:22
## 7029  2022-11-28 16:33:14
## 7030  2022-11-28 16:33:07
## 7031  2022-11-28 16:33:04
## 7032  2022-11-28 16:33:03
## 7033  2022-11-28 16:33:00
## 7034  2022-11-28 16:32:58
## 7035  2022-11-28 16:32:49
## 7036  2022-11-28 16:32:39
## 7037  2022-11-28 16:32:25
## 7038  2022-11-28 16:32:25
## 7039  2022-11-28 16:32:21
## 7040  2022-11-28 16:32:20
## 7041  2022-11-28 16:32:19
## 7042  2022-11-28 16:32:17
## 7043  2022-11-28 16:32:14
## 7044  2022-11-28 16:31:59
## 7045  2022-11-28 16:31:53
## 7046  2022-11-28 16:31:49
## 7047  2022-11-28 16:31:41
## 7048  2022-11-28 16:31:40
## 7049  2022-11-28 16:31:37
## 7050  2022-11-28 16:31:32
## 7051  2022-11-28 16:31:32
## 7052  2022-11-28 16:31:32
## 7053  2022-11-28 16:31:31
## 7054  2022-11-28 16:31:30
## 7055  2022-11-28 16:31:27
## 7056  2022-11-28 16:31:22
## 7057  2022-11-28 16:31:11
## 7058  2022-11-28 16:31:09
## 7059  2022-11-28 16:30:47
## 7060  2022-11-28 16:30:47
## 7061  2022-11-28 16:30:38
## 7062  2022-11-28 16:30:34
## 7063  2022-11-28 16:30:32
## 7064  2022-11-28 16:30:25
## 7065  2022-11-28 16:30:19
## 7066  2022-11-28 16:30:19
## 7067  2022-11-28 16:30:09
## 7068  2022-11-28 16:30:06
## 7069  2022-11-28 16:30:04
## 7070  2022-11-28 16:29:58
## 7071  2022-11-28 16:29:55
## 7072  2022-11-28 16:29:50
## 7073  2022-11-28 16:29:36
## 7074  2022-11-28 16:29:34
## 7075  2022-11-28 16:29:26
## 7076  2022-11-28 16:29:21
## 7077  2022-11-28 16:29:18
## 7078  2022-11-28 16:29:16
## 7079  2022-11-28 16:29:15
## 7080  2022-11-28 16:29:11
## 7081  2022-11-28 16:29:04
## 7082  2022-11-28 16:29:02
## 7083  2022-11-28 16:28:58
## 7084  2022-11-28 16:28:55
## 7085  2022-11-28 16:28:54
## 7086  2022-11-28 16:28:54
## 7087  2022-11-28 16:28:48
## 7088  2022-11-28 16:28:47
## 7089  2022-11-28 16:28:46
## 7090  2022-11-28 16:28:44
## 7091  2022-11-28 16:28:39
## 7092  2022-11-28 16:28:36
## 7093  2022-11-28 16:28:36
## 7094  2022-11-28 16:28:30
## 7095  2022-11-28 16:28:28
## 7096  2022-11-28 16:28:25
## 7097  2022-11-28 16:28:25
## 7098  2022-11-28 16:28:18
## 7099  2022-11-28 16:28:10
## 7100  2022-11-28 16:28:08
## 7101  2022-11-28 16:28:04
## 7102  2022-11-28 16:28:02
## 7103  2022-11-28 16:27:59
## 7104  2022-11-28 16:27:58
## 7105  2022-11-28 16:27:57
## 7106  2022-11-28 16:27:54
## 7107  2022-11-28 16:27:46
## 7108  2022-11-28 16:27:45
## 7109  2022-11-28 16:27:45
## 7110  2022-11-28 16:27:38
## 7111  2022-11-28 16:27:36
## 7112  2022-11-28 16:27:27
## 7113  2022-11-28 16:27:26
## 7114  2022-11-28 16:27:26
## 7115  2022-11-28 16:27:25
## 7116  2022-11-28 16:27:25
## 7117  2022-11-28 16:27:24
## 7118  2022-11-28 16:27:19
## 7119  2022-11-28 16:27:16
## 7120  2022-11-28 16:27:07
## 7121  2022-11-28 16:27:05
## 7122  2022-11-28 16:27:04
## 7123  2022-11-28 16:27:02
## 7124  2022-11-28 16:27:02
## 7125  2022-11-28 16:27:00
## 7126  2022-11-28 16:26:57
## 7127  2022-11-28 16:26:54
## 7128  2022-11-28 16:26:53
## 7129  2022-11-28 16:26:50
## 7130  2022-11-28 16:26:46
## 7131  2022-11-28 16:26:46
## 7132  2022-11-28 16:26:42
## 7133  2022-11-28 16:26:42
## 7134  2022-11-28 16:26:39
## 7135  2022-11-28 16:26:38
## 7136  2022-11-28 16:26:36
## 7137  2022-11-28 16:26:34
## 7138  2022-11-28 16:26:33
## 7139  2022-11-28 16:26:18
## 7140  2022-11-28 16:26:18
## 7141  2022-11-28 16:26:16
## 7142  2022-11-28 16:26:12
## 7143  2022-11-28 16:26:08
## 7144  2022-11-28 16:26:06
## 7145  2022-11-28 16:25:51
## 7146  2022-11-28 16:25:51
## 7147  2022-11-28 16:25:50
## 7148  2022-11-28 16:25:48
## 7149  2022-11-28 16:25:47
## 7150  2022-11-28 16:25:43
## 7151  2022-11-28 16:25:42
## 7152  2022-11-28 16:25:41
## 7153  2022-11-28 16:25:31
## 7154  2022-11-28 16:25:30
## 7155  2022-11-28 16:25:26
## 7156  2022-11-28 16:25:25
## 7157  2022-11-28 16:25:24
## 7158  2022-11-28 16:25:18
## 7159  2022-11-28 16:25:18
## 7160  2022-11-28 16:25:13
## 7161  2022-11-28 16:25:11
## 7162  2022-11-28 16:25:07
## 7163  2022-11-28 16:25:01
## 7164  2022-11-28 16:25:01
## 7165  2022-11-28 16:24:58
## 7166  2022-11-28 16:24:54
## 7167  2022-11-28 16:24:50
## 7168  2022-11-28 16:24:50
## 7169  2022-11-28 16:24:48
## 7170  2022-11-28 16:24:38
## 7171  2022-11-28 16:24:36
## 7172  2022-11-28 16:24:34
## 7173  2022-11-28 16:24:29
## 7174  2022-11-28 16:24:27
## 7175  2022-11-28 16:24:26
## 7176  2022-11-28 16:24:17
## 7177  2022-11-28 16:24:06
## 7178  2022-11-28 16:24:05
## 7179  2022-11-28 16:24:04
## 7180  2022-11-28 16:23:58
## 7181  2022-11-28 16:23:56
## 7182  2022-11-28 16:23:52
## 7183  2022-11-28 16:23:48
## 7184  2022-11-28 16:23:46
## 7185  2022-11-28 16:23:45
## 7186  2022-11-28 16:23:45
## 7187  2022-11-28 16:23:42
## 7188  2022-11-28 16:23:40
## 7189  2022-11-28 16:23:39
## 7190  2022-11-28 16:23:34
## 7191  2022-11-28 16:23:25
## 7192  2022-11-28 16:23:24
## 7193  2022-11-28 16:23:24
## 7194  2022-11-28 16:23:23
## 7195  2022-11-28 16:23:23
## 7196  2022-11-28 16:23:20
## 7197  2022-11-28 16:23:04
## 7198  2022-11-28 16:23:02
## 7199  2022-11-28 16:23:01
## 7200  2022-11-28 16:23:01
## 7201  2022-11-28 16:22:57
## 7202  2022-11-28 16:22:55
## 7203  2022-11-28 16:22:54
## 7204  2022-11-28 16:22:54
## 7205  2022-11-28 16:22:52
## 7206  2022-11-28 16:22:44
## 7207  2022-11-28 16:22:43
## 7208  2022-11-28 16:22:41
## 7209  2022-11-28 16:22:41
## 7210  2022-11-28 16:22:37
## 7211  2022-11-28 16:22:29
## 7212  2022-11-28 16:22:18
## 7213  2022-11-28 16:22:17
## 7214  2022-11-28 16:22:15
## 7215  2022-11-28 16:22:14
## 7216  2022-11-28 16:22:10
## 7217  2022-11-28 16:22:05
## 7218  2022-11-28 16:22:05
## 7219  2022-11-28 16:22:03
## 7220  2022-11-28 16:21:59
## 7221  2022-11-28 16:21:58
## 7222  2022-11-28 16:21:55
## 7223  2022-11-28 16:21:52
## 7224  2022-11-28 16:21:47
## 7225  2022-11-28 16:21:46
## 7226  2022-11-28 16:21:43
## 7227  2022-11-28 16:21:40
## 7228  2022-11-28 16:21:40
## 7229  2022-11-28 16:21:40
## 7230  2022-11-28 16:21:31
## 7231  2022-11-28 16:21:26
## 7232  2022-11-28 16:21:23
## 7233  2022-11-28 16:21:19
## 7234  2022-11-28 16:21:19
## 7235  2022-11-28 16:21:17
## 7236  2022-11-28 16:21:16
## 7237  2022-11-28 16:21:15
## 7238  2022-11-28 16:21:10
## 7239  2022-11-28 16:21:06
## 7240  2022-11-28 16:20:59
## 7241  2022-11-28 16:20:58
## 7242  2022-11-28 16:20:54
## 7243  2022-11-28 16:20:53
## 7244  2022-11-28 16:20:51
## 7245  2022-11-28 16:20:42
## 7246  2022-11-28 16:20:39
## 7247  2022-11-28 16:20:39
## 7248  2022-11-28 16:20:34
## 7249  2022-11-28 16:20:34
## 7250  2022-11-28 16:20:29
## 7251  2022-11-28 16:20:24
## 7252  2022-11-28 16:20:24
## 7253  2022-11-28 16:20:23
## 7254  2022-11-28 16:20:23
## 7255  2022-11-28 16:20:22
## 7256  2022-11-28 16:20:22
## 7257  2022-11-28 16:20:19
## 7258  2022-11-28 16:20:18
## 7259  2022-11-28 16:20:11
## 7260  2022-11-28 16:20:02
## 7261  2022-11-28 16:20:01
## 7262  2022-11-28 16:19:54
## 7263  2022-11-28 16:19:50
## 7264  2022-11-28 16:19:49
## 7265  2022-11-28 16:19:45
## 7266  2022-11-28 16:19:39
## 7267  2022-11-28 16:19:37
## 7268  2022-11-28 16:19:34
## 7269  2022-11-28 16:19:34
## 7270  2022-11-28 16:19:31
## 7271  2022-11-28 16:19:27
## 7272  2022-11-28 16:19:23
## 7273  2022-11-28 16:19:19
## 7274  2022-11-28 16:19:19
## 7275  2022-11-28 16:19:10
## 7276  2022-11-28 16:19:10
## 7277  2022-11-28 16:19:06
## 7278  2022-11-28 16:19:05
## 7279  2022-11-28 16:18:58
## 7280  2022-11-28 16:18:53
## 7281  2022-11-28 16:18:52
## 7282  2022-11-28 16:18:51
## 7283  2022-11-28 16:18:49
## 7284  2022-11-28 16:18:47
## 7285  2022-11-28 16:18:39
## 7286  2022-11-28 16:18:32
## 7287  2022-11-28 16:18:29
## 7288  2022-11-28 16:18:24
## 7289  2022-11-28 16:18:17
## 7290  2022-11-28 16:18:10
## 7291  2022-11-28 16:18:07
## 7292  2022-11-28 16:18:03
## 7293  2022-11-28 16:18:01
## 7294  2022-11-28 16:17:59
## 7295  2022-11-28 16:17:57
## 7296  2022-11-28 16:17:57
## 7297  2022-11-28 16:17:39
## 7298  2022-11-28 16:17:37
## 7299  2022-11-28 16:17:37
## 7300  2022-11-28 16:17:26
## 7301  2022-11-28 16:17:23
## 7302  2022-11-28 16:17:19
## 7303  2022-11-28 16:17:17
## 7304  2022-11-28 16:17:17
## 7305  2022-11-28 16:17:12
## 7306  2022-11-28 16:17:09
## 7307  2022-11-28 16:17:08
## 7308  2022-11-28 16:17:08
## 7309  2022-11-28 16:17:07
## 7310  2022-11-28 16:17:07
## 7311  2022-11-28 16:17:06
## 7312  2022-11-28 16:17:05
## 7313  2022-11-28 16:17:03
## 7314  2022-11-28 16:17:02
## 7315  2022-11-28 16:16:57
## 7316  2022-11-28 16:16:57
## 7317  2022-11-28 16:16:57
## 7318  2022-11-28 16:16:55
## 7319  2022-11-28 16:16:52
## 7320  2022-11-28 16:16:51
## 7321  2022-11-28 16:16:47
## 7322  2022-11-28 16:16:44
## 7323  2022-11-28 16:16:36
## 7324  2022-11-28 16:16:36
## 7325  2022-11-28 16:16:36
## 7326  2022-11-28 16:16:35
## 7327  2022-11-28 16:16:31
## 7328  2022-11-28 16:16:31
## 7329  2022-11-28 16:16:31
## 7330  2022-11-28 16:16:29
## 7331  2022-11-28 16:16:29
## 7332  2022-11-28 16:16:22
## 7333  2022-11-28 16:16:20
## 7334  2022-11-28 16:16:20
## 7335  2022-11-28 16:16:19
## 7336  2022-11-28 16:16:19
## 7337  2022-11-28 16:16:18
## 7338  2022-11-28 16:16:16
## 7339  2022-11-28 16:16:16
## 7340  2022-11-28 16:16:15
## 7341  2022-11-28 16:16:15
## 7342  2022-11-28 16:16:14
## 7343  2022-11-28 16:16:09
## 7344  2022-11-28 16:16:05
## 7345  2022-11-28 16:16:05
## 7346  2022-11-28 16:16:01
## 7347  2022-11-28 16:16:00
## 7348  2022-11-28 16:15:56
## 7349  2022-11-28 16:15:55
## 7350  2022-11-28 16:15:54
## 7351  2022-11-28 16:15:53
## 7352  2022-11-28 16:15:48
## 7353  2022-11-28 16:15:47
## 7354  2022-11-28 16:15:46
## 7355  2022-11-28 16:15:45
## 7356  2022-11-28 16:15:40
## 7357  2022-11-28 16:15:39
## 7358  2022-11-28 16:15:31
## 7359  2022-11-28 16:15:28
## 7360  2022-11-28 16:15:23
## 7361  2022-11-28 16:15:16
## 7362  2022-11-28 16:15:15
## 7363  2022-11-28 16:15:06
## 7364  2022-11-28 16:15:04
## 7365  2022-11-28 16:15:01
## 7366  2022-11-28 16:15:01
## 7367  2022-11-28 16:14:57
## 7368  2022-11-28 16:14:56
## 7369  2022-11-28 16:14:52
## 7370  2022-11-28 16:14:51
## 7371  2022-11-28 16:14:51
## 7372  2022-11-28 16:14:47
## 7373  2022-11-28 16:14:45
## 7374  2022-11-28 16:14:44
## 7375  2022-11-28 16:14:40
## 7376  2022-11-28 16:14:37
## 7377  2022-11-28 16:14:33
## 7378  2022-11-28 16:14:18
## 7379  2022-11-28 16:14:16
## 7380  2022-11-28 16:14:16
## 7381  2022-11-28 16:14:16
## 7382  2022-11-28 16:14:11
## 7383  2022-11-28 16:13:58
## 7384  2022-11-28 16:13:51
## 7385  2022-11-28 16:13:50
## 7386  2022-11-28 16:13:49
## 7387  2022-11-28 16:13:38
## 7388  2022-11-28 16:13:37
## 7389  2022-11-28 16:13:28
## 7390  2022-11-28 16:13:27
## 7391  2022-11-28 16:13:25
## 7392  2022-11-28 16:13:20
## 7393  2022-11-28 16:13:19
## 7394  2022-11-28 16:13:15
## 7395  2022-11-28 16:13:14
## 7396  2022-11-28 16:13:08
## 7397  2022-11-28 16:13:04
## 7398  2022-11-28 16:13:04
## 7399  2022-11-28 16:13:02
## 7400  2022-11-28 16:13:00
## 7401  2022-11-28 16:13:00
## 7402  2022-11-28 16:12:59
## 7403  2022-11-28 16:12:58
## 7404  2022-11-28 16:12:55
## 7405  2022-11-28 16:12:44
## 7406  2022-11-28 16:12:41
## 7407  2022-11-28 16:12:40
## 7408  2022-11-28 16:12:38
## 7409  2022-11-28 16:12:37
## 7410  2022-11-28 16:12:33
## 7411  2022-11-28 16:12:23
## 7412  2022-11-28 16:12:20
## 7413  2022-11-28 16:12:20
## 7414  2022-11-28 16:12:20
## 7415  2022-11-28 16:12:14
## 7416  2022-11-28 16:12:09
## 7417  2022-11-28 16:11:56
## 7418  2022-11-28 16:11:55
## 7419  2022-11-28 16:11:50
## 7420  2022-11-28 16:11:45
## 7421  2022-11-28 16:11:42
## 7422  2022-11-28 16:11:42
## 7423  2022-11-28 16:11:35
## 7424  2022-11-28 16:11:26
## 7425  2022-11-28 16:11:23
## 7426  2022-11-28 16:11:23
## 7427  2022-11-28 16:11:18
## 7428  2022-11-28 16:11:18
## 7429  2022-11-28 16:11:15
## 7430  2022-11-28 16:11:06
## 7431  2022-11-28 16:11:01
## 7432  2022-11-28 16:11:00
## 7433  2022-11-28 16:11:00
## 7434  2022-11-28 16:10:59
## 7435  2022-11-28 16:10:56
## 7436  2022-11-28 16:10:56
## 7437  2022-11-28 16:10:55
## 7438  2022-11-28 16:10:55
## 7439  2022-11-28 16:10:51
## 7440  2022-11-28 16:10:50
## 7441  2022-11-28 16:10:48
## 7442  2022-11-28 16:10:48
## 7443  2022-11-28 16:10:44
## 7444  2022-11-28 16:10:42
## 7445  2022-11-28 16:10:36
## 7446  2022-11-28 16:10:33
## 7447  2022-11-28 16:10:25
## 7448  2022-11-28 16:10:23
## 7449  2022-11-28 16:10:23
## 7450  2022-11-28 16:10:22
## 7451  2022-11-28 16:10:13
## 7452  2022-11-28 16:10:07
## 7453  2022-11-28 16:10:03
## 7454  2022-11-28 16:09:40
## 7455  2022-11-28 16:09:38
## 7456  2022-11-28 16:09:32
## 7457  2022-11-28 16:09:29
## 7458  2022-11-28 16:09:27
## 7459  2022-11-28 16:09:27
## 7460  2022-11-28 16:09:24
## 7461  2022-11-28 16:09:19
## 7462  2022-11-28 16:09:15
## 7463  2022-11-28 16:09:09
## 7464  2022-11-28 16:09:07
## 7465  2022-11-28 16:09:04
## 7466  2022-11-28 16:09:04
## 7467  2022-11-28 16:09:02
## 7468  2022-11-28 16:08:57
## 7469  2022-11-28 16:08:57
## 7470  2022-11-28 16:08:49
## 7471  2022-11-28 16:08:46
## 7472  2022-11-28 16:08:33
## 7473  2022-11-28 16:08:32
## 7474  2022-11-28 16:08:30
## 7475  2022-11-28 16:08:29
## 7476  2022-11-28 16:08:27
## 7477  2022-11-28 16:08:25
## 7478  2022-11-28 16:08:16
## 7479  2022-11-28 16:08:13
## 7480  2022-11-28 16:08:13
## 7481  2022-11-28 16:08:12
## 7482  2022-11-28 16:08:07
## 7483  2022-11-28 16:08:05
## 7484  2022-11-28 16:07:59
## 7485  2022-11-28 16:07:57
## 7486  2022-11-28 16:07:53
## 7487  2022-11-28 16:07:50
## 7488  2022-11-28 16:07:50
## 7489  2022-11-28 16:07:46
## 7490  2022-11-28 16:07:42
## 7491  2022-11-28 16:07:39
## 7492  2022-11-28 16:07:30
## 7493  2022-11-28 16:07:29
## 7494  2022-11-28 16:07:27
## 7495  2022-11-28 16:07:27
## 7496  2022-11-28 16:07:24
## 7497  2022-11-28 16:07:23
## 7498  2022-11-28 16:07:23
## 7499  2022-11-28 16:07:18
## 7500  2022-11-28 16:07:18
## 7501  2022-11-28 16:07:17
## 7502  2022-11-28 16:07:05
## 7503  2022-11-28 16:07:03
## 7504  2022-11-28 16:07:00
## 7505  2022-11-28 16:06:50
## 7506  2022-11-28 16:06:48
## 7507  2022-11-28 16:06:45
## 7508  2022-11-28 16:06:44
## 7509  2022-11-28 16:06:39
## 7510  2022-11-28 16:06:37
## 7511  2022-11-28 16:06:29
## 7512  2022-11-28 16:06:26
## 7513  2022-11-28 16:06:24
## 7514  2022-11-28 16:06:20
## 7515  2022-11-28 16:06:14
## 7516  2022-11-28 16:06:10
## 7517  2022-11-28 16:06:01
## 7518  2022-11-28 16:05:59
## 7519  2022-11-28 16:05:55
## 7520  2022-11-28 16:05:51
## 7521  2022-11-28 16:05:49
## 7522  2022-11-28 16:05:46
## 7523  2022-11-28 16:05:41
## 7524  2022-11-28 16:05:34
## 7525  2022-11-28 16:05:31
## 7526  2022-11-28 16:05:18
## 7527  2022-11-28 16:05:17
## 7528  2022-11-28 16:05:17
## 7529  2022-11-28 16:05:15
## 7530  2022-11-28 16:05:08
## 7531  2022-11-28 16:04:50
## 7532  2022-11-28 16:04:49
## 7533  2022-11-28 16:04:46
## 7534  2022-11-28 16:04:45
## 7535  2022-11-28 16:04:34
## 7536  2022-11-28 16:04:27
## 7537  2022-11-28 16:04:20
## 7538  2022-11-28 16:04:19
## 7539  2022-11-28 16:04:16
## 7540  2022-11-28 16:04:16
## 7541  2022-11-28 16:04:14
## 7542  2022-11-28 16:04:09
## 7543  2022-11-28 16:04:09
## 7544  2022-11-28 16:04:08
## 7545  2022-11-28 16:03:59
## 7546  2022-11-28 16:03:57
## 7547  2022-11-28 16:03:54
## 7548  2022-11-28 16:03:52
## 7549  2022-11-28 16:03:49
## 7550  2022-11-28 16:03:47
## 7551  2022-11-28 16:03:46
## 7552  2022-11-28 16:03:45
## 7553  2022-11-28 16:03:44
## 7554  2022-11-28 16:03:40
## 7555  2022-11-28 16:03:40
## 7556  2022-11-28 16:03:40
## 7557  2022-11-28 16:03:39
## 7558  2022-11-28 16:03:38
## 7559  2022-11-28 16:03:34
## 7560  2022-11-28 16:03:27
## 7561  2022-11-28 16:03:26
## 7562  2022-11-28 16:03:25
## 7563  2022-11-28 16:03:22
## 7564  2022-11-28 16:03:15
## 7565  2022-11-28 16:03:15
## 7566  2022-11-28 16:03:12
## 7567  2022-11-28 16:03:05
## 7568  2022-11-28 16:02:55
## 7569  2022-11-28 16:02:54
## 7570  2022-11-28 16:02:51
## 7571  2022-11-28 16:02:49
## 7572  2022-11-28 16:02:38
## 7573  2022-11-28 16:02:36
## 7574  2022-11-28 16:02:29
## 7575  2022-11-28 16:02:27
## 7576  2022-11-28 16:02:22
## 7577  2022-11-28 16:02:20
## 7578  2022-11-28 16:02:18
## 7579  2022-11-28 16:02:15
## 7580  2022-11-28 16:02:14
## 7581  2022-11-28 16:02:03
## 7582  2022-11-28 16:01:53
## 7583  2022-11-28 16:01:50
## 7584  2022-11-28 16:01:46
## 7585  2022-11-28 16:01:41
## 7586  2022-11-28 16:01:24
## 7587  2022-11-28 16:01:18
## 7588  2022-11-28 16:01:17
## 7589  2022-11-28 16:01:14
## 7590  2022-11-28 16:00:59
## 7591  2022-11-28 16:00:59
## 7592  2022-11-28 16:00:58
## 7593  2022-11-28 16:00:45
## 7594  2022-11-28 16:00:38
## 7595  2022-11-28 16:00:37
## 7596  2022-11-28 16:00:35
## 7597  2022-11-28 16:00:35
## 7598  2022-11-28 16:00:32
## 7599  2022-11-28 16:00:28
## 7600  2022-11-28 16:00:22
## 7601  2022-11-28 16:00:16
## 7602  2022-11-28 16:00:15
## 7603  2022-11-28 16:00:15
## 7604  2022-11-28 16:00:13
## 7605  2022-11-28 16:00:12
## 7606  2022-11-28 16:00:11
## 7607  2022-11-28 15:59:58
## 7608  2022-11-28 15:59:55
## 7609  2022-11-28 15:59:51
## 7610  2022-11-28 15:59:47
## 7611  2022-11-28 15:59:47
## 7612  2022-11-28 15:59:43
## 7613  2022-11-28 15:59:42
## 7614  2022-11-28 15:59:33
## 7615  2022-11-28 15:59:28
## 7616  2022-11-28 15:59:20
## 7617  2022-11-28 15:59:17
## 7618  2022-11-28 15:59:11
## 7619  2022-11-28 15:59:09
## 7620  2022-11-28 15:59:08
## 7621  2022-11-28 15:58:59
## 7622  2022-11-28 15:58:58
## 7623  2022-11-28 15:58:54
## 7624  2022-11-28 15:58:53
## 7625  2022-11-28 15:58:51
## 7626  2022-11-28 15:58:42
## 7627  2022-11-28 15:58:37
## 7628  2022-11-28 15:58:34
## 7629  2022-11-28 15:58:31
## 7630  2022-11-28 15:58:28
## 7631  2022-11-28 15:58:23
## 7632  2022-11-28 15:58:17
## 7633  2022-11-28 15:58:13
## 7634  2022-11-28 15:58:13
## 7635  2022-11-28 15:58:11
## 7636  2022-11-28 15:58:07
## 7637  2022-11-28 15:58:04
## 7638  2022-11-28 15:57:58
## 7639  2022-11-28 15:57:56
## 7640  2022-11-28 15:57:52
## 7641  2022-11-28 15:57:48
## 7642  2022-11-28 15:57:38
## 7643  2022-11-28 15:57:31
## 7644  2022-11-28 15:57:26
## 7645  2022-11-28 15:57:25
## 7646  2022-11-28 15:57:20
## 7647  2022-11-28 15:57:20
## 7648  2022-11-28 15:57:20
## 7649  2022-11-28 15:57:15
## 7650  2022-11-28 15:57:13
## 7651  2022-11-28 15:57:07
## 7652  2022-11-28 15:56:52
## 7653  2022-11-28 15:56:46
## 7654  2022-11-28 15:56:31
## 7655  2022-11-28 15:56:29
## 7656  2022-11-28 15:56:26
## 7657  2022-11-28 15:56:26
## 7658  2022-11-28 15:56:25
## 7659  2022-11-28 15:56:24
## 7660  2022-11-28 15:56:18
## 7661  2022-11-28 15:56:17
## 7662  2022-11-28 15:56:14
## 7663  2022-11-28 15:56:09
## 7664  2022-11-28 15:56:02
## 7665  2022-11-28 15:55:59
## 7666  2022-11-28 15:55:57
## 7667  2022-11-28 15:55:52
## 7668  2022-11-28 15:55:47
## 7669  2022-11-28 15:55:46
## 7670  2022-11-28 15:55:45
## 7671  2022-11-28 15:55:41
## 7672  2022-11-28 15:55:40
## 7673  2022-11-28 15:55:37
## 7674  2022-11-28 15:55:32
## 7675  2022-11-28 15:55:21
## 7676  2022-11-28 15:55:20
## 7677  2022-11-28 15:55:18
## 7678  2022-11-28 15:55:14
## 7679  2022-11-28 15:55:12
## 7680  2022-11-28 15:55:11
## 7681  2022-11-28 15:55:09
## 7682  2022-11-28 15:55:05
## 7683  2022-11-28 15:55:02
## 7684  2022-11-28 15:54:51
## 7685  2022-11-28 15:54:50
## 7686  2022-11-28 15:54:46
## 7687  2022-11-28 15:54:45
## 7688  2022-11-28 15:54:42
## 7689  2022-11-28 15:54:41
## 7690  2022-11-28 15:54:40
## 7691  2022-11-28 15:54:39
## 7692  2022-11-28 15:54:38
## 7693  2022-11-28 15:54:35
## 7694  2022-11-28 15:54:35
## 7695  2022-11-28 15:54:35
## 7696  2022-11-28 15:54:33
## 7697  2022-11-28 15:54:32
## 7698  2022-11-28 15:54:28
## 7699  2022-11-28 15:54:26
## 7700  2022-11-28 15:54:22
## 7701  2022-11-28 15:54:21
## 7702  2022-11-28 15:54:20
## 7703  2022-11-28 15:54:20
## 7704  2022-11-28 15:54:13
## 7705  2022-11-28 15:54:02
## 7706  2022-11-28 15:54:00
## 7707  2022-11-28 15:53:56
## 7708  2022-11-28 15:53:46
## 7709  2022-11-28 15:53:44
## 7710  2022-11-28 15:53:41
## 7711  2022-11-28 15:53:40
## 7712  2022-11-28 15:53:37
## 7713  2022-11-28 15:53:35
## 7714  2022-11-28 15:53:30
## 7715  2022-11-28 15:53:30
## 7716  2022-11-28 15:53:25
## 7717  2022-11-28 15:53:22
## 7718  2022-11-28 15:53:09
## 7719  2022-11-28 15:53:05
## 7720  2022-11-28 15:53:00
## 7721  2022-11-28 15:52:55
## 7722  2022-11-28 15:52:46
## 7723  2022-11-28 15:52:45
## 7724  2022-11-28 15:52:38
## 7725  2022-11-28 15:52:37
## 7726  2022-11-28 15:52:32
## 7727  2022-11-28 15:52:21
## 7728  2022-11-28 15:52:14
## 7729  2022-11-28 15:52:11
## 7730  2022-11-28 15:52:04
## 7731  2022-11-28 15:51:59
## 7732  2022-11-28 15:51:58
## 7733  2022-11-28 15:51:54
## 7734  2022-11-28 15:51:47
## 7735  2022-11-28 15:51:45
## 7736  2022-11-28 15:51:45
## 7737  2022-11-28 15:51:38
## 7738  2022-11-28 15:51:37
## 7739  2022-11-28 15:51:24
## 7740  2022-11-28 15:51:18
## 7741  2022-11-28 15:51:09
## 7742  2022-11-28 15:51:08
## 7743  2022-11-28 15:51:08
## 7744  2022-11-28 15:51:03
## 7745  2022-11-28 15:51:01
## 7746  2022-11-28 15:50:52
## 7747  2022-11-28 15:50:49
## 7748  2022-11-28 15:50:49
## 7749  2022-11-28 15:50:45
## 7750  2022-11-28 15:50:45
## 7751  2022-11-28 15:50:45
## 7752  2022-11-28 15:50:42
## 7753  2022-11-28 15:50:33
## 7754  2022-11-28 15:50:24
## 7755  2022-11-28 15:50:24
## 7756  2022-11-28 15:50:13
## 7757  2022-11-28 15:50:12
## 7758  2022-11-28 15:50:11
## 7759  2022-11-28 15:50:09
## 7760  2022-11-28 15:50:08
## 7761  2022-11-28 15:50:06
## 7762  2022-11-28 15:49:48
## 7763  2022-11-28 15:49:45
## 7764  2022-11-28 15:49:44
## 7765  2022-11-28 15:49:41
## 7766  2022-11-28 15:49:40
## 7767  2022-11-28 15:49:32
## 7768  2022-11-28 15:49:24
## 7769  2022-11-28 15:49:19
## 7770  2022-11-28 15:49:14
## 7771  2022-11-28 15:49:05
## 7772  2022-11-28 15:49:04
## 7773  2022-11-28 15:49:01
## 7774  2022-11-28 15:48:57
## 7775  2022-11-28 15:48:57
## 7776  2022-11-28 15:48:56
## 7777  2022-11-28 15:48:54
## 7778  2022-11-28 15:48:44
## 7779  2022-11-28 15:48:39
## 7780  2022-11-28 15:48:39
## 7781  2022-11-28 15:48:25
## 7782  2022-11-28 15:48:23
## 7783  2022-11-28 15:48:23
## 7784  2022-11-28 15:48:23
## 7785  2022-11-28 15:48:19
## 7786  2022-11-28 15:48:14
## 7787  2022-11-28 15:48:13
## 7788  2022-11-28 15:48:07
## 7789  2022-11-28 15:48:06
## 7790  2022-11-28 15:48:04
## 7791  2022-11-28 15:48:04
## 7792  2022-11-28 15:48:01
## 7793  2022-11-28 15:47:57
## 7794  2022-11-28 15:47:49
## 7795  2022-11-28 15:47:49
## 7796  2022-11-28 15:47:48
## 7797  2022-11-28 15:47:45
## 7798  2022-11-28 15:47:37
## 7799  2022-11-28 15:47:37
## 7800  2022-11-28 15:47:31
## 7801  2022-11-28 15:47:27
## 7802  2022-11-28 15:47:26
## 7803  2022-11-28 15:47:24
## 7804  2022-11-28 15:47:15
## 7805  2022-11-28 15:47:06
## 7806  2022-11-28 15:47:05
## 7807  2022-11-28 15:47:01
## 7808  2022-11-28 15:46:51
## 7809  2022-11-28 15:46:51
## 7810  2022-11-28 15:46:51
## 7811  2022-11-28 15:46:48
## 7812  2022-11-28 15:46:47
## 7813  2022-11-28 15:46:46
## 7814  2022-11-28 15:46:40
## 7815  2022-11-28 15:46:38
## 7816  2022-11-28 15:46:36
## 7817  2022-11-28 15:46:35
## 7818  2022-11-28 15:46:31
## 7819  2022-11-28 15:46:29
## 7820  2022-11-28 15:46:25
## 7821  2022-11-28 15:46:24
## 7822  2022-11-28 15:46:21
## 7823  2022-11-28 15:46:14
## 7824  2022-11-28 15:46:10
## 7825  2022-11-28 15:46:08
## 7826  2022-11-28 15:46:07
## 7827  2022-11-28 15:46:04
## 7828  2022-11-28 15:46:03
## 7829  2022-11-28 15:46:03
## 7830  2022-11-28 15:45:54
## 7831  2022-11-28 15:45:50
## 7832  2022-11-28 15:45:47
## 7833  2022-11-28 15:45:45
## 7834  2022-11-28 15:45:43
## 7835  2022-11-28 15:45:41
## 7836  2022-11-28 15:45:38
## 7837  2022-11-28 15:45:35
## 7838  2022-11-28 15:45:31
## 7839  2022-11-28 15:45:22
## 7840  2022-11-28 15:45:17
## 7841  2022-11-28 15:45:15
## 7842  2022-11-28 15:45:04
## 7843  2022-11-28 15:45:02
## 7844  2022-11-28 15:45:00
## 7845  2022-11-28 15:44:58
## 7846  2022-11-28 15:44:55
## 7847  2022-11-28 15:44:53
## 7848  2022-11-28 15:44:52
## 7849  2022-11-28 15:44:49
## 7850  2022-11-28 15:44:49
## 7851  2022-11-28 15:44:40
## 7852  2022-11-28 15:44:35
## 7853  2022-11-28 15:44:34
## 7854  2022-11-28 15:44:34
## 7855  2022-11-28 15:44:32
## 7856  2022-11-28 15:44:26
## 7857  2022-11-28 15:44:25
## 7858  2022-11-28 15:44:25
## 7859  2022-11-28 15:44:24
## 7860  2022-11-28 15:44:21
## 7861  2022-11-28 15:44:20
## 7862  2022-11-28 15:44:18
## 7863  2022-11-28 15:44:12
## 7864  2022-11-28 15:44:09
## 7865  2022-11-28 15:44:07
## 7866  2022-11-28 15:44:04
## 7867  2022-11-28 15:44:03
## 7868  2022-11-28 15:44:02
## 7869  2022-11-28 15:43:51
## 7870  2022-11-28 15:43:50
## 7871  2022-11-28 15:43:46
## 7872  2022-11-28 15:43:46
## 7873  2022-11-28 15:43:42
## 7874  2022-11-28 15:43:42
## 7875  2022-11-28 15:43:41
## 7876  2022-11-28 15:43:40
## 7877  2022-11-28 15:43:31
## 7878  2022-11-28 15:43:28
## 7879  2022-11-28 15:43:26
## 7880  2022-11-28 15:43:25
## 7881  2022-11-28 15:43:20
## 7882  2022-11-28 15:43:19
## 7883  2022-11-28 15:43:17
## 7884  2022-11-28 15:43:14
## 7885  2022-11-28 15:43:14
## 7886  2022-11-28 15:43:13
## 7887  2022-11-28 15:43:11
## 7888  2022-11-28 15:43:10
## 7889  2022-11-28 15:42:55
## 7890  2022-11-28 15:42:53
## 7891  2022-11-28 15:42:51
## 7892  2022-11-28 15:42:47
## 7893  2022-11-28 15:42:41
## 7894  2022-11-28 15:42:39
## 7895  2022-11-28 15:42:36
## 7896  2022-11-28 15:42:36
## 7897  2022-11-28 15:42:34
## 7898  2022-11-28 15:42:32
## 7899  2022-11-28 15:42:30
## 7900  2022-11-28 15:42:28
## 7901  2022-11-28 15:42:24
## 7902  2022-11-28 15:42:19
## 7903  2022-11-28 15:42:15
## 7904  2022-11-28 15:42:11
## 7905  2022-11-28 15:42:11
## 7906  2022-11-28 15:42:10
## 7907  2022-11-28 15:42:10
## 7908  2022-11-28 15:42:09
## 7909  2022-11-28 15:42:05
## 7910  2022-11-28 15:42:04
## 7911  2022-11-28 15:42:02
## 7912  2022-11-28 15:41:59
## 7913  2022-11-28 15:41:56
## 7914  2022-11-28 15:41:56
## 7915  2022-11-28 15:41:41
## 7916  2022-11-28 15:41:39
## 7917  2022-11-28 15:41:39
## 7918  2022-11-28 15:41:38
## 7919  2022-11-28 15:41:36
## 7920  2022-11-28 15:41:32
## 7921  2022-11-28 15:41:30
## 7922  2022-11-28 15:41:26
## 7923  2022-11-28 15:41:21
## 7924  2022-11-28 15:41:16
## 7925  2022-11-28 15:41:15
## 7926  2022-11-28 15:41:15
## 7927  2022-11-28 15:41:14
## 7928  2022-11-28 15:41:14
## 7929  2022-11-28 15:41:13
## 7930  2022-11-28 15:41:11
## 7931  2022-11-28 15:40:52
## 7932  2022-11-28 15:40:51
## 7933  2022-11-28 15:40:51
## 7934  2022-11-28 15:40:51
## 7935  2022-11-28 15:40:50
## 7936  2022-11-28 15:40:50
## 7937  2022-11-28 15:40:50
## 7938  2022-11-28 15:40:49
## 7939  2022-11-28 15:40:48
## 7940  2022-11-28 15:40:46
## 7941  2022-11-28 15:40:42
## 7942  2022-11-28 15:40:41
## 7943  2022-11-28 15:40:40
## 7944  2022-11-28 15:40:37
## 7945  2022-11-28 15:40:35
## 7946  2022-11-28 15:40:32
## 7947  2022-11-28 15:40:29
## 7948  2022-11-28 15:40:25
## 7949  2022-11-28 15:40:22
## 7950  2022-11-28 15:40:21
## 7951  2022-11-28 15:40:19
## 7952  2022-11-28 15:40:08
## 7953  2022-11-28 15:40:06
## 7954  2022-11-28 15:40:04
## 7955  2022-11-28 15:39:58
## 7956  2022-11-28 15:39:57
## 7957  2022-11-28 15:39:57
## 7958  2022-11-28 15:39:55
## 7959  2022-11-28 15:39:54
## 7960  2022-11-28 15:39:51
## 7961  2022-11-28 15:39:50
## 7962  2022-11-28 15:39:47
## 7963  2022-11-28 15:39:45
## 7964  2022-11-28 15:39:43
## 7965  2022-11-28 15:39:42
## 7966  2022-11-28 15:39:31
## 7967  2022-11-28 15:39:27
## 7968  2022-11-28 15:39:26
## 7969  2022-11-28 15:39:23
## 7970  2022-11-28 15:39:22
## 7971  2022-11-28 15:39:20
## 7972  2022-11-28 15:39:15
## 7973  2022-11-28 15:39:15
## 7974  2022-11-28 15:39:10
## 7975  2022-11-28 15:39:10
## 7976  2022-11-28 15:39:10
## 7977  2022-11-28 15:39:06
## 7978  2022-11-28 15:38:55
## 7979  2022-11-28 15:38:50
## 7980  2022-11-28 15:38:49
## 7981  2022-11-28 15:38:43
## 7982  2022-11-28 15:38:43
## 7983  2022-11-28 15:38:37
## 7984  2022-11-28 15:38:35
## 7985  2022-11-28 15:38:35
## 7986  2022-11-28 15:38:33
## 7987  2022-11-28 15:38:30
## 7988  2022-11-28 15:38:30
## 7989  2022-11-28 15:38:26
## 7990  2022-11-28 15:38:25
## 7991  2022-11-28 15:38:24
## 7992  2022-11-28 15:38:22
## 7993  2022-11-28 15:38:16
## 7994  2022-11-28 15:38:15
## 7995  2022-11-28 15:38:10
## 7996  2022-11-28 15:38:05
## 7997  2022-11-28 15:38:05
## 7998  2022-11-28 15:38:00
## 7999  2022-11-28 15:37:59
## 8000  2022-11-28 15:37:27
## 8001  2022-11-28 15:37:23
## 8002  2022-11-28 15:37:23
## 8003  2022-11-28 15:37:15
## 8004  2022-11-28 15:37:07
## 8005  2022-11-28 15:37:06
## 8006  2022-11-28 15:37:04
## 8007  2022-11-28 15:36:56
## 8008  2022-11-28 15:36:55
## 8009  2022-11-28 15:36:53
## 8010  2022-11-28 15:36:51
## 8011  2022-11-28 15:36:47
## 8012  2022-11-28 15:36:45
## 8013  2022-11-28 15:36:42
## 8014  2022-11-28 15:36:42
## 8015  2022-11-28 15:36:40
## 8016  2022-11-28 15:36:39
## 8017  2022-11-28 15:36:39
## 8018  2022-11-28 15:36:39
## 8019  2022-11-28 15:36:35
## 8020  2022-11-28 15:36:28
## 8021  2022-11-28 15:36:26
## 8022  2022-11-28 15:36:26
## 8023  2022-11-28 15:36:25
## 8024  2022-11-28 15:36:21
## 8025  2022-11-28 15:36:17
## 8026  2022-11-28 15:36:15
## 8027  2022-11-28 15:36:13
## 8028  2022-11-28 15:36:09
## 8029  2022-11-28 15:36:06
## 8030  2022-11-28 15:35:59
## 8031  2022-11-28 15:35:58
## 8032  2022-11-28 15:35:53
## 8033  2022-11-28 15:35:52
## 8034  2022-11-28 15:35:51
## 8035  2022-11-28 15:35:44
## 8036  2022-11-28 15:35:39
## 8037  2022-11-28 15:35:34
## 8038  2022-11-28 15:35:33
## 8039  2022-11-28 15:35:32
## 8040  2022-11-28 15:35:29
## 8041  2022-11-28 15:35:28
## 8042  2022-11-28 15:35:27
## 8043  2022-11-28 15:35:19
## 8044  2022-11-28 15:35:17
## 8045  2022-11-28 15:35:13
## 8046  2022-11-28 15:35:12
## 8047  2022-11-28 15:35:10
## 8048  2022-11-28 15:35:06
## 8049  2022-11-28 15:34:59
## 8050  2022-11-28 15:34:52
## 8051  2022-11-28 15:34:51
## 8052  2022-11-28 15:34:48
## 8053  2022-11-28 15:34:45
## 8054  2022-11-28 15:34:41
## 8055  2022-11-28 15:34:38
## 8056  2022-11-28 15:34:38
## 8057  2022-11-28 15:34:34
## 8058  2022-11-28 15:34:34
## 8059  2022-11-28 15:34:33
## 8060  2022-11-28 15:34:33
## 8061  2022-11-28 15:34:32
## 8062  2022-11-28 15:34:28
## 8063  2022-11-28 15:34:22
## 8064  2022-11-28 15:34:20
## 8065  2022-11-28 15:34:17
## 8066  2022-11-28 15:34:16
## 8067  2022-11-28 15:34:15
## 8068  2022-11-28 15:34:13
## 8069  2022-11-28 15:34:06
## 8070  2022-11-28 15:34:05
## 8071  2022-11-28 15:34:04
## 8072  2022-11-28 15:34:04
## 8073  2022-11-28 15:34:02
## 8074  2022-11-28 15:34:01
## 8075  2022-11-28 15:33:57
## 8076  2022-11-28 15:33:53
## 8077  2022-11-28 15:33:52
## 8078  2022-11-28 15:33:50
## 8079  2022-11-28 15:33:48
## 8080  2022-11-28 15:33:33
## 8081  2022-11-28 15:33:29
## 8082  2022-11-28 15:33:23
## 8083  2022-11-28 15:33:20
## 8084  2022-11-28 15:33:19
## 8085  2022-11-28 15:33:10
## 8086  2022-11-28 15:33:06
## 8087  2022-11-28 15:33:02
## 8088  2022-11-28 15:33:00
## 8089  2022-11-28 15:32:59
## 8090  2022-11-28 15:32:56
## 8091  2022-11-28 15:32:53
## 8092  2022-11-28 15:32:52
## 8093  2022-11-28 15:32:52
## 8094  2022-11-28 15:32:49
## 8095  2022-11-28 15:32:47
## 8096  2022-11-28 15:32:43
## 8097  2022-11-28 15:32:39
## 8098  2022-11-28 15:32:37
## 8099  2022-11-28 15:32:36
## 8100  2022-11-28 15:32:36
## 8101  2022-11-28 15:32:33
## 8102  2022-11-28 15:32:32
## 8103  2022-11-28 15:32:31
## 8104  2022-11-28 15:32:27
## 8105  2022-11-28 15:32:26
## 8106  2022-11-28 15:32:25
## 8107  2022-11-28 15:32:23
## 8108  2022-11-28 15:32:15
## 8109  2022-11-28 15:32:14
## 8110  2022-11-28 15:32:11
## 8111  2022-11-28 15:32:06
## 8112  2022-11-28 15:32:05
## 8113  2022-11-28 15:32:00
## 8114  2022-11-28 15:31:59
## 8115  2022-11-28 15:31:57
## 8116  2022-11-28 15:31:56
## 8117  2022-11-28 15:31:52
## 8118  2022-11-28 15:31:49
## 8119  2022-11-28 15:31:49
## 8120  2022-11-28 15:31:37
## 8121  2022-11-28 15:31:35
## 8122  2022-11-28 15:31:32
## 8123  2022-11-28 15:31:29
## 8124  2022-11-28 15:31:18
## 8125  2022-11-28 15:31:16
## 8126  2022-11-28 15:31:11
## 8127  2022-11-28 15:31:08
## 8128  2022-11-28 15:31:07
## 8129  2022-11-28 15:31:07
## 8130  2022-11-28 15:31:00
## 8131  2022-11-28 15:30:54
## 8132  2022-11-28 15:30:43
## 8133  2022-11-28 15:30:37
## 8134  2022-11-28 15:30:36
## 8135  2022-11-28 15:30:34
## 8136  2022-11-28 15:30:33
## 8137  2022-11-28 15:30:32
## 8138  2022-11-28 15:30:31
## 8139  2022-11-28 15:30:23
## 8140  2022-11-28 15:30:19
## 8141  2022-11-28 15:30:19
## 8142  2022-11-28 15:30:13
## 8143  2022-11-28 15:30:05
## 8144  2022-11-28 15:30:01
## 8145  2022-11-28 15:30:00
## 8146  2022-11-28 15:29:58
## 8147  2022-11-28 15:29:55
## 8148  2022-11-28 15:29:53
## 8149  2022-11-28 15:29:52
## 8150  2022-11-28 15:29:49
## 8151  2022-11-28 15:29:46
## 8152  2022-11-28 15:29:41
## 8153  2022-11-28 15:29:41
## 8154  2022-11-28 15:29:39
## 8155  2022-11-28 15:29:38
## 8156  2022-11-28 15:29:32
## 8157  2022-11-28 15:29:25
## 8158  2022-11-28 15:29:24
## 8159  2022-11-28 15:29:11
## 8160  2022-11-28 15:29:07
## 8161  2022-11-28 15:29:01
## 8162  2022-11-28 15:29:00
## 8163  2022-11-28 15:28:55
## 8164  2022-11-28 15:28:53
## 8165  2022-11-28 15:28:50
## 8166  2022-11-28 15:28:42
## 8167  2022-11-28 15:28:32
## 8168  2022-11-28 15:28:20
## 8169  2022-11-28 15:28:11
## 8170  2022-11-28 15:28:06
## 8171  2022-11-28 15:28:06
## 8172  2022-11-28 15:27:25
## 8173  2022-11-28 15:27:23
## 8174  2022-11-28 15:27:18
## 8175  2022-11-28 15:26:52
## 8176  2022-11-28 15:26:43
## 8177  2022-11-28 15:26:43
## 8178  2022-11-28 15:26:43
## 8179  2022-11-28 15:26:33
## 8180  2022-11-28 15:26:13
## 8181  2022-11-28 15:26:12
## 8182  2022-11-28 15:26:11
## 8183  2022-11-28 15:26:00
## 8184  2022-11-28 15:25:48
## 8185  2022-11-28 15:25:47
## 8186  2022-11-28 15:25:24
## 8187  2022-11-28 15:25:18
## 8188  2022-11-28 15:25:15
## 8189  2022-11-28 15:25:04
## 8190  2022-11-28 15:24:56
## 8191  2022-11-28 15:24:39
## 8192  2022-11-28 15:24:37
## 8193  2022-11-28 15:24:31
## 8194  2022-11-28 15:24:25
## 8195  2022-11-28 15:24:21
## 8196  2022-11-28 15:24:20
## 8197  2022-11-28 15:24:20
## 8198  2022-11-28 15:24:19
## 8199  2022-11-28 15:24:18
## 8200  2022-11-28 15:24:15
## 8201  2022-11-28 15:24:13
## 8202  2022-11-28 15:24:12
## 8203  2022-11-28 15:24:12
## 8204  2022-11-28 15:24:10
## 8205  2022-11-28 15:23:57
## 8206  2022-11-28 15:23:52
## 8207  2022-11-28 15:23:49
## 8208  2022-11-28 15:23:42
## 8209  2022-11-28 15:23:42
## 8210  2022-11-28 15:23:40
## 8211  2022-11-28 15:23:38
## 8212  2022-11-28 15:23:25
## 8213  2022-11-28 15:23:23
## 8214  2022-11-28 15:23:19
## 8215  2022-11-28 15:23:15
## 8216  2022-11-28 15:23:14
## 8217  2022-11-28 15:23:11
## 8218  2022-11-28 15:23:08
## 8219  2022-11-28 15:23:08
## 8220  2022-11-28 15:23:06
## 8221  2022-11-28 15:23:06
## 8222  2022-11-28 15:23:05
## 8223  2022-11-28 15:23:03
## 8224  2022-11-28 15:23:00
## 8225  2022-11-28 15:22:54
## 8226  2022-11-28 15:22:53
## 8227  2022-11-28 15:22:51
## 8228  2022-11-28 15:22:44
## 8229  2022-11-28 15:22:38
## 8230  2022-11-28 15:22:35
## 8231  2022-11-28 15:22:32
## 8232  2022-11-28 15:22:30
## 8233  2022-11-28 15:22:28
## 8234  2022-11-28 15:22:26
## 8235  2022-11-28 15:22:17
## 8236  2022-11-28 15:22:16
## 8237  2022-11-28 15:22:08
## 8238  2022-11-28 15:22:08
## 8239  2022-11-28 15:22:04
## 8240  2022-11-28 15:22:04
## 8241  2022-11-28 15:22:00
## 8242  2022-11-28 15:21:58
## 8243  2022-11-28 15:21:51
## 8244  2022-11-28 15:21:49
## 8245  2022-11-28 15:21:47
## 8246  2022-11-28 15:21:47
## 8247  2022-11-28 15:21:43
## 8248  2022-11-28 15:21:40
## 8249  2022-11-28 15:21:39
## 8250  2022-11-28 15:21:35
## 8251  2022-11-28 15:21:30
## 8252  2022-11-28 15:21:29
## 8253  2022-11-28 15:21:27
## 8254  2022-11-28 15:21:26
## 8255  2022-11-28 15:21:26
## 8256  2022-11-28 15:21:20
## 8257  2022-11-28 15:21:16
## 8258  2022-11-28 15:21:16
## 8259  2022-11-28 15:21:09
## 8260  2022-11-28 15:21:08
## 8261  2022-11-28 15:21:07
## 8262  2022-11-28 15:20:47
## 8263  2022-11-28 15:20:46
## 8264  2022-11-28 15:20:44
## 8265  2022-11-28 15:20:44
## 8266  2022-11-28 15:20:43
## 8267  2022-11-28 15:20:41
## 8268  2022-11-28 15:20:38
## 8269  2022-11-28 15:20:35
## 8270  2022-11-28 15:20:28
## 8271  2022-11-28 15:20:27
## 8272  2022-11-28 15:20:26
## 8273  2022-11-28 15:20:26
## 8274  2022-11-28 15:20:24
## 8275  2022-11-28 15:20:22
## 8276  2022-11-28 15:20:19
## 8277  2022-11-28 15:20:18
## 8278  2022-11-28 15:20:09
## 8279  2022-11-28 15:20:07
## 8280  2022-11-28 15:20:06
## 8281  2022-11-28 15:19:59
## 8282  2022-11-28 15:19:59
## 8283  2022-11-28 15:19:54
## 8284  2022-11-28 15:19:52
## 8285  2022-11-28 15:19:45
## 8286  2022-11-28 15:19:43
## 8287  2022-11-28 15:19:38
## 8288  2022-11-28 15:19:34
## 8289  2022-11-28 15:19:34
## 8290  2022-11-28 15:19:26
## 8291  2022-11-28 15:19:23
## 8292  2022-11-28 15:19:17
## 8293  2022-11-28 15:19:03
## 8294  2022-11-28 15:19:01
## 8295  2022-11-28 15:19:01
## 8296  2022-11-28 15:19:01
## 8297  2022-11-28 15:18:58
## 8298  2022-11-28 15:18:49
## 8299  2022-11-28 15:18:48
## 8300  2022-11-28 15:18:44
## 8301  2022-11-28 15:18:36
## 8302  2022-11-28 15:18:33
## 8303  2022-11-28 15:18:31
## 8304  2022-11-28 15:18:24
## 8305  2022-11-28 15:18:17
## 8306  2022-11-28 15:18:15
## 8307  2022-11-28 15:18:06
## 8308  2022-11-28 15:18:03
## 8309  2022-11-28 15:17:56
## 8310  2022-11-28 15:17:48
## 8311  2022-11-28 15:17:46
## 8312  2022-11-28 15:17:43
## 8313  2022-11-28 15:17:35
## 8314  2022-11-28 15:17:34
## 8315  2022-11-28 15:17:32
## 8316  2022-11-28 15:17:26
## 8317  2022-11-28 15:17:22
## 8318  2022-11-28 15:17:22
## 8319  2022-11-28 15:17:18
## 8320  2022-11-28 15:17:11
## 8321  2022-11-28 15:17:10
## 8322  2022-11-28 15:17:09
## 8323  2022-11-28 15:17:04
## 8324  2022-11-28 15:17:02
## 8325  2022-11-28 15:17:01
## 8326  2022-11-28 15:16:49
## 8327  2022-11-28 15:16:39
## 8328  2022-11-28 15:16:23
## 8329  2022-11-28 15:16:18
## 8330  2022-11-28 15:16:16
## 8331  2022-11-28 15:16:04
## 8332  2022-11-28 15:15:49
## 8333  2022-11-28 15:15:41
## 8334  2022-11-28 15:15:33
## 8335  2022-11-28 15:15:23
## 8336  2022-11-28 15:15:19
## 8337  2022-11-28 15:15:14
## 8338  2022-11-28 15:15:14
## 8339  2022-11-28 15:15:13
## 8340  2022-11-28 15:15:01
## 8341  2022-11-28 15:15:01
## 8342  2022-11-28 15:14:57
## 8343  2022-11-28 15:14:53
## 8344  2022-11-28 15:14:45
## 8345  2022-11-28 15:14:33
## 8346  2022-11-28 15:14:29
## 8347  2022-11-28 15:14:27
## 8348  2022-11-28 15:14:22
## 8349  2022-11-28 15:14:19
## 8350  2022-11-28 15:14:17
## 8351  2022-11-28 15:14:12
## 8352  2022-11-28 15:14:07
## 8353  2022-11-28 15:14:03
## 8354  2022-11-28 15:14:02
## 8355  2022-11-28 15:13:55
## 8356  2022-11-28 15:13:40
## 8357  2022-11-28 15:13:37
## 8358  2022-11-28 15:13:35
## 8359  2022-11-28 15:13:35
## 8360  2022-11-28 15:13:34
## 8361  2022-11-28 15:13:34
## 8362  2022-11-28 15:13:23
## 8363  2022-11-28 15:13:21
## 8364  2022-11-28 15:13:20
## 8365  2022-11-28 15:13:19
## 8366  2022-11-28 15:13:15
## 8367  2022-11-28 15:13:08
## 8368  2022-11-28 15:13:08
## 8369  2022-11-28 15:13:04
## 8370  2022-11-28 15:12:59
## 8371  2022-11-28 15:12:58
## 8372  2022-11-28 15:12:58
## 8373  2022-11-28 15:12:57
## 8374  2022-11-28 15:12:55
## 8375  2022-11-28 15:12:49
## 8376  2022-11-28 15:12:47
## 8377  2022-11-28 15:12:41
## 8378  2022-11-28 15:12:41
## 8379  2022-11-28 15:12:26
## 8380  2022-11-28 15:12:14
## 8381  2022-11-28 15:12:13
## 8382  2022-11-28 15:12:05
## 8383  2022-11-28 15:12:04
## 8384  2022-11-28 15:11:59
## 8385  2022-11-28 15:11:56
## 8386  2022-11-28 15:11:53
## 8387  2022-11-28 15:11:52
## 8388  2022-11-28 15:11:52
## 8389  2022-11-28 15:11:49
## 8390  2022-11-28 15:11:47
## 8391  2022-11-28 15:11:44
## 8392  2022-11-28 15:11:43
## 8393  2022-11-28 15:11:39
## 8394  2022-11-28 15:11:35
## 8395  2022-11-28 15:11:33
## 8396  2022-11-28 15:11:24
## 8397  2022-11-28 15:11:23
## 8398  2022-11-28 15:11:22
## 8399  2022-11-28 15:11:20
## 8400  2022-11-28 15:11:17
## 8401  2022-11-28 15:11:14
## 8402  2022-11-28 15:11:10
## 8403  2022-11-28 15:11:10
## 8404  2022-11-28 15:11:10
## 8405  2022-11-28 15:10:58
## 8406  2022-11-28 15:10:47
## 8407  2022-11-28 15:10:30
## 8408  2022-11-28 15:10:29
## 8409  2022-11-28 15:10:28
## 8410  2022-11-28 15:10:24
## 8411  2022-11-28 15:10:21
## 8412  2022-11-28 15:10:20
## 8413  2022-11-28 15:10:16
## 8414  2022-11-28 15:10:15
## 8415  2022-11-28 15:10:12
## 8416  2022-11-28 15:10:11
## 8417  2022-11-28 15:10:11
## 8418  2022-11-28 15:10:10
## 8419  2022-11-28 15:10:07
## 8420  2022-11-28 15:10:04
## 8421  2022-11-28 15:10:01
## 8422  2022-11-28 15:09:59
## 8423  2022-11-28 15:09:59
## 8424  2022-11-28 15:09:50
## 8425  2022-11-28 15:09:44
## 8426  2022-11-28 15:09:44
## 8427  2022-11-28 15:09:37
## 8428  2022-11-28 15:09:36
## 8429  2022-11-28 15:09:36
## 8430  2022-11-28 15:09:35
## 8431  2022-11-28 15:09:31
## 8432  2022-11-28 15:09:28
## 8433  2022-11-28 15:09:20
## 8434  2022-11-28 15:09:19
## 8435  2022-11-28 15:09:16
## 8436  2022-11-28 15:09:16
## 8437  2022-11-28 15:09:13
## 8438  2022-11-28 15:09:09
## 8439  2022-11-28 15:09:02
## 8440  2022-11-28 15:09:00
## 8441  2022-11-28 15:08:59
## 8442  2022-11-28 15:08:57
## 8443  2022-11-28 15:08:56
## 8444  2022-11-28 15:08:53
## 8445  2022-11-28 15:08:53
## 8446  2022-11-28 15:08:51
## 8447  2022-11-28 15:08:51
## 8448  2022-11-28 15:08:47
## 8449  2022-11-28 15:08:45
## 8450  2022-11-28 15:08:40
## 8451  2022-11-28 15:08:36
## 8452  2022-11-28 15:08:31
## 8453  2022-11-28 15:08:30
## 8454  2022-11-28 15:08:28
## 8455  2022-11-28 15:08:27
## 8456  2022-11-28 15:08:24
## 8457  2022-11-28 15:08:22
## 8458  2022-11-28 15:08:21
## 8459  2022-11-28 15:08:21
## 8460  2022-11-28 15:08:20
## 8461  2022-11-28 15:08:18
## 8462  2022-11-28 15:08:15
## 8463  2022-11-28 15:08:14
## 8464  2022-11-28 15:08:13
## 8465  2022-11-28 15:08:07
## 8466  2022-11-28 15:07:52
## 8467  2022-11-28 15:07:43
## 8468  2022-11-28 15:07:42
## 8469  2022-11-28 15:07:36
## 8470  2022-11-28 15:07:35
## 8471  2022-11-28 15:07:30
## 8472  2022-11-28 15:07:29
## 8473  2022-11-28 15:07:28
## 8474  2022-11-28 15:07:13
## 8475  2022-11-28 15:07:11
## 8476  2022-11-28 15:07:09
## 8477  2022-11-28 15:07:06
## 8478  2022-11-28 15:07:03
## 8479  2022-11-28 15:06:58
## 8480  2022-11-28 15:06:52
## 8481  2022-11-28 15:06:43
## 8482  2022-11-28 15:06:38
## 8483  2022-11-28 15:06:33
## 8484  2022-11-28 15:06:24
## 8485  2022-11-28 15:06:22
## 8486  2022-11-28 15:06:21
## 8487  2022-11-28 15:06:14
## 8488  2022-11-28 15:06:04
## 8489  2022-11-28 15:06:03
## 8490  2022-11-28 15:06:03
## 8491  2022-11-28 15:06:01
## 8492  2022-11-28 15:05:53
## 8493  2022-11-28 15:05:50
## 8494  2022-11-28 15:05:50
## 8495  2022-11-28 15:05:45
## 8496  2022-11-28 15:05:43
## 8497  2022-11-28 15:05:31
## 8498  2022-11-28 15:05:29
## 8499  2022-11-28 15:05:25
## 8500  2022-11-28 15:05:22
## 8501  2022-11-28 15:05:20
## 8502  2022-11-28 15:05:19
## 8503  2022-11-28 15:05:18
## 8504  2022-11-28 15:05:16
## 8505  2022-11-28 15:05:10
## 8506  2022-11-28 15:05:07
## 8507  2022-11-28 15:05:04
## 8508  2022-11-28 15:05:02
## 8509  2022-11-28 15:05:01
## 8510  2022-11-28 15:05:01
## 8511  2022-11-28 15:05:00
## 8512  2022-11-28 15:04:59
## 8513  2022-11-28 15:04:59
## 8514  2022-11-28 15:04:53
## 8515  2022-11-28 15:04:49
## 8516  2022-11-28 15:04:45
## 8517  2022-11-28 15:04:44
## 8518  2022-11-28 15:04:43
## 8519  2022-11-28 15:04:41
## 8520  2022-11-28 15:04:38
## 8521  2022-11-28 15:04:32
## 8522  2022-11-28 15:04:32
## 8523  2022-11-28 15:04:28
## 8524  2022-11-28 15:04:27
## 8525  2022-11-28 15:04:27
## 8526  2022-11-28 15:04:15
## 8527  2022-11-28 15:04:13
## 8528  2022-11-28 15:04:12
## 8529  2022-11-28 15:04:05
## 8530  2022-11-28 15:04:04
## 8531  2022-11-28 15:04:03
## 8532  2022-11-28 15:04:03
## 8533  2022-11-28 15:04:01
## 8534  2022-11-28 15:03:57
## 8535  2022-11-28 15:03:55
## 8536  2022-11-28 15:03:49
## 8537  2022-11-28 15:03:47
## 8538  2022-11-28 15:03:38
## 8539  2022-11-28 15:03:35
## 8540  2022-11-28 15:03:26
## 8541  2022-11-28 15:03:23
## 8542  2022-11-28 15:03:21
## 8543  2022-11-28 15:03:20
## 8544  2022-11-28 15:03:16
## 8545  2022-11-28 15:03:16
## 8546  2022-11-28 15:03:16
## 8547  2022-11-28 15:03:14
## 8548  2022-11-28 15:03:14
## 8549  2022-11-28 15:03:14
## 8550  2022-11-28 15:03:08
## 8551  2022-11-28 15:03:04
## 8552  2022-11-28 15:03:03
## 8553  2022-11-28 15:03:02
## 8554  2022-11-28 15:03:01
## 8555  2022-11-28 15:03:00
## 8556  2022-11-28 15:02:41
## 8557  2022-11-28 15:02:41
## 8558  2022-11-28 15:02:38
## 8559  2022-11-28 15:02:34
## 8560  2022-11-28 15:02:30
## 8561  2022-11-28 15:02:28
## 8562  2022-11-28 15:02:23
## 8563  2022-11-28 15:02:22
## 8564  2022-11-28 15:02:22
## 8565  2022-11-28 15:02:11
## 8566  2022-11-28 15:02:02
## 8567  2022-11-28 15:02:00
## 8568  2022-11-28 15:01:57
## 8569  2022-11-28 15:01:43
## 8570  2022-11-28 15:01:38
## 8571  2022-11-28 15:01:33
## 8572  2022-11-28 15:01:29
## 8573  2022-11-28 15:01:26
## 8574  2022-11-28 15:01:26
## 8575  2022-11-28 15:01:22
## 8576  2022-11-28 15:01:20
## 8577  2022-11-28 15:01:14
## 8578  2022-11-28 15:01:14
## 8579  2022-11-28 15:01:14
## 8580  2022-11-28 15:01:04
## 8581  2022-11-28 15:01:02
## 8582  2022-11-28 15:00:55
## 8583  2022-11-28 15:00:48
## 8584  2022-11-28 15:00:45
## 8585  2022-11-28 15:00:36
## 8586  2022-11-28 15:00:35
## 8587  2022-11-28 15:00:29
## 8588  2022-11-28 15:00:26
## 8589  2022-11-28 15:00:21
## 8590  2022-11-28 15:00:16
## 8591  2022-11-28 15:00:05
## 8592  2022-11-28 15:00:04
## 8593  2022-11-28 14:59:55
## 8594  2022-11-28 14:59:48
## 8595  2022-11-28 14:59:47
## 8596  2022-11-28 14:59:22
## 8597  2022-11-28 14:59:19
## 8598  2022-11-28 14:59:19
## 8599  2022-11-28 14:59:06
## 8600  2022-11-28 14:59:04
## 8601  2022-11-28 14:58:57
## 8602  2022-11-28 14:58:55
## 8603  2022-11-28 14:58:54
## 8604  2022-11-28 14:58:52
## 8605  2022-11-28 14:58:45
## 8606  2022-11-28 14:58:42
## 8607  2022-11-28 14:58:40
## 8608  2022-11-28 14:58:40
## 8609  2022-11-28 14:58:29
## 8610  2022-11-28 14:58:27
## 8611  2022-11-28 14:58:23
## 8612  2022-11-28 14:58:21
## 8613  2022-11-28 14:58:15
## 8614  2022-11-28 14:58:08
## 8615  2022-11-28 14:58:05
## 8616  2022-11-28 14:58:01
## 8617  2022-11-28 14:57:59
## 8618  2022-11-28 14:57:54
## 8619  2022-11-28 14:57:53
## 8620  2022-11-28 14:57:43
## 8621  2022-11-28 14:57:40
## 8622  2022-11-28 14:57:33
## 8623  2022-11-28 14:57:32
## 8624  2022-11-28 14:57:30
## 8625  2022-11-28 14:57:29
## 8626  2022-11-28 14:57:27
## 8627  2022-11-28 14:57:24
## 8628  2022-11-28 14:57:23
## 8629  2022-11-28 14:57:21
## 8630  2022-11-28 14:57:17
## 8631  2022-11-28 14:57:06
## 8632  2022-11-28 14:57:05
## 8633  2022-11-28 14:57:05
## 8634  2022-11-28 14:57:03
## 8635  2022-11-28 14:57:00
## 8636  2022-11-28 14:57:00
## 8637  2022-11-28 14:56:54
## 8638  2022-11-28 14:56:49
## 8639  2022-11-28 14:56:47
## 8640  2022-11-28 14:56:47
## 8641  2022-11-28 14:56:39
## 8642  2022-11-28 14:56:35
## 8643  2022-11-28 14:56:34
## 8644  2022-11-28 14:56:33
## 8645  2022-11-28 14:56:33
## 8646  2022-11-28 14:56:32
## 8647  2022-11-28 14:56:25
## 8648  2022-11-28 14:56:23
## 8649  2022-11-28 14:56:21
## 8650  2022-11-28 14:56:10
## 8651  2022-11-28 14:56:10
## 8652  2022-11-28 14:56:05
## 8653  2022-11-28 14:56:03
## 8654  2022-11-28 14:56:02
## 8655  2022-11-28 14:55:56
## 8656  2022-11-28 14:55:55
## 8657  2022-11-28 14:55:54
## 8658  2022-11-28 14:55:54
## 8659  2022-11-28 14:55:49
## 8660  2022-11-28 14:55:48
## 8661  2022-11-28 14:55:40
## 8662  2022-11-28 14:55:40
## 8663  2022-11-28 14:55:40
## 8664  2022-11-28 14:55:38
## 8665  2022-11-28 14:55:31
## 8666  2022-11-28 14:55:29
## 8667  2022-11-28 14:55:26
## 8668  2022-11-28 14:55:19
## 8669  2022-11-28 14:55:14
## 8670  2022-11-28 14:55:10
## 8671  2022-11-28 14:55:06
## 8672  2022-11-28 14:55:00
## 8673  2022-11-28 14:54:59
## 8674  2022-11-28 14:54:55
## 8675  2022-11-28 14:54:49
## 8676  2022-11-28 14:54:46
## 8677  2022-11-28 14:54:45
## 8678  2022-11-28 14:54:45
## 8679  2022-11-28 14:54:40
## 8680  2022-11-28 14:54:32
## 8681  2022-11-28 14:54:30
## 8682  2022-11-28 14:54:29
## 8683  2022-11-28 14:54:27
## 8684  2022-11-28 14:54:26
## 8685  2022-11-28 14:54:21
## 8686  2022-11-28 14:54:18
## 8687  2022-11-28 14:54:14
## 8688  2022-11-28 14:54:13
## 8689  2022-11-28 14:54:07
## 8690  2022-11-28 14:54:06
## 8691  2022-11-28 14:54:06
## 8692  2022-11-28 14:54:05
## 8693  2022-11-28 14:53:59
## 8694  2022-11-28 14:53:58
## 8695  2022-11-28 14:53:48
## 8696  2022-11-28 14:53:47
## 8697  2022-11-28 14:53:47
## 8698  2022-11-28 14:53:44
## 8699  2022-11-28 14:53:39
## 8700  2022-11-28 14:53:36
## 8701  2022-11-28 14:53:30
## 8702  2022-11-28 14:53:29
## 8703  2022-11-28 14:53:25
## 8704  2022-11-28 14:53:15
## 8705  2022-11-28 14:53:13
## 8706  2022-11-28 14:53:10
## 8707  2022-11-28 14:53:10
## 8708  2022-11-28 14:52:59
## 8709  2022-11-28 14:52:56
## 8710  2022-11-28 14:52:54
## 8711  2022-11-28 14:52:51
## 8712  2022-11-28 14:52:46
## 8713  2022-11-28 14:52:44
## 8714  2022-11-28 14:52:42
## 8715  2022-11-28 14:52:34
## 8716  2022-11-28 14:52:29
## 8717  2022-11-28 14:52:25
## 8718  2022-11-28 14:52:24
## 8719  2022-11-28 14:52:21
## 8720  2022-11-28 14:52:20
## 8721  2022-11-28 14:52:17
## 8722  2022-11-28 14:52:14
## 8723  2022-11-28 14:52:14
## 8724  2022-11-28 14:52:10
## 8725  2022-11-28 14:52:09
## 8726  2022-11-28 14:52:03
## 8727  2022-11-28 14:52:02
## 8728  2022-11-28 14:52:00
## 8729  2022-11-28 14:51:58
## 8730  2022-11-28 14:51:57
## 8731  2022-11-28 14:51:51
## 8732  2022-11-28 14:51:43
## 8733  2022-11-28 14:51:42
## 8734  2022-11-28 14:51:42
## 8735  2022-11-28 14:51:41
## 8736  2022-11-28 14:51:41
## 8737  2022-11-28 14:51:40
## 8738  2022-11-28 14:51:38
## 8739  2022-11-28 14:51:35
## 8740  2022-11-28 14:51:34
## 8741  2022-11-28 14:51:23
## 8742  2022-11-28 14:51:22
## 8743  2022-11-28 14:51:21
## 8744  2022-11-28 14:51:16
## 8745  2022-11-28 14:51:11
## 8746  2022-11-28 14:51:11
## 8747  2022-11-28 14:51:07
## 8748  2022-11-28 14:50:58
## 8749  2022-11-28 14:50:55
## 8750  2022-11-28 14:50:54
## 8751  2022-11-28 14:50:51
## 8752  2022-11-28 14:50:50
## 8753  2022-11-28 14:50:41
## 8754  2022-11-28 14:50:31
## 8755  2022-11-28 14:50:31
## 8756  2022-11-28 14:50:28
## 8757  2022-11-28 14:50:26
## 8758  2022-11-28 14:50:18
## 8759  2022-11-28 14:50:17
## 8760  2022-11-28 14:50:15
## 8761  2022-11-28 14:50:11
## 8762  2022-11-28 14:50:08
## 8763  2022-11-28 14:50:01
## 8764  2022-11-28 14:49:59
## 8765  2022-11-28 14:49:56
## 8766  2022-11-28 14:49:53
## 8767  2022-11-28 14:49:51
## 8768  2022-11-28 14:49:49
## 8769  2022-11-28 14:49:43
## 8770  2022-11-28 14:49:39
## 8771  2022-11-28 14:49:37
## 8772  2022-11-28 14:49:31
## 8773  2022-11-28 14:49:26
## 8774  2022-11-28 14:49:23
## 8775  2022-11-28 14:49:21
## 8776  2022-11-28 14:49:10
## 8777  2022-11-28 14:49:10
## 8778  2022-11-28 14:49:06
## 8779  2022-11-28 14:49:05
## 8780  2022-11-28 14:48:59
## 8781  2022-11-28 14:48:57
## 8782  2022-11-28 14:48:53
## 8783  2022-11-28 14:48:42
## 8784  2022-11-28 14:48:38
## 8785  2022-11-28 14:48:36
## 8786  2022-11-28 14:48:33
## 8787  2022-11-28 14:48:32
## 8788  2022-11-28 14:48:32
## 8789  2022-11-28 14:48:28
## 8790  2022-11-28 14:48:21
## 8791  2022-11-28 14:48:16
## 8792  2022-11-28 14:48:14
## 8793  2022-11-28 14:48:11
## 8794  2022-11-28 14:48:07
## 8795  2022-11-28 14:48:01
## 8796  2022-11-28 14:47:52
## 8797  2022-11-28 14:47:44
## 8798  2022-11-28 14:47:44
## 8799  2022-11-28 14:47:37
## 8800  2022-11-28 14:47:30
## 8801  2022-11-28 14:47:25
## 8802  2022-11-28 14:47:24
## 8803  2022-11-28 14:47:20
## 8804  2022-11-28 14:47:17
## 8805  2022-11-28 14:47:10
## 8806  2022-11-28 14:47:07
## 8807  2022-11-28 14:47:04
## 8808  2022-11-28 14:47:02
## 8809  2022-11-28 14:46:55
## 8810  2022-11-28 14:46:53
## 8811  2022-11-28 14:46:39
## 8812  2022-11-28 14:46:30
## 8813  2022-11-28 14:46:21
## 8814  2022-11-28 14:46:19
## 8815  2022-11-28 14:46:13
## 8816  2022-11-28 14:46:13
## 8817  2022-11-28 14:46:13
## 8818  2022-11-28 14:46:11
## 8819  2022-11-28 14:46:08
## 8820  2022-11-28 14:46:03
## 8821  2022-11-28 14:46:01
## 8822  2022-11-28 14:45:49
## 8823  2022-11-28 14:45:48
## 8824  2022-11-28 14:45:47
## 8825  2022-11-28 14:45:45
## 8826  2022-11-28 14:45:43
## 8827  2022-11-28 14:45:39
## 8828  2022-11-28 14:45:36
## 8829  2022-11-28 14:45:30
## 8830  2022-11-28 14:45:20
## 8831  2022-11-28 14:45:18
## 8832  2022-11-28 14:45:16
## 8833  2022-11-28 14:45:12
## 8834  2022-11-28 14:45:09
## 8835  2022-11-28 14:45:09
## 8836  2022-11-28 14:45:04
## 8837  2022-11-28 14:45:02
## 8838  2022-11-28 14:44:59
## 8839  2022-11-28 14:44:59
## 8840  2022-11-28 14:44:54
## 8841  2022-11-28 14:44:49
## 8842  2022-11-28 14:44:47
## 8843  2022-11-28 14:44:41
## 8844  2022-11-28 14:44:37
## 8845  2022-11-28 14:44:31
## 8846  2022-11-28 14:44:29
## 8847  2022-11-28 14:44:27
## 8848  2022-11-28 14:44:24
## 8849  2022-11-28 14:44:24
## 8850  2022-11-28 14:44:23
## 8851  2022-11-28 14:44:15
## 8852  2022-11-28 14:44:11
## 8853  2022-11-28 14:44:02
## 8854  2022-11-28 14:43:59
## 8855  2022-11-28 14:43:54
## 8856  2022-11-28 14:43:52
## 8857  2022-11-28 14:43:50
## 8858  2022-11-28 14:43:48
## 8859  2022-11-28 14:43:43
## 8860  2022-11-28 14:43:42
## 8861  2022-11-28 14:43:42
## 8862  2022-11-28 14:43:42
## 8863  2022-11-28 14:43:41
## 8864  2022-11-28 14:43:39
## 8865  2022-11-28 14:43:38
## 8866  2022-11-28 14:43:24
## 8867  2022-11-28 14:43:20
## 8868  2022-11-28 14:43:19
## 8869  2022-11-28 14:43:19
## 8870  2022-11-28 14:43:16
## 8871  2022-11-28 14:43:16
## 8872  2022-11-28 14:43:15
## 8873  2022-11-28 14:43:08
## 8874  2022-11-28 14:42:59
## 8875  2022-11-28 14:42:59
## 8876  2022-11-28 14:42:59
## 8877  2022-11-28 14:42:58
## 8878  2022-11-28 14:42:56
## 8879  2022-11-28 14:42:56
## 8880  2022-11-28 14:42:51
## 8881  2022-11-28 14:42:49
## 8882  2022-11-28 14:42:48
## 8883  2022-11-28 14:42:43
## 8884  2022-11-28 14:42:42
## 8885  2022-11-28 14:42:42
## 8886  2022-11-28 14:42:40
## 8887  2022-11-28 14:42:32
## 8888  2022-11-28 14:42:26
## 8889  2022-11-28 14:42:19
## 8890  2022-11-28 14:42:12
## 8891  2022-11-28 14:42:11
## 8892  2022-11-28 14:42:10
## 8893  2022-11-28 14:42:06
## 8894  2022-11-28 14:42:03
## 8895  2022-11-28 14:42:02
## 8896  2022-11-28 14:42:01
## 8897  2022-11-28 14:42:01
## 8898  2022-11-28 14:41:53
## 8899  2022-11-28 14:41:45
## 8900  2022-11-28 14:41:40
## 8901  2022-11-28 14:41:34
## 8902  2022-11-28 14:41:13
## 8903  2022-11-28 14:41:10
## 8904  2022-11-28 14:41:05
## 8905  2022-11-28 14:41:00
## 8906  2022-11-28 14:40:57
## 8907  2022-11-28 14:40:57
## 8908  2022-11-28 14:40:54
## 8909  2022-11-28 14:40:49
## 8910  2022-11-28 14:40:47
## 8911  2022-11-28 14:40:45
## 8912  2022-11-28 14:40:35
## 8913  2022-11-28 14:40:35
## 8914  2022-11-28 14:40:34
## 8915  2022-11-28 14:40:26
## 8916  2022-11-28 14:40:21
## 8917  2022-11-28 14:40:12
## 8918  2022-11-28 14:40:11
## 8919  2022-11-28 14:40:10
## 8920  2022-11-28 14:39:57
## 8921  2022-11-28 14:39:52
## 8922  2022-11-28 14:39:29
## 8923  2022-11-28 14:39:27
## 8924  2022-11-28 14:39:23
## 8925  2022-11-28 14:39:22
## 8926  2022-11-28 14:39:19
## 8927  2022-11-28 14:39:17
## 8928  2022-11-28 14:39:12
## 8929  2022-11-28 14:39:08
## 8930  2022-11-28 14:39:03
## 8931  2022-11-28 14:39:03
## 8932  2022-11-28 14:38:50
## 8933  2022-11-28 14:38:48
## 8934  2022-11-28 14:38:40
## 8935  2022-11-28 14:38:20
## 8936  2022-11-28 14:38:17
## 8937  2022-11-28 14:38:12
## 8938  2022-11-28 14:37:56
## 8939  2022-11-28 14:37:46
## 8940  2022-11-28 14:37:46
## 8941  2022-11-28 14:37:37
## 8942  2022-11-28 14:37:33
## 8943  2022-11-28 14:37:33
## 8944  2022-11-28 14:37:33
## 8945  2022-11-28 14:37:31
## 8946  2022-11-28 14:37:25
## 8947  2022-11-28 14:37:25
## 8948  2022-11-28 14:37:24
## 8949  2022-11-28 14:37:15
## 8950  2022-11-28 14:37:10
## 8951  2022-11-28 14:37:09
## 8952  2022-11-28 14:37:08
## 8953  2022-11-28 14:37:06
## 8954  2022-11-28 14:37:06
## 8955  2022-11-28 14:37:01
## 8956  2022-11-28 14:37:01
## 8957  2022-11-28 14:36:55
## 8958  2022-11-28 14:36:53
## 8959  2022-11-28 14:36:53
## 8960  2022-11-28 14:36:53
## 8961  2022-11-28 14:36:52
## 8962  2022-11-28 14:36:51
## 8963  2022-11-28 14:36:44
## 8964  2022-11-28 14:36:39
## 8965  2022-11-28 14:36:38
## 8966  2022-11-28 14:36:33
## 8967  2022-11-28 14:36:32
## 8968  2022-11-28 14:36:24
## 8969  2022-11-28 14:36:22
## 8970  2022-11-28 14:36:21
## 8971  2022-11-28 14:36:20
## 8972  2022-11-28 14:36:18
## 8973  2022-11-28 14:36:17
## 8974  2022-11-28 14:36:13
## 8975  2022-11-28 14:36:13
## 8976  2022-11-28 14:36:10
## 8977  2022-11-28 14:36:09
## 8978  2022-11-28 14:35:59
## 8979  2022-11-28 14:35:55
## 8980  2022-11-28 14:35:50
## 8981  2022-11-28 14:35:39
## 8982  2022-11-28 14:35:37
## 8983  2022-11-28 14:35:29
## 8984  2022-11-28 14:35:28
## 8985  2022-11-28 14:35:22
## 8986  2022-11-28 14:35:22
## 8987  2022-11-28 14:35:19
## 8988  2022-11-28 14:35:19
## 8989  2022-11-28 14:35:15
## 8990  2022-11-28 14:35:12
## 8991  2022-11-28 14:35:11
## 8992  2022-11-28 14:35:00
## 8993  2022-11-28 14:35:00
## 8994  2022-11-28 14:34:59
## 8995  2022-11-28 14:34:58
## 8996  2022-11-28 14:34:58
## 8997  2022-11-28 14:34:56
## 8998  2022-11-28 14:34:53
## 8999  2022-11-28 14:34:39
## 9000  2022-11-28 14:34:35
## 9001  2022-11-28 14:34:30
## 9002  2022-11-28 14:34:27
## 9003  2022-11-28 14:34:26
## 9004  2022-11-28 14:34:22
## 9005  2022-11-28 14:34:19
## 9006  2022-11-28 14:34:14
## 9007  2022-11-28 14:34:13
## 9008  2022-11-28 14:34:09
## 9009  2022-11-28 14:34:08
## 9010  2022-11-28 14:34:05
## 9011  2022-11-28 14:34:04
## 9012  2022-11-28 14:34:00
## 9013  2022-11-28 14:33:49
## 9014  2022-11-28 14:33:48
## 9015  2022-11-28 14:33:47
## 9016  2022-11-28 14:33:46
## 9017  2022-11-28 14:33:42
## 9018  2022-11-28 14:33:40
## 9019  2022-11-28 14:33:38
## 9020  2022-11-28 14:33:37
## 9021  2022-11-28 14:33:33
## 9022  2022-11-28 14:33:28
## 9023  2022-11-28 14:33:26
## 9024  2022-11-28 14:33:24
## 9025  2022-11-28 14:33:22
## 9026  2022-11-28 14:33:17
## 9027  2022-11-28 14:33:16
## 9028  2022-11-28 14:33:15
## 9029  2022-11-28 14:33:14
## 9030  2022-11-28 14:33:13
## 9031  2022-11-28 14:33:04
## 9032  2022-11-28 14:33:02
## 9033  2022-11-28 14:32:57
## 9034  2022-11-28 14:32:56
## 9035  2022-11-28 14:32:55
## 9036  2022-11-28 14:32:53
## 9037  2022-11-28 14:32:49
## 9038  2022-11-28 14:32:48
## 9039  2022-11-28 14:32:47
## 9040  2022-11-28 14:32:46
## 9041  2022-11-28 14:32:45
## 9042  2022-11-28 14:32:44
## 9043  2022-11-28 14:32:35
## 9044  2022-11-28 14:32:34
## 9045  2022-11-28 14:32:32
## 9046  2022-11-28 14:32:31
## 9047  2022-11-28 14:32:30
## 9048  2022-11-28 14:32:24
## 9049  2022-11-28 14:32:18
## 9050  2022-11-28 14:32:15
## 9051  2022-11-28 14:32:15
## 9052  2022-11-28 14:32:12
## 9053  2022-11-28 14:32:09
## 9054  2022-11-28 14:32:08
## 9055  2022-11-28 14:32:07
## 9056  2022-11-28 14:32:01
## 9057  2022-11-28 14:32:01
## 9058  2022-11-28 14:32:00
## 9059  2022-11-28 14:31:51
## 9060  2022-11-28 14:31:51
## 9061  2022-11-28 14:31:49
## 9062  2022-11-28 14:31:49
## 9063  2022-11-28 14:31:46
## 9064  2022-11-28 14:31:41
## 9065  2022-11-28 14:31:40
## 9066  2022-11-28 14:31:39
## 9067  2022-11-28 14:31:35
## 9068  2022-11-28 14:31:32
## 9069  2022-11-28 14:31:32
## 9070  2022-11-28 14:31:30
## 9071  2022-11-28 14:31:23
## 9072  2022-11-28 14:31:22
## 9073  2022-11-28 14:31:18
## 9074  2022-11-28 14:31:13
## 9075  2022-11-28 14:31:13
## 9076  2022-11-28 14:31:12
## 9077  2022-11-28 14:31:12
## 9078  2022-11-28 14:31:11
## 9079  2022-11-28 14:31:11
## 9080  2022-11-28 14:31:07
## 9081  2022-11-28 14:30:57
## 9082  2022-11-28 14:30:42
## 9083  2022-11-28 14:30:30
## 9084  2022-11-28 14:30:29
## 9085  2022-11-28 14:30:25
## 9086  2022-11-28 14:30:22
## 9087  2022-11-28 14:30:20
## 9088  2022-11-28 14:30:19
## 9089  2022-11-28 14:30:13
## 9090  2022-11-28 14:30:11
## 9091  2022-11-28 14:30:10
## 9092  2022-11-28 14:30:10
## 9093  2022-11-28 14:30:08
## 9094  2022-11-28 14:30:01
## 9095  2022-11-28 14:29:59
## 9096  2022-11-28 14:29:59
## 9097  2022-11-28 14:29:55
## 9098  2022-11-28 14:29:51
## 9099  2022-11-28 14:29:51
## 9100  2022-11-28 14:29:40
## 9101  2022-11-28 14:29:39
## 9102  2022-11-28 14:29:35
## 9103  2022-11-28 14:29:34
## 9104  2022-11-28 14:29:21
## 9105  2022-11-28 14:29:17
## 9106  2022-11-28 14:29:14
## 9107  2022-11-28 14:29:11
## 9108  2022-11-28 14:29:10
## 9109  2022-11-28 14:29:10
## 9110  2022-11-28 14:29:09
## 9111  2022-11-28 14:29:07
## 9112  2022-11-28 14:29:03
## 9113  2022-11-28 14:29:00
## 9114  2022-11-28 14:28:59
## 9115  2022-11-28 14:28:58
## 9116  2022-11-28 14:28:54
## 9117  2022-11-28 14:28:53
## 9118  2022-11-28 14:28:51
## 9119  2022-11-28 14:28:50
## 9120  2022-11-28 14:28:49
## 9121  2022-11-28 14:28:49
## 9122  2022-11-28 14:28:48
## 9123  2022-11-28 14:28:36
## 9124  2022-11-28 14:28:33
## 9125  2022-11-28 14:28:32
## 9126  2022-11-28 14:28:22
## 9127  2022-11-28 14:28:22
## 9128  2022-11-28 14:28:21
## 9129  2022-11-28 14:28:16
## 9130  2022-11-28 14:28:12
## 9131  2022-11-28 14:28:11
## 9132  2022-11-28 14:28:07
## 9133  2022-11-28 14:28:04
## 9134  2022-11-28 14:28:00
## 9135  2022-11-28 14:27:57
## 9136  2022-11-28 14:27:48
## 9137  2022-11-28 14:27:44
## 9138  2022-11-28 14:27:41
## 9139  2022-11-28 14:27:37
## 9140  2022-11-28 14:27:32
## 9141  2022-11-28 14:27:29
## 9142  2022-11-28 14:27:25
## 9143  2022-11-28 14:27:07
## 9144  2022-11-28 14:27:07
## 9145  2022-11-28 14:27:01
## 9146  2022-11-28 14:26:57
## 9147  2022-11-28 14:26:55
## 9148  2022-11-28 14:26:51
## 9149  2022-11-28 14:26:45
## 9150  2022-11-28 14:26:45
## 9151  2022-11-28 14:26:44
## 9152  2022-11-28 14:26:39
## 9153  2022-11-28 14:26:25
## 9154  2022-11-28 14:26:25
## 9155  2022-11-28 14:26:24
## 9156  2022-11-28 14:26:05
## 9157  2022-11-28 14:25:56
## 9158  2022-11-28 14:25:50
## 9159  2022-11-28 14:25:48
## 9160  2022-11-28 14:25:36
## 9161  2022-11-28 14:25:36
## 9162  2022-11-28 14:25:35
## 9163  2022-11-28 14:25:34
## 9164  2022-11-28 14:25:34
## 9165  2022-11-28 14:25:33
## 9166  2022-11-28 14:25:28
## 9167  2022-11-28 14:25:24
## 9168  2022-11-28 14:25:16
## 9169  2022-11-28 14:25:06
## 9170  2022-11-28 14:25:05
## 9171  2022-11-28 14:25:00
## 9172  2022-11-28 14:24:59
## 9173  2022-11-28 14:24:38
## 9174  2022-11-28 14:24:35
## 9175  2022-11-28 14:24:34
## 9176  2022-11-28 14:24:30
## 9177  2022-11-28 14:24:26
## 9178  2022-11-28 14:24:22
## 9179  2022-11-28 14:24:19
## 9180  2022-11-28 14:24:16
## 9181  2022-11-28 14:24:14
## 9182  2022-11-28 14:24:08
## 9183  2022-11-28 14:24:08
## 9184  2022-11-28 14:24:01
## 9185  2022-11-28 14:24:00
## 9186  2022-11-28 14:24:00
## 9187  2022-11-28 14:23:57
## 9188  2022-11-28 14:23:52
## 9189  2022-11-28 14:23:46
## 9190  2022-11-28 14:23:45
## 9191  2022-11-28 14:23:43
## 9192  2022-11-28 14:23:38
## 9193  2022-11-28 14:23:33
## 9194  2022-11-28 14:23:31
## 9195  2022-11-28 14:23:22
## 9196  2022-11-28 14:23:21
## 9197  2022-11-28 14:23:18
## 9198  2022-11-28 14:23:18
## 9199  2022-11-28 14:23:17
## 9200  2022-11-28 14:23:09
## 9201  2022-11-28 14:23:05
## 9202  2022-11-28 14:22:59
## 9203  2022-11-28 14:22:58
## 9204  2022-11-28 14:22:57
## 9205  2022-11-28 14:22:55
## 9206  2022-11-28 14:22:55
## 9207  2022-11-28 14:22:51
## 9208  2022-11-28 14:22:51
## 9209  2022-11-28 14:22:51
## 9210  2022-11-28 14:22:36
## 9211  2022-11-28 14:22:22
## 9212  2022-11-28 14:22:19
## 9213  2022-11-28 14:22:17
## 9214  2022-11-28 14:22:13
## 9215  2022-11-28 14:22:00
## 9216  2022-11-28 14:21:51
## 9217  2022-11-28 14:21:50
## 9218  2022-11-28 14:21:48
## 9219  2022-11-28 14:21:48
## 9220  2022-11-28 14:21:41
## 9221  2022-11-28 14:21:41
## 9222  2022-11-28 14:21:40
## 9223  2022-11-28 14:21:39
## 9224  2022-11-28 14:21:31
## 9225  2022-11-28 14:21:31
## 9226  2022-11-28 14:21:25
## 9227  2022-11-28 14:21:23
## 9228  2022-11-28 14:21:21
## 9229  2022-11-28 14:21:21
## 9230  2022-11-28 14:21:21
## 9231  2022-11-28 14:21:19
## 9232  2022-11-28 14:21:15
## 9233  2022-11-28 14:21:13
## 9234  2022-11-28 14:21:10
## 9235  2022-11-28 14:21:07
## 9236  2022-11-28 14:21:06
## 9237  2022-11-28 14:21:05
## 9238  2022-11-28 14:21:04
## 9239  2022-11-28 14:21:03
## 9240  2022-11-28 14:21:02
## 9241  2022-11-28 14:21:01
## 9242  2022-11-28 14:20:47
## 9243  2022-11-28 14:20:41
## 9244  2022-11-28 14:20:40
## 9245  2022-11-28 14:20:38
## 9246  2022-11-28 14:20:33
## 9247  2022-11-28 14:20:31
## 9248  2022-11-28 14:20:30
## 9249  2022-11-28 14:20:28
## 9250  2022-11-28 14:20:23
## 9251  2022-11-28 14:20:22
## 9252  2022-11-28 14:20:21
## 9253  2022-11-28 14:20:20
## 9254  2022-11-28 14:20:19
## 9255  2022-11-28 14:20:15
## 9256  2022-11-28 14:20:11
## 9257  2022-11-28 14:20:11
## 9258  2022-11-28 14:20:09
## 9259  2022-11-28 14:20:09
## 9260  2022-11-28 14:20:08
## 9261  2022-11-28 14:20:04
## 9262  2022-11-28 14:20:02
## 9263  2022-11-28 14:19:58
## 9264  2022-11-28 14:19:58
## 9265  2022-11-28 14:19:56
## 9266  2022-11-28 14:19:55
## 9267  2022-11-28 14:19:55
## 9268  2022-11-28 14:19:55
## 9269  2022-11-28 14:19:53
## 9270  2022-11-28 14:19:48
## 9271  2022-11-28 14:19:44
## 9272  2022-11-28 14:19:42
## 9273  2022-11-28 14:19:42
## 9274  2022-11-28 14:19:33
## 9275  2022-11-28 14:19:28
## 9276  2022-11-28 14:19:27
## 9277  2022-11-28 14:19:25
## 9278  2022-11-28 14:19:23
## 9279  2022-11-28 14:19:23
## 9280  2022-11-28 14:19:22
## 9281  2022-11-28 14:19:19
## 9282  2022-11-28 14:19:17
## 9283  2022-11-28 14:19:15
## 9284  2022-11-28 14:19:15
## 9285  2022-11-28 14:19:15
## 9286  2022-11-28 14:19:14
## 9287  2022-11-28 14:19:14
## 9288  2022-11-28 14:19:09
## 9289  2022-11-28 14:19:04
## 9290  2022-11-28 14:18:59
## 9291  2022-11-28 14:18:59
## 9292  2022-11-28 14:18:56
## 9293  2022-11-28 14:18:54
## 9294  2022-11-28 14:18:48
## 9295  2022-11-28 14:18:48
## 9296  2022-11-28 14:18:38
## 9297  2022-11-28 14:18:35
## 9298  2022-11-28 14:18:26
## 9299  2022-11-28 14:18:26
## 9300  2022-11-28 14:18:03
## 9301  2022-11-28 14:17:53
## 9302  2022-11-28 14:17:51
## 9303  2022-11-28 14:17:48
## 9304  2022-11-28 14:17:38
## 9305  2022-11-28 14:17:37
## 9306  2022-11-28 14:17:31
## 9307  2022-11-28 14:17:29
## 9308  2022-11-28 14:17:22
## 9309  2022-11-28 14:17:11
## 9310  2022-11-28 14:17:03
## 9311  2022-11-28 14:16:58
## 9312  2022-11-28 14:16:57
## 9313  2022-11-28 14:16:53
## 9314  2022-11-28 14:16:51
## 9315  2022-11-28 14:16:47
## 9316  2022-11-28 14:16:44
## 9317  2022-11-28 14:16:44
## 9318  2022-11-28 14:16:41
## 9319  2022-11-28 14:16:40
## 9320  2022-11-28 14:16:33
## 9321  2022-11-28 14:16:28
## 9322  2022-11-28 14:16:24
## 9323  2022-11-28 14:16:16
## 9324  2022-11-28 14:16:15
## 9325  2022-11-28 14:16:01
## 9326  2022-11-28 14:15:59
## 9327  2022-11-28 14:15:57
## 9328  2022-11-28 14:15:55
## 9329  2022-11-28 14:15:54
## 9330  2022-11-28 14:15:54
## 9331  2022-11-28 14:15:49
## 9332  2022-11-28 14:15:45
## 9333  2022-11-28 14:15:39
## 9334  2022-11-28 14:15:39
## 9335  2022-11-28 14:15:38
## 9336  2022-11-28 14:15:38
## 9337  2022-11-28 14:15:36
## 9338  2022-11-28 14:15:34
## 9339  2022-11-28 14:15:34
## 9340  2022-11-28 14:15:31
## 9341  2022-11-28 14:15:29
## 9342  2022-11-28 14:15:27
## 9343  2022-11-28 14:15:27
## 9344  2022-11-28 14:15:21
## 9345  2022-11-28 14:15:21
## 9346  2022-11-28 14:15:06
## 9347  2022-11-28 14:15:05
## 9348  2022-11-28 14:15:05
## 9349  2022-11-28 14:15:04
## 9350  2022-11-28 14:15:03
## 9351  2022-11-28 14:15:02
## 9352  2022-11-28 14:14:57
## 9353  2022-11-28 14:14:53
## 9354  2022-11-28 14:14:52
## 9355  2022-11-28 14:14:51
## 9356  2022-11-28 14:14:50
## 9357  2022-11-28 14:14:47
## 9358  2022-11-28 14:14:45
## 9359  2022-11-28 14:14:37
## 9360  2022-11-28 14:14:29
## 9361  2022-11-28 14:14:27
## 9362  2022-11-28 14:14:15
## 9363  2022-11-28 14:14:14
## 9364  2022-11-28 14:14:12
## 9365  2022-11-28 14:14:12
## 9366  2022-11-28 14:14:08
## 9367  2022-11-28 14:14:04
## 9368  2022-11-28 14:14:04
## 9369  2022-11-28 14:13:57
## 9370  2022-11-28 14:13:57
## 9371  2022-11-28 14:13:50
## 9372  2022-11-28 14:13:46
## 9373  2022-11-28 14:13:42
## 9374  2022-11-28 14:13:38
## 9375  2022-11-28 14:13:32
## 9376  2022-11-28 14:13:28
## 9377  2022-11-28 14:13:24
## 9378  2022-11-28 14:13:21
## 9379  2022-11-28 14:13:05
## 9380  2022-11-28 14:13:02
## 9381  2022-11-28 14:13:01
## 9382  2022-11-28 14:12:56
## 9383  2022-11-28 14:12:49
## 9384  2022-11-28 14:12:46
## 9385  2022-11-28 14:12:46
## 9386  2022-11-28 14:12:42
## 9387  2022-11-28 14:12:42
## 9388  2022-11-28 14:12:39
## 9389  2022-11-28 14:12:37
## 9390  2022-11-28 14:12:33
## 9391  2022-11-28 14:12:30
## 9392  2022-11-28 14:12:30
## 9393  2022-11-28 14:12:27
## 9394  2022-11-28 14:12:22
## 9395  2022-11-28 14:12:22
## 9396  2022-11-28 14:12:14
## 9397  2022-11-28 14:12:14
## 9398  2022-11-28 14:12:13
## 9399  2022-11-28 14:12:12
## 9400  2022-11-28 14:11:52
## 9401  2022-11-28 14:11:48
## 9402  2022-11-28 14:11:43
## 9403  2022-11-28 14:11:41
## 9404  2022-11-28 14:11:41
## 9405  2022-11-28 14:11:40
## 9406  2022-11-28 14:11:39
## 9407  2022-11-28 14:11:38
## 9408  2022-11-28 14:11:38
## 9409  2022-11-28 14:11:37
## 9410  2022-11-28 14:11:34
## 9411  2022-11-28 14:11:30
## 9412  2022-11-28 14:11:29
## 9413  2022-11-28 14:11:24
## 9414  2022-11-28 14:11:22
## 9415  2022-11-28 14:11:12
## 9416  2022-11-28 14:11:12
## 9417  2022-11-28 14:11:11
## 9418  2022-11-28 14:11:11
## 9419  2022-11-28 14:11:03
## 9420  2022-11-28 14:11:02
## 9421  2022-11-28 14:11:01
## 9422  2022-11-28 14:10:58
## 9423  2022-11-28 14:10:58
## 9424  2022-11-28 14:10:52
## 9425  2022-11-28 14:10:44
## 9426  2022-11-28 14:10:38
## 9427  2022-11-28 14:10:28
## 9428  2022-11-28 14:10:12
## 9429  2022-11-28 14:10:07
## 9430  2022-11-28 14:10:03
## 9431  2022-11-28 14:10:02
## 9432  2022-11-28 14:09:52
## 9433  2022-11-28 14:09:52
## 9434  2022-11-28 14:09:52
## 9435  2022-11-28 14:09:42
## 9436  2022-11-28 14:09:42
## 9437  2022-11-28 14:09:27
## 9438  2022-11-28 14:09:17
## 9439  2022-11-28 14:09:04
## 9440  2022-11-28 14:09:00
## 9441  2022-11-28 14:08:57
## 9442  2022-11-28 14:08:41
## 9443  2022-11-28 14:08:41
## 9444  2022-11-28 14:08:40
## 9445  2022-11-28 14:08:39
## 9446  2022-11-28 14:08:23
## 9447  2022-11-28 14:08:21
## 9448  2022-11-28 14:08:19
## 9449  2022-11-28 14:08:18
## 9450  2022-11-28 14:08:14
## 9451  2022-11-28 14:08:12
## 9452  2022-11-28 14:08:03
## 9453  2022-11-28 14:07:59
## 9454  2022-11-28 14:07:58
## 9455  2022-11-28 14:07:49
## 9456  2022-11-28 14:07:45
## 9457  2022-11-28 14:07:39
## 9458  2022-11-28 14:07:39
## 9459  2022-11-28 14:07:37
## 9460  2022-11-28 14:07:37
## 9461  2022-11-28 14:07:27
## 9462  2022-11-28 14:07:25
## 9463  2022-11-28 14:07:24
## 9464  2022-11-28 14:07:19
## 9465  2022-11-28 14:07:12
## 9466  2022-11-28 14:07:06
## 9467  2022-11-28 14:07:00
## 9468  2022-11-28 14:06:59
## 9469  2022-11-28 14:06:59
## 9470  2022-11-28 14:06:58
## 9471  2022-11-28 14:06:50
## 9472  2022-11-28 14:06:40
## 9473  2022-11-28 14:06:32
## 9474  2022-11-28 14:06:31
## 9475  2022-11-28 14:06:27
## 9476  2022-11-28 14:06:25
## 9477  2022-11-28 14:06:20
## 9478  2022-11-28 14:06:18
## 9479  2022-11-28 14:06:16
## 9480  2022-11-28 14:06:13
## 9481  2022-11-28 14:06:12
## 9482  2022-11-28 14:06:09
## 9483  2022-11-28 14:06:05
## 9484  2022-11-28 14:06:00
## 9485  2022-11-28 14:06:00
## 9486  2022-11-28 14:05:57
## 9487  2022-11-28 14:05:52
## 9488  2022-11-28 14:05:52
## 9489  2022-11-28 14:05:47
## 9490  2022-11-28 14:05:46
## 9491  2022-11-28 14:05:43
## 9492  2022-11-28 14:05:37
## 9493  2022-11-28 14:05:35
## 9494  2022-11-28 14:05:33
## 9495  2022-11-28 14:05:32
## 9496  2022-11-28 14:05:32
## 9497  2022-11-28 14:05:28
## 9498  2022-11-28 14:05:25
## 9499  2022-11-28 14:05:23
## 9500  2022-11-28 14:05:22
## 9501  2022-11-28 14:05:21
## 9502  2022-11-28 14:05:16
## 9503  2022-11-28 14:05:16
## 9504  2022-11-28 14:05:15
## 9505  2022-11-28 14:05:14
## 9506  2022-11-28 14:05:12
## 9507  2022-11-28 14:05:10
## 9508  2022-11-28 14:04:59
## 9509  2022-11-28 14:04:58
## 9510  2022-11-28 14:04:57
## 9511  2022-11-28 14:04:50
## 9512  2022-11-28 14:04:50
## 9513  2022-11-28 14:04:49
## 9514  2022-11-28 14:04:48
## 9515  2022-11-28 14:04:47
## 9516  2022-11-28 14:04:40
## 9517  2022-11-28 14:04:31
## 9518  2022-11-28 14:04:30
## 9519  2022-11-28 14:04:25
## 9520  2022-11-28 14:04:18
## 9521  2022-11-28 14:04:17
## 9522  2022-11-28 14:04:17
## 9523  2022-11-28 14:04:15
## 9524  2022-11-28 14:04:06
## 9525  2022-11-28 14:04:05
## 9526  2022-11-28 14:04:03
## 9527  2022-11-28 14:03:55
## 9528  2022-11-28 14:03:55
## 9529  2022-11-28 14:03:53
## 9530  2022-11-28 14:03:52
## 9531  2022-11-28 14:03:45
## 9532  2022-11-28 14:03:40
## 9533  2022-11-28 14:03:40
## 9534  2022-11-28 14:03:39
## 9535  2022-11-28 14:03:38
## 9536  2022-11-28 14:03:34
## 9537  2022-11-28 14:03:26
## 9538  2022-11-28 14:03:26
## 9539  2022-11-28 14:03:24
## 9540  2022-11-28 14:03:19
## 9541  2022-11-28 14:03:18
## 9542  2022-11-28 14:03:14
## 9543  2022-11-28 14:03:13
## 9544  2022-11-28 14:03:13
## 9545  2022-11-28 14:03:11
## 9546  2022-11-28 14:03:10
## 9547  2022-11-28 14:03:06
## 9548  2022-11-28 14:02:57
## 9549  2022-11-28 14:02:56
## 9550  2022-11-28 14:02:53
## 9551  2022-11-28 14:02:52
## 9552  2022-11-28 14:02:51
## 9553  2022-11-28 14:02:46
## 9554  2022-11-28 14:02:45
## 9555  2022-11-28 14:02:38
## 9556  2022-11-28 14:02:34
## 9557  2022-11-28 14:02:31
## 9558  2022-11-28 14:02:28
## 9559  2022-11-28 14:02:17
## 9560  2022-11-28 14:02:01
## 9561  2022-11-28 14:01:59
## 9562  2022-11-28 14:01:55
## 9563  2022-11-28 14:01:49
## 9564  2022-11-28 14:01:38
## 9565  2022-11-28 14:01:38
## 9566  2022-11-28 14:01:38
## 9567  2022-11-28 14:01:36
## 9568  2022-11-28 14:01:35
## 9569  2022-11-28 14:01:34
## 9570  2022-11-28 14:01:33
## 9571  2022-11-28 14:01:28
## 9572  2022-11-28 14:01:27
## 9573  2022-11-28 14:01:22
## 9574  2022-11-28 14:01:20
## 9575  2022-11-28 14:01:20
## 9576  2022-11-28 14:01:20
## 9577  2022-11-28 14:01:19
## 9578  2022-11-28 14:01:18
## 9579  2022-11-28 14:01:15
## 9580  2022-11-28 14:01:15
## 9581  2022-11-28 14:01:13
## 9582  2022-11-28 14:01:11
## 9583  2022-11-28 14:01:10
## 9584  2022-11-28 14:01:04
## 9585  2022-11-28 14:01:04
## 9586  2022-11-28 14:01:02
## 9587  2022-11-28 14:01:02
## 9588  2022-11-28 14:00:53
## 9589  2022-11-28 14:00:50
## 9590  2022-11-28 14:00:49
## 9591  2022-11-28 14:00:46
## 9592  2022-11-28 14:00:42
## 9593  2022-11-28 14:00:41
## 9594  2022-11-28 14:00:39
## 9595  2022-11-28 14:00:38
## 9596  2022-11-28 14:00:37
## 9597  2022-11-28 14:00:34
## 9598  2022-11-28 14:00:27
## 9599  2022-11-28 14:00:25
## 9600  2022-11-28 14:00:24
## 9601  2022-11-28 14:00:23
## 9602  2022-11-28 14:00:22
## 9603  2022-11-28 14:00:20
## 9604  2022-11-28 14:00:15
## 9605  2022-11-28 14:00:08
## 9606  2022-11-28 14:00:06
## 9607  2022-11-28 14:00:06
## 9608  2022-11-28 14:00:06
## 9609  2022-11-28 14:00:04
## 9610  2022-11-28 14:00:03
## 9611  2022-11-28 13:59:59
## 9612  2022-11-28 13:59:56
## 9613  2022-11-28 13:59:53
## 9614  2022-11-28 13:59:51
## 9615  2022-11-28 13:59:41
## 9616  2022-11-28 13:59:31
## 9617  2022-11-28 13:59:27
## 9618  2022-11-28 13:59:27
## 9619  2022-11-28 13:59:18
## 9620  2022-11-28 13:59:17
## 9621  2022-11-28 13:59:15
## 9622  2022-11-28 13:59:15
## 9623  2022-11-28 13:59:14
## 9624  2022-11-28 13:59:12
## 9625  2022-11-28 13:59:11
## 9626  2022-11-28 13:59:07
## 9627  2022-11-28 13:59:01
## 9628  2022-11-28 13:58:57
## 9629  2022-11-28 13:58:41
## 9630  2022-11-28 13:58:39
## 9631  2022-11-28 13:58:36
## 9632  2022-11-28 13:58:33
## 9633  2022-11-28 13:58:31
## 9634  2022-11-28 13:58:27
## 9635  2022-11-28 13:58:19
## 9636  2022-11-28 13:58:16
## 9637  2022-11-28 13:58:12
## 9638  2022-11-28 13:58:11
## 9639  2022-11-28 13:58:09
## 9640  2022-11-28 13:58:07
## 9641  2022-11-28 13:58:06
## 9642  2022-11-28 13:58:04
## 9643  2022-11-28 13:58:02
## 9644  2022-11-28 13:57:58
## 9645  2022-11-28 13:57:56
## 9646  2022-11-28 13:57:55
## 9647  2022-11-28 13:57:53
## 9648  2022-11-28 13:57:43
## 9649  2022-11-28 13:57:43
## 9650  2022-11-28 13:57:42
## 9651  2022-11-28 13:57:41
## 9652  2022-11-28 13:57:39
## 9653  2022-11-28 13:57:37
## 9654  2022-11-28 13:57:31
## 9655  2022-11-28 13:57:28
## 9656  2022-11-28 13:57:26
## 9657  2022-11-28 13:57:22
## 9658  2022-11-28 13:57:16
## 9659  2022-11-28 13:57:14
## 9660  2022-11-28 13:57:07
## 9661  2022-11-28 13:57:03
## 9662  2022-11-28 13:57:01
## 9663  2022-11-28 13:56:59
## 9664  2022-11-28 13:56:52
## 9665  2022-11-28 13:56:46
## 9666  2022-11-28 13:56:41
## 9667  2022-11-28 13:56:36
## 9668  2022-11-28 13:56:35
## 9669  2022-11-28 13:56:33
## 9670  2022-11-28 13:56:33
## 9671  2022-11-28 13:56:31
## 9672  2022-11-28 13:56:30
## 9673  2022-11-28 13:56:21
## 9674  2022-11-28 13:56:18
## 9675  2022-11-28 13:56:14
## 9676  2022-11-28 13:56:09
## 9677  2022-11-28 13:56:00
## 9678  2022-11-28 13:55:59
## 9679  2022-11-28 13:55:58
## 9680  2022-11-28 13:55:55
## 9681  2022-11-28 13:55:54
## 9682  2022-11-28 13:55:53
## 9683  2022-11-28 13:55:47
## 9684  2022-11-28 13:55:40
## 9685  2022-11-28 13:55:38
## 9686  2022-11-28 13:55:35
## 9687  2022-11-28 13:55:32
## 9688  2022-11-28 13:55:30
## 9689  2022-11-28 13:55:29
## 9690  2022-11-28 13:55:28
## 9691  2022-11-28 13:55:26
## 9692  2022-11-28 13:55:25
## 9693  2022-11-28 13:55:22
## 9694  2022-11-28 13:55:17
## 9695  2022-11-28 13:55:15
## 9696  2022-11-28 13:55:04
## 9697  2022-11-28 13:55:00
## 9698  2022-11-28 13:55:00
## 9699  2022-11-28 13:55:00
## 9700  2022-11-28 13:54:58
## 9701  2022-11-28 13:54:56
## 9702  2022-11-28 13:54:55
## 9703  2022-11-28 13:54:55
## 9704  2022-11-28 13:54:47
## 9705  2022-11-28 13:54:46
## 9706  2022-11-28 13:54:42
## 9707  2022-11-28 13:54:40
## 9708  2022-11-28 13:54:34
## 9709  2022-11-28 13:54:33
## 9710  2022-11-28 13:54:30
## 9711  2022-11-28 13:54:28
## 9712  2022-11-28 13:54:24
## 9713  2022-11-28 13:54:23
## 9714  2022-11-28 13:54:19
## 9715  2022-11-28 13:54:19
## 9716  2022-11-28 13:54:18
## 9717  2022-11-28 13:54:16
## 9718  2022-11-28 13:54:13
## 9719  2022-11-28 13:54:12
## 9720  2022-11-28 13:54:04
## 9721  2022-11-28 13:54:01
## 9722  2022-11-28 13:53:58
## 9723  2022-11-28 13:53:54
## 9724  2022-11-28 13:53:49
## 9725  2022-11-28 13:53:47
## 9726  2022-11-28 13:53:33
## 9727  2022-11-28 13:53:27
## 9728  2022-11-28 13:53:22
## 9729  2022-11-28 13:53:18
## 9730  2022-11-28 13:53:12
## 9731  2022-11-28 13:53:10
## 9732  2022-11-28 13:53:09
## 9733  2022-11-28 13:53:07
## 9734  2022-11-28 13:53:00
## 9735  2022-11-28 13:52:56
## 9736  2022-11-28 13:52:54
## 9737  2022-11-28 13:52:48
## 9738  2022-11-28 13:52:41
## 9739  2022-11-28 13:52:39
## 9740  2022-11-28 13:52:37
## 9741  2022-11-28 13:52:37
## 9742  2022-11-28 13:52:34
## 9743  2022-11-28 13:52:29
## 9744  2022-11-28 13:52:27
## 9745  2022-11-28 13:52:22
## 9746  2022-11-28 13:52:13
## 9747  2022-11-28 13:52:10
## 9748  2022-11-28 13:52:08
## 9749  2022-11-28 13:52:07
## 9750  2022-11-28 13:52:04
## 9751  2022-11-28 13:52:04
## 9752  2022-11-28 13:52:02
## 9753  2022-11-28 13:52:01
## 9754  2022-11-28 13:52:00
## 9755  2022-11-28 13:51:58
## 9756  2022-11-28 13:51:51
## 9757  2022-11-28 13:51:50
## 9758  2022-11-28 13:51:48
## 9759  2022-11-28 13:51:47
## 9760  2022-11-28 13:51:45
## 9761  2022-11-28 13:51:41
## 9762  2022-11-28 13:51:40
## 9763  2022-11-28 13:51:38
## 9764  2022-11-28 13:51:38
## 9765  2022-11-28 13:51:34
## 9766  2022-11-28 13:51:32
## 9767  2022-11-28 13:51:32
## 9768  2022-11-28 13:51:30
## 9769  2022-11-28 13:51:25
## 9770  2022-11-28 13:51:23
## 9771  2022-11-28 13:51:19
## 9772  2022-11-28 13:51:19
## 9773  2022-11-28 13:51:05
## 9774  2022-11-28 13:51:03
## 9775  2022-11-28 13:51:02
## 9776  2022-11-28 13:50:57
## 9777  2022-11-28 13:50:53
## 9778  2022-11-28 13:50:46
## 9779  2022-11-28 13:50:44
## 9780  2022-11-28 13:50:44
## 9781  2022-11-28 13:50:37
## 9782  2022-11-28 13:50:34
## 9783  2022-11-28 13:50:28
## 9784  2022-11-28 13:50:27
## 9785  2022-11-28 13:50:25
## 9786  2022-11-28 13:50:24
## 9787  2022-11-28 13:50:21
## 9788  2022-11-28 13:50:20
## 9789  2022-11-28 13:50:14
## 9790  2022-11-28 13:50:12
## 9791  2022-11-28 13:50:11
## 9792  2022-11-28 13:50:03
## 9793  2022-11-28 13:50:00
## 9794  2022-11-28 13:49:59
## 9795  2022-11-28 13:49:58
## 9796  2022-11-28 13:49:56
## 9797  2022-11-28 13:49:55
## 9798  2022-11-28 13:49:51
## 9799  2022-11-28 13:49:48
## 9800  2022-11-28 13:49:41
## 9801  2022-11-28 13:49:38
## 9802  2022-11-28 13:49:31
## 9803  2022-11-28 13:49:29
## 9804  2022-11-28 13:49:29
## 9805  2022-11-28 13:49:24
## 9806  2022-11-28 13:49:13
## 9807  2022-11-28 13:49:12
## 9808  2022-11-28 13:49:12
## 9809  2022-11-28 13:49:09
## 9810  2022-11-28 13:49:01
## 9811  2022-11-28 13:48:57
## 9812  2022-11-28 13:48:57
## 9813  2022-11-28 13:48:55
## 9814  2022-11-28 13:48:50
## 9815  2022-11-28 13:48:49
## 9816  2022-11-28 13:48:41
## 9817  2022-11-28 13:48:38
## 9818  2022-11-28 13:48:28
## 9819  2022-11-28 13:48:28
## 9820  2022-11-28 13:48:26
## 9821  2022-11-28 13:48:24
## 9822  2022-11-28 13:48:24
## 9823  2022-11-28 13:48:24
## 9824  2022-11-28 13:48:23
## 9825  2022-11-28 13:48:23
## 9826  2022-11-28 13:48:14
## 9827  2022-11-28 13:48:00
## 9828  2022-11-28 13:47:56
## 9829  2022-11-28 13:47:55
## 9830  2022-11-28 13:47:46
## 9831  2022-11-28 13:47:36
## 9832  2022-11-28 13:47:27
## 9833  2022-11-28 13:47:23
## 9834  2022-11-28 13:47:22
## 9835  2022-11-28 13:47:21
## 9836  2022-11-28 13:47:18
## 9837  2022-11-28 13:47:15
## 9838  2022-11-28 13:47:14
## 9839  2022-11-28 13:47:09
## 9840  2022-11-28 13:47:08
## 9841  2022-11-28 13:47:02
## 9842  2022-11-28 13:47:02
## 9843  2022-11-28 13:46:55
## 9844  2022-11-28 13:46:54
## 9845  2022-11-28 13:46:52
## 9846  2022-11-28 13:46:48
## 9847  2022-11-28 13:46:42
## 9848  2022-11-28 13:46:40
## 9849  2022-11-28 13:46:35
## 9850  2022-11-28 13:46:33
## 9851  2022-11-28 13:46:33
## 9852  2022-11-28 13:46:30
## 9853  2022-11-28 13:46:22
## 9854  2022-11-28 13:46:17
## 9855  2022-11-28 13:46:17
## 9856  2022-11-28 13:46:14
## 9857  2022-11-28 13:46:12
## 9858  2022-11-28 13:46:12
## 9859  2022-11-28 13:46:10
## 9860  2022-11-28 13:45:59
## 9861  2022-11-28 13:45:59
## 9862  2022-11-28 13:45:57
## 9863  2022-11-28 13:45:57
## 9864  2022-11-28 13:45:49
## 9865  2022-11-28 13:45:48
## 9866  2022-11-28 13:45:48
## 9867  2022-11-28 13:45:46
## 9868  2022-11-28 13:45:46
## 9869  2022-11-28 13:45:44
## 9870  2022-11-28 13:45:41
## 9871  2022-11-28 13:45:37
## 9872  2022-11-28 13:45:37
## 9873  2022-11-28 13:45:36
## 9874  2022-11-28 13:45:34
## 9875  2022-11-28 13:45:32
## 9876  2022-11-28 13:45:30
## 9877  2022-11-28 13:45:30
## 9878  2022-11-28 13:45:30
## 9879  2022-11-28 13:45:17
## 9880  2022-11-28 13:45:04
## 9881  2022-11-28 13:45:04
## 9882  2022-11-28 13:45:02
## 9883  2022-11-28 13:45:00
## 9884  2022-11-28 13:44:58
## 9885  2022-11-28 13:44:55
## 9886  2022-11-28 13:44:54
## 9887  2022-11-28 13:44:51
## 9888  2022-11-28 13:44:48
## 9889  2022-11-28 13:44:46
## 9890  2022-11-28 13:44:45
## 9891  2022-11-28 13:44:41
## 9892  2022-11-28 13:44:40
## 9893  2022-11-28 13:44:39
## 9894  2022-11-28 13:44:38
## 9895  2022-11-28 13:44:35
## 9896  2022-11-28 13:44:31
## 9897  2022-11-28 13:44:31
## 9898  2022-11-28 13:44:28
## 9899  2022-11-28 13:44:21
## 9900  2022-11-28 13:44:15
## 9901  2022-11-28 13:44:14
## 9902  2022-11-28 13:44:10
## 9903  2022-11-28 13:44:07
## 9904  2022-11-28 13:43:58
## 9905  2022-11-28 13:43:57
## 9906  2022-11-28 13:43:56
## 9907  2022-11-28 13:43:56
## 9908  2022-11-28 13:43:55
## 9909  2022-11-28 13:43:52
## 9910  2022-11-28 13:43:52
## 9911  2022-11-28 13:43:50
## 9912  2022-11-28 13:43:48
## 9913  2022-11-28 13:43:43
## 9914  2022-11-28 13:43:38
## 9915  2022-11-28 13:43:29
## 9916  2022-11-28 13:43:23
## 9917  2022-11-28 13:43:13
## 9918  2022-11-28 13:43:02
## 9919  2022-11-28 13:42:55
## 9920  2022-11-28 13:42:54
## 9921  2022-11-28 13:42:52
## 9922  2022-11-28 13:42:50
## 9923  2022-11-28 13:42:46
## 9924  2022-11-28 13:42:45
## 9925  2022-11-28 13:42:45
## 9926  2022-11-28 13:42:41
## 9927  2022-11-28 13:42:37
## 9928  2022-11-28 13:42:35
## 9929  2022-11-28 13:42:33
## 9930  2022-11-28 13:42:31
## 9931  2022-11-28 13:42:30
## 9932  2022-11-28 13:42:27
## 9933  2022-11-28 13:42:27
## 9934  2022-11-28 13:42:22
## 9935  2022-11-28 13:42:20
## 9936  2022-11-28 13:42:14
## 9937  2022-11-28 13:42:11
## 9938  2022-11-28 13:42:09
## 9939  2022-11-28 13:42:08
## 9940  2022-11-28 13:42:08
## 9941  2022-11-28 13:42:07
## 9942  2022-11-28 13:42:07
## 9943  2022-11-28 13:42:06
## 9944  2022-11-28 13:42:02
## 9945  2022-11-28 13:41:59
## 9946  2022-11-28 13:41:57
## 9947  2022-11-28 13:41:55
## 9948  2022-11-28 13:41:53
## 9949  2022-11-28 13:41:49
## 9950  2022-11-28 13:41:47
## 9951  2022-11-28 13:41:46
## 9952  2022-11-28 13:41:45
## 9953  2022-11-28 13:41:42
## 9954  2022-11-28 13:41:42
## 9955  2022-11-28 13:41:42
## 9956  2022-11-28 13:41:37
## 9957  2022-11-28 13:41:31
## 9958  2022-11-28 13:41:30
## 9959  2022-11-28 13:41:30
## 9960  2022-11-28 13:41:29
## 9961  2022-11-28 13:41:28
## 9962  2022-11-28 13:41:27
## 9963  2022-11-28 13:41:27
## 9964  2022-11-28 13:41:22
## 9965  2022-11-28 13:41:21
## 9966  2022-11-28 13:41:20
## 9967  2022-11-28 13:41:20
## 9968  2022-11-28 13:41:18
## 9969  2022-11-28 13:41:17
## 9970  2022-11-28 13:41:16
## 9971  2022-11-28 13:41:16
## 9972  2022-11-28 13:41:16
## 9973  2022-11-28 13:41:15
## 9974  2022-11-28 13:41:13
## 9975  2022-11-28 13:41:05
## 9976  2022-11-28 13:41:05
## 9977  2022-11-28 13:41:03
## 9978  2022-11-28 13:41:03
## 9979  2022-11-28 13:41:01
## 9980  2022-11-28 13:41:01
## 9981  2022-11-28 13:40:58
## 9982  2022-11-28 13:40:57
## 9983  2022-11-28 13:40:52
## 9984  2022-11-28 13:40:48
## 9985  2022-11-28 13:40:45
## 9986  2022-11-28 13:40:43
## 9987  2022-11-28 13:40:39
## 9988  2022-11-28 13:40:37
## 9989  2022-11-28 13:40:28
## 9990  2022-11-28 13:40:27
## 9991  2022-11-28 13:40:25
## 9992  2022-11-28 13:40:17
## 9993  2022-11-28 13:40:16
## 9994  2022-11-28 13:40:12
## 9995  2022-11-28 13:40:05
## 9996  2022-11-28 13:39:58
## 9997  2022-11-28 13:39:58
## 9998  2022-11-28 13:39:51
## 9999  2022-11-28 13:39:51
## 10000 2022-11-28 13:39:49
##                                                                                                statusSource
## 1                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8                        <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9                      <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 10                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 11                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 12                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 13                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 14                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 15                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 16                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 17                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 18                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 19                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 20                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 21                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 22                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 23                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 24                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 25                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 26                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 27                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 28                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 29                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 30                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 31                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 32                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 33                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 34                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 35                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 36                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 37                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 38                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 39                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 40                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 41                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 42                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 43                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 44                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 45                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 46                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 47                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 48                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 49                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 50                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 51                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 52                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 53                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 54                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 55                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 56                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 57                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 58                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 59                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 60                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 61                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 62                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 63                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 64                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 65                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 66                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 67                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 68                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 69                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 70                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 71                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 72                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 73                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 74                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 75                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 76                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 77                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 78                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 79                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 80                                  <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 81                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 82                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 83                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 84                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 85                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 86                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 87                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 88                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 89                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 90                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 91                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 92                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 93                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 94                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 95                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 96                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 97                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 98                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 99                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 100                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 101                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 102                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 103                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 104                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 105                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 106                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 107                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 108                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 109                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 110                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 111                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 112                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 113                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 114                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 115                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 116                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 117                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 118                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 119                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 120                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 121                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 122                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 123                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 124                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 125                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 126                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 127                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 128                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 129                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 130                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 131                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 132                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 133                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 134                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 135                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 136                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 137                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 138                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 139                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 140                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 141                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 142                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 143                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 144                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 145                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 146                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 147                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 148                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 149                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 150                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 151                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 152                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 153                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 154                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 155                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 156                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 157                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 158                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 159                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 160                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 161                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 162                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 163                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 164                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 165                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 166                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 167                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 168                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 169                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 170                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 171                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 172                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 173                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 174                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 175                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 176                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 177                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 178                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 179                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 180                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 181                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 182                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 183                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 184                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 185                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 186                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 187                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 188                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 189                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 190                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 191                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 192                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 193                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 194                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 195                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 196                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 197                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 198                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 199                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 200                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 201                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 202                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 203                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 204                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 205                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 206                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 207                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 208                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 209                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 210                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 211                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 212                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 213                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 214                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 215                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 216                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 217                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 218                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 219                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 220                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 221                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 222                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 223                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 224                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 225                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 226                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 227                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 228                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 229                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 230                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 231                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 232                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 233                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 234                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 235                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 236                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 237                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 238                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 239                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 240                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 241                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 242                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 243                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 244                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 245                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 246                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 247                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 248                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 249                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 250                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 251                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 252                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 253                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 254                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 255                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 256                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 257                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 258                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 259                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 260                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 261                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 262                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 263                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 264                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 265                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 266                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 267                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 268                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 269                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 270                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 271                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 272                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 273                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 274                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 275                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 276                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 277                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 278                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 279                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 280                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 281                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 282                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 283                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 284                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 285                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 286                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 287                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 288                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 289                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 290                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 291                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 292                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 293                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 294                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 295                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 296                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 297                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 298                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 299                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 300                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 301                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 302                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 303                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 304                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 305                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 306                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 307                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 308                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 309                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 310                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 311                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 312                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 313                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 314                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 315                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 316                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 317                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 318                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 319                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 320                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 321                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 322                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 323                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 324                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 325                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 326                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 327                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 328                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 329                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 330                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 331                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 332                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 333                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 334                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 335                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 336                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 337                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 338                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 339                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 340                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 341                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 342                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 343                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 344                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 345                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 346                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 347                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 348                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 349                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 350                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 351                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 352                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 353                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 354                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 355                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 356                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 357                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 358                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 359                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 360                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 361                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 362                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 363                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 364                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 365                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 366                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 367                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 368                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 369                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 370                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 371                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 372                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 373                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 374                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 375                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 376                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 377                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 378                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 379                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 380                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 381                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 382                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 383                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 384                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 385                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 386                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 387                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 388                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 389                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 390                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 391                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 392                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 393                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 394                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 395                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 396                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 397                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 398                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 399                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 400                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 401                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 402                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 403                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 404                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 405                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 406                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 407                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 408                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 409                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 410                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 411                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 412                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 413                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 414                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 415                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 416                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 417                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 418                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 419                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 420                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 421                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 422                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 423                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 424                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 425                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 426                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 427                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 428                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 429                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 430                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 431                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 432                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 433                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 434                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 435                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 436                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 437                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 438                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 439                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 440                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 441                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 442                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 443                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 444                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 445                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 446                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 447                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 448                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 449                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 450                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 451                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 452                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 453                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 454                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 455                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 456                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 457                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 458                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 459                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 460                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 461                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 462                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 463                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 464                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 465                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 466                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 467                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 468                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 469                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 470                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 471                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 472                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 473                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 474                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 475                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 476                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 477                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 478                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 479                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 480                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 481                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 482                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 483                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 484                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 485                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 486                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 487                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 488                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 489                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 490                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 491                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 492                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 493                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 494                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 495                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 496                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 497                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 498                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 499                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 500                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 501                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 502                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 503                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 504                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 505                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 506                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 507                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 508                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 509                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 510                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 511                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 512                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 513                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 514                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 515                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 516                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 517                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 518                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 519                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 520                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 521                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 522                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 523                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 524                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 525                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 526                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 527                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 528                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 529                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 530                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 531                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 532                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 533                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 534                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 535                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 536                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 537                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 538                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 539                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 540                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 541                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 542                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 543                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 544                     <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 545                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 546                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 547                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 548                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 549                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 550                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 551                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 552                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 553                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 554                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 555                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 556                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 557                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 558                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 559                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 560                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 561                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 562                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 563                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 564                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 565                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 566                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 567                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 568                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 569                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 570                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 571                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 572                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 573                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 574                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 575                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 576                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 577                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 578                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 579                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 580                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 581                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 582                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 583                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 584                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 585                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 586                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 587                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 588                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 589                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 590                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 591                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 592                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 593                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 594                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 595                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 596                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 597                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 598                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 599                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 600                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 601                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 602                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 603                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 604                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 605                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 606                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 607                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 608                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 609                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 610                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 611                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 612                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 613                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 614                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 615                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 616                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 617                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 618                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 619                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 620                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 621                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 622                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 623                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 624                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 625                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 626                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 627                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 628                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 629                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 630                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 631                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 632                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 633                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 634                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 635                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 636                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 637                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 638                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 639                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 640                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 641                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 642                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 643                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 644                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 645                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 646                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 647                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 648                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 649                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 650                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 651                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 652                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 653                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 654                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 655                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 656                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 657                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 658                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 659                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 660                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 661                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 662                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 663                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 664                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 665                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 666                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 667                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 668                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 669                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 670                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 671                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 672                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 673                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 674                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 675                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 676                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 677                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 678                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 679                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 680                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 681                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 682                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 683                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 684                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 685                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 686                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 687                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 688                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 689                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 690                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 691                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 692                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 693                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 694                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 695                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 696                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 697                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 698                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 699                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 700                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 701                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 702                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 703                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 704                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 705                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 706                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 707                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 708                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 709                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 710                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 711                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 712                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 713                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 714                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 715                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 716                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 717                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 718                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 719                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 720                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 721                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 722                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 723                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 724                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 725                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 726                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 727                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 728                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 729                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 730                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 731                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 732                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 733                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 734                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 735                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 736                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 737                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 738                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 739                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 740                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 741                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 742                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 743                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 744                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 745                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 746                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 747                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 748                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 749                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 750                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 751                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 752                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 753                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 754                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 755                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 756                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 757                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 758                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 759                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 760                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 761                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 762                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 763                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 764                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 765                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 766                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 767                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 768                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 769                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 770                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 771                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 772                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 773                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 774                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 775                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 776                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 777                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 778                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 779                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 780                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 781                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 782                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 783                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 784                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 785                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 786                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 787                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 788                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 789                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 790                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 791                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 792                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 793                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 794                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 795                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 796                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 797                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 798                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 799                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 800                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 801                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 802                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 803                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 804                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 805                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 806                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 807                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 808                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 809                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 810                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 811                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 812                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 813                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 814                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 815                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 816                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 817                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 818                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 819                                     <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 820                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 821                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 822                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 823                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 824                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 825                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 826                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 827                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 828                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 829                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 830                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 831                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 832                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 833                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 834                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 835                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 836                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 837                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 838                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 839                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 840                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 841                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 842                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 843                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 844                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 845                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 846                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 847                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 848                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 849                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 850                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 851                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 852                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 853                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 854                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 855                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 856                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 857                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 858                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 859                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 860                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 861                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 862                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 863                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 864                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 865                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 866                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 867                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 868                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 869                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 870                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 871                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 872                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 873                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 874                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 875                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 876                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 877                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 878                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 879                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 880                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 881                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 882                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 883                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 884                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 885                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 886                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 887                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 888                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 889                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 890                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 891                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 892                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 893                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 894                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 895                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 896                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 897                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 898                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 899                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 900                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 901                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 902                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 903                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 904                       <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 905                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 906                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 907                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 908                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 909                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 910                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 911                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 912                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 913                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 914                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 915                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 916                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 917                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 918                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 919                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 920                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 921                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 922                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 923                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 924                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 925                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 926                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 927                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 928                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 929                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 930                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 931                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 932                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 933                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 934                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 935                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 936                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 937                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 938                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 939                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 940                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 941                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 942                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 943                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 944                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 945                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 946                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 947                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 948                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 949                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 950                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 951                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 952                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 953                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 954                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 955                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 956                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 957                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 958                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 959                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 960                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 961                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 962                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 963                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 964                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 965                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 966                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 967                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 968                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 969                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 970                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 971                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 972                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 973                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 974                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 975                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 976                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 977                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 978                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 979                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 980                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 981                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 982                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 983                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 984                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 985                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 986                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 987                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 988                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 989                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 990                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 991                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 992                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 993                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 994                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 995                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 996                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 997                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 998                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 999                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1000                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1002                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1003                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1004                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1005                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1006                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1009                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1010                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1012                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1013                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1015                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1018                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1021                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1022                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1023                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1024                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1025                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1026                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1027                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1028                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1029                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1030                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1031                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1032                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1033                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1034                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1035                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1037                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1038                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1040                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1042                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1043                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1045                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1046                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1047                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1048                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1049                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1051                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1052                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1053                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1054                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1056                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1057                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1058                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1059                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1060                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1062                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1063                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1064                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1067                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1068                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1069                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1070                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1073                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1074                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1075                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1076                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1078                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1080                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1081                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1082                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1083                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1084                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1085                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1086                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1087                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1088                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1089                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1090                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1092                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1094                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1095                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1096                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1097                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1098                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1099                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1100                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1102                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1103                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1104                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1105                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1106                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1107                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1109                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1111                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1112                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1115                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1116                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1117                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1118                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1119                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1121                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1122                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1124                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1125                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1127                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1129                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1130                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1131                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1133                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1134                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1135                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1136                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1140                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1141                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1143                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1145                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1146                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1147                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1148                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1150                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1152                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1153                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1157                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1158                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1159                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1160                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1163                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1164                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1165                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1168                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1169                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1170                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1171                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1172                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1173                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1174                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1177                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1178                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1184                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1186                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1187                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1188                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1189                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1190                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1192                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1195                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1196                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1197                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1199                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1201                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1203                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1204                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1205                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1207                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1208                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1210                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1211                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1212                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1215                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1216                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1217                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1218                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1220                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1221                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1222                              <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 1223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1225                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1226                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1228                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1229                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1230                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1231                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1232                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1233                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1234                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1235                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1237                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1242                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1243                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1247                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1248                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1251                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1252                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1253                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1254                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1256                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1257                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1258                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1259                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1260                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1261                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1262                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1265                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1267                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1268                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1270                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1271                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1274                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1277                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1278                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1279                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1280                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1283                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1284                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1287                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1288                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1290                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1291                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1292                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1294                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1295                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1297                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1298                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1300                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1301                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1302                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1303                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1304                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1305                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1307                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1310                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1311                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1313                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1314                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1315                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1316                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1317                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1318                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1319                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1321                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1323                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1324                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1325                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1328                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1329                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1331                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1332                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1333                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1334                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1335                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1336                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1337                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1338                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1340                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1342                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1344                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1346                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1347                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1348                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1349                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1351                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1352                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1353                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1354                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1355                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1356                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1358                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1360                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1361                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1362                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1363                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1364                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1365                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1366                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1368                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1369                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1370                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1371                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1373                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1375                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1376                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1377                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1379                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1380                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1381                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1383                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1384                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1386                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1387                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1388                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1389                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1390                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1391                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1393                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1395                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1396                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1398                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1399                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1400                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1401                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1403                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1404                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1406                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1409                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1413                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1414                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1416                                      <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 1417                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1418                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1420                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1421                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1423                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1428                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1429                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1432                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1433                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1434                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1436                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1439                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1440                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1441                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1442                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1443                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1444                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1446                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1447                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1448                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1449                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1450                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1451                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1452                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1453                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1454                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1455                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1457                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1458                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1461                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1462                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1463                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1464                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1465                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1466                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1467                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1468                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1469                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1470                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1472                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1473                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1474                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1475                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1476                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1478                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1479                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1482                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1483                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1484                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1485                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1486                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1487                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1488                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1489                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1492                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1493                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1494                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1496                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1497                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1498                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1500                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1501                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1502                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1503                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1504                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1505                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1506                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1507                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1508                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1509                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1510                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1511                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1512                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1513                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1516                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1519                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1520                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1521                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1522                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1523                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1524                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1525                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1526                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1527                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1528                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1529                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1530                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1533                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1534                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1536                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1537                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1538                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1539                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1540                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1541                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1543                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1545                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1547                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1551                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1553                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1554                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1558                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1560                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1564                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1565                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1567                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1568                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1569                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1571                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1572                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1573                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1577                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1578                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1579                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1581                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1582                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1585                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1587                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1588                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1590                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1591                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1592                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1594                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1595                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1597                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1598                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1600                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1603                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1604                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1605                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1606                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1607                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1608                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1609                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1610                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1611                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1612                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1613                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1616                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1617                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1619                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1621                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1622                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1623                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1624                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1625                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1627                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1629                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1633                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1635                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1636                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1638                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1639                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1641                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1642                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1646                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1647                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1648                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1649                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1650                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1651                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1652                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1653                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1654                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1655                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1657                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1658                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1660                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1661                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1662                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1663                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1664                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1665                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1667                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1668                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1669                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1671                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1674                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1675                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1677                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1678                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1679                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1680                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1684                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1685                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1689                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1691                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1692                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1693                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1694                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1696                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1698                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1700                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1701                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1704                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1705                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1707                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1709                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1710                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1711                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1712                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1713                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1715                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1717                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1718                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1719                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1720                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1721                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1724                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1725                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1726                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1728                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1731                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1733                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1734                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1735                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1736                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1737                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1738                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1740                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1745                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1748                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1749                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1752                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1754                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1755                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1757                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1758                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1760                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1761                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1762                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1766                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1767                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1768                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1771                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1772                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1773                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1774                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1777                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1778                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1780                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1781                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1782                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1784                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1785                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1786                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1787                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1788                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1789                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1791                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1793                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1794                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1795                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1796                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1798                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1799                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1801                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1802                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1803                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1804                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1805                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1806                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1807                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1810                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1812                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1814                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1818                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1819                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1822                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1824                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1825                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1827                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1828                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1829                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1830                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1833                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1834                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1840                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1841                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1844                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1845                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1848                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1851                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1852                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1853                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1857                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1861                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1862                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1864                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1869                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1870                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1871                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1872                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1874                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1876                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1878                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1881                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1882                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1883                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1884                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1886                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1888                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1889                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1890                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1891                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1894                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1895                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1896                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1897                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1899                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1900                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1901                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1902                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1903                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1906                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1908                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1910                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1911                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1913                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1914                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1915                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1916                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1917                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1920                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1921                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1922                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1923                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1924                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1926                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1927                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1932                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1935                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1936                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1938                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1940                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1942                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1944                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1945                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1947                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1948                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1949                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1950                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1953                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1959                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1960                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1961                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1963                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1966                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1969                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1971                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1972                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1973                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1974                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1982                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1988                                   <a href="https://tweethunter.io" rel="nofollow">Tweet Hunter Pro</a>
## 1989                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1990                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1993                                            <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 1994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2000                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2005                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2006                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2009                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2010                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2011                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2012                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2013                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2015                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2018                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2021                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2022                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2023                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2024                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2025                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2026                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2027                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2029                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2030                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2031                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2032                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2033                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2034                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2035                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2036                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2037                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2038                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2039                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2040                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2042                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2043                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2044                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2046                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2047                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2048                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2049                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2050                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2051                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2052                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2053                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2054                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2055                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2057                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2058                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2059                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2060                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2061                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2063                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2064                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2066                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2067                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2068                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2069                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2070                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2071                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2074                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2075                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2076                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2078                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2080                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2081                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2082                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2083                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2085                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2087                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2088                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2089                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2090                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2091                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2092                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2094                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2096                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2097                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2098                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2099                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2101                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2102                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2103                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2104                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2105                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2106                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2107                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2109                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2112                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2113                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2114                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2115                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2116                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2117                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2118                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2119                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2121                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2124                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2125                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2127                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2129                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2131                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2133                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2134                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2135                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2136                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2140                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2141                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2142                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2145                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2146                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2150                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2157                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2158                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2159                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2164                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2165                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2166                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2168                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2169                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2171                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2173                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2176                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2177                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2178                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2180                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2187                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2188                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2189                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2192                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2194                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2195                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2196                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2197                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2199                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2201                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2202                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2203                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2204                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2207                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2211                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2212                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2213                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2216                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2217                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2219                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2220                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2222                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2223                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2225                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2226                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2227                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2228                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2229                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2230                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2231                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2234                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2235                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2236                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2237                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2238                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2242                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2243                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2244                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2246                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2247                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2248                                                   <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 2249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2252                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2253                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2256                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2257                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2260                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2262                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2263                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2268                              <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 2269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2270                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2271                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2272                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2273                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2274                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2275                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2276                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2277                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2278                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2279                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2280                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2281                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2282                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2283                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2284                                                   <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 2285                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2286                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2287                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2288                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2289                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2290                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2293                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2294                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2295                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2296                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2297                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2298                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2300                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2301                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2302                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2303                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2304                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2305                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2307                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2309                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2310                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2311                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2313                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2314                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2315                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2316                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2317                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2318                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2319                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2321                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2322                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2323                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2324                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2325                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2326                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2327                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2328                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2329                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2331                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2332                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2333                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2336                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2337                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2338                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2339                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2340                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2342                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2343                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2344                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2345                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2346                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2347                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2348                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2349                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2350                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2351                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2352                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2353                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2354                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2355                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2356                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2360                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2362                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2363                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2364                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2365                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2366                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2368                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2369                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2370                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2371                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2375                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2376                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2377                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2379                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2381                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2382                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2383                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2384                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2386                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2389                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2390                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2391                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2393                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2394                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2395                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2396                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2398                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2399                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2400                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2401                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2403                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2404                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2409                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2411                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2414                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2416                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2417                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2419                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2420                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2422                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2426                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 2427                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2428                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2433                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2436                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2438                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2440                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2444                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2446                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2447                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2448                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2450                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2451                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2452                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2453                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2455                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2456                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2457                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2461                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2462                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2463                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2464                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2465                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2467                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2468                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2469                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2470                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2472                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2473                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2475                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2476                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2478                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2479                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2481                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2482                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2483                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2484                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2485                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2486                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2487                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2488                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2489                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2491                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2492                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2493                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2497                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2498                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2499                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2500                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2502                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2503                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2504                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2505                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2507                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2508                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2509                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2510                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2511                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2512                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2513                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2515                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2516                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2518                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2519                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2520                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2521                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2524                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2525                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2526                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2529                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2530                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2532                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2534                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2535                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2537                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2538                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2539                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2540                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2541                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2543                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2545                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2547                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2549                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2551                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2552                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2555                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2556                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2559                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2560                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2562                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2564                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2565                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2567                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2568                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2569                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2571                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2573                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2577                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2579                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2583                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2587                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2589                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2590                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2594                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2595                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2598                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2599                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2600                                               <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2602                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2603                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2604                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2605                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2607                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2608                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2609                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2610                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2611                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2613                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2615                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2618                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2619                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2621                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2622                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2624                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2626                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2627                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2629                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2630                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2632                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2633                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2635                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2636                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2639                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2641                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2642                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2643                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2644                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2646                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2647                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2648                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2649                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2650                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2651                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2652                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2653                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2655                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2656                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2657                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2659                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2660                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2662                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2664                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2665                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2667                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2668                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2669                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2670                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2671                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2674                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2675                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2677                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2678                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2680                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2683                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2685                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2686                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2687                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2688                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2689                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2691                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2692                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2693                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2694                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2695                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2696                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2698                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2699                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2701                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2702                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2704                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2705                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2707                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2711                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2712                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2713                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2714                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2715                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2717                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2718                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2719                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2720                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2721                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2722                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2723                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2724                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2725                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2726                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2728                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2729                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2730                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2731                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2733                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2734                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2735                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2736                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2737                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2738                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2740                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2742                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2743                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2746                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2748                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2754                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2756                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2761                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2762                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2763                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2767                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2768                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2772                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2773                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2774                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2775                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2776                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2777                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2778                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2781                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2784                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2785                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2786                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2787                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2789                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2790                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2791                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2794                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2795                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2796                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2798                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2800                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2801                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2802                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2803                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2805                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2806                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2808                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2810                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2812                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2814                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2818                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2824                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2827                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2828                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2829                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2830                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2832                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2834                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2836                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2838                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2839                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2841                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2844                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2846                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2848                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2850                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2852                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2856                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2857                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2858                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2861                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2862                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2864                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2866                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2868                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2869                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2870                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2871                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2872                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2873                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2874                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2876                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2877                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2878                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2880                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2881                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2882                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2883                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2884                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2885                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2886                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2888                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2889                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2890                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2892                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2894                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2895                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2896                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2897                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2899                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2900                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2902                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2903                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2905                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2910                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2911                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2913                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2914                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2915                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2916                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2917                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2918                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2921                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2923                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2924                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2926                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2931                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2932                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2933                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2934                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2935                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2939                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2940                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2942                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2944                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2945                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2947                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2949                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2957                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2959                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2963                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2968                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2969                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2974                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2977                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2979                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2980                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2982                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2985                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2989                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2990                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2991                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2993                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2994                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2995                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2996                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2997                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3000                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3001                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3002                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3004                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3005                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3006                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3008                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3009                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3010                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3011                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3012                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3013                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3015                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3016                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3017                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3018                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3021                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3022                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3023                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3024                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3025                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3026                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3027                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3028                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3029                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3030                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3034                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3035                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3037                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3038                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3040                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3042                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3043                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3045                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3046                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3047                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3048                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3051                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3052                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3054                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3057                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3058                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3059                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3060                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3062                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3063                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3064                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3067                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3068                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3069                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3070                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3071                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3074                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3075                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3076                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3077                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3078                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3080                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3081                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3082                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3083                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3085                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3087                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3088                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3089                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3090                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3091                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3092                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3094                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3096                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3097                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3098                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3099                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3102                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3103                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3104                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3105                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3106                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3107                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3108                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3109                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3110                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3112                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3113                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3114                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3116                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3117                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3118                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3119                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3120                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3121                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3123                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3124                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3125                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3127                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3128                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3129                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3131                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3133                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3134                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3138                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3139                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3140                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3141                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3142                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3144                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3146                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3147                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3148                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3150                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3157                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3159                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3160                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3163                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3164                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3167                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3168                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3171                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3173                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3174                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3175                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3177                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3180                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3183                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3187                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3188                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3192                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3193                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3194                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3195                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3196                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3198                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3199                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3201                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3202                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3204                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3205                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3206                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3207                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3210                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3211                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3215                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3216                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3217                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3218                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3219                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3220                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3223                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3224                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3225                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3226                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3227                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3228                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3229                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3230                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3231                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3232                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3234                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3236                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3237                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3238                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3240                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3241                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3242                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3243                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3244                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3245                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3247                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3248                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3249                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3250                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3251                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3252                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3253                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3254                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3255                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3256                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3257                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3258                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3261                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3262                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3263                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3264                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3266                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3268                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3270                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3271                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3272                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3274                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3277                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3280                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3282                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3283                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3285                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3287                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3290                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3294                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3295  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 3296                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3297                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3298                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3300                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3301                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3302                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3303                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3304                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3305                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3306                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3307                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3310                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3311                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3314                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3315                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3316                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3317                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3318                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3319                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3321                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3323                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3325                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3328                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3329                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3331                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3332                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3333                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3337                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3342                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3343                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3344                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3346                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3347                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3349                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3351                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3352                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3353                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3354                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3355                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3356                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3360                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3362                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3363                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3364                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3365                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3366                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3368                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3369                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3370                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3371                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3372                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3374                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3375                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3376                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3378                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3379                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3381                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3382                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3383                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3384                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3385                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3386                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3388                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3389                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3390                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3391                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3392                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3393                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3395                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3398                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3399                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3400                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3401                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3402                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3403                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3404                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3405                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3406                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3413                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3414                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3417                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3420                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3421                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3426                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3427                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3428                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3429                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3432                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3433                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3434                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3435                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3436                                           <a href="http://www.echofon.com/" rel="nofollow">Echofon</a>
## 3437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3440                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3444                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3447                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3448                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3450                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3451                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3452                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3455                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3457                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3459                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3460                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3461                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3462                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3463                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3464                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3467                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3469                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3470                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3472                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3473                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3475                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3476                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3478                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3482                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3483                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3484                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3485                                      <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 3486                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3489                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3492                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3493                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3494                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3495                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3496                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3498                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3500                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3504                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3505                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3506                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3507                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3508                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3509                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3510                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3512                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3516                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3520                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3522                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3523                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3524                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3525                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3526                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3527                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3528                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3529                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3530                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3531                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3534                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3535                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3537                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3538                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3539                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3540                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3542                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3543                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3546                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3547                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3548                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3550                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3551                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3552                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3553                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3556                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3559                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3560                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3562                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3564                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3565                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3566                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3567                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3568                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3569                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3571                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3573                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3577                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3578                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3579                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3581                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3584                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3586                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3587                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3594                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3595                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3596                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3599                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3603                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3605                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3606                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3607                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3608                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3609                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3610                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3611                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3612                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3613                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3616                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3617                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3618                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3619                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3620                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3621                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3622                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3623                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3624                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3625                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3626                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3627                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3629                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3630                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3631                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3633                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3634                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3635                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3636                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3637                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3639                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3641                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3642                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3643                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3645                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3646                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3647                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3648                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3649                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3650                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3651                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3652                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3653                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3654                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3655                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3660                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3662                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3664                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3665                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3667                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3668                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3669                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3670                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3671                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3674                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3675                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3677                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3678                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3679                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3680                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3681                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3685                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3687                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3689                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3691                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3693                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3694                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3695                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3696                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3698                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3701                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3703                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3704                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3705                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3706                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3707                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3709                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3710                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3711                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3712                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3713                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3714                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3715                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3716                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3717                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3718                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3719                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3720                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3721                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3724                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3725                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3726                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3727                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3728                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3731                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3732                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3733                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3734                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3735                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3736                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3737                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3738                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3740                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3742                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3743                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3748                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3749                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3750                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3751                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3752                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3754                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3755                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3757                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3758                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3759                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3760                                          <a href="https://profile.uproxx.com" rel="nofollow">Thred</a>
## 3761                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3762                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3766                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3767                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3768                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3769                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3771                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3772                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3773                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3774                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3777                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3778                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3781                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3782                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3783                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3784                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3786                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3789                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3791                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3792                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3794                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3795                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3796                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3798                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3799                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3801                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3802                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3803                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3806                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3809                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3810                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3814                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3817                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3818                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3822                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3824                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3825                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3826                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3827                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3828                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3829                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3831                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3832                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3833                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3834                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3835                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3836                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3841                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3848                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3850                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3852                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3854                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3856                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3857                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3860                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3863                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3864                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3865                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3866                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3867                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3869                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3870                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3872                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3874                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3875                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3876                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3878                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3879                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3881                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3882                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3883                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3885                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3886                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3887                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3888                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3890                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3891                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3894                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3895                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3896                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3897                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3899                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3900                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3901                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3902                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3903                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3904                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3906                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3909                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3911                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3913                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3914                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3915                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3916                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3919                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3921                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3923                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3924                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3926                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3929                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3932                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3935                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3938                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3941                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3942                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3943                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3944                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3945                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3947                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3948                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3949                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3950                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3954                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3955                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3959                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3961                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3963                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3968                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3969                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3972                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3974                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3976                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3978                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3980                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3981                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3983                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3984                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3986                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3988                                               <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3989                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3993                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3994                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4000                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4002                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4003                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4005                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4006                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4009                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4010                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4013                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4015                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4016                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4017                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4018                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4022                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4023                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4024                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4025                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4026                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4027                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4029                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4030                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4031                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4034                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4035                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4036                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4037                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4038                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4039                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4040                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4041                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4042                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4043                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4046                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4047                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4048                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4051                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4052                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4053                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4054                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4055                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4056                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4057                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4058                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4059                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4060                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4061  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 4062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4063                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4064                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4067                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4068                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4069                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4070                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4071                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4072                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4074                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4075                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4076                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4078                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4080                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4081                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4082                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4083                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4084                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4085                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4086                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4087                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4088                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4089                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4090                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4091                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4092                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4093                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4094                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4096                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4097                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4098                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4099                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4102                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4103                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4104                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4105                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4106                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4109                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4110                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4112                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4116                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4117                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4118                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4119                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4120                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4122                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4124                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4125                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4126                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4127                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4128                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4129                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4131                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4133                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4134                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4135                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4136                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4137                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4140                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4141                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4142                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4144                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4146                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4148                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4149                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4150                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4151                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4156                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4157                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4158                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4159                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4160                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4164                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4166                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4168                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4171                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4173                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4174                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4176                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4180                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4182                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4183                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4187                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4188                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4191                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4192                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4195                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4196                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4197                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4199                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4201                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4203                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4204                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4207                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4211                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4212                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4216                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4217                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4218                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4220                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4221                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4225                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4226                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4228                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4229                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4230                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4231                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4232                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4234                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4237                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4239                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4240                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4241                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4242                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4243                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4244                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4245                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4247                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4248                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4250                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4251                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4252                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4253                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4256                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4257                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4258                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 4259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4262                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4264                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4265                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4269                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4270                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4271                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4274                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4275                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4277                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4280                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4281                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4283                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4286                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4287                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4288                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4290                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4292                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4293                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4294                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4296                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4297                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4298                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4300                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4301                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4302                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4303                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4304                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4305                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4307                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4310                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4311                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4313                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4314                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4315                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4316                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4317                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4318                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4320                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4321                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4323                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4324                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4325                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4328                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4329                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4330                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4331                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4332                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4333                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4334                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4337                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4338                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4339                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4340                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4342                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4343                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4344                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4345                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4346                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4347                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4348                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4349                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4350                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4351                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4352                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4353                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4354                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4355                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4356                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4358                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4360                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4361                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4362                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4363                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4364                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4365                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4366                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4368                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4369                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4370                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4371                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4374                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4375                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4376                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4378                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4379                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4380                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4381                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4383                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4384                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4385                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4386                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4388                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4389                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4390                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4391                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4392                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4393                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4394                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4395                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4397                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4398                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4399                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4400                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4401                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4403                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4404                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4413                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4414                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4417                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4420                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4428                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4429                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4431                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4432  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 4433                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4435                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4436                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4438                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4439                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4440                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4442                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4444                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4447                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4448                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4450                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4451                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4452                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4455                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4457                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4459                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4461                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4462                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4463                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4464                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4467                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4469                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4470                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4471                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4472                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4473                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4474                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4475                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4476                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4478                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4482                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4483                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4484                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4485                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4486                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4487                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4489                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4491                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4492                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4493                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4494                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4498                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4499                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4500                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4503                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4504                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4505                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4506                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4507                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4510                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4511                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4512                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4514                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4515                                                 <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 4516                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4517                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4520                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4521                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4523                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4524                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4525                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4526                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4527                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4528                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4529                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4530                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4531                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4533                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4534                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4537                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4538                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4539                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4540                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4542                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4543                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4544                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4547                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4550                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4551                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4552                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4553                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4554                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4555                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4556                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4559                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4560                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4561                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4564                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4565                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4567                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4568                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4570                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4571                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4572                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4573                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4574                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4575                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4576                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4577                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4579                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4581                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4582                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4583                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4586                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4587                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4588                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4589                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4594                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4595                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4600                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4603                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4605                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4607                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4608                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4610                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4613                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4617                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4618                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4619                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4620                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4621                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4622                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4623                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4624                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4627                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4628                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4629                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4630                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4631                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4632                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4633                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4635                              <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 4636                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4637                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4638                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4639                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4640                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4641                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4642                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4646                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4647                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4648                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4649                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4650                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4651                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4652                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4653                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4654                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4655                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4660                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4661                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4662                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4664                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4665                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4666                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4667                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4668                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4669                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4671                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4672                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4673                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4674                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4675                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4677                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4680                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4685                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4689                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4691                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4692                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4693                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4694                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4695                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4698                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4699                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4700                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4701                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4702                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4703                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4704                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4705                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4706                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4707                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4708                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4709                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4710                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4711                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4712                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4713                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4714                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4715                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4716                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4717                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4718                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4719                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4720                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4721                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4723                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4724                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4725                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4726                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4727                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4728                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4731                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4732                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4733                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4734                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4735                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4736                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4737                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4738                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4739                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4740                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4741                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4743                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4744                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4746                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4748                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4750                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4753                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4754                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4756                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4761                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4762                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4765                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4767                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4768                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4770                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4772                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4773                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4774                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4775                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4777                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4778                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4781                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4784                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4786                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4788                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4789                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4790                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4791                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4793                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4794                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4795                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4796                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4798                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4799                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4802                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4803                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4804                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4805                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4806                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4807                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4809                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4810                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4811                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4812                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4814                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4815                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4816                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4818                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4819                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4820                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4821                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4822                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4824                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4826                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4827                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4828                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4829                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4830                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4834                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4844                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4846                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4848                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4849                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4852                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4854                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4855                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4856                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4857                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4860                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4861                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4864                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4866                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4867                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4869                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4870                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4872                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4874                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4875                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4876                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4877                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4878                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4880                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4881                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4882                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4883                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4885                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4886                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4887                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4888                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4889                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4891                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4894                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4895                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4896                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4897                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4899                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4900                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4902                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4903                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4905                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4906                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4907                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4911                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4912                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4913                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4914                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4915                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4916                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4921                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4922                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4923                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4924                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4926                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4927                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4930                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4932                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4933                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4935                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4938                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4940                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4942                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4944                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4945                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4946                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4947                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4948                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4949                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4954                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4956                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4957                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4959                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4960                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4961                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4963                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4964                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4965                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4967                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4969                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4971                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4974                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4976                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4977                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4982                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4984                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4986                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4992                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4993                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4996                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5000                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5005                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5006                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5007                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5008                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5009                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5012                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5013                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5015                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5016                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5017                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5020                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5022                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5023                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5024                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5025                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5026                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5027                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5029                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5030                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5031                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5034                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5035                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5037                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5038                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5040                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5041                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5042                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5043                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5044                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5045                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5046                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5047                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5048                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5051                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5052                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5054                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5057                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5058                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5059                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5060                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5063                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5064                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5067                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5068                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5069                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5070                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5071                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5072                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5074                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5075                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5076                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5078                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5080                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5081                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5082                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5083                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5084                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5085                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5087                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5088                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5089                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5090                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5092                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5094                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5096                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5097                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5098                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5099                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5102                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5103                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5104                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5105                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5106                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5108                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5109                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5111                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5112                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5114                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5116                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5117                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5118                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5119                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5124                                      <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 5125                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5126                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5127                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5129                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5131                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5132                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5133                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5134                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5136                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5137                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5139                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5140                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5141                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5143                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5146                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5147                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5150                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5151                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5154                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5157                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5158                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5159                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5164                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5168                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5171                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5173                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5179                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5181                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5183                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5184                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5185                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5186                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5187                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5192                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5194                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5195                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5196                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5197                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5199                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5201                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5204                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5205                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5207                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5211                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5213                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5215                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5216                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5217                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5220                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5224                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5225                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5226                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5228                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5229                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5230                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5231                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5233                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5234                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5236                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5237                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5238                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5239                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5241                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5242                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5243                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5247                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5248                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5249                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5252                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5253                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5256                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5257                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5258                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5260                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5262                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5268                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5270                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5271                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5273                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5274                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5277                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5279                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5280                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5281                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5283                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5285                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5287                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5290                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5292                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5293                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5294                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5297                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5298                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5300                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5301                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5302                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5303                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5304                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 5305                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5306                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5307                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5310                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5311                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5313                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5314                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5315                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5316                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5317                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5318                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5319                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5320                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5321                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5323                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5325                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5327                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5328                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5329                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5330                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5331                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5332                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5333                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5334                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5336                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5337                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5338                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5342                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5344                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5345                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5346                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5347                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5348                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5350                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5351                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5352                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5353                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5354                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5355                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5356                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5359                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5360                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5362                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5364                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5365                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5366                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5368                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5369                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5370                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5371                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5372                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5375                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5376                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5377                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5379                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5381                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5382                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5383                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5384                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5386                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5389                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5390                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5391                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5392                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5393                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5395                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5396                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5398                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5399                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5400                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5401                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5403                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5404                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5406                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5408                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5410                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5412                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5413                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5414                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5415                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5417                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5419                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5420                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5422                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5423                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5424                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5425                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5426                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5428                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5429                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5430                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5432                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5433                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5436                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5440                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5443                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5444                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5445                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5447                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5448                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5449                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5450                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5451                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5452                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5454                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5455                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5456                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5457                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5460                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5461                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5462                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5463                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5464                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5467                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5468                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5469                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5470                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5472                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5473                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5475                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5476                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5478                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5479                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5481                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5482                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5483                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5484                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5485                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5486                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5487                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5489                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5490                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5491                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5492                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5493                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5495                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5496                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5497                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5498                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5500                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5501                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5504                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5505                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5507                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5509                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5510                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5512                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5516                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5520                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5523                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5524                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5525                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5526                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5527                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5528                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5529                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5530                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5531                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5534                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5536                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5537                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5538                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5539                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5540                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5543                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5544                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5547                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5548                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5550                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5551                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5556                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5557                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5560                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5561                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5563                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5564                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5565                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5566                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5567                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5571                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5572                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5573                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5576                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5577                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5578                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5580                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5583                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5584                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5585                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5586                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5587                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5588                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5589                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5590                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5594                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5595                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5597                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5598                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5599                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5602                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5603                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5605                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5607                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5608                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5610                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5611                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5612                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5613                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5615                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5619                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5621                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5622                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5624                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5626                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5627                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5628                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5629                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5633                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5635                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5636                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5637                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5639                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5640                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5641                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5642                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5645                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5646                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5647                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5648                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5649                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5650                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5651                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5652                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5653                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5654                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5655                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5657                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5660                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5662                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5663                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5664                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5665                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5667                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5668                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5669                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5671                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5672                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5674                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5675                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5677                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5678                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5679                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5680                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5682                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5683                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5685                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5687                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5688                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5689                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5691                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5692                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5693                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5694                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5695                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5696                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5698                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5699                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5701                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5703                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5704                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5705                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5707                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5708                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5709                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5711                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5712                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5715                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5717                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5718                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5719                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5720                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5721                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5722                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5724                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5725                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5726                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5728                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5730                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5731                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5732                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5733                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5734                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5735                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5737                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5738                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5740                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5741                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5745                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5747                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5748                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5749                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5750                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5753                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5754                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5758                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5759                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5761                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5762                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5763                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5764                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5765                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5766                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5767                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5768                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5770                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5772                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5773                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5775                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5777                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5778                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5780                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5781                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5784                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5785                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5786                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5787                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5788                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5789                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5791                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5792                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5794                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5795                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5796                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5797                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5798                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5799                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5802                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5803                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5804                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5806                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5808                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5810                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5812                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5813                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5814                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5815                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5817                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5818                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5822                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5823                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5824                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5826                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5827                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5828                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5829                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5832                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5833                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5834                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5838                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5839                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5840                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5841                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5842                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5844                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5845                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5846                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5848                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5849                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5850                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5852                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5853                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5854                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5855                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5856                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5857                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5861                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5863                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5864                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5866                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5867                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5868                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5869                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5870                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5872                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5873                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5874                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5876                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5878                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5880                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5881                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5882                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5883                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5885                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5886                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5888                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5889                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5890                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5892                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5894                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5895                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5896                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5897                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5899                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5900                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5902                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5903                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5904                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5907                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5908                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5909                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5910                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5911                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5912                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5913                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5914                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5915                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5916                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5917                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5918                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5919                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5921                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5922                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5923                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5924                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5926                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5928                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5932                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5935                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5936                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5939                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5942                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5944                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5945                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5947                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5948                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5949                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5950                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5955                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5958                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5959                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5960                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5963                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5968                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5969                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5974                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5975                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5976                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5978                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5979                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5981                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5982                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5983                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5987                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5992                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5993                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5997                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6000                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6001                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6002                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6005                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6006                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6009                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6010                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6011                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6013                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6015                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6019                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6021                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6022                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6023                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6024                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6025                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6026                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6027                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6029                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6030                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6031                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6032                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6034                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6035                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6037                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6038                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6040                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6042                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6043                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6044                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6046                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6047                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6048                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6049                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6050                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6051                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6052                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6054                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6055                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6056                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6057                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6058                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6059                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6060                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6061                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6063                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6064                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6065                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6066                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6067                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6068                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6069                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6070                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6071                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6073                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6074                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6075                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6076                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6077                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6078                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6079                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6080                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6081                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6082                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6083                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6085                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6087                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6088                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6089                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6090                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6092                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6093                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6094                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6095                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6096                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6097                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6098                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6099                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6100                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6101                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6102                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6103                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6104                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6105                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6106                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6107                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6109                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6110                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6111                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6112                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6114                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6115                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6116                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6117                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6118                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6119                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6120                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6121                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6122                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6123                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6124                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6125                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6126                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6127                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6129                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6131                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6133                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6134                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6138                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6140                                 <a href="https://streamlabs.com" rel="nofollow">Streamlabs Twitter</a>
## 6141                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6143                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6145                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6146                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6147                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6150                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6151                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6153                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6154                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6156                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6157                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6159                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6164                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6167                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6168                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6169                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6171                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6173                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6174                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6175                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6178                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6181                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6182                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6183                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6184                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6186                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6187                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6192                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6193                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6195                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6196                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6197                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6198                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6199                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6200                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6201                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6202                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6204                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6207                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6211                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6212                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6213                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6214                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6215                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6216                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6217                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6219                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6220                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6221                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6223                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6225                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6226                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6228                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6229                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6230                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6231                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6232                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6233                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6234                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6235                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6237                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6238                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6239                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6240                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6241                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6242                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6243                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6244                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6247                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6248                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6251                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6252                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6253                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6254                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6256                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6257                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6258                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6260                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6261                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6262                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6263                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6264                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6265                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6266                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6269                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6270                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6271                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6272                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6273                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6274                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6275                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6276                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6277                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6280                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6283                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6286                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6287                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6290                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6291                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6292                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6293                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6294                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6296                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6297                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6298                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6300                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6301                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6302                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6303                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6304                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6305                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6307                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6308                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6310                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6311                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6312                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6314                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6315                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6316                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6317                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6318                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6321                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6322                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6323                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6325                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6326                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6327                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6328                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6329                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6331                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6332                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6333                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6335                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6337                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6339                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6341                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6342                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6343                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6344                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6345                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6346                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6347                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6350                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6351                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6352                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6353                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6354                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6355                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6356                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6360                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6362                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6364                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6365                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6366                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6368                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6369                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6370                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6371                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6372                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6374                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6375                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6376                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6379                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6381                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6383                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6384                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6385                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6386                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6389                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6390                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6391                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6393                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6395                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6397                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6398                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6399                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6400                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6401                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6403                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6404                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6407                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6408                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6411                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6412                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6413                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6414                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6417                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6419                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6420                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6423                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6424                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6427                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6428                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6433                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6434                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6435                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6436                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6437                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6440                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6443                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6444                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6446                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6447                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6448                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6449                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6450                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6451                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6452                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6453                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6455                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6456                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6457                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6459                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6461                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6462                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6463                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6464                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6465                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6466                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6467                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6469                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6470                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6471                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6472                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6473                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6475                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6476                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6477                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6478                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6479                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6482                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6484                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6485                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6486                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6487                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6489                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6492                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6493                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6498                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6499                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6500                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6501                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6502                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6503                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6504                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6505                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6506                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6507                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6510                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6511                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6512                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6514                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6515                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6516                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6519                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6520                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6521                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6522                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6524                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6526                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6527                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6529                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6530                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6532                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6533                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6534                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6535                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6536                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6537                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6538                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6539                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6540                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6541                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6543                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6547                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6550                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6551                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6555                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6556                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6558                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6559                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6560                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6561                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6563                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6564                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6565                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6566                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6567                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6568                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6569                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6571                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6573                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6574                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6577                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6580                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6582                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6587                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6588                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6589                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6591                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6593                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6594                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6595                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6596                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6597                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6599                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6601                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6602                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6603                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6605                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6606                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6607                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6608                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6610                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6611                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6612                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6613                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6614                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6616                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6619                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6620                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6621                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6622                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6623                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6624                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6627                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6628                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6629                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6631                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6632                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6633                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6634                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6635                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6636                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6639                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6641                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6642                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6643                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6645                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6646                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6647                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6648                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6649                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6650                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6651                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6652                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6653                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6654                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6655                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6656                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6657                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6658                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6660                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6661                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6662                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 6663                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6664                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6665                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6666                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6667                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6668                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6669                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6670                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6671                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6674                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6675                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6677                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6679                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6680                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6683                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6684                                                   <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 6685                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6687                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6689                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6691                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6693                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6694                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6695                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6698                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6701                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6702                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6704                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6705                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6706                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6707                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6710                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6711                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6712                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6714                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6715                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6716                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6717                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6718                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6719                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6720                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6721                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6723                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6724                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6725                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6726                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6727                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6728                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6731                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6733                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6734                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6735                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6736                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6737                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6738                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6739                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6740                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6741                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6743                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6744                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6748                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6750                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6754                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6756                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6757                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6758                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6759                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6761                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6762                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6764                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6767                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6768                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6770                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6771                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6772                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6773                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6776                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6777                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6778                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6780                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6781                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6784                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6786                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6787                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6789                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6791                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6792                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6793                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6794                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6795                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6796                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6798                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6800                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6802                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6803                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6804                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6806                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6808                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6810                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6813                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6814                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6815                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6818                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6820                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6823                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6824                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6825                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6826                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6827                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6828                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6829                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6831                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6833                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6834                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6835                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6837                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6838                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6839                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6845                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6846                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6847                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6848                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6851                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6852                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6855                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6856                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6857                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6861                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6863                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6864                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6865                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6868                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6869                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6870                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6871                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6872                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6874                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6876                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6877                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6878                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6881                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6882                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6883                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6885                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6886                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6888                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6890                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6892                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6894                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6895                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6896                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6897                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6898                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6899                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6900                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6902                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6903                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6904                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6909                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6911                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6912                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6913                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6914                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6915                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6916                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6921                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6922                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6923                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6924                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6926                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6927                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6928                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6930                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6931                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6932                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6935                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6936                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6938                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6939                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6941                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6942                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6944                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6945                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6947                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6948                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6949                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6950                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6953                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6957                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6958                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6959                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6960                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6962                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6963                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6965                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6967                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6968                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6969                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6970                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6972                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6974                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6979                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6980                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6982                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6983                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6985                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6988                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6989                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6993                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6994                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6995                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6997                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 6998                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 6999                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7000                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7001                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7002                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7004                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7005                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7006                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7007                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7008                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7009                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7011                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7013                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7014                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7015                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7018                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7019                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7020                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7021                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7022                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7023                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7024                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7025                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7026                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7027                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7028                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7029                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7030                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7032                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7033                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7034                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7035                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7037                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7038                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7039                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7040                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7042                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7043                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7045                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7046                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7047                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7048                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7050                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7051                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7052                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7054                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7055                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7056                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7057                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7058                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7059                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7060                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7061                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7062                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7063                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7064                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7065                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7067                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7068                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7069                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7070                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7071                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7073                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7074                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7075                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7076                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7077                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7078                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7080                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7081                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7082                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7083                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7085                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7086                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7087                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7088                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7089                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7090                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7091                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7092                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7093                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7094                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7095                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7096                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7097                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7098                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7099                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7101                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7102                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7103                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7104                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7105                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7106                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7107                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7109                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7110                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7112                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7113                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7114                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7116                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7117                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7118                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7119                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7120                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7123                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7124                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7125                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7126                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7127                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7128                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7129                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7130                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7131                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7133                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7134                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7135                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7136                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7137                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7138                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7140                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7141                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7142                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7143                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7145                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7146                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7147                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7148                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7150                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7151                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7153                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7154                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7157                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7158                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7159                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7160                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7161                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7162                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7164                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7165                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7166                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7168                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7169                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7170                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7171                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7172                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7173                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7174                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7175                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7178                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7179                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7180                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7181                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7182                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7184                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7187                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7190                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7191                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7192                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7193                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7194                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7195                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7196                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7197                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7198                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7199                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7200                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7201                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7202                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7203                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7204                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7206                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7207                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7208                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7209                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7211                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7213                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7214                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7215                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7216                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7217                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7220                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7222                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7223                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7224                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7225                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7226                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7227                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7228                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7229                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7230                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7231                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7232                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7234                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7236                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7238                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7241                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7242                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7243                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7245                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7247                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7248                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7250                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7252                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7253                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7254                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7255                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7256                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7257                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7259                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7260                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7262                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7263                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7264                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7265                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7266                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7267                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7268                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7269                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7270                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7271                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7274                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7275                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7276                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7277                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7279                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7280                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7281                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7283                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7284                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7285                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7286                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7287                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7288                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7289                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7290                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7291                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7292                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7293                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7294                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7295                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7297                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7298                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7299                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7300                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7301                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7302                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7303                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7304                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7305                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7307                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7308                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7310  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 7311                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7312                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7314                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7315                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7316                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7317                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7318                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7319                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7320                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7321                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7322                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7323                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7324                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7325                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7327                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7328                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7329                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7331                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7332                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7333                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7336                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7337                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7342                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7343                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7344                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7345                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7346                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7347                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7351                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7352                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7353                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7354                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7355                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7356                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7357                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7358                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7359                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7360                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7361                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7362                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7364                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7365                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7366                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7368                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7369                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7370                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7371                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7375                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7376                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7377                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7378                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7379                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7381                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7383                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7384                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7385                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7386                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7387                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7389                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7390                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7391                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7392                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7393                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7394                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7395                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7398                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7399                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7400                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7401                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7402                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7403                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7404                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7409                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7414                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7415                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7416                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7417                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7418                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7419                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7420                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7422                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7423                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7424                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7425                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7426                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7428                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7429                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7430                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7433                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7434                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7435                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7436                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7437                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7438                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7439                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7440                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7441                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7444                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7445                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7447                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7448                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7450                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7451                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7452                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7453                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7455                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7456                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7457                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7458                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7459                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7461                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7462                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7463                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7464                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7465                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7466                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7467                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7468                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7469                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7470                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7471                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7472                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7473                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7474                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7475                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7476                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7478                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7479                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7480                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7482                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7484                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7485                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7486                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7488                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7489                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7491                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7492                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7493                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7494                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7495                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7497                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7498                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7499                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7500                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7502                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7503                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7504                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7505                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7507                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7509                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7510                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7512                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7513                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7515                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7516                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7517                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7520                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7521                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7523                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7524                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7526                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7528                                   <a href="https://echochamber.be" rel="nofollow">socialpoetrybots</a>
## 7529                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7530                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7531                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7533                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7534                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7535                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7537                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7538                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7539                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7540                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7541                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7542                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7543                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7544                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7546                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7547                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7548                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7549                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7551                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7553                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7556                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7557                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7558                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7560                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7561                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7563                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7564                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7565                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7567                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7568                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7569                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7570                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7571                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7573                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7576                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7577                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7578                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7579                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7581                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7585                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7587                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7589                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7591                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7592                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7593                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7594                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7595                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7600                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7601                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7602                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7603                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7605                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7606                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7607                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7608                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7610                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7612                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7613                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7614                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7615                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7616                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7618                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7619                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7621                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7622                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7624                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7627                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7628                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7629                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7630                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7632                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7633                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7635                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7636                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7637                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7639                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7641                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7642                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7644                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7645                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7646                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7647                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7648                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7649                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7650                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7651                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7652                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7653                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7654                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7655                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7656                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7657                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7659                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7660                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7661                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7662                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7663                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7664                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7665                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7667                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7668                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7669                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7670                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7671                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7673                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7674                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7675                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7676                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7677                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7680                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7682                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7684                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7685                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7689                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7691                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7692                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7693                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7694                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7696                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7697                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7698                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7701                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7702                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7704                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7705                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7706                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7707                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7708                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7711                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7712                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7714                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7715                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7716                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7717                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7718                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7719                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7720                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7721                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7723                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7724                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7725                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7726                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7727                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7728                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7731                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7733                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7734                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7735                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7737                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7738                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7739                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7740                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7741                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7745                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7747                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7748                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7749                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7752                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7754                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7757                                 <a href="http://appleinsider.com" rel="nofollow">Appleinsider.com </a>
## 7758                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7759                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7761                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7762                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7763                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7765                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7767                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7768                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7772                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7773                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7774                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7777                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7778                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7779                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7781                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7782                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7784                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7786                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7788                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7789                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7791                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7792                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7793                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7794                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7795                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7796                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7797                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7798                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7800                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7802                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7803                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7806                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7810                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7811                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7814                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7815                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7818                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7820                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 7821                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7824                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7827                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7828                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7829                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7831                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7832                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7834                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7837                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7838                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7840                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7841                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7844                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7845                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7846                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7848                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7850                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7851                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7852                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7855                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7856                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7857                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7859                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7860                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7862                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7863                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7864                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7867                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7869                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7870                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7874                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7876                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7878                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7880                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7881                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7882                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7883                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7884                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7886                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7888                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7892                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7894                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7895                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7896                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7897                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7899                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7900                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7901                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7902                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7903                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7904                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7910                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7911                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7912                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7913                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7914                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7915                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7916                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7919                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7920                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7921                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7923                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7924                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7925                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7926                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7927                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7928                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7930                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7931                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7932                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7933                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7934                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7935                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7937                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7938                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7940                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7942                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7943                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7944                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7945                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7946                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7947                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7948                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7949                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7950                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7951                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7954                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7957                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7958                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7959                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7962                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7963                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7964                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7965                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7966                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7967                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7969                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7970                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7972                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7974                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7975                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7976                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7978                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7979                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7980                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7981                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7982                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7985                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7986                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7987                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7988                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7989                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7991                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7992                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 7993                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7996                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7998                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 7999                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8000                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8003                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8005                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8006                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8008                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8009                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8010                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8011                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8012                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8013                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8015                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8017                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8018                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8019                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8020                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8022                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8023                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8024                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8025                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8026                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8027                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8029                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8030                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8032                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8033                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8034                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8035                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8037                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8038                                                   <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 8039                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8040                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8041                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8042                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8043                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8045                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8046                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8047                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8048                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8049                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8050                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8051                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8052                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8053                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8054                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8055                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8056                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8057                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8058                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8059                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8060                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8061                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8062                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8063                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8064                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8065                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8066                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8067                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8068                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8069                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8070                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8071                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8072                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8073                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8074                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8075                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8076                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8078                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8079                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8080                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8081                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8082                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8083                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8084                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8085                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8086                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8087                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8088                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8089                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8090                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8091                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8092                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8094                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8096                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8097                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8098                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8099                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8100                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8102                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8103                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8104                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8105                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8106                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8109                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8111                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8112                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8113                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8114                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8116                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8117                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8118                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8119                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8120                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8121                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8123                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8124                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8125                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8127                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8129                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8130                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8131                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8133                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8134                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8135                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8136                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8137                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8140                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8141                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8142                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8144                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8146                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8147                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8148                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8150                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8151                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8153                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8157                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8159                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8161                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8162                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8163                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8164                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8168                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8169                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8170                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8171                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8173                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8175                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8176                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8177                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8180                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8181                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8182                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8185                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8187                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8188                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8189                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8190                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8191                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8192                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8194                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8195                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8196                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8197                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8198                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8199                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8201                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8202                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8203                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8204                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8205                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8206                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8207                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8210                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8211                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8212                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8213                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8214                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8216                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8217                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8220                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8222                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8223                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8225                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8226                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8228                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8229                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8230                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8231                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8232                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8233                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8234                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8241                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8242                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8243                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8244                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8245                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8247                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8248                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8250                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8252                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8253                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8255                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8256                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8257                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8258                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8262                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8263                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8264                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8269                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8270                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8271                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8274                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8275                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8276                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8277                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8278                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8280                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8283                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8284                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8287                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8288                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8289                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8290                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8291                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8292                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8294                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8295                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8296                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8297                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8298                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8300                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8301                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8302                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8303                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8304                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8305                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8307                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8308                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8309                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8310                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8311                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8312                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8314                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8315                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8316                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8317                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8318                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8319                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8321                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8323                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8324                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8325                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8327                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8328                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8329                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8330                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8331                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8332                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8333                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8336                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8337                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8338                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8339                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8340                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8341                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8342                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8343                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8344                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8345                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8346                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8347                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8349                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8351                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8352                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8353                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8354                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8355                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8356                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8357                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8359                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8360                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8361                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8362                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8363                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8364                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8365                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8366                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8368                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8369                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8370                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8371                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8372                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8374                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8375                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8376                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8377                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8379                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8380                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8381                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8382                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8383                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8384                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8385                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8386                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8387                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8388                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8389                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8390                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8391                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8393                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8394                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8395                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8396                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8397                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8398                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8399                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8400                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8401                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8402                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8403                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8404                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8405                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8406                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8407                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8409                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8413                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8414                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8415                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8417                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8418                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8420                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8421                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8425                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8426                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8427                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8428                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8433                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8436                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8437                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8438                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8439                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8440                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8444                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8446                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8447                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8448                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8449                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8450                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8451                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8452                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8453                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8455                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8457                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8458                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8459                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8460                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8461                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8462                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8463                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8464                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8466                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8467                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8468                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8469                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8470                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8471                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8472                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8473                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8475                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8476                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8477                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8478                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8481                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8482                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8484                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8485                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8486                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8489                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8490                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8492                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8493                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8494                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8495                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8496                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8497                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8498                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8499                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8500                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8502                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8504                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8505                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8506                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8507                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8509                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8510                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8512                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8514                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8515                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8516                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8517                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8518                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8519                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8520                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8521                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8522                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8523                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8524                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8526                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8528                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8529                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8530                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8531                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8532                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8533                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8534                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8535                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8536                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8537                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8538                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8539                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8540                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8541                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8542                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8543                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8544                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8546                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8547                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8548                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8549                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8550                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8551                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8552                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8558                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8559                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8560                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8561                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8562                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8564                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8565                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8567                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8568                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8569                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8570                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8571                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8572                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8573                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8575                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8577                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8579                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8580                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8581                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8582                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8584                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8586                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8587                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8588                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8589                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8590                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8591                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8592                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8593                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8594                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8595                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8596                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8597                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8601                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8603                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8605                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8607                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8608                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8610                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8613                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8614                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8616                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8617                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8618                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8619                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8620                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8621                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8622                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8623                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8624                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8626                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8627                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8629                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8632                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8633                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8635                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8636                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8638                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8639                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8641                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8642                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8643                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8644                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8646                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8647                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8648                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8649                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8650                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8651                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8652                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8653                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8654                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8655                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8656                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8659                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8660                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8662                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8663                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8664                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8665                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8667                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8668                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8669                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8671                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8673                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8674                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8675                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8677                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8680                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8682                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8683                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8684                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8685                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8687                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8689                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8690                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8691                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8693                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8694                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8695                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8696                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8697                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8698                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8701                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8703                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8704                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8705                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8707                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8709                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8710                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8711                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8712                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8713                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8715                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8717                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8718                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8719                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8720                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8721                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8723                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8724                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8725                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8726                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8728                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8729                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8730                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8731                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8732                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8733                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8734                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8735                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8737                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8738                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8739                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8740                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8741                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8742                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8744                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8745                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8747                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8748                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8749                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8750                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8753                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8754                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8755                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8757                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8759                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8761                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8762                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8763                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8764                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8765                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8766                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8767                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8768                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8771                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8772                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8773                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8774                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8776                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8777                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8778                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8779                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8780                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8781                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8782                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8783                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8784                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8786                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8788                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8789                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8790                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8791                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8792                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8793                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8794                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8795                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8796                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8797                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8798                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8799                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8800                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8802                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8803                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8804                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8806                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8807                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8808                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8810                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8814                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8815                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8816                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8818                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8822                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8824                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8825                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8826                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8827                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8828                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8829                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8831                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8834                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8838                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8839                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8840                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8842                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8846                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8848                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8850                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8852                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8855                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8857                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8861                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8862                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8864                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8865                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8867                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8868                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8869                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8870                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8872                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8873                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8874                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8875                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8876                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8878                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8879                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8880                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8881                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8882                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8883                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8884                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8885                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8886                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8887                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8888                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8889                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8892                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8893                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8894                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8895                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8896                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8897                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8898                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8899                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8900                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8901                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8902                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 8903                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8905                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8909                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8911                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8912                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8913                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8914                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8915                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8916                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8917                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8920                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8921                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8923                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8924                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8925                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8926                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8927                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8929                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8930                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8931                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8932                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8933                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8934                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8935                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8937                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8939                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8940                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8941                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8942                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8943                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8944                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8945                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8947                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8949                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8950                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8951                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8955                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8956                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8957                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8959                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8960                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8961                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8962                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8963                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8966                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8968                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8969                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8970                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8974                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8976                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8977                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8980                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8984                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8985                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8989                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8990                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8992                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8993                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8995                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 8996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8997                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8998                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 8999                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9000                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9001                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9002                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9003                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9004                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9005                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9006                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9007                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9008                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9009                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9010                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9011                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9012                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9013                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9014                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9015                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9016                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9017                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9018                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9019                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9020                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9021                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9022                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9023                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9024                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9025                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9026                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9027                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9028                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9029                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9030                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9031                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9032                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9033                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9034                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9035                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9036                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9037                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9038                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9039                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9040                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9041                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9042                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9043                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9044                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9045                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9046                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9047                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9048                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9049                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9050                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9051                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9052                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9053                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9054                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9055                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9056                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9057                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9058                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9059                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9060                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9061                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9062                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9063                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9064                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9065                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9066                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9067                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9068                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9069                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9070                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9071                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9072                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9073                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9074                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9075                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9076                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9077                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9078                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9079                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9080                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9081                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9082                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9083                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9084                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9085                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9086                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9087                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9088                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9089                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9090                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9091                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9092                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9093                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9094                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9095                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9096                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9097                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9098                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9099                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9100                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9102                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9103                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9104                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9105                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9106                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9108                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9109                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9110                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9111                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9112                                      <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 9113                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9116                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9117                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9118                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9119                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9120                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9121                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9122                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9123                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9124                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9125                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9126                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9127                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9128                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9129                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9130                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9131                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9132                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9133                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9134                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9136                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9137                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9138                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9139                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9140                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9141                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9142                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9143                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9144                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9145                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9146                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9147                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9148                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9149                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9150                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9151                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9152                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9153                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9154                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9155                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9157                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9159                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9160                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9161                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9163                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9164                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9165                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9166                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9168                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9170                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 9171                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9173                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9175                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9176                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9178                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9181                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9182                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9185                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9186                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9187                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9188                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9189                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9190                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9191                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9192                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9193                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9194                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9195                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9196                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9197                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9199                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9201                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9202                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9203                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9204                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9207                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9209                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9210                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9211                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9212                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9213                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9214                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9215                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9216                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9217                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9218                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9219                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9220                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9221                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9222                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9223                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9225                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9226                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9228                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9229                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9230                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9231                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9232                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9233                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9234                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9236                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9239                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9240                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9241                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9242                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9243                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9245                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9246                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9247                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9248                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9249                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9250                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9252                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9253                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9254                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9255                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9256                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9257                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9259                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9262                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9263                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9264                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9265                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9266                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9267                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9268                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9269                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9270                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9271                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9272                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9273                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9274                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9275                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9276                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9277                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9278                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9280                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9282                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9283                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9284                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9286                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9287                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9288                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9289                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9290                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9291                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9292                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9294                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9295                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9296                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9297                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9298                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9299                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9300                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9301                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9302                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9303                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9304                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9305                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9306                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9307                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9308                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9309                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9310                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9311                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9314                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9315                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9316                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9317                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9318                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9320                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9321                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9322                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9323                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9324                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9325                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9327                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9328                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9329                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9330                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9331                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9332                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9333                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9335                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9337                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9338                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9339                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9341                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9342                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9343                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9344                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9346                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9347                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9348                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9349                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9350                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9351                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9352                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9353                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9354                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9355                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9356                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9357                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9359                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9360                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9362                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9364                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9365                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9366                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9367                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9368                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9369                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9370                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9371                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9372                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9375                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9376                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9377                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9379                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9380                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9381                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9383                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9384                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9386                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9387                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9388                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9389                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9390                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9391                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9392                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9393                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9394                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9395                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9398                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9399                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9400                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9401                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9402                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9403                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9404                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9405                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9407                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9410                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9411                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9412                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9413                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9414                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9417                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9418                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9419                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9420                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9421                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9422                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9424                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9425                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9426                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9428                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9430                                     <a href="https://www.popsugar.com" rel="nofollow">popsugar.com</a>
## 9431                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9433                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9434                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9436                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9438                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9439                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9440                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9443                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9444                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9445                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9446                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9447                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9448                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9449                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9450                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9451                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9452                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9453                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9455                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9457                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9458                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9459                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9461                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9462                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 9463                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9464                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9465                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9466                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9467                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9468                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9469                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9470                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9472                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9473                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9475                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9476                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9477                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9478                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9480                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9482                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9484                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9485                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9486                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9489                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9490                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9492                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9493                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9494                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9495                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9496                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9497                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9498                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9499                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9500                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9501                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9502                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9504                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9505                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9506                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9507                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9509                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9510                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9511                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9512                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9516                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9520                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9521                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9522                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9524                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9525                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9526                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9527                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9529                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9530                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9531                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9533                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9534                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9535                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9536                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9537                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9538                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9539                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9540                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9543                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9544                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9545                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9546                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9547                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9549                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9550                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9551                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9555                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9559                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 9560                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9561                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9564                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9565                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9566                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9567                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9568                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9569                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9570                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9571                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9573                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9574                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9575                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9576                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9577                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9578                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9583                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9584                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9585                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9587                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9588                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9590                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9591                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9592                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9593                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9594                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9595                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9597                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9599                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9601                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9603                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9604                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9605                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9607                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9608  <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 9609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9610                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9611                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9612                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9613                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9614                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9615                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9616                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9617                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9618                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9619                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9620                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9621                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9622                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9623                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9624                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9625                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9626                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9627                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9628                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9629                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9630                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9631                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9633                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9634                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9635                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9636                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9637                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9638                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9639                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9641                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9642                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9644                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9645                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9646                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9647                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9648                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9649                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9650                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9651                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9652                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9653                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9654                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9655                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9656                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9657                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9659                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9660                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9662                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9663                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9664                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9665                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9666                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9667                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9668                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9669                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9670                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9671                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9672                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9673                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9674                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9675                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9676                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9677                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9678                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9679                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9680                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9682                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9683                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9684                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9685                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9686                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9687                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9689                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9690                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9691                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9693                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9694                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9695                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9697                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9698                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9700                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9701                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9702                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9703                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9704                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9705                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9707                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9708                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9709                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9711                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9712                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9714                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9715                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9716                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9717                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9718                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9719                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9720                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9721                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9722                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9723                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9724                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9725                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9726                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9728                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9729                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9731                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9733                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9734                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9735                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9736                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9737                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9738                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9740                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9741                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9743                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9747                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9748                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9749                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9750                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9751                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9752                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9754                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9755                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9756                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9757                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9759                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9760                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9761                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9762                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9763                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9765                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9766                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9767                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9768                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9769                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9772                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9773                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9774                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9775                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9777                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9778                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9779                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9781                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9783                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9784                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9785                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9786                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9787                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9788                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9789                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9790                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9791                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9792                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9793                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9794                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9795                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9796                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 9797                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9798                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9799                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9801                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9802                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9803                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9804                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9805                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9806                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9807                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9809                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9810                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9811                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9813                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9814                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9815                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9816                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9818                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9819                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9820                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9821                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9822                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9823                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9824                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9825                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9826                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9827                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9828                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9829                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9830                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9831                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9832                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9833                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9834                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9835                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9836                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9838                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9839                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9840                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9841                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9842                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9843                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9846                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9848                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9849                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9850                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9851                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9852                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9856                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9857                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9858                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9859                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9860                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9861                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9862                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9864                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9867                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9868                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9869                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9870                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9871                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9872                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9874                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9876                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9878                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9879                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9880                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9881                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9882                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9883                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9885                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9886                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9887                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9888                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9889                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9890                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9891                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9893                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9894                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9895                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9896                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9897                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9898                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9899                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9900                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9901                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9902                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9903                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9904                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9905                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9906                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9907                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9908                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9909                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9911                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9912                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9913                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9914                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9915                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9916                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9918                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9919                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9920                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9921                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9922                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9923                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9924                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9925                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9926                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9927                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9929                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9930                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9932                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9933                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9935                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9936                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9937                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9938                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9939                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9940                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9941                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9942                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9943                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9944                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9945                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9947                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9949                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9950                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9951                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9952                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9953                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9954                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9955                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9956                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9957                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9958                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9959                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9961                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9963                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9964                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9965                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9966                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9967                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9968                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9969                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9971                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9972                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9973                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9974                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9976                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9977                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9979                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9981                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9982                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9983                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9984                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9986                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9990                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9991                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9992                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9993                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9995                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9997                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 9998                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 9999                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 10000                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>

GROUPING THE DATA CREATED.

TTweetsdf2 %>%  
  group_by(1) %>%  
  summarise(max = max(created), min = min(created))
## # A tibble: 1 × 3
##     `1` max                 min                
##   <dbl> <dttm>              <dttm>             
## 1     1 2022-11-28 23:59:56 2022-11-28 13:39:49
mutatee <- TTweetsdf %>%  mutate(Created_At_Round = created %>% 
                                    round(units = 'hours') %>% as.POSIXct())
mutatee
##                                                                                                                                                                    text
## 1                                                                                    Can’t wait for my #SpotifyWrapped top 5 genre to just all be reiterations of pop 💕
## 2                                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3                                                                                                                   I predict my top genre will be rap. #SpotifyWrapped
## 4                                                                                                     I predict my top podcast will be Pod Meets World  #SpotifyWrapped
## 5                                                                                                     I predict my most played song will be  That Girl😭 #SpotifyWrapped
## 6                                                                                   I predict my most played song will be Through The Wire (Kanye West) #SpotifyWrapped
## 7                                                                                                                    I predict my top genre will be Pop #SpotifyWrapped
## 8                                                                                              I predict my most played song will be I Burned LA Down \n#SpotifyWrapped
## 9                                                                                                                 I predict my top genre will be Kpop💎💙 #SpotifyWrapped
## 10                                                                                                        I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 11                                                                                                        I predict my top artist will be Justin Bieber #SpotifyWrapped
## 12                                       My #SpotifyWrapped in 2022 will flex between LoFi beats, to early 2000s Jay-Z, to T-Swift and Sunmi (courtesy of the gorlfren)
## 13                                                                                                        I predict my top artist will be @Eiffel65Band #SpotifyWrapped
## 14                                                             we don’t talk about bruno va a estar en mi top 5, no me escondo\n#SpotifyWrapped https://t.co/OcGBB8WgEz
## 15                                                                                                    I predict my top artist will be tyler the creator #SpotifyWrapped
## 16                                                                                                      I predict my top artist will be Sebastian Yatra #SpotifyWrapped
## 17                                                                                       I predict my most played song will be Never Goodbye nct dreamm #SpotifyWrapped
## 18                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped it’s between shawn mendes or borassca
## 19                        Hack\n\nWhat is the issue with your account? Send a DM to Get it fixed or Recovered !!!\n\n#Round #Robinhood #Acorns… https://t.co/M9bcBporhP
## 20                                                                                                                   I predict my top genre will be rap #SpotifyWrapped
## 21                                                            i swear if brown noise is in my top artist in the #SpotifyWrapped like im sorry i needed help sleeping 😪😪
## 22                                                                                                 I predict my top genre will be pop? Or pop adjacent. #SpotifyWrapped
## 23                                                                                                                 #SpotifyWrapped just dropped https://t.co/rqaTL1bcHD
## 24                                                                   I’m real nervous for my Spotify wrapped this year😅 my music was all over the place #SpotifyWrapped
## 25                                                                                           I predict my most played song will be monks by frank ocean #SpotifyWrapped
## 26                                                                              my #SpotifyWrapped when it comes out is just gonna be these two https://t.co/oykbMjoBbn
## 27                                                                               I think this will be the year that my top 5 artists change drastically #SpotifyWrapped
## 28                                                                              I predict my most played song will be 'I Think He Knows' - Taylor Swift #SpotifyWrapped
## 29                                                        I predict my top artist will be [well it better be @taylorswift13 or I’m gonna be real upset] #SpotifyWrapped
## 30                                                                                                       I predict my top artist will be [Jacques Brel] #SpotifyWrapped
## 31                                                                                                      I predict my top artist will be @JIDsv for sure #SpotifyWrapped
## 32                                                                                                       I predict my top podcast will be distractable  #SpotifyWrapped
## 33                                                      my #SpotifyWrapped: 2022 was an interesting year..you didn't let hate paralyze your mind a total of 10613 times
## 34                                                                                                           I predict my top artist will be [Rod Wave] #SpotifyWrapped
## 35                                                                                                                 I predict my top artist will be Lucy #SpotifyWrapped
## 36                                                                                  Sabrina Carpenter Space\nhttps://t.co/bLRQ6C7rCb\n#sabrinacarpenter #SpotifyWrapped
## 37                                                                                             I just want my damn #SpotifyWrapped already. Give it to me, you cowards.
## 38                                                                                                         I predict my top genre will be probably kpop #SpotifyWrapped
## 39                                                                                     I predict my most played song will be 소녀 소녀 by loonas haseul #SpotifyWrapped
## 40                                                                                                              I predict my top artist will be Beyoncé #SpotifyWrapped
## 41                                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 42                               My one and only Chevron Amethyst earrings. 😍 #CyberMonday #SpotifyWrapped #beadedjewelry #handmadegifts #lizzo https://t.co/Xx3sFlXtwb
## 43                                                                                                  I predict my top artist will be [weird al yankovic] #SpotifyWrapped
## 44                                                                                                                I predict my top genre will be [rock] #SpotifyWrapped
## 45                                                                                        just drank milk #awesome #badass #dope #swag #rad #SpotifyWrapped #cool #nice
## 46                                                                                                     I predict my most played song will be [pancreas] #SpotifyWrapped
## 47                                                                                                                   I predict my top genre will be Pop #SpotifyWrapped
## 48                        Why tf y'all posting "I hope (artist) is my #1 on #SpotifyWrapped?\nThat shit ain't for two days and everyone's post… https://t.co/6to5HmhJoz
## 49                                                                                 I predict my top podcast will be Anything Goes with Emma Chamberlain #SpotifyWrapped
## 50                                                                                               I predict my most played song will be A Que le Tiramos #SpotifyWrapped
## 51                                                                                                 I predict my top podcast will be louder with crowder #SpotifyWrapped
## 52                                                                                                        I predict my top podcast will be ... nothing! #SpotifyWrapped
## 53                           HTML is getting better😆🤪\nJust but a hint of my website😂\n#100DaysOfCode \n#100daysofcodechallenge\n#codeHive2022… https://t.co/AiKFbUHBD4
## 54                                                                                                       I predict my top artist will be billie eilish  #SpotifyWrapped
## 55                                                                                                                               Yo, can  #SpotifyWrapped drop already?
## 56                                                                                                         I predict my top artist will be XXXTENTACION #SpotifyWrapped
## 57                                                                                                        I predict my top podcast will be Archetypes\n #SpotifyWrapped
## 58                                                                                                        I predict my top artist will be @badomenscult #SpotifyWrapped
## 59                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 60                                                                               I predict my most played song will be [probably something by crosses?] #SpotifyWrapped
## 61                                                                                                         I predict my top artist will be [the weeknd] #SpotifyWrapped
## 62                                                                                                                   I predict my top genre will be pop #SpotifyWrapped
## 63                                                                  I predict my top artist will be m #SpotifyWrapped I KNOW HER Mariah Carey @MariahCarey MARIAH CAREY
## 64                                                                                                       I predict my top artist will be Raleigh Keegan #SpotifyWrapped
## 65                        would you make a great career online and become a millionaire by 2022. \ntake this free test and find out how you ca… https://t.co/Ff8jSw6lUX
## 66                                                                                        I predict my most played song will be True Love by X &amp; YE #SpotifyWrapped
## 67                                Slow hunts usually have incredible sunsets...\n#outdoors #nature #wildlife #hunting #duckhunting #duckhunter… https://t.co/XQwS63Djqc
## 68                                                                                                                                            #SpotifyWrapped PLEASEEEE
## 69                                                                              I predict my most played song will be Jump Then Fall (Taylor’s Version) #SpotifyWrapped
## 70                                                                                              I predict my most played song will be happier than ever #SpotifyWrapped
## 71                                                                                                              I predict my top genre will be country. #SpotifyWrapped
## 72                                                                                   my top artist will be @machinegunkelly 100% , no questions asked.  #SpotifyWrapped
## 73                                                                                        I predict my most played song will be obviously Yet To Come 🔥 #SpotifyWrapped
## 74                                 I predict my most played song will be "Understand" - Hippo Campus #Hippocampus @thehalocline #SpotifyWrapped https://t.co/7G3gskB2Jm
## 75                                                                                                       I predict my top artist will be  @MorganWallen #SpotifyWrapped
## 76                                                                I predict my most played song will be All I Want for Christmas is You by Mariah Carey #SpotifyWrapped
## 77                                                                                                                   cant predict my # 1 song this year #SpotifyWrapped
## 78                                                                            I predict my top artist will be Andrew Garfield 😅 #SpotifyWrapped https://t.co/zOpGilmdfr
## 79                                                                                                        I predict my top artist will be [ BLACKPINK ] #SpotifyWrapped
## 80                                                                         I predict my most played song will be Carly Rae Jepsen - Talking to Yourself #SpotifyWrapped
## 81                                                                                                     I predict my top artist will be [Eleni Foureira] #SpotifyWrapped
## 82                                                                                                              I predict my top genre will be [ kpop ] #SpotifyWrapped
## 83                                                                                                         I predict my top artist will be Taylor Swift #SpotifyWrapped
## 84                                                                                                                 I predict my top genre will be [Pop] #SpotifyWrapped
## 85                                                                                          I predict my most played song will be [pink venom/shutdown] #SpotifyWrapped
## 86                                    https://t.co/835vHrEQt5\nWe live 😎💯\n#truecrimecommuity #RedVelvet #AnkitGupta𓃵 #BSC #DonaldTrump #dolar… https://t.co/z3AbVHwojb
## 87                                                                  I predict my top artist will be American rock band my chemical romance @MCRofficial #SpotifyWrapped
## 88                            My #SpotifyWrapped is going to be a very bizarre mix of deathcore, vocaloid/j pop, game soundtracks and synthwave https://t.co/4Ed10YwzXt
## 89                                                                                                 I predict my most played song will be [El Telephone] #SpotifyWrapped
## 90                                                                                                           Idk how much longer I can wait please drop #SpotifyWrapped
## 91                       I listened to too much Tick Tick Boom and Moulin Rouge for it to be anything else. \n\nI predict my top genre will be… https://t.co/dZeQajgbKY
## 92                                                                                                        i predict my top artist will be taylor swift. #spotifywrapped
## 93                                                                                          I predict my top podcast will be obviously @AMorbidPodcast  #SpotifyWrapped
## 94                                                                                                      I predict my top artist will be @jose_madero 💛\n#SpotifyWrapped
## 95                                                                                                                   I predict my top genre will be Rap #SpotifyWrapped
## 96                                                                                                I predict my most played song will be ABOUT DAMN TIME #SpotifyWrapped
## 97                                                                                                   I predict my most played song will be fall in love #SpotifyWrapped
## 98                                                                                              I predict my most played song will be Famous Last Words #SpotifyWrapped
## 99                      My 6 months VS my all-time \nWhich y’all prefer?? \n(Some of these would never be in the same room 😂)\n#SpotifyWrapped… https://t.co/EcZza0tkJP
## 100                                    #wip trying to do more energetic scenes and illustrations #art #characterdesign #illustration #blackart… https://t.co/9WLSJ3wMZY
## 101                                   I predict my top podcast will be #Archetypes without a doubt. #ArchetypesWithMeghan #ArchetypesOnSpotify… https://t.co/W3SOd7TLIe
## 102                       JUST DROPPED A FIRE TRACK “6TH SENSE” RUN IT UP 🔥🔥\n\nhttps://t.co/xP2zy1Csuc\n\n#artist #Producer #underground #rap… https://t.co/AcJUuqywM9
## 103                                                                                                            it's almost #SpotifyWrapped time https://t.co/eeirWrraxn
## 104                                                                                                      I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 105                                                                                                I predict my top podcast will be The Tim Dillon Show #SpotifyWrapped
## 106                                                                                                             I predict my top podcast will be UNHhhh #SpotifyWrapped
## 107                                                                                                   I predict my top artist will be [@taylorswift13 ] #SpotifyWrapped
## 108                                                                                        I predict my most played song will be pretty boy by the nbhd #SpotifyWrapped
## 109                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 110                                                            I predict @tvgirlz ‘s not allowed, indie, @bbnomula , @snyplease #SpotifyWrapped https://t.co/pyc8oygKlu
## 111                     ,@MrBeast \nDay 692 of asking @MrBeast to give me $10,000 so that I can buy a new car\n\n#Mrbeast                     … https://t.co/yVJlp9rCNB
## 112                                                                                                            I predict my top genre will be [Country] #SpotifyWrapped
## 113                                                                                                             I predict my top artist will be weeekly #SpotifyWrapped
## 114                                                                                                    I predict my top genre will be bubblegumpussypop #SpotifyWrapped
## 115                       Good amount of value to work with on this slate, let’s kill it. Full lineup for the main slate @ 7PM EST. 🔥🔥 \n~Luca… https://t.co/Cp47ehdi98
## 116                                        New Twitter ✨\n#SpotifyWrapped #乌鲁木齐 #FIFAWorldCupQatar2022 #new #RedVelvetBirthdayParty #mommy https://t.co/Vpox5S0mQT
## 117                             Eventually the 'cOoL kIdS' will make fun of this trend, but they're just mad my music festival crushes theirs.… https://t.co/rHNjDVjL90
## 118                                                                                         I predict my most played song will be top secret by weeekly #SpotifyWrapped
## 119                                                                                              I predict my top artist will be [Halestorm @LZZYHALE ] #SpotifyWrapped
## 120                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Emo rap
## 121                                                                                             Next year my #SpotifyWrapped is going to be 99% Daisy Jones and The Six
## 122                                                                                                               I predict my top genre will be [Rock] #SpotifyWrapped
## 123                                                                                               I predict my top podcast will be therapist gecko LMAO #SpotifyWrapped
## 124                      provável que seja assim: \nartista = lana • taylor • nicki • beyoncé • avril\nsingle = break my soul • 2 be loved • w… https://t.co/Zvh3cBaVjl
## 125                                                                                                       I predict my most played song will be RUN BTS #SpotifyWrapped
## 126                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped 1000 blunts, rain dance, escape plan, or psychosocial
## 127                    https://t.co/EFzouNL0PD\n\n A Village Burial Vlog\n\nCheck out another amazing video.. village vlog. You will get to en… https://t.co/lYRFdNWATS
## 128                         Come Get Good And Rant W/ Us! https://t.co/zkNinczALo\n\n#VALORANT #gold #silver #youtubegaming #gamer #LiveStream… https://t.co/XNAav4Gjez
## 129                                                                         @Naija_PR See your answer!!! #SpotifyWrapped #RedVelvet #9ja #music https://t.co/aL4TJL7Z91
## 130                         "The easiest thing to be in the world is you. The most difficult thing to be is what other people want you to be."… https://t.co/bmqqFedrin
## 131                                                                                           I predict my top artist will BANGTAN MUTHAFCKIN SONYEODAN #SpotifyWrapped
## 132                                                                      I predict my most played song will be [Masterpiece @MIWband @ChrisMotionless ] #SpotifyWrapped
## 133                                                                                                    I predict my top podcast will be @ToonsThatCurse #SpotifyWrapped
## 134                                                                       I predict my top podcast will be The Darker Side of Life or Chug Jug with You #SpotifyWrapped
## 135                          Cooking on the grill is a year round activity. Even if it’s 38 degrees. Change my mind. #changemymind #NewEngland… https://t.co/jppgZH9Q8j
## 136                                                                              About 5 finger strolls I think I got some decent stuff #Love #F4F #S4S #SpotifyWrapped
## 137                                                                                                                 I predict my top artist will be AJR #SpotifyWrapped
## 138                          Forget about your #SpotifyWrapped.\n\nListen to Markin' Out.\n\n#WWE #WWERaw #WWENXT #SmackDown #AEW #AEWDynamite… https://t.co/H5FryomsO2
## 139                                                                                         I predict my top artist will be maybe see plus @seeplusband #SpotifyWrapped
## 140                            I Predict My Top Artist Will Be \n1 Olivia Rodrigo \n2 Conan Gray\n3 Sabrina Carpenter\n4 Dove Cameron\n5 Shawn Mendes\n #SpotifyWrapped
## 141                                                                                                            I predict my top genre will be KPOP OBVI #SpotifyWrapped
## 142                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @RSprachrohr without a doubt
## 143                                                                                                                    @Spotify #SpotifyWrapped i'm so excited for that
## 144                                                                                                          I predict my top artist will be @AriLennox #SpotifyWrapped
## 145                                                                                                       I predict my top artist will be [#SnoopnDogg] #SpotifyWrapped
## 146                                                                                                                                                WHEN #SpotifyWrapped
## 147                                                                                                              I predict my top genre will be [Disco] #SpotifyWrapped
## 148                                                   I predict my most played song will be That’s Final by @aint_afraid or Waste My Time by @AriLennox #SpotifyWrapped
## 149                                                                                                             I predict my top artist will be NCT 127 #SpotifyWrapped
## 150                                                                                                        I predict my top genre will be vocaloid lmao #SpotifyWrapped
## 151                                                                                                       I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 152                                                                               I predict my most played song will be [sexyback by Justin Timberlake] #SpotifyWrapped
## 153                                                                                                             I predict my top podcast will be BANTER #SpotifyWrapped
## 154                                                                                                              I predict my top genre will be Kpop. 😐 #SpotifyWrapped
## 155                                                                                       I predict my top podcast will be [who tf listens to podcasts] #SpotifyWrapped
## 156                                                                                 I predict my most played song will be Feel My Rhythm by Red Velvet 🤭#SpotifyWrapped
## 157                                                                                            I predict my top podcast will be And the Runner Up Is... #SpotifyWrapped
## 158                                                       I predict my top podcast will be unreleased music that ppl illegally uploaded in podcast form #SpotifyWrapped
## 159                                           #TheeAstroDot #ArmyWarrant #SpotifyWrapped #RedVelvet \n\nCheck out TheeAstroDot's video! #TikTok https://t.co/IhKAzXHgJc
## 160                                                                                               I predict my top artist will be [Taylor Alison Swift] #SpotifyWrapped
## 161                                              I predict my most played song will be 6666 - four fists. Or, maybe, darker still - @parkwayofficial\n\n#SpotifyWrapped
## 162                                                                                                            I predict my top genre will be [FAG POP] #SpotifyWrapped
## 163                                                                                                              I predict my top genre will be Indica  #SpotifyWrapped
## 164                                                                                                         I predict my top artist will be conan gray  #SpotifyWrapped
## 165                                                                    I predict my most played song will be [right where you left me OR break my soul] #SpotifyWrapped
## 166                                                                                                  I predict my top artist will be Barbra Streisand.  #SpotifyWrapped
## 167                                                                                                          I predict my top genre will be modern rock #SpotifyWrapped
## 168                                                                                                   I also enjoy seeing these #SpotifyWrapped https://t.co/f0zRSvUYjo
## 169                                                                                                   I predict my most played song will be family line #SpotifyWrapped
## 170                                                                                     I predict my top podcast will be [Inner monologue olivia neill] #SpotifyWrapped
## 171                                                   The Hawmiees #migos #kilos #fit #SpotifyWrapped #gains #motivational #gymbrand #gym #gear https://t.co/ZhRsc09kbQ
## 172                                                                                        live rn come join ! https://t.co/iAf1dVqejm #SpotifyWrapped #MW2 #CallofDuty
## 173                                 If you don't sleep before people that snore in their sleep. Forgerr abourr it💔😂 #RedVelvet #SpotifyWrapped… https://t.co/vEaVsMqjYs
## 174                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 175                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped prob drugs you should try some of not
## 176                                                                                                   I predict my top artist will be @machinegunkelly  #SpotifyWrapped
## 177                                                                                         I predict my most played song will be One Up by Central Cee #SpotifyWrapped
## 178                      Prediction– My #SpotifyWrapped :\n\n1. Song with a hard guitar solo I had to practice\n2. "Question?" by Taylor Swift… https://t.co/vkWwzH9xJ8
## 179                                                                                                      I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 180                                                                                                            I predict my top genre will be Pop.  #SpotifyWrapped Pop
## 181                                                                                                           I predict my top podcast will be [Morbid] #SpotifyWrapped
## 182                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 183                             Retweet Biko 🥹🤲🏾 @petiteback_ @Oyinriri26 @chaneldior1017 @wizkidayo @sakpo0007_ @DinahDanladi1 @Emmanuel12544… https://t.co/UeoHmo5w1Q
## 184                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped this charming man ngl
## 185                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 186                                                                                                I predict my most played song will be Vigilante Shit #SpotifyWrapped
## 187                                                                                                               I predict my top artist will be Drake #SpotifyWrapped
## 188                                                                                  I predict my most played song will be [mariners apartment complex] #SpotifyWrapped
## 189                                                                                                                 Can @YouTube make their version of #SpotifyWrapped?
## 190                                                                   I predict my top podcast will be The Album Years by Steven Wilson and Tim Bowness #SpotifyWrapped
## 191                                                              me doing this prediction as if i dont already know my top artist is arctic monkeys LOL #SpotifyWrapped
## 192                                                                                         I predict my most played song will be [safira by sirkazzio] #SpotifyWrapped
## 193                                                                                                      #SpotifyWrapped  this was mine in 2020 https://t.co/IV3d8JkkkS
## 194                      Can’t remember if I announced the trailer on here 🤔 Here it is anyway!\n\n😺Lots of Meows in The Little Tales of Alexa… https://t.co/tF5KRzuNa2
## 195                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 196                                                                                        I predict my most played song will be obviously Yet To Come  #SpotifyWrapped
## 197                              When is Spotify going to let me see my #SpotifyWrapped I need it to tell me I’m obsessed with Taylor swift, even though I already know
## 198                      This wouldn’t be half bad, would it? There’s a few surprises too!\n\nI guess it’s a sneak peek at my #SpotifyWrapped,… https://t.co/o0TNaKEf69
## 199                                                                                             I predict my top artist will be [mother mother? or mcr] #SpotifyWrapped
## 200                                                                                                                            Add me on snap onesimo_m #SpotifyWrapped
## 201                    JB BARBERING SALON - \nKUMASI MOSHIE ZONGO \nLink up for the best cut --- \n0560990713// 0594053088\n\nthepencilbarber_… https://t.co/nChG8uBsT6
## 202                                                                                                     I predict my top artist will be Nine Inch Nails #SpotifyWrapped
## 203                                                                                                   I predict my top genre will be [alternative rock] #SpotifyWrapped
## 204                                                                                                                        #SpotifyWrapped should be s national holiday
## 205                                                                                            I predict my top podcast will be something @DiscoveryID  #SpotifyWrapped
## 206                                                                             I predict my most played song will be That’s why they call it the blues #SpotifyWrapped
## 207                                                                                       I predict my most played song will be [bitchboy by the oozes] #SpotifyWrapped
## 208                                                                                           I predict my most played song will be 21 by Gracie Abrams #SpotifyWrapped
## 209                                                                                                            It’s almost time #SpotifyWrapped https://t.co/qlivn1val1
## 210                                                                                                     I predict my top genre will be rock/alternative #SpotifyWrapped
## 211                                                                                                     I predict my top artist will be @eltonofficial  #SpotifyWrapped
## 212                                                                                                I predict my top genre will be phonk or alternative 🤲#SpotifyWrapped
## 213                                                                                                             I predict my top artist will be @Drake  #SpotifyWrapped
## 214                                                                                                                      Yees 🤍 #SpotifyWrapped https://t.co/RAS9h6Ky4F
## 215                                                                                                              I predict my top artist will be Mitski #SpotifyWrapped
## 216                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 217                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \nProbably twice
## 218                    @the_kingslife This Will End like Eifi Airdrop Where None Of Us Got Our Tokens &amp; Even De Ones  Bought With Huge Sum… https://t.co/uNIm8XQaNI
## 219                                                               I predict my top artist will be either @5SOS or @taylorswift13 #SpotifyWrapped but i can’t decide who
## 220                                                                                 I predict my most played song will be Build God Then We’ll Talk 🙈🙈🙈 #SpotifyWrapped
## 221                                                                                  I predict my most played song will be [Alien Superstar by Beyonce] #SpotifyWrapped
## 222                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nIllusion or cheers
## 223                        So, it will soon be time for #SpotifyWrapped and as it has been a VERY stressy year think i might have leaned on Re… https://t.co/RCROgD3GcE
## 224                                                    Congratulations more winnings to be recorded #CyberMonday #ZehMer #COP27 #SpotifyWrapped https://t.co/ma5IL0wA4h
## 225                               Taking care of yourself shouldn’t be a second thought. Self-care starts now! #college #collegelife #selfcare… https://t.co/Xxy5pCqRFf
## 226                                                                     predictions for my #SpotifyWrapped top artists: @strayfromdapath @scenequeenrocks and @ddlovato
## 227                                                                                          I predict my top podcast will be Happiest Podcast on Earth #SpotifyWrapped
## 228                        put my spotify into insta fest to try to get a hint to what my #SpotifyWrapped might look like and oh my god what i… https://t.co/ewWIPgkjzq
## 229                                                                                  I predict my most played song will be litterally any babytron song #SpotifyWrapped
## 230                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 231                                                                                                                                      #SpotifyWrapped IS ON FRIDAY??
## 232                                                                                                           I predict my top artist will be [Beyonce] #SpotifyWrapped
## 233                                                                                               I predict my top artist will be Red Hot Chili Peppers #SpotifyWrapped
## 234                        Boycott Apple 4 wanting 2 suppress free Speach R the owners of the company American? The Galaxy Phone is just as go… https://t.co/Tm56msTXLl
## 235                                                                                                          I predict my top genre will be bedroom pop #SpotifyWrapped
## 236                                                                                                I predict my most played song will be RunBts by BTS  #SpotifyWrapped
## 237                                                                                    I predict my most played song will be The Archer by Taylor Swift #SpotifyWrapped
## 238                                                                                 I predict my top genre will be: is 90’s sadcore indie folk a genre? #SpotifyWrapped
## 239                                                                                                        I predict my top artist will be [maya hawke] #SpotifyWrapped
## 240                                                                                                                          Im so excited for my 2022  #SpotifyWrapped
## 241                                                                                             I predict my most played song will be Jesus Christ Pose #SpotifyWrapped
## 242                                                                                      I predict my most played song will be [thérèse or nothing new] #SpotifyWrapped
## 243                                                                       My top podcast better be The Magnus Archives or I’m switching to Amazon music #SpotifyWrapped
## 244                                          #SpotifyWrapped \nI genuinely don’t mind. Also- I’ve had Sprouts on all year and happy 😃 with that https://t.co/wEro7bKbAZ
## 245                                                                                I predict my most played song will be [Cause for Concern by Lovejoy] #SpotifyWrapped
## 246                         elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/ccP30uEVja
## 247                                                          I predict my most played song will be Spitting off the edge of the world - Yeah Yeah Yeahs #SpotifyWrapped
## 248                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 249                        I predict my most played song will be Last Train Home by the Pat Metheny Group, my most played artist will be Def L… https://t.co/8N5a4tfxid
## 250                                                                            I predict my top podcast will be [#Archetypes ] \n#ArchetypesWithMeghan\n#SpotifyWrapped
## 251                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped country
## 252                                                                                                    I predict my most played song will be big parade #SpotifyWrapped
## 253                                                  we all already know taylor will be my top artist but like i can’t wait for spotify to tell me that #SpotifyWrapped
## 254                                                                                          I predict my most played song will be Late, by Kanye West! #SpotifyWrapped
## 255                                                                                                  I predict my top artist will be Taylooor swiffffft #SpotifyWrapped
## 256                                                                                                     I predict my top artist will be Eminem, duh 😂🤷🐐 #SpotifyWrapped
## 257                                                                                     #SpotifyWrapped cannot come any slower 💀 i need it NOW. https://t.co/TV8nqUnBXS
## 258                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 259                                                                                                 I predict my most played song will be block me out  #SpotifyWrapped
## 260                                                                                           I predict my most played song will be [Super Freaky Girl] #SpotifyWrapped
## 261                                                                                                  I predict my top podcast will be [@AMorbidPodcast] #SpotifyWrapped
## 262                                                                                                          I predict my top artist will be black midi #SpotifyWrapped
## 263                                                          I predict my most played song will be \nHurt by Oliver Tree\n#SpotifyWrapped \n\nthis thing is interesting
## 264                                                                                               I predict my top artist will be Lemon Demon (@neilcic)#SpotifyWrapped
## 265                                                                                                       I predict my top artist will be Lana Del Rey  #SpotifyWrapped
## 266                        I don’t want to jinx nothing but it’s like I can see every one in my TL from the 🍃 community! High everyone can you… https://t.co/lzXSltpb09
## 267                                                                                                                     When is #SpotifyWrapped gonna dropppppp?!!!!!!!
## 268                                     Since when does @POTUS "let protesters speak for themselves?"\n\nWeak.\n#CCP #SpotifyWrapped #乌鲁木齐… https://t.co/9UL7elBPQj
## 269                                                                                   I predict my top genre will be experimental rock or some bullshit #SpotifyWrapped
## 270                                                                                          I predict my most played song will be Disconnected by 5sos #SpotifyWrapped
## 271                                                                                                           I predict my top artist will be Van Halen #SpotifyWrapped
## 272                                                                                                        i predict my top artist will be taylor swift #SpotifyWrapped
## 273                                                                                      I predict my top artist will be [@MissioMusic  or @Stray_Kids] #SpotifyWrapped
## 274                                                                                                       I predict my top artist will be @BigThirty375 #SpotifyWrapped
## 275                                                                               I predict my top artist will be Akina Nakamori. Without a doubt. Lol. #SpotifyWrapped
## 276                                                                                         I predict my most played song will be Low Blow by honeymoan #SpotifyWrapped
## 277                                                         I predict my top artist will be @Beyonce or @rosalia this I'm not sure wanna see the result #SpotifyWrapped
## 278                                                                                                            I predict my top artist will be @DojaCat #SpotifyWrapped
## 279                                                                                          I predict my most played song will be Dethroned or chondro #SpotifyWrapped
## 280                                  man we need more von music #SpotifyWrapped boutta be out n im already knowing durk boutta be my most listened to artist this year💀
## 281                                                                           I predict my most played song will be [Does Anybody Love Me @MissioMusic] #SpotifyWrapped
## 282                         elon musk cerrar twitter aus de neymar cristiano ronaldo mundial fifa i need a sugar daddy or a sugar mommy i need… https://t.co/lyjTBr8syi
## 283                                                                                           I predict my top podcast will be [Archetypes with Meghan] #SpotifyWrapped
## 284                          mary on a cross by ghost is going to be number one because it’s NUMBER ONE IN MY HEART!!!! WORDDD  #SpotifyWrapped https://t.co/gI4Tt4L2rV
## 285                                                                                        I predict my most played song will be [Eyewishes/Bystanding] #SpotifyWrapped
## 286                                                                                        Ma quando esce spotify wrapped ?\n\n#SpotifyWrapped #spotifywrapped2022 #ita
## 287                                       me pretending to be "surprised" when seeing BTS as my n.o 1# most played artist on my #SpotifyWrapped https://t.co/SjJzdRJK5q
## 288                                               #HOT by @pledis_17  will take #1 spot in my #SpotifyWrapped 2022 \n\n#SEVENTEEN \n#세븐틴 \n\nhttps://t.co/fX2hWwhYxu
## 289                                                                                                   I predict my top artist will be [#MichaelJackson] #SpotifyWrapped
## 290                                                                                                      I predict my top artist will be taylor swift 🥰 #SpotifyWrapped
## 291                                                                                                        I predict my top genre will be pop, as usual #SpotifyWrapped
## 292                                                                                                I predict my top artist will be Leslie Cheung 张国荣 #SpotifyWrapped
## 293                                                                                       Dog chose his onlin gender #SpotifyWrapped #RedVelvet https://t.co/rN1U4k6t6M
## 294                                                                                          I predict my most played song will be despechá by @rosalia #SpotifyWrapped
## 295                                                                                          I predict my most played song will be [cute by rosalia lol #SpotifyWrapped
## 296                                                                                                              I predict my top artist will be Eminem #SpotifyWrapped
## 297                        Anyone who complained about not getting @taylorswift13 tickets better show their @Spotify Wrapped or Fest results s… https://t.co/JQojxpllhq
## 298                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 299                                                                                                             I predict my top artist will be rosalía #SpotifyWrapped
## 300                                                                                                              I predict my top artist will be Alex G #SpotifyWrapped
## 301                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 302                                                                                              I predict my most played song will be Waiting by Woodz #SpotifyWrapped
## 303                                   Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy #TOP100MostHandsomeFaces
## 304                                                                                                           I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 305                                                                                                     I predict my most played song will be vent'anni #SpotifyWrapped
## 306                                                                                                 I predict my most played song will be Mary - Alex G #SpotifyWrapped
## 307                                                I predict my top podcast will be distractible, I really didn't listen to any other podcast this year #SpotifyWrapped
## 308                                                                                                         I predict my top artist will be Beach House #SpotifyWrapped
## 309                                                                            I predict my most played song will be Rich Flex by Drake &amp; 21 Savage #SpotifyWrapped
## 310                                                                                       Can’t wait to see what my top artists and songs look like on  #SpotifyWrapped
## 311                                                                               I predict my top artist will be Chloe moriondo @kidzwithbugz probably #SpotifyWrapped
## 312                                                                                        I predict my top artist will be probably fucking John Powell #SpotifyWrapped
## 313                                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé
## 314                                                                                                         I predict my top artist will be [@ladygaga] #SpotifyWrapped
## 315                                                                        my top artist this year will be joywave. it has to be. it will be @joywave . #SpotifyWrapped
## 316                                                                                                 I predict my most played song will be [Make up sex] #SpotifyWrapped
## 317                                                                                Yo idc about Christmas I care about #SpotifyWrapped . That’s the real holiday for me
## 318                         Dog Toys Chew Cleaning Teeth-Molar Toothbrush 🪥 \n\n#SpotifyWrapped #FIFAWorldCup #RedVelvet #Dog #dogs #pet #pets… https://t.co/E9yZmpACmE
## 319                                                                                     #SpotifyWrapped PREDICTIONS: top artist mitski, top song violence by frank iero
## 320                                                                       @Spotify is probably the only company I actually want to give my data to. \n\n#SpotifyWrapped
## 321                                                                                   I predict my most played song will be something by Taylor Swift!! #SpotifyWrapped
## 322                                                                                        I predict my most played song will be [Applause - Lady gaga] #SpotifyWrapped
## 323                                                                                I predict my most played song will be Sit Pissers by Lord Aethelstan #SpotifyWrapped
## 324                                                                                                         I predict my top artist will be [21 Savage] #SpotifyWrapped
## 325                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 326                                                                               I’m literally all over dear lorddd #instafest #SpotifyWrapped https://t.co/YbKJ0edamp
## 327                    ok ahead of #SpotifyWrapped , here's my best bet at my top 5 for this year:\nTaylor Swift\nHarry Styles\nBeyonce\nFlore… https://t.co/C18gzJXsWY
## 328                                                                                                  I predict my top podcast will be very really good  #SpotifyWrapped
## 329                                                                                                    I predict my top artist will be [@OnlyOneOf_twt] #SpotifyWrapped
## 330                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 331                                                                                                 I predict my top artist will be my chemical romance #SpotifyWrapped
## 332                                                                                                                I predict my top genre will be [Rap] #SpotifyWrapped
## 333                                                                                                      I predict my top artist will be Sufjan Stevens #SpotifyWrapped
## 334                                                         Since #SpotifyWrapped is too busy teasing us on main… the way this is too accurate… https://t.co/1Yljx1Lrmg
## 335                        Songtitle- #indecisive\nproduced by @MetronomeGh\nMixed and mastered by @astirbeats \n#FIFAWorldCup #SpotifyWrapped… https://t.co/yQdQuVFIlB
## 336                                                                                                        I predict my top podcast will be #Archetypes #SpotifyWrapped
## 337                   I predict my top artist will be\n–  Taylor Swift\n– Chase Atlantic\n– The Weeknd\n– Harry Styles\n– Billie Eilish\n– One… https://t.co/FnjAfLnbwE
## 338                                                                                                I predict my top genre will be rock or something idk #SpotifyWrapped
## 339                                                                             50 jeez back to back daily dropping new tapes. #RedVelvet #30BG #Wizkid #SpotifyWrapped
## 340                                                      I predict my top artist will be @boburnham #SpotifyWrapped\nif im wrong then i failed my New Year’s resolution
## 341                                                                                                  I predict my top artist will be Natalia Lafourcade #SpotifyWrapped
## 342                                                                                                        I predict my top podcast will be #Archetypes #SpotifyWrapped
## 343                                                                                              I predict my most played song will be drowning lessons #SpotifyWrapped
## 344                                                                                                      I predict my top podcast will be @tillnpodcast #SpotifyWrapped
## 345                                                                        My instafest is already embarassing so I can imagine my #SpotifyWrapped will be even worst 🫠
## 346                                                                                      I predict my most played song will be DPR IAN - No Blueberries #SpotifyWrapped
## 347                                                                                               I predict my most played song will be [Shotta Flow 6] #SpotifyWrapped
## 348                                                                                                        I predict my top podcast will be [Archetype] #SpotifyWrapped
## 349                                                                                        Are y’all still eating Thanksgiving leftovers? #SpotifyWrapped #PollOfTheDay
## 350                                                                                              I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 351                                                                                                 I predict my top podcast will be [Min indre dialog] #SpotifyWrapped
## 352                                                                                I predict my most played song will be Lover, You Should've Come Over #SpotifyWrapped
## 353                             Who wants Experience Artist..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/qWKrcbXCeC
## 354                              I predict my top artist will be one of these three, Huey Lewis and the News, Oingo Boingo, or Electric Light Orchestra #SpotifyWrapped
## 355                                                                                                     I predict my top podcast will be #Archetypes on #SpotifyWrapped
## 356                        I’m watching Inside The Criminal Mind on Netflix, and I think they used a picture of Ross Lynch as Dahmer instead o… https://t.co/ALOdqLylGD
## 357                                                                                     I predict my most played song will be Another Love by Tom Odell #SpotifyWrapped
## 358                                                                                                       I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 359                                                                                                     I predict my top artist will be [keem or peggy] #SpotifyWrapped
## 360                                                               I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Meghan’s Archetypes
## 361                                                                      I predict my top podcast will be Archetypes #SpotifyWrapped\n#Archetypes #ArchetypesWithMeghan
## 362                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 363                                                                                      I predict my top podcast will be [Archetypes by Meghan Markle] #SpotifyWrapped
## 364                                                                        nearly the lgbt communities favourite time of year x #SpotifyWrapped https://t.co/4lCJdlWhRw
## 365                                                            I predict my top podcast will be "Cosas" by @robertomtzTV  and JacoboWong --  @MrPablor  #SpotifyWrapped
## 366                                                                      I predict my most played song will be "New Delhi Freight Train" by Terry Allen #SpotifyWrapped
## 367                                                         I predict my most played song will be Future Perfect (Pass The MIC) #SpotifyWrapped https://t.co/mwOmVi23Fo
## 368                                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped. Cuff It
## 369                                                                                                   I predict my top artist will be Paramore OR Apink #SpotifyWrapped
## 370                        Ig mutuals drop it down below 👇 #igmutuals #foryoupage #Instagram不具合 #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا… https://t.co/l4vQpEy7Hl
## 371                                                                                                              I predict my top genre will be Hip Hop #SpotifyWrapped
## 372                                                                                             I predict my most played song will be Not My Job by Flo #SpotifyWrapped
## 373                                                                                                          Believe it.  Am better than @davido  #SpotifyWrapped #30BG
## 374                                                                                                                I predict my top genre will be K-pop #SpotifyWrapped
## 375                                                                                       I predict my most played song will be "Vincent" by Don McLean #SpotifyWrapped
## 376                                                              I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #archetypesonspotify
## 377                                                                                            I predict my most played song will be El doctor - paliza #SpotifyWrapped
## 378                                          I predict my most played song will be *checks my Spotify stats* Telecaster B Boy by Wonderlands X Showtime #SpotifyWrapped
## 379                                                         Anbu black ops sucks #NARUTO #SpotifyWrapped #البرازيل_ِسويسرا #tiktok #ميقا #BRASUI https://t.co/HWu3i5yybi
## 380                                                                                                 I predict my top artist will be ROSALÍA or NewJeans #SpotifyWrapped
## 381                      In preperation of #SpotifyWrapped I hearby present my "Favorites" playlist.\n\nWarning, it's over 200 songs long :)\n\nhttps://t.co/Zac9moyC4T
## 382                                                                                   when i didn't top this number i fucked up #SpotifyWrapped https://t.co/LSBYwdiag2
## 383                                                                                                    Make sure this Friday you tag us in your #SpotifyWrapped results
## 384                                                                                                     I predict my top genre will be (probably) K-Pop #SpotifyWrapped
## 385                                                                                                    I predict my top podcast will be Sonic Symbilism #SpotifyWrapped
## 386                                                                       I predict my most played song will be Testing or I Love U by the chainsmokers #SpotifyWrapped
## 387                                                                 I think my top artist will be Quadeca no cyappp, either Quad, bbno$ or Yung Gravy 🫡 #SpotifyWrapped
## 388                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 389                                                                                                               I predict my top genre will be pop??? #SpotifyWrapped
## 390                                                                                                                I predict my top artist will be ITZY #SpotifyWrapped
## 391                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 392                                                                                                   I predict my top artist will be Green Day 😍😍😍😍😜😜😜 #SpotifyWrapped
## 393                                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 394                                                                                              I predict my most played song will be Hurt by NewJeans #SpotifyWrapped
## 395                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 396                                                                                    I predict my most played song will be First Class by Jack Harlow #SpotifyWrapped
## 397                                                                 NHL FREEPLAY #cash #SpotifyWrapped #RedVelvet #SportsGambling #bettingpicks https://t.co/PriIuKTnph
## 398                        Goooooooooo jungkook \nSo. proud ❤💜🥵🔥😭😭😭😭Congratulations to my beloved child And there are still other achievements… https://t.co/2OuHnGewBy
## 399                                                                                              I predict my most played song will be It’s In Our Hand #SpotifyWrapped
## 400                                                                                      I predict my most played song will be ni idea tal vez duvet??? #SpotifyWrapped
## 401                                                                                                      I predict my top genre will be kpop girl group #SpotifyWrapped
## 402                         I’m given $1,000 today cause I know people will need money for Christmas 🎄 follow @davieskeller9 and dm me for the… https://t.co/dDO7x1weQE
## 403                                                                                              I predict my most played song will be [Location, Dave] #SpotifyWrapped
## 404                        Name another top 5 on a artists spotify that is so radicaly different to their other stuff. imagine listening to Ca… https://t.co/8Vc6Cw4d6K
## 405                                                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped getting curios with JVN
## 406                                                                                                   I predict my top artist will be Tyler The Creator #SpotifyWrapped
## 407                        Letitia Wright, Pharrell Williams, and LeKeith Stanfield should play Diana Ross, Smokey Robinson, and Marvin Gaye r… https://t.co/9JFmQmPVhU
## 408                                                                                             Not a bad lineup #SpotifyWrapped  #instafestapp https://t.co/cNp9wZKdBU
## 409                                                                                                  I predict my top genre will be dance pop as always #SpotifyWrapped
## 410                                                                                                    I predict my most played song will be Sneakers 👀 #SpotifyWrapped
## 411                                                                                                      I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 412                                      If in my #SpotifyWrapped it comes back to say my most played song is Why Do I by @SetItOff or Ride by… https://t.co/zFyOXp479o
## 413                                                                      I predict my most played song will be Variations on a Cloud by Miracle Musical #SpotifyWrapped
## 414                                                   If Nicki Minaj isn't my top artist then my wrapped is broken and I'll be demanding a new one asap #SpotifyWrapped
## 415                                                                                                I predict my most played song will be New Magic Wand #SpotifyWrapped
## 416                                                                                                            I predict my top genre will be Dance Pop #SpotifyWrapped
## 417                                                                                       I've got absolutely no clue what my most played song will be  #SpotifyWrapped
## 418                                 For all the girls in the inland empire , california area 📍❤️✨ tap in with love #CyberMonday #SpotifyWrapped https://t.co/3RrrjfcPvj
## 419                                                                    #SpotifyWrapped is already looking at me sideways, we both know half my list will just be taemin
## 420                                                                                           I predict my most played song will be Nico and the Niners #SpotifyWrapped
## 421                                                                                                             I predict my top genre will be Alt Rock #SpotifyWrapped
## 422                                       #StocksToBuy $COSM up 53% and still climbing! Easy money! #stockmarket #NASDAQ #SpotifyWrapped #RedVelvet #AMC #CNBC #FoxNews
## 423                                                                                             My top artist is probably going to be Tyler the creator💀#SpotifyWrapped
## 424                                                                                                     I predict my most played song will be Hello You #SpotifyWrapped
## 425                                                                                                   I predict my top artist will be [Johnny Orlando]  #SpotifyWrapped
## 426                                         I predict my top podcast will be Learn Korean with David even though i didn’t know i followed that podcast 😭#SpotifyWrapped
## 427                                                         my Spotify wrapped is about to be so fucked up cause I was on the aux at my old nut ass job #SpotifyWrapped
## 428                                                                                   if cinderella by cidergirl isn’t my top song on my #SpotifyWrapped I’m gonna riot
## 429                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 430                         Poison rose is my new single and I’ll be dropping it soon so keep your hopes high @jonmosesvocals @NkanyeziKubheka… https://t.co/LKNgtBTTZ4
## 431                          Military perps used Soap odor chemical as they saw me using the kitchen\n\nMy occipital lobe, aorta were hit with… https://t.co/n6krjBcAiq
## 432                                                                                                                I predict my top artist will be joji #SpotifyWrapped
## 433                                                                                         I predict my top podcast will be [DRAMA MAMA @benoftheweek] #SpotifyWrapped
## 434                                                      I predict my top artist will be either @thewonderyears, @withconfidence_ , or @HotMulligan.\n\n#SpotifyWrapped
## 435                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 436                          💪🏿💪🏿💪🏿 appreciate all the positive feedback and ears 🚀🚀🚀 #tapin if you not hip here goes the link #SpotifyWrapped… https://t.co/IqgBYflUVt
## 437                        i predict my most played song will be i don’t want to set the world on fire by the ink spots because i looped it to… https://t.co/3Yw3Ya9SKS
## 438                                                                             I predict my most played song will be [Betty (Get Money) By @yunggravy] #SpotifyWrapped
## 439                        I am genuinely afraid to see my #SpotifyWrapped because I listen to so much Celtic Meditation at work, Metal on the… https://t.co/tsKfHXdPnm
## 440                                                                                                          I predict my top artist will be Red Velvet #SpotifyWrapped
## 441                                     #1 Therapist in the Warzone! \n\nLive now!!\n\nhttps://t.co/Vg0tPJpSY8\n\n#SpotifyWrapped #twitch #CallofDutyWarzone2 #streamer
## 442                                                                                 I predict my most played song will be Better Man (Taylor’s Version) #SpotifyWrapped
## 443                                                                                          I predict my most played song will be Love by Keyshia Cole #SpotifyWrapped
## 444                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 445                                                                                               I predict my top genre will be ... pop ? Rock ?  Idk  #SpotifyWrapped
## 446                                                                                          Will Kpop be #1 again this year 🤡🤡 #SpotifyWrapped https://t.co/wlHV7c9bac
## 447                                                   I predict my most played song will be ZOMBIE SONG NIGHTCORE 😭😭😭😭😭😭😭😭😭😭 i really wish i was joking #SpotifyWrapped
## 448                                         I predict my top podcast will be The Dan LeBatard Show with Stu Gotz #SpotifyWrapped\n@LeBatardShow https://t.co/A0DvUYfc5U
## 449                                                                                                        I predict my top artist will be Dreamcatcher #SpotifyWrapped
## 450                                                                                                        I predict my top artist will be [Yung Gravy] #SpotifyWrapped
## 451                                                                                           I predict my most played song will be @UMO 's "That Life" #SpotifyWrapped
## 452                                                                                                            I predict my top genre will be Idol Rock #SpotifyWrapped
## 453                                                                                                         I predict my top genre will be Rock Ballads #SpotifyWrapped
## 454                                                                                                What if this is Spotify with #SpotifyWrapped https://t.co/NzP4wmETLP
## 455                                                                                                       I predict my top genre will be any  pop genre #SpotifyWrapped
## 456                                                                                                     Which One Is Better #SpotifyWrapped #RedVelvet #البرازيل_ِسويسرا
## 457                                                                                                               I predict my top genre will be dreamo #SpotifyWrapped
## 458                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 459                                                                                        I predict my most played song will be VISION by Dreamcatcher #SpotifyWrapped
## 460                                                                                    I predict my most played song will be We Fell in Love in October #SpotifyWrapped
## 461                                                                                           I predict my top artist will be 1. 1d, 2. harry, 3. louis #SpotifyWrapped
## 462                                                                                                    I predict my top podcast will be @the13TSpodcast #SpotifyWrapped
## 463                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 464                                                                              I predict my top artist will be either twenty one pilots or waterparks #SpotifyWrapped
## 465                                       @GmacCash Always gotta do too much, like damn bro… I couldn’t just have her ??? 😒 I’m telling momma.… https://t.co/LlnGfWzliL
## 466                                                                                        iPhone 4SRemember the old cell phone #SpotifyWrapped https://t.co/CvjvPMtwIv
## 467                                                                                                               #SpotifyWrapped WHWRE THE FUCK IS IT YOU STIPUD SLUTS
## 468                                                                                                        I predict my top artist will be [Dean Lewis] #SpotifyWrapped
## 469                                                                                   I predict my top podcast will be: probably @donutmedia's Past Gas #SpotifyWrapped
## 470                                                                                              I predict my top artist will be [Shawn Mendes / Morat] #SpotifyWrapped
## 471                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 472                                                           I predict my top podcast will be @SLUMBERPODCAST  because i am a normal stable person aha #SpotifyWrapped
## 473                                                                          I predict my top podcast will be [either @GoodInfluenceGS or reisenreisen] #SpotifyWrapped
## 474                                                                                   I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 475                                                                                me finding out taylor swift is my top artist #SpotifyWrapped https://t.co/Rz0AY9SMP0
## 476                                                                                        I predict my most played song will be [All Dean Lrwis Songs] #SpotifyWrapped
## 477                                                                                     I predict my top artist will be: obviously gonna be @RufusDuSol #SpotifyWrapped
## 478                                    I predict my most played song will be [i think i'm okay by @machinegunkelly feat. @travisbarker &amp; @yungblud] #SpotifyWrapped
## 479                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 480                                                I don’t need to see my Spotify Wrapped I listened to the same artist on repeat all year @iamkinnship #SpotifyWrapped
## 481                                                                           I predict my top artist will be Pusha T #SpotifyWrapped\n@PUSHA_T https://t.co/cvjVprw9We
## 482                                                                                         I predict my top podcast will be Murder, Mystery and Makeup #SpotifyWrapped
## 483                                                                                                                I predict my top genre will be [Pop] #SpotifyWrapped
## 484                                                                                        Apple Music users on #SpotifyWrapped day every year. https://t.co/7MGiLvOlxo
## 485                                                    I predict my most played song will be Screensaver #SpotifyWrapped\ninfact its not a prediction i know for a fact
## 486                                                           Me pretending to be shocked when Drake is my #1 artist on Wrapped #SpotifyWrapped https://t.co/EemJqCNA1j
## 487                                                                                    I predict my most played song will be [Bzrp Session con Quevedo] #SpotifyWrapped
## 488                                                          I predict my top artist will be Corpse cause I will never apologize for having good taste  #SpotifyWrapped
## 489                                                                               I predict my top genre will be: again, idk, probably rock or electric #SpotifyWrapped
## 490                                                            I predict there is a disemboweled body stuffed into an employee locker at a 7/11 in Utah #SpotifyWrapped
## 491                                                                                                            I predict my top podcast will be @banter #SpotifyWrapped
## 492                                                                            I predict my top podcast will be [i aint going to spotify for a podcast] #SpotifyWrapped
## 493                                                                                            I predict my most played song will be: uhhh honestly idk #SpotifyWrapped
## 494                                                                                                                 I predict my top genre will be DSMP #SpotifyWrapped
## 495                        It's almost that time of year where @Spotify starts threatening to highlight our mental instabilities with #SpotifyWrapped and I'm not ready
## 496                                                                   I predict my most played song will be a corpse song cause I’m a creature of habit #SpotifyWrapped
## 497                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 498                                                                                                      I predict my top artist will be [XXXTENTACION] #SpotifyWrapped
## 499                                                                                           I predict my top genre will be those goofy ahh sex sounds #SpotifyWrapped
## 500                                                                 I predict my top artist will be bôa orr aphex twin or duster &amp;or errrr toby fox #SpotifyWrapped
## 501                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 502                                                                                     If my top song this year isn't Telephone I will eat my computer #SpotifyWrapped
## 503                                                              I predict my most played song will be either CHURCH GIRL or “Outside” by Bryson Tiller #SpotifyWrapped
## 504                              I predict my top artist will be Hypnosis Microphone. This isn’t even a prediction. I only listen to hypmic on Spotify. #SpotifyWrapped
## 505                                                                                                        I predict my top genre will be [Melodic Rap] #SpotifyWrapped
## 506                                                                                           I predict my top artist will be @lovejoy or @LewisCapaldi #SpotifyWrapped
## 507                                                                                                  I predict my most played song will be [Valenslime] #SpotifyWrapped
## 508                                                                       I predict my top artist will be @Architectsuk [fill in top artist prediction] #SpotifyWrapped
## 509                             If #iloveyou is not on your playlist,aje you are on a long thing.\nGo stream/download.👉https://t.co/ery0hoW48D… https://t.co/imBeTq7tyR
## 510                                                                                         I predict my most played song will be Bad Day or White Lie! #SpotifyWrapped
## 511                                                                                         I predict my most played song will be Sex Sells by @lovejoy #SpotifyWrapped
## 512                        As a African American what are the pros and cons of going to a pwi? Tune in on our podcast we had a great discussio… https://t.co/X2hewsstvU
## 513                                                                                                              give this a like if you’re excited for #SpotifyWrapped
## 514                                                                                                        I predict my top artist will be Taylor swift #SpotifyWrapped
## 515                                                                                                    I predict my top artist will be @findingfletcher #SpotifyWrapped
## 516                                                                                                    I predict my most played album will be [Dawn FM] #SpotifyWrapped
## 517                        anyone have tips on how to look more fem masc or fem masc outfit ideas?:,) (I’m gonna put random tags so ppl can se… https://t.co/hEXyj14xjb
## 518                       I hope we all have that self-awareness to realize sometimes we make mistakes, and that's totally okay:)\n\nMay Allah… https://t.co/e5sqjjsAOD
## 519                                                                                                @Spotify WHY TF DID U DELETE MY PLAYLIST IM SO UPSET #SpotifyWrapped
## 520                     Tim Cook is in the process of ruining the company Steve Jobs built.\n\nCause of death: wokeness. $aapl $tsla\n\n#Apple… https://t.co/Nd4YescNnR
## 521                                                                                                     I predict my top artist will be Charlotte Sands #SpotifyWrapped
## 522                                                                                                     I predict my top artist will be Taylor Swift 🕰️  #SpotifyWrapped
## 523                                     I predict my top podcast will be ‘The Office Ladies’ cause I haven’t listened to any other ones pretty much 🤷🏼‍♀️ #SpotifyWrapped
## 524                           Studying a new art style so.. #art #artist #oc #ocart #artstyle #trending #viral #explore #explorepage #timeline… https://t.co/d6HOBfj8nP
## 525                                                                                                            I predict my top artist will be NIKI 🫶🏻  #SpotifyWrapped
## 526                                                              I predict my most played song will be either something from Ariana Grande or midnights #SpotifyWrapped
## 527                                                                                                                I predict my top genre will be RAP 🎤 #SpotifyWrapped
## 528                                                                                                                 I predict my top genre will be KPOP #SpotifyWrapped
## 529                        Y’all don’t judge my #SpotifyWrapped too harshly there was a period of like a week were I listened to Meant to be Y… https://t.co/hTdWvoKFak
## 530                    The last part for me...........You gerrit? ✌\n\n     Like and Retweet.😌\n\nOsun Oyetola Lagos Delete Aregbe Innoson Chi… https://t.co/3LI79VEJVv
## 531                               This is Ghana Black Stars ✨🔥 ... How many people noticed this today. Coach Otto Addo and his boys are good!… https://t.co/My97PqgqXR
## 532                                          I predict my most played song will be Oceans &amp; Engines by NIKI #SpotifyWrapped FOR SURE LIKE I KNOW IT 🫵🏼 IT BETTER BE
## 533                                                                      I predict my top podcast will be non-existantent. I don't listen to podcasfs 😘 #SpotifyWrapped
## 534                                                                                                        I predict my top artist will be @ladygaga  💖 #SpotifyWrapped
## 535                                                                    I predict my most played song will be Let The Smokers Shine The Coupes #SpotifyWrapped\n@PUSHA_T
## 536                                                                                                         I predict my top artist will be [Lil Mosey] #SpotifyWrapped
## 537                                                                                                I predict my top artist will be ‘The 1975’?? I think #SpotifyWrapped
## 538                   Ink and Honey... Little Eyes...\n.\n.\n.\n.\n.\n.\n.\n#SpotifyWrapped #harrystylesperu #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/6jhAsu96oe
## 539                                                                                                       I predict my top artist will be Nobuo Uematsu #SpotifyWrapped
## 540                                                                                                  I predict my most played song will be a twice song #SpotifyWrapped
## 541                                                                         I predict my most played song will be You Belong With Me (taylor's version) #SpotifyWrapped
## 542                                                                                                 I predict my top artist will be Logic or juice WRLD #SpotifyWrapped
## 543                                                                                              I predict my top artist will be [kyotto, duki or muse] #SpotifyWrapped
## 544                         Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/IcVUZoaB7h
## 545                                                                                    I predict my most played song will be [Blue Strips by Lil Skies] #SpotifyWrapped
## 546                                                                  I feel like it’s a mini deep dive into a person conscience #SpotifyWrapped https://t.co/UbT8JrmdfM
## 547                                                        I predict my most played song will be either Boy Bi (by Mad Tsui), or any Beth Crowley song  #SpotifyWrapped
## 548                                                                                                           I predict my top podcast will be [Banter] #SpotifyWrapped
## 549                                                                                                 I predict my most played song will be  TT by Twice  #SpotifyWrapped
## 550                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 551                            Don’t watch if you under 18!!!\n\nKid flys off ride! \n\n#viral #viralvideo #sensitive #news #news24 #dontwatch… https://t.co/Yi7ltN0IPz
## 552                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 553                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 554                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped is archetypewithmeghan
## 555                                                                                                  I predict my top genre will be [rock or metalcore] #SpotifyWrapped
## 556                                                                            I predict my top genre will be ‘Pop’ cause I love me basic bitch music 😇 #SpotifyWrapped
## 557                                                                                                       I predict my top podcast will be Saving Grace #SpotifyWrapped
## 558                                                                                                              I predict my top genre will be [K-Pop] #SpotifyWrapped
## 559                                                                                                     I predict my top artist will be Silvana Estrada #SpotifyWrapped
## 560                                                                                              I predict my most played song will be [my own-kyotto ] #SpotifyWrapped
## 561                                                                                          I predict my top artist will be uhhh, maybe beth crowley?? #SpotifyWrapped
## 562                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 563                                                                                  I predict my most played song will be [Permission to Dance by BTS] #SpotifyWrapped
## 564                                                                                                          I predict my top podcast will be [the sync]#SpotifyWrapped
## 565                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 566                                                                                                               I predict my top artist will be ATEEZ #SpotifyWrapped
## 567                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped and my top artist will be either Tr… https://t.co/z709GxSZsp
## 568                                                         I predict my most played song will be [Death By A Thousand Cuts by Bullet For My Valentine] #SpotifyWrapped
## 569                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 570                                                                                                    I predict my top artist will be Harry MF  Styles #SpotifyWrapped
## 571                                                                                                         It is almost time for my favorite holiday \n#SpotifyWrapped
## 572                                                    Not even surprised that Taylor is on top hahaha I can’t wait for the #SpotifyWrapped now https://t.co/CSpZW1Gpur
## 573                                                                                                               I predict my top genre will be J-pop. #SpotifyWrapped
## 574                                                                                                        I predict my top artist will be taylor swift #SpotifyWrapped
## 575                                                                                                                 I predict my top genre will be kpop #SpotifyWrapped
## 576                                                                                I predict my most played song will be ‘Boyfriends’ by Harry Styles #SpotifyWrapped 🤔
## 577                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 578                                                                                                     I predict my top artist will be [xxxtentacion ] #SpotifyWrapped
## 579                                                                                                    I predict my top artist will be [Billie Eilish ] #SpotifyWrapped
## 580                                                                                                              I predict my top genre will be dubstep #SpotifyWrapped
## 581                                                                               I predict my top artist will be Ariana Grande #SpotifyWrapped https://t.co/acBogCZv3E
## 582                                                                                                                                  it’s almost here.  #SpotifyWrapped
## 583                                                                                     I predict my most played song will be [Golden By Harry Styles ] #SpotifyWrapped
## 584                                                              I predict my most played song will be Advent: One-Winged Angel #SpotifyWrapped https://t.co/6yP5ghPLUq
## 585                                                                 Can’t lie its gonna be the most exciting day of the year when Spotify Wrapped drops #SpotifyWrapped
## 586                          @hankgreen why is drinking blood considered cannibalism but drinking piss isn’t \n\n#SpotifyWrapped #FIFAWorldCup… https://t.co/qMVp7Bffav
## 587                                                                              I predict my most played song will be Sabré olvidar by Silvana Estrada #SpotifyWrapped
## 588                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped will definitely be rap
## 589                                                                                                       I predict my top artist will be @iamluckydaye #SpotifyWrapped
## 590                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 591                                 Yours for Christmas https://t.co/0h2TEwE0Fv via @YouTube #Nashville #SavanahGa #SpotifyWrapped #california… https://t.co/tiIcKXmyvr
## 592                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be 90 Proof by Smino
## 593                                                                                              I predict my most played song will be [Jocelyn Flores] #SpotifyWrapped
## 594                    Listen \n\nI already know what my most played song is gonna be Spotify \n\nIf it’s anything else; y’all are liars and f… https://t.co/UqeG9PjMpU
## 595                                                                                 I predict my top podcast will be 'ask pastor John' by @desiringGod  #SpotifyWrapped
## 596                                                                                                      I predict my top artist will be @Polo_Capalot  #SpotifyWrapped
## 597                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 598                                                                      I predict my most played song will be Calm Down remix by Selena Gomez and Rema #SpotifyWrapped
## 599                                                                                            I predict my top podcast will be  distractables for sure #SpotifyWrapped
## 600                                                        Pls don’t judge me when All Too Well (10-minute version) is one of my top most played songs. #SpotifyWrapped
## 601                                                                    Sabrina Carpenter Don't Want It Back\nhttps://t.co/0yjmh8ZDha\n#sabrinacarpenter #SpotifyWrapped
## 602                                            I predict my most played song will be Midnight Rain by Taylor Swift or Bigger Than Me by Louis Tomlinson #SpotifyWrapped
## 603                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 604                                                                                                 I predict my top artist will be 5 Seconds Of Summer #SpotifyWrapped
## 605                                                                                                  I predict my top genre will be either pop or indie #SpotifyWrapped
## 606                                                                                              I predict my top podcast will be Archetype with Meghan #SpotifyWrapped
## 607                                                I predict my most played song will be My Frankenstein by Kody Kavitha, from Dead End Paranormal Park #SpotifyWrapped
## 608                                                                                                                last 4 weeks #SpotifyWrapped https://t.co/0IpKa8GLwX
## 609                                                                                                    I predict my top artist will be Taylor Swift duh #SpotifyWrapped
## 610                                                                                       I predict my top genre will be [The Real Slim Shady - Eminem] #SpotifyWrapped
## 611                                                                                             I predict my top artist will be Wallows or Harry Styles #SpotifyWrapped
## 612                                                                                                                                    I can’t wait for #SpotifyWrapped
## 613                           Mara guys have you heard deep piano😩😤🔥 fuck❗♥️ #podcastandchillwithmacg MacG Limpopo Mr Smeg Mbali #FIFAWorldCup… https://t.co/iXxX4GhH2r
## 614                                                                                                      I predict my top podcast will be @bigdandbubba #SpotifyWrapped
## 615                                                                                            I predict my top artist will be Dr. Taylor Allison Swift #SpotifyWrapped
## 616                                                                                                 I predict my most played song will be HaaAakkKKK!!! #SpotifyWrapped
## 617                                                                                        me waiting for #SpotifyWrapped  when i already know my top songs and artists
## 618                                                                                                      I predict my top artist will be [ @KALIUCHIS ] #SpotifyWrapped
## 619                                                   ✌🏽👋🏽❤️follow me on all social sites @Djskip_litk  #Favorite #dj #SpotifyWrapped #RedVelvet https://t.co/ABoZn8gZbN
## 620                                                                           I predict my most played song will be vigilante shit. No doubt in my mind #SpotifyWrapped
## 621                                                                                           i predict my most played song will be 'carousel' by @5SOS #SpotifyWrapped
## 622                                                                                  I predict my most played song will be less than zero by the weeknd #SpotifyWrapped
## 623                                                                                   I predict my top podcast will be POLITICO Playbook Daily Briefing #SpotifyWrapped
## 624                         I predict my top genre will be pop only because I listened it a lot of Rina Sawayama, Charli xcx and Harry Styles this year #SpotifyWrapped
## 625                                                                                                              I predict my top genre will be country #SpotifyWrapped
## 626                                                                     (Gentleman )I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 627                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 628                                                                            I predict my top artist will be The Chainsmokers #SpotifyWrapped https://t.co/r8LR4BYjAv
## 629                                                                                                                                 Justin Bieber is my #SpotifyWrapped
## 630                                                                                              Dont know im getting impatient with wanting to get my  #SpotifyWrapped
## 631                                                                                                   I predict my most played song will be Bet U Wanna #SpotifyWrapped
## 632                                                                                  I predict my top podcast will be [#TriforcePodcast] @YogscastLewis #SpotifyWrapped
## 633                                                                                                                                  My #SpotifyWrapped predictions ⬇️⬇️⬇️
## 634                               SALE - Orange OR15H 15W Guitar Valve Amplifier Head - Official Orange Cover https://t.co/DmsEtZnnj8 #england… https://t.co/bYIWZL69DB
## 635                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 636                                Snapchat? Twitter? Instagram? Facebook? WhatsApp??\nText me now for Snapchat account hack  guaranteed #snap… https://t.co/wmFPZa6aW2
## 637                                                                                                                        i just want the little icon  #SpotifyWrapped
## 638                                                                                        I predict my most played song will be [paradise by @BTS_twt] #SpotifyWrapped
## 639                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 640                                                                                             I predict my most played song will be [Ghost - Nelward] #SpotifyWrapped
## 641                                                                                             i predict my top artist will be [Mitski] #SpotifyWrapped \n\nbecause yk
## 642                                                                                                                I predict my top genre will be K-POP #SpotifyWrapped
## 643                                                                                I predict my top artist will be Red Velvet (las pasteles mis ídolas) #SpotifyWrapped
## 644                                                                                  I predict my top artist will be Queen (the band not the dead lady) #SpotifyWrapped
## 645                                                                                                       I predict my most played song will be RUN BTS #SpotifyWrapped
## 646                                                                  I predict my most played song will be Music For a Sushi Restaurant by Harry Styles #SpotifyWrapped
## 647                          Sorry I Tooted, It Came Out Of My Brass shirt:\n#DominosCyberMonday #Ronaldo #Uruguay\n#HughFreeze #GivingTuesday… https://t.co/BdEXQlNYbE
## 648                                                                                                       I predict my top genre will be Christian Rock #SpotifyWrapped
## 649                                                                                                                        @Megasnooop #SpotifyWrapped yearly tradition
## 650                                                                                                       #SpotifyWrapped  CMONNN WHERE ARE YOU https://t.co/6SFrNoIMFB
## 651                                                                                          I predict my top genre will be Kpop (es que si, rolas hay) #SpotifyWrapped
## 652                                                                                             I predict my most played song will be bohemian rhapsody #SpotifyWrapped
## 653                                                                    I predict my most played song will be something from hsmtmts im not even kidding #SpotifyWrapped
## 654                                                                           I predict my top genre will be [either French pop or the normal pop punk] #SpotifyWrapped
## 655                                                                     I predict my most played song will be "Love Will Tear Us Apart" by Joy Division #SpotifyWrapped
## 656                                 I will setup your gohighlevel website cobiro website reireply sales funnel https://t.co/ZrBeboyDf5\n#Apple… https://t.co/JlzBL5u85u
## 657                                     I predict my top podcast will be [one of the ASMR podcasts I listen to before bed; or Jane Austen’s Persuasion] #SpotifyWrapped
## 658                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 659                                                                                       I predict my most played song will be EN EL COCHE - @Aitanax  #SpotifyWrapped
## 660                        I predict my most played song will be GWSN - Night Aviation (The Interpretation of Dreams) (La misma del año pasado… https://t.co/v7dqtpXQR9
## 661                                                                                                    I predict my top artist will be T Swizzle duhhhh #SpotifyWrapped
## 662                                                                    I predict my most played song will be [Cold Heart Remix] #SpotifyWrapped https://t.co/Ha9qD0DYdW
## 663                      Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/Wr5BA9TIWI
## 664                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 665                                                                                                     I predict my most played song will be Anti Hero #SpotifyWrapped
## 666                                          replying to this with #SpotifyWrapped because imagine it gets more traction. would be a bit funny that. hilarious actually
## 667                                                                                                              I predict my top podcast will be Hotel #SpotifyWrapped
## 668                        Is this how we teach our kids how to love and accept themselves? Objectifying the body sexually is unhealthy and is… https://t.co/TUo0lmbZq0
## 669                                                                                                 I predict my most played song will be sdp interlude #SpotifyWrapped
## 670                                                              I predict my top podcast will be [At Your Service @service95 ] #SpotifyWrapped https://t.co/ySrQ1JHN2K
## 671                                                                                                 I predict my top artist will be bad bunny as always #SpotifyWrapped
## 672                                                                   I predict my top artist will be [Demi Lovato?] Her newest album is really good ok #SpotifyWrapped
## 673                                                                                                             I predict my top artist will be Skillet #SpotifyWrapped
## 674                                                                           I predict my most played song will be Don’t You Forget by @LouisYorkMusic #SpotifyWrapped
## 675                                                                                                       I predict my top artist will be @fayewebsters #SpotifyWrapped
## 676                                                         I predict my top artist will be [I have no confidence in this one but potentially MW or TS] #SpotifyWrapped
## 677                                                                                                            I predict my top genre will be reggaeton #SpotifyWrapped
## 678                                                                                 Cognac\n #Atlanta #SpotifyWrapped #BatonRouge #BayouClassic https://t.co/9qr7kgi4is
## 679                                                                                              i already know what’s coming 😭 #SpotifyWrapped https://t.co/H9rF9q6HZm
## 680                                                                                         I predict my most played song will be Standing in the Storm #SpotifyWrapped
## 681                              So proud of my #baeighs 🖤 I love you all. #jaeighgallagher #streammymusic #indiemusic #13kstreams #forthebest… https://t.co/TlhjRDuTfq
## 682                                                                                  mines is going to be Paris hilton and glee, I feel it in my bones\n#SpotifyWrapped
## 683                                                                                                I predict my top podcast will be [Joe Rogan Podcast] #SpotifyWrapped
## 684                                                                                    I predict my most played song will be Me Myself &amp; i by @5SOS #SpotifyWrapped
## 685                                                                                            I predict my top artist will be Dua Lipa or Taylor Swift #SpotifyWrapped
## 686                                                                                                                            why the FUCK is #SpotifyWrapped trending
## 687                                                                                                        I predict my top artist will be @Santandave1 #SpotifyWrapped
## 688                                                                          I predict my most played song will be Atlanta or Room Temp by Faye Webster #SpotifyWrapped
## 689                                                                                                           I predict my top artist will be [Slipkot] #SpotifyWrapped
## 690                                              me seeing the same 5 artists on my spotify wrapped that are there every year…. #SpotifyWrapped https://t.co/gJlMvQKwnF
## 691                                                                                                         I predict my top artist will be 5sos 🙏🙏🙏🙏🙏🙏 #SpotifyWrapped
## 692                    I predict my top podcast will be #Archetypes🤞(in my defence if it isn’t, the podcast only came in August 2022 &amp; I’d… https://t.co/c6XCgRV6dQ
## 693                                                                                                         I predict my top genre will be rap/ hip hop #SpotifyWrapped
## 694                                                                                          I predict my most played song will be spin by @sawyernunes #SpotifyWrapped
## 695                                                                                I predict my most played song will be [World's Smallest Violin, AJR] #SpotifyWrapped
## 696                         Hypoglycemia (low blood sugar) is worse than hyperglycemia (high blood sugar) eventho both can lead to devastating… https://t.co/ulpJ9qhn06
## 697                                                                                         I predict my top artist will be EXO #SpotifyWrapped https://t.co/GEVMgpZ7Cn
## 698                                                                                                             I predict my top genre will be pop LMAO #SpotifyWrapped
## 699                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 700                                                                             I predict my top genre will be Country or Contemporary Country (again)\n#SpotifyWrapped
## 701                                                                                        I predict my top genre will be [Pop] #SpotifyWrapped https://t.co/xaHrCS2I2Q
## 702                                                                            I predict my most played song will be  you don't go to parties by 5sos 🙏 #SpotifyWrapped
## 703                                                                                       I predict my most played song will be Last Last by Burna Boy  #SpotifyWrapped
## 704                                      I predict my most played song will be “All Too Well (Taylor’s Version) (Ten Minutes Version) (From The Vault)” #SpotifyWrapped
## 705                                                                                                           I predict my top artist will be @ladygaga #SpotifyWrapped
## 706                           🔥WHAT WOULD YOU RATE THIS EPISODE?!🔥 #SpotifyWrapped #FIFAWorldCupQatar2022 #RedVelvet #spotifypodcasts #podcast… https://t.co/qDz59Df0ue
## 707                                                                                                                    i want my spotify wrapped so bad #SpotifyWrapped
## 708                                                                                                                I predict my top podcast will be nah #SpotifyWrapped
## 709                                                                                       I predict my most played song will be Love is a Game by Adele #SpotifyWrapped
## 710                                                                                                   @Freeethon To the moon #SpotifyWrapped #kudus #Dame Deborah James
## 711                                                                                                              I predict my top artist will be Lorde 😏#SpotifyWrapped
## 712                                                                                        I predict my top genre will be k-pop #SpotifyWrapped https://t.co/TMSHH3D5zB
## 713                                                                                                     I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 714                                                                                                  I predict my top genre will be POP BABYYYYYY WOOOO #SpotifyWrapped
## 715                                                                                                  I predict my most played song will be \nThis Bar \n#SpotifyWrapped
## 716                                                            I predict my most played song will be Tot musica by ado. I played that way to many times #SpotifyWrapped
## 717                                                       next couple of days. \n\nThank you in advance!!\n\n#viral #Trending #SpotifyWrapped #community #blog #blogger
## 718                                                                           I predict my most played song will be live and let die by Paul McCartney  #SpotifyWrapped
## 719                                                                                                Excited for #SpotifyWrapped as my free annual mental health report 😍
## 720                                                                                                         I predict my top genre will be #Afrobeats - #SpotifyWrapped
## 721                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie
## 722                                                                       I predict my most played song will be 'Witching Hour' #SpotifyWrapped  by In This Moment  lol
## 723                                                                          I predict my most played song will be BTBT by B.I  #SpotifyWrapped https://t.co/Fb9W052qGI
## 724                                                                                             i predict my most played song will be any deftones song #SpotifyWrapped
## 725                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped hail satan podcast lol
## 726                                                                                                             I predict my top artist will be Beyoncé #SpotifyWrapped
## 727                                                                          I predict my top podcast will be MORBIDDDDD (Morbid: A true crime podcast) #SpotifyWrapped
## 728                         Bitcoin oscillates in an upwards fashion, always setting a new hi-low. \n\nThat's it, no need to make theories up.… https://t.co/ktyYE2yXuq
## 729                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nits gonna be whatever drakes genre… https://t.co/cr3BKaLClZ
## 730                                                                                         My @Spotify Wrapped is approved! Happy New Year. 🙏🏻🙌🏻🎉🍾🥂\n\n#SpotifyWrapped
## 731                                                                                         I predict my top podcast will be duolingo french @duolingo  #SpotifyWrapped
## 732                                                                                                            I predict my top artist will be LOVEJOY. #SpotifyWrapped
## 733                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 734                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 735                                                                                I predict my top podcast will be anything goes with emma chamberlain #SpotifyWrapped
## 736                                                                                   I predict my top podcast will be Nick and Charlie by Alice Oseman #SpotifyWrapped
## 737                                                                                                           I predict my top artist will be @ladygaga #SpotifyWrapped
## 738                                                                                     I predict my most played song will be as it was by harry styles #SpotifyWrapped
## 739                                                                            I predict my top genre will be it’s either going to be dreamsmp or rock- #SpotifyWrapped
## 740                                                             I swear to fucking god if my top podcast is the Grapes of Wrath im going to kill myself #SpotifyWrapped
## 741                                                                                                      I predict my top artist will be arctic monkeys #SpotifyWrapped
## 742                                                               #SpotifyWrapped Is a measurement to show how hipster you are; and I can’t wait to get mine.\nBliss #1
## 743                                                                                                       I predict my top podcast will be Crime Junkie #SpotifyWrapped
## 744                                                                                         I predict my most played song will be The Fall by Lovejoy 🫡 #SpotifyWrapped
## 745                                                                                                          I predict my top artist will be Steve Lacy #SpotifyWrapped
## 746                                                                                               I predict my top podcast will be #archetypesonspotify #SpotifyWrapped
## 747                                                                               I predict my most played song will be All Too Well 10 Minute Version. #SpotifyWrapped
## 748                                                                     I predict my top artist will be [fill in top artist prediction] harry styles fr #SpotifyWrapped
## 749                        Also... no #SpotifyWrapped    for me. Though I wonder if #YouTube does something similar— I haven't been paying pro… https://t.co/6ZEjiYFLiB
## 750                          @CFBPlayoff do the right thing and put Ohio State in the playoff!!!!! #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/kXAufI6y9r
## 751                                   “You will earn the respect of all men if you begin by earning the respect of yourself.”\n-Musonius Rufus… https://t.co/trKtmGoqF8
## 752                                                                                I predict my top genre will be [fill in top genre prediction] is pop #SpotifyWrapped
## 753                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 754                        SPORT BETTING IS THE FASTEST WAYS OF MAKE MONEY AND IT ALSO THE FASTEST WAY TO LOOSE ALL YOUR MONEY ONLY IF YOU CHO… https://t.co/dJETwpypF2
## 755                                                                                                           I predict my top genre will be indie rock #SpotifyWrapped
## 756                          I predict my most played song will be [fill in top song prediction] id either harry styles, taylor swift, or one direction #SpotifyWrapped
## 757                                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 758                                                                                                           I predict my top genre will be Indie Rock #SpotifyWrapped
## 759                                                                                                     I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 760                                                                                                      I predict my top podcast will be WIRED Science #SpotifyWrapped
## 761                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 762                                                                                                             I predict my top podcast will be [50+2] #SpotifyWrapped
## 763                                                                                 I predict my most played song will be there better be a mirror ball #SpotifyWrapped
## 764                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 765                                                                                      I predict my most played song will be Bad Romance by Lady Gaga #SpotifyWrapped
## 766                                                                                                  I predict my top artist will be [Black sherif 😌🤞🏻] #SpotifyWrapped
## 767                                                                                                      I predict my top artist will be [Travis Scott] #SpotifyWrapped
## 768                                                              I need some i miss you, I love you, I’m sorry money. 😩😩\n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #FYP
## 769                                                                                                     I predict my most played song will be Wintering #SpotifyWrapped
## 770                                                                   I predict my most played song will be Music For a Sushi Restaurant - Harry Styles #SpotifyWrapped
## 771                                                                                                                I predict my top artist will be 5sos #SpotifyWrapped
## 772                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 773                                                                                                          I predict my top artist will be Kanye West #SpotifyWrapped
## 774                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 775                                                                       I predict my most played song will be Demons by drake #SpotifyWrapped https://t.co/fxTf3yhbwu
## 776                                                                         I predict my top genre will be indie rock or something w indie in it hehehe #SpotifyWrapped
## 777                                                                                                         I predict my most played song will be Drive #SpotifyWrapped
## 778                       Spotify just tagged me on twitter, wow... #SpotifyWrapped \nThe predictions are arctic monkeys, a lot of italian mus… https://t.co/xEnA8IMemM
## 779                                                                         I predict my top artist will be Taylor Swift, Lady Gaga, or Camila Cabello. #SpotifyWrapped
## 780                                                                                        I predict my most played song will be [Kendrick Lamar - N95] #SpotifyWrapped
## 781                                                                                                    I predict my top artist will be [unotheactivist] #SpotifyWrapped
## 782                                                                                                   I predict my most played song will be Love My Way #SpotifyWrapped
## 783                                                                                                I predict my most played song will be Only The Brave #SpotifyWrapped
## 784                                                             Please please please do something like #SpotifyWrapped I need to see how much I lost this year @phantom
## 785                                                                                   I predict my most played song will be Easy on Me  or Hold my Hand #SpotifyWrapped
## 786                                    guys it’s official i am famous i have one whole follower! i have grown my family, time to get the chop!… https://t.co/hyGurPVC0U
## 787                         I know my top artist will be either  wumpscut or @walkthemoon for the third year in a row... fourth year... i have… https://t.co/cSQoSe0d4k
## 788                                                                                                                I predict my top genre will be [rap] #SpotifyWrapped
## 789                                                                                               I predict my top genre will be indie or alternative 😟 #SpotifyWrapped
## 790                                                                                          I predict my most played song will be [met gala by vjacob] #SpotifyWrapped
## 791                                                                                            I predict my top artist will be Muse or Centimillimental #SpotifyWrapped
## 792                                                                                        I predict my top podcast will be @KimKardashian's The System #SpotifyWrapped
## 793                                                                               I predict my top artist will be @paradisefears Best band of all time! #SpotifyWrapped
## 794                                                                              CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsvftY
## 795                                                                                                I predict my top artist will be @taylorswift13  100% #SpotifyWrapped
## 796                      I DONT DO PAY AFTER SERVICES BECAUSE I KNOW THE VALUE OF MY GAME*. \n\nIf you dont have the money for fixed games don… https://t.co/BvAyewe9o9
## 797                                               Honestly, my song prolly finna be this, Ill have it on loop and forget ab it 😭#SpotifyWrapped https://t.co/G2XMCoCshb
## 798                                                                                                       I predict my top artist will be Hyper Potions #SpotifyWrapped
## 799                      Inbox let's Spy on your partner Snapchat account\nFeel free Hacking is easy\nText me now for Snapchat account hack  g… https://t.co/7MwnKk6oSv
## 800                          BUY TWO GET ONE FREE OFF ENTIRE SITE THROUGH FRIDAY ONLY!! Go shop today @creations_label 🔥🔥❤️❤️ FOLLOW LIKE COMMEN… https://t.co/UDaeX6oGB2
## 801                                                                                                            I just knowww Let’s Get It will be on my #SpotifyWrapped
## 802                                                                                This Is My First #SpotifyWrapped 😄 🤩 https://t.co/H5yNb3CyWs https://t.co/6oPtFniqOp
## 803                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 804                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 805                                                                           I predict my most played song will be [Saviour Complex - Phoebe Bridgers] #SpotifyWrapped
## 806                                                                                      I predict my most played song will be gorgeous by Taylor swift #SpotifyWrapped
## 807                                                                           I predict my top artist will be my chemical romance like let’s be serious #SpotifyWrapped
## 808                                                                                               I predict my top artist will 100% be [arctic monkeys] #SpotifyWrapped
## 809                                                                                                         I predict my top podcast will be Impaulsive #SpotifyWrapped
## 810                               I predict my top podcast will be …@RingerVerse House of R, no doubt. It has been a beautiful year with Mal &amp; Jo 💚 #SpotifyWrapped
## 811                                                                                                      I predict my top artist will be 6LACK (@6LACK) #SpotifyWrapped
## 812                                                                                                           I predict my top artist will be baby keem #SpotifyWrapped
## 813                                          My everything entrepreneur on music and merch support #SpotifyWrapped #RedVelvet #ghanablackstars… https://t.co/fMboVUmbuK
## 814                       Perfect summary of the day …\nRoad trip / photo shoot 🏁📍\n\n#roadtrip #SpotifyWrapped #StarAcademy #Indigo #ImACeleb… https://t.co/dB1itu3Fu8
## 815                                                                                                              I predict my top artist will be CORPSE #SpotifyWrapped
## 816                         Am available Inbox now for help and guide on how to recover your Account\n#hacking #hacked #facebookdown #whatsapp… https://t.co/GEg8hXsYlY
## 817                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 818                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 819                         Here’s how to get your @Spotify Instafest concert lineup so you can start daydreaming about your ideal festival. 🎡… https://t.co/ElWINUoK0p
## 820                                                                    I predict my top artist will be BTS and if i’m wrong then dethrone me as an army #SpotifyWrapped
## 821                                                                       I predict my top genre will be probably modern rock ! #SpotifyWrapped https://t.co/fRkTfzCGEZ
## 822                                                                                           I predict my most played song will be honest by baby keem #SpotifyWrapped
## 823                                                                                              I predict my most played song will be Bloody Valentine #SpotifyWrapped
## 824                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nBuga (Lo Lo Lo ) by… https://t.co/YHMbopR15k
## 825                       I predict my top podcast will be...\nthe one i listen to while reading that talk ab greek mythology but i can't reme… https://t.co/E6YeY81VaH
## 826                                                                                        I predict my top artist will be...\neither Taylor or Louis \n#SpotifyWrapped
## 827                                                                                              Did this Better than Sheamus 🔥 #SpotifyWrapped https://t.co/vu742dG5Il
## 828                                                                                                                I predict my top genre will be pop \n#SpotifyWrapped
## 829                                                 I predict my most played song will be...\ni think maybe ready for it? or some onder reputation song #SpotifyWrapped
## 830                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 831                                                                                  I predict my top genre will be music for people who get no bitches #SpotifyWrapped
## 832                                                                                           GIVE US SPIDER-MAN 4! #SpiderMan4 #SpotifyWrapped https://t.co/lRQRGZvjKm
## 833                         According to the Scotsman Spotify stopped collection our data on 30th October....and dreamers was released on 20th… https://t.co/V3AIxDCnQ1
## 834                        My 2 years old daughter said "hey Google play baby shark" Google now played something else 😂 , my daughter then tol… https://t.co/97Lv8VvC7u
## 835                                                                                                    I predict my most played song will be 2 minus 1\n#SpotifyWrapped
## 836                                                                                                       I predict my most played song will be CUFF IT #SpotifyWrapped
## 837                                                                                            I predict my top podcast will be #ArchetypesWithMeghan \n#SpotifyWrapped
## 838                                                                                                             I predict my top artist will be Beyonce #SpotifyWrapped
## 839                           Ask @nike @Jumpman23 about the Covington connection.1985 changed the shoe game and history \n\n#nikeairmax #nike… https://t.co/pJJBW1QcR1
## 840                                                                              CHILL - EP \n#RnB #RedVelvet #Trending #music #SpotifyWrapped\nhttps://t.co/K6IRhsNoI6
## 841                                                                                                  I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped
## 842                                                                                                            I predict my top podcast will be nothing #SpotifyWrapped
## 843                                                          I predict my most played song this year will be “I Still Believe You’re Good” by @newsboys #SpotifyWrapped
## 844                                                                                                              I predict my top artist will be @xtina #SpotifyWrapped
## 845                                                                                                             Can’t wait for #SpotifyWrapped to call me a fag 5 times
## 846                                                                                                I predict my most played song will be Shinunoga E-Wa #SpotifyWrapped
## 847                                                                                                       I predict my top artist will be [Nicki Minaj] #SpotifyWrapped
## 848                                                                                                            I predict my top genre will be Latin Pop #SpotifyWrapped
## 849                                                                                                    I predict my most played song will be "Koszulka" #SpotifyWrapped
## 850                                                                   I predict my top genre will be Pop. I know it is. I know it. Or indie something.\n#SpotifyWrapped
## 851                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI think since I saw Vienna was… https://t.co/LNAYibecXz
## 852                                                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 853                                                                 I predict my top artist will be [@bigtimerush ] #SpotifyWrapped #BTRParalyzed #13YearsOfBigTimeRush
## 854                                                                                                          I predict my top genre will be [DanceHall] #SpotifyWrapped
## 855                                                                                  I predict my most played song will be Me Porto Bonito by Bad Bunny #SpotifyWrapped
## 856                                                                                       I predict my most played song will be [Do We Have A Problem?] #SpotifyWrapped
## 857                                                                                                I will make my #SpotifyWrapped my personality trait and I don't care
## 858                                   I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nIndie but let’s hope it’s not what I think it is 💀
## 859                                                                                              I predict my most played song will be LOVE DIVE by IVE #SpotifyWrapped
## 860                                                                                        I predict my most played song will be [something by Phoebe ] #SpotifyWrapped
## 861                                                     I predict my top artist will be [💜 @BTS_twt 💜] #SpotifyWrapped #SpotifyWrapped2022 #Spotify #BTS #BTSARMY #ARMY
## 862                                    Upcoming twitter space don’t forget ❤️ #SpotifyWrapped #btc #Etherium #shibainu #shib #memecoin #altcoin… https://t.co/PJXjPe9ncE
## 863                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I don’t know lol
## 864                            New youtube video out now \n\nhttps://t.co/E3xS9XDQD2\n\n#SpotifyWrapped #ContentCreator #FIFAWorldCupQatar2022… https://t.co/LzROARac5D
## 865                                                                                                       I predict my top artist will be [@nickiminaj] #SpotifyWrapped
## 866                                              I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I don’t know actually probably LoveJoy
## 867                                                                                               I predict my top podcast will be The Sleepy Bookshelf #SpotifyWrapped
## 868                               Read more about what I did wrong and right in my blog post! #indiemusic #music #pop #Spotify #SpotifyWrapped… https://t.co/hSlVGCWBZb
## 869                                                                                                       I predict my top artist will be  Harry Styles #SpotifyWrapped
## 870                        This channel we don’t say what we can’t do, so if you know you are here to recover all you have lost, better go for… https://t.co/I5Ny2snFC8
## 871                                                                                 I predict my top genre will be [#KPOP] #SpotifyWrapped #SpotifyWrapped2022 #Spotify
## 872                                                                                                                I predict my top genre will be [pop] #SpotifyWrapped
## 873                                                                                                  I predict my most played song will be Little Freak #SpotifyWrapped
## 874                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Archetype #ArchetypewithMeghan
## 875                                                                                                     I predict my top artist will be [the beatles ?] #SpotifyWrapped
## 876                                                                                                         I predict my top podcast will be Archetypes #SpotifyWrapped
## 877                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 878                                                                                                              I predict my top genre will be [Grime] #SpotifyWrapped
## 879                                                            I predict my most played song will be [#RunBTS by @BTS_twt] #SpotifyWrapped #SpotifyWrapped2022 #Spotify
## 880                                                                                     Really need to work on my self😵‍💫 #SpotifyWrapped #Depresion #BNB #Cryptocurency
## 881                                                                                         I predict my top artist will be One Direction or Stray Kids #SpotifyWrapped
## 882                                         Just got my #SpotifyWrapped from #silenthill \n\nI'd go to this fest if they have a first aid tent! https://t.co/jax9fhH3dK
## 883                                                                                                        I predict my top podcast will be What's Good #SpotifyWrapped
## 884                                                                                                               I predict my top artist will be [BTS] #SpotifyWrapped
## 885                                                                                                                I predict my top artist will be Yeat #SpotifyWrapped
## 886                                                                                                               I predict my top genre will be K-POP  #SpotifyWrapped
## 887                                                                                                                              i just want it now pls #SpotifyWrapped
## 888                                                                                                              I predict my top genre will be Hip-Hop #SpotifyWrapped
## 889                                                                                                          I predict my top artist will be the garden #SpotifyWrapped
## 890                                                                                                       Heres mine #instafest #SpotifyWrapped https://t.co/XmvNYT3yad
## 891                                                                                                  I predict my most played song will be [Black Swan] #SpotifyWrapped
## 892                        my #SpotifyWrapped predictions. artist: taylor (duh), genre: dance pop, song: Brother by Madds Buckley (don’t ask),… https://t.co/F0CDVbH6od
## 893                           Matching energy is why everybody miserable. \n\nYou don't clean dirt with dirt. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #thecontrarian
## 894                                                                                                     I predict my most played song will be Geek High #SpotifyWrapped
## 895                                                                                                       I predict my top artist will be taylor swift  #SpotifyWrapped
## 896                                                                                                        I predict my top artist will be [Little Mix] #SpotifyWrapped
## 897                                                                                                   I predict my top podcast will be @SincerelyAccra  #SpotifyWrapped
## 898                                                                               I predict my most played song will be [little freak by Harry styles]  #SpotifyWrapped
## 899                                                                                                     I predict my most played song will be Arcadia 😭 #SpotifyWrapped
## 900                                                                                                                        Can’t wait to be read by #SpotifyWrapped 🙃🙃🙃
## 901                                                         Annual reminder to throw that SZA playlist on repeat to get the baddies to slide up on your #SpotifyWrapped
## 902                                                                                               I predict my top genre will be 90's Alternative/Indie #SpotifyWrapped
## 903                                                                                                my spotify wrap to me\n\n#SpotifyWrapped \n\nhttps://t.co/J5JdMbZRkr
## 904                                                                             I predict my most played song will be [Heartbreak Anthem by Little Mix] #SpotifyWrapped
## 905                        The fact that #SpotifyWrapped is trending and it's not even out yet is driving me insane. I just wanna see how a we… https://t.co/d1oenhnhvt
## 906                                                                                                         I predict my top podcast will be [@TheYard] #SpotifyWrapped
## 907                                  I genuinely don't have a fricking idea about how is going to be my Spotify wrapped. I'm genuinely scared.… https://t.co/i599LBIaBY
## 908                                                                                                                 I predict my top genre will be Soul #SpotifyWrapped
## 909                                                                                                        I predict my top artist will be Harry Styles #SpotifyWrapped
## 910                                                                             A sketch I did of my new oc 🥳\n#illustrationart #SpotifyWrapped https://t.co/XWGT2axFak
## 911                                                                                  I predict my most played song will be Little freak by Harry Styles #SpotifyWrapped
## 912                                                                                                        I predict my most played song will be brutal #SpotifyWrapped
## 913                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 914                                                                                                            I predict my top artist will be [Mitski] #SpotifyWrapped
## 915                                                                                                          I predict my top artist will be #StrayKids #SpotifyWrapped
## 916                         I predict my top podcast will be @CrimeJunkiePod no questions asked. That podcast keeps me sane while doing stock at work 🤣 #SpotifyWrapped
## 917                                                                                                         I predict my top genre will be [indie rock] #SpotifyWrapped
## 918                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 919                                                                                                   I predict my top artist will be [Paul McCartney ] #SpotifyWrapped
## 920                                                                                                                  I predict my top genre will be pop #SpotifyWrapped
## 921                                                                                      I predict my top artist will be powerwolf or she wants revenge #SpotifyWrapped
## 922                                                                                                        I predict my most played song will be Butter #SpotifyWrapped
## 923                                                                                                       I predict my top artist will be Harry Styles  #SpotifyWrapped
## 924                                                                                                 I predict my top artist will be 5 seconds of summer #SpotifyWrapped
## 925                                                                                             I predict my most played song will be Maniac #StrayKids #SpotifyWrapped
## 926                                                                                       I predict my top artist will be [Juice Drizzy or #FreeSlime ] #SpotifyWrapped
## 927                                                                                              It's almost that time of year! #SpotifyWrapped https://t.co/YKDiGfUQfr
## 928                            Let me help you recover that your Hacked , Instagram, Twitter Pinterest, Gmail, Snapchat etc....\n#facebookdown… https://t.co/3M6g13gKss
## 929                                                                                                    I predict my top artist will be Olivia Rodrigo!! #SpotifyWrapped
## 930                                                                                                   I predict my top podcast will be kasvoton podcast #SpotifyWrapped
## 931                                                                           I predict my top artist will be either taylor swift, harry styles or 5sos #SpotifyWrapped
## 932                                                                I predict my top genre will be [definitely melodic trap, emo trap, alternative trap] #SpotifyWrapped
## 933                                                                           I predict my most played song will be The Way I Loved You by Taylor Swift #SpotifyWrapped
## 934                                                                           I predict my most played song will be [First Love / Late Spring - Mitski] #SpotifyWrapped
## 935                         Read more about my experience in my blog post! \n#indie #music #indieartist #independent #producer #musicpromotion… https://t.co/FgHiyohmGV
## 936                                                                                                                I predict my top genre will be K-Pop #SpotifyWrapped
## 937                                                                                             I predict my top podcast will be [woman evolve podcast] #SpotifyWrapped
## 938                                                                             I predict my most played song will be [Dirty Soda by Juice Wrld] prolly #SpotifyWrapped
## 939                                                                   I predict my most played song will be Hippo in the Water by Mom Jeans @momjeansca #SpotifyWrapped
## 940                                                                                                                 I predict my top artist will be BTS #SpotifyWrapped
## 941                                                                   I predict my top podcast will be something nuts about prepping for the apocalypse #SpotifyWrapped
## 942                                                                                                  I predict my most played song will be Taylor Swift #SpotifyWrapped
## 943                                                                                                 I predict my top podcast will be The Fellas Podcast #SpotifyWrapped
## 944                                                                                                                 I predict my top genre will be rock #SpotifyWrapped
## 945                                                                                                                       #SpotifyWrapped gotta come NIW im going crazy
## 946                                                                              I predict my most played song will be Skin of Your Teeth Demi Lovato?? #SpotifyWrapped
## 947                                 Furinno Turn-S-Tube 3-Tier Compact Multipurpose Shelf Display Rack with Square Tube, Columbia Walnut/Black… https://t.co/NSnPz4Ti6F
## 948                                                        My #SpotifyWrapped top song stepping up to accept her crown: https://t.co/HjzsyiF6w9 https://t.co/6HBnII5PXa
## 949                                                                                                          I predict my top artist will be Ari Lennox #SpotifyWrapped
## 950                                           I predict my top podcast will be [fill in top podcast prediction] i dont listen to podcasts im not a nerd #SpotifyWrapped
## 951                                                                                                            I predict my top genre will be indie pop #SpotifyWrapped
## 952                                                     I predict my most played song will be Another Lifetime by St. Lucia #SpotifyWrapped \n\nhttps://t.co/OsPbsNBcSS
## 953                                                                                      CAN THIS STOP TRENDING I KEEP ON GETTING SCARED ITS DROPPED 😭😭 #SpotifyWrapped
## 954                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 955                                            I predict my most played song will be Comedy or Oh Bo or Art is Dead or Words, Words, Words\n#SpotifyWrapped\n#1 bo stan
## 956                                                                                                   I predict my top podcast will be chuckle sandwich #SpotifyWrapped
## 957                                                                                                                  I predict my top genre will be Emo #SpotifyWrapped
## 958                                                                                    I predict my most played song will be goosebumps by Travis Scott #SpotifyWrapped
## 959                                                                                          I predict my most played song will be [pipe down by drake] #SpotifyWrapped
## 960                                                                                                       I predict my top artist will be [Ozzy Osborne}#SpotifyWrapped
## 961                                                                      I predict my top artist will be Taylor Swift?? Or Demi Lovato? It’s a toss up. #SpotifyWrapped
## 962                                                                                                              I predict my top genre will be R&amp;B #SpotifyWrapped
## 963                                                                                        I predict my most played song will be El Apagon by Bad Bunny #SpotifyWrapped
## 964                                                                                                     I predict my top artist will be louis tomlinson #SpotifyWrapped
## 965                                                                                                    I predict my top podcast will be @newheightshow  #SpotifyWrapped
## 966                                                                                                      I predict my top artist will be BTS!\n@BTS_twt #SpotifyWrapped
## 967                                                                                                 I predict my most played song will be Devil Trigger #SpotifyWrapped
## 968                             Your mistakes are temporary. Once you acquire the skill, you’re free forever.\n\n#FIFAWorldCupQatar2022 #Apple… https://t.co/Uv4nOQciZg
## 969                                                                            A good man leaves an Inheritance to the next generation. #NextGeneration #SpotifyWrapped
## 970                                                                                   I predict my most played song will be [Night Drive by Ari Lennox] #SpotifyWrapped
## 971                             If your Roblox got Hacked inbox now for guide on how to recover your Account\n#hacked #Roblox #5G #Hackingtime… https://t.co/kanpi00zHG
## 972                            January 15 the shadow is back #mma #mma2023 \n#SpotifyWrapped #Qatar2022 #harrystylesperu #ufc #UFC283 #ล็อคกี้แฟน… https://t.co/nSfZLuTmTe
## 973                                                                                                              My #SpotifyWrapped this Friday https://t.co/weugla1YTr
## 974                                                                                              I guarantee my #SpotifyWrapped song will be taboo by sevyn streeter. 😎
## 975                                                                                                                  I predict my top genre will be Pop #SpotifyWrapped
## 976                                                                                                         I predict my top artist will be @MacMiller  #SpotifyWrapped
## 977                                                                                                  I predict my top genre will be R&amp;B/K-R&amp;B.\n#SpotifyWrapped
## 978                                                  me happy to see #SpotifyWrapped trending but realising it hasn’t even been announced yet 💔 https://t.co/5wSAXoroJb
## 979                                          Tfw u don’t have a Spotify wrapped cuz u stopped using Spotify n only use musi now #SpotifyWrapped https://t.co/svXDkMlFZ4
## 980                                                                                                        I predict my top artist will be Taylor Swift #SpotifyWrapped
## 981                              RRRAP IT UP! (Vinyl Tear Down) by: MaSSa Power 🤩👊\n\n#massapower #DistroKid #Towerofbabelsymphony #HeavyMetal… https://t.co/m1lujeACdO
## 982                                     #SpotifyWrapped 2022: Release date and why the last two months of the year are not included in results\nhttps://t.co/IInad2M3e1
## 983                                                                                           I predict my top artist will be ATEEZ #SpotifyWrapped (expected tbf ngl-)
## 984                CSC | NFTs Beyond Art — Utility &amp; The True Value of NFTs\n\nhttps://t.co/e4sRyE8LRh\n\nReally interested in knowing abo… https://t.co/ry78RI67l5
## 985                                                                                                      I predict my top artist will be Graeme Cornies #SpotifyWrapped
## 986                                                                                  I predict my most played song will be Cracker Island by @gorillaz  #SpotifyWrapped
## 987                                                                                                             I predict my top artist will be nct 127 #SpotifyWrapped
## 988                                                                                                   I predict my top podcast will be Chuckle Sandwich #SpotifyWrapped
## 989                                                                                                            Disturbed #SpotifyWrapped #music https://t.co/MFHAWHw1g9
## 990                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nTo be honest, I'm not sure hahaha.
## 991                                                                                               I predict my top artist will be Kanye West or MF DOOM #SpotifyWrapped
## 992                                                                                I predict my top podcast will be [podcasts don’t work in Kazakhstan] #SpotifyWrapped
## 993                                                                                                      I predict my top artist will be Kanye or Abba  #SpotifyWrapped
## 994                                                                                                                  I predict my top genre will be rap #SpotifyWrapped
## 995                                                                                                               I predict my top artist will be Ghost #SpotifyWrapped
## 996                                                                                                    I predict my top podcast will be Freaky Folklore #SpotifyWrapped
## 997                                                                                                              I predict my top genre will be hip hop #SpotifyWrapped
## 998                                                                                                              I predict my top podcast will be GOONS #SpotifyWrapped
## 999                                                                                    I predict my most played song will be Vulture Island by @rob49up #SpotifyWrapped
## 1000                                                                          Yall still streaming super freaky girl? 👀\n\n#NickiMinaj #SuperFreakyGirl #SpotifyWrapped
## 1001                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1002                                                                                            I predict my most played song will be Life of the Party #SpotifyWrapped
## 1003                                                       I predict my top podcast will be 365 days with mxmtoon cause it's the only one I listen to 😭 #SpotifyWrapped
## 1004                                                                                               i'm gonna get bullied once spotify wrapped comes out #SpotifyWrapped
## 1005                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 1006                                                                                   I predict my most played song will be [illusion by aespa] #aespa #SpotifyWrapped
## 1007                                                                                         I predict my most played song will be Devil In A New Dress #SpotifyWrapped
## 1008                          Kenny Ray Powell former Death House Captain at Holmesberg Prison, PA ***... https://t.co/uaNuApc7a3 via @YouTube… https://t.co/TSx0zl15H7
## 1009                                                                                                             I predict my top genre will be [K-POP] #SpotifyWrapped
## 1010                                Never stop promoting your store. Drop your URL for promotion. #shopifydesign #dropshipping #SpotifyWrapped… https://t.co/whsveiFA4q
## 1011                                                                                                 I predict my top artist will be frank ocean prolly #SpotifyWrapped
## 1012                            @bearsintrees will be wrapping up their U.S. invasion in Somerville next Saturday. Grab tickets to see them at… https://t.co/Br1b1T0Xzl
## 1013                     Somebody should help me out, WHY WOULD RENO DEFEND TINUBU? What kind of game is he playing?\n\nDELETE | CHICAGO | APC… https://t.co/WrqYrydEZx
## 1014                                                                                       I predict my most played song will be [The Astronaut - JIN ] #SpotifyWrapped
## 1015                   What if @Eminem  put a hit on Mac Miller so that he could be the only known as M&amp;M? Plus that diss by Mac when he s… https://t.co/6v1ezlgqVe
## 1016                                                                                                          I predict my top genre will be [UrbanPop] #SpotifyWrapped
## 1017                                                                                                  I predict my top artist will be Tyler the creator #SpotifyWrapped
## 1018                                                                                                     I predict my top podcast will be Anything Goes #SpotifyWrapped
## 1019                                                                                                 I predict my most played song will be self control #SpotifyWrapped
## 1020                                                                Not okay with the fact that my top song is gonna be Twinkle Twinkle Little Star tbh #SpotifyWrapped
## 1021                                                                                              I predict my most played song will be Cirice by Ghost #SpotifyWrapped
## 1022                                                                                                   I can’t wait to see how my family mucked up my #SpotifyWrapped 🥲
## 1023                       Yes I'm excited but worried about how my mom accidentally using my Spotify on google mini many times will affect my… https://t.co/KXsT5xLE1R
## 1024                                                                                  I predict my most played song will be [Future Perfect by ENHYPEN] #SpotifyWrapped
## 1025                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 1026                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1027                                                   I predict my most played song will be Break From Toronto, This Side of Paradise, or Anti Hero :) #SpotifyWrapped
## 1028                                                                                              I predict my top podcast will be witchcraft qualcosa  #SpotifyWrapped
## 1029                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1030                      Ngl, my #SpotifyWrapped is gonna be a mess, it always is. I have such cringe taste in music but Idc anymore lol\nThi… https://t.co/D4kWAkwaoI
## 1031                                                                           Spotify better not rry it in this year's Wrapped #SpotifyWrapped https://t.co/utBsxmlGUY
## 1032                                                                                                                         #SpotifyWrapped I need to see this asap. 🥹
## 1033                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 1034                                                                                                   I predict my most played song will be Smoke Slow #SpotifyWrapped
## 1035                                                                                                      i predict my top artist will be taylor swift  #SpotifyWrapped
## 1036                                @TtvGamegrinderz @GroundedTheGame Come tune in🫣❤️✨\n\nPlaying Grounded🪲🐝🐞\n#SpotifyWrapped #ContentCreator… https://t.co/m0NeUZIdr2
## 1037                                                                                               I predict my most played song will be Judas by Fozzy #SpotifyWrapped
## 1038                                           Here's the longer, first version of Dumptruck, the workout track.\n#edm #workout #SpotifyWrapped https://t.co/iSwOcVXzhS
## 1039                  What if people pronounced other store names the same way they pronounced Aldi?\n\nWalmarts\nTargets\nDollars General\nIG… https://t.co/8RMpjzPM9i
## 1040                                                                                                 I predict my top artist will be @PanicAtTheDisco 💋 #SpotifyWrapped
## 1041                           @ShikhaTheStar @Cheerfulcynthy @chartdata Exactly thank you.They must have missed the YOUR part or doesn't know what #SpotifyWrapped is.
## 1042                                                                                                  I predict my top podcast will be Guilty Pleasures #SpotifyWrapped
## 1043                                                                                                     I predict my top artist will be [Lil Uzi Vert] #SpotifyWrapped
## 1044                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1045                                                                           Everyone waiting for @Spotify wrapped like...\n\n#SpotifyWrapped https://t.co/t7iHtGonuK
## 1046                                                                                                     I predict my top artist will be flo milli lmao #SpotifyWrapped
## 1047                     I predict my top artist will be @JIDsv #SpotifyWrapped\n\nLol I'm pretty sure. I'd say @coastcontra too but their fre… https://t.co/Y3afW5jVt8
## 1048                                                                                   I will personally release #SpotifyWrapped this year. spotify are taking too long
## 1049                                                        Being the best person ever WOULD definitely affect your Wrapped.\n\n#SpotifyWrapped https://t.co/NwUAZ0mLuo
## 1050                                                                               I predict my top artist will be mansfield tya / orelsan / sexy sushi #SpotifyWrapped
## 1051                       Everyone contact your local GOP and MAKE THEM BALLOT HARVEST WHERE LEGAL!\n#MAGA #2A #gas #gasprices #economy #vote… https://t.co/qHjD64QqN4
## 1052                                                                                              I predict my top genre will be modern rock palese pt2 #SpotifyWrapped
## 1053                                                                                                                                               GIRL #SpotifyWrapped
## 1054                                                                                                    I predict my most played song will be [FOR FUN] #SpotifyWrapped
## 1055                      Have a lost account you want to recover but don't know how?\nInbox now for guide on how to recover your account imme… https://t.co/MIfKmydVVG
## 1056                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1057                                                                                     I predict my most played song will be House of Memories palese #SpotifyWrapped
## 1058                                                                                   Abi you wanna linkup I gat d liquor make we hookup 🔥🎻 #SpotifyWrapped Trybemusic
## 1059                                                                                                  I predict my top podcast will be The Command Zone #SpotifyWrapped
## 1060                                                                                                                                    SO EXCITED FOR  #SpotifyWrapped
## 1061                                                                        I predict my top genre will be [wgatever genre Taylor Swift is. Dance pop?] #SpotifyWrapped
## 1062                                                                                                                                    SO EXCITED FOR  #SpotifyWrapped
## 1063                                                                                                          I predict my top artist will be Powerwolf #SpotifyWrapped
## 1064                            Ngl I kinda switched to YouTube Music and downloaded MP3s for a good chunk of the year. My #SpotifyWrapped will have a few gaps in it 😅
## 1065                                                        I predict my most played song will be [All Too Well (10 minute version) (Taylor’s Version)] #SpotifyWrapped
## 1066                                                                             I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped
## 1067                                                                                I predict my top podcast will be [FPS - Friends Per Second Podcast] #SpotifyWrapped
## 1068                                                                                                         I predict my top genre will be Power Metal #SpotifyWrapped
## 1069                                                                                                     I predict my top genre will be Indie Poptimism #SpotifyWrapped
## 1070                                         For you anime fans this be the best 3 day break of your life #LISA #aimer #SpotifyWrapped  #hikaru https://t.co/ormmUw2XSG
## 1071                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 1072                                                                                         I predict my top podcast will be Genius Bar @geniusbarcast #SpotifyWrapped
## 1073                                                                                                               I predict my top genre will be K-pop #SpotifyWrapped
## 1074                                                                                     I predict my top artist will be Sabrina Carpenter or Paramore? #SpotifyWrapped
## 1075                                                                                                       It’s about that time #SpotifyWrapped https://t.co/kNqkYsJX8p
## 1076                         Classic distraction from government #oligarchy pals that own the #msm \n\nLook over there!\n\nRe focus the #plebs… https://t.co/zcuttHRv0Y
## 1077                                                                                                       I predict my top artist will be [Tate Mcrae] #SpotifyWrapped
## 1078                                                                                                        I predict my top artist will be Twin Shadow #SpotifyWrapped
## 1079                                                                                                             I predict my top artist will be Saba 😮‍💨#SpotifyWrapped
## 1080                                                                                                  I predict my most played song will be Idol by BTS #SpotifyWrapped
## 1081                                 @patfkauffman Are u store owner. Drop ur website URL here for promotion, never stop promoting your store.… https://t.co/uWdXrILLGx
## 1082                                                                                                     I predict my top artist will be [@matthwatson] #SpotifyWrapped
## 1083                                                                                        #SpotifyWrapped is the one thing I’m keeping myself on this rock for lmao x
## 1084                                                       I predict my most played song will be Of The Abyss Lorna Shore [fill in top song prediction] #SpotifyWrapped
## 1085                                                           Jhope i think akkajsnd \n\npredict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1086                                                                          I predict my top podcast will be las flipantes aventuras de pablo lechuga #SpotifyWrapped
## 1087                                                                                         I predict my most played song will be Not the One by Gibbz #SpotifyWrapped
## 1088                                                                                    Go check it out!!!\n#SpotifyWrapped #Rihanna #kudus \n\nhttps://t.co/UCoy4Bkn2k
## 1089                                                                                                                #SpotifyWrapped predictions https://t.co/0bOKJcD2LX
## 1090                                                                               I predict my most played song will be [ill be good by Jaymes young ] #SpotifyWrapped
## 1091                                                                  Insha Allah it’s over between me and sapa\n#FIFAWorldCupQatar2022 #SpotifyWrapped #hookup #delete
## 1092                                                                    Bts pop period  \n\npredict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1093                        Can’t wait to recieve my #SpotifyWrapped playlist this year and re-listen to all the music I’m now sick of because… https://t.co/16dGrhnhQK
## 1094                                                                                                           I predict my top artist will be Slipknot #SpotifyWrapped
## 1095                                                                                                              I predict my top genre will be POP 🫠🫠 #SpotifyWrapped
## 1096                                         I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped mmmm a mixed of kpop, pop, rock, gaming etc?
## 1097                                  PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped … https://t.co/DtYckU2cJO
## 1098                       All I know is that @TessaViolet's YES MOM will be my #1 played song. I wouldn't be surprised if I was one of the mo… https://t.co/tOIsXNSOyF
## 1099                                                                                                            I predict my top genre will be Nu Metal #SpotifyWrapped
## 1100                                                                                                 I predict my most played song will be The Greatest #SpotifyWrapped
## 1101                           I predict my top podcast will be @AMorbidPodcast without a doubt. My long commutes are totally worth it cus I of them! \n#SpotifyWrapped
## 1102                                                                                  I predict my most played song will be Alien by Sabrina Carpenter  #SpotifyWrapped
## 1103                                        Yet to come will be that song Maybe \n\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1104                                                                                   I predict my top artist will be Ricky Montgomery or Taylor Swift #SpotifyWrapped
## 1105                                                                                                              #SpotifyWrapped First time seeing it!! So excitedd!!!
## 1106                                                                                                  I predict my most played song will be Spit It Out #SpotifyWrapped
## 1107                                                  @ckay_yo heart #covervideo by silver boy and Crainfly____ #freestylecover #SpotifyWrapped https://t.co/3RRIaj2xeH
## 1108                                                          say what you want about me. I refuse to be embarrassed #instafest #SpotifyWrapped https://t.co/dg7yIgdHVY
## 1109                                                                                              I predict my top genre will be indie or pop?? I dunno #SpotifyWrapped
## 1110                                                                                                      I predict my top artist will be @PalayeRoyale #SpotifyWrapped
## 1111                                                                                                    I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 1112                                                              Why is #SpotifyWrapped trending if it hasn't actually been released yet? You people are sick. SICK !!
## 1113                                                                                 I predict my top genre will be these fucking nuts idiot ass losers #SpotifyWrapped
## 1114                                                            I predict my top artist will be [Bring Me The Horizon] #SpotifyWrapped now to wait and see if I’m right
## 1115                                                                                                I predict my most played song will be Mr Loverman 💀 #SpotifyWrapped
## 1116                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1117                                                             High Key this might be the first year John Mayer isn’t on my most played this year 😭😭😭 #SpotifyWrapped
## 1118                   Guess this is good way to say good night from here 🥰 \n\nTININITANANA is now on Apple Music 💃\nLink up in my bio☝️\n\nMo… https://t.co/GMqSMK5Vco
## 1119                                                                                                         I predict my top artist will be The Weeknd #SpotifyWrapped
## 1120                                                                                                    I predict my most played song will be fue mejor #SpotifyWrapped
## 1121                                                                                                           I predict my top artist will be FLETCHER #SpotifyWrapped
## 1122                                                                                                         I predict my most played song will be Tuyo #SpotifyWrapped
## 1123                          @jonathanvswan Trumpler = conman grifter liar criminal sociopathic 8 yr old - once and always. #TrumpCrimeFamily… https://t.co/4D6SYiWuWX
## 1124                                                                                  I predict my top genre will be [Rock]🎧 😎🎵 #SpotifyWrapped https://t.co/1Obh6JlzVV
## 1125                                                                                                             I predict my top artist will be @poppy #SpotifyWrapped
## 1126                                   i will not be able to eat, sleep OR breathe peacefully until spotify wrapped is released #SpotifyWrapped https://t.co/Of6XQepi8L
## 1127                                                                                                      I predict my top podcast will be @SappeninPod #SpotifyWrapped
## 1128                                                                                      I predict my most played song will be [Glimpse of us by joji] #SpotifyWrapped
## 1129                                                                                                        I predict my top artist will be @KAYTRANADA #SpotifyWrapped
## 1130                                                                                             I predict my most played song will be Policy of Truth  #SpotifyWrapped
## 1131                                                                                  Check out ProlificNessaa's video! #TikTok https://t.co/7pi6jFZdJq #SpotifyWrapped
## 1132                   One day, I’ll have my very own urban music festival… being thrown in my hometown 🌃 &amp; the homeland🇵🇭… but for now, e… https://t.co/MVUaCllICH
## 1133                                                                                                        I predict my top artist will be  YBN Nahmir #SpotifyWrapped
## 1134                                                                                                              I need my #SpotifyWrapped right now I’m too impatient
## 1135                                                                                                    I predict my top artist will be @HoldingAbsence #SpotifyWrapped
## 1136                                                                                                           I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 1137                                                                                              I predict my top podcast will be anime out of context #SpotifyWrapped
## 1138                                                        Check me out! New things will be coming very soon! #SpotifyWrapped #edm #Producers  https://t.co/CsJ5WjIKW2
## 1139                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 1140                                                                                                       I predict my top podcast will be  Archetypes #SpotifyWrapped
## 1141                                                                                                  I predict my top genre will be Korean Country Rap #SpotifyWrapped
## 1142                                                                                                     I predict my top artist will be @britneyspears #SpotifyWrapped
## 1143                                                                                                                I predict my top artist will be exo #SpotifyWrapped
## 1144                                                                                                           I predict my top genre will be dance pop #SpotifyWrapped
## 1145                           Apple has threatened to remove Twitter \nfrom the App Store, according to Elon \nMusk. #Ronaldo #SpotifyWrapped… https://t.co/ZTRFjZlTti
## 1146                                                                                         I predict my top podcast will be [The Pat McAfee show 2.0] #SpotifyWrapped
## 1147                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 1148                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1149                                                                                          I predict my most played song will be message in a bottle #SpotifyWrapped
## 1150                                                                                                            I predict my top artist will be [Emkay] #SpotifyWrapped
## 1151                                                                               I predict my most played song will be Fortnite Rap Battle by Nerdout #SpotifyWrapped
## 1152                                                                                                      I predict my most played song will be peaches #SpotifyWrapped
## 1153                                                                                               I predict my most played song will be DM by fromis_9 #SpotifyWrapped
## 1154                                                                                                         “Here’s my #SpotifyWrapped”\n\nMe: https://t.co/UJNoJOFwJF
## 1155                                                                            I predict my most played song will be All the Small Things By Blink-182 #SpotifyWrapped
## 1156                               @philconcerts #SpotifyWrapped Predictions:\n\nTop Song: Talk that talk\nTop Artist: TWICE\nTop Album: #BETWEEN1and2 \nTop Genre: Pop
## 1157                                                                                                      I predict my top genre will be Pop or Country #SpotifyWrapped
## 1158                     I predict my top artist will be @djotime #SpotifyWrapped \nTop podcast will probably be @MBMBaM again\nTop genre is a… https://t.co/4OYIHkMMHo
## 1159                                                                                    I predict my most played song will be Burning Bridges by Sigrid #SpotifyWrapped
## 1160                       If I had to guess my top song, it'd probably be something like Caravan, I remember listening to that song for two w… https://t.co/MgDE3WJs4x
## 1161                               If you head to my channel I have a charity going for #SoldierSuicide #soldiers #veterans #twitch #live #mw2… https://t.co/laufhpgRWo
## 1162                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1163                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1164                                                                                                I predict my top genre will be a sub genre of metal #SpotifyWrapped
## 1165                                     We are considering recording our own music going foward. Bo Mrapper ba Pitori. #FIFAWorldCupQatar2022… https://t.co/ooTjw1rPvi
## 1166                                                                                         I predict my top artist will be @GretaVanFleet (hopefully) #SpotifyWrapped
## 1167                                                        I predict my most played song will be Hold Me Closer by @eltonofficial &amp; @britneyspears #SpotifyWrapped
## 1168                                                                                                    I predict my top podcast will be [Distractible] #SpotifyWrapped
## 1169                             For all Hacking Services\n#BigData #Analytics #DataScience #AI #MachineLearning #IoT #PyTorch #Python #RStats… https://t.co/JpcXwpjSIx
## 1170                                                                                 I predict my most played song will be Lavender Haze - Taylor Swift #SpotifyWrapped
## 1171                                                                                                             I predict my top artist will be Ghost. #SpotifyWrapped
## 1172                                                                                                         I predict my top podcast will be @PWEpod 💪😎#SpotifyWrapped
## 1173                                                                                                  I predict my top podcast will be “A D8 With Fate” #SpotifyWrapped
## 1174                    &amp; yeah, on subsequent posts, I then understood I was supposed to edit of the text in [ ] ..doh🤦‍♂️\nMy choice is the… https://t.co/nPLlBtx2t2
## 1175                           Share n listen cuz it don’t cost u no paper unless u a mf hatrr💜 #deutschland #SpotifyWrapped #hiphopde #Germany https://t.co/1CD6k2ItlU
## 1176                                                                                                        I predict my top artist will be [Pop Smoke] #SpotifyWrapped
## 1177                                                                                                               I predict my top genre will be [Rap] #SpotifyWrapped
## 1178                                                                                        I predict my most played song will be Attention by NewJeans #SpotifyWrapped
## 1179                                                                                                I predict my top artist will be “Melanie Martinez”  #SpotifyWrapped
## 1180                                                                                                     I predict my most played song will be [Ahh ha] #SpotifyWrapped
## 1181                                                                                                               I predict my top genre will be Anime #SpotifyWrapped
## 1182                                                                                                     I predict my top artist will be  The Kid Laroi #SpotifyWrapped
## 1183                                                                                                  I predict my top podcast will be @ChuckleSandwich #SpotifyWrapped
## 1184                                                                                                              I predict my top podcast will be none #SpotifyWrapped
## 1185                                                                                              I predict my top artist will be Harry styles for sure #SpotifyWrapped
## 1186                                                                                               I predict my top artist will be TAYLOR ALISON SWIFT  #SpotifyWrapped
## 1187                                                                          I predict my most played song will be @burytomorrow Death (Ever Colder) 🤔 #SpotifyWrapped
## 1188                                                                      I predict my most played song will be [Music box remix/cover by APAngryPiggy] #SpotifyWrapped
## 1189                                                                                                           I predict my top artist will be brakence #SpotifyWrapped
## 1190                                                                                       I predict my most played song will be we major by kanye west #SpotifyWrapped
## 1191                                                                                                        I predict my top artist will be Gen Hoshino #SpotifyWrapped
## 1192                                                                                                   I predict my most played song will be space song #SpotifyWrapped
## 1193                                                                                                               I predict my top genre will be “Pop” #SpotifyWrapped
## 1194                                                                                       This year’s #SpotifyWrapped is a little too accurate https://t.co/bzY4iSjxES
## 1195                   I would like you to take up the Japanese idol group, king &amp; prince.  Their new song Tsukiyomi is on the verge of be… https://t.co/EK8kUuEcdH
## 1196                                                                 I predict my most played song will be not sober by laroi polo g and stunna gambino #SpotifyWrapped
## 1197                                                                                        I predict my top artist will be.... #SpotifyWrapped https://t.co/cfWGx9U4Ot
## 1198                                                                             I predict my most played song will be You Right by @DojaCat @theweeknd #SpotifyWrapped
## 1199                                                                                                    I predict my top genre will be antipop/hyperpop #SpotifyWrapped
## 1200                                                                                    I predict my most played song will be “The Red Means I Love You”#SpotifyWrapped
## 1201                                This is what I look like patiently waiting for my #SpotifyWrapped list to come out…\n\n#museartco #Digital… https://t.co/amdhhubyVB
## 1202                       This is what I removed from one of my patient’s coochie today.  Being an OBGYN has its ups and downs. But this is o… https://t.co/JoH48zXIgC
## 1203                                                                               I predict my most played song will be Fever from Dua Lipa ft. Angèle #SpotifyWrapped
## 1204                                                                                                  I already know the top podcast is gunna be serial #SpotifyWrapped
## 1205                                                                                                            #SpotifyWrapped i listen to good music so im not scared
## 1206                                                                                            I predict my most played song will be 1985 - Bo Burnham #SpotifyWrapped
## 1207                                                                                   I predict my most played song will be venus fly trap by brakence #SpotifyWrapped
## 1208                                                                         I predict my most played song will be Toxic or Blurry Nights by BoyWithUke #SpotifyWrapped
## 1209                                                                                                                I predict my top genre will be rock #SpotifyWrapped
## 1210                                                                                            If Asake no dey your #SpotifyWrapped what are you even listening to????
## 1211                                            I predict my top genre will be, I have no fucking clue because everything I listen to is very different #SpotifyWrapped
## 1212                                            @teamogaram I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/b4dI1F1nnZ
## 1213                                                                                             I predict my top artist will be [Gorillaz or we riot ] #SpotifyWrapped
## 1214                             My top artist probably gunna be txt, Billie eilish, the neighborhood, and cigarettes after sex, and bts and that’s it 💀#SpotifyWrapped
## 1215                                                                                             COME OUT ALREADY WAAAAAAAAH (it will all be Will wood) #SpotifyWrapped
## 1216                                                                      I predict my most played song will be space man by the legend. @SamRyderMusic #SpotifyWrapped
## 1217                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nFica aqui a dúvida entre:\nStray Ki… https://t.co/JoQsCajSyE
## 1218                       As we wait for the anticipated Spotify Wrapped, I realized after seeing people "instafest" photos that there are pe… https://t.co/hh0GuIFjcv
## 1219                                                                                           I predict my most played song will be Roslyn by Bon Iver #SpotifyWrapped
## 1220                                                                           Most played song prediction: Green Green Grass, Overkill or Ad Infinitum #SpotifyWrapped
## 1221                                                                                    I predict my top artist will be probably gorillaz or weezer idk #SpotifyWrapped
## 1222                                                                                                                               Lot of the P-Funk. \n#SpotifyWrapped
## 1223                                                                                            I predict my top podcast will be acho que de true crime #SpotifyWrapped
## 1224                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1225                                                                  I predict my most played song will be whitewoods beachwalk, like every other year #SpotifyWrapped
## 1226                                                                                      I predict my top artist will be Slipknot, if it's not, I quit #SpotifyWrapped
## 1227                                                                                 I predict my top podcast will be\n\ni don’t listen to podcasts tbh #SpotifyWrapped
## 1228                                                                                  I dont want it to be but my top genres gonna be dream smp isnt it #SpotifyWrapped
## 1229                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype with Meghan
## 1230                                                                                                          I predict my top artist will be [Beyoncé] #SpotifyWrapped
## 1231                                                                                           I predict my top podcast will be an unreleased lana song #SpotifyWrapped
## 1232                          when #SpotifyWrapped I just laugh because it's funny to see I listened to the same three songs 482662728 times 🤣🤣 https://t.co/NzyXNN8IVy
## 1233                       I predict my top podcast will be You're Wrong About by Sarah Marshall because I listened to one episode and haven't… https://t.co/25AftkqWKu
## 1234                                                                                               I predict my top artist will be a loirinha esse ano  #SpotifyWrapped
## 1235                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nNenhuma surpresa que vai ser kpop
## 1236                                                                                 I predict my top artist will be\n\nthe legend himself, HARDWELL! 🖤🔥#SpotifyWrapped
## 1237                                                                                                   I predict my top genre will be [pop (as always)] #SpotifyWrapped
## 1238                                                                                                         I predict my top artist will be billie duh #SpotifyWrapped
## 1239                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1240                                       if you’re like us and waiting anxiously for your #SpotifyWrapped to drop… this is your reminder to take your supplements !!!
## 1241                                                                                                   I predict my top genre will be pop como todo ano #SpotifyWrapped
## 1242                                                                                                         I predict my top genre will be pop or rock #SpotifyWrapped
## 1243                                                                                I predict my most played song will be [either 5am or maybe Cuff It] #SpotifyWrapped
## 1244                                                                                  I predict my top genre will be\n\nit’s gotta be bigroom or techno #SpotifyWrapped
## 1245                                                                                                      I predict my top artist will be [Omar Apollo] #SpotifyWrapped
## 1246                                                             I predict my most played song will prolly be season of the witch or when i was older 🙏🙏#SpotifyWrapped
## 1247                                                                                                                                       IM SO SCARED #SpotifyWrapped
## 1248                                                          I predict my most played song will be provavelmente o cover do maneskin de if i can dream #SpotifyWrapped
## 1249                                                                                                        I predict my top artist will be @thebeatles #SpotifyWrapped
## 1250                                                                                                    money shot #CyberMonday #SpotifyWrapped https://t.co/aBfTT7wA0x
## 1251                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nLove me or leave me - DAY6
## 1252                                                                         I predict my most played song will be uh\n\nHardwell - Into The Unknown\n\n#SpotifyWrapped
## 1253                                                                                                          I predict my top artist will be Bad Omens #SpotifyWrapped
## 1254                                                                                                   I predict my top genre will be Indie Pop or smth #SpotifyWrapped
## 1255                                                                                                    lovedive #1 spot secured on my spotify wrapped  #SpotifyWrapped
## 1256                                                                             I predict my most played song will be [Live Fast Die Numb - Iann Dior] #SpotifyWrapped
## 1257                                                                                        will be checking back in on thursday to see if it’s out yet #SpotifyWrapped
## 1258                                                                                                           I predict my top genre will be metalcore #SpotifyWrapped
## 1259                               This shoulder pass 😎 Ronaldo\n#PORURU #Portugal #FIFAWorldCupQatar2022 #FIFAWorldCup #BRASUI #SpotifyWrapped https://t.co/MiSbYjeLe5
## 1260                                                                                                   I predict my top artist will be System of a Down #SpotifyWrapped
## 1261                                                                                                     I predict my top artist will be @surfacesmusic #SpotifyWrapped
## 1262                                                                                                         I predict my top genre will be Heavy Metal #SpotifyWrapped
## 1263                                                                              imagine getting HER on your #SpotifyWrapped 💀💀 embarrassinggg https://t.co/DiFdtSFad6
## 1264                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1265                                                                        I predict my most played song will be The Death of Peace of Mind, Bad Omens #SpotifyWrapped
## 1266                                                                                                  I predict my most played song will be Family Ties #SpotifyWrapped
## 1267                          STREAM WARRIOR NUN \n#Wandinha #Wandinha #TheCrown #SegundaDetremuraSDV #RedVelvet #SpotifyWrapped #ฟุตบอลโลก2022… https://t.co/gotbXAY3s5
## 1268                                                                                             I predict my most played song will be One by Metallica #SpotifyWrapped
## 1269                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 1270                                            Nature 📸\n\n#ouarzazate #photography #photo #SpotifyWrapped #BRASUI #Qatar2022 #乌鲁木齐 #kudus https://t.co/3zVg0VPSY9
## 1271                                                                                                 I predict my top artist will be twenty one pilots  #SpotifyWrapped
## 1272                                                                                                             I predict my top genre will be [K-pop] #SpotifyWrapped
## 1273                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1274                                                                                                   I predict my top artist will be Leanna Firestone #SpotifyWrapped
## 1275                                     I predict my most played song will be - tbh, I’m really not sure! Maybe Dakara? Or Haru Dorobo… I’m not sure!! #SpotifyWrapped
## 1276                                                                                       I predict my most played song will be [Dreamers by Jungkook] #SpotifyWrapped
## 1277                                                               I predict my top artist will be [Daughter] #SpotifyWrapped\n\nif its not daughter im gonna be so mad
## 1278                       i predict my top artist will be your best friend jippy honestly. that or it being between freddie dredd or bbno$ fo… https://t.co/KmrXWG3zgV
## 1279                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1280                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1281                                                                                                             I predict my top artist will be mitski #SpotifyWrapped
## 1282                                                                                                            I predict my top genre will be Alt Pop  #SpotifyWrapped
## 1283                                                                                            I predict my most played song will be [life by the sea] #SpotifyWrapped
## 1284                                                                                                        I predict my top genre will be [Rock/Metal] #SpotifyWrapped
## 1285                                       I already know @Logic301 bout to be top on my #SpotifyWrapped when it drops. Vinyl Days was just that damn fucking good dude
## 1286                                                                                        I predict my most played song will be among us in real life #SpotifyWrapped
## 1287                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1288                                            I predict my top artist will be Taylor Swift. If its not then I have no clue who else it could be hahah #SpotifyWrapped
## 1289                                                                                                          I predict my top artist will be Yorushika #SpotifyWrapped
## 1290                                                                     It’s embarrassing but I predict my top podcast will be… #WinxForeverPodcast 😅🤭 #SpotifyWrapped
## 1291                                             After the goal has been credited to Bruno Fernandes \n#FIFAWorldCupQatar2022 \n#SpotifyWrapped https://t.co/RstozwJfTV
## 1292                                                                  I predict my most played song will be [Save Your Tears]\n\ntenho quase certeza\n\n#SpotifyWrapped
## 1293                                                                                   I predict my most played song will be “Crypt” by Roderick Porter #SpotifyWrapped
## 1294                                   And me too....#LipSyncBattle #LLCoolJ\n#IlovetherealMilliVanilli  #SpotifyWrapped #freedummers #FluClan… https://t.co/ObKq0oqMbz
## 1295                                             I predict my most played song will be Cherry by @findingfletcher. It's been in my head the whole year! #SpotifyWrapped
## 1296                                  I predict my top podcast will be 12 Hour Sound Machines (no loops or fades): Brown Noise Sound Machine (12 hours) #SpotifyWrapped
## 1297                                                         already know my top artist this year will be ghost, but we can all pretend to be surprised #SpotifyWrapped
## 1298                                    I’m worried that my #SpotifyWrapped will be way too revealing because the only time I open Spotify is when I’m alone in the car
## 1299                                                                                                                                 when is she coming #SpotifyWrapped
## 1300                       @lexfridman A lot of store owners are not making sales on their products/services Websites. Drop ur website URL her… https://t.co/xDbSIZ3j2j
## 1301                                                                                                    I predict my top podcast will be livrariaemcasa #SpotifyWrapped
## 1302                                    Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Hot 100
## 1303                                                                                                I'd predict this but it's so obvious it's pointless #SpotifyWrapped
## 1304                                                                                        I predict my top artist will be Drake or Kendrick Lamar tbh #SpotifyWrapped
## 1305                                                                                        I predict my most played song will be Ghost of You by 5sos 🥳#SpotifyWrapped
## 1306                                                                                                      I predict my top artist will be taylor swift  #SpotifyWrapped
## 1307                        @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here… https://t.co/TikK7G1rjG
## 1308                                                                     I predict my most played song will be [Chris Brown, Addicted (feat. lil Baby)] #SpotifyWrapped
## 1309                                                                                                I predict my top artist will be [Avenged Sevenfold] #SpotifyWrapped
## 1310                                                                                                   I predict my top podcast will be @AMorbidPodcast #SpotifyWrapped
## 1311                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 1312                                                                                        i predict my most played song will be grace by jeff buckley #SpotifyWrapped
## 1313                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1314                                                                                                        I predict my most played song will be boy x #SpotifyWrapped
## 1315                                                                                                      I predict my top artist will be Playboi Carti #SpotifyWrapped
## 1316                                                                                                       I predict my top artist will be @mothercain  #SpotifyWrapped
## 1317                                                                                           I predict my most played song will be 90 Proof by @smino #SpotifyWrapped
## 1318                                                                                                      I predict my top artist will be [Post Malone] #SpotifyWrapped
## 1319                                                                                                   I predict my most played song will be pink venom #SpotifyWrapped
## 1320                                                                                                             I predict my top genre will be [Metal] #SpotifyWrapped
## 1321                                                                                    I predict my most played song will be https://t.co/oraZLwGLq8\n #SpotifyWrapped
## 1322                                                                                                  i predict my top artist will be alice in chains 🤨 #SpotifyWrapped
## 1323                                                                                                    I predict my top genre will be [Melodic HipHop] #SpotifyWrapped
## 1324                                                                    almost time to out myself for listening to an unhealthy amount of red vox again #SpotifyWrapped
## 1325                                                                                              Anyone else not got their #SpotifyWrapped  yet?\nno? just me?\nok :,)
## 1326                                                                    I predict my top artist will be Dr. Taylor Alison Swift, aka the music industry #SpotifyWrapped
## 1327                                                                                                        I predict my top genre will be Rap/ Hip Hop #SpotifyWrapped
## 1328                                                                                   I predict my most played song will be [A Little Piece Of Heaven] #SpotifyWrapped
## 1329                                                                                                        I predict my top artist will be [Powerwolf] #SpotifyWrapped
## 1330                                                                                                   I predict my most played song will be I Like You #SpotifyWrapped
## 1331                                                                                         I predict my top artist will be anything kpop or afrobeats #SpotifyWrapped
## 1332                                                                                                       I predict my top genre will be [Power Metal] #SpotifyWrapped
## 1333                                                                           I predict my top artist will be [This has to be either Avril or Taylor]  #SpotifyWrapped
## 1334                          Here's my fest! You better give me yours, cause I'm attending! ✨💖\n\n#instafest #SpotifyFestival #SpotifyWrapped https://t.co/5TNMJIyndg
## 1335                                                                                     a.vega_ follow my TikTok 🥺\n#SpotifyWrapped    #TikTok https://t.co/hfLYBV7mEs
## 1336                                                                                  I predict my top artist will be @ladygaga like it is every year 😘 #SpotifyWrapped
## 1337                                                                                                        I predict my top genre will be [Video Game] #SpotifyWrapped
## 1338                                                                                      I predict my most played song will be [Faster Than The Flame] #SpotifyWrapped
## 1339                                                                                   I predict my most played song will be Earth, The Oldest Computer #SpotifyWrapped
## 1340                                                                                                         I predict my top artist will be #StrayKids #SpotifyWrapped
## 1341                                                                                                 Pretty sure that Harry Styles and 1D will be on my #SpotifyWrapped
## 1342                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n\n@sabaton  will probably be the top one  for me
## 1343                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 1344                     Can I use Hobby Lobby App For Purchases?\n\nYes. There is a customized app available for smartphones. More info here:… https://t.co/Vp4ag0doU3
## 1345                                                                  @DJKASTONE #SpotifyWrapped splashin ft KOOLAID HARRISBURG UPCOMING RAPPER https://t.co/VyJSW9w8A4
## 1346                                              it's that time of the year again and we still dgaf about ur ugly babies &lt;3 #SpotifyWrapped https://t.co/lLfFv1bmwN
## 1347                                                                                                      I predict my top genre will be [Pop for sure] #SpotifyWrapped
## 1348                                                                 I swear the past few days the first thing I do when I wake up is check if #SpotifyWrapped is out 😭
## 1349                                                                                                               I predict my top genre will be K-POP #SpotifyWrapped
## 1350                                                                     @PSYKEYstr I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1351                     i predict my most played song will be \ni know the end by @phoebe_bridgers #SpotifyWrapped 🩻🌙🛰🗡\npatiently waiting fo… https://t.co/EC43lrLfWa
## 1352                                                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 1353                                                     watch dream smp be in my genres again because of the amount of toby fox i've been listening to #SpotifyWrapped
## 1354                                                                                     I predict my top artist will be @ThatSubUrban or @iamblackbear #SpotifyWrapped
## 1355                                                I predict my most played song will be [Karma by Taylor] Y'all if this is true I'll beat Nostradamus #SpotifyWrapped
## 1356                                                     New car Kia #SpotifyWrapped\nFor more - subscribe my channel - https://t.co/ksWEso0Gen https://t.co/8rhMfxDEgM
## 1357                                                                                    I predict my top podcast will be @dicedeathpod its got to b lol #SpotifyWrapped
## 1358                                                                              I predict my top podcast will be [#Archetypes top podcast prediction] #SpotifyWrapped
## 1359                                                                                           I predict my top podcast will be @solomonster Sounds Off #SpotifyWrapped
## 1360                             Oh No 😢 \n#magic #magictricks #magician #funnyvideo #pranks #ilshorts #ล็อคกี้แฟน #ล็อคกี้แฟน #SpotifyWrapped #GFvip https://t.co/Zgx7HtwzWM
## 1361                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped \n\nRock music in some form or another
## 1362                                                                                                    I predict my top artist will be #Ateez or #GOT7 #SpotifyWrapped
## 1363                                                        I predict my most played song will be we don't talk about Bruno, cover by punk rock factory #SpotifyWrapped
## 1364                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1365                                                                                                    I predict my top artist will be [The Kid LAROI] #SpotifyWrapped
## 1366                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\n1.Zu Ende… https://t.co/vBt64SnhJH
## 1367                                                                                                      I predict my top artist will be [Chris brown] #SpotifyWrapped
## 1368                                   My #SpotifyWrapped is going to be wack this year because I spent most of my time on my work phone. 😭 lol https://t.co/tMiHLQ4hQn
## 1369                                             I predict my most played song will be [Hate The Other Side - Juice WRLD ft The Kid LAROI &amp; Polo G] #SpotifyWrapped
## 1370                                                  I predict my most played song will be drain you prob cuz that song was always #1 on my repeated 💀 #SpotifyWrapped
## 1371                                                       My top podcast will be that  one  migraine  relief  frequency  thing  I'm  gonna  be  honest #SpotifyWrapped
## 1372                                                                     i predict my most played song will be oh yeah by @ark_woods  and @dev_lemons 😌 #SpotifyWrapped
## 1373                                                                                                           I predict my top artist will be The 1975 #SpotifyWrapped
## 1374                                                                                                                                 what even is this\n#SpotifyWrapped
## 1375                                                                                              I predict my most played song will be [OMNIS LACRIMA] #SpotifyWrapped
## 1376                                                                                                           I predict my top artist will be Illenium #SpotifyWrapped
## 1377                                                                                                              I predict my top genre will be Pop \n #SpotifyWrapped
## 1378                                                                                                                                    Waiting for my  #SpotifyWrapped
## 1379                                                   I predict my top genre will be either punk rock or whatever genre @ThatSubUrban s music is..lol  #SpotifyWrapped
## 1380                                                                                                    I predict my most played song will be Happiness #SpotifyWrapped
## 1381                                                                                         I predict my top artist will be probably Harry styles ngl  #SpotifyWrapped
## 1382                                                                               I predict my top podcast will be [Archetypes top podcast prediction] #SpotifyWrapped
## 1383                       I predict my top podcast will be -  none because I rarely watch anything related to podcasts and I only use spotify… https://t.co/IGaRqF4sqA
## 1384                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 1385                                                                                                I predict my most played song will be ✨HeatWaves✨ #SpotifyWrapped
## 1386                                                                                           I predict my most played song will be #StrayKids #Maniac #SpotifyWrapped
## 1387                                                                                                      I predict my top artist will be twice or enha #SpotifyWrapped
## 1388                                                                                                            my icebergify \n#SpotifyWrapped https://t.co/FVTuuaawH3
## 1389                                                                                                     I predict my top genre will be pop 💀 I'm basic #SpotifyWrapped
## 1390                                                                                       I predict my most played song will be [last goodbye @7RU7H ] #SpotifyWrapped
## 1391                                                                                                       I predict my top artist will be [waterparks] #SpotifyWrapped
## 1392                                                                                      @chartdata anything by phoebe bridgers\ngay\nphoebe bridgers\n#SpotifyWrapped
## 1393                        I predict my most played song will be First Class by Jack Harlow bc I’m autistic and it tickled my brain in such a… https://t.co/A5CPVs8THV
## 1394                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1395                                                                                                            I predict my top genre will be kpop :') #SpotifyWrapped
## 1396                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 1397                                                                                                       I predict my top artist will be [ Rod Wave ] #SpotifyWrapped
## 1398                                                                                 I predict my most played song will be [As it was or glimpse of us] #SpotifyWrapped
## 1399                                                                                                             where tf is it #SpotifyWrapped https://t.co/auRG0UogVX
## 1400                                                                            I predict my top artist will be either mgk,yungblud,huddy,nessa or jxdn #SpotifyWrapped
## 1401                                                                                      i predict my most played song will be [fuzzy by waterparks] 💗 #SpotifyWrapped
## 1402                        Monday Night Football Hot Take: \nhttps://t.co/r2m9MpC0HU\n@BeerlyFootball @br_betting @NFL @SlinginFball @nflrums… https://t.co/lkMnNjvazy
## 1403                                                                                             I predict my most played song will be [Less Than Zero] #SpotifyWrapped
## 1404                                                                                @Spotify @megalodon_k I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 1405                                                                                                      I predict my top artist will be lana del rey  #SpotifyWrapped
## 1406                                                                                                            I predict my top artist will be MF DOOM #SpotifyWrapped
## 1407                       Patiently waiting for my #SpotifyWrapped as if I don’t already know that the 10 minute version of All Too Well is g… https://t.co/Sts2l3aNnp
## 1408                         I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From The Vault) by Taylor Swift #SpotifyWrapped
## 1409                                                                                          I predict my top genre will be pop punk very easily lmao  #SpotifyWrapped
## 1410                                                                                                          I predict my top genre will be indie rock #SpotifyWrapped
## 1411                                                                                        I predict my top podcast will be def my sleep music podcast #SpotifyWrapped
## 1412                                                                         I predict my most played song will be i want you to love me by fiona apple #SpotifyWrapped
## 1413                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1414                                                                               I predict my top podcast will be any @thedivestudios podcast 🫶🫶🫶🫶🫶🫶🫶 #SpotifyWrapped
## 1415                                                      I predict my top artist will be either harry styles or louis tomlinson or one direction again #SpotifyWrapped
## 1416                                                                   【Trends Tag】 #DominosCyberMonday #GivingTuesday #PMSOverreactionMonday #PORURU #SpotifyWrapped
## 1417                                                    I predict my most played song will be either dying on the inside,attihay or tired of California #SpotifyWrapped
## 1418                                                                                      #SpotifyWrapped #GFvip #nsfwtwt \nShow Up \nShow Love https://t.co/z9jc6eQ6Dr
## 1419                             Give my playlist a listen: Party time https://t.co/Yvld001shA \n🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥\n… Hey …. It’s BALL … I’ve been… https://t.co/8q3vIKyTMI
## 1420                                                                                                              I predict my top artist will be Bjork #SpotifyWrapped
## 1421                                                                              I predict my most played song will be HER or Molly by chase Atlantic  #SpotifyWrapped
## 1422                                    It’s okay to like some policies from the left and some from the right - This is not a zero sum politics #SpotifyWrapped #FedDay
## 1423                                                                                                             I predict my top genre will be Art Pop #SpotifyWrapped
## 1424                                                                                            I predict my top podcast will be probably @TheBSidesPod #SpotifyWrapped
## 1425                                                                                                            I predict my top artist will be Digga D #SpotifyWrapped
## 1426                                                                                                          I predict my top genre will be prolly pop #SpotifyWrapped
## 1427                                                                                                               I predict my top genre will be K-POP #SpotifyWrapped
## 1428                         Just shot a lot of content just to realize I don’t like how the sun is hitting in any of my content except one. 🫠… https://t.co/fOfVmdM9FI
## 1429                                                                                              I predict my most played song will be [star shopping] #SpotifyWrapped
## 1430                                                                                            I predict my most played song will be una super chunga. #SpotifyWrapped
## 1431                                                                               I predict my most played song will be uhhh something by harry styles #SpotifyWrapped
## 1432                                                                     I predict my most played song will be Destino o Casualidad de @MelendiOficial  #SpotifyWrapped
## 1433                                                                                                  I predict my top artist will be @ATEEZofficial 🤭🤭🤭#SpotifyWrapped
## 1434                                                                                                          I predict my top artist will be @slipknot #SpotifyWrapped
## 1435                       I predict my top artist will be probably Carly Rae Jepsen if I ruined my Wrapped this year… or Britney (that time I… https://t.co/rerh8CHqIZ
## 1436                                                                               I predict my most played song will be Tell the Vision by Kanye West\n#SpotifyWrapped
## 1437                                                                                                                                       3 days until #SpotifyWrapped
## 1438                                                                                                                                             Oh and #SpotifyWrapped
## 1439                                                                                             I predict my top podcast will be [The Magnus Archives] #SpotifyWrapped
## 1440                       Anyone interested for free trials or paid subscriptions. Contact me on WhatsApp or text me in personal messanger. W… https://t.co/7hGyKH5lwp
## 1441                                                                                 I predict my top artist will be [The Stupendium or The Mechanisms] #SpotifyWrapped
## 1442                                                                                       Hm… lots more Apple Music peeps than expected… keep #voting! #SpotifyWrapped
## 1443                                                                                      I predict my top artist will be Camellia definitely I KNOW IT #SpotifyWrapped
## 1444                       Messi should kindly apologize to Mexican and the world in general, this kind of act is unfair for him been a worldl… https://t.co/x1HG3YgPDY
## 1445                                                                                                 I predict my top genre will be pft! Idk indie pop? #SpotifyWrapped
## 1446                                                                                       Which music streaming app do you prefer?\n\n#SpotifyWrapped #boomplay #music
## 1447                                                                                              Check this out! https://t.co/1cz0bp3stn\n#NFT #SpotifyWrapped #Crypto
## 1448                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1449                                                                                                 I predict my top genre will be [Folk-Punk or Jazz] #SpotifyWrapped
## 1450                                                                             I predict my top podcast will be who tf listens to podcasts on spotify #SpotifyWrapped
## 1451                                                                                                I predict my most played song will be Child by Mark #SpotifyWrapped
## 1452                                                                                                           I predict my top artist will be [Halsey] #SpotifyWrapped
## 1453                                                                                        I predict my top podcast will be I don't listen to podcasts #SpotifyWrapped
## 1454                   • I predict my most played song will be LOVE DIVE\n\n• I predict my top genre will be K-Pop (💀)\n\n• I predict my top a… https://t.co/a9kmL06xDI
## 1455                                                                                                      I predict my top artist will be Illenium LMAO #SpotifyWrapped
## 1456                                                                                                   I predict my most played song will be Black Moss #SpotifyWrapped
## 1457                                                                                                        I predict my top artist will be radiohead 😂 #SpotifyWrapped
## 1458                                                                                                       I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped
## 1459                                                                                            @JannyJanis I heard there are a lot of pedophiles there #SpotifyWrapped
## 1460                                                  I predict my most played song will be “Magic” by French Horn Rebellion, That’s Nice, and Patterns #SpotifyWrapped
## 1461                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 1462                                                                                                  It feel like the holidays #CyberMonday #RedVelvet #SpotifyWrapped
## 1463                                Thank you @Eminem !🖤\n\n#eminem #video #notafraid #quote #song #misic #21creator #foryou #thankyou #reborn… https://t.co/aYg62zyL4E
## 1464                                                          I predict my top podcast will be only listened to one this year and i cant remember which #SpotifyWrapped
## 1465                                                                                                              I predict my top genre will be K-Pop  #SpotifyWrapped
## 1466                                                                                       I predict my most played song will be Lovers Rock by TV Girl #SpotifyWrapped
## 1467                          Check out Bbyrnedavis2.0's video! #TikTok https://t.co/TJ52vCK0Gi #games #CyberMonday #SpotifyWrapped #RedVelvet… https://t.co/SjTWhE3qGU
## 1468                  #iPhone  #GivingTuesday  #TimCook  #cupheadshow  #SpotifyWrapped \nAdvanced Targeting &amp; Global Reach\nReach a 96% of… https://t.co/LcP3FFMQYz
## 1469                                  Acredito firmemente que vai ser o @marcotellesbt\nI predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1470                                                                                    I predict my top genre will be Whatever genre chloes been doing #SpotifyWrapped
## 1471                                                                                  I predict my top artist will be the one and only ✨ @MacMiller ✨ #SpotifyWrapped
## 1472                                                                                                        I predict my top genre will be Pop or K-Pop #SpotifyWrapped
## 1473                                                                                                                                 How do i check my  #SpotifyWrapped
## 1474                                                                                I predict my most played song will be Numb Little Bug by Em Beihold #SpotifyWrapped
## 1475                                                                                                     I predict my top artist will be Chloe Moriondo #SpotifyWrapped
## 1476                                                                                        I predict my most played song will be [So Good by @halsey ] #SpotifyWrapped
## 1477                                                                 How is this gonna put me on blast before my #SpotifyWrapped even comes out https://t.co/p87LCPhoED
## 1478                               Aposto em: mais do que tudo da @Thamiresgarciav\nI predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1479                                                                                                   I predict my most played song will be starwalkin #SpotifyWrapped
## 1480                                                                                           Balls or nuts #DonaldTrump #SpotifyWrapped #CyberMonday #البرازيل_ِسويسرا
## 1481                                                                                                       I predict my top artist will be @lucydacus\n #SpotifyWrapped
## 1482                                                                                                I predict my most played song will be Midnight Rain #SpotifyWrapped
## 1483                                                                                                I predict my top podcast will be [@TheWeeklyPlanet] #SpotifyWrapped
## 1484                                                                                           I predict my most played song will be Post Party Trauma  #SpotifyWrapped
## 1485                                     #SpotifyWrapped is nearly here.\n\nI could probably predict what's going to be on it, but it's always a fun time regardless :)
## 1486                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped podcasts
## 1487                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1488                                                         Hello Sir Can you're team Comeup Translate option here Like Facebook  Thank You 🌹… https://t.co/xN5568IlYI
## 1489                                                                                      I predict my top podcast will be [I don't listen to podcasts] #SpotifyWrapped
## 1490                                                                                               can’t wait to see bad bunny as my top artist again 🤭 #SpotifyWrapped
## 1491                                                          Me when I see I’m in the top 1% of listeners for Seventeen - JA \n#SpotifyWrapped https://t.co/jy05Ed97hD
## 1492                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1493                                                                                                          i predict my top artist will be metallica #SpotifyWrapped
## 1494                                                                                              I predict my most played song will be Atopos by Bjork #SpotifyWrapped
## 1495                                                                                                 I predict my top podcast will be swell shenanigans #SpotifyWrapped
## 1496                                                                                                     I predict my top artist will be UnoTheActivist #SpotifyWrapped
## 1497                                                                                                            I predict my top artist will be gfriend #SpotifyWrapped
## 1498                                                                                                 I’m not sharing my #SpotifyWrapped, that shit’s between me and god
## 1499                                                              I predict my top podcast will be Are &amp; Be? that's the one i Remember listening to #SpotifyWrapped
## 1500                                                                                                                  HURRY UP SPOTIFY WRAPPED @Spotify #SpotifyWrapped
## 1501                                                                                            I predict my most played song will be no body, no crime #SpotifyWrapped
## 1502                                                                                              I predict my top genre will be dsmp bro TAKE IT OFFF  #SpotifyWrapped
## 1503                                                                                                      I predict my top artist will be [@HansZimmer] #SpotifyWrapped
## 1504                                                                                       I predict my top artist will be [@twentyonepilots mis papis] #SpotifyWrapped
## 1505                                                                                                             I predict my top artist will be  loona #SpotifyWrapped
## 1506                                                                                                               I predict my top genre will be k-pop #SpotifyWrapped
## 1507                                                                                            I predict my top artist will be Rina Sawayama no Doubts #SpotifyWrapped
## 1508                                        I am honored at this three day lineup!!! Can't wait for the #SpotifyWrapped this year! 🥰 #instafest https://t.co/FfScbjMYub
## 1509                                                                                       I predict my top artist will be Eva Shaw and Kris the Spirit #SpotifyWrapped
## 1510                                                         I predict my top artist will be [fill in top artist prediction] tinatanong pa ba yan? keme #SpotifyWrapped
## 1511                                                                                                I predict my top genre will be [Pop or Alternative] #SpotifyWrapped
## 1512                                                    I look forward to #SpotifyWrapped way too much for someone that listens to the same 3 artists on repeat nonstop
## 1513                                                                                                      I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 1514                                                                                                   I predict my top genre will be unfortunately pop #SpotifyWrapped
## 1515                                                                                 I predict my top artist will be Nightcord at 25 or Vivid Bad Squad #SpotifyWrapped
## 1516                                                                                                      I predict my top podcast will be Rotten Mango #SpotifyWrapped
## 1517                                                                                   I predict my most played song will be Imagining by Rina Sawayama #SpotifyWrapped
## 1518                                                                                                   I predict my most played song will be [Shy Away] #SpotifyWrapped
## 1519                                                                                                         I predict my top artist will be [@DukiSSJ] #SpotifyWrapped
## 1520                                                                             I predict my top artist will be [Meghan Markle, the Duchess of Sussex] #SpotifyWrapped
## 1521                                                                                      I predict my top artist will be Ricky Martin or Harry Styles. #SpotifyWrapped
## 1522                       @laurenboebert @elonmusk A lot of store owners are not making sales on their products/services Websites. Drop ur we… https://t.co/uwvziJnzEo
## 1523                                              I predict my most played song will be Filter by Jimin. It's the first song on my sleepytime playlist. #SpotifyWrapped
## 1524                                                                                                         I predict my top artist will be #OnlyOneOf #SpotifyWrapped
## 1525                                                                                                   I predict my top artist will be @machinegunkelly #SpotifyWrapped
## 1526                                                                                                     I predict my most played song will be bop bop! #SpotifyWrapped
## 1527                                                       I predict my top podcast will be This Changes Everything by @JeffGuentherLPC and @imsararice #SpotifyWrapped
## 1528                                                                     I predict my most played song will be [words by f.r david or 2 minus 1 by svt] #SpotifyWrapped
## 1529                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped I really don’t know this one, may… https://t.co/rUBWjozO5B
## 1530                                                                                   I predict my most played song will be [happier - olivia rodrigo] #SpotifyWrapped
## 1531                                                                                                        I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 1532                                                                   I predict my most played song will be Unfriendly Hater or Shine a Light(reprise) #SpotifyWrapped
## 1533                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1534                                                                                                               I predict my top genre will be K-POP #SpotifyWrapped
## 1535                                                                     I predict my most played song will be As It Was or A Veces Bien Y A Veces Mal. #SpotifyWrapped
## 1536                                                                                                     I predict my top podcast will be [#Archetypes] #SpotifyWrapped
## 1537                                                                                                              I predict my top artist will be Drake #SpotifyWrapped
## 1538                      Create delightful customer experiences. Have a delightful time doing it. that's where #HubSpot came in\nlearn more 👇… https://t.co/OmrgBXpB0h
## 1539                                  Yeah I love this #instafestapp thingy. A festival and a half by #Spotify. Now we wait for #SpotifyWrapped https://t.co/nKkOp9eBD9
## 1540                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1541                       A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/vV8VHLepH9
## 1542                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor Swift
## 1543                                                                                                      I predict my top podcast will be #Archetypes  #SpotifyWrapped
## 1544                           ❄️Love how these turned out😍 Link in bio to purchase #SpotifyWrapped #CyberMonday #christmas2022 #christmasnails… https://t.co/dEhFkjF0MQ
## 1545                                                                                                                             Somehow #SpotifyWrapped got me worried
## 1546                                                                                        I predict my most played song will be Attention by NewJeans #SpotifyWrapped
## 1547                                                                           cant wait to see dsmp on my spotify wrapped for the 3rd year in a row\n\n#SpotifyWrapped
## 1548                                                                                  I predict my most played song will be [Red Lights by @Stray_Kids] #SpotifyWrapped
## 1549                                                                                          “free thinkers” waiting for their #SpotifyWrapped https://t.co/I1pRqDnxTs
## 1550                                                                     I predict my top artist will be Taylor Swift  #SpotifyWrapped no one else is even coming close
## 1551                                                                                    I predict my most played song will be  Bad Habits by Steve Lacy #SpotifyWrapped
## 1552                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped boy band or pop
## 1553                                                                                      I predict my top podcast will be I DONT LISTEN TO PODCASTS :P #SpotifyWrapped
## 1554                                                                                                   I predict my most played song will be Yakety Sax #SpotifyWrapped
## 1555                                                                                                           I predict my top artist will be deftones #SpotifyWrapped
## 1556                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped keep drinking by Harry Styles
## 1557                       I’ll get some random artist I listened to once as my #1 or artists I don’t listen to but did in 2020 like the last two years #SpotifyWrapped
## 1558                       Bruh I'm scared to see my #SpotifyWrapped when it comes up. it's just gonna be a sad song after another and once it… https://t.co/uBhZuqpn8D
## 1559                                                                      I predict my top artist will be #ATEEZ @ATEEZofficial #SpotifyWrapped https://t.co/0uKWz9GVCx
## 1560                                                                                                               I predict my top genre will be pop 😋 #SpotifyWrapped
## 1561                                                                                                       I predict my top artist will be @dustinlynch #SpotifyWrapped
## 1562                                                                              I predict my top podcast will be Always Sunny Podcast (sorry Dissect) #SpotifyWrapped
## 1563                                                                                                    I predict my top artist will be [ariana grande] #SpotifyWrapped
## 1564                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan #archetypesonspotify #Archetypes
## 1565                       I predict my most played song will be August  #SpotifyWrapped I had a MASSIVE august phase in June where I literall… https://t.co/N2m7AEssh2
## 1566                                         saying it rn my top artist is either gonna be the wrecks OR bmth. but im 90% sure it's gonna be the wrecks #SpotifyWrapped
## 1567                                                                                                            I predict my top artist will be beyoncé #SpotifyWrapped
## 1568                             @Google, how can i learn to trust again?\n#LateLateShow #LateNightTwitter #LateNights #SpotifyWrapped #sadcatdance #thinking #thoughts
## 1569                                                                                                           I predict my top genre will be dark trap #SpotifyWrapped
## 1570                                                                                                            I predict my top artist will be Mamamoo #SpotifyWrapped
## 1571                                           I predict my top genre will be rap #SpotifyWrapped \n\nor whatever it’s called is it called rap or hip hop &amp; r&amp;b
## 1572                       The music has chosen me and as I continue to give it my all I can't do this alone I want you to be with me, to pray… https://t.co/SEsRmXW5XG
## 1573                                                                                                        I predict my top artist will be Ichiko Aoba #SpotifyWrapped
## 1574                                                                                            I predict my most played song will be [tek it - cafune] #SpotifyWrapped
## 1575                                                                                                             I predict my top genre will be Country #SpotifyWrapped
## 1576                                                                                                I predict my top podcast will be tondemo wonderz 💀💀💀#SpotifyWrapped
## 1577                                                                         I predict my top artist will be Joji (it is i already know im not ashamed) #SpotifyWrapped
## 1578                                                                                             I predict my most played song will be OMFG by lil peep #SpotifyWrapped
## 1579                       @Spotify We're predicting our top podcasts will be the Startup Canada Podcast and the Startup Women Podcast - which… https://t.co/vLnIALgydK
## 1580                                                                                                          All the time 🤴🏼👸🏼 #SpotifyWrapped https://t.co/ii3ODGtaI9
## 1581                     Will the @NosleepPodcast top your #SpotifyWrapped list this year? \n\n@Spotify is just one of the many places you can… https://t.co/JYMoZnCXz4
## 1582                                                                                                                          I am so curious this year #SpotifyWrapped
## 1583                                             I predict my most played song will be— \nI want to see my wrapped but I want to see TJ’s even more \n\n#SpotifyWrapped
## 1584                  Last moment to shine ✨ \n\nDon’t miss out on this last event of the semester. \n\nYoung Invincibles is providing the op… https://t.co/0WxOJ5pKFk
## 1585                                                                                       I predict my most played song will be CHURCH GIRL by beyoncé #SpotifyWrapped
## 1586                                                                                              I predict my top artist will be taylor lana or conan  #SpotifyWrapped
## 1587                                                                                             I predict my most played song will be The Heart Part 5 #SpotifyWrapped
## 1588                                                                                                  I predict my top artist will be @fredagainagain1  #SpotifyWrapped
## 1589                                                                                                Black History Month or #SpotifyWrapped ???? https://t.co/RnWE7UhKmK
## 1590                                                                                                              I predict my top genre will be rock?? #SpotifyWrapped
## 1591                                                                                      I predict my top artist will be [stray kids or ariana grande] #SpotifyWrapped
## 1592                                                                                                 I predict my top genre will be either dsmp or pop  #SpotifyWrapped
## 1593                                                                           I predict my most played song will be  @cberrymusic Whiskey Take It Easy #SpotifyWrapped
## 1594                                                           I think my most played song will be something from conan fr #SpotifyWrapped (im doing the spotify thinf)
## 1595                       I predict my top podcast will be @athletessweat (this is what I get for being a supportive friend who doesn’t liste… https://t.co/Yn5BCHBAPn
## 1596                            Selling wildcat skin code for 30$ #FortniteChapter3Season4         #FortniteChapter4 #FortniteChrome #Fortnite… https://t.co/wDqqlL8AAv
## 1597                                                                                                                            @megdex ooooo me too\n\n#SpotifyWrapped
## 1598                                                                                                        I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 1599                     US agents perps pump ethanol, nano-aerosol which can be heated via #EMF\n\nIt's 29°C but my room is blasting with hea… https://t.co/8LY0PNuXDu
## 1600                                How bout these #gasprices #SpotifyWrapped #CyberMonday #RedVelvetBirthdayParty #WorldCup2022 #Rexontheradio https://t.co/sjJAuQYf0s
## 1601                                                                                                         I predict my top genre will be #blackmetal #SpotifyWrapped
## 1602                                                                                                               I predict my top genre will be K-Pop #SpotifyWrapped
## 1603                                   Calling it now. My #SpotifyWrapped will have EDM as my top genre and the top song will be Everything Goes on by Porter Robinson.
## 1604                                                                               I predict my most played song will be “Under the Skin” by &amp;TEAM! #SpotifyWrapped
## 1605                                                                                                           I predict my top genre will be Indie Pop #SpotifyWrapped
## 1606                                                                                        I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 1607                         THIS IS ALL I NEED TO KNOW\n\nNO WEED FOR THIS CLOWN \n\nWE MUST CURE HERPES \n\n#testosterone #testicles #herpes… https://t.co/saxaPkVUNH
## 1608                                                                                                        I predict my top podcast will be Jay shetty #SpotifyWrapped
## 1609                                                                                        I predict my top podcast will be @dungeonsanddads  #SpotifyWrapped wooooooo
## 1610                                                  Threadzinha que o spotify disponibilizou\n\nI predict my most played song will be Francis Forever #SpotifyWrapped
## 1611                                                                                                  I predict my top genre will be [edm or kpop lmao] #SpotifyWrapped
## 1612                       A lot of store owners are not making sales on their products/services Websites. Drop ur website URL here for promot… https://t.co/uoCyHZw20K
## 1613                           I fixed you and you broke me, guess\nthats the thing i deserved after all...\n#nsfwtwt #nsfwtw #nsfwart #NSFWRP… https://t.co/r55axELNXq
## 1614                                                                                                                         i just want my #SpotifyWrapped already omg
## 1615                                                                                                      I predict my top artist will be justin bieber #SpotifyWrapped
## 1616                                                                                                   I predict my top artist will be TAYLOR SWIFT OFC #SpotifyWrapped
## 1617                                                                  I predict my top artist will be AAAAAAAAAAAAAAAAAAAAAAAAAAAGH REX ORANGE JUMPSUIT #SpotifyWrapped
## 1618                                                                                                               I predict my top genre will be dance #SpotifyWrapped
## 1619                                                                                     I predict my most played song will be [Get it Shawty by Lloyd] #SpotifyWrapped
## 1620                                                                              #SpotifyWrapped is trending but it’s not out yet. Y’all gonna stop playing with me. 🤣
## 1621                                                                             I predict my most played song will be can't be myself by justin bieber #SpotifyWrapped
## 1622                                                                                       ik for a fact HOUSTONFORNICATION is my #1 in spotify wrapped #SpotifyWrapped
## 1623                                                                                               I predict my most played song will be As It Was, duh #SpotifyWrapped
## 1624                                                                                    I predict my top artist will be N25 hands down, if not imma kms #SpotifyWrapped
## 1625                                                                                                       I predict my top artist will be The Beatles. #SpotifyWrapped
## 1626                                                                                                          I predict my top artist will be Zeds Dead #SpotifyWrapped
## 1627                                                                                                   I predict my most played song will be [cardigan] #SpotifyWrapped
## 1628                                  I know who my top artist will be (Taylor Swift obviously), but I'm curious as to Wich song will be my most played #SpotifyWrapped
## 1629                                                                                                       I predict my top genre will be Classic Rock. #SpotifyWrapped
## 1630                                            I predict my most played song will be Want Me by @babyqueen or Tell Your Story - Extended by @derivakat #SpotifyWrapped
## 1631                                                                                                                                        WHERE IS IT #SpotifyWrapped
## 1632                                                                                                       I predict my top podcast will be Archetypes] #SpotifyWrapped
## 1633                                                                                                       I predict my top genre will be EDM obviously #SpotifyWrapped
## 1634                                                                        my #SpotifyWrapped this year is just going to tell me in colour how depressed i actually am
## 1635                                                                                      I predict my most played song will be BITTER CHOCO DECORATION #SpotifyWrapped
## 1636                                                                                                           I predict my top artist will be Beyoncé\n#SpotifyWrapped
## 1637                                                                                                    I predict my most played song will be false god #SpotifyWrapped
## 1638                                                                                                      I predict my top artist will be One Direction #SpotifyWrapped
## 1639                                                     I predict my most played song will be Think of You by Zeds Dead or Screamsaver VIP Subtronics  #SpotifyWrapped
## 1640                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 1641                                                                              I predict my most played song will be Hello It's Me by Todd Rundgren. #SpotifyWrapped
## 1642                       @PierrePoilievre A lot of store owners are not making sales on their products/services Websites. Drop ur website UR… https://t.co/JAelaiaJvj
## 1643                                                                                        What do you guys think #SpotifyWrapped #CyberMonday https://t.co/zrSkpJXiwW
## 1644                                                                                                    I predict my most played song will be fine line #SpotifyWrapped
## 1645                                                                                                    I predict my top artist will be [Brent faiyaz ] #SpotifyWrapped
## 1646                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\npop
## 1647                                                                                                 I predict/hope my top artist will be @sanbenito #SpotifyWrapped ☀️❤️
## 1648                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1649                                                                   Waiting #SpotifyWrapped just to see the holy trinity at the first places https://t.co/Cv1bQdzdyN
## 1650                                                 Check out DNR Monster. Type him in your googler and enjoy. #SpotifyWrapped #Spotify #iTunes #CyberMonday #NewMusic
## 1651                                                                              I predict my most played song will be Northern Attitude by @NoahKahan #SpotifyWrapped
## 1652                                                                                                 I predict my top genre will be Hip hop or Pop lol. #SpotifyWrapped
## 1653                       I predict my top artist will be probably demondice but as of recently i’ve like fell out of demondice so i’m rootin… https://t.co/XglKp8dr77
## 1654                                                                                                   I predict my most played song will be No Control #SpotifyWrapped
## 1655                                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype
## 1656                                                                                                        I predict my top genre will be [rap or pop] #SpotifyWrapped
## 1657                                                                                         I predict my most played song will be rwylm from everymore #SpotifyWrapped
## 1658                                                                                               I predict my top podcast will be [R/Slash] #SpotifyWrapped @rslashyt
## 1659                             I predict my top podcast will be [fill in top podcast prediction] lol none I only listen on road trips over three days #SpotifyWrapped
## 1660                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nEn el coche
## 1661                                                               I predict my most played song will be Prettiest Problem By Asian Doll #SpotifyWrapped @AsianDaBrattt
## 1662                                                                                                              I predict my top genre will be [soul] #SpotifyWrapped
## 1663                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Pelotuda o Mimos son Mimos
## 1664                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nAitana :))
## 1665                                                                           I predict my most played song will be [new magic wand-tyler the creator] #SpotifyWrapped
## 1666                                                                                                I predict my most played song will be Church Girl \n#SpotifyWrapped
## 1667                                                                                                                       Damn #SpotifyWrapped https://t.co/YobnvVQ7MM
## 1668                                                                                                        I predict my top artist will be @thebeatles #SpotifyWrapped
## 1669                                                                                       I predict my top artist will be [The Kid Laroi] #SpotifyWrapped @thekidlaroi
## 1670                                                                                                   I predict my top artist will be [Kendrick Lamar] #SpotifyWrapped
## 1671                                                                                                         @PALLOMmp3 it would be a lie if he's on my #SpotifyWrapped
## 1672                                                                                            I predict my top artist will be don toliver of course 😝 #SpotifyWrapped
## 1673                                                     I predict my top artist will be [fill in top artist prediction]  maybe ETHEL CAIN. @mothercain #SpotifyWrapped
## 1674                                                                                              I predict my most played song will be [Industry Baby] #SpotifyWrapped
## 1675                                                                                                       I predict my top artist will be [Juice Wrld] #SpotifyWrapped
## 1676                       Whenever we are in a public transport and the driver uses an unknown road, we remove our earpiece to see the road c… https://t.co/L5bCGADHqT
## 1677                                                                                                               I predict my top genre will be [Rap] #SpotifyWrapped
## 1678                       Ghana 🇬🇭 has played two (2) games so far. Both games have been listed by FIFA as contenders of Game of the Tourname… https://t.co/dyLE71TSXl
## 1679                                                                                                        I predict my top artist will be @thestrokes #SpotifyWrapped
## 1680                                                                                   I predict my most played song will be Night Witches by @sabaton  #SpotifyWrapped
## 1681                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #OneTreeHill podcast
## 1682                                                                                                   I predict my top podcast will be [Supermegacast] #SpotifyWrapped
## 1683                                                                  I predict my top genre will be [fill in top genre prediction] pop rock !! I think #SpotifyWrapped
## 1684                                                              I predict my most played song will be [Doom - JuiceWrld or Without You - TheKidLaroi] #SpotifyWrapped
## 1685                                                                                                         I predict my top artist will be [100 gecs] #SpotifyWrapped
## 1686                                                                      I predict my top genre will be [fill in top genre prediction]  i have no idea #SpotifyWrapped
## 1687                                                                                      I predict my most played song will be [I’m Still- Juice Wrld] #SpotifyWrapped
## 1688                                                                                                             I predict my top artist will be [joji] #SpotifyWrapped
## 1689                                                                                   I predict my most played song will be [hand crushed by a mallet] #SpotifyWrapped
## 1690                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #pop
## 1691                       Are looking for an eye-catching typography t-shirt custom t-shirt design, and bulk t-shirt design for Amazon, Shopi… https://t.co/wScDeg0UtZ
## 1692                                                                                   I predict my top podcast will be The Read or The Blanime Podcast #SpotifyWrapped
## 1693                                                                                          What can I say I like my OSTs 😎 \n#SpotifyWrapped https://t.co/Qf66VMmQTB
## 1694                                                                                                        I predict my top genre will be [electronic] #SpotifyWrapped
## 1695                                        I predict my most played song will be [fill in top song prediction] tennis new song I’m listening every day #SpotifyWrapped
## 1696                               #iyigeceler #GeceyeNotum #YeniProfilResmi #Qatar2022 #Messi #shorts #short #SpotifyWrapped #GERESP #YouTube… https://t.co/2tP2TyvbFC
## 1697                                                                           I predict my most played song will be #SpotifyWrapped probably like nelward or something
## 1698                                                                             I predict my most played song will be [Nightclub love @matthewmaltese] #SpotifyWrapped
## 1699                                                   Waiting for #SpotifyWrapped as if I didn't already know who will be at the first place.. https://t.co/gXzIBmvXAn
## 1700                                                   The way I just KNOW Sleep With Me is going to be my most listened to podcast on #SpotifyWrapped 💀 (lighthearted)
## 1701                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #HarryStyles
## 1702                                                                                                  I predict my top genre will be [alternative rock] #SpotifyWrapped
## 1703                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped what the hell is a podcast? Proba… https://t.co/mtu5C8MWWe
## 1704                                                                                                   I predict my top artist will be [Taylor Swift] #SpotifyWrapped ☺️
## 1705                                                                                                                I predict my top artist will be Nas #SpotifyWrapped
## 1706                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped lucy it will be lucy
## 1707                                                                                                          how did we get here podcast #notsponsored #SpotifyWrapped
## 1708                                                                                                            I predict my top artist will be taylor. #SpotifyWrapped
## 1709                                                                                           I predict my most played song will be Diet Coke- Pusha T #SpotifyWrapped
## 1710                                                                                I predict my top podcast will be emergency podcast or stephanie soo #SpotifyWrapped
## 1711                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1712                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Taylor come now
## 1713                                                                                                  I predict my top artist will be [@Imaginedragons] #SpotifyWrapped
## 1714                                                                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped #AsItWas
## 1715                                                                                         I predict my most played song will be The Gazette - Reilia #SpotifyWrapped
## 1716                                                                               I predict my most played song will be [hurt feelings, by mac miller] #SpotifyWrapped
## 1717                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped POP BITCH
## 1718                                                                                                            I predict my top artist will be Beyonce #SpotifyWrapped
## 1719                                                                                                             I predict my top genre will be pop idk #SpotifyWrapped
## 1720                        I predict my top artist will be whoever tf does the persona songs. Ignoring the fact that I’ve only been listening… https://t.co/XOMTNwVYNz
## 1721                                                                                                              I predict my top genre will be  Metal #SpotifyWrapped
## 1722                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m positive Taylor swift is th… https://t.co/VMSDdQLxN9
## 1723                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1724                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1725                                                                                                            I predict my top genre will be Nu-Metal #SpotifyWrapped
## 1726                                                                                                   I already know my top artist will be Chris Brown #SpotifyWrapped
## 1727                                                                                                 I predict my top podcast will be [pod meets world] #SpotifyWrapped
## 1728                                                                 I predict my most played song will be it has to be new year’s day or gold rush tbh #SpotifyWrapped
## 1729                       #SpotifyWrapped \n\n#CyberMonday is booming &amp; my deal is best !\n\n         https://t.co/Hv9QSNse0K\n\n#FanDuel… https://t.co/0Sk8hEcBD7
## 1730                                                                                        I predict my top podcast will be Lone Lobos @Xolo_Mariduena #SpotifyWrapped
## 1731                      Mbali istore #Betway apple #UthandoNesithembu #SpotifyWrapped #FIFAWorldCupQatar2022 \n\nComing up on The Queen this… https://t.co/oDuhx3sTZH
## 1732                                                                                                               Will @Poppy be on your #SpotifyWrapped this year? 👀💚
## 1733                                                                                    I predict my top artist will be #TaylorSwift 😂 it always is 🤷🏼‍♀️ #SpotifyWrapped
## 1734                                                                                                 I predict my top artist will be [carly rae jepsen] #SpotifyWrapped
## 1735                                                                                                        I predict my top artist will be Linkin Park #SpotifyWrapped
## 1736                                                                                            I predict my top artist will be TYLER THE CREATOR!!!!!! #SpotifyWrapped
## 1737                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1738                             Ski Bum Diaries: the prequel (Behind the Scenes) #Vlog #documentary https://t.co/qkVkm47BEQ via @YouTube #WorldCup2022 #SpotifyWrapped
## 1739                                                                                                  I predict my top genre will be [dance pop always] #SpotifyWrapped
## 1740                                                                                                             I predict my top genre will be R&amp;B #SpotifyWrapped
## 1741                                                                                                             I predict my top artist will be [#bts] #SpotifyWrapped
## 1742                       @Spotify I listened to podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’s no… https://t.co/EMC6FJOl8e
## 1743                                                                                             I predict my top artist will be [TOMORROW X TOGETHER ] #SpotifyWrapped
## 1744                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1745                                                                                                        I predict my top genre will be hip hop/ rap #SpotifyWrapped
## 1746                                                                                        I predict my most played song will be [cuff it by beyonce?] #SpotifyWrapped
## 1747                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1748                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 1749                                                                                          I predict my most played song will be Mine by Alex Isley  #SpotifyWrapped
## 1750                                                                           I predict my most played song will be my blood by twenty one pilots hehe #SpotifyWrapped
## 1751                                                                                                 I predict my top genre will be [pop or pl hip-hop] #SpotifyWrapped
## 1752                                                                                                           I predict my top genre will Hip-Hop/ Rap #SpotifyWrapped
## 1753                                                                                        I predict my most played song will be Paris by taylor swift #SpotifyWrapped
## 1754                                                                                                I predict my top artist will be the big stepper guy #SpotifyWrapped
## 1755                                                                                             I predict my most played song will be pigs or tron cat #SpotifyWrapped
## 1756                                                                               I predict my most played song will be All Too Well 10 Minute Versión #SpotifyWrapped
## 1757                           December never reach una don dey hot...😂😂🤣hot kids...New video coming soon..😂😂🤣🤣💯#kosimadestaga #SpotifyWrapped… https://t.co/7dJ1gFNZLV
## 1758                       Ran this in advance of #SpotifyWrapped. I'm a cross between an aging, pathetic GenX hanging on to the glory days an… https://t.co/Seu9PPetUw
## 1759                                                                                          I predict my most played song will be [pied piper by bts] #SpotifyWrapped
## 1760                                                                                                                I predict my top artist will be JID #SpotifyWrapped
## 1761                                                                        I predict my top artist will be [fill in top artist prediction] Lemon Demon #SpotifyWrapped
## 1762                            Don't underestimate the value of someone who smiles every time they see you ♡\n\n#CyberMonday #CyberMonday2022… https://t.co/FcqhkfD3dz
## 1763                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 1764                                                                              I predict my most played song will be What’s Good - Tyler the Creator #SpotifyWrapped
## 1765                                                                                                       I predict my top podcast will be @FBPpodcast #SpotifyWrapped
## 1766                                                                                                             I predict my top artist will be Eminem #SpotifyWrapped
## 1767                                                                                                  I predict my most played song will be Kody Blu 31 #SpotifyWrapped
## 1768                                                                                       I predict my top podcast will be [@thedivestudios get real.] #SpotifyWrapped
## 1769                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 1770                                                                                                I predict my top podcast will be Anatomy of Murder  #SpotifyWrapped
## 1771                                                                                    I predict my most played song will be Bota na buceta remastered #SpotifyWrapped
## 1772                                                                                                                I predict my top podcast will be NA #SpotifyWrapped
## 1773                                                                                                               I predict my top genre will be K-Pop #SpotifyWrapped
## 1774                                                                                               why is #SpotifyWrapped trending. I thought it came out I got excited
## 1775                                                           you are going to see the impact Renaissance had on me when #SpotifyWrapped drops https://t.co/9DBTTlktME
## 1776                        🚨Y’all go grab your $1 makeup sponge 😱 it’s a good one too\n👉🏼 https://t.co/RsWZstGpik\n#SpotifyWrapped #RedVelvet… https://t.co/ihNMTQ8xyq
## 1777                                                                                             I predict my most played song will be Soldier - Eminem #SpotifyWrapped
## 1778                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1779                                                                          I predict my most played song will be LATE  NIGHT TALKING BY HARRY STYLES #SpotifyWrapped
## 1780                            Inspirational quote of the day :\n\nLife isn't a leaf without air✨\n\n#RedVelvet #CyberMonday #SpotifyWrapped… https://t.co/R934tusRyW
## 1781                                                                                               I predict my top genre will be either K-pop or J-Pop #SpotifyWrapped
## 1782                      Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/zwkqwdtbEb
## 1783                                       SomeDay , I’m gon sell out shows too🙏🏼🙏🏼\n\n#SpotifyWrapped #WizkidFC #Davido #AppleMusicLive #30BG… https://t.co/h0pmfLGzjt
## 1784                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1785                                                                                                        I predict my top artist will be David Bowie #SpotifyWrapped
## 1786                                               I predict my top genre will be Pop, Rock, or Eurovision #SpotifyWrapped \n\nI don't even pay attention to genres....
## 1787                                                                        I predict my most played song will be something from Bo burnham or AJR lmao #SpotifyWrapped
## 1788                                                             Doleful Lions -The Last Four Years #LoFi #IndiePop #SpotifyWrapped #BedroomPop https://t.co/E6JYjyVMPE
## 1789                                                                                                      I predict my top artist will be [Salt-N-Pepa] #SpotifyWrapped
## 1790                                                                                                  I predict my most played song will be Out of Time #SpotifyWrapped
## 1791                                                        #SpotifyWrapped predictions\n\nDrake\nBoldy\nCurren$y\nNudy\nCudi\n\nCouple guesses tho i think I’ll go 3/5
## 1792                                                                                                         I predict my top artist will be BLACK PINK #SpotifyWrapped
## 1793                                                                                                             I predict my top artist will be Hozier #SpotifyWrapped
## 1794                             If I don’t get 12 followers soon my aunt is gonna take away my puppy 🙁😭 please help me get to 12 followers 😭😭… https://t.co/CFHlEI9A21
## 1795                                        I predict my most played song will be All too well (Ten Minute Version) (Taylor’s Version) (From the Vault) #SpotifyWrapped
## 1796                                                                  I predict my top genre will be French Pop, regular pop... maybe country involved. #SpotifyWrapped
## 1797                                                                                                   I predict my top artist will be yeat or babytron #SpotifyWrapped
## 1798                                                                                                        I predict my top genre will be Bedroom Rock #SpotifyWrapped
## 1799                                                                                                          On it @Spotify #SpotifyWrapped 🙂🥳 https://t.co/xTwL6PCisK
## 1800                                                                     I predict my most played song will be Critical Acclaim by Avenged Sevenfold [] #SpotifyWrapped
## 1801                      Marriage! This generation though🤔\nGroom Publicly Humiliates Bride By Playing Video Of Her Cheating With Brother In-… https://t.co/mVy3teDUWx
## 1802                                                                                                   I predict my most played song will be PINK VEMOM #SpotifyWrapped
## 1803                                                                                                  I predict my top podcast will be Anything Goes :) #SpotifyWrapped
## 1804                                                                                          I predict my top artist will be [ @iamkillbill] most def  #SpotifyWrapped
## 1805                                                                                        I predict my most played song will be Work song by @Hozier  #SpotifyWrapped
## 1806                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 1807                  💸💵💴💶💷₦💰\nGOD OF MONEY LOCATE ME THIS WEEK. \nGOD OF DOLLARS. \nGOD OF POUNDS.\nGOD OF EURO. \nGOD OF RAND. \nGOD OF YEN.… https://t.co/4RvPPNWYTI
## 1808                                                                                                             I predict my top artist will be Taylor #SpotifyWrapped
## 1809                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1810                                                                                                  I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 1811                                                                                                          I predict my top artist will be [#SMVVTH] #SpotifyWrapped
## 1812                                                                    I predict my most played song will be [Kanye West - Gold Digger ft. Jamie Foxx] #SpotifyWrapped
## 1813                                                                                         I predict my most played song will be money so big by yeat #SpotifyWrapped
## 1814                                                                              I predict my most played song will be Thousand Miles by The Kid LAROI #SpotifyWrapped
## 1815                                                                                                                I predict my top genre will be  pop #SpotifyWrapped
## 1816                                                                                         I predict my most played song will be Touch by @keshimusic #SpotifyWrapped
## 1817                                                                                I predict my most played song will be something from tick tick boom #SpotifyWrapped
## 1818                           Ok now This Us A FUNNY STREAM 🤣🤣🤣 #SpotifyWrapped #CyberMonday #乌鲁木齐 #RedVelvetBirthdayParty #WorldCup2022 # https://t.co/xoUJT2Lc4C
## 1819                                                                                       I predict my most played song will be Soft Boy (Wilbur Soot) #SpotifyWrapped
## 1820                                                                                          I predict my top podcast will be [white noise sounds wss] #SpotifyWrapped
## 1821                                  IK ITS AT MIDTAGE BUT IN WHAT TIME ZONE? BC ITS 10pm FOR ME RN (GMT) SO IS IT LIKE EST, BST TIMES PLS SOMEONE SAY #SpotifyWrapped
## 1822                                                                                                               I predict my top genre will be indie #SpotifyWrapped
## 1823                                                                                                        I predict my top artist will be [RED VELIE] #SpotifyWrapped
## 1824                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1825                                                                                                 I predict my most played song will be [yes indeed] #SpotifyWrapped
## 1826                                                                                  I predict my most played song will be I knew by Lizzy mcalpine :) #SpotifyWrapped
## 1827                              the only thing that keeps me alive when shit gets rough is looking forward to next years #SpotifyWrapped to see if im based or cringe
## 1828                                                                                               I predict my top podcast will be Trash Taste podcast #SpotifyWrapped
## 1829                                                                                                     I predict my top artist will be penelope scott #SpotifyWrapped
## 1830                         🔷 The occ-upation forces stormed the clinic where Al-Harhi is located in the town of Beit Ummar, north of Hebron.… https://t.co/SpB77GMLv7
## 1831                                                                                                      I predict my top artist will be Justin Bieber #SpotifyWrapped
## 1832                                                                                                 I predict my top artist will be Tyler, the Creator #SpotifyWrapped
## 1833                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1834                                                 45+ of the very best Cyber Monday phone deals available now\nhttps://t.co/YWYK2b13Gm\n#CyberMonday #SpotifyWrapped
## 1835                                                                                 I predict my most played song will be [try again- dear en jaehyun] #SpotifyWrapped
## 1836                                                                                                  I predict my top artist will be Lovejoy or Panic! #SpotifyWrapped
## 1837                                                                                   I predict my most played song will be [Zimzalabim by Red Velvet] #SpotifyWrapped
## 1838                                                                                                I predict my most played song will be boys dont cry #SpotifyWrapped
## 1839                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1840                                                                                                        I predict my top artist will be Frank ocean #SpotifyWrapped
## 1841                        @thezarprogram Ya see theres no comparing two legends. Socrates and plato, kobe and shaq, otis toole and henry lee… https://t.co/HFETpjujML
## 1842                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 1843                                                                          I predict my most played song will be Something Wicked by @starsetonline  #SpotifyWrapped
## 1844                                                                               I predict my most played song will be Take Me Out by Franz Ferdinand #SpotifyWrapped
## 1845                                                                                                             I predict my top genre will be Hip-hop #SpotifyWrapped
## 1846                                                                                                      I predict my top artist will be [katey Perry] #SpotifyWrapped
## 1847                                                                                I predict my most played song will be Privately Owned Spiral Galaxy #SpotifyWrapped
## 1848                                                                                                            I predict my top artist will be [kanye] #SpotifyWrapped
## 1849                                                                                                           I predict my top artist will be\nlucki \n#SpotifyWrapped
## 1850                                                                                                      I predict my most played song will be [jamba] #SpotifyWrapped
## 1851                                                                                    I predict my most played song will be in my room by frank ocean #SpotifyWrapped
## 1852                                                                                      My Spotify wrapped for 2021 was so sad I was heartbroken LMAO #SpotifyWrapped
## 1853                                                                           can we get our #spotifywrapped yet? i wanna know how disappointing my year in music was.
## 1854                                                                                                            I predict my top genre will be \nplugg\n#SpotifyWrapped
## 1855                                                                                                     I predict my top artist will be [@lilbaby4PF ] #SpotifyWrapped
## 1856                                                                                                          I predict my top artist will be 21 Savage #SpotifyWrapped
## 1857                                                                                                      I predict my top artist will be @daywavemusic #SpotifyWrapped
## 1858                                                                                                   I predict my top artist will be @sanbenito #SpotifyWrapped ♥️♥️♥️♥️♥️
## 1859                      My #SpotifyWrapped predications…\n\nNumber 1 artist being the Taylor Swift\nNumber 1 song is In My Mind by Lyn Lapid… https://t.co/dHZayxh4tP
## 1860                                 Inbox for all account retrievals.\n locked/lost accounts with ease,#gmailhack #gmaildown #hacked #Hacking… https://t.co/QUpWER8YiF
## 1861                                                                                                       I predict my top genre will be [Indie rock ] #SpotifyWrapped
## 1862                                                                                                       I predict my top genre will be [theme songs] #SpotifyWrapped
## 1863                                                                                         I predict my most played song will be mellotron - weiland\n#SpotifyWrapped
## 1864                                                 I predict my top artist will be  more than damn likely, AJR, Alec Benjamin, GIMS, and a few others #SpotifyWrapped
## 1865                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1866                                                                                                               I predict my top genre will be [RAP] #SpotifyWrapped
## 1867                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 1868                                                                                  I predict my top genre will be Latin/Raggaeton #SpotifyWrapped\n\nNon giudicatemi
## 1869                                                                                                               I predict my top genre will be Metal #SpotifyWrapped
## 1870                                                              I predict my most played song will be [NEVER SLEEP @beatsbynav @trvisXX @lilbaby4PF ] #SpotifyWrapped
## 1871                                 Don't miss the opportunities for amazon discounts https://t.co/0iXgN0cRII\n\n#SpotifyWrapped #GiftGalaxy Respect for Iranian Women
## 1872                                                                     I predict my most played song will be [Out of time - The Weekend] #SpotifyWrapped \n\nSi, será
## 1873                                                                                            I predict my most played song will be Master of Puppets #SpotifyWrapped
## 1874                                                                                                                I predict my top artist will be AJR #SpotifyWrapped
## 1875                                                                                         I predict my most played song will be [turn down for what] #SpotifyWrapped
## 1876                               #SpotifyWrapped Yall really got me waiting , I know I slacked on my hours of Benito but I still wanna know 👀 https://t.co/JZFDmdCsSl
## 1877                                                                                             I predict my top podcast will be Stories with Sapphire #SpotifyWrapped
## 1878                                                                                  I predict my top podcast will be [I don’t listen to podcasts lol] #SpotifyWrapped
## 1879                                                                                                          I predict my most played song will be MIA #SpotifyWrapped
## 1880                                                                                                                      maybe #SpotifyWrapped https://t.co/PftZzd79T3
## 1881                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 1882                                                                                      aggressively listening to my 2021 wrapped as I wait for  #SpotifyWrapped 2022
## 1883                                                                                                  I predict my top podcast will be Distractable lol #SpotifyWrapped
## 1884                                                                                                              I predict my top artist will be Ghost #SpotifyWrapped
## 1885                                                                                              I predict my most played song will be Moth To A Flame #SpotifyWrapped
## 1886                                                                                                                I predict my top genre will be rock #SpotifyWrapped
## 1887                                                                                                               I predict my top genre will be [POP] #SpotifyWrapped
## 1888                                                                        I predict my most played song will be Utopia by Ateez or Cyberpunk by Ateez #SpotifyWrapped
## 1889                                                                                                          I predict my top genre will be electropop #SpotifyWrapped
## 1890                                                                                                        I predict my top artist will be Lovejoy lol #SpotifyWrapped
## 1891                                                                                  I predict my top genre will be [fill in top genre prediction] pop #SpotifyWrapped
## 1892                        How Black Women Made Themselves Obsolete https://t.co/gsU1gzcSQE You’re transactions are being declined because of… https://t.co/yfRDdqgFi6
## 1893                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 1894                                                                                    I predict my most played song will be [Right Where you left me] #SpotifyWrapped
## 1895                             Follow Eko Club on all socials for more facts like this.\n\n#eko #lagos #blessings #RedVelvet #SpotifyWrapped… https://t.co/MyvBcR3Yjg
## 1896                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 1897                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 1898                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 1899                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 1900                                                                               I predict my top artist will be [fill in top artist prediction] pink #SpotifyWrapped
## 1901                                                                                                      I predict my top genre will be Indie Rock lol #SpotifyWrapped
## 1902                                                                                                         I predict my top artist will be Kanye West #SpotifyWrapped
## 1903                                                                                                             I predict my top artist will @InnerWav #SpotifyWrapped
## 1904                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nOutside of Town by Azwel ✨
## 1905                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 1906                                                                                                                            BRO RELEASE #SpotifyWrapped ALREADY 😭😭😭
## 1907                                                                                                      I predict my most played song will be Rats #SpotifyWrapped 😎😎
## 1908                                                                                                       I predict my top artist will be [Kanye West] #SpotifyWrapped
## 1909                       I predict my most played song will be [You’ll Understand When You’re Older] #SpotifyWrapped\n(because that song was… https://t.co/2T8NhJuZnt
## 1910                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 1911                                                        I predict my most played song will be [fill in top song prediction] pink all I know  so far #SpotifyWrapped
## 1912                                                                                                       I predict my most played song will be Golden #SpotifyWrapped
## 1913                                                                                                            I predict my top genre will be [FABLOO] #SpotifyWrapped
## 1914                                                                                                            I predict my top artist will be Lubalin #SpotifyWrapped
## 1915                                                                                I predict my top artist will be @NeckDeepUK for a five year streak🤞 #SpotifyWrapped
## 1916                                                                                    I predict my most played song will be [Mary on a cross - GHOST] #SpotifyWrapped
## 1917                                                                                                         I predict my top artist will be Charli XCX #SpotifyWrapped
## 1918                                                                                                       Thanks, Spotify. \n\n#SpotifyWrapped https://t.co/jK8seQUa4h
## 1919                                                                                      I predict my most played song will be lover by @taylorswift13 #SpotifyWrapped
## 1920                                                                                          I predict my most played song will be Pyrex by Sean Price #SpotifyWrapped
## 1921                                                                                       I predict my most played song will be Perfume by Lovejoy lol #SpotifyWrapped
## 1922                                                                                           I predict my top artist will be Five Finger Death Punch! #SpotifyWrapped
## 1923                                                                                             I predict my top artist will be [My Chemical Romance ] #SpotifyWrapped
## 1924                                                                                                   I predict my top podcast will be Form of Therapy #SpotifyWrapped
## 1925                                                                 I predict my top artist will be either @savefacenj @MCRofficial or @thewonderyears #SpotifyWrapped
## 1926                                                                                                           I predict my top artist will be @KiDCuDi #SpotifyWrapped
## 1927                                                                                                        I predict my most played song will be [---] #SpotifyWrapped
## 1928                                                                                                        I predict my top artist will be Brave Girls #SpotifyWrapped
## 1929                                                                                                            I predict my top artist will be [Ghost] #SpotifyWrapped
## 1930                                                                                    PLEASE I CANT WAIT ANY LONGER #SpotifyWrapped I NEED IT https://t.co/cSNS5Wj9yx
## 1931                                                                                                            I predict my top genre will be [ rock ] #SpotifyWrapped
## 1932                                                                                                                   I bet New Jeans will dominate my #SpotifyWrapped
## 1933                                                                                         I predict my top genre will be Korean Pop / Girl Group Pop #SpotifyWrapped
## 1934                                                                                                              I predict my top genre will be [Rock] #SpotifyWrapped
## 1935                                   I wish there was better options for software on cell phones..... @kilohead #SpotifyWrapped #WorldCup2022 https://t.co/cqc6jTSpZz
## 1936                                                                                               I predict my top podcast will be probably the trypod #SpotifyWrapped
## 1937                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 1938                                                                                                   I predict my top podcast will be busy yet pretty #SpotifyWrapped
## 1939                                                                                     I predict my most played song will be Thank You by Brave Girls #SpotifyWrapped
## 1940                                                                                                  I predict my top artist will be The Neighbourhood #SpotifyWrapped
## 1941                                                                              I predict my most played song will be Bury Me Tonight by @savefacenj  #SpotifyWrapped
## 1942                                                                                          I predict my top artist will be either The Weeknd or Lisa #SpotifyWrapped
## 1943                                                                                                  I predict my most played song will be [I Feel So] #SpotifyWrapped
## 1944                                                                                               I predict my top artist will be Louis Tomlinson 100% #SpotifyWrapped
## 1945                                                                                                     I predict my top artist will be [David Bowie ] #SpotifyWrapped
## 1946                                                                                          I predict my top podcast will be [The Pete Quinones Show] #SpotifyWrapped
## 1947                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 1948                                                              I wish you guys more happiness and reasons to smile #Chioma \n#SpotifyWrapped https://t.co/JjCOsBfEbz
## 1949                                                                                                           I predict my top genre will be indie pop #SpotifyWrapped
## 1950                                                                                                       I predict my top artist will be [the weeknd] #SpotifyWrapped
## 1951                                                                                                              Where is #SpotifyWrapped ?? The gays are waiting!!!!!
## 1952                                                 I predict my top podcast will be anything goes with emma (my favorite podcast in the entire world) #SpotifyWrapped
## 1953                                                                                                          Regret loneliness, embrace oversharing  w/#SpotifyWrapped
## 1954                                                                                                        I predict my top genre will be pop / indie  #SpotifyWrapped
## 1955                                                                                  I predict my most played song will be [out of time by the weeknd] #SpotifyWrapped
## 1956                                                                                                     I predict my top artist will be Mac Miller tbh #SpotifyWrapped
## 1957                                                                                           I predict my most played song will be [Kiss The Go-Goat] #SpotifyWrapped
## 1958                                                                                                 I predict my most played song will be kill my mind #SpotifyWrapped
## 1959                                                                               I predict my most played song will be Reflections- The Neighbourhood #SpotifyWrapped
## 1960                                                                                            I predict my most played song will be heartless, maybe  #SpotifyWrapped
## 1961                                                                          I predict my most played song will be In the Dark by Purple Disco Machine #SpotifyWrapped
## 1962                                                                          #SpotifyWrapped if you see this please sign! https://t.co/ZEkMgXRUBS #SaveFateTheWinxSaga
## 1963                                                                                                                                          IMPATIENT #SpotifyWrapped
## 1964                                                                                       I predict my top artist will be [Taylor Swift] for sure. 🤷🏻‍♀️ #SpotifyWrapped
## 1965                                                                               I predict my top artist will be taylor swift or 5sos (my favs &lt;3) #SpotifyWrapped
## 1966                                                                                                          I predict my top artist will be Slipknot  #SpotifyWrapped
## 1967                                                                               I predict my top podcast will be #Archetypes #SpotifyWrapped https://t.co/ezPXz8w0qr
## 1968                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nI’ll let u guys do that
## 1969                                                         I predict my top artist will be [@EarthWindFire] #EarthWindandFire #SpotifyWrapped https://t.co/EsR5RFLZ71
## 1970                                                                                                   I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped
## 1971                                                                                                           #SpotifyWrapped  I know Gee and BTS are here for sure...
## 1972                         This cat gadget can get from this shop. https://t.co/Cxz0KJzy6y\nFree Shipping on order upto $70\n#SpotifyWrapped… https://t.co/boLTvBFtMQ
## 1973                                                                                                         I predict my top artist will be [The Move] #SpotifyWrapped
## 1974                                                                                            I predict my top artist will be definitely taylor swift #SpotifyWrapped
## 1975                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nRnb
## 1976                                                                                                                                               drop #SpotifyWrapped
## 1977                                                                                          I predict my top genre will be pop (i’m a basic bitch ik) #SpotifyWrapped
## 1978                                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nPrivilege or out of time
## 1979                                             I predict my top artist will be once again and for the 5th year in a row : ARIANA GRANDE ( surprise )  #SpotifyWrapped
## 1980                                                                                                     I predict my top artist will be [taylor swift] #SpotifyWrapped
## 1981                                                                                          I predict my most played song will be super tuna SHJIBDFO #SpotifyWrapped
## 1982                                                                                                   I predict my top artist will be @BlindChannelFIN #SpotifyWrapped
## 1983                                                             I predict my most played song will be  fine line by harry styles (it was a rough year) #SpotifyWrapped
## 1984                                                                                             uhh idk for podcasts, maybe 36 questions or true crime #SpotifyWrapped
## 1985                                                                                                       I predict my top artist will be MITSKI 💪💪💪💪💪 #SpotifyWrapped
## 1986                                                                                                          I predict my top genre will be Eurovision #SpotifyWrapped
## 1987                                                                                  I predict my top genre will be sad indie pop and progressive rock #SpotifyWrapped
## 1988                       My #SpotifyWrapped will be a bunch of anime openings and all the men's heart strings I played with, although lets b… https://t.co/4cpyq8V6f5
## 1989                       You don't want to miss this #Advent retreat for catholic #singles and #Married | Sun 4th- Sat 10th, Dec. 2022 | 9PM… https://t.co/6N02ZCpZ0y
## 1990                                                                           @Spotify OMG I am so excited for the\n#SpotifyWrapped tomorrow 🥹 https://t.co/xzMxF6l1Ry
## 1991                                                                                          My #SpotifyWrapped is literally all BTS 😭😭 follow for BTS memes! #BTSARMY
## 1992                                                                                                         I predict my top artist will be @Metallica #SpotifyWrapped
## 1993                       Precursor to #spotifywrapped ? I know is based on my listening but I cannot help but be very excited looking at thi… https://t.co/ZzGnzLVQ6V
## 1994                                                                                      I predict my top genre will be [Soul] #SpotifyWrapped https://t.co/4jT0iTVMzs
## 1995                                                                                                              my top genre’s indie pop. no debating #SpotifyWrapped
## 1996                                                                                    A Soulja story been written ✍️📝#NWA #FIFAWorldCupQatar2022 #thug #SpotifyWrapped
## 1997                                                                                            I predict my top podcast will be The Group Chat Podcast #SpotifyWrapped
## 1998                                                                                                           I predict my top artist will be j-hope 🥹 #SpotifyWrapped
## 1999                                                                                           I predict my most played song will be Please Do Not Lean #SpotifyWrapped
## 2000                                                                                                 I predict my top podcast will be [Gemischtes Hack] #SpotifyWrapped
## 2001                    NEW MUSIC 🔥🔥\nMID-NIGHT FLOWS 🏹\n\nhttps://t.co/EbSriYOLTS\n\n#RafaelLeao #Delete #Puleng #shameless #CristianoRonaldo… https://t.co/jA3PnXW7Rk
## 2002                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2003                                                                               I predict my most played song will be  Until It Sleeps By @Metallica #SpotifyWrapped
## 2004                                                                                                      I predict my top podcast will be distractable #SpotifyWrapped
## 2005                                                                                            my wrapped this year, basically #SpotifyWrapped https://t.co/AJ647czyVK
## 2006                                                                                                            I predict my top artist will be BTS #SpotifyWrapped 🫶🏼💜
## 2007                                                                                                              I predict my top podcast will Banter. #SpotifyWrapped
## 2008                               i predict my most played song will be a mitski song probably, maybe me and my husband from the beginning of the year #SpotifyWrapped
## 2009                                                                                                            I predict my top podcast will be Banter #SpotifyWrapped
## 2010                        @elonmusk  I know you think Twitter is extremely important 🙄 but my child is 29 and homeless in Denver and did not… https://t.co/rfa6evNM2z
## 2011                                                                                                          I predict my top artist will be @Tinashe  #SpotifyWrapped
## 2012                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped NCT
## 2013                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2014                                                                                                         I predict my top artist will be bo burnham #SpotifyWrapped
## 2015                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 2016                                                                                                I predict my most played song will be More - j-hope #SpotifyWrapped
## 2017                                                                                                                                   #SpotifyWrapped is a gay holiday
## 2018                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2019                                                                                                I predict my top artist will be [@sanbenito ] 😍😘❤️🫶🏽 #SpotifyWrapped
## 2020                        When my #SpotifyWrapped comes out I’m gonna aim to draw something for each of my top 5 songs (even if I’ve already… https://t.co/Tf0rvZnUAk
## 2021                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped definitely pop
## 2022                                                                                                      I predict my top artist will be [the bravery] #SpotifyWrapped
## 2023                                                                                                            I predict my top artist will be LoveJoy #SpotifyWrapped
## 2024                                                                                          I predict my top podcast will be [#ArchetypesWithMeghan ] #SpotifyWrapped
## 2025                                                        I predict my most played song will be [All Too Well (10 Minute Version) (Taylor's Version)] #SpotifyWrapped
## 2026                                                                                             I predict my top artist will be Linkin Park or Il Divo #SpotifyWrapped
## 2027                                                                                                  I predict my most played song will be family line #SpotifyWrapped
## 2028                       #SpotifyWrapped .@tim_cook .@munilong “Ed Lover” has put “DJ Akademiks” on blast for calling OG rappers “dusty” wee… https://t.co/0ddbguDmg2
## 2029                                                                                                           I predict my top artist will be [AmaLee] #SpotifyWrapped
## 2030                                                                                                          I predict my top artist will be Bad Bunny #SpotifyWrapped
## 2031                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Scardy cat(DPR Ian), ilomilo(Bi… https://t.co/mGjHsM2njl
## 2032                                                                                                             I predict my top genre will be k-indie #SpotifyWrapped
## 2033                                                                                                         I predict my top artist will be Stray Kids #SpotifyWrapped
## 2034                                                                                                    I predict my top podcast will be goomba podcast #SpotifyWrapped
## 2035                                                                                               I predict my most played song will be 3:15 by Bazzi  #SpotifyWrapped
## 2036                                   Last 6 months vs All time. Miss Swift always on top.\n#instafest \n\n(while I wait for #SpotifyWrapped ) https://t.co/eaw80PcD9K
## 2037                                                                        I predict my most played song will be\nsleeping on trains by James Marriott #SpotifyWrapped
## 2038                                                                                       I predict my most played song will be Terra by @tanxugueiras #SpotifyWrapped
## 2039                            Lovely cat in our house. They are adorable.\n\n#SpotifyWrapped #RedVelvet #CyberMonday #CatsOnTwitter #catlove… https://t.co/0abnVh5D2D
## 2040                                 Bts vs taylor swift in fortnite who wins? #TaylorSwift #BTSARMY #JungkookInQatar #ticketmasterisoverparty… https://t.co/BoOh0Vkq79
## 2041                                                                                                     I predict my top artist will be Kendrick Lamar #SpotifyWrapped
## 2042                                                                                                        I predict my top artist will be Lady Gaga 🤭 #SpotifyWrapped
## 2043                                                      Good morning\nGuys 🌺\n\n#UPSC\n#CyberMonday\n#SpotifyWrapped #FIFAWorldCupQatar2022 # https://t.co/iuwYXYuHN5
## 2044                      Can’t wait for my #SpotifyWrapped. I think I listened more than last year. \n\nI’m surprised @Spotify doesn’t reward… https://t.co/TiEM5wc3rG
## 2045                                         https://t.co/pD0WkFHEvP\n#instafest \nKeeping myself busy whilst waiting for #SpotifyWrapped 2022. https://t.co/eKktIdJLXW
## 2046                                                                                                 I predict my most played song will be Rain Day 🙏🏻  #SpotifyWrapped
## 2047                                                                                             I predict my most played song will be [misfit biscuit] #SpotifyWrapped
## 2048                                                                                         I predict my most played song will be MANIAC by Stray Kids #SpotifyWrapped
## 2049                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 2050                     Getting ahead on my homework so I don't have to do much later: ❎\nGetting ahead on my homework so I can look at ever… https://t.co/IANLdVDKVh
## 2051                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 2052                       I predict my top podcast will be either talk it off or the kate and abbie show but I haven't listened to many podca… https://t.co/JbY0S5pzWS
## 2053                                                                                                I predict my top podcast will be House of Halliwell #SpotifyWrapped
## 2054                                                                                          I predict my most played song will be Dead End by @iamRav #SpotifyWrapped
## 2055                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  Kendrick Lamar
## 2056                                                                                                  I predict my top podcast will be @DistractiblePod #SpotifyWrapped
## 2057                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 2058                                                                                                      I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 2059                                                                                                     I predict my top podcast will be supermegacast #SpotifyWrapped
## 2060                                                                                                      My top artist is obviously gonna be @Grimezsz #SpotifyWrapped
## 2061                                                         me if my Spotify Wrapped doesnt have MCR or any metal artist on it #SpotifyWrapped https://t.co/sTiNrHGmW3
## 2062                                                Officially predicting now that my top song of the year is gonna be the 1 by Taylor Swift, girls….. 😬#SpotifyWrapped
## 2063                                                                                                       I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 2064                                                                                        I predict my top artist will be UMI #SpotifyWrapped https://t.co/23tFeUkaPO
## 2065                                                                                                   I predict my top artist will be #FatherJohnMisty #SpotifyWrapped
## 2066                                                                                                       I predict my most played song will be 30/90! #SpotifyWrapped
## 2067                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 2068                                                                                                            I predict my top artist will be Starset #SpotifyWrapped
## 2069                                                                   I predict my most played song will be Twisted Transistor or an Uplift Spice song #SpotifyWrapped
## 2070                                                                           I predict my most played song will be [‘Through the Fire’ by Chaka Khan] #SpotifyWrapped
## 2071                                                                                                   I predict my top artist will be [sleepy hallow ] #SpotifyWrapped
## 2072                                                                                           I predict my top podcast will be [Archetypes with Meghan]#SpotifyWrapped
## 2073                                                                                    I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped
## 2074                                                                                      I predict my most played song will be Lay all your love on me #SpotifyWrapped
## 2075                                                                                                    I predict my top podcast will be @ATWWDpodcast  #SpotifyWrapped
## 2076                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2077                                                               I predict my most played song will be Matt Hancock is a cunt by The People of The UK #SpotifyWrapped
## 2078                                Can’t wait to see just how much the recent dive into my emo past has thrown off this year’s #SpotifyWrapped https://t.co/7V1JUpxsIX
## 2079                                                                                             I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 2080                                                                                                            I predict my top artist will be Parcels #SpotifyWrapped
## 2081                                                                                                     My #SpotifyWrapped will essentially be https://t.co/TLhjCxGSxm
## 2082                       Spotify is teasing Spotify warped too much like an artist who went viral on Tiktok from their song’s teaser. They’r… https://t.co/uao7Ds047a
## 2083                                                                                                   I predict my top artist will be @Louis_Tomlinson #SpotifyWrapped
## 2084                                 Low IQ Slaves \n\n#COVIDTest #COVID #COVID19 #coronavirus #Monkeypox #Monkeypoxvirus #CovidVaccine #China… https://t.co/GTfexEwILT
## 2085                                                                                                  I predict my top artist will be tyler the creator #SpotifyWrapped
## 2086                                                                                                      I predict my top podcast will be [Archetypes] #SpotifyWrapped
## 2087                                                                                                    I predict my top genre will be pop/country/kpop #SpotifyWrapped
## 2088                                                                                               I predict my top genre will be Rock/alternative rock #SpotifyWrapped
## 2089                                                                                                           I predict my top artist will be cavetown #SpotifyWrapped
## 2090                                                                                                         I predict my top artist will be [Slipknot] #SpotifyWrapped
## 2091                                                                                                I predict my most played song will be Cinnamon Girl #SpotifyWrapped
## 2092                                                                                      I predict my most played song will be ‘What I Want’ from MUNA #SpotifyWrapped
## 2093                                                                                           I predict my top genre will be alternative rock/ hip hop #SpotifyWrapped
## 2094                                                                                                             I predict my top genre will be R&amp;B #SpotifyWrapped
## 2095                                                                                                              I predict my top artist will be LOONA #SpotifyWrapped
## 2096                                                                                                      I predict my top artist will be Frank Sinatra #SpotifyWrapped
## 2097                                                                                                       I predict my most played song will be Willow #SpotifyWrapped
## 2098                                                                                                        I predict my top artist will be The Weeknd  #SpotifyWrapped
## 2099                                                                                             I predict my top artist will be Twenty One Pilots lmao #SpotifyWrapped
## 2100                                                                                           I predict my top artist will be @burnaboy by a milestone #SpotifyWrapped
## 2101                                                                                       I predict my most played song will be Diving Bell by Starset #SpotifyWrapped
## 2102                                                                  I predict my top podcast will be [emperors of rome Or rebuilding the renaissance] #SpotifyWrapped
## 2103                                                                                                     I predict my most played song will be heated 🤭 #SpotifyWrapped
## 2104                                                                                     I predict my most played song will be [Twice - Talk that Talk] #SpotifyWrapped
## 2105                                                                                            I predict my most played song will be  Mid Range Strike #SpotifyWrapped
## 2106                                                                               I predict my top artist will be [panicking cuz how tf should i KNOW] #SpotifyWrapped
## 2107                                                                      Mariah Carey is in the area and tomorrow we will have #SpotifyWrapped https://t.co/SBYh3SpHb1
## 2108                                                                                             I predict my most played song will be 3racha de 3racha #SpotifyWrapped
## 2109                                                                                                         I predict my top artist will be The Weeknd #SpotifyWrapped
## 2110                                                                         I predict my most played song will be for whom the bell tolls by metallica #SpotifyWrapped
## 2111                          Read the manga-inspired comic Castle Lugbúrz on GlobalComix\n\nhttps://t.co/iVk9d1YdXr\n\n#globalcomix #webcomic… https://t.co/wjwFz94fCE
## 2112                                                                                                            I predict my top artist will be Lovejoy #SpotifyWrapped
## 2113                                                                                                                 I predict my top genre will be EDM #SpotifyWrapped
## 2114                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  SANTA TELL ME !!!
## 2115                                                                                                           I predict my top genre will be Indie Pop #SpotifyWrapped
## 2116                                                                   I predict my top artist will be…. Taylor Swift there’s literally no other option #SpotifyWrapped
## 2117                                                                                                               I predict my top genre will be metal #SpotifyWrapped
## 2118                                                                                                           I predict my top artist will be [hozier] #SpotifyWrapped
## 2119                                                                                                   I predict my top artist will be [Erika Divinity] #SpotifyWrapped
## 2120                                                                                                   I predict my top genre will be Hip Hop &amp; Rap #SpotifyWrapped
## 2121                                                                                                   I predict my most played song will be Hayloft ll #SpotifyWrapped
## 2122                                                                                              I predict my top artist will be Taylor Swift. DUHHHHH #SpotifyWrapped
## 2123                                                                                                I predict my most played song will be Sneaky Snitch #SpotifyWrapped
## 2124                                                                              I predict my most played song will be the winner takes it all by ABBA #SpotifyWrapped
## 2125                                                                                         I predict my top podcast will be #ArchetypesWithMeghan !!! #SpotifyWrapped
## 2126                                                                                          I predict my top genre will be [folk ? post-punk? kpop ?] #SpotifyWrapped
## 2127                                                                                      I predict my most played song will be End Of Beginning by Djo #SpotifyWrapped
## 2128                                            I predict my most played song will be [all too well ten minute version taylor’s version from the vault] #SpotifyWrapped
## 2129                                                                                           I predict my most played song will be [Ride by King Von] #SpotifyWrapped
## 2130                                                                                     me waiting for spotify wrapped to drop #SpotifyWrapped https://t.co/VG0fYdnMAw
## 2131                                🔴Watch/ More than 30 Isra*eli military jeeps stormed Beit Ummar in Hebron.\n#PORURU #SpotifyWrapped Uruguay https://t.co/mYErde6hjS
## 2132                                                                                                 I predict my most played song will be [Get a Room] #SpotifyWrapped
## 2133                                                                                                             I predict my top artist will be MARINA #SpotifyWrapped
## 2134                                                                                                  I predict my most played song will be Out of Time #SpotifyWrapped
## 2135                                                                                       Next year will be super for me \nhttps://t.co/snlt7KsNu4\n\n #SpotifyWrapped
## 2136                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 2137                                                                                              Can't wait to show off how annoying my music taste is #SpotifyWrapped
## 2138                                                                                                         I predict my top artist will be The Weeknd #SpotifyWrapped
## 2139                                                                                          I predict my most played song will be [shrike by hozier ] #SpotifyWrapped
## 2140                                                                                  I predict my top podcast will be [nah porque no escucho podcasts] #SpotifyWrapped
## 2141                                                                                           I predict my most played song will be The Cleveland Show #SpotifyWrapped
## 2142                                                                                                 I predict my top artist will be Bad Bunny again 😌\n#SpotifyWrapped
## 2143                      Either Maniac by @Stray_Kids or Pink Benom by @BLACKPINK \n\nI predict my most played song will be [fill in top song… https://t.co/0nahrE6mgA
## 2144                          I predict my most played song will be money trees or wow freestyle #SpotifyWrapped gotta be one of them since it’s my alarm to get up 😩😅😅
## 2145                                                                                                 My top artist this year is gonna be @TWooodley \n\n#SpotifyWrapped
## 2146                                                                                                              GUYS #SpotifyWrapped IS HEREA https://t.co/CEkAxc3TQ6
## 2147                                                                                                          I predict my top artist will be [DPR IAN] #SpotifyWrapped
## 2148                      display at your polling unit where you registered*\n*This information is very helpful, useful and vital, so those wh… https://t.co/SIFVdgwSnc
## 2149                                                                                                       I predict my top podcast will be Sky Podcast #SpotifyWrapped
## 2150                                                                      I will never escape the grasps of Hamilton #instafest #SpotifyWrapped https://t.co/V1NSVCpvIG
## 2151                                                                                                         I predict my top artist will be steve lacy #SpotifyWrapped
## 2152                                                                                                           I predict my top artist will be Kordhell #SpotifyWrapped
## 2153                                                                                                      I predict my top artist will be audrey nuna❤️‍🔥 #SpotifyWrapped
## 2154                                                                                                                    #SpotifyWrapped something with starset probably
## 2155                       @Spotify I listened to one podcast at every opportunity, my podcast of the year #Archetypes #DontBelieveTheType it’… https://t.co/FSOrYq7Jkz
## 2156                                                                                 I predict my most played song will be Help Urself or Worth Nothing #SpotifyWrapped
## 2157                            Jumping in the Warzone \n#CallofDutyWarzone2 #FIFAWorldCupQatar2022 #SpotifyWrapped \n\nhttps://t.co/KbZRIA0GsB https://t.co/VAQM30i66b
## 2158                                                                                                                                         i live for #SpotifyWrapped
## 2159                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 2160                                                                             I predict my most played song will be girlfriend by hemlocke springs❤️‍🔥 #SpotifyWrapped
## 2161                                                                                                         I predict my top genre will be POP…. Again #SpotifyWrapped
## 2162                                                                                     I predict my most played song will be something by @Thundercat #SpotifyWrapped
## 2163                                                                                       I predict my top artist will be @twentyonepilots hands down 😬#SpotifyWrapped
## 2164                                                                          We already know my top artists are going to be Ariana and the Glee Cast💅🏽 #SpotifyWrapped
## 2165                                                                                           I predict my top podcast will be JaackMaate's Happy Hour #SpotifyWrapped
## 2166                                                                                           I predict my top genre will be either kpop or lo-fi #SpotifyWrapped 🥖✨❤️
## 2167                                                                                                         I predict my top artist will be @pledis_17 #SpotifyWrapped
## 2168                                                                                       I predict my most played song will be 2 hours of fart noises #SpotifyWrapped
## 2169                                                                                                   I predict my top artist will be [@kendricklamar] #SpotifyWrapped
## 2170                                                                                                    I predict my most played song will be [glitch ] #SpotifyWrapped
## 2171                                                                                         I predict my most played song will be [Merry go - DPR IAN] #SpotifyWrapped
## 2172                                                                                                         I predict my top artist will be STEVE LACY #SpotifyWrapped
## 2173                                                                                 One day I'll find my own man ❤️💯\n#Chioma \n#SpotifyWrapped https://t.co/HqGtBvbgJr
## 2174                                                                                                               I predict my top genre will be K-Pop #SpotifyWrapped
## 2175                                                                                       I predict my most played song will be Choose Me by @bandmaid #SpotifyWrapped
## 2176                       Me, waiting for my #SpotifyWrapped results, knowing full well it'll be a whole bunch of Big Finish #DoctorWho stori… https://t.co/MQVm2ZoKAJ
## 2177                       What’s with @Rogers refusing to print out my past bills? You don’t have a problem taking the payment each month but… https://t.co/ID4kbwfQ4y
## 2178                                                                                                 I predict my most played song will be Lucid Dreams #SpotifyWrapped
## 2179                                  I predict my top artist will be (i’m hoping anyways) either maggie rogers, taylor swift, or joy oladokun… https://t.co/4h9sWlWptW
## 2180                                                                                                        I predict my top genre will be Classic Rock #SpotifyWrapped
## 2181                                   This is for my Homie @Ribera420  keep your head up fam and for my homie @Hippie_of_Love Rest In Power!!… https://t.co/Y0CoPrOrO1
## 2182                       The Backfire Effect 🔥: when you present evidence disproving a persons belief, but instead of mentally adjusting, th… https://t.co/vRFszNNk0X
## 2183                                                                           I predict my most played song will be Bad Habit or SOLOSOLO X NO CASH 😂😂 #SpotifyWrapped
## 2184                                                     I can’t wait for my #SpotifyWrapped to tell me that 20+ of my top 100 songs of the year are by @haileywhitters
## 2185                                                                                           I predict my most played song will be Yet to Come by BTS #SpotifyWrapped
## 2186                                           ARTISTS that should be on your #SpotifyWrapped Pt. 2… redveil (@redveil)‼️\n\nSpotify Playlist 👉… https://t.co/Ca174xhBhv
## 2187                                                                          I predict my most played song will be either teeth or wildflower by @5sos #SpotifyWrapped
## 2188                                                                                      I predict my most played song will not be new romantics sadly #SpotifyWrapped
## 2189                                                                                        I predict my most played song will be Dreaming - Smallpools #SpotifyWrapped
## 2190                      ARTISTS that should be on your #SpotifyWrapped Pt. 1… Joey Valence &amp; Brae (@JoeyValence) 🤘\n\nSpotify Playlist 👉… https://t.co/KRW5dPSlgw
## 2191                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nIt’ll most definitely be stray kids
## 2192                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2193                                                           I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nOh it’ll for sure be kpop
## 2194                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2195                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2196                                                                                                          I predict my top artist will be Lenni-Kim #SpotifyWrapped
## 2197                                                  We’ve got your seasonal favorite! #peppermint #SpotifyWrapped  #peppermintmocha #SanDiego https://t.co/jGrElYrHoM
## 2198                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nMaybe it’ll be Hair Cut by Xdinary Heroes
## 2199                                                                                            I predict my most played song will be [My Life- JCole ] #SpotifyWrapped
## 2200                                                                                                                           Waiting patiently for my #SpotifyWrapped
## 2201                                                                                       i predict my most played song will be cousin tito by rx papi #SpotifyWrapped
## 2202                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2203                                                                                                        I predict my top artist will be David Bowie #SpotifyWrapped
## 2204                       ⭕️ * The Red Crescent: a serious injury with live bullets to the chest and the leg during the occupation forces’ at… https://t.co/fcOBsC7YKB
## 2205                                                                                                    I predict my top artist will be Imagine Dragons #SpotifyWrapped
## 2206                                                                                                               I predict my top genre will be indie #SpotifyWrapped
## 2207                                                   It’s almost time for @Spotify to tell me how gay I really am with their  #SpotifyWrapped https://t.co/h7VOfnF9a1
## 2208                                                                                                          I predict my top artist will be @bandmaid #SpotifyWrapped
## 2209                                                                                                          I predict my top podcast will be [PodPah] #SpotifyWrapped
## 2210                                                                                                        I predict my top artist will be girl in red #SpotifyWrapped
## 2211                       MAKE GOD CROWN OUR EFFORT 🥺🥺🥺🥺🥺🥺🥺🥺🥺THIS GUY DON TRY NO BE SMO … @Olamide #SpotifyWrapped #CyberMonday #WorldCup2022… https://t.co/hnDDHgDN8X
## 2212                                                                                                            I predict my top artist will be NCT 127 #SpotifyWrapped
## 2213                        I really dont know what my #SpotifyWrapped will look like! working at the bar  i had to put music on every day and… https://t.co/DornRYLKvF
## 2214                                                                                                          I predict my top artist will be Dro Kenji #SpotifyWrapped
## 2215                                                                                  I predict my most played song will be Body and Mind , girl in red #SpotifyWrapped
## 2216                                                                      I predict my most played song will be either wa da da, fearless or after like #SpotifyWrapped
## 2217                                                                               I don’t care about knowing you have no taste #SpotifyWrapped https://t.co/vSQnXAylYg
## 2218                                                                                                        I predict my top artist will be [SEVENTEEN] #SpotifyWrapped
## 2219                                                                                                       I predict my top genre will be K-pop boyband #SpotifyWrapped
## 2220                           HIGHLIGHTED ARTIST of the Week SPENCER WAYNE🏆 @Spotify #ramboletswork #musicshow #artistoftheweek #spencerwayne… https://t.co/JPL5GIKJgC
## 2221                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 2222                                                                                                            I predict my top genre will be kpop lol #SpotifyWrapped
## 2223                                                                                 I see everyone cant wait for #SpotifyWrapped too, i thought i was the only one 😢💔💔
## 2224                                                                                I predict my most played song will be [Juice Wrld - Scared of love] #SpotifyWrapped
## 2225                     Teddy Tip-FOCUS \n\nYou should pay more attention to your blessings than you do to your problems! \n\n#SpotifyWrapped… https://t.co/9sFHzG51AT
## 2226                     #CyberMondayAmazon #CyberMonday #SpotifyWrapped \n\n$10 in #bitcoin is waiting for you! To claim, use this link to si… https://t.co/rtFMeoj30U
## 2227                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2228                                                                          @bts_bighit predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2229                                                                                                          I predict my top artist will be Twice tbh #SpotifyWrapped
## 2230                                                                                              I predict my most played song will be atopos by björk #SpotifyWrapped
## 2231                                                                                              I predict my most played song will be Prick by Glaive #SpotifyWrapped
## 2232                                                                                                I predict my top genre will be [italian trap music] #SpotifyWrapped
## 2233                      What if #baleciaga had gone after a specific race or group of people? \n\nI guarantee you that all celebrities would… https://t.co/LCS2H8hEJt
## 2234                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 2235                                                                                                            I predict my top artist will be DRIPPIN #SpotifyWrapped
## 2236                                                                                 Kpop I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2237                                                                    Yet to Come I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2238                                                                                             I predict my most played song will be [NEW MAGIC WAND] #SpotifyWrapped
## 2239                                                                       I predict that my most played song will be like, are you satisfied by marina #SpotifyWrapped
## 2240                          Snow White Agate Point #agate #crystalsforsale #crystalshop #crystalhealing https://t.co/qQ31T5AHZm via @YouTube… https://t.co/b9EoKoHi7I
## 2241                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2242                                                                                                     I predict my most played song will be [RunBTS] #SpotifyWrapped
## 2243                     I predict my top genre will be Pop Punk or Alternative Metal #SpotifyWrapped\n\n(Pop punk is probably more likely tho… https://t.co/fGGbVL9bzh
## 2244                                                                                              I predict my most played song will be Horizon by WayV #SpotifyWrapped
## 2245                                                     Check out KING MENACE 👑⚡️'s video! #TikTok #SpotifyWrapped #CyberMonday #WorldCup2022  https://t.co/toi81YTWGL
## 2246                                                                                                             #SpotifyWrapped is the most wonderful time of the year
## 2247                                                                                           I predict my most played song will be Villain by DRIPPIN #SpotifyWrapped
## 2248                      🔴 Nuevo vídeo oficial del @FCBarcelona_es:\nWill the #SpotifyWrapped guesses of Oshoala and Geyse be as good as thei… https://t.co/jwuN0K8ySd
## 2249                                       @renoomokri who is bankrolling you? #CyberMondayAmazon #SpotifyWrapped #gntmgr #kudus #PoliticsToday https://t.co/FrjE8cDD8s
## 2250                                                                                         I bet my playlist is so chaotic like the year that 2022 is #SpotifyWrapped
## 2251                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2252                                   i think taylor swift and blackpink will be my top two artists, but i can't stop me by twice will be my top song. #SpotifyWrapped
## 2253                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2254                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2255                                                                                                                I predict my top genre will be pop😭 #SpotifyWrapped
## 2256                                                                                            I predict my top artist will be @nighttempo hopefully 🤞 #SpotifyWrapped
## 2257                                  My predictions for my top 3 Artists on #SpotifyWrapped \n1. Selena Gomez\n2. Taylor Swift\n3. Sabrina Carpenter or Olivia Rodrigo
## 2258                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2259                                 Ridin To Heaven Dirty https://t.co/GhcbIVBVjx via @TrippyDaKid and Me! #SpotifyWrapped #CyberMondayAmazon… https://t.co/amA4ArKmy1
## 2260                                                                                                  I predict my most played song will be Getaway Car #SpotifyWrapped
## 2261                                                                                                I predict my top artist will be 5 SECONDS OF SUMMER #SpotifyWrapped
## 2262                                                                                             I predict my most played song will be EMOTIONS BY 5SOS #SpotifyWrapped
## 2263                                                                                                  I predict my top podcast will be ["@WTA_insider"] #SpotifyWrapped
## 2264                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped rush hour juice wrld snippet
## 2265                                                                                                       I predict my top artist will be [Juice WRLD] #SpotifyWrapped
## 2266                           Give me doggy style abeg \n\nPortugal #SpotifyWrapped #FIFAWorldCupQatar2022 #คุณชายตอนจบ #kudus #kudus #Ukraine… https://t.co/ZlbdUFutC0
## 2267                                                                                              I predict my top artist will be [Olivia Rodrigo] #SpotifyWrapped 😭😭😭😭
## 2268                                                                       Don’t need no #SpotifyWrapped to know that this was on repeat for me https://t.co/57W3ove2ty
## 2269                                                                      I predict my most played song will be [What do you want from me? - Bad Omens] #SpotifyWrapped
## 2270                                                                                            In which college year you are? \n#SpotifyWrapped #WhatsApp #CyberMonday
## 2271                                                                      I predict my top genre will be something either incredibly sad or funky beats #SpotifyWrapped
## 2272                                                                                                 I predict my top podcast will be Nas Daily Podcast #SpotifyWrapped
## 2273                                                                                             I predict my most played song will be Sparks by The Dø #SpotifyWrapped
## 2274                      CYBER MONDAY – NATIONAL BRAND DAY – NATIONAL FRENCH TOAST DAY – RED PLANET DAY – CHANUKAH\n\nIts the holidays! And I… https://t.co/YJ4uKYVwzj
## 2275                       I predict my most played song will be out of tike by @theweeknd. I was obsessed with that song for the first half o… https://t.co/zXURVi5UWo
## 2276                       I'm ready to listen to the new #SpotifyWrapped with my Cheap premium headphones !link in bio!\nReady to listen to #theneighborhood on repeat
## 2277                                                                                             I predict my top podcast will be Either Side of Nhill. #SpotifyWrapped
## 2278                                                                                                       I predict my top genre will be ["Dance Pop"] #SpotifyWrapped
## 2279                                                                             Can't wait for spotify to tell me how gay i am #SpotifyWrapped https://t.co/UkbJZd0fG9
## 2280                                                                                             alright let’s see if I’m right #SpotifyWrapped https://t.co/nA6tmrmWyc
## 2281                                                                                                               I predict my top genre will be Rock. #SpotifyWrapped
## 2282                                                          I predict my top genre will be draaaaaaainnnnnnnnnn gangggggggggg #SpotifyWrapped https://t.co/bRTboPWuiF
## 2283                                                                                                      I predict my top artist will be Foo Fighters. #SpotifyWrapped
## 2284                                                               Published on YouTube: WILLOW definitely knows what’s on her #SpotifyWrapped. https://t.co/vmtZwJoJc9
## 2285                                                                                                      I predict my top artist will be The Kid LAROI #SpotifyWrapped
## 2286                                                                                                      I predict my top artist will be [@SheldRiley] #SpotifyWrapped
## 2287                                                                    I predict my most played song will be —&gt; Segurísimo sale All Too Well 10 min #SpotifyWrapped
## 2288                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 2289                                                                                  I predict my most played song will be I Am A River. Foo Fighters. #SpotifyWrapped
## 2290                                       Billboard cover I designed for @Tsu_Surf up in New York 👌 \n\n#Freesurf #Freethewave #SpotifyWrapped https://t.co/NjcB2adxoy
## 2291                                                                                       I predict my most played song will be I heard you’re married #SpotifyWrapped
## 2292                                                                                                         I predict my top artist will be @kanyewest #SpotifyWrapped
## 2293                                                                                 IT TAKES BRAINS TO RUN A BUSINESS, IT TAKES BALLS TO START ONE.\n\n#SpotifyWrapped
## 2294                              I predict my most played song will be\n [fill in top song prediction]\n\n100% my most played song this year!… https://t.co/shi5gNVunl
## 2295                                                                              I predict my most played song will be ["Not The Same" by @SheldRiley] #SpotifyWrapped
## 2296                                                                                          I predict my most played song will be SF9 - Summer Breeze #SpotifyWrapped
## 2297                 @elonmusk @BillyM2k You forgot one\n\n🇨🇳 \n\nhttps://t.co/bq17dwKUV6\n\n#ChinaProtests #SpotifyWrapped #CyberMondayAmazon… https://t.co/8296NVIpVm
## 2298                                                                I predict my most played song will be either something from corpse or Delilah Bonn  #SpotifyWrapped
## 2299                        Guys big plea, share share share….. my pug Martin has fucked off, probably on the sesh somewhere, responds with to… https://t.co/tS3Wj685kb
## 2300                                                                                        Go listen with +8,000 others #Bless #SpotifyWrapped https://t.co/HVB7OexNda
## 2301                                                                                                            I predict my top genre will be [Rock(?] #SpotifyWrapped
## 2302                       ok,, #SpotifyWrapped #1 song prediction! i think it's probably yuck by charli xcx. or maybe lightbeamers by fka twi… https://t.co/C3W7UgdIbM
## 2303                                                                                                     I predict my top artist will be [Depeche Mode] #SpotifyWrapped
## 2304                                                       I predict my top genre will be  Indie or alternative rock, as that’s what I mainly listen to #SpotifyWrapped
## 2305                                                                                                    I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 2306                                                                                  I predict my most played song will be Best For Me - The Kid LAROI #SpotifyWrapped
## 2307                                                                                                     I predict my top podcast will be distractible  #SpotifyWrapped
## 2308                                                                                                         I predict my top artist will be @zaynmalik #SpotifyWrapped
## 2309                                                                              I predict my most played song will be [How Soon is Now? - The Smiths] #SpotifyWrapped
## 2310                                                                                               I predict my most played song will be [talk by yeat] #SpotifyWrapped
## 2311                                                                                                          I predict my top artist will be Lady Gaga #SpotifyWrapped
## 2312                                  me when someone asks who my number one artist is knowing damn well it’s rex orange county #SpotifyWrapped https://t.co/Yp2GEaROsO
## 2313                    @DearSusyloveDi1 @dimash_official es espectacular! \n#DimashUniqueVoice para escuchar 24/7 \n#SpotifyWrapped\nTHE STOR… https://t.co/k6DpoOsXzM
## 2314                     Just waiting for #SpotifyWrapped to check how many people's list Rockstar @anirudhofficial is gonna top! 🤏😎\n\nCommen… https://t.co/ulNVlMZT1y
## 2315                                               when is #SpotifyWrapped dropping? i need a visual representation of how gay, depressed and horny i've been this year
## 2316                                                        Here’s an some new music for you… I Wrote This SAVAGE KAT\n#hiphop #SpotifyWrapped\nhttps://t.co/zcEOMQ2g0D
## 2317                                                                                                        ARTISTS that should be on your #SpotifyWrapped (a thread) 🎶
## 2318                                                                                                          prediction for my #SpotifyWrapped https://t.co/6pXY8r7WzA
## 2319                                      *When she says breakfast in bed* this's Exactly what she meant. 👌\n#SpotifyWrapped #CyberMondayAmazon https://t.co/Ri8cYBljTe
## 2320                                     I predict my most played song will be Blast Off by @silksonic @brunomars #andersonpaak #SpotifyWrapped https://t.co/qU1ehpyqc1
## 2321                                                                                     I predict my most played song will be True Romance by @ToveLo\n#SpotifyWrapped
## 2322                                                                                                     I predict my top artist will be [taylor swift] #SpotifyWrapped
## 2323                          Now, this is what I call brotherly love! 😂👏🏽 #DJKhaled #Diddy #BadBoy #Bday #BirthdayBoy #HipHopEd #BirthdayGift… https://t.co/IaXoVBQYH1
## 2324                                                                                      I predict my top artist will undoubtedly be @halsey again lol #SpotifyWrapped
## 2325                                                                                          I predict my most played song will be Poltergeist, Corpse #SpotifyWrapped
## 2326                                                                                       I predict my most played song will be Static Dress -  Sweet. #SpotifyWrapped
## 2327                                                                                                             I predict my top genre will be [indie] #SpotifyWrapped
## 2328                                                                                                    I predict my top artist will be champagne papi  #SpotifyWrapped
## 2329                                                                                                                         Feet pics $15 #SpotifyWrapped #feetfethish
## 2330                                                                                                         my predictions for #SpotifyWrapped https://t.co/XFLXsGQt3J
## 2331                                                                        I predict my most played song will be [the idea of growing old - features ] #SpotifyWrapped
## 2332                                                                           I predict my most played song will be something by corpse or beach bunny #SpotifyWrapped
## 2333                               We do ethical hacking 🇺🇸#SpotifyWrapped #instagram #youtube #twitter #tiktok #love #instagood #follow #like… https://t.co/DqRdDiF3rU
## 2334                                                            I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #ArchetypesWithMeghan
## 2335                                                                                                           I predict my top genre will be [Arabesk] #SpotifyWrapped
## 2336                     @wednesdayaddams @netflix Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below t… https://t.co/GompFDI6hF
## 2337                         Link In My Bio‼️\n.\n.\n.\n#music #rap #playlist #Toosii #JCole #latenight #latenightvibe #NewMusic #SpotifyWrapped https://t.co/fheMAxS8H6
## 2338                                                                                                   Every year without fail. #SpotifyWrapped https://t.co/CHhHxqh8Vr
## 2339                                                                                                         I predict my top artist will be @conangray #SpotifyWrapped
## 2340                                                            @SQPHlE I predict @SQPHlE's most played will be [Midnight Rain] #SpotifyWrapped https://t.co/z7dhAT8Oh2
## 2341                                                                                         I predict my top podcast will be [the @xdannyxbrownx show] #SpotifyWrapped
## 2342                                                                                                        Watch as my top artist ends up being JVLA 🤭 #SpotifyWrapped
## 2343                      i hope mitski isn't my top artist for this years spotify wrapped ..\nim not the person i was when i was in the 0.05%… https://t.co/XA0rFWB8J8
## 2344                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2345                                                                        #SpotifyWrapped gonna need to give it a shot sometime to show you all what i listen to, lol
## 2346                                                                                                        I predict my top artist will be [TAYTAYYYY] #SpotifyWrapped
## 2347                                                                                             I predict my top genre will be   DSMP or rock or indie #SpotifyWrapped
## 2348                                                                                                                           i. just. want. my. damn. #SpotifyWrapped
## 2349                          @iamcardib Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/89IvQS9Llk
## 2350                                                    Me to #traitorBajwa \n#คุณชายตอนจบ #مطار_الملك_سلمان #SpotifyWrapped #Freedom #Pakistani https://t.co/1ie0LDkfSq
## 2351                                                                                                             I predict my top artist will be weezer #SpotifyWrapped
## 2352                                                                                 I predict my most played song will be Summer Renaissance - BEYONCÉ #SpotifyWrapped
## 2353                                                                                                     I predict my top artist will be arctic monkeys #SpotifyWrapped
## 2354                                                                                                        I predict my top artist will be [@zackfox ] #SpotifyWrapped
## 2355                                     Hello, are you feeling bored? Or not feeling okay?\n\nIf yes, kindly click the link below to be happy… https://t.co/iDoGIrtqy1
## 2356                                                                                                    I predict my most played song will be [JoySpin] #SpotifyWrapped
## 2357                         "Nature always look out for the preservation of the universe"\n       ~ Robert Boyle\n#innovation #SpotifyWrapped… https://t.co/N1x9PdNmof
## 2358                                                                                                               I predict my top genre will be [Rap] #SpotifyWrapped
## 2359                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2360                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2361                                                                                    I predict my top artist will be @Harry_Styles or @taylorswift13 #SpotifyWrapped
## 2362                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2363                                                                                           I predict my most played song will be a beatles funny :) #SpotifyWrapped
## 2364                                                                                             Spotify Wrapped 2022 be like:\n#SpotifyWrapped https://t.co/5kmBtqdfzO
## 2365                                                                      I predict my most played song will be right where you left me by Taylor Swift #SpotifyWrapped
## 2366                                                                                                                I predict my top genre will be KPOP #SpotifyWrapped
## 2367                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2368                                                                                        I predict my top podcast will be @WVFRM and @SafetyThirdPod #SpotifyWrapped
## 2369                                                                                                         I predict my top artist will be @Shinedown #SpotifyWrapped
## 2370                                                                      I predict my most played song will be “Everything Goes On” by Porter Robinson #SpotifyWrapped
## 2371                                                                                                         I predict my top genre will be [Metalcore] #SpotifyWrapped
## 2372                     bro, ik the staff at Spotify is under MAD PRESSURE about #SpotifyWrapped 😭😭 \n\nalso let’s hope the designers don’t m… https://t.co/DSn5m9IA54
## 2373                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2374                                              I wonder how my #SpotifyWrapped will be like this year? 🤔 who knows 🤔 https://t.co/haw0gwaVjC https://t.co/TAdnuXrtIC
## 2375                                                                                         I predict my top artist will be No Burnham or Taylor Swift #SpotifyWrapped
## 2376                                                                               I predict my top artist will be either taylor swift or ozzy osbourne #SpotifyWrapped
## 2377                       You Spotify account can tell me more about if we connect or not than anything else. FACTS\n#SpotifyWrapped #nsfwtwt… https://t.co/lqL9iae6Oo
## 2378                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped el amor de mi visa uwu o tomás va a morir idk
## 2379                                              I predict my top artist will be beach bunny or corpse #SpotifyWrapped   I’ll reply below when it comes out what I got
## 2380                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 2381                                                                          Can't wait for this year's #SpotifyWrapped #JosephQuinn #JoeQuinn https://t.co/HXYQ95CO7C
## 2382                                                                    I predict my top artist will be [Megan Thee Stallion🫶🏽] #SpotifyWrapped https://t.co/8OaRTlmcJq
## 2383                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @dref_kun @Imaginedragons @sushitrash no se
## 2384                       Please Donate to 'Feed The Children' Our goal is to help those families and children in desperate need of help. Lin… https://t.co/ZmwNsl1UBu
## 2385                                                            Burna definitely gonna appear a few times in my #SpotifyWrapped … the way I had It’s Plenty on repeat 😩
## 2386                                                             my top artist will be blackpink and my top genre will be either indie pop, kpop or pop #SpotifyWrapped
## 2387                                                                                      I predict my most played song will be Michael in the Bathroom #SpotifyWrapped
## 2388                                                                                                                   #SpotifyWrapped stream!! https://t.co/TTFDkFBuax
## 2389                                                                               I predict my most played song will be Treacherous (Taylor’s version) #SpotifyWrapped
## 2390                                                                             I predict my most played song will be freefall or devil like me by rks #SpotifyWrapped
## 2391                                                                                     I predict my top artist will be Lady Gaga fourth times a charm #SpotifyWrapped
## 2392                                                                                                            I predict my top podcast will be rslash #SpotifyWrapped
## 2393                                        I predict my most played song will be Ojitos Lindos by bad bunny 🤌😭🤌✨✨ #SpotifyWrapped  #BadBunny https://t.co/NgTWUTZ4dh
## 2394                                       First Video? Comment other ideas.. #vlog #YouTube #youtubeshorts #games #gamingcommunity #gaming #SpotifyWrapped #Birmingham
## 2395                                                                                    I predict my top genre will be  the sound of sbr men whimpering #SpotifyWrapped
## 2396                      Don't forget to like &amp; subscribe please\nhttps://t.co/kT2osip7Ye\n#FIFAWorldCupQatar2022 #SpotifyWrapped #CyberMondayAmazon #WorldCup2022
## 2397                                                                                                  I predict my top artist will be Rex Orange County #SpotifyWrapped
## 2398                                                                        my festival gave me a good idea on how my #SpotifyWrapped will look https://t.co/2xgV1HqJoW
## 2399                                                                                                  I predict my top artist will be clearly [BTS] #SpotifyWrapped 👁👄👁
## 2400                                                                                                           I predict my top artist will be [Bergen] #SpotifyWrapped
## 2401                        Date idea:\nWe watching some Psycopath and Serialkiller documentarys on Netflix\n#nsfwtwt #nsfwxRolePlay #Dateidea… https://t.co/kvBhNDOcy1
## 2402                                                           @Spotify show me my #SpotifyWrapped wrapped and I won’t unleash these two on you https://t.co/Lapmx4Y8GT
## 2403                                                                                         I'm quite excited for my #SpotifyWrapped this year https://t.co/nyH1sDi1wc
## 2404                                                                                                          DROP IT RIGHT NOW #SpotifyWrapped https://t.co/xGwQPGmneT
## 2405                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped en volá alguna del @saatiroo o @dref_kun 💘
## 2406                                                                                      I predict my most played song will be [Seni Kalbimden Kovdum] #SpotifyWrapped
## 2407                                                                                 I predict my top podcast will be [my internal monologue of course] #SpotifyWrapped
## 2408                                                                                                      tyler def gonna be my top 1 artist this year  #SpotifyWrapped
## 2409                                                                                      I predict my most played song will be the town inside me 100% #SpotifyWrapped
## 2410                              i predict my most played song/top artist will be charli xcx and/or phoebe bridgers and I only have my bf to thank lol #SpotifyWrapped
## 2411                                                                            I predict my most played song will be Suspicious Minds by Elvis Presley #SpotifyWrapped
## 2412                                                                                          I predict my top artist will be @dannyelfman #SpotifyWrapped\n\nNo doubt.
## 2413                                       i think my most listened to song is gonna either: be sorry i love u - stray kids\nhard to love - blackpink\n #SpotifyWrapped
## 2414                       I predict my most played song will be diego brando moaning in my ear as i i tighten my grip around his shaft and he… https://t.co/PfYdc0OYgr
## 2415                                                                              I predict my most played song will be keep it up by Rex Orange County #SpotifyWrapped
## 2416                                                                                      I predict my top artist will be Chase Atlantic 😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍#SpotifyWrapped
## 2417                                  I seek strength, not to be greater than other, but to fight my greatest enemy, the doubts within myself.… https://t.co/F7sVrlK2Il
## 2418                                                                                          I predict my most played song will be Circle in the Sand! #SpotifyWrapped
## 2419                                               Joining the #instafest trend until the #SpotifyWrapped 2022 comes\n\nhttps://t.co/nS9fQiuNx0 https://t.co/vDw1YTYp6Q
## 2420                                                                                                      I predict my top artist will be Elvis Presley #SpotifyWrapped
## 2421                                                                                          I predict my most played song will be Mutter by Rammstein #SpotifyWrapped
## 2422                                                               Blindspot mix 47 Afrofusion by DJ Ricky Augustine https://t.co/8TcMPnprQE\n#cedanews #SpotifyWrapped
## 2423                                                                                                           I predict my top artist will be [Mitski] #SpotifyWrapped
## 2424                                                                               I predict my top podcast will be nothing, I don’t listen to podcasts #SpotifyWrapped
## 2425                                                                                                           I predict my top podcast will be BANTER. #SpotifyWrapped
## 2426                                                                       We predict our most played song will be about BBQ 🎵  #SpotifyWrapped https://t.co/3VKB2SiU25
## 2427                                                                                               I predict my top artist will be cigarettes after sex #SpotifyWrapped
## 2428                                                                                                             Excited for my annual psych evaluation #SpotifyWrapped
## 2429                                                                                                  I predict my top genre will be [Losing my sanity] #SpotifyWrapped
## 2430                          Dm and chart with an expert before placing an order \n#SpotifyWrapped #CyberMondayAmazon #kudus #AcademicTwitter… https://t.co/4jXgSQAHIt
## 2431                                                                                                    I predict my top podcast will be [@MyFavMurder] #SpotifyWrapped
## 2432                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 2433                                                                                 I predict my most played song will be Easy Lover by @elliegoulding #SpotifyWrapped
## 2434                                                                                                                                         #SpotifyWrapped 4 BIG GUYS
## 2435                                                                                                         I predict my top genre will be i dont know #SpotifyWrapped
## 2436                            I love those who can smile in trouble ☺️\n#ronimiah #freelancer #entrepreneur #PicOfTheDay #photography #nature… https://t.co/543168Yerf
## 2437                                                                                                             I predict my top artist better be Joji #SpotifyWrapped
## 2438                                                                                                       I predict my top podcast will be @deadlockpw #SpotifyWrapped
## 2439                                                                                                               I predict my top genre will be K-Pop #SpotifyWrapped
## 2440                                                           Stonner 😎 #SpotifyWrapped #FiestaT5 #RedVelvet #420Goddess #420Girl #weedsmokers https://t.co/hKO2aEiWwC
## 2441                                                 I predict my most played song will be [Bahibak] #SpotifyWrapped\n\nDont judge me please i was in the mood for love
## 2442                                                                                                      I predict my top podcast will be The receipts #SpotifyWrapped
## 2443                                                                                                                                 I don’t wanna know #SpotifyWrapped
## 2444                        @PeterObi - we nonde give shishi..ATAWA🙆‍♂🤣🤣 #SpotifyWrapped #CyberMondayAmazon #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/RS9onTS3Ko
## 2445                                                                                              I predict my most played song will be sex, drugs, etc #SpotifyWrapped
## 2446                                                                                                      I predict my top artist will be @breakingbenj #SpotifyWrapped
## 2447                                                                                                       I predict my top artist will be [@MacMiller] #SpotifyWrapped
## 2448                                                                   I went through a number of phases this year. I’m confident my #SpotifyWrapped will be a toss-up.
## 2449                                                                                           I predict my most played song will be FAKE LOVE by BTS \n#SpotifyWrapped
## 2450                   My #SpotifyWrapped predictions 🤠\n\nTOP SONG: Wet Dream - Wet Leg\n\nTOP GENRE: rock? hope it's more specific, like 'gr… https://t.co/8YuC3vlhqm
## 2451                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n\n5 Minuten Harry Podcast
## 2452                                                                                                       I predict my top genre will be [Rap/Hip-Hop] #SpotifyWrapped
## 2453                           #SpotifyWrapped pls don’t come at me I had my gay awakening this year and I also had to change my life plans 62x https://t.co/gaSGW4SwxH
## 2454                                                                                                             I predict my top genre will be R&amp;B #SpotifyWrapped
## 2455                                                                         once again my most played song will be august or another Taylor swift song #SpotifyWrapped
## 2456                                                                                                      I predict my top podcast will be Distractible #SpotifyWrapped
## 2457                                                                                                             I predict my top artist will be Eminem #SpotifyWrapped
## 2458                                                                   I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n\nAlic Benjamin
## 2459                                                                                                            I predict my top artist will be Beyoncé #SpotifyWrapped
## 2460                                                                                                   I predict my most played song will be Brambleton #SpotifyWrapped
## 2461                                                                                      I predict my most played song will be Last Last - Burna Boy #SpotifyWrapped 😭
## 2462                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 2463                                    @elonmusk @Jason It’s time to rip the bandage off! #SpotifyWrapped #RedVelvet #CyberMonday #WorldCup2022 #Sasmos #Ukraine️ #Elon
## 2464                                                              I predict my most played song will be die for you by joji, I will lose it if it’s not #SpotifyWrapped
## 2465                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 2466                                                                          I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nIndi Pop
## 2467                                                                                                                                      WHERE'S MY #SpotifyWrapped!!?
## 2468                                                                                     I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped
## 2469                                                                                                        I predict my top artist will be $uicideboy$ #SpotifyWrapped
## 2470                                                                                                            I predict my top artist will be Weeekly #SpotifyWrapped
## 2471                                                                                                 I predict my top podcast will be [FUCK PODCASTS!!] #SpotifyWrapped
## 2472                                             i predict my most played song will be [i honestly have no idea i've been all over the place this year] #SpotifyWrapped
## 2473                                                            It feels like #SpotifyWrapped is coming soon in my playlist. What you think which is your top category.
## 2474                                                                                                           I predict my top artist will be [Alex G] #SpotifyWrapped
## 2475                                                                                             I predict my top genre will be Girl Group Kpop or Rock #SpotifyWrapped
## 2476                                                                                                 I predict my top podcast will be pipp’s podcast……. #SpotifyWrapped
## 2477                         @Sugababes @keisha_buchanan @Mutyabuena21 @siobhandonaghy Signed up ladies💜 #Sugababes #SpotifyWrapped #SpotifyUK… https://t.co/mKLTme70n5
## 2478                                                                                          I predict my most played song will be [ROS by @MacMiller] #SpotifyWrapped
## 2479                                                                                             I predict my top podcast will be firewhisky and honey  #SpotifyWrapped
## 2480                                                                                                         I predict my top genre will be [Idk lmfao] #SpotifyWrapped
## 2481                                                                                                           I predict my top artist will be twice 🫶🏼 #SpotifyWrapped
## 2482                       #SpotifyWrapped #spotifywrapped2022 guys taylor was a complete accident i’m sorry. i didn’t mean for it to happen i… https://t.co/zZUiDIDoK0
## 2483                                                                        I predict my top podcast will be hobbylos von @Julien_Bam und @rezomusik :D #SpotifyWrapped
## 2484                                                                                            and i predict my top artist will be my chemical romance #SpotifyWrapped
## 2485                                                                                                    I predict my top genre will be kpop bc of twice #SpotifyWrapped
## 2486                                                                                              I predict my most played song will be [Gnaw - Alex G] #SpotifyWrapped
## 2487                                                                                I predict my most played song will be "Fish in the water" - AKMU. 😁 #SpotifyWrapped
## 2488                                                                                         I predict my most played song will be Butterfly by Weeekly #SpotifyWrapped
## 2489                                                                             I predict my top podcast will be wholesome magic sweetheart from toh 😋 #SpotifyWrapped
## 2490                                                       I predict my most played song will be perfect world by twice or vicious by sabrina carpenter #SpotifyWrapped
## 2491                           This video really united Kenyans😂💔\nLeao\nPiers\nRonaldo\nUhuru Kenyatta\n#FIFAWorldCupQatar2022 \n#CyberMonday… https://t.co/xIp3uWbpeZ
## 2492                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2493                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2494                                                      I predict my most played song will be either the ghost of you, or boy division (both by mcr). #SpotifyWrapped
## 2495                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2496                                                                                                         I predict my top genre will be English pop #SpotifyWrapped
## 2497                                                       That's Hilarious by @charlieputh is definitely one of my top listened to tracks of 2022. \n\n#SpotifyWrapped
## 2498                                                                                                           I predict my top artist will be [Mitski] #SpotifyWrapped
## 2499                                        Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK
## 2500                                                                                                          I predict my top artist will be @DukiSSJ  #SpotifyWrapped
## 2501                                                                                  Can’t wait to see little mix being my top Artist 6 years in a row #SpotifyWrapped
## 2502                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 2503                                                                        Anyways, what's everyone's red carpet look for @Spotify 's #SpotifyWrapped . I wanna seeee👀
## 2504                                                                                                      I predict my top artist will be [the wrecks ] #SpotifyWrapped
## 2505                       I'm anxious for my #spotifywrapped this year... last year it was @theavettbros and I have a feeling this year its g… https://t.co/x4uHqPWcMG
## 2506                                                                                                          I predict my top genre will be [idk tbh ] #SpotifyWrapped
## 2507                                                                                   I predict my most played song will be some taylor swift song lol #SpotifyWrapped
## 2508                                                                                                          I predict my top genre will be kpop -duh🤪 #SpotifyWrapped
## 2509                   12 odds, all in. If your mind no go split the tickets.\n\nKindly DM for telegram link.\n\n#SpotifyWrapped  #NBA  #1xbet… https://t.co/bogp2445Bz
## 2510                                                      I predict my most played song will be probably like we fell in love in October by girl in red #SpotifyWrapped
## 2511                                                                                  I predict my most played song will be reflection, allegretto, you #SpotifyWrapped
## 2512                                                                                                       I predict my top artist will be TAYLOR SWIFT #SpotifyWrapped
## 2513                                                                                               I predict my top podcast will be Hogwarts Ambience 🤣 #SpotifyWrapped
## 2514                                                                                                             I predict my top artist will be Future #SpotifyWrapped
## 2515                                              I predict my most played song will be Miss You by Oliver Tree #SpotifyWrapped and it is entirely @JesseCannon's fault
## 2516                                                                                         I predict my most played song will be GUERRILLA by ATEEZ!! #SpotifyWrapped
## 2517                          I kinda have good taste 🤭don’t know why Taylor is their barely listen to her. #instafest #SpotifyWrapped #spotify https://t.co/yfQcHPhrpk
## 2518                                                                                I predict my most played song will be super freaky girl or smth idk #SpotifyWrapped
## 2519                                                              Do you welcome the arrival of this year's #SpotifyWrapped or do you fear what darkness it may unveil?
## 2520                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 2521                                                                                                              I predict my top artist will be #Zayn #SpotifyWrapped
## 2522                                                                                                              I predict my top genre will be [kpop] #SpotifyWrapped
## 2523                                                                                                          I predict my top artist will be Pop Smoke #SpotifyWrapped
## 2524                                                                       I predict my top artist will be Sopor Aeternus &amp; The Ensemble of Shadows #SpotifyWrapped
## 2525                                                                                                            OmiFest 2023 !! #SpotifyWrapped https://t.co/4kK6QMKDep
## 2526                                    CkashOut x Dthang Drowz     #AFF #Trending   #NewVideoAlert #crunchgang #foryourpage #Formula1 #iTunes… https://t.co/RrqAZQOyAx
## 2527                                                                                 I predict my top artist will be @halsey #SpotifyWrapped hoping to be in the top 1%
## 2528                                                                              I predict my most played song will be Armed and Dangerous by King Von #SpotifyWrapped
## 2529                                                                                     Maybe tomorrow will be the day that #SpotifyWrapped drops...\nI live in hope 😬
## 2530                                                        My 2022 was full of Kara Swisher pods and pop jams. Prove me wrong, #SpotifyWrapped https://t.co/n0wF1gzpA7
## 2531                       I predict my #SpotifyWrapped will have plenty of Rome Streetz. Some Action Bronson and Roc Marciano in there. I’m p… https://t.co/zYX5mAWb3T
## 2532                                                                                    I predict my most played song will be Only the Dead in the Mist #SpotifyWrapped
## 2533                                                                                              I predict my top artist will be @OfficialSteps (Duh)  #SpotifyWrapped
## 2534                                                                                                        I predict my top podcast will be [Edeltalk] #SpotifyWrapped
## 2535                       *💞💞💞LIFE IS SWEET WHEN YOU UNDERSTAND THE SECRET TO CREATE WEALTH, THE SECRET HAS BEEN UNVEILED...MAKE A GREAT DECI… https://t.co/URegw0i7Aa
## 2536                                    Me pretending to be surprised when I see that my #SpotifyWrapped is literally written by @SofiaCarson 🫠 https://t.co/JMW9dc8Bt8
## 2537                                                                                                 I predict my most played song will be off the grid #SpotifyWrapped
## 2538                                             I get more excited about Spotify wrapped than my birthday and I pretty much know what will be on it 😭😭 #SpotifyWrapped
## 2539                                                                                 I predict my most played song will be Let you down by @nfrealmusic #SpotifyWrapped
## 2540                                                                                     I predict my most played song will be The Tradition by @halsey #SpotifyWrapped
## 2541                                                                                             I predict my top genre will be [trance] #SpotifyWrapped \n\nno contest
## 2542                                              me pretending to be shocked when i find out bts are my most streamed artists #SpotifyWrapped  https://t.co/YVnAnIhtHA
## 2543                       I predict my most played song will be [Rick Ashley - Never Gona Give You Up] (because people use it for rickrolling… https://t.co/Uz2aScusor
## 2544                                                                                              I predict my top artist will be Steam Powered Giraffe #SpotifyWrapped
## 2545                                                                                                             I predict my top artist is @FabvLMusic #SpotifyWrapped
## 2546                                                      bts when they find out they’re my number one artists on spotify again #SpotifyWrapped https://t.co/VQ8BJgNOGg
## 2547                    my #SpotifyWrapped predictions\ntop song: end of beginning by Djo\ntop artist: Taylor Swift\ntop podcast: Off Menu (so… https://t.co/a2zrllOSRt
## 2548                                                                                                          I predict my top podcast will be BANTER!! #SpotifyWrapped
## 2549                        #SpotifyWrapped trends as @Spotify begins to tease its 2022 roll out 👏Essentially this is your warning to go ahead… https://t.co/9weUDRPojN
## 2550                          Wedding ❣️❣️ photography \nInbox me for photo editing \n \n#lightroom #editing #SpotifyWrapped #RedVelvet #Twitter… https://t.co/AfT7K4smQf
## 2551                           May as well get another listen of @bearmccreary 's #RingsofPower soundtrack before #SpotifyWrapped is out! It's gonna number one anyway!
## 2552                                                                                                  VEM LOGO SPOTIFY WRAPPED nao aguento mais esperar #SpotifyWrapped
## 2553                                                                                                   I predict my top artist will be Harry styles ofc #SpotifyWrapped
## 2554                                                                                                        I predict my top genre will be pop for sure #SpotifyWrapped
## 2555                                   I predict my most played song will be the moans of johnny joestar getting finger blasted so hard he sets himself #SpotifyWrapped
## 2556                   🔥 ALL CYBER MONDAY DEALS HERE! 🔥\n👉👉 https://t.co/Fh38MdY9Yl\n✅ I earn from qualifying purchases.\n• Promo codes, if a… https://t.co/97nf4lGLNl
## 2557                                                                                                  I predict my most played song will be as it was 🧐 #SpotifyWrapped
## 2558                                                                    I predict my most played song will be coast - hailee steinfeld fr anderson paak #SpotifyWrapped
## 2559                        *AM NOT HERE TO CONVINCE ANYONE TO BELIEVE MY GAMES..  I CAN'T FORCE YOU TO MAKE MONEY...  I DON'T DO PAY AFTER OR… https://t.co/dA1qHPYvDJ
## 2560                                                                                                      I predict my top artist will be @trixiemattel #SpotifyWrapped
## 2561                                                                                        I predict my top genre will be POP. Hands down. No question #SpotifyWrapped
## 2562                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  mmmmmm i think its a… https://t.co/sI0GAmEfnv
## 2563                                                                                                      I predict my top artist will  be harry styles #SpotifyWrapped
## 2564                                                                                                              I predict my top artist will be [Djo] #SpotifyWrapped
## 2565                                                                                      I predict my most played song will be ["Tissues" by YUNGBLUD] #SpotifyWrapped
## 2566                                                                                                           I predict my top genre will be genre pop #SpotifyWrapped
## 2567                                            distance yourself for awhile and you will realize a lot \n\n#FIFAWorldCupQatar2022 #SpotifyWrapped \n#CyberMondayAmazon
## 2568                                                                                        I predict my most played song will be [Everyday by Sofaygo] #SpotifyWrapped
## 2569                                                                                   I predict my most played song will be anything from harrys house #SpotifyWrapped
## 2570                                                                                                          I predict my top artist will be glee cast #SpotifyWrapped
## 2571                                                       Getting ready to blame my music choices on my daughter. That's what she's there for, right?  #SpotifyWrapped
## 2572                                                                                                               I predict my top genre will be k-pop #SpotifyWrapped
## 2573                                                                       I predict my top podcast will be “The Read” hosted by Kid Fury &amp; Crissle #SpotifyWrapped
## 2574                                                                                                        I predict my top artist will be Addison Rae #SpotifyWrapped
## 2575                 Application fee waiver Good luck \n.\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #YasakElma #乌鲁木齐… https://t.co/kozxXzs9gi
## 2576                                                                                           I predict my most played song will be wa da da by kepler #SpotifyWrapped
## 2577                                                                                   I predict my most played song will be [whole lotta Money remix ] #SpotifyWrapped
## 2578                                                                                                           I predict my top genre will be Dream SMP #SpotifyWrapped
## 2579                                                                                        I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 2580                                                                             I predict my most played song will be sabbath school by Devon hendicks #SpotifyWrapped
## 2581                                                                                      I predict my most played song will be  Big City Life by Luude #SpotifyWrapped
## 2582                              New Vid Up Now‼️\nLink Below⬇️⬇️⬇️⬇️\n\n(https://t.co/rKn5R3AeyS) \n\n#lilgotit #atl #atlanta #hoodbaby #youtuber… https://t.co/Usou7yoruc
## 2583                                                                                                                 I predict my top genre will be POP #SpotifyWrapped
## 2584                                                                                                I predict my most played song will be Hello by OMFG #SpotifyWrapped
## 2585                       I predict my most played song will be Sleepwalking by All Time Low cause there's no way it's in the 30s of my top 5… https://t.co/zOTKWYZD76
## 2586                                                             I predict my most played song will be “Lover, You Should’ve Come Over” by Jeff Buckley #SpotifyWrapped
## 2587                                                                                           I predict my top podcast will be [lions lead by donkeys] #SpotifyWrapped
## 2588                                                                                                          I predict my top podcast will be PAUL POD #SpotifyWrapped
## 2589                                                     I predict my most played song will be aikido neurotic/erotic or suburbia overture by will wood #SpotifyWrapped
## 2590                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped pretty basic
## 2591                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2592                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nessa Barrett
## 2593                                  Can we normalize paying a bill as a Christmas gift instead of gift sets nobody gone use? #MerryChristmas… https://t.co/tg232kfClz
## 2594                                                                                       I predict my top artist will be taylor swift without a doubt #SpotifyWrapped
## 2595                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop
## 2596                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 2597                               This is a safe space 🤫 — who will be your top 3 artists of 2022? Drop a comment below 👇🏾 \n\n#SpotifyWrapped https://t.co/X4QBbd57yJ
## 2598                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 2599                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped to hot to cry by Nessa Barrett
## 2600                                          Will the #SpotifyWrapped guesses of Oshoala and Geyse be as good as their dance moves? 💃 #shorts… https://t.co/ddGOVBhUOi
## 2601                                                                                 I predict my most played song will be keep driving by harry styles #SpotifyWrapped
## 2602                                                                                                              I predict my top genre will be [kpop] #SpotifyWrapped
## 2603                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2604                                                                                                 I predict my most played song will be [Stay Alive] #SpotifyWrapped
## 2605                                                           My #SpotifyWrapped will most likely be a chaos of different songs and genres that don’t match in any way
## 2606                                                                                                       I predict my top podcast will be @AGpodcast  #SpotifyWrapped
## 2607                              the only data i got from spotify is that i listened to speak by jhené aiko 143,721 times and i'm on a watch list now  #SpotifyWrapped
## 2608                                                                                                             I predict my top artist will be Eminem #SpotifyWrapped
## 2609                       I wish you a Merry Christmas. This is coming from Life Family Money a clothing brand and musical production company… https://t.co/ObjXwPYnan
## 2610                                                                                                I predict my most played song will be Re-harmonize. #SpotifyWrapped
## 2611                      Portugal 2-0 Uruguay\n🔥🔥🔥🔥\nPortugal won congratulations 👏👏👏👏👏\nUnbelievable Portugal team strength back 🔥🔥🔥\n#goals… https://t.co/vKXTDxZGNi
## 2612                                                                                             I predict my top genre will be I swear if it’s dnb 🤧🤧🤧 #SpotifyWrapped
## 2613                      I predict my most played song will be BEST INTEREST BY TYLER THE CREATOR #SpotifyWrapped \nYALL DONT FUCKING KNOW HOW MUCH I LOVE THIS SINGLE
## 2614                                                                                    I predict my most played song will be dangerous by madison beer #SpotifyWrapped
## 2615                        Newly dropped Bad boy intro on audiomack by Larish #SpotifyWrapped #ASUUstrike #CyberMonday #FIFAWorldCupQatar2022… https://t.co/1D0YGGEsRk
## 2616                                                                                                  I predict my top artist will be Harry Styles 100% #SpotifyWrapped
## 2617                       I would go to this concert...I would pay premium for this concert! 🥹🥹 You can't beat the "soothing piano classics f… https://t.co/7ALQMCg3kw
## 2618                                                                                                   I predict my top artist will be @machinegunkelly #SpotifyWrapped
## 2619                                                                  I predict my most played song will be [Bryson Tiller - Timeless Interlude Pt. II] #SpotifyWrapped
## 2620                                                                                 I predict my most played song will be One More Year by @tameimpala #SpotifyWrapped
## 2621                                                                                                             I predict my top genre will be hip-hop #SpotifyWrapped
## 2622                                                                            I predict my most played song will be As It Was by King @Harry_Styles ❤️ #SpotifyWrapped
## 2623                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 2624                                                                                                            I predict my top artist will be [TWICE] #SpotifyWrapped
## 2625                                                             Self portraits are the best #SpotifyWrapped #RedVelvet #乌鲁木齐 #WorldCup2022 https://t.co/krpi5Rrn1G
## 2626                                                         #SpotifyWrapped tells you WAY more about the people you might be interested in than their therapist could.
## 2627                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 2628                                                                                      I predict my most played song will be Megalovania by a mile.  #SpotifyWrapped
## 2629                                                                                    I predict my most played song will be [https://t.co/oN1Ipehsp8] #SpotifyWrapped
## 2630                                                                                                   I predict my top artist will be [@taylorswift13] #SpotifyWrapped
## 2631                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped vylet pony
## 2632                                                                                                     I predict my top artist will be @tameimpala ❤️  #SpotifyWrapped
## 2633                                                                                              imb a spotify cat, i;ll poste mine #SpotifyWrapped for every1 to see!
## 2634                                                                                              I predict my most played song will be Arose by eminem #SpotifyWrapped
## 2635                              Awesome activities..\n#FIFAWorldCupQatar2022\n#คุณชายตอนจบ\n#FIFAWorldCup\n#البرازيل_ِسويسرا\n#kudus\n#Ukraine️… https://t.co/qLfAxZcGqX
## 2636                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2637                                                                                                        I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 2638                                                                                                  I predict my most played song will be Coconut Rum #SpotifyWrapped
## 2639                         currently missing this handsome man 🥹🥹 #SpotifyWrapped #CyberMonday #ENHYPEN #ENHYPEN_SUNGHOON #SUNGHOON #Chicago… https://t.co/aCFbqPYtS9
## 2640                                                                                           I predict my top podcast will be [the conversation cast] #SpotifyWrapped
## 2641                              "Caress" Out Now on All Major Platforms! @ItsBMcKnight @Usher\n@jtimberlake @foxsoultv @Pharrell\n@Timbaland… https://t.co/J1tmT9EtMV
## 2642                                                                                                       I predict my top artist will be [the smiths] #SpotifyWrapped
## 2643                                                                                          I predict my most played song will be HENTAI - by Rosalia #SpotifyWrapped
## 2644                                                             and when my most streamed song turns out to be "brown noise for deep sleep" then what\n#SpotifyWrapped
## 2645                                                                 I predict my most played song will be Don’t You Worry Child by Swedish House Mafia #SpotifyWrapped
## 2646                                                                                                         I predict my top genre will be [indie pop] #SpotifyWrapped
## 2647                                                                                                I predict my top podcast will be [ART OF MANLINESS] #SpotifyWrapped
## 2648                                                                                   I predict my most played song will be Alien Superstar by Beyoncé #SpotifyWrapped
## 2649                                                                                  This is really tiding me over until #SpotifyWrapped time! https://t.co/BVZtwVc30L
## 2650                                                                                        I predict my most played song will be [pretty when you cry] #SpotifyWrapped
## 2651                                          I predict my most played song will be “Thinking too much” by @MARCEBASSY  #SpotifyWrapped\n\nIf it’s not, I don’t want it
## 2652                                                                             I predict my most played song will be [heaven knows I’m miserable now] #SpotifyWrapped
## 2653                                                                                                 #SpotifyWrapped trying real hard to make us forget about Joe Rogan
## 2654                                                                                              I predict my top artist will be lemon demon or mitski #SpotifyWrapped
## 2655                                                                                            I predict my most played song will be Stop it Now - SF9 #SpotifyWrapped
## 2656                       I predict my top artist will be Red Hot Chili Peppers and if it's not I don't know what I've been doing for the las… https://t.co/wZYfutiEQj
## 2657                                       Forget about Spotify wrapped,show me your Spotify instafest\n#SpotifyWrapped \n#Spotify \n#instafest https://t.co/WYkoXZvBRx
## 2658                                                                      I predict my top artist will be rina sawayama like it is literally every year #SpotifyWrapped
## 2659                       @Accurate_slip Good evening Hilary bet.. I am happy to post that you bless my husband with this you game.. I have t… https://t.co/JlxNy7KHb0
## 2660                                                                                                @Spotify PLEASE I CANT WAIT #SpotifyWrapped https://t.co/4m1CqVwFlg
## 2661                                      I’m thinking about starting an app for pure bloods …. It’ll be called “unvaxxodated” #SpotifyWrapped… https://t.co/iKKmDg91D6
## 2662                                                                                       I predict my most played song will be Enter One by Sol Seppy #SpotifyWrapped
## 2663                                                                                                       my top artist for #SpotifyWrapped is definitely taylor swift
## 2664                                                                                                         I predict my top artist will be [BabyTron] #SpotifyWrapped
## 2665                                                                                                         I predict my top genre will be [AFROBEATS] #SpotifyWrapped
## 2666                                                                                                      I predict my top genre will be pop probs tbh  #SpotifyWrapped
## 2667                                                                                                                                $ucideboy$ for sure #SpotifyWrapped
## 2668                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped LOUIS FUCKIN TOMLINSON FS
## 2669                                                                                                 Heavenly....😍 #SpotifyWrapped #CyberMonday https://t.co/roylAJTNME
## 2670                                                                                                      Tbh I cannot wait to see how my #SpotifyWrapped looks like 😳👀
## 2671                                                          Always the bridesmaid #oaklandathletics #SpotifyWrapped #agameoffailure #baseball https://t.co/d51PXSvJBB
## 2672                                                                                                         I predict my top artist will be Sweet Trip #SpotifyWrapped
## 2673                My Top 5 off MLLE 💜💜🦅🦅\n\n1:—Plenty Loving 💜\n2:—Pressure 🤞🏿💜\n3:—Deep 🫶🏿💜\n4:—Everyday 🤘🏿💜\n5:—Balance 🤟🏿💜\nAnd a sprinkl… https://t.co/zeYK8wdlbZ
## 2674                                                                            I predict my most played song will be Santa Monica by The Front Bottoms #SpotifyWrapped
## 2675                                                                                                    I predict my top artist will be... Taylor Swift #SpotifyWrapped
## 2676                                                                                              I predict my most played song will be frankenstein!!! #SpotifyWrapped
## 2677                                                                                                    I predict my top genre will be Alternative Rock #SpotifyWrapped
## 2678                                                                                                              I predict my top genre will be... pop #SpotifyWrapped
## 2679                                                                              Poets do your thing \n#SpotifyWrapped \n#poetrylovers \n#poet https://t.co/YGky6J6P2x
## 2680                                                                            While we're waiting for #SpotifyWrapped, here's my #Spotifyfest https://t.co/10xIj2kucz
## 2681                                                                                         I predict my top artist will be Jane Remover or brakence.\n#SpotifyWrapped
## 2682                                                I predict my most played song will be the song that makes my phone overheat #SpotifyWrapped https://t.co/HmcgsWRzw4
## 2683                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2684                                                                                            I predict my most played song will be Sweet Trip - Milk #SpotifyWrapped
## 2685                                                                                                           I predict my top artist will be [FUTURE] #SpotifyWrapped
## 2686                                                                                                I predict my most played song will be... Bejewled\n #SpotifyWrapped
## 2687                 #Portugal &amp; @Cristiano are in the Last 16 of the #FIFAWorldCupQatar2022 😀.\n\nThey won't play Brazil (My WISH) 🙏🏽. Th… https://t.co/IWgi8ENE7H
## 2688                                                                                                 I predict my top artist will be Tyler The Creator  #SpotifyWrapped
## 2689                                                                    I predict my top podcast will be the one and ONLY [Ang Walang Kwentang Podcast] #SpotifyWrapped
## 2690                    A brief explanation &amp; recommendation of Door Step Health Care by Mr Anwar Khan. \n#nationalincubationcenter #kohat… https://t.co/CJXyORlBVB
## 2691                                                                                  I predict my most played song will be [Tomorrow by Shakey Graves] #SpotifyWrapped
## 2692                                                    I predict my most played song will be either Kazad-dum, I'll Be Right Back, or The Presses Roll #SpotifyWrapped
## 2693                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 2694                        Imma be honest with ya'll, the only reason i didn’t kill myself this month is cuz im waiting for #SpotifyWrapped 😐… https://t.co/tgx2RObM9E
## 2695                                                                                                    I predict my most played song will be Wusyaname #SpotifyWrapped
## 2696                                                                                          I predict my most played song will be [All about You ???] #SpotifyWrapped
## 2697                                                                                  I predict my most played song will be [The Garden - Freight Yard] #SpotifyWrapped
## 2698                                 @Cristiano stretche your hair for the next game 😂😂\n\n#CristianoRonaldo \n#messi \n#FIFAWorldCupQatar2022… https://t.co/kETAm8JYmb
## 2699                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2700                                                                                                                                   #SpotifyWrapped is when and soon
## 2701                     @BitcoinMagazine Listen to Aden Masei.mp3, a playlist by SoundCloud on #SoundCloud\nhttps://t.co/stRnlZonFJ\nAden Mas… https://t.co/DhwCF21zTi
## 2702                                                                       #SpotifyWrapped\ncan't wait to see how kpop just dominates my list for the 6th year in a row
## 2703                                                                                             bouta be so CONFUSED! if my #SpotifyWrapped top artist is not Kid Cudi
## 2704                                                             #insertshockedface when my top artist is @taylorswift13 AGAIN  #SpotifyWrapped https://t.co/9r3vysxnc0
## 2705                                                                            I predict my most played song will be Cheer Up Baby - Eli Brown Remix\n #SpotifyWrapped
## 2706                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 2707                                                                                                I predict my most played song will be Lavender Haze #SpotifyWrapped
## 2708                                                                                    I predict my most played song will be night shift da lucy dacus #SpotifyWrapped
## 2709                                                                                                  my #SpotifyWrapped is going to be the exact same as last yr sorry
## 2710                                                                               like girl.. we knew what was coming #shocked #spotifywrapped https://t.co/BUlfQwVYyI
## 2711                                                                                                       I predict my top artist will be Juan Gabriel #SpotifyWrapped
## 2712                         Today is my birthday!! Can y’all help me get @selenagomez to see this 🥺❤️ #SelenaGomez #SpotifyWrapped #MyMindAndMe https://t.co/P8vsPJba6J
## 2713                                                                                                                                              #SpotifyWrapped music
## 2714                    Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/vJCQnPkajn
## 2715                                                                             I predict my top artist will be [King Gizzard &amp; the Lizard Wizard] #SpotifyWrapped
## 2716                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2717                           I will build a high-converting #landing page, #website for your business. You need one right ??\nGet one 👇👇here… https://t.co/0t2vqzvNgy
## 2718                                                                                   my #SpotifyWrapped is really gonna call me out this year https://t.co/U3NL7HwTmq
## 2719                                                                                                          PLEASE I  NEED IT #SpotifyWrapped https://t.co/vSINvfigZM
## 2720                                                                                                      I predict my top podcast will be @RDLNoficial #SpotifyWrapped
## 2721                        I predict my most played song will be 100% C'mon By 2 Mello. Been binging This Year I Lose My Mind and it's my fav… https://t.co/QhfzyfG8xj
## 2722                        Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/H2Hb00UGn7
## 2723                                                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 2724                                                                                                         I predict my top artist will be Juice WRLD #SpotifyWrapped
## 2725                                                                                                       I predict my top genre will be kpop and soul #SpotifyWrapped
## 2726                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2727                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nhttps://t.co/kSqroaKytx
## 2728                                               Predicciones de #SpotifyWrapped :\n\n1 the smiths\n2 Kanye\n3 Bring me the horizon \n4 foo fighters\n5 Artic monkeys
## 2729                                                 I predict my most played song will be "It's getting bad again" by Ethan Jewell or something by TS. #SpotifyWrapped
## 2730                                                                              I predict my most played song will be As It Was o alguna de Bad Bunny #SpotifyWrapped
## 2731                       if the #ticktickboom soundtrack isn't on my spotify playlist and andrew garfield not one of my most listened to art… https://t.co/rqoY6gFqEs
## 2732                                                                                                   I predict my top artist will be Lana Del Rey ✨🦋🌸#SpotifyWrapped
## 2733                 Who said it? November 28 \n•\n•\n•\n•\n•\n#motivation #quotes #quoteoftheday #inspiration #success #motivational #mindset… https://t.co/oX1No0cUIl
## 2734                                                                                                       I predict my top podcast will be[Mouthfools] #SpotifyWrapped
## 2735                                                                                I predict my most played song will be Come Hang Out by @AJRBrothers #SpotifyWrapped
## 2736                                       Follow us @Team_K_eSports \n#harrystylesperu #SpotifyWrapped #CyberMondayAmazon #Qatar2022 #ล็อคกี้แฟน… https://t.co/ZbFKVuWaan
## 2737                                                                  I predict my top podcast will be  that’s a no brainer it will be “History Daily”  #SpotifyWrapped
## 2738                                                                          I predict my top artist will be Kid cudi #SpotifyWrapped @KiDCuDi https://t.co/EDLvPZjxD9
## 2739                       Silly question… how did @Twitter verify @artsymonke before @opensea? Even while it’s burning, they’re faster than O… https://t.co/Kk4wPI1GGR
## 2740                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 2741                                                                                                          I predict my top artist will be @GreenDay #SpotifyWrapped
## 2742                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2743                                              If @LilNasX ain't my No.1 artist in my #SpotifyWrapped I'm gonna be confused and disappointed https://t.co/6kxyh0Apo0
## 2744                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 2745                                                                                            I predict my most played song will be [Paradise by BTS] #SpotifyWrapped
## 2746                                                                           my most played song will be.... please tell me it wont be the smiths one #SpotifyWrapped
## 2747                                                                                               I predict my top podcast will be @LasCulturistas duh #SpotifyWrapped
## 2748                    Hire us for academic writing.\nUse a professional writing service in:\n#Econometrics\n#Music\n#Anatomy\n#English\n#Art… https://t.co/oSjqlfTD7e
## 2749                        Really disappointed in the customer service from @Mango don’t seem to want to know when it comes to complaints bit… https://t.co/12SzX9wqaB
## 2750                                                                                                     I predict my top artist will be @FirsttoEleven #SpotifyWrapped
## 2751                                                                                                         I predict my top artist will be The Weeknd #SpotifyWrapped
## 2752                                                                         I predict my most played song will be We Got The Moves by Electric Callboy #SpotifyWrapped
## 2753                                                                                                     I predict my top podcast will be @LeBatardShow #SpotifyWrapped
## 2754                                                                                                  I predict my top artist will be @whereisMUNA !!!! #SpotifyWrapped
## 2755                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 2756                                                                                                              I predict my top artist will be [NCT] #SpotifyWrapped
## 2757                                                                               I predict my most played song will be definitely from @taylorswift13 #SpotifyWrapped
## 2758                                                                                                    I predict my top artist will be [SEVENTEEN!!!!] #SpotifyWrapped
## 2759                                                                     I predict my top artist will be either Megan Thee Stallion or another hot girl #SpotifyWrapped
## 2760                                                                                            I predict my top podcast will be the @tryguys’ #TryPod. #SpotifyWrapped
## 2761                                                                         my #SpotifyWrapped these past few years 🫶 b4 the new one comes out https://t.co/N81d3Luyad
## 2762                                                                        @joerogan I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 2763                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 2764                                                                                         I predict my top genre will be Sleep and Meditation Music  #SpotifyWrapped
## 2765                                                                                                       I predict my top artist will be @IVEstarship #SpotifyWrapped
## 2766                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 2767                                                                                              oh lmao btw this is for my top artist predictions for #SpotifyWrapped
## 2768                                                                                            I predict my most played song will be [spider by HOSHI] #SpotifyWrapped
## 2769                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nI already know it’s gone be \n“… https://t.co/G5X5Svqgni
## 2770                                                                                                         I predict my top artist will be @gorillaz. #SpotifyWrapped
## 2771                                                                   I predict my most played song will be It’s Corn… or White Noise Binaural Beats 🫠 #SpotifyWrapped
## 2772                                                                                     I predict my most played song will be DON'T DANCE by @amberliu #SpotifyWrapped
## 2773                          Yeah, no, I'd go to all of these days, lol\n\nthe headliners (all bangers btw) are probably a glimpse of what my… https://t.co/oEUK5ayJvt
## 2774                                                                                                       I predict my top genre will be Kpop for sure #SpotifyWrapped
## 2775                                                                                                              I predict my top genre will be [KPOP] #SpotifyWrapped
## 2776                                                                                                            I predict my top genre will be 80s rock #SpotifyWrapped
## 2777                                                                                     I predict my most played song will be “Eleven” by @IVEstarship #SpotifyWrapped
## 2778                       My top podcast is hands down going to be #SmallDoses by @amandaseales The way Amanda uses her platform to amplify a… https://t.co/t9fwTq1Fwe
## 2779                                                                                                   I predict my top genre will be alternative rock. #SpotifyWrapped
## 2780                                                                                                 I predict my top artist will be twenty one pilots  #SpotifyWrapped
## 2781                                                                                                              I predict my top artist will be oasis #SpotifyWrapped
## 2782                                                                            I predict my top podcast will be Murdaugh Murders Podcast #SpotifyWrapped\n@MandyMatney
## 2783                                                                                     no #SpotifyWrapped for me, more like youtube premium 😂 https://t.co/AuBCAWGzn7
## 2784                                                                                                   I predict my top artist will be Mori Calliope !! #SpotifyWrapped
## 2785                                                                                                       I predict my top artist will be SF9 or Twice #SpotifyWrapped
## 2786                                                                                                 I predict my top artist will be @thisismaneskin \n #SpotifyWrapped
## 2787                                                               I predict my most played song will be something by @RuPaul or by @Kesha not sure tho #SpotifyWrapped
## 2788                                                                                          I predict my most played song will be “5/4” by @gorillaz. #SpotifyWrapped
## 2789                                                                                                          I predict my top genre will be pop / rock #SpotifyWrapped
## 2790                                                                    I predict my most played song will be [ASAKE - NZAZA or YOUNG JONN - XTRACOOL ] #SpotifyWrapped
## 2791                       Do you know for every 1000 New York City residents, 4 are #Shopify #dropshipping business owners? To get your Shopi… https://t.co/ohu0GoKhKF
## 2792                                                                                      I predict my most played song will be borders990 by @snuffles #SpotifyWrapped
## 2793                                                                                                         I predict my top genre will be Dream SMP ☠️ #SpotifyWrapped
## 2794                                                                                                                #SpotifyWrapped , so proud! https://t.co/RsPa3kzrd5
## 2795                                                                                          I predict my most played song will be [Bambi by Baekhyun] #SpotifyWrapped
## 2796                                                                                   I predict my most played song will be boys don’t cry by the cure #SpotifyWrapped
## 2797                                                                                             I predict my most played song will be fwb by @brakence #SpotifyWrapped
## 2798                                                                                                       I predict my most played song will be mememe #SpotifyWrapped
## 2799                                                                                                       I predict my top podcast will be Fair Enough #SpotifyWrapped
## 2800                       I predict my most played song will be either Running Up That Hill by Kate Bush, At The End of The Day by Wallows, S… https://t.co/lgGU0MntxA
## 2801                                                                                                           I predict my top artist will be Cavetown #SpotifyWrapped
## 2802                                                                                                              I predict my top artist will be Adele #SpotifyWrapped
## 2803                                                         I predict my top podcast will be #Archetypes 🎧. #ArchetypesWithMeghan #ArchetypesOnSpotify #SpotifyWrapped
## 2804                                                                                                  I predict my top artist will be The Front Bottoms #SpotifyWrapped
## 2805                                                                                                  I predict my top podcast will be @DivagandoPodcas #SpotifyWrapped
## 2806                                                                                I predict my most played song will be Set Fire To The Rain By Adele #SpotifyWrapped
## 2807                                                                                          I predict my top podcast will be [the alive 2021 podcast] #SpotifyWrapped
## 2808                                                                                                     I predict my top podcast will be Ear Biscuits  #SpotifyWrapped
## 2809                                                                                                  I predict my most played song will be [As It Was] #SpotifyWrapped
## 2810                               Guys what the fuck am I supposed to do in this situation \n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 https://t.co/6eEe78aJcO
## 2811                                                                          I predict my most played song will be provenza o motomami o lavender haze #SpotifyWrapped
## 2812                      Bruno Fernandes having fun at the #FIFAWorldCupQatar2022 . Now has 2 goals and 2 Assist. 👏💥\n\n#SpotifyWrapped Shame… https://t.co/KCnkM7eCLP
## 2813                                                                                                My #SpotifyWrapped predictions #TaylorSwift https://t.co/9DSfEPeCL3
## 2814                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 2815                                                                                                        I predict my top artist will be [daft punk] #SpotifyWrapped
## 2816                                   For the 5th year in a row, I know Somnus is gonna be on there. It’s my zoning out and/or crying music of choice  #SpotifyWrapped
## 2817                                    I predict my most played song will be [fill in top song prediction] #SpotifyWrapped most definitely gonna be world by seventeen
## 2818                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 2819                                                                                                         I predict my top artist will be mac miller #SpotifyWrapped
## 2820                                            I predict my top artist will be Slipknot - w honorable mentions of bring me the horizon and limp bizkit #SpotifyWrapped
## 2821                                                                                                 I predict my top podcast will be WHITE NOISE LAB 😭 #SpotifyWrapped
## 2822                                                                                                               I predict my top genre will be [RAP] #SpotifyWrapped
## 2823                                                                                binging the hell out of @mreemusic so that she shows up in my #SpotifyWrapped 😭🤞🏼🤞🏼
## 2824                                                                                                                I’m so exited for my #SpotifyWrapped this year! ⭐️🤍
## 2825                                                   I predict my most played song will be  a @cametek, @LivingTombstone, or @nelward64 song probably #SpotifyWrapped
## 2826                                                                                                        I predict my top podcast will be [ Banter ] #SpotifyWrapped
## 2827                                                                            somehow spotify has gamified article 15 of the GDPR and it's incredible #SpotifyWrapped
## 2828                                                                                 I predict my most played song will be [short circuit/face to face] #SpotifyWrapped
## 2829                                                                             I predict my most played song will be Doritos &amp; Fritos by 100 Gecs #SpotifyWrapped
## 2830                                                                               @SpotifyAfrica #SpotifyWrapped my top 5\n\nRick Ross\nJ Cole\nKanye\nKendrick\nJay Z
## 2831                                                                                                             I predict my top artist will be ALEX G #SpotifyWrapped
## 2832                                                                                                        I predict my top artist will be @GorgonCity #SpotifyWrapped
## 2833                                                                                                          I predict my top genre will be SOUNDTRACK #SpotifyWrapped
## 2834                                                                                                              I predict my top artist will be Drake #SpotifyWrapped
## 2835                             I’m live again. Had some Home stuff I had to deal with! Come watch me play some apex! https://t.co/ZTfJS0RC1T… https://t.co/iVn5vmdAE4
## 2836                                                                        I predict my most played song will be GLITCH MODEEE #SpotifyWrapped https://t.co/EpRhzqkttM
## 2837                                                                       Do you think America is more broken now or when Kennedy got shot ?\n#History #SpotifyWrapped
## 2838                                                                                                I predict my top artist will be Taylor Swift (obvs) #SpotifyWrapped
## 2839                                           I predict my top artist will be... Actually I alreay know that because of stat apps: Phoenix, currently. #SpotifyWrapped
## 2840                                                                                                cant wait for my #SpotifyWrapped hope theyll drop it on thursday 😩😩
## 2841                                                                                                           I predict my top artist will be Ashnikko #SpotifyWrapped
## 2842                                                   I predict my most played song will be Bad Idea from Waitress the Musical (idk why,, i just know) #SpotifyWrapped
## 2843                                                                                             I predict my most played song will be RUNNER by Alex G #SpotifyWrapped
## 2844                                                                                             I predict my top podcast will be Welcome To Nightvale  #SpotifyWrapped
## 2845                       I don’t typically use Spotify. I’ve been using Apple Music primarily since 2015, but this is what it picked up. Not… https://t.co/ZJh6mkpGs5
## 2846                                                                                                      I predict my top podcast will be @talkingdead #SpotifyWrapped
## 2847                                                                                               I predict my most played song will be [Friday Night] #SpotifyWrapped
## 2848                                                             I predict my top podcast will be @Ladies_Tangents  cus it’s the only one I listen too! #SpotifyWrapped
## 2849                                                                                                 I predict my top artist will be sicuramente Taylor #SpotifyWrapped
## 2850                                                                                                           I predict my top artist will be yungblud #SpotifyWrapped
## 2851                                                                                            Is the one time of the year I regret having apple music #SpotifyWrapped
## 2852                                                                                                          I predict my top artist will be Ice Spice #SpotifyWrapped
## 2853                                                                                         I predict my most played song will be Hula Hoop by Loona 🥺 #SpotifyWrapped
## 2854                                                                                                                #SpotifyWrapped predictions https://t.co/KBKwElVMLo
## 2855                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 2856                                                                                                            I predict my top genre will be Pop punk #SpotifyWrapped
## 2857                          A+ assured in your assignment(s).\nWe guarantee quality work and original content in:\n#Philosophy\n#Music\n#Law… https://t.co/jyJSqvkCEM
## 2858                   Brazil 1-0 Switzerland\n\n Casemiro seals qualification with his late wonder goal\n\n#SpotifyWrapped #CyberMondayAmazon… https://t.co/aILhcR48Uf
## 2859                                                                                                           I predict my top genre will be REGGAETON #SpotifyWrapped
## 2860                                   Xmas Time With You 🎶🎶🎶 For your Christmas Playlists! https://t.co/widOd6uDiw\n#christmas2022 #Christmas… https://t.co/sTcmEy41PB
## 2861                                                                                           I predict my most played song will be parents - Yungblud #SpotifyWrapped
## 2862                                                                                              I predict my most played song will be Something DSMP… #SpotifyWrapped
## 2863                                                                              Which one would you attend? #SpotifyWrapped #faouzia @faouzia https://t.co/pYyI2QtUMB
## 2864                                                                                                       I predict my most played song will be HEATED #SpotifyWrapped
## 2865                                                                                  now what if we get #SpotifyWrapped n billie 6th vanity fair in the same dayyy! :o
## 2866                     The soul that has no fixed goal loses itself; \nfor as they say, to be everywhere is to be \nnowhere. —Michel de Mont… https://t.co/EzudW5zMDZ
## 2867                                                                              How I’m expecting my #SpotifyWrapped will look like this year https://t.co/bz1sIbNozb
## 2868                                                                                                              i predict my top podcast will be idfk #SpotifyWrapped
## 2869                            Portugal 2-0 Uruguay\n\n Bruno hits brace to help Navigators qualify from Group H\n\n#brunofernandes #Ronaldo𓃵… https://t.co/ZOBFrhGLed
## 2870                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 2871                                                                                                      I predict my top artist will be @bmthofficial #SpotifyWrapped
## 2872                       It's a long thread but everyone needs to read this to see it's not just about #Balenciaga these Pedo and devil wors… https://t.co/RKmWJOJfOb
## 2873                                                                         I predict my most played song will be [Happier than Ever by Billie Eilish] #SpotifyWrapped
## 2874                                                                         I predict my most played song will be bloody valentine by @machinegunkelly #SpotifyWrapped
## 2875                                     WHENS SPOTIFY WRAPPED DROPPING I NEED A REDEMPTION FROM LAST YEAR HAVING DREAM SMP AS ONE OF MY TOP GENRES \n\n#SpotifyWrapped
## 2876                                                                                                      I predict my top artist will be Fleetwood Mac #SpotifyWrapped
## 2877                                                           What’s a GIF that sums up your year in concerts? We’ll go first. #SpotifyWrapped https://t.co/XI7d73Tdgc
## 2878                                                                                                           I predict my top artist will be patricia #SpotifyWrapped
## 2879                                          God’s intentions will reroute your directions. Trust his Process! #havefaith #faithoverfear #process #FYP #SpotifyWrapped
## 2880                                                                                                         I predict my top artist will be stray kids #SpotifyWrapped
## 2881                                             Did you know you have to look at Spotify's top five from the bottom of your phone to read it? #SpotifyWrapped #Spotify
## 2882                                             Let's help you with all your integration on #HubSpot  , you need one right?\nGet some 👇👇 here… https://t.co/8gR9MHnSZC
## 2883                                                                                                             i predict my top genre will be ambient #SpotifyWrapped
## 2884                                                                                                I predict my most played song will be Atlanta Girls #SpotifyWrapped
## 2885                        #CheekOfItProductions by #CRADLERIVisualisations Presents alongside trk called\n🎼#CosDaddysHome🎼\n(🎼#DaddysHome🎼):… https://t.co/4cBC0th3fn
## 2886                                                                                     While waiting for #SpotifyWrapped here’s my instafest👀 https://t.co/5xgf41e4a9
## 2887                                                                                 I predict my top artist will be Juice Wrld #SpotifyWrapped https://t.co/7JyIiiosV4
## 2888                                                                                                   i predict my most played song will be c418-intro #SpotifyWrapped
## 2889                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped UH UHH UHHHHH
## 2890                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 2891                                 why tf isn’t there a god emoji…. @Apple explain. \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #Christianity… https://t.co/CMF2Cqy8Ec
## 2892                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped i dont listen
## 2893                                                                                                         I predict my top artist will be @BebeRexha #SpotifyWrapped
## 2894                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tallyhall
## 2895                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped  fabloo
## 2896                                                                                                     I predict my top artist will be @JamesArthur23 #SpotifyWrapped
## 2897                                                                                                              I predict my top artist will be Elvis #SpotifyWrapped
## 2898                                                                                                      I predict my top artist will be one direction #SpotifyWrapped
## 2899                                               @AniemordJ Good evening my lovely people\n\n #SpotifyWrapped #Ukraine #FIFAWorldCupQatar2022 https://t.co/bPkmXFqrpG
## 2900                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 2901                                                                                                 I predict my top artist will be [@machinegunkelly] #SpotifyWrapped
## 2902                                                                                             I predict my most played song will be Unholy @samsmith #SpotifyWrapped
## 2903                       I predict my top podcast will be that one episode pf that podcast with chris and jenny and chris talking about send… https://t.co/Slssi8cgYa
## 2904                                                               I predict my most played song will be I’m Good (Blue) by @BebeRexha and @davidguetta #SpotifyWrapped
## 2905                                                              It takes 5000 spotify plays for us to make the same $ from a single vinyl record sale #SpotifyWrapped
## 2906                 I bet my top song artist will be @mrkittydm\n\nMy top song: Neverending nights by @mrkittydm \n\nMy top songs: \n\nNevere… https://t.co/Won7YvscSH
## 2907                                                                               See you there… 🎶 \n#spotifywrapped \n#instafestapp\n#spotify https://t.co/PBOimkG4K5
## 2908                                                                                    i feel like my tl has never been this excited for #spotifywrapped  as this year
## 2909                                                                          Leave your “gun privilege” in Delaware. #2A #SpotifyWrapped #cops https://t.co/tczPspz4Ih
## 2910                                                                            I predict my top artist will be angelus apatrida y me la vuelve a pelar #SpotifyWrapped
## 2911                                                                                     I predict my most played song will be as it was - harry styles #SpotifyWrapped
## 2912                                                                                               I predict my top artist will be MAYBE ZILD OR TAYLOR #SpotifyWrapped
## 2913                                                                                           I predict my top genre will be thrash metal y me la pela #SpotifyWrapped
## 2914                                                                                                  I predict my top artist will be Twenty One Pilots #SpotifyWrapped
## 2915                                I predict my most played song will be ..... THIS ONES A HARD ONE BUT SOMETHINGS TELLING ME IT MIGHT BE CARDIGAN.... #SpotifyWrapped
## 2916                                                                               I predict my top podcast will be anything goes with Emma chamberlain #SpotifyWrapped
## 2917                                                                                                 I predict my most played song will be como camarón #SpotifyWrapped
## 2918                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 2919                                                                                I predict my most played song will be dont blame me by taylor swift #SpotifyWrapped
## 2920                                                                                                  I predict my top artist will be @bastille easily. #SpotifyWrapped
## 2921                                          I predict my top genre will be probably pop rock..... i dont remember exactly what my last year's was tho #SpotifyWrapped
## 2922                                                            I predict my most played song will be Tomorrow by Shakey Graves #SpotifyWrapped https://t.co/V2Jm6aHt4z
## 2923                                               Bro they #SpotifyWrapped trending rn and it’s not even out yet 😂😭 got me all excited and shi https://t.co/9glGKk4Tfw
## 2924                                                                                                                                     ion see my #SpotifyWrapped ???
## 2925                                                                                                     I predict my top artist will be @chelseacutler #SpotifyWrapped
## 2926                                                                                                      I predict my top artist will be #Dreamcatcher #SpotifyWrapped
## 2927                       Swamp scum should be terrified, #FreeSpeech is a very rare thing in this world and the concept does not help them c… https://t.co/AsaxVayNvi
## 2928                                                                                                 I predict my most played song will be [Fair Trade] #SpotifyWrapped
## 2929                               Bruno fernandes is the biggest\nPortugal play at the moment,\ndiscuss??\n\n#FIFAWorldCupQatar2022 #Trending… https://t.co/aGHrWBfsX3
## 2930                                                                               Fuck Christmas #SpotifyWrapped is what I look forward to during the holiday season😂😂
## 2931                                                                                             I predict my top podcast will be [Estirando el chicle] #SpotifyWrapped
## 2932                                                                                  I predict my most played song will be Enter Sandman by Metallica  #SpotifyWrapped
## 2933                                                                                                 I predict my top artist will be #sabrina carpenter #SpotifyWrapped
## 2934                                      Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy Korea
## 2935                                                                            I predict my most played song will be My Little Pony or Bruno related 🙄 #SpotifyWrapped
## 2936                                                                                                           I predict my top artist will be [Aitana] #SpotifyWrapped
## 2937                                                                                     I just know Beyonce and #Renaissance are all over my #SpotifyWrapped this year
## 2938                                                                                                     I predict my top artist will be [jordan smith] #SpotifyWrapped
## 2939                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 2940                                                                           I predict my most played song will be "Pink Pony Club" by Chappell Roan. #SpotifyWrapped
## 2941                                                                                                            I predict my top genre will be Kpop lol #SpotifyWrapped
## 2942                                                                                                     I predict my top genre will be [Pop/ Pop Rock] #SpotifyWrapped
## 2943                                                                                                I predict my top podcast will be Painkiller Already #SpotifyWrapped
## 2944                                                                   I predict my most played song will be because i liked a boy by sabrina carpenter #SpotifyWrapped
## 2945                                                      Recreat makeup #aurelhermansyah #mamanur #attaaurel #makeup #tutorial #SpotifyWrapped https://t.co/9ziqBundg5
## 2946                                                                                     I already know my #SpotifyWrapped is going to be nothing but @badomenscult 😅🤘🏻
## 2947                                                                                          I predict my most played song will be [Quieres by Aitana] #SpotifyWrapped
## 2948                                                                                                         I predict my top genre will be [pop genre] #SpotifyWrapped
## 2949                                                                                       Just like the best years of my life  #SpotifyWrapped https://t.co/T1HFaGguxN
## 2950                                     It's a two for Brunoo⚽🎯\nPortugal are off to round off 16⚽🎯\n#SpotifyWrapped #RedVelvet #คุณชายตอนจบ… https://t.co/UDomz2w0cI
## 2951                                                                    This actually scared me I thought it came out already 😔 #SpotifyWrapped https://t.co/rq8awv63L8
## 2952                                                                                       I predict my most played song will be fine line or as it was #SpotifyWrapped
## 2953                                                                                       I predict my most played song will be #LastSequence by #WJSN #SpotifyWrapped
## 2954                                                                                                       I predict my top artist will be @zildbenitez #SpotifyWrapped
## 2955                                                                                                           I predict my top artist will be [Ateez!] #SpotifyWrapped
## 2956                     If you want to be confident, you need to look confident. \n\nBe sure to add slightly smaller handbags to your wardrob… https://t.co/HEJjW6wdSY
## 2957                        John Lennon was a criminally underrated guitarist. 'I Feel Fine', 'She Said She Said' and 'And Your Bird Can Sing'… https://t.co/0cdaEt8BdM
## 2958                                                 I predict my most played song will be [fill in top song prediction] finally free by Joshua Bassett #SpotifyWrapped
## 2959                                                                                                             I predict my top genre will be [K-Pop] #SpotifyWrapped
## 2960                                                        I already know my top song is Super Freaky Girl @NICKIMINAJ and if it ain’t  I’m gonna sue. #SpotifyWrapped
## 2961                                                                                                     I predict my top artist will be @PaulMcCartney #SpotifyWrapped
## 2962                                  #LaurenBoebertIsSoDumb she once asked why Black people want civil rights and not gold ones. #CyberMonday… https://t.co/YxQc2jPaca
## 2963                                                                                                       I predict my top genre will be Classic Rock. #SpotifyWrapped
## 2964                                                                       50% of my tik tok algo is girls who are meatheads after losing 80-140 pounds #SpotifyWrapped
## 2965                                                                                    I predict my most played song will be fine line by harry styles #SpotifyWrapped
## 2966                                                                                                 Headache today. Grumpy\n#SpotifyWrapped #CyberMonday #FIFAWorldCup
## 2967                                                                                                         I predict my top artist will be mr kitty.  #SpotifyWrapped
## 2968                                                                             I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped
## 2969                                                                                                                         Spotify Wrapped \nDec 1st. #SpotifyWrapped
## 2970                               Bruno Magnifico Fernandes Call it An Evening #SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday… https://t.co/8g3RCKB9NF
## 2971                       Not even excited for my #SpotifyWrapped cause I already know WayV aren’t getting the top artist this year since I g… https://t.co/LineyjmTvZ
## 2972                                                                                        I predict my top podcast will be [The Joe Rogan Experience] #SpotifyWrapped
## 2973                                                                             I predict my top artist will be ghost (and if its not then i will cry) #SpotifyWrapped
## 2974                                                                                               Who's coming to Booglefest?\n#SpotifyWrapped https://t.co/bzQ8urFCDB
## 2975                                                                                       I predict my top artist will (probably) be [@ATEEZofficial ] #SpotifyWrapped
## 2976                                                                                                      I predict my top podcast will be Drama Queens #SpotifyWrapped
## 2977                                             I predict my most played song will be Molly Hearts by Trippie Redd or Long Time intro by Playboi Carti #SpotifyWrapped
## 2978                                                      #SpotifyWrapped #Portugal #CyberMonday #FIFAWorldCupQatar2022 #Portugal Cmonnn🇵🇹🇵🇹🔥🔥🔥 https://t.co/wWNct5cWFh
## 2979                                                                                                I predict my top artist will be.... idk you tell me #SpotifyWrapped
## 2980                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2981                                                                                                 I predict my most played song will be [ hell yeah] #SpotifyWrapped
## 2982                                                                                                         I predict my top artist will be BTS or Txt #SpotifyWrapped
## 2983                                                                                                  I predict my most played song will be [moon song] #SpotifyWrapped
## 2984                                                                               I predict my most played song will be [hoax] #SpotifyWrapped https://t.co/EczKxwlrQg
## 2985                             All these Mala guys  are just so superb to work with not like Yorubas \nAhh Wahala\n#Ronaldo𓃵 #SpotifyWrapped… https://t.co/yeSroIUdbd
## 2986                                                                                                           I predict my top genre will be Kpop lmao #SpotifyWrapped
## 2987                                   My #SpotifyWrapped is gonna be Beyoncé, and Renaissance at number 1. With cuff it and break my soul fighting it out for number 1
## 2988                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 2989                                                                                              I predict my most played song will be Run BTS/Arson?? #SpotifyWrapped
## 2990                                                                                                      I predict my most played song will be Run BTS #SpotifyWrapped
## 2991                                                                                                 I predict my most played song will be [Only Angel] #SpotifyWrapped
## 2992                                                                                                             I predict my top genre will be country #SpotifyWrapped
## 2993                      I know I haven’t posted much last week but this is a new week so.\nLet’s start out by saying thanks to all who follo… https://t.co/YpRDf5VLK6
## 2994                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 2995                                                                                                   I predict my top artist will be [One Direction ] #SpotifyWrapped
## 2996                                                                                                            I predict my top artist will be @5SOS 💗 #SpotifyWrapped
## 2997                                                                                Let's get it to 10k views!!  \n#SpotifyWrapped #CyberMonday https://t.co/XgNVvlvPXx
## 2998                                                                                          I predict my top podcast will be “Vad?” Ijustwanttobecool #SpotifyWrapped
## 2999                                                                              I predict my most played song will be All Too Well 10 minute version 🧣#SpotifyWrapped
## 3000                                                                         I predict my most played song will be The Tipping Point by @tearsforfears  #SpotifyWrapped
## 3001                                                                 E get one girl I wan approach,but her friends just surround her fly😒\n#SpotifyWrapped \n#RedVelvet
## 3002                                                                                               I predict my top podcast will be The Magnus Archives #SpotifyWrapped
## 3003                                                                                                      I predict my top artist will be ariana grande #SpotifyWrapped
## 3004                                                                      i predict my most played song will be deja vu/traitor #SpotifyWrapped https://t.co/7laWcXw17I
## 3005                            I see #SpotifyWrapped and people getting impatient, waiting for it.\n\nPSA: https://t.co/qwYPYivCTE does this for you, all year around.
## 3006                                                                                                       I predict my most played song will be meow 👁👁#SpotifyWrapped
## 3007                                                                            I predict my most played song will be [United in Grief- Kendrick Lamar] #SpotifyWrapped
## 3008                                                                                                  I predict my top artist will be The Amazing Devil #SpotifyWrapped
## 3009                                                                                                 I predict my most played song will be O.O Nmixx 😂😂 #SpotifyWrapped
## 3010                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 3011                                                                                      I predict my most played song will be [Runaway By Kanye west] #SpotifyWrapped
## 3012                          I predict my most played song will be runaway from lip peep (i honestly don't have any idea but i was really feeling it)  #SpotifyWrapped
## 3013                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3014                                                               @Spotify is the only one who understands me 😔 can't wait for #SpotifyWrapped https://t.co/hLj0dvj4uZ
## 3015                                                                                                          I predict my top artist will be Radiohead #SpotifyWrapped
## 3016                                                                if im not in the 0.01% of 5sos' listeners this year then what even is the point ??? #SpotifyWrapped
## 3017                                                                                                               I predict my top artist will be HOME #SpotifyWrapped
## 3018                                                                                 I predict my most played song will be Space Was Cool by Markiplier #SpotifyWrapped
## 3019                                                                                                      i hit 200🥳#SpotifyWrapped #brawlhalla https://t.co/6usDxKgrSh
## 3020                                                                                      I predict my top artist will be Taylor swift or harry styles  #SpotifyWrapped
## 3021                       Business marketing, brand strategy, social media management, social media ads, brand activations,influencer marketi… https://t.co/BvlQ5ZeKrT
## 3022                                                                                               I predict my most played song will be mago - gfriend #SpotifyWrapped
## 3023                                                                                            Thats crazy\n#SpotifyWrapped #backrooms #TikTok https://t.co/qD6ReMFaQe
## 3024                                                                                                I predict my top podcast will be no podcast but idk #SpotifyWrapped
## 3025                                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I guess?
## 3026                                                                                                          I predict my top genre will be Indie Rock #SpotifyWrapped
## 3027                                                                                                    I predict my top artist will be [lana del rey ] #SpotifyWrapped
## 3028                                                                                 I predict my most played song will be Forget Me by @LewisCapaldi 🤭 #SpotifyWrapped
## 3029                                                                                                I predict my top artist will be Tomorrow x Together #SpotifyWrapped
## 3030                                                                                                         if dsmp is my top genre i will kay emm ess #SpotifyWrapped
## 3031                                                                                                           I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 3032                                                                          I predict my most played song will be Skrting On The Surface by The Smile #SpotifyWrapped
## 3033                                                                                               I predict my top genre will be R&amp;B or Indie-Rock #SpotifyWrapped
## 3034                                                                                              I predict my top artist will definitily be Bruno mars #SpotifyWrapped
## 3035                     @POTUS #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #MondayMotivation \n\nYou forgot the ugly s… https://t.co/LPrhp4FC0b
## 3036                                                                                                  I predict my top podcast will be @CrimeJunkiePod  #SpotifyWrapped
## 3037                                                                                I predict my most played song will be [west coast by lana del rey ] #SpotifyWrapped
## 3038                                                                                                 I predict my most played song will be off the grid #SpotifyWrapped
## 3039                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3040                                                                                                                                      HURRY UP PLZ  #SpotifyWrapped
## 3041                                                                                                          I predict my top artist will be Daft Punk #SpotifyWrapped
## 3042                                                                                                     #SpotifyWrapped trending made me think it's already come out 😑
## 3043                                                                                                      I predict my top artist will be [TheMidnight] #SpotifyWrapped
## 3044                                                                                                         I predict my top genre will be [synthwave] #SpotifyWrapped
## 3045                                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped!!!
## 3046                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3047                                                                                                      I predict my top genre will be [Filter House] #SpotifyWrapped
## 3048                                                                                        I predict my most played song will be Generation by tripleS #SpotifyWrapped
## 3049                                                                                              I predict my most played song will be I ain’t worried #SpotifyWrapped
## 3050                                                                                 I predict my top artist will be \nTyler The, Creator Or Kanye West #SpotifyWrapped
## 3051                                                                                                         I predict my top artist will be @paparoach #SpotifyWrapped
## 3052                                                                                        I predict my top artist will be Taylor Swift by a landslide #SpotifyWrapped
## 3053                                                                        I predict my top artist will be frank ocean #SpotifyWrapped even tho this is a lana account
## 3054                                                                                                                   saw  #SpotifyWrapped trending got me excited ffs
## 3055                                                                         I genuinely have no idea who my most played artist will be this year on my #SpotifyWrapped
## 3056                      Isr-aeli occu-pying troops detained Palestinian youth Khalil Shamasneh, from Jerusalem, last night.\n#PokemonViolet … https://t.co/iluiG2pyVK
## 3057                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3058                                                                                                    I predict my top artist will be dream minecraft #SpotifyWrapped
## 3059                         Except the nurses choose to be pregnant,the fucker fucketh in vain \n\n#SpotifyWrapped #FIFAWorldCupQatar2022 #GiftGalaxy #Twittershutdown
## 3060                                                                                    I predict my most played song will be [every song i ever wrote] #SpotifyWrapped
## 3061                                                                         I predict my most played song will be \nA Boy Is A Gun- Tyler, The Creator #SpotifyWrapped
## 3062                                                                                                  waiting for #SpotifyWrapped is worse than waiting for your period
## 3063                                                                                                               I predict my top artist will be Kino #SpotifyWrapped
## 3064                                                                                            I predict my most played song will be anything by yeule #SpotifyWrapped
## 3065                       I predict my top podcast will be (though I don’t listen to it through Spotify) #TheRalphReport. What can I say? I l… https://t.co/1YbpYDmJ0n
## 3066                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3067                                                                                     when their top song on #SpotifyWrapped is "Fancy Like" https://t.co/k45kOK2fwQ
## 3068                                             I predict my top podcast will be anything Brown Noise 😂😂 that’s the only way I could sleep some nights #SpotifyWrapped
## 3069                                                                                       I predict my top artist will be [Travis Scott, Kanye West] 🔥 #SpotifyWrapped
## 3070                                         Let me get ahead of the discourse and say I enjoy seeing your #SpotifyWrapped and will totally check it out if you post it
## 3071                                                                               I predict my top podcast will be Anything goes with Emma Chamberlain #SpotifyWrapped
## 3072                                                                                                          Can’t wait for my #SpotifyWrapped https://t.co/fSOEZS8wIJ
## 3073                                    Ladies and gentlemen: HER\nTaylor Swift | The Music Industry Tour #TaylorSwift #TaylorSwiftTheErasTour… https://t.co/iqo1LfPMBT
## 3074                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped will be when I’m gone by Katy Perry
## 3075                                                                       I predict my top podcast will be only one I actually listen to, Distractible #SpotifyWrapped
## 3076                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3077                                                                                                               I predict my top genre will be filmi #SpotifyWrapped
## 3078                                                                                                        I predict my top artist will be my boy sean #SpotifyWrapped
## 3079                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3080                                                     The fs real chapter 4 leak\n#FortniteFracture #FortniteLeaks #chapter4 #SpotifyWrapped https://t.co/iR7lQr9Ag2
## 3081                                                                                     Can’t wait to see @blackveilbrides for another year in a row 🤣 #SpotifyWrapped
## 3082                                                                                                I predict my most played song will be Ussewa by Ado #SpotifyWrapped
## 3083                                   I predict my top artist will be Oxlade, Ayra Start, or Korede Bello. Curious to see which one comes out on top.  #SpotifyWrapped
## 3084                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 3085                                                                                                    I predict my top artist will be @WeAreTheWrecks #SpotifyWrapped
## 3086                       My #SpotifyWrapped will be probably be all Agoaniki-P and Mitski and Perfume those are like the only things I liste… https://t.co/x0y7lw52cB
## 3087                                     I predict my top artist will be [fill in top artist prediction]. I know who it’s going to be I AM EMBARRASSED. #SpotifyWrapped
## 3088                                                                                                I predict my top artist will be stray kids #SpotifyWrapped for sure
## 3089                                                                                    I predict my most played song will be Satellite by Harry Styles #SpotifyWrapped
## 3090                                                                                                Doodle of my earbuds 🎶🎵 #SpotifyWrapped #OC https://t.co/KVQT4SMfSj
## 3091                                                                                            I predict my most played song will be MGK or Eminem #SpotifyWrapped 🔥✨
## 3092                                                              I predict my most played song will be All Too Well 10 Minute Version Taylor’s Version #SpotifyWrapped
## 3093                I’m going to predict who are my top artist this year on my #SpotifyWrapped \n1) Above &amp; Beyond\n2) Bad Bunny\n3) Porte… https://t.co/6j6xlWXEaw
## 3094                            ✔My service is only done through the Google Ads\n\n👉🏻Dm for portfolio @DMWASI12 \n\n#DigitalMarketing #YouTube… https://t.co/R84TKcCv7e
## 3095                                                                                            I predict my top genre will be kpop #SpotifyWrapped i mean.... come one
## 3096                        💥 Spotify has been prepping music fans for their personalized "Spotify Wrapped" playlist for weeks, and the end of… https://t.co/lBUMmIXrcx
## 3097                                                                                                        I predict my top artist will be @Stray_Kids #SpotifyWrapped
## 3098                       I predict my top artist will be @MarisaMaino. BUT, @HeyViolet is easily a top contender as well. No matter what, Ma… https://t.co/SgjhcoKAPL
## 3099                                                                                                                 pls i need #SpotifyWrapped i have no sense of self
## 3100                                I predict my most played song will be lust for a vampyr by i monster #SpotifyWrapped i know this for a fact and yes i am doing this
## 3101                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3102                                                    I predict my most played song will be \n1. Ijo (Laba Laba) by Crayon or \n2. Proud by Oladapo \n#SpotifyWrapped
## 3103                                                                                                             I predict my top genre will be [K-Pop] #SpotifyWrapped
## 3104                                                                                              I predict my top artist will be Bloodywood of course. #SpotifyWrapped
## 3105                                                                                                             I predict my top genre will be pop idk #SpotifyWrapped
## 3106                                                                                      I predict my top podcast will be [i don't listen to podcasts] #SpotifyWrapped
## 3107                            Excellent and Brilliant great job done Ghana Black Stars 🇬🇭 \n#FIFAWorldCupQatar2022 #qatar2022worldcup #kudus… https://t.co/g072RKafUS
## 3108                                                                                                 I predict my most played song will be Walk em down #SpotifyWrapped
## 3109                                                     y'all gave spotify wrapped so much buzz that they're treating it like a merch drop i'm yelling #SpotifyWrapped
## 3110                                                                                              @SpotifyAfrica My Top Artist is @GSMusicEst2018 #Stop #SpotifyWrapped
## 3111                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 3112                                                                           I predict my most played song will be [Winter, Flower by @WEi__Official] #SpotifyWrapped
## 3113                                I need a man to lick my plate - Pretty lady cries out in a new trending video 🙆 #SpotifyWrapped #RedVelvet… https://t.co/lYYHADaWI8
## 3114                                                                                                                  Watch all my predictions be wrong #SpotifyWrapped
## 3115                                                                                    I predict my most played song will be Bejeweled by Taylor Swift #SpotifyWrapped
## 3116                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nBlovee shottas
## 3117                                                                                                   I predict my top artist will be [mcr or nirvana] #SpotifyWrapped
## 3118                                                                                    I predict my most played song will be [Sacrifice by The Weeknd] #SpotifyWrapped
## 3119                                                                                                         I predict my top artist will be @yunggravy #SpotifyWrapped
## 3120                                                                                                        I predict my top genre will be [metal/rock] #SpotifyWrapped
## 3121                                                                                                        I predict my top podcast will be nenhum 🙆🏽‍♀️ #SpotifyWrapped
## 3122                                 I predict my most played song will be california love or sea,swallow me. idk tbf the taste switched a good 7 times #SpotifyWrapped
## 3123                                                                                     I predict my most played song will be #SpotifyWrapped\nhttps://t.co/68bWeESEKC
## 3124                                                                                        I predict my most played song will be [duality by slipknot] #SpotifyWrapped
## 3125                                                                                                         I predict my top genre will be Modern Rock #SpotifyWrapped
## 3126                                                                                                      I predict my top artist will be TAYLOR SWIFT  #SpotifyWrapped
## 3127                            Twitter make una put mouth Cos me I nor understand this one😭😭😂😂#Nigeria #SpotifyWrapped #FIFAWorldCupQatar2022… https://t.co/hU0yc9PlAe
## 3128                                              I've just connected my account to the work Alexa this will be my last true #SpotifyWrapped next year's will be wild 😅
## 3129                                                                                              I predict my top artist will be Tomorrow x Together 💖 #SpotifyWrapped
## 3130                                                                             me knowing sabrina carpenter is clearing on my #SpotifyWrapped https://t.co/o4YtUkBaRH
## 3131                                                                                                                      anxiously awaiting my #SpotifyWrapped like fr
## 3132                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3133                                                                                              I predict my top artist will be [TOMORROW X TOGETHER] #SpotifyWrapped
## 3134                                                                              I predict my most played song will be [All Too Well by Taylor Swift ] #SpotifyWrapped
## 3135                                                                                   I predict my most played song will be mirrorball by #TaylorSwift #SpotifyWrapped
## 3136                                   PLEASE RETWEET 🚨🚨🚨 #AdoptDontShop #AdoptMePets #foster #fosteringsaveslives #RescueDogs #SpotifyWrapped… https://t.co/5pAp1ZSmm0
## 3137                                                                                                      I predict my top artist will be Mother Mother #SpotifyWrapped
## 3138                                                                                                              I predict my top genre will be kpop 🤧 #SpotifyWrapped
## 3139                                                                                                             I predict my top genre will be [K-pop] #SpotifyWrapped
## 3140                                                                                                          I predict my top artist will be @TDWPband #SpotifyWrapped
## 3141                                                                                                         I predict my top artist will be BRUUUUUUCE #SpotifyWrapped
## 3142                                                                                I predict my most played song will be [the great war- taylor swift] #SpotifyWrapped
## 3143                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3144                       I predict my top podcast will be my own: The Wrestling fan vlog podcast and Anything Else to Add with Lindsie Rodge… https://t.co/kUM4dnMgZo
## 3145                                                                                          I predict my most played song will be [Good Boy Gone Bad] #SpotifyWrapped
## 3146                                                         If Ghana qualifies we will play Brazil 🇧🇷 in R16 I think we are out #SpotifyWrapped #FIFAWorldCupQatar2022
## 3147                                                                                            I predict my top artist will be Taylor Swift💜💜 (by far) #SpotifyWrapped
## 3148                                                                                                               I predict my top genre will be pop ] #SpotifyWrapped
## 3149                                                                                                I predict my most played song will be [Jimmy Cooks] #SpotifyWrapped
## 3150                                                                                                    I predict my most played song will be as it was #SpotifyWrapped
## 3151                                                                                                         I predict my top podcast will be  Banter!! #SpotifyWrapped
## 3152                                                                                 I predict my most played song will be Doomswitch - @makethemsuffer #SpotifyWrapped
## 3153                                                                           I predict my top artist will be hopefully @sza but I think Ariana grande #SpotifyWrapped
## 3154                                                                                                  I predict my top artist will be @taylorswift13 🫶🏻 #SpotifyWrapped
## 3155                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 3156                                     I predict my most played song will be What Do You Know About Love - by Joshua Bassett and Sofia Wylie… https://t.co/mnomupacP6
## 3157                                                                                    I predict my top artist will be @AvaMax #SpotifyWrapped https://t.co/2ehHNceJ1h
## 3158                                                                                                I predict my top artist will be without a doubt BTS #SpotifyWrapped
## 3159                                                                          I predict my most played song will be good boy gone bad by @TXT_members 🌹 #SpotifyWrapped
## 3160                                                                         I predict my most played song will be "Your Number's Up" by Ice Nine Kills #SpotifyWrapped
## 3161                                                                                             I predict my most played song will be good days by Sza #SpotifyWrapped
## 3162                                                                                                       I predict my most played song will be RunBTS #SpotifyWrapped
## 3163                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3164                                                                                                            RELEASE #SpotifyWrapped ALREADY https://t.co/VOopIfpWj9
## 3165                                                                                                            I predict my top genre will be rock 🤟🤟🤟 #SpotifyWrapped
## 3166                                                                               I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/Sef26h8I5V
## 3167                                                                                                         #SpotifyWrapped  yeah ok it's soon but WHEN when is soon 😭
## 3168                                                                                                            I predict my top genre will be R&amp;B  #SpotifyWrapped
## 3169                                              I predict my top artist will be @Tom_Grennan #SpotifyWrapped. I have a feeling I’ll be in his top 1-3% of listeners 😅
## 3170                                                                         I predict my most played song will be Comfortably Numb (Live) [2019 Remix] #SpotifyWrapped
## 3171                                                                                             I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 3172                                                                     I predict my top artist will be Mac Miller, Cleo Sol, Tems, JID, and Baby Rose #SpotifyWrapped
## 3173                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3174                                                     I predict my most played song will be [leave the door open by silk Sonic @silksonic @brunomars #SpotifyWrapped
## 3175                       You might have tried so many online business and fail, but please have you tried this? A big NO, why then do you th… https://t.co/gmDSAELTkh
## 3176                                                                                                        I predict my top artist will be STRAY KID.  #SpotifyWrapped
## 3177                                                          Packing early morning #heartinbows #RedVelvet #SpotifyWrapped #CyberMonday #kudus https://t.co/OQ1HqRnqON
## 3178                                                                                                I predict my most played song will be MUDDY WATER.  #SpotifyWrapped
## 3179                                                                                I wish I was as confident with my sex skills as female rappers are. #SpotifyWrapped
## 3180                                                                                                 I predict my top podcast will be [#baywatchberlin] #SpotifyWrapped
## 3181                                                                     I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @PhaseZeroCB
## 3182                                                                                                         I predict my top artist will be DC The Don #SpotifyWrapped
## 3183                                                               Listen to my song pls! #Rap #music #SpotifyWrapped #artistsontwitter #SONG \nhttps://t.co/bp5gMFwsqW
## 3184                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped TAYLOR SWIFT
## 3185                                                                                                                                        PLS PLS PLS #SpotifyWrapped
## 3186                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop
## 3187                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped any taylor song
## 3188                           I predict my most played song will be either “Not Over Yet” by KSI featuring Tom Grennan or “STAR WALKIN’” by Lil Nas X. #SpotifyWrapped
## 3189                                                                                                    I predict my most played song will be iCarly :/ #SpotifyWrapped
## 3190                                                                                                                                   #SpotifyWrapped got me hyped af!
## 3191                                                                               I predict my most played song will be Still Love You by Sofia Carson #SpotifyWrapped
## 3192                                                                                                       I predict my top artist will be @carlypearce #SpotifyWrapped
## 3193                                                                                           @nuevogansito @azulcorri come back before my #SpotifyWrapped comes 😭😭😢😢😢
## 3194                                                                                I predict my top podcast will be [fill in top podcast Rachel Maddow #SpotifyWrapped
## 3195                                                                                                          I predict my top artist will be @polyphia #SpotifyWrapped
## 3196                                                                                           i just want to see my #SpotifyWrapped already!!! https://t.co/aTdfCHGvSr
## 3197                            Purchase my my hair vendor for $40 TODAY \n\nText (4047020552) if interested 💕\n\n#CyberMonday #SpotifyWrapped… https://t.co/SzwSDA74lL
## 3198                                                                               I predict my most played song will be rose-colored boy by paramore \n#SpotifyWrapped
## 3199                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 3200                                                                     I predict my most played song will be Mad As Fuck by Ramirez ft. Freddie Dredd #SpotifyWrapped
## 3201                                Men settle where they find peace not beauty while women settle where they find money not handsome\n#hookup… https://t.co/TelvEvxvHB
## 3202                        Support us now and help make a difference.\nDonate Now \nhttps://t.co/dfYSTIULWn\n#Qatar2022 #RedVelvet #YasakElma… https://t.co/gTagaYmMpr
## 3203                                                                       I predict my top artist will be @KiDCuDi \nHe will take that spot this year\n#SpotifyWrapped
## 3204                                                                                         I predict my most played song will be Bubble Guppies Theme #SpotifyWrapped
## 3205                       I don't think I even listened to Rain On Me *as much* this year, but it will somehow probably still be my most play… https://t.co/6UW8r5qsWQ
## 3206                                                                                                       I predict my top artist will be [Ed Sheeran] #SpotifyWrapped
## 3207                                                                         no one cares about your  #SpotifyWrapped .... keep it to yourself. https://t.co/XP7bFPWj3d
## 3208                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3209                                                                                               I predict my top genre will be dmsp Minecraft genre 😭#SpotifyWrapped
## 3210                                                                                                I predict my most played song will be [Yet To Come] #SpotifyWrapped
## 3211                                                                                                            I predict my top genre will be pop lmao #SpotifyWrapped
## 3212                                                                                                       This year has been ROUGH #SpotifyWrapped WILL BE EXPOSING ME
## 3213                              When you’re Cristiano Ronaldo ♥️\n#CR7𓃵 #CR7 #ronaldo #CristianoRonaldo #Portugal #uru #FIFAWorldCupQatar2022… https://t.co/k9z6IYozP7
## 3214                     Here’s my prediction for my #SpotifyWrapped:\n\nNirvana, Tyler, the Creator, and Michael Giacchino will be my most li… https://t.co/UD1UAps1rJ
## 3215                       I predict my most played song will be [Leave me behind by @NateWantsToBtl and @TheCamSteady ]  #SpotifyWrapped  Sla… https://t.co/BiH5gwQNhL
## 3216                                                                            I predict my most played song will be Running up that hill by Kate Bush #SpotifyWrapped
## 3217                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 3218                                                                             I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 3219                                                               You can't complain about my versatility. #Spotify #SpotifyWrapped #instafest https://t.co/EK0qseg6ZT
## 3220                                                                           I predict my most played song will be It's very clearly gonna be Gaddaar #SpotifyWrapped
## 3221                                                                                                                                   #SpotifyWrapped okay where is it
## 3222                       screaming - i totally forgot to write jojo earlier , forgive me - but anyway guessing my spotify wrapped is gonna b… https://t.co/IdMKVpdQ36
## 3223                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 3224                                                                                          I predict my most played song will be Scars by Stray kids #SpotifyWrapped
## 3225                                                                                                           I predict my top artist will be Sodikken #SpotifyWrapped
## 3226                       Check out Blazzian Collection's video! #TikTok https://t.co/niJugnUEst\n\n#lasvegasfashiondesigner #fashiondesigner… https://t.co/npCNYQnMJk
## 3227                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 3228                                                                               I predict my top artist will be The One And Only Taylor Alison Swift #SpotifyWrapped
## 3229                                   I stand with gender equality fam , no shades , bro smacked the shot outa her #SpotifyWrapped #RedVelvet… https://t.co/QMaLfUVvDZ
## 3230                                                             my #SpotifyWrapped is gonna be so ass because I use lofi music to sleep so it's just all gonna be that
## 3231                                                                                                                 FUCK SPOTIFY WE APPLE MUSIC GANG\n #SpotifyWrapped
## 3232                                                                                               I predict my top podcast will be the magnus archives #SpotifyWrapped
## 3233                       Since #SpotifyWrapped is about to drop and I use the superior Apple Music, here’s my top 10 songs 🤣 Not even surpri… https://t.co/Wqe5buufO7
## 3234                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 3235                                                                                               #SpotifyWrapped making me a custom playlist: https://t.co/u2bCREIwrd
## 3236                                                                                                                      #SpotifyWrapped r&amp;b gotta b there on mine
## 3237                                                   I predict my top artist will be KSI. You can’t blame me for choosing the U.K. YouTuber for this. #SpotifyWrapped
## 3238                                                                                              I predict my most played song will be Euphoria by BTS #SpotifyWrapped
## 3239                                                                                                 OMGG let's guess who would be on our top 5 for #SpotifyWrapped !!!
## 3240                    Calling it now.\n\nMy #SpotifyWrapped will consist of the following\nAnd probably some rogue one like Disney or Kim Wi… https://t.co/aGMo3OSxog
## 3241                       Check out Purple Relaxation Syrup, 2 oz https://t.co/WsOTvVHyNn #eBay via @eBay Balenciaga #WhatsApp City of Housto… https://t.co/6ZoTNDyHN7
## 3242                                                                                                     I predict my top artist will be harry styles 🥰 #SpotifyWrapped
## 3243                                                                                                      I predict my top podcast will be DISTRACTIBLE #SpotifyWrapped
## 3244                       Fine, I'll do it. I predict my most played song will be Empty By Letdown. I'm a depressed bitch and found this song… https://t.co/Yjsetx2xcD
## 3245                                                                                     I predict my most played song will be Everybody's Gay by Lizzo #SpotifyWrapped
## 3246                                                                             I predict my top artist will be [Taylor Swift] #SpotifyWrapped https://t.co/w2B31f4ATn
## 3247                                                                                   I predict my most played song will be night shift by lucy dacus 🤧#SpotifyWrapped
## 3248                                                                                 I predict my top podcast will be Migrantes https://t.co/c091LGwBPv #SpotifyWrapped
## 3249                                                                                     I predict my most played song will be Persephone in the Garden #SpotifyWrapped
## 3250                              i love the smiths… I SAID I LOVE THE SMITHS\n\nI think a few worlds would collide at this fest\n\n#instafest… https://t.co/Nk6BHqkBBw
## 3251                                                                                           I predict my most played song will be [titi me preguntó] #SpotifyWrapped
## 3252                                                                                        I predict my most played song will be Interlude Set Me Free #SpotifyWrapped
## 3253                                                    If you haven’t already tap in to my latest Drop ✨💥#djya2x #SpotifyWrapped #CyberMonday https://t.co/xrcUXE5yJz
## 3254                                                                                                            Waiting for #SpotifyWrapped 🙆🏿‍♂️ https://t.co/wip4I6ryec
## 3255                                                                                    I predict my most played song will be a Fred Again! song surely #SpotifyWrapped
## 3256                                                                                                    I predict my top artist will be [@nfrealmusic ] #SpotifyWrapped
## 3257                                                                                                 I predict my top podcast will be Dracula audiobook #SpotifyWrapped
## 3258                                                      Missing you dear😍😍\n\n#love  #CyberMonday #RedVelvet #SpotifyWrapped #fashion #beauty https://t.co/o2Xo3sOXxP
## 3259                                                                                                      I predict my top podcast will be Archetypes!! #SpotifyWrapped
## 3260                                                                                                    I predict my top artist will be @vendredisurmer #SpotifyWrapped
## 3261                       Check out Red Relaxation Syrup, 2 oz https://t.co/fH0Bh0z2dM #eBay via @eBay \nBalenciaga #WhatsApp City of Houston… https://t.co/tC8nxINKYw
## 3262                                                                                                              I predict my top artist will be Ghost #SpotifyWrapped
## 3263                                                                                                   I predict my top podcast will be Gemischtes Hack #SpotifyWrapped
## 3264                                                                                                       I predict my top podcast will be Trash Taste #SpotifyWrapped
## 3265                       I predict my top genre will be FUCKING DSMP BCS SPOTIFY HAS THAT STUPID GODDAMN GENRE AND IT SUCKS AND ITS NOT EVEN… https://t.co/LTa1ZNsZxx
## 3266                                                                                                     I predict my top genre will be Russian Alt Pop #SpotifyWrapped
## 3267                                                                                         I predict my most played song will be Kisaragi by Camellia #SpotifyWrapped
## 3268                                                                                                I predict my top artist will be Panic! at the Disco #SpotifyWrapped
## 3269                                                                    me looking for my spotify wrapped:\n\n@Spotify #SpotifyWrapped #spotify https://t.co/VnygdSJGtQ
## 3270                                                                                           I predict my top podcast will be CHUCKLE SANDWICH &gt;:D #SpotifyWrapped
## 3271                                               i feel like someone's already said this but i'm more excited for my #SpotifyWrapped than i have been for my birthday
## 3272                                                                                                         I predict my top genre will be modern rock #SpotifyWrapped
## 3273                                                                                    I predict my most played song will be Glimpse of Us by Joji (: 💕#SpotifyWrapped
## 3274                                                                                                   I predict my top genre will be kpop? indie pop ? #SpotifyWrapped
## 3275                                                                                                           when do i get my #SpotifyWrapped https://t.co/JdGc80qmHH
## 3276                                                                I predict my top podcast will be either @basementyard or @BaileySarian #darkhistory #SpotifyWrapped
## 3277                                                                                                               I predict my top artist will be Muse #SpotifyWrapped
## 3278                                                                                                   I predict my top artist will be @taylorswift13 #SpotifyWrapped 🥰
## 3279                                                                 I predict my top genre will be Country. It’s always country or a county sub genre. #SpotifyWrapped
## 3280                                                            My #SpotifyWrapped is really about to expose all 16 of my personalities. And I think I’m okay with that
## 3281                                                Usually I trick dat girl outta her love but dat was the selfish me. #SpotifyWrapped #RedVelvet #CyberMonday #Sasmos
## 3282                                                                                                I predict my top artist will be Nothing but Thieves #SpotifyWrapped
## 3283                                                                                                I predict my top artist will be Adam &amp; the Ants #SpotifyWrapped
## 3284                                                                                                         I predict my top artist will be Stray Kids #SpotifyWrapped
## 3285                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 3286                                                                                   I predict my most played song will be [Carolina By Harry Styles] #SpotifyWrapped
## 3287                                                                                                              I predict my top genre will be J-Core #SpotifyWrapped
## 3288                                                                                                                                     On attend !!!  #SpotifyWrapped
## 3289                                                                                        I predict my most played song will be Stray Kids - MANIAC\n #SpotifyWrapped
## 3290                                           Check out the pods cast on Spotify!\n\n#podcast #SpotifyWrapped #spotifypodcasts #bassandbooners https://t.co/WxD21Rqm1R
## 3291                                                                                                           I predict my top artist will be Camellia #SpotifyWrapped
## 3292                                                                                                Maybe next year #SpotifyWrapped #AppleMusic https://t.co/PO9ZIvt3ky
## 3293                                                                                                      I predict my top artist will be Austin Butler #SpotifyWrapped
## 3294                                                                                                     I predict my most played song will be Downtown #SpotifyWrapped
## 3295                                                                                                                    im gonnabe sick what if its ass #SpotifyWrapped
## 3296                                                                            somethings telling me Red Lights is my most played song of the year🤭\n\n#SpotifyWrapped
## 3297                                        #SpotifyWrapped \nFour weeks ago from six months ago... We aren't even gonna talk about my all time https://t.co/UuYBXXjQKJ
## 3298                                             "I predict my most played song will be Party Rock Anthem", you happy now Spotify now stop harassing me #SpotifyWrapped
## 3299                                         I predict my top artist will be [Kali Uchis!!] #SpotifyWrapped (give us Spotify wrapped now 😭 we desperately need to know)
## 3300                     Summer is hot \nBut I am hotter \n\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #CyberMonday #乌鲁木齐 #ล็อคกี้แฟน… https://t.co/pMd9I6SeOm
## 3301                                                                             I predict my top artist will be [Psy (The guy who made Gangnam Style)] #SpotifyWrapped
## 3302                                                                                                                    GIVE ME A WEEK TO FIX IT PLEASE #SpotifyWrapped
## 3303                                                                                                        I predict my top artist will be @duranduran #SpotifyWrapped
## 3304                                                                                                          I predict my top artist will be Tiago PZK #SpotifyWrapped
## 3305                                                                                I can't wait for #SpotifyWrapped to call my taste in music "scary" again this year.
## 3306                        #SpotifyWrapped if yungeen ace ain’t my most played shit this year then like someone’s lying cause I listen to him… https://t.co/3oGTaNEdO9
## 3307                                            Probably gonna get 10 views High Key🥲 #SpotifyWrapped #CyberMonday #humor #comedy #TikTokviral… https://t.co/ItpnNmo8Xn
## 3308                                                                                                 I THOUGHT IT WAS OUT CAUSE IT WAS TRENDING DAMN IT #SpotifyWrapped
## 3309                                                     Thinking of starting to make edits for K-pop, anime and others…any suggestions??? #SpotifyWrapped #KPOP #anime
## 3310                                                                                   I predict my top podcast will be [My Brother, My Brother and Me] #SpotifyWrapped
## 3311                                                                              I predict my most played song will be [what would u do by @tatemcrae] #SpotifyWrapped
## 3312                                                                                    I predict my top artist will be Eric Church. Every year forever #SpotifyWrapped
## 3313                                                                                                             I predict my top genre will be emo  :( #SpotifyWrapped
## 3314                                                                                    I predict my most played song will be [Bodys-Car Seat Headrest] #SpotifyWrapped
## 3315                                                                                 I predict my most played song will be Forever Only by Jaehyun 😃😃😃😃 #SpotifyWrapped
## 3316                                                                                           I predict my top artist will be [Florence + the Machine] #SpotifyWrapped
## 3317                                                            cant wait for #SpotifyWrapped to tell me 90% of the music i listen to is sad lesbian indie or something
## 3318                                                                                                       I predict my top artist will be Yeat @yeat1_ #SpotifyWrapped
## 3319                                                                                                      I predict my most played song will be Run BTS #SpotifyWrapped
## 3320                                                                                                         God abeg🙏. \n#sapa #SpotifyWrapped https://t.co/cSAHLWONKL
## 3321                                                                                                        I predict my top artist will be @WTofficial #SpotifyWrapped
## 3322                                                                                             I predict my top genre will be [K-Pop (Gangnam Style)] #SpotifyWrapped
## 3323                                                                                                     I predict my most played song will be Heated 🔥 #SpotifyWrapped
## 3324                                        These are always a fun look back on the year. I predict my top artist will be [SEGA SOUND TEAM or Toby Fox] #SpotifyWrapped
## 3325                                                                                         I predict my most played song will be El Alma Que Te Trajo #SpotifyWrapped
## 3326                                                                      Hopefully it won’t be as bad as last years 😂 #SpotifyWrapped #Spotify https://t.co/ePSSAfKcmT
## 3327                                                                                    I predict my most played song to be ex-mortis by ice nine kills #SpotifyWrapped
## 3328                                                                             I predict my most played song will be Home by Mike Dimes #SpotifyWrapped @DoubleLambOG
## 3329                                           Why not do these I guess lmao.\n\nI predict my most played song will be [King by Florence + the Machine] #SpotifyWrapped
## 3330                       I predict my most played song will be Casanova by Blake Rose \nbecause it’s been my #1 song of all time since april… https://t.co/zCYM9GcpFk
## 3331                                                                                                I predict my most played song will be [Mockingbird] #SpotifyWrapped
## 3332                                                                                                            I predict my top artist will be BEYONCÉ #SpotifyWrapped
## 3333                                                                                              I predict my most played song will be [Gangnam Style] #SpotifyWrapped
## 3334                                                                                                   I predict my top podcast will be   fortnite porn #SpotifyWrapped
## 3335                                                   Shit !!!!!  for a sec  I felt Suarez scored that goal. 🤭🤭🤭🤭🤭🥱🥱🥱🥱#SpotifyWrapped #Portugal #ronaldo #WorldCup2022
## 3336                                                                                                                           When is #SpotifyWrapped ? I need a fit..
## 3337                                                                                                            my top artist gonna be nirvana for sure #SpotifyWrapped
## 3338                                                                                                         I predict my top artist will be ed sheeran #SpotifyWrapped
## 3339                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 3340                                                                    I predict my top artist will be @astralagenda as always. him or @nothingnowhere #SpotifyWrapped
## 3341                                                                                       My top artist is probably gonna be will wood lets be honest  #SpotifyWrapped
## 3342                          I predict my most played song will be Call Me Little Sunshine by Ghost. \n\nIt was on mass repeat for quite a while. \n\n #SpotifyWrapped
## 3343                                                                     I predict my most played song will be "Never Fight A Man With A Perm" by IDLES #SpotifyWrapped
## 3344                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3345                                                                    I predict my most played song will be me porto bonito o vol.52 Quevedo/bizarrap #SpotifyWrapped
## 3346                                                                                                             I predict my top genre will be country #SpotifyWrapped
## 3347                                                                                                             I predict my top artist will be goopy 😭#SpotifyWrapped
## 3348                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3349                                                                                     I predict my most played song will be Travis Scott - Skeletons #SpotifyWrapped
## 3350                                                                                                   I predict my most played song will be deepthroat #SpotifyWrapped
## 3351                       FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/rylKc0EmNx
## 3352                                                                                                                       ill put my #SpotifyWrapped on here evetually
## 3353                                                                                                            A Solid Lineup! #SpotifyWrapped https://t.co/d7zbw2X2Dj
## 3354                        You're just a click away🔥👇\nhttps://t.co/RsfAIDhPB0\n#SpotifyWrapped #RedVelvet #FIFAWorldCupQatar2022 #คุณชายตอนจบ… https://t.co/wDrscTQFtM
## 3355                        We've Gathered Amazon, Aliexpress and Ebay Best Selling Products for You. and  Free..\n🔥 https://t.co/HTA2rVOKyV 🔥… https://t.co/f4sr9x06Rk
## 3356                                                                         I predict my most played song will be I am nothing (i am no one) Sustinere #SpotifyWrapped
## 3357                                                                                    I predict my top artist will be [@opeth or @SpandauBallet]💓✨️☁️❄️ #SpotifyWrapped
## 3358                                                                            I predict my top genre will be kpop or if it’s specific kpop boy group 😭#SpotifyWrapped
## 3359                           The fact that my kid listens to awful music on my Spotify makes me sad about how my wrapped up playlist is going to look #SpotifyWrapped
## 3360                                                                                                           I predict my top genre will be Reggaeton #SpotifyWrapped
## 3361                                Random full odds Shiny Oinkolonge! \n\n#PokemonViolet #shinyoinkologne #peppapig #pokemon #shiny #Trending… https://t.co/hqOvXgERBR
## 3362                                                                                                          I predict my top artist will be @elonmusk #SpotifyWrapped
## 3363                                                                                                               King Gizzard &amp; The Lizard Wizard #SpotifyWrapped
## 3364                                                                                                                             Buzzing to see my #SpotifyWrapped 2022
## 3365                                   MASSA AIN'T THAT BAD\n#Black #Man #Woman #Women #Child #BlackMan #BlackWoman #BlackLove #BlackGirlMagic… https://t.co/1FkxsK65Ek
## 3366                                               I'm fairly certain my top song is going to be Freaks by Surf Curse again- or a Ride The Cyclone song #SpotifyWrapped
## 3367                       FRYD EXTRACTS LIQUID DIAMONDS , NEW FRYD EXTRACTS LIQUID DIAMONDS , FRYD DISPOSABLES LIQUID DIAMONDS , FRYD BARS LI… https://t.co/cuYbEfMbBr
## 3368                                                       My top artist will be Tub Ring. Furthermore, I'll be at the top, or I'll have failed myself. #SpotifyWrapped
## 3369                       I will create honeybook dubsado automation workflow with scheduling invoicing\nhttps://t.co/kmruijZ1uK\n#Worlds2022… https://t.co/FScm5jJJsI
## 3370                                                                                    I predict my most played song will be iPad - @TheChainsmokers 🧃 #SpotifyWrapped
## 3371                                                                                          I predict my most played song will be [some #Opeth stuff] #SpotifyWrapped
## 3372                        Top Gun: Maverick | My Favorite Movie is my favorite one. If you guys interested to watch Full Movie for FREE then… https://t.co/bdwDIZNAVc
## 3373                                                                                                          I predict my top artist will be Bad Bunny #SpotifyWrapped
## 3374                                                                     I predict my most played song will be Change J cole or Pink Matter Frank Ocean #SpotifyWrapped
## 3375                                                                       so why is it trendinf if it hasn't dropped yet. your mother doesn't love you #SpotifyWrapped
## 3376                   #TheRiver1Magic  NOVEMBER SPECIAL  ✨️ ends 4/12\nWAIST LENGTH \nBOX BRAIDS R250\nKNOTLESS BRAIDS R300\nHAIRPIECE EXCLUD… https://t.co/INrtAsvhWc
## 3377                                     me waiting for my spotify wrapped like i don’t already know my top artist is going to be taylor swift… https://t.co/gf8fEJQYW1
## 3378                                                                                                         I predict my top artist will be @LittleMix #SpotifyWrapped
## 3379                                                                                                                                   #SpotifyWrapped  GIVE IT TO ME !
## 3380                                                                         i can cheat and get a good guesstimate of my #SpotifyWrapped because i use @lastfm #lastfm
## 3381                                                                                                         Where do i find my #SpotifyWrapped https://t.co/iSOGqp85YU
## 3382                                  Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy CONGRATULATIONS JUNGKOOK
## 3383                                                                                               I predict my most played song will be limbo by jun 💯 #SpotifyWrapped
## 3384                                                                                                     I predict my top podcast will be anything goes #SpotifyWrapped
## 3385                                                                                               I predict my top artist will be Will Wood or Lovejoy #SpotifyWrapped
## 3386                                                                                                                          HE ISNT THERE BUT WHY THE #SpotifyWrapped
## 3387                                                                                                            I predict my top genre will be [HipHop] #SpotifyWrapped
## 3388                      #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nHere is the usual example of… https://t.co/cpnEtzU174
## 3389                                                                           I predict my most played song will be swimming pool by the front bottoms #SpotifyWrapped
## 3390                       we have a HUGE end of the year sale going on you do not want to miss this!! Message me for any questions you may ha… https://t.co/pzq7DaA5qF
## 3391                                                                                                   Manifesting top 0.1% of mitski listeners for #SpotifyWrapped 🙏🙏🙏
## 3392                                                                         me temo q va a salir taytay \nI predict my top artist will be taylor swift #SpotifyWrapped
## 3393                                                                                         I predict my most played song will be [Sociopathic Apogee] #SpotifyWrapped
## 3394                                                                         I predict my top podcast will be [The Evolution Of A Snake] #SpotifyWrapped @tswiftpodcast
## 3395                     #CyberMonday #GivingTuesday #SpotifyWrapped #FIFAWorldCupQatar2022 #mondaymotivation\n\nWell COP27 ended just recentl… https://t.co/Mum3UcCMbG
## 3396                                                                I predict my top artist will be Corpse for the second year in a row. I can FEEL it. #SpotifyWrapped
## 3397                                                      Me prepping for #SpotifyWrapped like it’s a marathon instead of the same 20 songs I’ve had on repeat all year
## 3398                                                                                                     I predict my top artist will be Taylor Swift 😌 #SpotifyWrapped
## 3399                                                                                                      I predict my top artist will be @kylieminogue #SpotifyWrapped
## 3400                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped boy harsher
## 3401                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 3402                                                                                  I predict my most played song will be @kylieminogue celebrate you #SpotifyWrapped
## 3403                             In God we Trust ✝️💯💯#Twittershutdown #viralvideo #SpotifyWrapped #Trending @davido @junior_maCHaALA @wizkidayo… https://t.co/0LZQv3PpPc
## 3404                                                                                                             I predict my top artist will be taylor #SpotifyWrapped
## 3405                                                                                                   I predict my top artist will be @Imaginedragons  #SpotifyWrapped
## 3406                                                                           I predict my top podcast will be nothing. I don't listen to podcasts lol #SpotifyWrapped
## 3407                                         Y’all do know you can just go to the website and see it right? Just look up Spotify stats and it’ll pop up #SpotifyWrapped
## 3408                                                                                      I predict my most played song will be Betty by Taylor Swift 😌 #SpotifyWrapped
## 3409                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3410                                                              I predict my most played song will be literally anything by taylor swift or As it Was #SpotifyWrapped
## 3411                                                                              I PREDICT MY MOST LISTENED TO ARTIST WOULD BE DRAKE, FAYGO OR FOUSHEE #SpotifyWrapped
## 3412                                                                               I predict my most played song will be the Spaceship Earth soundtrack #SpotifyWrapped
## 3413                                I predict my top podcast will be Lunch Breakz because I use Google podcasts to listen to all my other subscriptions #SpotifyWrapped
## 3414                                                                                                         I predict my top genre will be Pop or kpop #SpotifyWrapped
## 3415                   @chartdata For my #spotifywrapped, \n\nTop artists are kanye, kendrick, then childish gambino\n\nTop song, i have no cl… https://t.co/kfy6979FlY
## 3416                                                            I predict my top podcast will be [The Bald and the Beautiful] #SpotifyWrapped @trixiemattel @katya_zamo
## 3417                                                                                     I predict my top podcast will be idk I don't watching podcasts #SpotifyWrapped
## 3418                                                                                                I predict my most played song will be Surfin U.S.A. #SpotifyWrapped
## 3419                                                                                                          I predict my top artist will be Blackpink #SpotifyWrapped
## 3420                                                                          I predict my top artist will be Aesop Rock for like the 20th year running #SpotifyWrapped
## 3421                                                                                                          I predict my top artist will be LIL NAS X #SpotifyWrapped
## 3422                                                                                        I predict my most played song will be #BLACKPINK Pink venom #SpotifyWrapped
## 3423                                                                                                         I predict my top artist will be @sanbenito #SpotifyWrapped
## 3424                                                                                                                                            well 🧍🏽 #SpotifyWrapped
## 3425                                                                                                           I predict my top artist will be Beyoncé. #SpotifyWrapped
## 3426                                        I predict my most played song will be All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)\n#SpotifyWrapped
## 3427                                                                                                                I predict my top genre will be ROCK #SpotifyWrapped
## 3428                                                                                             I predict my most played song will be [Higher - Creed] #SpotifyWrapped
## 3429                                                                                                                              in a couple of days 🥴 #SpotifyWrapped
## 3430                                                                                                     I predict my top artist will be Camila Cabello #SpotifyWrapped
## 3431                                                   Me being jealous of the 2022 Spotify Wrapped 🥲 Cries on Apple Music #SpotifyWrapped  🥲😂😂 https://t.co/pWWhfgozE2
## 3432                                   I predict my most played song will be "Show me the place where he inserted the blade" by Black Country, New Road #SpotifyWrapped
## 3433                                                                                                I predict my most played song will be INDUSTRY BABY #SpotifyWrapped
## 3434                                                                                            crying bc I know my  #SpotifyWrapped #1 genre is about to be dreamsmp💔💀
## 3435                                                                                                       #SpotifyWrapped\nI predict my top genre is gonna be country.
## 3436                       99% sure my number 1 song on my #SpotifyWrapped will either be the 1 or ATWTMVTVFTV by @taylorswift13. I’ll be surp… https://t.co/dnFYE91ndq
## 3437                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3438                                              🧢 : Ayfletch Handpainted &amp; Embroidered Apparel.\n\n#RedVelvet \n#SpotifyWrapped \n#UFC281 https://t.co/jL8iipzn37
## 3439                                                                                                        I predict my top genre will be pop, duh. [] #SpotifyWrapped
## 3440                             i act like i’m gonna be surprised when i see my spotify wrapped but we all know it’s just gonna be this woman… https://t.co/IbbsNwwKaM
## 3441                     Can’t be topped 💅✨🖤\n#LanaDelRey #MelanieMartinez #PierceTheVeil #Scruffpuppie #Tamino #Junglepussy #Bbymutha #Ängie… https://t.co/YuxcfkzNy1
## 3442                      the only thing i regret about moving to Amazon Music is there’s nothing akin to #SpotifyWrapped\n\nyou have our data… https://t.co/cZV083gFl9
## 3443                                                                                                    I predict my top artist will be [Taylor swift ] #SpotifyWrapped
## 3444                                I predict my most played song will be Stay by my lord and savior Justin Bieber. If it isn’t, my whole life is a lie #SpotifyWrapped
## 3445                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3446                                                                                               I predict my top podcast will be [wicked unscripted] #SpotifyWrapped
## 3447                                                                                                                                            we love #SpotifyWrapped
## 3448                                                                                    I predict my most played song will be Bam Bam by Camila Cabello #SpotifyWrapped
## 3449                                                                               I predict my top podcast will be Anything Goes With Emma Chamberlain #SpotifyWrapped
## 3450                                                                                               I predict my most played song will be Break My Soul. #SpotifyWrapped
## 3451                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3452                                                                                                                 I predict my top genre will be RAP #SpotifyWrapped
## 3453                                                                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Morbid
## 3454                                                                                          I predict my top artist will be my queen lana del rey💞💞💞💞 #SpotifyWrapped
## 3455                  "Sonreír"\nStage 38.49\nCharcoal pencil on paper.\nSize: 2 by 3 fts (60.96 cm by 91.44 cm)\n\nPlease just a retweet mean… https://t.co/zmfJxcqW0P
## 3456                                                                                                      I predict my top podcast will @_HometownGlory #SpotifyWrapped
## 3457                        My latest article defends David Walliams, someone more admirable than you think. #onlyconnect #universitychallenge… https://t.co/z27U6YAvNh
## 3458                                                                               I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/H2YQFQMz0Q
## 3459                                                                            I predict my most played song will be \nTongue 12" Mix - Rêve and Lemon #SpotifyWrapped
## 3460                                                                                                      I predict my top artist will be Taylor Swift\n#SpotifyWrapped
## 3461                                                                            I predict my most played song will be Dear True Love by @sleepingatlast #SpotifyWrapped
## 3462                                                                                                    I predict my top artist will be @backstreetboys #SpotifyWrapped
## 3463                                            I predict my most played song will be Machine Gun Kelly - maybe (feat. Bring Me The Horizon) this year. #SpotifyWrapped
## 3464                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Selena Gómez
## 3465                                                             A #vegan tswift cake!! @taylorswift13 @taylornation13 #orlando #SpotifyWrapped https://t.co/SSv99m8tpQ
## 3466                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3467                                                                                              I predict my top genre will be pop bc i always get it💀#SpotifyWrapped
## 3468                                                                                                   I predict my top podcast will be [I don’t know ] #SpotifyWrapped
## 3469                                                                                         I predict my most played song will be [Easy on me- Adele ] #SpotifyWrapped
## 3470                                                                       I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped pop obviamente
## 3471                                                                I predict my most played song will be something from @Harry_Styles or @thedriverera #SpotifyWrapped
## 3472                                                                                                     I predict my top artist will be [Dreamcatcher] #SpotifyWrapped
## 3473                                                                            I predict my most played song will be Maria (I like it loud) by Scooter #SpotifyWrapped
## 3474                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped alguna de Selena o taylor
## 3475                                                                         if it doesn't sit in my #SpotifyWrapped top 5 I'm seriously afraid https://t.co/CMRYd9F9tn
## 3476                                        I predict my most played song will be All Too Well (Ten Minute Version) (Taylor’s Version) (From The Vault) #SpotifyWrapped
## 3477                                                                                        @Spotify I CANT WAIT ANY LONGER RELEASE SPOTIFY WRAPPED 😩😩😩 #SpotifyWrapped
## 3478                       All my album reviews and album rankings have tainted my #SpotifyWrapped results. I wouldn't pay to see some of thes… https://t.co/RZFeg620cV
## 3479                                                         I predict my most played song will be west coast by lana or heat lightning by mitski #SpotifyWrapped &lt;3
## 3480                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3481                                                                                    I predict my most played song will be Ojitos Lindos - Bad Bunny #SpotifyWrapped
## 3482                                                                        I predict my top artist will be the music industry herself Dr. Taylor Swift #SpotifyWrapped
## 3483                                                                                    I predict my top artist will be Tinashe #SpotifyWrapped https://t.co/oNKnxPgtij
## 3484                                                                                                   I predict my top artist will be [Big Time Rush ] #SpotifyWrapped
## 3485                                                                          【Trends Tag】 #CyberMonday #FIFAWorldCupQatar2022 #GivingTuesday #PORURU #SpotifyWrapped
## 3486                                                                                        I predict my most played song will be any Taylor swift song #SpotifyWrapped
## 3487                                                      I predict my top podcast will be that one true crime podcast i was obsessed with for 3 months #SpotifyWrapped
## 3488                                                                              I predict my top podcast will be [Archetypes  ] #SpotifyWrapped #ArchetypesWithMeghan
## 3489                                                                                                    I predict my top artist will be SEGA SOUND TEAM #SpotifyWrapped
## 3490                                                                                     I predict my most played song will be [Riverdale candy store ] #SpotifyWrapped
## 3491                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3492                                                                                                  I predict my top artist will be taylor swift!!!!! #SpotifyWrapped
## 3493                                                                                                       I predict my top podcast will be Daebak Show #SpotifyWrapped
## 3494                                                                                              I predict my top artist will be Drake or Comethazine  #SpotifyWrapped
## 3495                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 3496                       I predict my most played song will be demolitions lovers i had to play it way too many times cause i’m learning it on guitar #SpotifyWrapped
## 3497                                                                                     I predict my top genre will be pop, im a pop girl until i die  #SpotifyWrapped
## 3498                                      Just fyi...\n\nApple Music Replay.\n\nAnd @pocketcasts ' yearly stats are out!\n\nDon't wait for this #SpotifyWrapped gimmick
## 3499                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3500                                                                                     I predict my most played song will be “Be a light” or “F-150.” #SpotifyWrapped
## 3501                                                                                     I predict my top artist will be peach pit or twenty one pilots #SpotifyWrapped
## 3502                                                                        I predict my most played song will be [Late Night Talking] #SpotifyWrapped by @Harry_Styles
## 3503                                                                                                   I predict my most played song will be js lullaby #SpotifyWrapped
## 3504                                                                                                       I predict my top artist will be Madison Beer #SpotifyWrapped
## 3505                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3506                                                                                                                 I predict my top genre will be POP #SpotifyWrapped
## 3507                                                                                                                  #SpotifyWrapped remove dreamsmp genre you freakos
## 3508                                                                                         I predict my most played song will be Memoirs of a Gorilla #SpotifyWrapped
## 3509                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nI'm not gonna fill it cause fr idk
## 3510                                                                     Before seeing my #SpotifyWrapped i can guarantee @Kehlani will be my top number one artist! 🖤🥰
## 3511                                                                                                              I predict my top artist will be @Griz #SpotifyWrapped
## 3512                                                                             I predict my most played song will be Heated or Pure/Honey by Beyoncé  #SpotifyWrapped
## 3513                                                                                     I predict my top artist will be Taylor Swift, la goat assoluta #SpotifyWrapped
## 3514                       I predict my most played track will be “Heat” by Eminem (I just fell asleep once with the track continuously on the… https://t.co/UC7LXhraX7
## 3515                                                                                                       I predict my top artist will be [Kanye West] #SpotifyWrapped
## 3516                                                                                                         I predict my top artist will be @rolemodel #SpotifyWrapped
## 3517                                                                                          I predict my top artist will be The Killers (most likely) #SpotifyWrapped
## 3518                                                                      I predict my most played song will be [Hard to love by Blackpink]\n#BLACKPINK #SpotifyWrapped
## 3519                                                                                     I predict my most played song will be Evergreen by @omarapollo #SpotifyWrapped
## 3520                                                                                                         I predict my most played song will be Fuel #SpotifyWrapped
## 3521                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 3522                                                                                                          I predict my top artist will be Metallica #SpotifyWrapped
## 3523                                                                                                    i already know BTS is gonna be my top artist on #SpotifyWrapped
## 3524                                                                                          I predict my most played song will be [sky by @LilyPichu] #SpotifyWrapped
## 3525                                                                          I predict my most played song will be Empire of The Sun - Ice On The Dune #SpotifyWrapped
## 3526                                                                                       I predict my most played song will be A Cruel Angel's Thesis #SpotifyWrapped
## 3527                                                                                      I predict my most played song will be #SpotifyWrapped https://t.co/p1SMT9cDv5
## 3528                        I predict my top artist will be @hf_dreamcatcher. No matter what new group I discover, I will always come back to my faves. #SpotifyWrapped
## 3529                                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Law in action
## 3530                                                                                  I predict my top artist will be the weeknd no doubt. 😌 @theweeknd #SpotifyWrapped
## 3531                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3532                                                                                             I predict my top artist will be Elton John (hopefully) #SpotifyWrapped
## 3533                                                                           I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Doja cat
## 3534                                                                               I predict my top artist will be [@danielrustage or @ado1024imokenp]  #SpotifyWrapped
## 3535                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3536                                                                                  I predict my top podcast will be Violating Community Guidelines   #SpotifyWrapped
## 3537                                                                                                    waiting impatiently for #SpotifyWrapped https://t.co/tv6pGIsspo
## 3538                                                                                         I predict my most played song will be David by @noso_music #SpotifyWrapped
## 3539                     99bookmarking https://t.co/rd4HAxQvGX \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/1aEYBA9D5C
## 3540                        Nothing could surprise me more than the year I was in like .01% of top Grimes listeners, which I listened to while… https://t.co/ImvzFIHzEY
## 3541                                                                               I predict my most played song will be [Rockstar made- Playboi Carti] #SpotifyWrapped
## 3542                Cross Guild \n#onepiece #ワンピース #crossguild #クロス・ギルド #shichibukai #crocodile #mihawk #buggy #eichirooda #camser… https://t.co/vKfj3Vzddv
## 3543                                                          I predict my top genre will be either alt idol or idol rock. Flip a coin between the two. #SpotifyWrapped
## 3544                               I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Insane by Summer Walker. https://t.co/1NjTHpsK1g
## 3545                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop music
## 3546                                                             I predict my most played song will be All Too Well (10 minute version) by Taylor Swift #SpotifyWrapped
## 3547                                                    Only #SpotifyWrapped will cure my depression. Please hurry Spotify, I'm not sure how much longer I can hold on.
## 3548                     Seriously someone tell me what #SpotifyWrapped is!\n\nI've never used Spotify on my phone and I've never heard of thi… https://t.co/hCGNMHYoq1
## 3549                                                                                                               I predict my top genre will be pop 🤠 #SpotifyWrapped
## 3550                                                                                  I predict my most played song will be FUCK ABOUT IT BY WATERPARKS #SpotifyWrapped
## 3551                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Oh no! Marina and the diamonds
## 3552                                                                                     I predict my top genre will be Hyperpop! And no, I'm not sorry #SpotifyWrapped
## 3553                                                                                      I predict my top artist will be Necrophagia #SpotifyWrapped im losing ny mind
## 3554                                                                                             I predict my top podcast will be [ladies and tangents] #SpotifyWrapped
## 3555                                                                                                             I predict my top genre will be [anime] #SpotifyWrapped
## 3556                        I predict my most played song will be "am I" by @YanakotoSM. Really tough to guess for sure but I dunno what could… https://t.co/CM1ZwwUuEj
## 3557                                                                                       I predict my most played song will be Maroon by Taylor Swift #SpotifyWrapped
## 3558                                                                                                        I predict my top artist will be [glee club] #SpotifyWrapped
## 3559                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped\n@danielrustage 's onepeice dnd
## 3560                                                                                                       I predict my top genre will be [garage rock] #SpotifyWrapped
## 3561                                             I predict my most played song will be Hard to be a Bard. If it’s not, I’ll literally be so confused 😭😭 #SpotifyWrapped
## 3562                                                                           I predict my top podcast will be [@ParcastNetwork unsolved murder cases] #SpotifyWrapped
## 3563                                                                    I predict my most played song will be [paradise by the dashboard light by glee] #SpotifyWrapped
## 3564                                                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 3565                             NEW VIDEO!\nForget your #SpotifyWrapped! Look at Jakestation and I react to The Game Awards 2021 on @YouTube!… https://t.co/EayUJpjw3s
## 3566                                                                                                       I predict my top artist will be @MCRofficial #SpotifyWrapped
## 3567                                                  #SpotifyWrapped I think my most played is gonna be step back by GOT OR ..... the glee rendition of im a Slave 4 U
## 3568                       Me dodging the avalanche of underwear heading my way when I release my #SpotifyWrapped and everyone realises what a… https://t.co/BX5ZcUbPdk
## 3569                                                                                                            I predict my top genre will be - Pop\n\n#SpotifyWrapped
## 3570                                                                                                   I predict my most played song will be the archer #SpotifyWrapped
## 3571                                                                                                               I predict my top genre will be  80’s #SpotifyWrapped
## 3572                                                                                 One things for sure my top listened to Pod will be @NewestOlympian #SpotifyWrapped
## 3573                                                                                           I predict my top genre will be [emo?? or like pop maybe] #SpotifyWrapped
## 3574                                                                                                            I predict my top podcast will be Morbid #SpotifyWrapped
## 3575                                                               I predict my top artist will be Liberato for the spoiler spotify did to me weeks ago #SpotifyWrapped
## 3576                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3577                                                           top artist is either car seat jeadrest or radiohead, if it's cavetoen it's a fucking bug #SpotifyWrapped
## 3578                                                                             I predict my most played song will be Maniac by Stray Kids @Stray_Kids #SpotifyWrapped
## 3579                                                                                                       I predict my top artist will be Marco Telles #SpotifyWrapped
## 3580                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3581                                                                                                              I predict my top artist will be [bts] #SpotifyWrapped
## 3582                                                                                                      I predict my most played song will be 7 years #SpotifyWrapped
## 3583                                                                                          I predict my most played song will be Baby Blue by Junior #SpotifyWrapped
## 3584                                                                                                    I predict my top artist will be louis or taylor #SpotifyWrapped
## 3585                                                                                 I predict my most played song will be [over this by slayyyter] #SpotifyWrapped!!!!
## 3586                                                                                     I predict my most played song will be Tu, Porém - Marco Telles #SpotifyWrapped
## 3587                                                                                             I predict my top artist will be Stray Kids @Stray_Kids #SpotifyWrapped
## 3588                                                                                                 I predict my most played song will be All Too Well #SpotifyWrapped
## 3589                                                                                                           I predict my top artist will be brakence #SpotifyWrapped
## 3590                                                                                                     hard lineup #instafest #SpotifyWrapped https://t.co/VwKbAjlLTi
## 3591                                                                                                   I predict my top artist will be [@gracieabrams ] #SpotifyWrapped
## 3592                                             I predict my top artist will be [bad bunny] #SpotifyWrapped\nI know for a fact that man has had a chokehold on my 2022
## 3593                                                              I predict my most played song will be NEEDED ME @rihanna or FLY KICKS @WaxMotif remix #SpotifyWrapped
## 3594                                                                                                              I predict my top artist will be NICKI #SpotifyWrapped
## 3595                                                                 I predict my most played song will be bigger than me or written all over your face #SpotifyWrapped
## 3596                                                              I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped https://t.co/lkzkC9lNBW
## 3597                                                                         I predict my most played song will be only one who knows by Arctic Monkeys #SpotifyWrapped
## 3598                                                                                  I predict my most played song will be [Venus Fly Trap - Brakence] #SpotifyWrapped
## 3599                                         i predict my top podcast will be @stevebartlettsc - duh! \n\n(even though he cancelled my diary order!)\n\n#spotifywrapped
## 3600                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3601                                                                                              I predict my top genre will be Indie definitely indie #SpotifyWrapped
## 3602                                                                                  I predict my top artist will be the exos! #SpotifyWrapped https://t.co/Go0zZgh7UT
## 3603                                                               I predict my top artist will be Bad Omens or Dayseeker, it's going to be very close. #SpotifyWrapped
## 3604                        I predict my most played song will be shes the prettiest girl at the party and she can prove it with a solid right… https://t.co/VTBeFufWx6
## 3605                                                                                                     I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 3606                                                  GUYS I JUST CHECKED MY SPOTIFY RECEPIT AND GLEE CAST IS IN THE TOP 5 I NEED TO DO SOMETHING NEOW  #SpotifyWrapped
## 3607                                                                                        I predict my most played song will be no one dies from love #SpotifyWrapped
## 3608                                                                                          I predict my top genre will be Metalcore, by a landslide. #SpotifyWrapped
## 3609                                                                                        I predict my most played song will be Then it All Goes Away #SpotifyWrapped
## 3610                                                                I predict my most played song will be:\nAbout you\nBoyfriends\nAntihero\nQuestion\n #SpotifyWrapped
## 3611                                                                                      I predict my top podcast will be @philytaggart #chilldabeats  #SpotifyWrapped
## 3612                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3613                                                                                                                I predict my top artist will be Djo #SpotifyWrapped
## 3614                                                                       I predict my top artist will be Lil Nas X or Beyoncé #SpotifyWrapped https://t.co/SQiwqDFFLX
## 3615                                                                                        I predict my most played song will be Neon Grave @dayseeker #SpotifyWrapped
## 3616                                                                                                   I predict my top genre will be gayyyyyyyyest pop #SpotifyWrapped
## 3617                                                                                              I predict my top genre will be kpop boy group :llllll #SpotifyWrapped
## 3618                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3619                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3620                                                                                                       I predict my most played song will be august #SpotifyWrapped
## 3621                                                                                        I predict my top artist will be @Imaginedragons, for sure!\n#SpotifyWrapped
## 3622                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3623                                                                                                     I predict my top artist will be Gang of youths #SpotifyWrapped
## 3624                                                                                                           I predict my top artist will be the 1975 #SpotifyWrapped
## 3625                       My #SpotifyWrapped is going to be so different this year. Usually Foo Fighters top my list, but I could hardly list… https://t.co/icN8EGtCDP
## 3626                                            I predict my most played song will be either hurdle or obsession... i think it's VERY much neck to neck #SpotifyWrapped
## 3627                                           and at other times, she and her three children were targeted.\n #SpotifyWrapped #BRASUI Casemiro https://t.co/PKMiz2gt6t
## 3628                       with whom she kept moving from place to place in the midst of the Lebanese war, and between the massacres targeting… https://t.co/PbVj4jb74j
## 3629                                                                                                 i predict my top artist will be my bby @jorjasmith #spotifywrapped
## 3630                        Dr. Jane raised three children who do not know another mother, one of whom is physically and mentally handicapped,… https://t.co/TsD2aRCTCk
## 3631                                                               My #SpotifyWrapped is just going to say the same thing it does every year. I'm gay and mentally ill.
## 3632                       after a long life spent in the service of humanitarian work supporting and advocating for our Pales*tinian cause an… https://t.co/jV8QJL9hhw
## 3633                                                                                                          I predict my top artist will be [tananai] #SpotifyWrapped
## 3634                                                                                                   I predict my top genre will be chill or rock/pop #SpotifyWrapped
## 3635                     Dr. Jane Calder.. Long lines in the lives of three Pales*tinian children\n\n Today, Monday, the Australian doctor Jan… https://t.co/JrLqIYo1jo
## 3636                                                                                                       I predict my top artist will be $Suicideboy$ #SpotifyWrapped
## 3637                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3638                                                                                                         I predict my top artist will be Alex g ngl #SpotifyWrapped
## 3639 Cover de #chainsawman\nhttps://t.co/RbYxKygsxT👈\nhttps://t.co/k5xuHbMHf9👈\nLINK IN BIO!!\n#チェンソーマン見放題最速配信 \n#チェンソーマン… https://t.co/vxwmRU7MeE
## 3640                                                                                                          I predict my top genre will be indie rock #SpotifyWrapped
## 3641                                                                  I predict my most played song will be Wanting getting wanting by @DEMONDICEKaren  #SpotifyWrapped
## 3642                                                                                       I predict my most played song will be [sogni appesi -ultimo] #SpotifyWrapped
## 3643                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 3644                                                                                                   I predict my top podcast will be @RaidersLostPod #SpotifyWrapped
## 3645                           Check this list of great tracks of purzyth rekords whit the best of the label #music #echoenmexico #worldartist… https://t.co/5eFDnkecCm
## 3646                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped.   Way Down Yonder
## 3647                                                                                              I predict my most played song will be sex by the 1975 #SpotifyWrapped
## 3648                                                                                                      I predict my top artist will be @BIGBABYGUCCI #SpotifyWrapped
## 3649                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 3650                                                                         I predict my most played song will be Gang of youths - Angel of 8th Avenue #SpotifyWrapped
## 3651                                                                                                        I predict my top podcast will be Archetypes #SpotifyWrapped
## 3652                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3653                                                                                   I already know @sanbenito is gonna be all over my #SpotifyWrapped 2022 lolol 💜🫶🏽
## 3654                                                                                                  I predict my top podcast will be @nununanapodcast #SpotifyWrapped
## 3655                                                                                                 i predict my top artist will be my bby @jorjasmith #spotifywrapped
## 3656                                                                                                            I predict my top artist will be bladee\n#SpotifyWrapped
## 3657                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 3658                                                                                       I predict my most played song will be remember me Becky hill #SpotifyWrapped
## 3659                                                                                                       I predict my top artist will be Denzel Curry #SpotifyWrapped
## 3660                                                     me pretending to be shocked when i see Ariana Grande is my most played #SpotifyWrapped https://t.co/yQubJWPEJK
## 3661                   I predict my most played songs will be \nN95 - Kendrick\nThis Is Why - Paramore\nTroubles/Walkin - Denzel\nTake My Brea… https://t.co/LLUJ2OX5Qk
## 3662                                                                                   My most played artist is [Gus Dapperton]... This is not a guess. #SpotifyWrapped
## 3663                                                                                                I predict my top genre will be hip hop / cloud rap\n#SpotifyWrapped
## 3664                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped.         Chase Rice
## 3665                                                                          I predict my most played song will be Shooting Star by Modern Talking.... #SpotifyWrapped
## 3666                                                                                  my top genre is gonna be music for sad bitches who got cheated on #SpotifyWrapped
## 3667                                                                                                   I predict my top podcast will be Sibling Rivalry #SpotifyWrapped
## 3668                                                                                                  I predict my top artist will be machine gun kelly #SpotifyWrapped
## 3669                                                                                       I predict my most played song will be sandman by a$ap rocky\n#SpotifyWrapped
## 3670                                                                                                        can it be december already i want to see my #SpotifyWrapped
## 3671                                                                                                     I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 3672                       Saw #SpotifyWrapped trending and i thought it dropped already lol i know Burna Boy is in my top 5 this year … wonde… https://t.co/myj1W7VqRE
## 3673                                                                                                         I predict my top artist will be Rupaul #SpotifyWrapped 💀💀💀
## 3674                                                                              i predict my top genre will be [if it’s pop, i’ll actually he livid…] #spotifywrapped
## 3675                                                                                                               I predict my top podcast will be poo #SpotifyWrapped
## 3676                                                                                                           I predict my top genre will be Indie Pop #SpotifyWrapped
## 3677                               I will speed up WordPress website speed optimization for google pagespeed insights\nhttps://t.co/g2o35vaaA7… https://t.co/0K8vN0vwnZ
## 3678                                                                 I KNOW my most played song will be [Meteorite - Gus Dapperton,  Anna of the North] #SpotifyWrapped
## 3679                                                                                                                I predict my top artist will be poo #SpotifyWrapped
## 3680                                                                                            I predict my most played song will be Catwalk by Rupaul #SpotifyWrapped
## 3681                                                                                                                 I predict my top genre will be poo #SpotifyWrapped
## 3682                                                                                               This sums up my prediction 🙃 #SpotifyWrapped https://t.co/vtO2eZFht9
## 3683                        I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version) (From the Vault) because… https://t.co/ecpEn7seXY
## 3684                                                                                                       I predict my top artist will be @MIWband 🤘🏻🤍 #SpotifyWrapped
## 3685                             Lol, cant believe im doing this but i THINK  my top song is home with you-fka twigs or meta angel by the same artist \n#SpotifyWrapped
## 3686                                                                                                          I predict my top artist will be Peach Pit #SpotifyWrapped
## 3687                                                                                                   I predict my top artist will be Giveon or Lecrae #SpotifyWrapped
## 3688                                                                                     I predict my most played song will be From 2 to 3 by Peach Pit #SpotifyWrapped
## 3689                                                                                  I predict my top artist will be the weeknd or michael jackson idk #SpotifyWrapped
## 3690                     @Ol_Meg Lmao I have no shame now \n1. Ocean Waves for Sleep \n2. Rainforest Thunderstorm \n3. 10 Hours Industrial Fan… https://t.co/EzCPxZ04g3
## 3691                                                                                  I predict my top artist will be Bad Omens #SpotifyWrapped https://t.co/o5iQwZ5lZH
## 3692                                                                                                          I predict Demi lovato to be my top artist #SpotifyWrapped
## 3693                                                                                                   I predict my top artist will be [the mechanisms] #SpotifyWrapped
## 3694                                                                                                   I predict my top podcast will be @FoolishMortaIs #SpotifyWrapped
## 3695                                                              I predict my most played song will be Happily Ever After by Jordan Fisher and Angie K #SpotifyWrapped
## 3696                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3697                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 3698                                                                                                         I predict my top artist will be Juice WRLD #SpotifyWrapped
## 3699                       This will be my first #SpotifyWrapped and I’m so litty. Last year it was the worst day of my life and I cancelled m… https://t.co/2O94y4c2LR
## 3700                                                                                          i predict my most played song will be burn by @jorjasmith #spotifywrapped
## 3701                                                                                                                                      oh no please😭 #SpotifyWrapped
## 3702                                                  Me pretending to be shocked when Taylor Swift is once again on my #1 for  #SpotifyWrapped https://t.co/2uAWWowN5f
## 3703                                                                                 I predict my top podcast will be [The Yard or The Magnus Archives] #SpotifyWrapped
## 3704                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3705                                                                                                                I predict my top genre will be Pop  #SpotifyWrapped
## 3706                                                            I predict my top artist will be @ddlovato #SpotifyWrapped #DemiLovato #HolyFvck https://t.co/ipZS3Q3wl6
## 3707                                                                                               I predict my most played song will be [0n the fl00r] #SpotifyWrapped
## 3708                                                                                                             I predict my top artist will be Twice  #SpotifyWrapped
## 3709                       im so dead serious barbie is gonna be in my top 2 artists for spotify wrapped its not even funny... barbstie millis… https://t.co/jPlIjjbjHw
## 3710                                                                                I predict my most played song will be I Ain't Worried or Starwalkin #SpotifyWrapped
## 3711                                                                I predict my most played song will be Divine Attack -Shingeki- by @BABYMETAL_JAPAN  #SpotifyWrapped
## 3712                       I predict my top podcast will be [fill in top podcast prediction] it's definitely The David Cassidy Connections - w… https://t.co/3fkFj6uwg3
## 3713                                                                                 Just drop it already. Been waiting for what feels like a year now. #SpotifyWrapped
## 3714                                                                      I predict my most played song will be "bad decisions" #SpotifyWrapped https://t.co/660psbI7De
## 3715                                                                              I predict my most played song will be [A Little Love Will Fix You Up] #SpotifyWrapped
## 3716                                                                                                          I predict my most played song will be poo #SpotifyWrapped
## 3717                                                                                     I predict my top podcast will be @deuxmoiworld or @Betches_Sup #SpotifyWrapped
## 3718                                                                                                              I predict my top genre will be Kpop 😭 #SpotifyWrapped
## 3719                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3720                                                                    and this little stupid thing since #SpotifyWrapped is taking foreverrr. https://t.co/8j4GMF39cb
## 3721                                                                                                I predict my top podcast will be Happy Sad Confused #SpotifyWrapped
## 3722                                        I predict my top artist will be txt nct dream/127 or bts(i barely listen to them but sptfy is glitched asf) #SpotifyWrapped
## 3723                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped gunna be @FreddieDredd
## 3724                                                                                                             I predict my top artist will be Adele  #SpotifyWrapped
## 3725                                                                               I predict my most played song will Bigger Than Me ny Louis Tomlinson #SpotifyWrapped
## 3726                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3727                                                                    i predict my most played song will be..... PURE/HONEY or ALIEN SUPERSTAR 👽 \n\n #SpotifyWrapped
## 3728                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/6MlyvoUWJl
## 3729                                                                                                      I predict my most played song will be “Brave” #SpotifyWrapped
## 3730                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped limbo by @FreddieDredd
## 3731                                                                                                       I predict my top genre will be drum  n  bass #SpotifyWrapped
## 3732                       I don't have Spotify for various reasons, but mostly because they can't seem to make a punk playlist that doesn't i… https://t.co/oWb5XVNB0O
## 3733                                                                                                        I predict my top genre will be rap or grime #SpotifyWrapped
## 3734                                                                           I predict my most played song will be You Belong With Me by Taylor Swift #SpotifyWrapped
## 3735                                                                                                              I predict my top genre will be kpop🤢🤢 #SpotifyWrapped
## 3736                                                                                         I predict my most played song will be [ANGOSTURA by keshi] #SpotifyWrapped
## 3737                                                                          I predict my top artist will be @nfrealmusic.. no way there's anyone else #SpotifyWrapped
## 3738                                                                          I predict my top podcast will be @TheAntlerQueens #SpotifyWrapped https://t.co/f4USUhClHt
## 3739                                                                              I predict my most played song will be try again OR maze in the mirror #SpotifyWrapped
## 3740                                                                                                 I predict my most played song will be Bryn - Faces #SpotifyWrapped
## 3741                                                                                                      I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 3742                                                                                                      I predict my top artist will be taylor swift  #SpotifyWrapped
## 3743                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3744                                                                                                     I predict my top artist will be Harry Styles.  #SpotifyWrapped
## 3745                                                                                    I predict my most played song will be (All Too Well 10 min) lol #SpotifyWrapped
## 3746                                                                                      Just release the damn thing already!  #SpotifyWrapped https://t.co/1xN2m9TlWe
## 3747                                                                                                  I predict my top artist will be [@1YoungTakeoff ] #SpotifyWrapped
## 3748                                                                                     I predict my most played song will be this is me trying or ivy #SpotifyWrapped
## 3749                                                                                                                  it's almost that time of the year #SpotifyWrapped
## 3750                                                                                                                When will #SpotifyWrapped come out tho??? I'm tired
## 3751                                                      I predict my most played song will be [fill in top song prediction] David Cassidy - Cherish 💖 #SpotifyWrapped
## 3752                                                                                                               I predict my top artist will be Ozzy #SpotifyWrapped
## 3753                                                                         I predict my most played song will be [Idk how to kill myself - Younggoth] #SpotifyWrapped
## 3754                                                                                                                I predict my top artist will be bts #SpotifyWrapped
## 3755                                                                #SpotifyWrapped after trending several days in a row without a release date https://t.co/xW5T2o2grH
## 3756                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 3757                                                                                                                                       Can't wait 💞 #SpotifyWrapped
## 3758                                                                                                               I predict my top genre will be Metal #SpotifyWrapped
## 3759                                                                                   I predict my most played song will be Saturn by @sleepingatlast  #SpotifyWrapped
## 3760                                         Ahead of #SpotifyWrapped, you can find out what artists would make up the perfect festival for you https://t.co/zan8bg4mvn
## 3761                                                                     I predict my most played song will be Voices In My Head by Falling In Reverse  #SpotifyWrapped
## 3762                      So this has given me a good idea as to what my #SpotifyWrapped might look like. \n\nThere's nothing here that really… https://t.co/xASp7fCgwn
## 3763                                                                                                    I predict my most played song will be domino😍 \n#SpotifyWrapped
## 3764                                                                            I predict my top genre will be pop cuz I’m never not listening to pop 😭 #SpotifyWrapped
## 3765                                                                                                    I predict my top genre will be [SB19 #SB19 lol] #SpotifyWrapped
## 3766                                                                                  As long as Paramore is at the top of my #SpotifyWrapped I know Ill be okay ✊🏾✊🏾
## 3767                                                                            I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Beyoncé
## 3768                                                                                                  I predict my top podcast will be Jalen and Jacoby #SpotifyWrapped
## 3769                                                                                                             I predict my top artist will be @JIDsv #SpotifyWrapped
## 3770                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped CUFF IT or super freaky girl
## 3771                                    I predict my top podcast will be #FilmstoBeBuriedWith @brettgoldstein . this is my only accurate prediction for #SpotifyWrapped
## 3772                                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped mora
## 3773                                                                          I predict my top podcast will be \n\nThe Elder Scrolls LORECAAAAST 😉💙\n\n #SpotifyWrapped
## 3774                                                                                                             I predict my top genre will be Hip-Hop #SpotifyWrapped
## 3775                                                                                                   I predict my top artist will be [@SB19Official ] #SpotifyWrapped
## 3776                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped memorias o casualidad
## 3777                                                                                                I predict my top genre will be,,, C-Drama OST ????  #SpotifyWrapped
## 3778                                                                                           I predict my top artist will be… #SpotifyWrapped https://t.co/nrTKHETOEA
## 3779                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped  you already know #TaylorSwift 😊😊
## 3780                                                                                                        I predict my top artist will be @asakemusik #SpotifyWrapped
## 3781                                          me acting suprised when my spotify wrapped artists are all the same as last year #SpotifyWrapped  https://t.co/JwHVyeCQ90
## 3782                                                                                           so fucking ready to see how fucked up i was this year !!!#SpotifyWrapped
## 3783                                                                                                                         Literally so excited for #SpotifyWrapped 🥰
## 3784                                                                                       I predict my most played song will be Blood Wine by @abvblw_ #SpotifyWrapped
## 3785                                                                                              I predict my most played song will be [perfect pair ] #SpotifyWrapped
## 3786                                                                                 no predictions i know for a FACT:\n\nmy top artist will be Beyoncé #SpotifyWrapped
## 3787                                                                                                        I predict my top artist will be [Lady Gaga] #SpotifyWrapped
## 3788                                                                                I predict my top podcast will be [Very Really Good - Kurtis Conner] #SpotifyWrapped
## 3789                                                          i dont even post screenshots of my spotify wrapped, i screenrecord that shit and tweet it #SpotifyWrapped
## 3790                                                                                                           I predict my top genre will be Afrobeats #SpotifyWrapped
## 3791                                                                                                            i bet not see any yeat or NBA youngdude #SpotifyWrapped
## 3792                                                                                                                  I'm ready #SpotifyWrapped https://t.co/Z5Z6NOaMcX
## 3793                                                                                                       I predict my top podcast will be Fair enough #SpotifyWrapped
## 3794                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 3795                      I predict my most played song will be \n\nA powerwolf song- something between Where the wild wolve have gone or lupus dei\n\n #SpotifyWrapped
## 3796                       @Daily_Serah I predict @Daily_Serah's most played song will be A Quick One Before The Eternal Worm Devours Connecti… https://t.co/bjvxDtNxd1
## 3797                                                                                              I predict my most played song will be something Asake #SpotifyWrapped
## 3798                     99bookmarking https://t.co/O1SDWdDKuo \n\n#Analytics #5G #MachineLearning #AI #Python  #NLProc  #flutterdev  #BigData… https://t.co/dRSpP2Btq4
## 3799                                                                                       I predict my most played song will be highschool sweethearts #SpotifyWrapped
## 3800                                                                                               I predict my most played song will be LWYMMD o KARMA #SpotifyWrapped
## 3801                        Free Social Bookmarking Website | Get high quality backlinks https://t.co/OatXTt03Cg via @flipboard \n\n#Analytics… https://t.co/69JP7lCFeC
## 3802                        Free Social Bookmarking Website | Get high quality backlinks https://t.co/d985Qel333 via @flipboard \n\n#Analytics… https://t.co/3dj1RBD23x
## 3803                                                                                              I predict my top artist will be [Megan Thee Stallion] #SpotifyWrapped
## 3804                                                                I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped The Creative Penn
## 3805                                                                                                            I predict my top artist will be normani #SpotifyWrapped
## 3806                                                                                     I predict my most played song will be Toca Brillar de @JosDice #SpotifyWrapped
## 3807                                                                                                I predict my top artist will be Hamilton Soundtrack #SpotifyWrapped
## 3808                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3809                                                                                           I predict my top genre will be Country, if not Pop Punk. #SpotifyWrapped
## 3810                                                                                                     I predict my top artist will be Gang of Youths #SpotifyWrapped
## 3811                                                                                                               I predict my top genre will be [RnB] #SpotifyWrapped
## 3812                                                                                                         I predict my top artist will be [youngboy] #SpotifyWrapped
## 3813                                                                                                            I predict my top artist will be stormzy #SpotifyWrapped
## 3814                                                                               I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped sci-fi
## 3815                                                                                                 i predict my top artist will be @LovelyPeach2001 \n#SpotifyWrapped
## 3816                                                                                                       I predict my top genre will be [melodic rap] #SpotifyWrapped
## 3817                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 3818                                                                                         I predict my most played song will be [cardboard box- flo] #SpotifyWrapped
## 3819                                                                       I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Jimi Hendrix
## 3820                                                 I predict my most played song will be [Among Us In Real Life] #SpotifyWrapped\nidk why it just always used to play
## 3821                                                                                                I predict my most played song will be [bring it on] #SpotifyWrapped
## 3822                             Grow Your Social Media Presence with Us, Get Boost It Today at an Affordable Price.\nhttps://t.co/fIeqFUYLox👈… https://t.co/16K07zYJf6
## 3823                                                                                            I predict my most played song will be [shut up stormzy] #SpotifyWrapped
## 3824                                                                                                              I predict my top artist will be ATEEZ #SpotifyWrapped
## 3825                                                                                                      I predict my top artist will be [@BLACKPINK ] #SpotifyWrapped
## 3826                                                                                                    I wonder what my #SpotifyWrapped will look like this year hhhhh
## 3827                                                                                                    I predict my top artist will be [billie eilish] #SpotifyWrapped
## 3828                                                                   I predict my top artist will be BTS like it has been for the past 7 years LMAOOO #SpotifyWrapped
## 3829                                                                                    I predict my most played song will be [Pink Venom by Blackpink] #SpotifyWrapped
## 3830                       Can’t wait to see my #SpotifyWrapped  but guess it will be our lovely boys as always (and of course Niall too but I… https://t.co/rvaVAGz18C
## 3831                        I'm excited. It's going to be an unhinged mess for me. Metal, the Miami Boys Choir because their Jewish psalm song… https://t.co/HZHyCunBJL
## 3832                           I cant wait till i find out my #SpotifyWrapped is going to be effected by what one random month i kept listening to the backstreet boys.
## 3833                                                  Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 3834                                                                                             I predict my most played song will be [keep driving😍😍] #SpotifyWrapped
## 3835                                                                                                        I predict my top artist will be The Weeknd! #SpotifyWrapped
## 3836                                                                                               I predict my most played song will be 'Out Of Time ' #SpotifyWrapped
## 3837                                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped I predict it’s gonna be @iambeckyg
## 3838                                                                    I imagine that my #SpotifyWrapped will be something similar to this ... https://t.co/IsmNfLpI2s
## 3839                                                                                                  I predict my top artist will be TAYLOR SWIFT 😍😍😍😍 #SpotifyWrapped
## 3840                                                                    I predict my most played song will be Everything’s Electric by @liamgallagher   #SpotifyWrapped
## 3841                        Not to brag, but these tickets would sell faster than #whenwewereyoung. 😂\n\nStill waiting on my #SpotifyWrapped. 😒 https://t.co/whfUuXheZi
## 3842                                                                                        my most played song will probably be running up that hill 💀 #SpotifyWrapped
## 3843                                                                                                               i am not ready for the embarrassment #SpotifyWrapped
## 3844                                                                                                     I predict my top podcast will be anything goes #SpotifyWrapped
## 3845                                                                            I predict my top artist will be [ @katevogelx ] #SpotifyWrapped https://t.co/CbN9RlvcFJ
## 3846                                                                                     just got my #SpotifyWrapped in and I’m actually in the top .05% of silly geese
## 3847                                                                                                              People don’t know how bad I need my #SpotifyWrapped 😭
## 3848                                                                                              I predict my top artist will be SHINee, DPR or ATEEZ  #SpotifyWrapped
## 3849                                                                                                   i predict my top artist will be @LovelyPeach2001 #SpotifyWrapped
## 3850                                                                              Sabrina Carpenter No Word\nhttps://t.co/5C6Xb5P0tY\n#sabrinacarpenter #SpotifyWrapped
## 3851                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3852                                          I literally can't predict what my #SpotifyWrapped will look like. I know Iggy is going to be #1 artist but the rest is ??
## 3853                                                                                                         I predict my top artist will be @yunggravy #SpotifyWrapped
## 3854                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 3855                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3856                                                                                                             I predict my top genre will be [K-pop] #SpotifyWrapped
## 3857                                                                   I predict my most played song will be golden hour gotta be in at least the top 5 #SpotifyWrapped
## 3858                                                                                                 I predict my most played song will be block me out #SpotifyWrapped
## 3859                                   I predict my most played song will be Illusion by Aespa OR OR OR Neo got my back (no i won’t take any questions) #SpotifyWrapped
## 3860                                                                                           I predict my most played song will be [Film out by BTS ] #SpotifyWrapped
## 3861                                                                                       I predict my most played song will be my shot from Hamilton 😅#SpotifyWrapped
## 3862                                                                                                                   #SpotifyWrapped im ready https://t.co/GOZiiOEJeM
## 3863                                                                                                  I predict my top artist will be freddie dredd ⚒️⚒️⚒️ #SpotifyWrapped
## 3864                                                         I predict my most played song will be me and my husband by mitski (i am severely unstable) #SpotifyWrapped
## 3865                                                                                      I predict my top artist will be [fka twigs or kendrick lamar] #SpotifyWrapped
## 3866                                       What my #SpotifyWrapped expect of me vs what it's probably gonna look like. https://t.co/flBWhsGvim… https://t.co/KHChui0McH
## 3867                                                                                                   I predict my top artist will be @ENHYPEN_members #SpotifyWrapped
## 3868                                                                                                    I predict my top artist will be Shakira Shakira #SpotifyWrapped
## 3869                                                                                                I predict my top genre will be K-pop cause Enhypen! #SpotifyWrapped
## 3870                                                                                 @Spotify my birthday was horrible my girl left me today but I wait #SpotifyWrapped
## 3871                                                                                                  I predict my top genre will be pop or alternative #SpotifyWrapped
## 3872                       I predict my most played song will be either Shakes by #StevieHowie, Blow by @JacksonWang852 or I Need The Light by… https://t.co/1VwKcWOXc6
## 3873                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 3874                     #SpotifyWrapped predictions for 2022:\nTop Song: Origami Angel - Doctor Whomst\nTop Artist: Origami Angel\nTop Genre:… https://t.co/AEQGOKrn9V
## 3875                                                                                                 Who all coming? #SpotifyWrapped #instafest https://t.co/9uMH9BiMwe
## 3876                                                                                            I predict my most played song will be [chameleon paint] #SpotifyWrapped
## 3877                                                                                       I predict my top artist will be taylor swift or Harry styles #SpotifyWrapped
## 3878                                                                                       I predict my top artist will be @MIWband or @AlphaWolfCVLT \n#SpotifyWrapped
## 3879                                                               I predict my top artist will be [beyonce, Christina, Justin Bieber, poppy, and kali] #SpotifyWrapped
## 3880                                                                        I predict my most played song will be daylight or satellite by Harry styles #SpotifyWrapped
## 3881                                                      I predict my most played song will be How did we get there from Last Train (wise choice haha) #SpotifyWrapped
## 3882                                                                   I predict my most played song will be [Hurt Me So Good, Cuff It, or Tia Tamera🤣] #SpotifyWrapped
## 3883                                                                                                           I predict my top genre will be Post-rock #SpotifyWrapped
## 3884                         My boyfriend (real) is gonna be my #2 artist and my boyfriend's polycule is gonna be my #1, that's my prediction.… https://t.co/3mKb6KVgfC
## 3885                                                                                                      I predict my most played song will be Ay Mamá #SpotifyWrapped
## 3886                                                                                       I predict my most played song will be Te Felicito by Shakira #SpotifyWrapped
## 3887                        Just remembered, since #SpotifyWrapped is here again... Someone asked if we'd be putting These Backwards Echoes on… https://t.co/QoiX0aOj5e
## 3888                                                                                                              I predict my top artist will be Elder #SpotifyWrapped
## 3889                                I predict my top podcast will be “ten minute bible hour podcast” by @MattWhitmanTMBH (or “Cults” by @ParcastNetwork #SpotifyWrapped
## 3890                                                                                              my  #SpotifyWrapped is gonna be a mess because of my driving playlist
## 3891                                              I predict my most played song will be fast times, f u lol, life waster, i'm that girl, and ya llegué  #SpotifyWrapped
## 3892                                                                                                         I believe my top artist is gonna be @poppy #SpotifyWrapped
## 3893                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3894                                                                                                             my #SpotifyWrapped predictions https://t.co/ParOH04l0F
## 3895                                                                               I predict my most played song will be [Murder Machines by Marillion] #SpotifyWrapped
## 3896                                                  My #SpotifyWrapped is going to be female dominated for sure. This was the year of women. They made the best music
## 3897                                                                                              I predict my top artist will be Twice or Taylor Swift #SpotifyWrapped
## 3898                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3899                                                                                                             I predict my top genre will be country #SpotifyWrapped
## 3900                   Here’s a list of people I do not respect:\n\n-murderers\n-assholes\n-people who post their #SpotifyWrapped on any social platform \n-narcissists
## 3901                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 3902                                                                                                         I predict my top artist will be @idlesband #SpotifyWrapped
## 3903                                                                                                   I predict my top artist will be @wesleydeanmusic #SpotifyWrapped
## 3904                                                                   I predict my most played song will be Because i liked a boy by Sabrina Carpenter #SpotifyWrapped
## 3905                                                                                I predict my most played song will be “sunshine” by @shortstackband #SpotifyWrapped
## 3906                      I predict my top artist will be...\nyou'll never guess. (it will be american music duo i don't know how but they fou… https://t.co/7Xer1kTS1D
## 3907                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3908                                                                                          I predict my most played song will be Linda de la Rosalía #SpotifyWrapped
## 3909                                                                                                            My #SpotifyWrapped every year 🤭 https://t.co/WMobuwFwX3
## 3910                                             Another year of #SpotifyWrapped, another year of not knowing what I listened to this year bc YouTube Premium for life.
## 3911                                                                       I predict my top artist will be @JYPETWICE  #SpotifyWrapped \n#TWICE https://t.co/RyB1MUXtky
## 3912                                                                              I predict my most played song will be New Romantics by Taylor Swift \n#SpotifyWrapped
## 3913                                                                                   I predict my most played song will be I Am All of Me by Crush 40 #SpotifyWrapped
## 3914                                              ok here we go. i predict my most played song will be [paiii.sensation by yunosuke or puzzle by loona] #SpotifyWrapped
## 3915                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3916                     I predict my most played song will be THE ENTERTAINMENT. #SpotifyWrapped \n\nIf this happens, I will never live it do… https://t.co/u8MXUcPLH7
## 3917                                                                              my toxic trait is that victorious cast will be my #1 artist this year #SpotifyWrapped
## 3918                                                                                                   I predict my top artist will be [Camila Cabello] #SpotifyWrapped
## 3919                                                                                                             I predict my top genre will be [metal] #SpotifyWrapped
## 3920                                                                                                 are u all idiots it usually comes out december 1st #SpotifyWrapped
## 3921                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 3922                                                                                  I predict my most played song will be [bam bam by camila cabello] #SpotifyWrapped
## 3923                                                                                    I predict my most played song will be Reggae. Lee Scratch Perry #SpotifyWrapped
## 3924                                                              I predict my top podcast will be non ne ascolto quindi boh solo le canzoni unrealised #SpotifyWrapped
## 3925                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3926                                                                             @LornaShore were my #1 band in my #SpotifyWrapped 2022 since February. Calling it now.
## 3927                                                                                       That #SpotifyWrapped shit is hard asf🔥 Slick jealous 😂😂 s/o Apple Music tho.
## 3928                                      I predict my most played song will be [all too well (10 minutes version) (taylor’s version) (from the vault)] #SpotifyWrapped
## 3929                                                                                                            i expect my #SpotifyWrapped to be embarrassing as hell.
## 3930                                                                                                   I predict my top artist will be [James Marriott] #SpotifyWrapped
## 3931                                                                                                     I predict my top artist will be [harry styles] #SpotifyWrapped
## 3932                                                                                                                               bully me already bro #SpotifyWrapped
## 3933                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 3934                                                                                                                             i NEED #SpotifyWrapped to come out alr
## 3935                                                                  I predict my most played song will be [Where has everyone gone by James Marriott] #SpotifyWrapped
## 3936                                                                                                         I predict my top artist will be [slipknot] #SpotifyWrapped
## 3937                                                                                      I predict my most played song will be [home by one direction] #SpotifyWrapped
## 3938                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 3939                   My #SpotifyWrapped won’t tell me anything new. \n\nYou listened to a concerning amount of #HarryStyles \n\nYou listened… https://t.co/6q5IrUkaqH
## 3940                                                                                                        I predict my top podcast will be Archetypes #SpotifyWrapped
## 3941                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3942                                                         I predict my most played song will be Tití Me Preguntó, I played it way too much this year #SpotifyWrapped
## 3943                                                                                     I predict my most played song will be Daylight by Harry styles #SpotifyWrapped
## 3944                  I predict my #SpotifyWrapped will be, in no particular order:\nJon Hopkins\nNathan Fake\nFloating Points\nBurial\nThom Y… https://t.co/uuvVW8Pvnu
## 3945                                                                                                           I predict my top genre will be Reggaeton #SpotifyWrapped
## 3946                                                                                                       I predict my top artist will be lilbubblegum #SpotifyWrapped
## 3947                                                                                                                          PLEASE DROP IT PLEASE BRO #SpotifyWrapped
## 3948                                                                                                      I predict my top artist will be uhhhhhhhh BTS #SpotifyWrapped
## 3949                                                                                                       I predict my top artist will be @luansantana #SpotifyWrapped
## 3950                             🍺🌮🍕🍗🍔🍟🥩🍝SAVE $15 OFF 3 MEALS OVER $30 (BEFORE TAXES)-DOORDASH: https://t.co/Rg3WjtcHLr\n\n🇨🇦CANADA ONLY🇨🇦 #Ad… https://t.co/6gNxAWKUqk
## 3951                                                                                                       I predict my top podcast will be #Archetypes #SpotifyWrapped
## 3952                                                                                  I predict my most played song will be ‘Danger’ by Jourdin Pauline #SpotifyWrapped
## 3953                       Sorry in advance when I share my #SpotifyWrapped, but if I must be cursed with the knowledge of my musical mishaps,… https://t.co/k9iMHMdved
## 3954                                                                                         I’m ready for it - drop it already #SpotifyWrapped https://t.co/u13NZlT60H
## 3955                                                                                        I predict my top podcast will be "CARROSEL" by @osprimosboy #SpotifyWrapped
## 3956                       I predict my most played song will be either 'All Too Well (10 Minute Version) (Taylor's Version) (From The Vault)'… https://t.co/C8U4PXbDjP
## 3957                                                                      I predict my most played song will be Don’t Take The Money by @bleachersmusic #SpotifyWrapped
## 3958                                                                                    I predict my top podcast will be I don’t listen to podcasts lol #SpotifyWrapped
## 3959                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 3960                                                                                                           I predict my top artist will be ZZCCMXTP #SpotifyWrapped
## 3961                                                                                                          I predict my top artist will be seventeen #SpotifyWrapped
## 3962                                                                                           What the fuck is a post-teen pop #SpotifyWrapped https://t.co/U52fv3VV1p
## 3963                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 3964                                                                                                  I predict my top artist will be Machine Gun Kelly #SpotifyWrapped
## 3965                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 3966                                 I predict my most played song will be All Too Well (10 Minute Version) (Taylor’s Version)  From the Vault… https://t.co/aVjERRIcYm
## 3967                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 3968                                                                                                            I predict my top artist will be [Jakey] #SpotifyWrapped
## 3969                                                                                                  I predict my most played song will be don quixote #SpotifyWrapped
## 3970                                                                        I predict my most played song will be [Cassandra by Florence + The Machine] #SpotifyWrapped
## 3971                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 3972                                                                                                      I predict my top artist will be Harry Styles  #SpotifyWrapped
## 3973                                                                                           I predict my most played song will be Crica 2013 (Jaden) #SpotifyWrapped
## 3974                                                                                                I predict my most played song will be hangover cure #SpotifyWrapped
## 3975                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped   \n\n#ArchetypesWithMeghan
## 3976                                                                                    Me wanting Spotify to drop my #SpotifyWrapped this year https://t.co/aBbRNQLb2C
## 3977                                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetype
## 3978                       If you are into indie acoustic music, check out my project, also, Support indie artists because some of the best mu… https://t.co/DxsBpLTUTc
## 3979                                                                      Can’t wait for my #SpotifyWrapped to tell me I’ve listened to too much Taylor Swift this year
## 3980                                                                             I predict my most played song will be 'Satellite' by Harry Styles 🛰️✨❤️ #SpotifyWrapped
## 3981                               got7 is trending, portugal is trending, #keshiInJKT , and onge is trending too rn, and dont forget this app… https://t.co/KgG9FWcdZH
## 3982                                                                                            I predict my top podcast will be [The Nemeton Podcast ] #SpotifyWrapped
## 3983                                                                                                     I predict my top artist will be [sublime easy] #SpotifyWrapped
## 3984                         @MonaAmbegaonkar All creation of Godi media &amp; BJP Govt &amp; Modi @republic @TimesNow @aajtak #SpotifyWrapped… https://t.co/ojig0xpW0h
## 3985                                                                                             #SpotifyWrapped mine is definitely Beyoncé \nTaylor is a closed second
## 3986                                                                                   I predict my most played song will be Funeral Grey by Waterparks #SpotifyWrapped
## 3987                                                                                              I predict my top artist will be [Tomorrow X Together] #SpotifyWrapped
## 3988                        #Music #MusicNews #business #spotify #spotifywrapped Spotify Wrapped 2022: Streaming Service Promises ‘All Will Be… https://t.co/lXP1V6GAGM
## 3989                                                                                                     I predict my top genre will be [metal or rock] #SpotifyWrapped
## 3990                                                                                                     I predict my top genre will be pop seguramente #SpotifyWrapped
## 3991                                                                                                             I predict my top genre will be [K-Pop] #SpotifyWrapped
## 3992                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 3993                             Are you ready to kill the pain? Livestream concert this thursday. Link in bio #SpotifyWrapped #apple #lilpeep… https://t.co/FXPbd9L76y
## 3994                                                                                               I predict my most played song will be [kill the sub] #SpotifyWrapped
## 3995                                                                                       I predict my most played song will be … ni idea sinceramente #SpotifyWrapped
## 3996                                                                                                            I predict my top podcast will be BANTER #SpotifyWrapped
## 3997                                                                                            seriously thought #SpotifyWrapped would drop today to take the edge off
## 3998                                                                                    I predict my most played song will be As it was by Harry Styles #SpotifyWrapped
## 3999                                                                                                   I predict my top artist will be Chase Atlantic 😭 #SpotifyWrapped
## 4000                                                                                              I predict my most played song will be [THUNDERSTRIKE] #SpotifyWrapped
## 4001                                                                                                                                               when #SpotifyWrapped
## 4002                                                                       I predict my top podcast will be Hasta La Vista o Ricardo Fort by Damian Kuc #SpotifyWrapped
## 4003                              Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/jEuR6BOMhs
## 4004                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #Archetypes        \n\n#archetypesonspotify
## 4005                                                         I predict my most played song will be [fill in top song prediction] #SpotifyWrapped At the Edge of the Sea
## 4006                                                                                                 I predict my top artist will be Panic at the Disco #SpotifyWrapped
## 4007                                                                                                    I predict my top artist will be [Taylor Swift ] #SpotifyWrapped
## 4008                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 4009                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4010                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4011                                                               I predict my most played song will be God Killed Rock and Roll by Panic at the Disco #SpotifyWrapped
## 4012                                                                                I predict my top artist will be Fleetwood Mac, The Smiths or Pixies #SpotifyWrapped
## 4013                                                                                                          I predict my top genre will be indie rock #SpotifyWrapped
## 4014                                                                                     I predict my most played song will be Brazil by Declan McKenna #SpotifyWrapped
## 4015                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped \nArchetypes with Meghan
## 4016                                                                          SPOTIFY SHOLD GET THEIR CALCULATIONS RIGHT 💀💀💀\n\n#SpotifyWrapped https://t.co/NL5EynKcGx
## 4017                                                                                       I predict my most played song will be Sundial by Lemon Demon #SpotifyWrapped
## 4018                                                                                                    I predict my top artist will be @cepedaoficial  #SpotifyWrapped
## 4019                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 4020                                                                                                  Y’all better hurry it up  #SpotifyWrapped https://t.co/SbZMFlVe8c
## 4021                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4022                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 4023                                                                                               I predict my top artist will be Draconian (or Epica) #SpotifyWrapped
## 4024                                                                                                       I predict my top artist will be Nicki Minaj 🫡#SpotifyWrapped
## 4025                                I predict my most played song will be Change My Clothes by Alec Benjamin and Dream \nor Mary on a Cross by Ghost \n #SpotifyWrapped
## 4026                                                                                I predict my most played song will be La Bachata from Manuel Turizo #SpotifyWrapped
## 4027                                        I predict my most played song will be [All Too Well (10 minute version)(Taylor’s Version) (from the vault)] #SpotifyWrapped
## 4028                                                                                                                               pov: usi apple music #SpotifyWrapped
## 4029                                                                                           My #SpotifyWrapped is going to eat up... I think https://t.co/4vdhugNIAu
## 4030                                                                                                                     Getting ready for my Wrapped.\n#SpotifyWrapped
## 4031                                                                          I predict my most played song will be Death of peace of mind by bad omens #SpotifyWrapped
## 4032                                                               I predict my top podcast will be [Archetype ] #SpotifyWrapped  \n\n#Archetypes #ArchetypesWithMeghan
## 4033                                                                  I predict my top podcast will be none since I haven't listened to any this year!\n#SpotifyWrapped
## 4034                                                                                                       I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 4035                                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped archetypes
## 4036                                                                                                     I predict my top artist will be [taylor swift] #SpotifyWrapped
## 4037                                                                                                       I predict my top podcast will be Archetype.  #SpotifyWrapped
## 4038                    Check out my 5-star review #fiverrgigs\nGreat experience. Understood my concept and got me exactly what I needed\n \n☞… https://t.co/CJ0K2DWCWk
## 4039                                                                                                           I predict my top artist will be ABBA.\n\n#SpotifyWrapped
## 4040                                                                                                    so fun! 🙈\n#Spotifyfest #SpotifyWrapped https://t.co/vLJfBksHhu
## 4041                                                                                                          I predict my top genre will be pop rock \n#SpotifyWrapped
## 4042                                                                                                         I predict my top artist will be @LittleMix #SpotifyWrapped
## 4043                                                                                                   I predict my most played song will be marionette #SpotifyWrapped
## 4044                                                          i hope you know that if my #SpotifyWrapped \nis embarrassing then I will never post on this account again
## 4045                                                                                                      I predict my top artist will be ✨Demonhunter #SpotifyWrapped
## 4046                                                                                                               I predict my top genre will be Pop.\n#SpotifyWrapped
## 4047                                                                           I predict my top podcast will be @LastStandMedia Sacred Symbols for sure #SpotifyWrapped
## 4048                                                                                                         I predict my top artist will be @Halestorm #SpotifyWrapped
## 4049                                                                                             I predict my top podcast will be #ArchetypesWithMeghan #SpotifyWrapped
## 4050                                                                                        I predict my most played song will be cool for cats or pink #SpotifyWrapped
## 4051                                                                                                     I predict my top genre will be Symphonic Metal #SpotifyWrapped
## 4052                                                                                                       I predict my top artist will be @alterbridge #SpotifyWrapped
## 4053                                                                                     I predict my most played song will be [Archetypes with Meghan] #SpotifyWrapped
## 4054                               i already know for a fact my top artist this year is @Jessiereyez no questions asked. it’s called having good taste. #SpotifyWrapped
## 4055                                                                              I need #SpotifyWrapped to drop already so I can feel superior about my taste in music
## 4056                   Learn Free\n\nCSS animation-duration Properties :- https://t.co/DdiFUlfak5 \n\n#100daysOfCode #coding #CyberMonday Ghan… https://t.co/yAwD2nzmi2
## 4057                                                                                                        #SpotifyWrapped most  played so far https://t.co/QhCGKw49Dp
## 4058                                                                                                    I predict my top genre will be Rock &amp; Metal #SpotifyWrapped
## 4059                                                                                               I predict my most played song will be Dancing Queen. #SpotifyWrapped
## 4060                                                                            I predict my most played song will be A Phantom Dissonance by Draconian #SpotifyWrapped
## 4061                       Along with #SpotifyWrapped this year they should let me reset my Discover Weekly recommendations as they used to be… https://t.co/hHJoPp3vqe
## 4062                                                                                      I predict my most played song will be Stick Season @NoahKahan #SpotifyWrapped
## 4063                                                                                                          I predict my top artist will be @gorillaz #SpotifyWrapped
## 4064                                                                                                 I predict my most played song will be Keep Driving #SpotifyWrapped
## 4065                                                                                                                                          i’m ready #SpotifyWrapped
## 4066                                                                                                  I predict my top artist will be Lana Del Rey duhh #SpotifyWrapped
## 4067                                                                                                      I predict my top genre will be Hip Hop or Pop #SpotifyWrapped
## 4068                                                                                         I predict my top podcast will be @pijayquinqui AMOREEEE\n\n#SpotifyWrapped
## 4069                                                                                                    I predict my most played song will be As it was #SpotifyWrapped
## 4070                              Who wants Animated Emotes..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/uLAnCAsuA7
## 4071                                                                             I predict my most played song this year is I’ll do it - @heidimontag 👸🏼#SpotifyWrapped
## 4072                                                                                         I predict my most played song will be "CUFF IT" by Beyoncé #SpotifyWrapped
## 4073                                                                                                              I predict my top artist will be Lizzo #SpotifyWrapped
## 4074                                                                                                       I predict my top artist will be @pledis_17 💖 #SpotifyWrapped
## 4075                                                                                                   I predict my top artist will be Taylor obviously #SpotifyWrapped
## 4076                                                                                                                I’M SO EXCITED FOR #SpotifyWrapped    THIS YEAR!! 🤩
## 4077                                                                                                       I predict my top artist will be harry styles #SpotifyWrapped
## 4078                                                                   I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nGolden hour
## 4079                                                                            I predict my most played song will be I know the end by phoebe bridgers #SpotifyWrapped
## 4080                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped nbdh por indie puto
## 4081                                                                                     I predict my top artist will be battle beast or Bo Burnham idk #SpotifyWrapped
## 4082                                                                                             I predict my top podcast will be The Sandman Dreamcast #SpotifyWrapped
## 4083                                                                                                         I predict my top artist will be Juice WRLD #SpotifyWrapped
## 4084                                                                                                             I predict my top genre will be pop obv #SpotifyWrapped
## 4085                                                                                                                          Patiently waiting on our #SpotifyWrapped.
## 4086                                                                              LOL THIS LINEUP\n\n#Kpop #StrayKids #Exo #Txt #SpotifyWrapped https://t.co/my3fBXHOwN
## 4087                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped a mi me gusta el rock
## 4088                                 Check out my Gig on Fiverr: startup investor ready business plan financial plan grant proposal pitch deck… https://t.co/D2FeTPFFhT
## 4089                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped no se que es esta chota seguro devil's advocate
## 4090                                                                                      I predict my most played song will be all too well 10 min ver #SpotifyWrapped
## 4091                                                                                       I predict my most played song will be Wicked Ways @Halestorm #SpotifyWrapped
## 4092                                                                                       I predict my most played song will be Bye Bye by Juice WRLD  #SpotifyWrapped
## 4093                                                                                                      I predict my top artist will be [One Ok Rock] #SpotifyWrapped
## 4094                                                 I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Fantasy  @MariahCarey #lambily
## 4095                                                                                                    I predict my top artist will be @wolfalicemusic #SpotifyWrapped
## 4096                                                                                                      I predict my top artist will be Guns ‘n Roses #SpotifyWrapped
## 4097                                                                                                            I predict my top genre will be [J-rock] #SpotifyWrapped
## 4098                                                                                 I predict my top genre will be rock or sum along the lines of that #SpotifyWrapped
## 4099                                      Check out my Gig on Fiverr: do automations and onboarding clients campaigns workflows at gohighlevel… https://t.co/JqCJUb7LHh
## 4100                                                                                                    I predict my top artist will be  @SammyRaeMusic #SpotifyWrapped
## 4101                                                                                                I predict my top podcast will be my favorite murder #SpotifyWrapped
## 4102                                                                               I predict my most played song will be [Save Yourself by One Ok Rock] #SpotifyWrapped
## 4103                                                                                                   I predict my top podcast will be Conspirituality #SpotifyWrapped
## 4104                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4105                              Check out my Gig on Fiverr: setup monday CRM for monday on monday com clickup consultant asana trello notion… https://t.co/juzLx5fQY9
## 4106                                                                                                                I predict my top genre will be rock #SpotifyWrapped
## 4107                                                                                                  I predict my top artist will be @Louis_Tomlinson  #SpotifyWrapped
## 4108                                                    I predict my most played song will be BATSHIT! By WILLOW or uhhh Murder In My Mind by Kordhell  #SpotifyWrapped
## 4109                                  Check out my Gig on Fiverr: do bubble website bubble app web app mvp bubbleio flutterflow webflow expert… https://t.co/AzX8mMFOaZ
## 4110                              Check out my Gig on Fiverr: develop squarespace template squarespace ecommerce squarespace website developer… https://t.co/GHwhalBihJ
## 4111                                                                                    I predict my most played song will be As It Was by Harry Styles #SpotifyWrapped
## 4112                                                                          I just know Drake is gonna be my top artist on my #SpotifyWrapped https://t.co/1vSBl8Y9Oi
## 4113                                                                                                 I predict my most played song will be Danko/Manuel #SpotifyWrapped
## 4114                                                                                       I predict my most played song will be Violet-V.1 by Shoobies #SpotifyWrapped
## 4115                                                                                 I predict my top artist will be I DONT KNOW HOW BUT THEY FOUND ME. #SpotifyWrapped
## 4116                                                                                                 I predict my top podcast will be probably the yard #SpotifyWrapped
## 4117                                        Check out my Gig on Fiverr: followup boss on kvcore kv core sierra interactives order flow georgia… https://t.co/uHkkhEyDO6
## 4118                                                                                                      I predict my top artist will be @MartinGarrix #SpotifyWrapped
## 4119                                                                                     I predict my top artist will be harry styles or Sufjan stevens #SpotifyWrapped
## 4120                                                                                                 I predict my most played song will be Ode To Sleep #SpotifyWrapped
## 4121                                                                                      @Spotify Folks waiting hard on that #SpotifyWrapped 😂 https://t.co/AKgqtZmdWo
## 4122                                Check out my Gig on Fiverr: do intercom business leads linkedin post crunchbase apollo b2b lead generation… https://t.co/nCq5UqNPIf
## 4123                                                                                       I predict my top genre will be kpop  #SpotifyWrapped https://t.co/nbvIKHyb6Q
## 4124                                                                            I predict my top podcast will be nothing, since I don't listen to any 💀 #SpotifyWrapped
## 4125                                                                                         I’m actually so curious to see what my #SpotifyWrapped is gunna look like.
## 4126                     I will setup editable canva template for your social media feed\nhttps://t.co/CEyvIaUq0e\n#SpotifyWrapped #SaniaMirza… https://t.co/3VvhvjLIHm
## 4127                                                                                                    watch my most played song be me myself &amp; I\n#SpotifyWrapped
## 4128                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4129                                                                                            I predict my most played song will be miss misery maybe #SpotifyWrapped
## 4130                                                                                                      I predict my top artist will be Mac Miller 🫶🏼 #SpotifyWrapped
## 4131                                                                                I predict my top artist will be either Harry styles or Conan gray.  #SpotifyWrapped
## 4132                                                                                                           I predict my top artist will be Rod Wave #SpotifyWrapped
## 4133                                   Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped     THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend
## 4134                                                                                       I predict my most played song will be Creature by half.alive #SpotifyWrapped
## 4135                                                                                                                 I predict my top genre will be EDM #SpotifyWrapped
## 4136                     This is the first year in a long time where the kids have seemingly kept themselves well away from my Spotify.\n\nBri… https://t.co/aM9U6YHmmM
## 4137                                                                                         I predict my most played song will be [drip or all I need] #SpotifyWrapped
## 4138                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4139                                                                           My most played song will probably by something by Nic D. Maybe Serotonin #SpotifyWrapped
## 4140                       With #SpotifyWrapped around the corner, I made a playlist celebrating the best in grime (so far)! Make sure to chec… https://t.co/5j94sXohqE
## 4141                                                         I predict my top genre will be Pop Music! #SpotifyWrapped https://t.co/NV2bRNGtal… https://t.co/1zwGQ1nsc5
## 4142                                                              I predict my top genre will be Pop. Since I have over 500 pop songs in one playlist 👍 #SpotifyWrapped
## 4143                                                     I predict my top genre will be whatever Genre Rod Wave fits into most. RnB, Hip Hop, Soul-trap #SpotifyWrapped
## 4144                                                                         #SpotifyWrapped mine last year I would love to know what's changed https://t.co/FW2S7V6fal
## 4145                              #SpotifyWrapped #hoodi #hoodies #hoodieseason #pullover #pullovers #pulloverhoodie #WhiteFriday #BlackFriday… https://t.co/FPqFRYW6Jf
## 4146                       I predict my most played song will be Nothing New (Feat. Pheobe Bridgers) (From The Vault) (Taylor's Version) - Tay… https://t.co/dEnqbfoff2
## 4147                                                                      You appear to have managed to not listen to any women all year. Well done lad #SpotifyWrapped
## 4148                                                                                                           I predict my top genre will be Vocaloid. #SpotifyWrapped
## 4149                                                                                                 I predict my top genre will be fFUCKING DREAM SMP. #SpotifyWrapped
## 4150                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @KodakBlack1k
## 4151                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hip hop
## 4152                                                                                          I predict my most played song will be [Traffic by reggie] #SpotifyWrapped
## 4153                                                                                                                                           Me urge  #SpotifyWrapped
## 4154                                               Give the @Shapingrime end of year playlist a listen: Grime's Full Circle '22 #SpotifyWrapped https://t.co/4t39SMAv7W
## 4155                                                                                          I’m actually terrified to see my  #SpotifyWrapped https://t.co/mpgqikqMd2
## 4156                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4157                                                                                                    i’m more exicted about my #SpotifyWrapped than Christmas itself
## 4158                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped @OffTheRecordHD
## 4159                                                                                                      I predict my top podcast will be Ear Buiscuts #SpotifyWrapped
## 4160                                                 I predict my top podcast will be literally the only podcast I listen to is no such thing as a fish #SpotifyWrapped
## 4161                                                                                                            I predict my top artist will be [Adele] #SpotifyWrapped
## 4162                                                                                                 I’m so excited, it’s almost the best time of year  #SpotifyWrapped
## 4163                                                                                         I predict my top genre will be hip hop and stuff like that #SpotifyWrapped
## 4164                                                                      I predict my top artist will be either The Score, Imagine Dragons, or Skillet #SpotifyWrapped
## 4165                                                                                                 I predict my most played song will be [Pure Water] #SpotifyWrapped
## 4166                                                                                                     I predict my top artist will be flowerguts lol #SpotifyWrapped
## 4167                                                                                                  I predict my most played song will be Moscow Mule #SpotifyWrapped
## 4168                                        I predict my most played song will be Either Golden, by Harry styles, or People watching, by Conan gray. ^^ #SpotifyWrapped
## 4169                                                                                         I predict my most played song will be Queer Recovery Club. #SpotifyWrapped
## 4170                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 4171                                                                                                     I predict my top genre will be rap most likely #SpotifyWrapped
## 4172                                                                                                        I predict my top artist will be Kanye West  #SpotifyWrapped
## 4173                                                                                          I predict my top artist will be [the gloom in the corner] #SpotifyWrapped
## 4174                                                                           I predict my top artist will be BILLIE EILISH 😻💪🏻#SpotifyWrapped https://t.co/djBQzl9HSe
## 4175                                                                                   I predict my most played song will be Street Runner, by Rod Wave #SpotifyWrapped
## 4176                                                                           I predict my top genre will be either Alternative Pop or Christian Rock. #SpotifyWrapped
## 4177                                      I predict my most played song will be almost certainly a flowerguts track. maybe human centipede. 1thing2say? #SpotifyWrapped
## 4178                                                                                     I predict my most played song will be [Faces on Film - Sonnet] #SpotifyWrapped
## 4179                                                                                                         I predict my top artist will be Ed Sheeran #SpotifyWrapped
## 4180                                                                                    I predict my most played song will be Unstoppable by the Score. #SpotifyWrapped
## 4181                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4182                        People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/MQHEiTq3Sc
## 4183                        People Are Scare You Will #SpotifyWrapped #RedVelvet #CyberMondayAmazon #JHOPEatMAMA2022 #乌鲁木齐 #ميقا #ImACeleb… https://t.co/WRICRntU5F
## 4184                                                                                                      I predict my top genre will be kpop girlgroup #SpotifyWrapped
## 4185                                      Mfs be like “I’M SO EXCITED FOR #SpotifyWrapped  THIS YEAR!! 🤩” why don’t you get excited for a job or some bitches my friend
## 4186                                                                                         I predict my most played song will be [gone with the wind] #SpotifyWrapped
## 4187                                                                                  I predict my most played song will be [Mortal Reminder-Pentakill] #SpotifyWrapped
## 4188                                                                                                                     Taste. #SpotifyWrapped https://t.co/ntiKGzQ4L5
## 4189                                                                                                      I predict my top artist will be lord @yeat1_  #SpotifyWrapped
## 4190                                                                                                           I predict my top artist will be [Riha. A]#SpotifyWrapped
## 4191                                                                                               manifesting #BTS and #jhope as the top artists in my #SpotifyWrapped
## 4192                                                                                                              I predict my top genre will be [SOUL] #SpotifyWrapped
## 4193                                                                                                  Where that #SpotifyWrapped at I’m waiting https://t.co/PzSUgSTq3y
## 4194                                                                                             I predict my top podcast will be WhatCulture Wrestling #SpotifyWrapped
## 4195                                                                                          I predict my most played song will be Maldivas - Ludmilla #SpotifyWrapped
## 4196                                         I predict my most played song will be Bill Clinton "I Did Not Have Sexual Relations with That Woman" 1998! #SpotifyWrapped
## 4197                                                              I predict my most played song will be Home is Where the Haunt Is by American Football #SpotifyWrapped
## 4198                                                             I predict my top artist will be Element of Crime , because I’m a sad little German boy #SpotifyWrapped
## 4199                                                                                       I predict my most played song will be samurai with a mission #SpotifyWrapped
## 4200                                                                                                                   I’M SO EXCITED FOR #SpotifyWrapped THIS YEAR!! 🤩
## 4201                                                                                      I predict my most played song will be Bam Bam @Camila_Cabello #SpotifyWrapped
## 4202                      New fit for John from last nights stream.\n#RedDeadRedemption2 #rdr2 #RedVelvet #FIFAWorldCupQatar2022 #PlayStation5… https://t.co/zlIiBi4JSx
## 4203                                                                                   I predict my top artist again this year will be @KatatoniaBand 🖤 #SpotifyWrapped
## 4204                                                                                                                       My #SpotifyWrapped would be prolly tripping.
## 4205                                                                                     I predict my most played song will be Knockin on Heaven’s Door #SpotifyWrapped
## 4206                                                                                                        I predict my top podcast will be @TheToast  #SpotifyWrapped
## 4207                                                                                                 I predict my top podcast will be [Football Weekly] #SpotifyWrapped
## 4208                                                                                      I predict my top artist will be coldplay AGAIN or age factory #SpotifyWrapped
## 4209                                                                                                        I predict my top artist will @taylorswift13 #SpotifyWrapped
## 4210                                                                                                    I predict my most played song will be FULL STOP #SpotifyWrapped
## 4211                                                                                                     I predict my top podcast will be Normal Gossip #SpotifyWrapped
## 4212                                                                        My #SpotifyWrapped this year is just going to be a fuckton of Van Halen and random hip-hop.
## 4213                                                                       I predict my most played song will be any song in the new Phoenix album 👀👀👀\n#SpotifyWrapped
## 4214                                                                                                        I predict my top artist will be Tom Grennan #SpotifyWrapped
## 4215                                                                                                            I predict my top artist will be [Jay-Z] #SpotifyWrapped
## 4216                                       I predict my most played song will be Galactic HQ Theme by insaneintherainmusic (for the third year running) #SpotifyWrapped
## 4217                                                                                                             I predict my top artist will be Halsey #SpotifyWrapped
## 4218                                                                                                                               @SpotifyEng Love you #SpotifyWrapped
## 4219                                                                                                         My predictions for #SpotifyWrapped https://t.co/r8uuRZxTEQ
## 4220                       #SpotifyWrapped holy fuck this # is  ugly, do they do this on purpose?! Is there some weird behavioral ux manipulat… https://t.co/4hbGnxt4Tf
## 4221                                                                                           I predict my top podcast will be [ #archetypesonspotify] #SpotifyWrapped
## 4222                                                                                                           I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 4223                                                                                                                  Taylor Swift will always be my #1 #SpotifyWrapped
## 4224                                                                                        I predict my most played song will be Seventeen Going Under #SpotifyWrapped
## 4225                                                                                            I predict my top artist will be arctic monkeys no doubt #SpotifyWrapped
## 4226                     I predict my most played song will be Re:Re: by Asian Kung Fu Generation, again. #SpotifyWrapped \n\nIt was last year… https://t.co/2SqcVPxwwE
## 4227                                                                                       I predict my top genre will be garage rock? Sheffield rock?? #SpotifyWrapped
## 4228                                                                                        I predict my top podcast will be the offline tv podcast???? #SpotifyWrapped
## 4229                            Learn Free\n\nCSS animation Properties :- https://t.co/AUtbx0cF3W\n\n#100daysOfCode #coding #CyberMonday Ghana… https://t.co/sNNs1aAnc3
## 4230                                                                                   I predict my most played song will be El diablo or Like a prayer #SpotifyWrapped
## 4231                             Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4Afbx\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 4232                                                                                                     I predict my top artist will be easy life obvs #SpotifyWrapped
## 4233                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4234                                                                                                      I predict my top artist will be @zephanijong  #SpotifyWrapped
## 4235                                                                                                 I predict my most played song will be 505 probably #SpotifyWrapped
## 4236                                                                                                                I predict my top genre will be pop! #SpotifyWrapped
## 4237                                                                                                             I predict my top genre will be pop???? #SpotifyWrapped
## 4238                                                                                                     Here’s a preview of my #SpotifyWrapped https://t.co/BemqCKwqsY
## 4239                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4240                                                                                              I predict my top artist will be Adele or Taylor Swift #SpotifyWrapped
## 4241                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4242                                                            I predict my most played song will be @taylorswift13’s All Too Well (10 Minute Version) #SpotifyWrapped
## 4243                                                                        I predict my most played song will be because i liked a boy @SabrinaAnnLynn #SpotifyWrapped
## 4244                                                                           I predict my most played song will be Motion Sickness by Phoebe Bridgers #SpotifyWrapped
## 4245                                                                                              My  #SpotifyWrapped is Billie Eilish yours is https://t.co/yhN31u6NRg
## 4246                                                                                                 I predict my most played song will be All Too Well #SpotifyWrapped
## 4247                                                                 No looking forward to my #SpotifyWrapped it will show how badly I was depressed with the low hours
## 4248                                                                              I predict my top podcast will be [@FEAE_KilliePod ] watch this space. #SpotifyWrapped
## 4249                                                                                                         I predict my top artist will be Set It Off #SpotifyWrapped
## 4250                                                                                             I predict, no, i know my top artist will be Lady Gaga. #SpotifyWrapped
## 4251                                                                                                           I predict my top artist will be Megadeth #SpotifyWrapped
## 4252                                                                                                     I predict my top podcast will be #rundfunk17 \n#SpotifyWrapped
## 4253                                                                                                             I predict my top genre will be kpop gg #SpotifyWrapped
## 4254                                                                                  I predict my most played song will be Hayloft II by Mother Mother #SpotifyWrapped
## 4255                                                                                                             i predict my top artist will be mitski #SpotifyWrapped
## 4256                                                                                                          I predict my top artist will be skz or xh #SpotifyWrapped
## 4257                                                                                                    I predict my top genre will be Dance Pop, duh.  #SpotifyWrapped
## 4258                                                                        Our #SpotifyWrapped dropped early, pretty accurate we think 🙃 (1/4) https://t.co/TrLjBeZ4wm
## 4259                                                                                           I predict my top artist will be  conan gray 1!!2!3!4)6,6 #SpotifyWrapped
## 4260                                                                                                  I predict my top artist will be The Beatles #SpotifyWrapped crust
## 4261                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4262                                                                                         I predict my most played song will be Replay or Babylon. 🙊 #SpotifyWrapped
## 4263                                                                                   The way Frank and Bey are gonna be tusslin for the #1 spot on my #SpotifyWrapped
## 4264                                                                                                      I predict my top artist will be Ariana Grande #SpotifyWrapped
## 4265                                                I dont even have to wait my #SpotifyWrapped will be @billieeilish @KSI @LilNasX @sushitrash https://t.co/Ibf9JDfBJW
## 4266                                                                                                                 I predict my top genre will be Emo #SpotifyWrapped
## 4267                       This is the best graphic that highlights all your favorite musical artists🎵.  Kudos to @AnshaySaboo who created a b… https://t.co/D220aXTcKZ
## 4268                                                                                                 I predict my top podcast will be Rob Has A Podcast #SpotifyWrapped
## 4269                                                                               I predict my most played song will be #AlwaysLove by @LaurenJauregui #SpotifyWrapped
## 4270                                                                  I predict my most played song will be [cash in cash out/freestyle 2 (Ken Carson)] #SpotifyWrapped
## 4271                                                                                                               I predict my top artist will be Saba #SpotifyWrapped
## 4272                                                                                                         I predict my top genre will be rap music 🤖 #SpotifyWrapped
## 4273                                                                                                                                       AAAA SO CUTE #SpotifyWrapped
## 4274                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4275                                                                I predict my most played song will be I Don't Think That I Like Her by Charlie Puth #SpotifyWrapped
## 4276                                                                                    I predict my most played song will be minds of men by FKA twigs #SpotifyWrapped
## 4277                                          i really don’t even need to see my #spotifywrapped. it’s just going to say i listened to 782 hours of yebba’s heartbreak.
## 4278                                                 I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped chuckle sandwich or girl rejects
## 4279                                                                                      I predict my top artist will be [YOUNG BOY NEVER BROKE AGAIN] #SpotifyWrapped
## 4280                                                                             I predict my most played song will be Running up that hill - Kate bush #SpotifyWrapped
## 4281                                                                                                           My #SpotifyWrapped predictions 🎶 https://t.co/WqJMdyvRzz
## 4282                                                                                                          I predict my top podcast will be THE READ #SpotifyWrapped
## 4283                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped indie pop
## 4284                                                                                                         I predict my top artist will be the queen 🐝#SpotifyWrapped
## 4285                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped  bag of bones
## 4286                                                                                   I predict my most played song will be Badhead from @blurofficial #SpotifyWrapped
## 4287                                                                                                           I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 4288                                                                                                         I predict my top artist will be [ eminem ] #SpotifyWrapped
## 4289                                                                                                  I predict my top artist will be LANA DEL REY PTDR #SpotifyWrapped
## 4290                                                                                                                     Mood: #SpotifyWrapped\nhttps://t.co/vmkZEsFsIy
## 4291                                                                y’all got me pumped up and for what? it ain’t even out yet  #SpotifyWrapped https://t.co/hvJkMp2oY8
## 4292                                                                I predict my most played song will be [Expensive Taste -YOUNGBOY NEVER BROKE AGAIN] #SpotifyWrapped
## 4293                                                                                                        I predict my top podcast will be Dead Meat. #SpotifyWrapped
## 4294                                                                                                 I predict my top genre will be [R&amp;B/Soul duh!] #SpotifyWrapped
## 4295                                                                                  I predict my most played song will be White Dress by Lana Del Rey #SpotifyWrapped
## 4296                                                                                                          I predict my top genre will [hip hop/rap] #SpotifyWrapped
## 4297                                                                                                        I predict my top artist will be Bo Burnham. #SpotifyWrapped
## 4298                                                                                                              I predict my top genre will be K-Pop. #SpotifyWrapped
## 4299                        #SpotifyWrapped is dropping soon, so i thought it would be cool to try to guess what my top artist/song/genre was!… https://t.co/UwgcTwhs4V
## 4300                                                                                                  I predict my most played song will be [still dre] #SpotifyWrapped
## 4301                                                                                         I predict my most played song will be [Cuff It by Beyonce] #SpotifyWrapped
## 4302                                                              Let's go! South Korea vs Ghana JUST ANNOUNCED Spider-Man 2! #SpotifyWrapped 😊 https://t.co/jXGwYq4jko
## 4303                                                                                                                I predict my top genre will be Pop. #SpotifyWrapped
## 4304                                                                            oooo i predict my top artist will be either @taylorswift13 @bts_bighit  #SpotifyWrapped
## 4305                                                                                I predict my most played song will be probably a Taylor Swift' song #SpotifyWrapped
## 4306                                                                                   I predict my most played song will be [Lose yourself by Eminem ] #SpotifyWrapped
## 4307                                                                I predict my most played song will be [basketball shoes by Black Country, New Road] #SpotifyWrapped
## 4308                                                                                        When you learn that #SpotifyWrapped is almost here. https://t.co/uc0tRX8JSk
## 4309                                                                                                       I predict my top artist will be @thekillers  #SpotifyWrapped
## 4310                                                                                       @ZhaneJahnice @suziementos dec 1 is #SpotifyWrapped , i'll start another day
## 4311                          Chanel Tissue Paper + Logo Stickers https://t.co/FnNMcZMsnJ \n#CyberMonday #ShopMyCloset #shoppingstar #shopping… https://t.co/um34eOE7yp
## 4312                                                                                      I predict my most played song will be Tarzan Boy by Baltimora #SpotifyWrapped
## 4313                                                                                                  Can't wait for this years #SpotifyWrapped https://t.co/b5Y0qf1p8z
## 4314                                                                                                                     Gimme that #SpotifyWrapped ASAP, In dire need.
## 4315                                                                                                  I predict my top podcast will be Put A Sock In It #SpotifyWrapped
## 4316                                                                                                                                        #SpotifyWrapped when??!!!!!
## 4317                                                                                                           I predict my top artist will be The 1975 #SpotifyWrapped
## 4318                                                                                                                                             oh boy #SpotifyWrapped
## 4319                                                                                                i predict my most played song will be eleven by ive #SpotifyWrapped
## 4320                                                    I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B - its between this or Rap
## 4321                          I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/EljaY5vBHo… https://t.co/gh2qJjaDpG
## 4322                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 4323                                                                                                 I predict my most played song will be [Heat Waves] #SpotifyWrapped
## 4324                                                                                                               I predict my top artist will be Rush #SpotifyWrapped
## 4325                                                                                  One of these will be my #1 on #SpotifyWrapped i believe 👀 https://t.co/czP5aNIhk1
## 4326                                                                                                        I predict my top artist will be Wilbur Soot #SpotifyWrapped
## 4327                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4328                                                                                             I predict my most played song will be Telepathy by BTS #SpotifyWrapped
## 4329                                                                                                     Cant wait for my #SpotifyWrapped to be just bbno$ + yung gravy
## 4330                                                                                                           I predict my top artist will be Camellia #SpotifyWrapped
## 4331                                                                my  #SpotifyWrapped is about to be full of female rappers and gospel songs. https://t.co/vzl3kRR60M
## 4332                                                                                                  I predict my most played song will be Hemispheres #SpotifyWrapped
## 4333                                                             I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj periodt🦄💅🏾
## 4334                                                                                                         I predict my top genre will be Rhythm Game #SpotifyWrapped
## 4335                                                                                                    I predict my most played song will be As It Was #SpotifyWrapped
## 4336                                                                                    I predict my most played song will be After Hours by The Weeknd #SpotifyWrapped
## 4337                                                                                    I predict my top podcast will be @WeHaveWaysPod #SpotifyWrapped\n\nEasiest one!
## 4338                                                                                     I predict my most played song will be Vandalize by ONE OK ROCK #SpotifyWrapped
## 4339                                                                                                  I predict my top artist will be @fitforanautopsy  #SpotifyWrapped
## 4340                                                                                                              Alhumdulliah don't have a #SpotifyWrapped this year 🥳
## 4341                                                                                     I predict my most played song will be Soft boy by Wilbur Soot! #SpotifyWrapped
## 4342                                                                                                     I predict my top artist will be @Stray_Kids #SpotifyWrapped 😄🤗
## 4343                          Palestinian prisoner Jamal Al-Taweel from Al-Bireh embraces freedom after 18 months of administrative detention.… https://t.co/34YNoJd3He
## 4344                                                                                                         I predict my top artist will be Kanye West #SpotifyWrapped
## 4345                                                                                                    I predict my top artist will be Natalia Lacunza #SpotifyWrapped
## 4346                                                                                  I predict my most played song will be Take my breath - The Weeknd #SpotifyWrapped
## 4347                                                                                                              is the #SpotifyWrapped in the room with us right now?
## 4348                                                                                                         I predict my top genre will be chicago rap #SpotifyWrapped
## 4349                                                                                                         I predict my top genre will be Spanish Pop #SpotifyWrapped
## 4350                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Tukoh Taka
## 4351                                                                      i think my most played song is gon be love it if we made it by the 1975 icl.. #SpotifyWrapped
## 4352                                                                                                          #SpotifyWrapped needs to release, can't take this anymore
## 4353                                                                                                  I predict my most played song will be TRUST by NF #SpotifyWrapped
## 4354                                                                                                I predict my most played song will be Música Ligera #SpotifyWrapped
## 4355                                                                                 I expect #SpotifyWrapped designers to redeem themselves after last year’s atrocity
## 4356                                                                                                   I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 4357                                                                  I predict my most played song will be Simple Man by Jason Manns and Jensen Ackles #SpotifyWrapped
## 4358                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4359                                                                                             Please find us on #Spotify #SpotifyWrapped #AppleMusicLive #PrimeMusic
## 4360                                                                                                              So many commercials  so little  music #SpotifyWrapped
## 4361                       @Spotify I can't wait to find out if the Holocaust-celebrating Neo-Nazi podcast I've been reporting to you guys (th… https://t.co/aoSg8oz5KZ
## 4362                                                                                         I predict my most played song will be Nangs by Tame Impala #SpotifyWrapped
## 4363                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4364                                                                                                        I predict my top genre will be [Indie Rock] #SpotifyWrapped
## 4365                                                                                 I predict my top artist will be either Juice Wrld or Petit Biscuit #SpotifyWrapped
## 4366                               A foretaste of my #SpotifyWrapped\nYou can do the same here create your own festival https://t.co/3vRFTtcNqw https://t.co/R8A6FE9raa
## 4367                                                                                                    I predict my top artist will be [Gracie Abrams] #SpotifyWrapped
## 4368                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 4369                                                                                                      I predict my most played song will be [young] #SpotifyWrapped
## 4370                                                           I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped https://t.co/zj6mhsfDbe
## 4371                                                                    I predict my top artist will be the nations GG twice 🍭 #SpotifyWrapped  https://t.co/ZrJrYyTfJ2
## 4372                                                                                                   I predict my most played song will be [Rockland] #SpotifyWrapped
## 4373                                                                                                     I predict my top podcast will be Fact or Haunt #SpotifyWrapped
## 4374                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4375                                                                                                    I predict my top podcast will be [Distractible] #SpotifyWrapped
## 4376                                                           I predict my top podcast will be We CanDo Hard Things @GlennonDoyle @AbbyWambach #Sister #SpotifyWrapped
## 4377                                                                                               I predict my top podcast will be [@JaacksHappyHour ] #SpotifyWrapped
## 4378                                                                                                         sounds about right #SpotifyWrapped https://t.co/fwxqHW3ROh
## 4379                                                                                                       I predict my top artist will be @SUICIDEBOYS #SpotifyWrapped
## 4380                                                                                                     I predict my top artist will be [Charlie Puth] #SpotifyWrapped
## 4381                                                                                       I predict my top artist will be DNCE #SpotifyWrapped https://t.co/KwkMDYL7gQ
## 4382                                                Tag Your Favorites in the Comments!Moss Fest Out West 2022 🤘🏼#zackmossmusic #SpotifyWrapped https://t.co/dg2Pi3SQpT
## 4383                                                                                                        I predict my top artist will be Linkin Park #SpotifyWrapped
## 4384                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 4385                                                                            I predict my most played song will be Dead Butterflies by @Architectsuk #SpotifyWrapped
## 4386                                                                                                                     Mood: #SpotifyWrapped\nhttps://t.co/8qZjJ9s7Qa
## 4387                                 Are you one of my top fans on @Spotify? If so you’ll get a nice lil video from me and my assistant Woodie in your #SpotifyWrapped!
## 4388                                                                                     I predict my most played song will be Newspapers for Magicians #SpotifyWrapped
## 4389                                                                                                                 I predict my top artist will be NF #SpotifyWrapped
## 4390                              #SpotifyWrapped is coming up and I have been seeing alot of people post this.\nWould you go to this festival? https://t.co/kXdUXiky5n
## 4391                                                                                                             I predict my top genre will be Hip-Hop #SpotifyWrapped
## 4392                                                                                   if you all see the victorious cast on my #SpotifyWrapped \n\nmind your business…
## 4393                                                          I predict my most played song will be [Left and Right - Charlie Puth ft. Jungkook of BTS] #SpotifyWrapped
## 4394                                                                                       I predict my top artist will be @Architectsuk @samarchitects #SpotifyWrapped
## 4395                                                                                                          i predict my top artist will be peach pit #SpotifyWrapped
## 4396                                                                                                        I predict my top artist will be @charli_xcx #SpotifyWrapped
## 4397                               @AnshaySaboo Enjoyed a lot using this!\nSuggested to friends as well!\n\nOfcourse @aroyfloyd is in the top!… https://t.co/WEEKOEY5mP
## 4398                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 4399                       idk who my top artist is gonna be this year nor my top songs because my music taste is all over the place and i don… https://t.co/jdsYaZ8JNg
## 4400                                                                                                     I predict my top podcast will be Distractable. #SpotifyWrapped
## 4401                                                                                   I predict my most played song will be Nowhere To run or No Mercy #SpotifyWrapped
## 4402                                                                                                          I predict my top artist will be Lady Gaga #SpotifyWrapped
## 4403                     I predict my top artist will be [Black Veil Brides] #SpotifyWrapped\n\nAs much as I wanted to listen to different art… https://t.co/PzQeknsrMK
## 4404                                                                         i already know my top artist is stand atlantic lol #SpotifyWrapped https://t.co/fTRr5fG5xb
## 4405                                                                                                                 I predict my top genre will be POP #SpotifyWrapped
## 4406                                                                                           I predict my most played song will be Bloodhound by 5SOS #SpotifyWrapped
## 4407                                                                                                                        nah this wait is killing me #SpotifyWrapped
## 4408                                                                         I predict my top artist will be either Taylor swift or the cast of HSMTMTS #SpotifyWrapped
## 4409                                                                                                          I predict my top artist will be Metallica #SpotifyWrapped
## 4410                                                                                              I predict my most played song will be [Gang Over Luv] #SpotifyWrapped
## 4411                                                                                      I predict my most played song will be “I Drink Wine” by Adele #SpotifyWrapped
## 4412                                                                                                             I predict my top artist will be JAWNY. #SpotifyWrapped
## 4413                          I will build you high converting clickfunnels landing page or clickfunnels sales funnel\nhttps://t.co/jkvRJWV5BT… https://t.co/4LNay8b43n
## 4414                                                                                       I predict my most played song will be Nervous Young Inhumans #SpotifyWrapped
## 4415                                                                                                              I predict my top artist will be @5SOS #SpotifyWrapped
## 4416                                                                                            I predict my most played song will be it’s on (HSMTMTS) #SpotifyWrapped
## 4417                                                                            Why is #SpotifyWrapped the thing that has me most excited about 2022 coming to a close?
## 4418                                                                                                              I predict my top genre will be indie. #SpotifyWrapped
## 4419                                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped #EXO @weareoneEXO
## 4420                                                                            I predict my most played song will be ODD Front by LOONA/ODD EYE CIRCLE #SpotifyWrapped
## 4421                                                                              I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped R&amp;B
## 4422                                                                                       I predict my most played song will be Model Buses by Lovejoy #SpotifyWrapped
## 4423                                                                                                             I predict my top genre will be Hip Hop #SpotifyWrapped
## 4424                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4425                                                                                             I predict my most played song will be [Boys Wear Pink] #SpotifyWrapped
## 4426                                                                                                              I predict my top artist will be Drake #SpotifyWrapped
## 4427                                                                               I predict my most played song will be Dis &amp; That by NBA YoungBoy #SpotifyWrapped
## 4428                                                                                  @Spotify I predict my most played song will be Spillways by Ghost #SpotifyWrapped
## 4429                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4430                                                                                          I predict my most played song will be jimmys cooks easily👀#SpotifyWrapped
## 4431                          Istg if i get dice or cool your rainbow as my most listened song this year im deleting my socials #SpotifyWrapped https://t.co/ewdkJkxREJ
## 4432                                                                                                     Hurry tf up I wanna get disappointed in myself #SpotifyWrapped
## 4433                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 4434                                                                                                           I predict my top artist will be the 1975 #SpotifyWrapped
## 4435                                                                                                       I predict my top artist will be NBA Youngboy #SpotifyWrapped
## 4436                                                                #SpotifyWrapped is coming... will @qveenherby be in your top 5 artists? Will she rank at the top???
## 4437                                 I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped remi wolf or russ for sure https://t.co/b7iiPll399
## 4438                                                                        I predict my top artist will be #StrayKids #SpotifyWrapped\n\n(I can time travel. I swear.)
## 4439                                                                    *leaving spotify play Kendrick on repeat and going to sleep so my #SpotifyWrapped doesn't suck*
## 4440                                                                                        I predict my most played song will be lover by taylor swift #SpotifyWrapped
## 4441                                                                                                       I predict my top podcast will be Have A Word #SpotifyWrapped
## 4442                                                                                   I predict my most played song will be Cheers - Seventeen Leaders #SpotifyWrapped
## 4443                      Thank you for all the love and support. Follow here on Spotify. Link is here below. New Christmas Ep \nGreatest Gift… https://t.co/8ih4Uro3E5
## 4444                                                                                                                     i'm just waitin for my #SpotifyWrapped plsssss
## 4445                                                                                                         I predict my top podcast will be @fullsend #SpotifyWrapped
## 4446                                                                                                   I predict my top artist will be twice @JYPETWICE #SpotifyWrapped
## 4447                                                                                                       I predict my top artist will be Paolo Nutini #SpotifyWrapped
## 4448                                                                                                           I predict my top genre will be [R&amp;B] #SpotifyWrapped
## 4449                                                                                    I predict my top genre will be kpop ofc #SpotifyWrapped https://t.co/DVl0JowFO8
## 4450                        Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/tMGZkKx7OD
## 4451                                                                                                            I predict my top genre will be Pop Punk #SpotifyWrapped
## 4452                                                                                    I predict my top podcast will be [I didn’t listen to a Podcast] #SpotifyWrapped
## 4453                                               me and my #SpotifyWrapped playlist because it’s all i’ve had on repeat for the last 6 months https://t.co/eEZ9JdbgDr
## 4454                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\nhoping hip hop, prolly pop, maybe ho… https://t.co/FpNtPqp8K3
## 4455                                                                                              Can’t wait for #SpotifyWrapped to show me how basic my music taste is
## 4456                                                                                                 I predict my top podcast will be [Sibling Rivalry] #SpotifyWrapped
## 4457                                                                                                I predict my top artist will be with confidence…RIP #SpotifyWrapped
## 4458                                                                                          Every year Spotify gives me the gift of seeing everyone’s #SpotifyWrapped
## 4459                                                                                                  NOBODY is doin it like me #SpotifyWrapped https://t.co/z69Pc5m79L
## 4460                                                                              JUST ANNOUNCED: #SpotifyWrapped cancelled for 2023. Someone forgot to enable logging.
## 4461                                                                                         I predict my most played song will be What's My Age Again? #SpotifyWrapped
## 4462                                                                    anybody else planning on staying up until midnight every night until #SpotifyWrapped comes out?
## 4463                  Certified Lover Girl Work Out T-Shirt \n\nAmazon Link: https://t.co/9UxXBPB8U7\nMore: https://t.co/YP8yTigt8k\n\n#amazon… https://t.co/0gbam1dRoe
## 4464                       #SpotifyWrapped #christmas2022 These are the UK’s Christmas biggest music hits which have ranged from classic holid… https://t.co/acC7TaL6WM
## 4465                                                        I predict my most played song will be Left and Right (Feat Jungkook of BTS) by Charlie Puth #SpotifyWrapped
## 4466                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4467                                                                                                              I predict my top genre will be [Rock] #SpotifyWrapped
## 4468                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4469                                                                                                            I predict my top artist will be Beyonce #SpotifyWrapped
## 4470                                                                                            What do you reckon \n#instafest #SpotifyWrapped https://t.co/wHXH61kJc1
## 4471                                                                                                              I predict my top artist will be Lizzo #SpotifyWrapped
## 4472                                                                                                    I predict my top artist will be [Ozzy Osbourne] #SpotifyWrapped
## 4473                                                                                                  I predict my top artist will be Kelsea Ballerini  #SpotifyWrapped
## 4474                                                                                                                 I predict my top genre will be RnB #SpotifyWrapped
## 4475                                                                       I predict my most played song will be Broken and Beautiful by @kellyclarkson #SpotifyWrapped
## 4476                                                              I can't wait for #SpotifyWrapped to tell me I only listen to Eminem, Lil Nas X, and Sabrina Carpenter
## 4477                                                                                                                                          ITS OUT?? #SpotifyWrapped
## 4478                                                                                 I predict my most played song will be I remember you, by skid row! #SpotifyWrapped
## 4479                                                                                     I predict my top artist will be @RockitMusicYT no doubt at all #SpotifyWrapped
## 4480                                                                                                                I predict my top genre will be pop. #SpotifyWrapped
## 4481                                                                                            I predict my most played song will be “La vaca lola” \n #SpotifyWrapped
## 4482                                                                                                                      me rn #SpotifyWrapped https://t.co/xeKMnXzK1f
## 4483                                                                                                                  hope i wake up dead or wake up to #SpotifyWrapped
## 4484                                                                             I predict my most played song will be [Whats my age again - Blink 182] #SpotifyWrapped
## 4485                                                                                                             I predict my top genre will be R&amp;B #SpotifyWrapped
## 4486                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 4487                                                                                            I predict my most played song will be Heated - Beyonce  #SpotifyWrapped
## 4488                                                                                      I predict my most played song will be One Bite @RockitMusicYT #SpotifyWrapped
## 4489                                                                                                       I predict my top artist will be [@BebeRexha] #SpotifyWrapped
## 4490                                                                              I predict my most played song will be ‘Begin Again’ by @taylorswift13 #SpotifyWrapped
## 4491                                                                             I predict my most played song will be Super Freaky Girl by Nicki Minaj #SpotifyWrapped
## 4492                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4493                                                                                                       I predict my most played song will be Andrea #SpotifyWrapped
## 4494                                                                                            afraid of my #SpotifyWrapped even tho it will be an all #mitski thing 🥺
## 4495                                                                    I predict my top artist will be Tennis #SpotifyWrapped because they are the best band ever btw!
## 4496                                                           I predict my most played song will be [I'm Good (Blue) by @BebeRexha &amp; @davidguetta] #SpotifyWrapped
## 4497                                                                                                                               Who’s waiting for #SpotifyWrapped???
## 4498                                                           NO QUIERO VER MI SPOTIFY WRAPPED, queda de primero bigger than me por el stream, i swear #SpotifyWrapped
## 4499                                                                                  I predict my most played song will be Burbank House by Tsubi Club #SpotifyWrapped
## 4500                                                                                                 I predict my top podcast will be The Read #TheRead #SpotifyWrapped
## 4501                                                                                                    I predict my top artist will be @taylorswift13. #SpotifyWrapped
## 4502                                                                                                           I predict my top artist will be [RuPaul] #SpotifyWrapped
## 4503                                                                                                          I predict my top genre will be pop rock \n#SpotifyWrapped
## 4504                                                                                                           My #SpotifyWrapped predictions 🎶 https://t.co/Stwn2x0ijP
## 4505                                                                                 I predict my most played song will be [HomeComing] by lil uzi vert #SpotifyWrapped
## 4506                                                              I predict my top podcast will be [between BBC Global News Podcadt or Sibling Rivalry] #SpotifyWrapped
## 4507                                                              I predict my top artist will be Juice Wrld (if it ain't juice Spotify is broken lol)  #SpotifyWrapped
## 4508                                                                                                           I predict my top genre will be Boy Bands #SpotifyWrapped
## 4509                                                           I predict my top podcast will be dungeons and daddies, there’s no way it’s anything else #SpotifyWrapped
## 4510                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/mdvQLAT5lB
## 4511                                                                                                                 WHEN WHEN WHEN WHEN WHEN WHEN WHEN #SpotifyWrapped
## 4512                                                           I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Sway with @karaswisher
## 4513                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nRumors - Gucci mani &amp; lil durk
## 4514                                                                I predict my top artist will be @KateBushMusic or @Beyonce I listen to both equally #SpotifyWrapped
## 4515                       Not sure about what's on your #SpotifyWrapped but you should check out the official soundtrack to #DOUGH, now strea… https://t.co/40OmrFsDMa
## 4516                                                                                                     I predict my top artist will be Joshua Bassett #SpotifyWrapped
## 4517                                                                                    I predict my most played song will be [https://t.co/fpZ7ZuYWSz] #SpotifyWrapped
## 4518                                                                                                                                             #SpotifyWrapped soon 👀
## 4519                                                                    Love how the #SpotifyWrapped is the new YouTube rewind but better and way cringier for everyone
## 4520                                                                                                          I predict my top podcast will be @GoonsPC #SpotifyWrapped
## 4521                                                                                                        my prediction to my #SpotifyWrapped https://t.co/zuaC0DKvBo
## 4522                                                                                   I predict my most played song will be [Assault &amp; Batteries ] #SpotifyWrapped
## 4523                                                                                            I predict my top podcast will be Welcome to Night Vale. #SpotifyWrapped
## 4524                                                                                I predict my most played song will be set me free by Joshua Bassett #SpotifyWrapped
## 4525                                                                                         I predict my most played song will be Dreamers by Jungkook #SpotifyWrapped
## 4526                                                                   I predict my most played song will be young luv by stayc #SpotifyWrapped https://t.co/KKWe1ZuF4G
## 4527                                  @Apple  Did you have CROWDFUNDING you interest to ADVERTISE to real #audience  kindly click on this link… https://t.co/vXGsgRKE0Q
## 4528                                                                                                     I predict my top artist will be Sleeping Wolf. #SpotifyWrapped
## 4529                                                        I predict my #SpotifyWrapped  will be 5SOS, Delta Goodrem and probaby some country artists and Taylor Swift
## 4530                                                                                  I predict my top podcast will be [Good Influence by Gemma Styles] #SpotifyWrapped
## 4531                                                                       I've accepted this colossal L just show me the stats #SpotifyWrapped https://t.co/2zdv95jBEm
## 4532                                                                             I predict my top podcast will be @TheYard and it’s not even close lmao #SpotifyWrapped
## 4533                                                                                            I predict my top genre will be Modern Alternative Rock. #SpotifyWrapped
## 4534                                                         I predict my most played song will be [fill in top song prediction] You Send  me-Sam Cooke #SpotifyWrapped
## 4535                                   did you pay the update accounts to speak on you or something when youre the one STILL not releasing the #SpotifyWrapped @Spotify
## 4536                                                                                              I predict my top artist will be [5 seconds of summer] #SpotifyWrapped
## 4537                                                                                                         I predict my top artist will be Bo Burnham #SpotifyWrapped
## 4538                                                                                 I predict my most played song will be Father Strech My Hands Pt. 1 #SpotifyWrapped
## 4539                                                                                               I predict my most played song will be [Holiday- KSI] #SpotifyWrapped
## 4540                                                                                                     I predict my top artist will be [Harry Styles] #SpotifyWrapped
## 4541                                                                                                         I predict my top genre will be [indie pop] #SpotifyWrapped
## 4542                                                                                                           I predict my top podcast will be nothing #SpotifyWrapped
## 4543                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 4544                                                                                                     Looks good  #SpotifyWrapped #instafest https://t.co/wzr6Oroabm
## 4545                                                                  I predict my top podcast will be The Goomba Podcast (Rip) #SpotifyWrapped @dinkbotnick @spoonkid3
## 4546                                                                                                    Why do I want my #SpotifyWrapped when all I use is Apple Music.
## 4547                                                                                        I predict my top podcast will be #darkhistory @BaileySarian #SpotifyWrapped
## 4548                                                                                     I predict my most played song will be [Walkin by Denzel Curry] #SpotifyWrapped
## 4549                                                                                          I already know my top artist is going to be harry styles  #SpotifyWrapped
## 4550                                                                                                     I predict my most played song will be [Saigon] #SpotifyWrapped
## 4551                                                                                                     I predict my most played song will be [vienna] #SpotifyWrapped
## 4552                                                                                                 I predict my most played song will be [Grapejuice] #SpotifyWrapped
## 4553                                                                                     I predict my most played song will be Collide by Sleeping Wolf #SpotifyWrapped
## 4554                                                                                                      I predict my top artist will be Laura Pausini #SpotifyWrapped
## 4555                                                             My Spotify wrapped gone be the whole Renaissance album plus some other random shit. 😭😭 #SpotifyWrapped
## 4556                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4557                                                                                                       I predict my top artist will be Lil Uzi Vert #SpotifyWrapped
## 4558                       me pretending to be shocked when i see how bad my spotify wrapped is even though it was my own doing that got it th… https://t.co/XRHiP7FTJV
## 4559                                     Sometimes you will notice some players licking their hands and tapping their soles.\n@theshoereviews7… https://t.co/nZy1RoFevH
## 4560                     can't wait for my #SpotifyWrapped to call me out for being an emotional bitch over graduating this year ✨\nI'M STILL… https://t.co/E8xXVeeUOm
## 4561                                                                                   I predict my most played song will be Dove Sei, by Laura Pausini #SpotifyWrapped
## 4562                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 4563                                                                                                I predict my top artist will be Avicii or Bad Bunny #SpotifyWrapped
## 4564                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 4565                                                                                                         I predict my top artist will be Noahfinnce #SpotifyWrapped
## 4566                                                                                                                #SpotifyWrapped predictions https://t.co/yw2drkS02m
## 4567                                                                                          I predict my most played song will be INDIA - Lancey Foux #SpotifyWrapped
## 4568                                                                                                               I predict my top genre will be Kpop  #SpotifyWrapped
## 4569                                                                                                   I predict my most played song will be Super Tuna #SpotifyWrapped
## 4570                                                                                         #SpotifyWrapped \n\nBut I only listen to 3 artists https://t.co/e8om2QfVku
## 4571                                                                                              I predict my top podcast will be Joe Rogan Experience #SpotifyWrapped
## 4572                                                                                I predict my most played song will be [Mario Cart - FunnyBandMusic] #SpotifyWrapped
## 4573                                                              I predict my most played song will be Need This Feeling - Acoustic by @HeyBenSchuller #SpotifyWrapped
## 4574                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 4575                            Checkout the catalog\nhttps://t.co/zOwddox8Tf\n#apple #CyberMonday #casemiro #GivingTuesday #DietCoke #Uruguay… https://t.co/es60S7BrxT
## 4576                                                                                           #SpotifyWrapped \n#1 gonna be Jannabi\n#2 is either Twice or Faron Young
## 4577                       My #SpotifyWrapped  is going to be so psychotic if anyone out there doesn’t think I’m a loser this’ll be the nail i… https://t.co/3zzFH7OkUT
## 4578                                                        I already know who will pop up… Taylor, Harry, maybe phoebe, and the last of us soundtrack  #SpotifyWrapped
## 4579                                                                                     I predict my top artist will be churches or wolf Alice. Again  #SpotifyWrapped
## 4580                       I predict my most played song will be [Black Ball - NBA Youngboy] contenders Mr Professor - Cochise, Talk - Yeat, L… https://t.co/T7kSq98KRn
## 4581                                                                         I predict my most played song will be Until I Found You by Stephen Sanchez #SpotifyWrapped
## 4582                                                                                    I predict my most played song will be Closer to the edge #30STM #SpotifyWrapped
## 4583                                   @youtubemusic did something like #SpotifyWrapped back in the spring, and then havent done it since. i think this needs to change
## 4584                                                                                         I predict my most played song will be Something in the way #SpotifyWrapped
## 4585                                                      I really have no idea what it's gonna be. I've been listening to so much nonsense this year.\n#SpotifyWrapped
## 4586                                                                                              I predict my top artist will be [my chemical romance] #SpotifyWrapped
## 4587                                                     When The Animator Goes Beast Mode‼️ #anime #gaming #epic #SpotifyWrapped #viral #maruto https://t.co/BinrkTEuqy
## 4588                                                                                                              I predict my top genre will be [rock] #SpotifyWrapped
## 4589                        I predict my most played song will be either #AsItWas by @Harry_Styles OR  #BiggerThanMe by @Louis_Tomlinson first… https://t.co/1PZKRt8FiU
## 4590                                                                                                           I predict my top podcast will be Recreyo #SpotifyWrapped
## 4591                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped shoota by @LILUZIVERT
## 4592                        #NowPlaying #SpotifyWrapped #Live #Spotify  #NewVideoAlert  Lil Steve “Goons And Goblins”  https://t.co/3FQE97bQRZ… https://t.co/m4akPx33Qz
## 4593                                                                                                   I predict my top podcast will be The Big Picture #SpotifyWrapped
## 4594                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 4595                                                                      I predict my most played song will be RUN2U by STAYC or Attention by NewJeans #SpotifyWrapped
## 4596                                                                                                   I predict my most played song will be Pink Venom #SpotifyWrapped
## 4597                                                                                            I predict my top artist will be wait for it… @theweeknd #SpotifyWrapped
## 4598                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4599                                                                                                               I predict my top genre will be Kpop  #SpotifyWrapped
## 4600                                                                                           I predict my top podcast will be [Impaulsive @LoganPaul] #SpotifyWrapped
## 4601                                                                     I predict my top artist will be Vance Joy or Carley Rea Jespen or One Republic #SpotifyWrapped
## 4602                                                                                                   I predict my most played song will be Rush Hour  #SpotifyWrapped
## 4603                                                                                      I predict my top genre will be R&amp;B or anything @theweeknd #SpotifyWrapped
## 4604                                                                                    I predict my most played song will be Agoraphobia by deerhunter #SpotifyWrapped
## 4605                                                                                                        I predict my top genre will be Pop or Indie #SpotifyWrapped
## 4606                                                                                            Can’t wait for my #SpotifyWrapped Let’s see what intrigued me the most.
## 4607                                                                                               I predict my most played song will be Open by Khalid #SpotifyWrapped
## 4608                                                                                                          I know I’m going to have to explain my #SPOTIFYWRAPPED 😩🤣
## 4609                                                                                                  I predict my top artist will be no its becky ofcc #SpotifyWrapped
## 4610                                                                                                       I predict my top artist will be [@sanbenito] #SpotifyWrapped
## 4611                                                                                            I predict my most played song will be Hell yeah - Tana\n#SpotifyWrapped
## 4612                                                                                        I predict my most played song will be Succession Theme Song #SpotifyWrapped
## 4613                                                                                         I predict my most played song will be Try Me by @theweeknd #SpotifyWrapped
## 4614                                                                                                     I predict my top artist will be [Ilse DeLange] #SpotifyWrapped
## 4615                                                                                                          I predict my top artist will be Beyoncé 👑 #SpotifyWrapped
## 4616                                                                                                            I predict my top genre will be [HipHop] #SpotifyWrapped
## 4617                                                                                   I predict my most played song will be [the foundations of decay] #SpotifyWrapped
## 4618                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 4619                                          I think my top artist will be either BTS or Coldplay this year. Or Harry Styles?! #SpotifyWrapped https://t.co/mE58vfiNZc
## 4620                                                                                     I predict my most played song will be I'm that girl by Beyoncé #SpotifyWrapped
## 4621                                                                                                         I predict my top genre will be [Dutch Pop] #SpotifyWrapped
## 4622                                                                                         I predict my most played song will be Clarity by Vance Joy #SpotifyWrapped
## 4623                                                                                              Me Seeing  #SpotifyWrapped Hasn't Dropped Yet https://t.co/jmq0ZS6vaa
## 4624                                                                                                           I predict my top genre will be Acappella #SpotifyWrapped
## 4625                                                                                                      I predict my top podcast will be @heavyweight #SpotifyWrapped
## 4626                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4627                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 4628                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4629                       Am I the only one who finds it strange that #SpotifyWrapped has suddenly become this big thing that’s being hyped u… https://t.co/5YmLvb60Ja
## 4630                                                                                                  I predict my top podcast will be @TheLavenderPod  #SpotifyWrapped
## 4631                                  Don't miss the opportunities for amazon discounts https://t.co/0iXgMZVOGI\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook
## 4632                                                  I predict my most played song will be romantic homicide by d4vd or sex with a ghost by teddy hyde #SpotifyWrapped
## 4633                                                                                      I predict my top artist will be who else but taylor swift lol #SpotifyWrapped
## 4634                                                                                                           I predict my top artist will be We Skeem #SpotifyWrapped
## 4635                       @djleakycheese I predict that @domnelson3 will have absolutely fucked up my #SpotifyWrapped The 1975 is probably go… https://t.co/MBGaF24VRd
## 4636                                                                                                 I predict my top genre will be Pop or Classic Rock #SpotifyWrapped
## 4637                                                                                   I predict my most played song will be #Coast by @HaileeSteinfeld #SpotifyWrapped
## 4638                                                                                                       I predict my most played song will be a song #SpotifyWrapped
## 4639                                                                                    I predict my most played song will be Rhiannon by Fleetwood Mac #SpotifyWrapped
## 4640                                                                          I predict my most played song will be [Running Up That Hill by Lø Spirit] #SpotifyWrapped
## 4641                                                                         I predict my most played song will be Pattycake Productions Oogie’s Boogie #SpotifyWrapped
## 4642                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4643                                                                                                                                    GIVE ME, NOW!!! #SpotifyWrapped
## 4644                                                                                                           I predict my top genre will be hyper pop #SpotifyWrapped
## 4645                                                                                                                                     #SpotifyWrapped I’m so nervous
## 4646                                                                                         I predict my most played song will be Running Up That Hill #SpotifyWrapped
## 4647                                                                                   I predict my most played song will be [Willing - Ilse de Lange ] #SpotifyWrapped
## 4648                                                                                     I predict my most played song will be Iris by the GooGoo Dolls #SpotifyWrapped
## 4649                                                                                    My #SpotifyWrapped gonna be shit coz I've mostly been on #Tidal this past year.
## 4650                                                                                                             I predict my top artist will be [ashe] #SpotifyWrapped
## 4651                              If you're wondering whether I mind being tagged in yer #SpotifyWrapped, the answer is hell no. I love to know who is listening to me!
## 4652                       @tiktok_uk @Louis_Tomlinson All the songs from #FaithInTheFuture deserve a place in my #SpotifyWrapped . Definitely the album of the year !!
## 4653                                                                                                   I predict my top artist will be [stella donelly] #SpotifyWrapped
## 4654                                                                                          Me waiting to see everyone else’s #SpotifyWrapped https://t.co/mKB9fSw0ai
## 4655                                                                                                        I predict my top artist will be @1330PASTOR #SpotifyWrapped
## 4656                         Very excited to be showing all of you random little people in my phone about what phases I went through this year… https://t.co/kTkDDyFPBl
## 4657                                                                                           I predict my most played song will be [camden by gracie] #SpotifyWrapped
## 4658                      I predict my top artist will be #StrayKids …to absolutely no one’s surprise ✋🥸 srsly if it’s not SKZ then idk who e… https://t.co/240esHYipH
## 4659                                                                                                         I predict my top genre will be Hip Hop/Rap #SpotifyWrapped
## 4660                                To buy this t-shirt design please click on the link for more :  https://t.co/mH8ditAn2I\n\n#SpotifyWrapped… https://t.co/9my0J8fMGE
## 4661                                                                                                                 I predict my top genre will be EDM #SpotifyWrapped
## 4662                                                                         I predict my most played song will be teeth by 5sos/ something by maneskin #SpotifyWrapped
## 4663                                                                   I predict my most played song will be probably local god or something from panic #SpotifyWrapped
## 4664                                                                                   I predict my most played song will be Michael In The Bathroom #SpotifyWrapped  💀
## 4665                                                                                                  I predict my most played song will be Money Phone #SpotifyWrapped
## 4666                           follow the instructions! https://t.co/jDebFXvZC2\n#CyberMonday Casemiro #GivingTuesday Diet Coke Vini Mauna Loa… https://t.co/JTW2tfUKAp
## 4667                                                                                    I predict my most played song will be @paramore's This Is Why #SpotifyWrapped 👀
## 4668                                                                                                            I predict my top genre will be pop/rock #SpotifyWrapped
## 4669                                                                                                               I predict my top artist will be 5sos #SpotifyWrapped
## 4670                                                                                                     I predict my top podcast will be @tomgreenlive #SpotifyWrapped
## 4671                   pack stickers\n Siamese Cat With Blue Eyes\nhttps://t.co/LQP3DBzAz1\n\n #usa #austin_adkins #CyberMonday #GivingTuesday… https://t.co/76HnYNHGsg
## 4672                       Haaa i can tell you all right now my #SpotifyWrapped will be a repeat of last years .. and the year before .. and t… https://t.co/D184DH8kiO
## 4673                                                               i think we can all agree that the world shares one happy day, and that's when #SpotifyWrapped is out
## 4674                                                                                                        I predict my top artist will be the Strokes #SpotifyWrapped
## 4675                                                                                                        I predict my top podcast will be Yakety-Yak #SpotifyWrapped
## 4676                               I predict my top podcast will be “Distractible”! I spent everyday during lunch this semester just listening to it 😅  #SpotifyWrapped
## 4677                                                                                                    I predict my top artist will be @StickFigureDub #SpotifyWrapped
## 4678                                                                                        I predict my top podcast will be distractible #SpotifyWrapped #Distractible
## 4679                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 4680                                                                                        I predict my most played song will be [21 by Gracie Abrams] #SpotifyWrapped
## 4681                                                                                           I predict my top podcast will be game of thrones podcast #SpotifyWrapped
## 4682                                                                                                              I predict my top genre will be Reggae #SpotifyWrapped
## 4683                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4684                                                                                                    I predict my top podcast will be [Distractible] #SpotifyWrapped
## 4685                                                             I predict my top podcast will be  10 hour box fan asmr sounds for sleep and relaxation #SpotifyWrapped
## 4686                                                                                       I predict my most played song will be Ode to the Mets, again #SpotifyWrapped
## 4687                                                                                                        I predict my top artist will be [I Prevail] #SpotifyWrapped
## 4688                                                                               I predict my most played song will be Old Sunrise by @StickFigureDub #SpotifyWrapped
## 4689                                                                                                            I predict my top artist will be rihanna #SpotifyWrapped
## 4690                                                                                                         I predict my top genre will be [Metalcore] #SpotifyWrapped
## 4691                                                                 Winterizing the 5th wheel #rvlife #fulltimerv #SpotifyWrapped #CyberMonday https://t.co/HH9a4cQs15
## 4692                                                                                                        I predict my top podcast will be [senorita] #SpotifyWrapped
## 4693                                                                                              I predict my most played song will be work by Rihanna #SpotifyWrapped
## 4694                                  cherish &amp; celebrate the support you receive always but your worth as an artist isn't defined by your… https://t.co/9HgRkSb96o
## 4695                       I have a personal profile, I will have Date with you on my personal profile :  https://t.co/JerY6GmJkj\nDon't worry… https://t.co/Y9XtfQtvOx
## 4696                                                                                  I predict my most played song will be [Crooked Soul by Dayseeker] #SpotifyWrapped
## 4697                                                                                                I predict my most played song will be lazy by goopy #SpotifyWrapped
## 4698                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4699                          Back in time for GTFOH Monday! Don't blink!🎯🎮🪀😃 Early Steam! Live now on https://t.co/DzZDqaADua #SpotifyWrapped… https://t.co/w5zqVquCmp
## 4700                                                                                                   I predict my top podcast will be @NightValeRadio #SpotifyWrapped
## 4701                                                                                       i predict my top podcast will be distractible by @markiplier #SpotifyWrapped
## 4702                                                                                                      i predict my top artist will be @xxxtentacion #SpotifyWrapped
## 4703                                                                                                          i predict my top genre will be hiphop/rap #SpotifyWrapped
## 4704                                                                                          i predict my most played song will be dance now by @JIDsv #SpotifyWrapped
## 4705                            I predict my most played song will be either “Waiting for Us” or “Muddy Water” by #StrayKids from their #Oddinary album❣️#SpotifyWrapped
## 4706                                                                        I predict my most played song will be Long Song by @TheKnocks ft Dragonette #SpotifyWrapped
## 4707                                                                                                              I predict my top genre will be hiphop #SpotifyWrapped
## 4708                                 world aids day\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA #MondayMotivation #SpotifyWrapped… https://t.co/fZ7ZNEEvqN
## 4709                                                                                                   I predict my top artist will be @concretecastles #SpotifyWrapped
## 4710                      I will design creative eye catching poster in 24 hours\nIf you need my service, please contact me on Fiverr. Link be… https://t.co/8J2AlxMVJl
## 4711                                                                                                 I predict my top podcast will be [hata hada nadar] #SpotifyWrapped
## 4712                                                                                         I predict my most played song will be Help Herself - bbno$ #SpotifyWrapped
## 4713                                                                                    I predict my most played song will be ANTIFRAGILE BY LESSERAFIM #SpotifyWrapped
## 4714                                                                 I predict my most played song will be "You Won't See Me Again" by @concretecastles #SpotifyWrapped
## 4715                                                                                                              I predict my top genre will be hiphop #SpotifyWrapped
## 4716                                                                                                      I predict my top artist will be [kanye l7me9] #SpotifyWrapped
## 4717                                                                                     I predict my most played song will be [Angels and demons-jxdn] #SpotifyWrapped
## 4718                                                                                                               I predict my top artist will be Joji #SpotifyWrapped
## 4719                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 4720                                                                    Me when Billy Joel is gonna be my top artist this year  #SpotifyWrapped https://t.co/1kP7V0hkp8
## 4721                                      Nursery Rhymes ABC is an interesting third headline act on the Monday 😂\n\n#SpotifyWrapped #instafest https://t.co/320S2kQrAZ
## 4722                                                                                              I predict my top podcast will be la pija y la quinqui #SpotifyWrapped
## 4723                                                                                                   I predict my top podcast will be [ @casosreais_] #SpotifyWrapped
## 4724                                                                                               I predict my top podcast will be The Edge of Sleep\n #SpotifyWrapped
## 4725                                                                                      I predict my most played song will be https://t.co/tNOqNQXu55 #SpotifyWrapped
## 4726                                                                                      I predict my top podcast will be I spent a day with podcast\n #SpotifyWrapped
## 4727                                                                                                   I predict my top genre will be [ghi rap rap rap] #SpotifyWrapped
## 4728                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4729                                                                                               What do you think will be your top song of the year? #SpotifyWrapped
## 4730                                                                  Can’t wait for my #SpotifyWrapped to show me how awesome my musical taste is again when it drops!
## 4731                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 4732                                                                                                              I predict my top artist will be Ghost #SpotifyWrapped
## 4733                                                                                  I predict my most played song will be all too well 10 min version #SpotifyWrapped
## 4734                                                                    Just tell me now that arctic monkeys have knocked oasis of the number 1 spot 😢😣 #SpotifyWrapped
## 4735                                                                                                   I predict my top genre will be pop/rock or indie #SpotifyWrapped
## 4736                                                                                           I predict my most played song will be  Temporary Funeral #SpotifyWrapped
## 4737                                                                                                   I predict my most played song will be [papillon] #SpotifyWrapped
## 4738                       Austin Adkins West Virginia Music\nhttps://t.co/DIzeBzkA1R\n#usa #austin_adkins #CyberMonday #GivingTuesday #KORGHA… https://t.co/TN7TgtpUzi
## 4739                                                                                                             I predict my top genre will be [#rock] #SpotifyWrapped
## 4740                         Getting ready to be shocked by my #SpotifyWrapped  even though I check my last fm scrobbles daily and know exactly what's going to show up
## 4741                                                                          I predict my most played song will be Lovers Rock #SpotifyWrapped https://t.co/klUb9N0oAY
## 4742                                                                                                     I predict my top podcast will be @deuxmoiworld #SpotifyWrapped
## 4743                                                          I predict my most played song will be RUN2YEW FROM MY SLAYC GIRLS #SpotifyWrapped https://t.co/mgRfaBOTk1
## 4744                                                                                                         I predict my top artist will be owl city\n #SpotifyWrapped
## 4745                                                                                  I predict my most played song will be all to well by taylor swift #SpotifyWrapped
## 4746                                                          Why is #SpotifyWrapped trending? Why? @Spotify hasn't released our precious wrap. https://t.co/cqCacIeGy0
## 4747                                                                                           I predict my top artist will be Taylor Swift (obviously) #SpotifyWrapped
## 4748                                                                                           I predict my top artist will be crywank, we all know why #SpotifyWrapped
## 4749                                                                                         I predict my most played song will be So Good by @halsey 💜 #SpotifyWrapped
## 4750                                                                                                               I predict my top genre will be pop\n #SpotifyWrapped
## 4751                                                                                                  I predict my top artist will be [pierce the veil] #SpotifyWrapped
## 4752                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4753                                                                                             I predict my most played song will be On tha line Yeat #SpotifyWrapped
## 4754                                                                                                      I predict my top artist will be Taylor Swift! #SpotifyWrapped
## 4755                                                                                      I predict my most played song will be Yet to Come by @BTS_twt #SpotifyWrapped
## 4756                                                                                                        when is spotify wrapped actually dropping?? #SpotifyWrapped
## 4757                                                                                      I predict my top artist will be [BTS] #SpotifyWrapped https://t.co/zXt1yLpakU
## 4758                                                                                                               I predict my top genre will be [emo] #SpotifyWrapped
## 4759                                                                               I predict my most played song will be all too well 10 minute version #SpotifyWrapped
## 4760                                                      so ready to break my “you were in the top .1% of taylor swift’s listeners this year” record 💅 #SpotifyWrapped
## 4761                                                                                                    I predict my top artist will be Steven Universe #SpotifyWrapped
## 4762                                                                                   I predict my most played song will be shooting star by owl city\n#SpotifyWrapped
## 4763                       spotify users are literally foaming at the mouth for #SpotifyWrapped yet apple music users have had a “replay 2022”… https://t.co/VDckHDhajV
## 4764                                                                           I predict my most played song will be [disasterology by pierce the veil] #SpotifyWrapped
## 4765                                                                                                    I predict my top genre will be [Rap or R&amp;B] #SpotifyWrapped
## 4766                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \nDua Lipa - Last Dance
## 4767                                                                 I finally want to see my #SpotifyWrapped! I want to see what songs I've been addicted to this year
## 4768                                                                                                          I predict my top artist will be @BTS_twt  #SpotifyWrapped
## 4769                                                                                                        I predict my top artist will be the weeknd  #SpotifyWrapped
## 4770                                                                                              #SpotifyWrapped the world cannot know that I am secretly a swifty ;-;
## 4771                                                                                                            I predict my top artist will be [Kanye] #SpotifyWrapped
## 4772                                                           I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Genesis by @Grimezsz
## 4773                                                                                                               I predict my top genre will be [rap] #SpotifyWrapped
## 4774                                                                                                           I predict my top podcast will be Sinapse #SpotifyWrapped
## 4775                                                                                                I predict my most played song will be pure / honey  #SpotifyWrapped
## 4776                                                                                              I predict my most played song will be [Codeine crazy] #SpotifyWrapped
## 4777                                                                                                the Lucki sweep is incoming #SpotifyWrapped https://t.co/k1YmjIz57e
## 4778                                                                                                        I predict my top genre will be pop or rock. #SpotifyWrapped
## 4779                                                                                       I predict my top podcast will be steveos wild ride?? mayhaps #SpotifyWrapped
## 4780                                Like Nd Comment, Share it to but click da link🗣️🔥\n\nhttps://t.co/63sEeCRWKa\n\n#RedVelvet #Qatar #ImACeleb… https://t.co/5EdwJ5sCmV
## 4781                                              if you dont have levelboy on your #SpotifyWrapped i will be dissapointed\n\nif you do you will get a special treat ✌️😘
## 4782                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 4783                                                                                                   I predict my top artist will be @HeathersMusical #SpotifyWrapped
## 4784                                                                                                 I predict my top genre will be [Indie/alternative] #SpotifyWrapped
## 4785                                                                                                 I predict my top artist will be either gnr or rhcp #SpotifyWrapped
## 4786                                                                                                             I predict my top podcast will be none. #SpotifyWrapped
## 4787                                                                                                    I predict my most played song will be [Skyline] #SpotifyWrapped
## 4788                                                                                             I predict my top genre will be indie or dream smp..... #SpotifyWrapped
## 4789                                                                                                      I predict my top artist will be [@Stray_Kids] #SpotifyWrapped
## 4790                                                                                              It's that time of year for my #SpotifyWrapped https://t.co/hJgmxdoJRv
## 4791                                                                            I predict my most played song will be heatwaves #SpotifyWrapped https://t.co/pO1DhaYTEk
## 4792                                                                                             I predict my most played song will be so fine by gnr 🫡 #SpotifyWrapped
## 4793                                                                                                        I predict my top genre will be [pop or rnb] #SpotifyWrapped
## 4794                                                                   everyone who shares a #SpotifyWrapped with an obscure artist at the top  https://t.co/GqPR14odyw
## 4795                                                                                                  i love #SpotifyWrapped more then i should https://t.co/Otpe7k6uuJ
## 4796                                                                                     I predict my top artist will be either taylor swift or lovejoy #SpotifyWrapped
## 4797                                                                               I predict my most played song will be Candy Store- Heathers West End #SpotifyWrapped
## 4798                                                                                 I predict my most played song will be as it was by @Harry_Styles 🤪 #SpotifyWrapped
## 4799                                                                                                        I predict my top podcast will be Archetypes #SpotifyWrapped
## 4800                                                                                                      I predict my top artist will be Harry Styles. #SpotifyWrapped
## 4801                                                                           I predict my most played song will be Hot Demon Bitches Near U by Corpse #SpotifyWrapped
## 4802                                                                                    I predict my most played song will be [fairytale by stray kids] #SpotifyWrapped
## 4803                                                                                                        I predict my top artist will be men i trust #SpotifyWrapped
## 4804                                                                                                    I predict my top artist will be Billie probably #SpotifyWrapped
## 4805                                                                                               i just know one of my top categories in #SpotifyWrapped will be dsmp
## 4806                                                                                     Waiting for ppl’s #SpotifyWrapped is giving me ANXIETY lmao hope I’m in some 🙃
## 4807                                                                                        I predict my most played song will be Running Up That Hill  #SpotifyWrapped
## 4808                                                                                                             I predict my top genre will be [K Pop] #SpotifyWrapped
## 4809                                                                                                  my #SpotifyWrapped is going to be mess... i can't wait to see it.
## 4810                                                                                                    I predict my top artist will be Arctic Monkeys  #SpotifyWrapped
## 4811                                                                                             i predict my most listened to artist is @JeffreeStar \n#SpotifyWrapped
## 4812                                                                                                                 I predict my top genre will be POP #SpotifyWrapped
## 4813                                          I predict my most played song will be [Rush Hour by Monsta X] #SpotifyWrapped  #MONSTA_X #MONBEBE https://t.co/tUXvC9haSN
## 4814                                                              I predict my most played song will be [G.O.A.T by Diljit Dosanjh @diljitdosanjh]🔥🔥🔥🔥🔥 #SpotifyWrapped
## 4815                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4816                                                                                                                       I can't wait for mines!!!\n\n#SpotifyWrapped
## 4817                                                                                  I predict my top podcast will be  nothing. I don’t listen to them #SpotifyWrapped
## 4818                                                                          I predict my most played song will be Male Fantasy or In Between Breaths. #SpotifyWrapped
## 4819                       With everyone going #SpotifyWrapped mad, we thought it'd be a trip to look back at 2022 thus far on Birthday Cake F… https://t.co/n1xFRMKU6Q
## 4820                                                                                                If this is how #SpotifyWrapped is gonna look like, then it's fire 🔥
## 4821                                                                                          I predict my most played song will be Taste - Jake Webber #SpotifyWrapped
## 4822                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 4823                                                            I predict my top podcast will be [just roll with it] #SpotifyWrapped THE ABSURD DND PODCAST DM’D BY GRI
## 4824                                                                                             I predict my top podcast will be [The Magnus archives] #SpotifyWrapped
## 4825                                                        The fact that I’m highly anticipating #SpotifyWrapped as if I don’t already know what it’s gonna look like?
## 4826                                                                                                         I predict my most played song will be Stay #SpotifyWrapped
## 4827                                                                                               I predict my top podcast will be conspiracy theories #SpotifyWrapped
## 4828                                                                                       I predict my most played song prolly whiplash from Metallica #SpotifyWrapped
## 4829                                                                                       No one wants to post their predictions, we just want our #SpotifyWrapped ! 🤣
## 4830                                                                                               when is spotify wrapped actually dropping?? #SpotifyWrapped #Spotify
## 4831                                                                     I predict my top artist will be stray kids or harry styles maybe mitski again  #SpotifyWrapped
## 4832                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop
## 4833                       Still thinking about last year’s #SpotifyWrapped and how this one girl I know from middle school posted her wrapped… https://t.co/JwEGTnYd6Y
## 4834                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @kimpetras duh
## 4835                                                                                                               I predict my top genre will be kpop 💀#SpotifyWrapped
## 4836                                                                                                        I predict my top artist will be [Metallica] #SpotifyWrapped
## 4837                                                            I predict my most played song will be [fill in top song prediction] #SpotifyWrapped coconuts @kimpetras
## 4838                                                                                                         I predict my top podcast will be @joerogan #SpotifyWrapped
## 4839                                                                         I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\n@aligatie
## 4840                                                                                    I predict my most played song will be satellite by harry styles #SpotifyWrapped
## 4841                                                                                       How my #SpotifyWrapped is gonna end up looking like… https://t.co/UV42cOkLlM
## 4842                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nCrying in the rain @aligatie
## 4843                                                                                                I predict my top podcast will be @clubdefansdeshrek #SpotifyWrapped
## 4844                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4845                                                                                           My mood waiting for #SpotifyWrapped @Spotify 🫶🏿🥰 https://t.co/J5vOHe0Qm0
## 4846                                                                                                   I predict my top artist will be @billieeilish ❤️\n#SpotifyWrapped
## 4847                                                                                    I predict my most played song will be [anything by beach house] #SpotifyWrapped
## 4848                                                                                                  @chartdata @bts_bighit of course and #YetToCome \n#SpotifyWrapped
## 4849                                                                                              I predict my most played song will be [Last Surprise] #SpotifyWrapped
## 4850                                                                                                           I predict my top artist will be Bad Gyal #SpotifyWrapped
## 4851                                                                                                            I predict my top artist will be Wallows #SpotifyWrapped
## 4852                                                                                    I predict my most played song will be As it was by Harry Styles #SpotifyWrapped
## 4853                                                                                                               I predict my top genre will be latin #SpotifyWrapped
## 4854                                                                                                                                    im gonn a faint #SpotifyWrapped
## 4855                                                                               I predict my most played song will be [Make Me Famous - Kim Dracula] #SpotifyWrapped
## 4856                                                                                                                                  waiting on you... #SpotifyWrapped
## 4857                                                                                      I predict my most played song will be [BETTER by Zayn Malik ] #SpotifyWrapped
## 4858                                                                              If my most played song isn’t anti fragile I’m gonna burn down Spotify #SpotifyWrapped
## 4859                                                                                       I predict my most played song will be Mezzanotte by Ana Mena #SpotifyWrapped
## 4860                                                                                                          I predict my top artist will be Dayseeker #SpotifyWrapped
## 4861                                                                                                                           Man I'm scared to see my #SpotifyWrapped
## 4862                                                                                                           I predict my top genre will be Metalcore #SpotifyWrapped
## 4863                                                   I predict my top podcast will be [fill in top podcast prediction] &lt;-- guys i wonder (its tma) #SpotifyWrapped
## 4864                                                                                          I predict my most played song will be Ghost, by Imminence #SpotifyWrapped
## 4865                                                                      I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped #TweekTalks
## 4866                                                                                                           I predict my top podcast will be ask .tm #SpotifyWrapped
## 4867                                                                                            I predict my top artist will be #SpotifyWrapped https://t.co/PgJDdvIswo
## 4868                                                             I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped unrestricted podcast
## 4869                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 4870                                                                                                 Some of y’all really exposing yourself with this #SpotifyWrapped 🤮
## 4871                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Nicki Minaj
## 4872                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 4873                                                                                                                           judgement day is upon us #SpotifyWrapped
## 4874                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 4875                                                                                I predict my most played song will be All Eyes On Me by Bo Burnham. #SpotifyWrapped
## 4876                                                                                  I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped rap
## 4877                                                                                                      I predict my top artist will be @ihavenomanas #SpotifyWrapped
## 4878                                                                                                   I predict my most played song will be Boyfriends #SpotifyWrapped
## 4879                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped I’m a vibe
## 4880                        You can now create your own festival line-up based on your Spotify streams! #SpotifyWrapped \n\nCheck it out here:… https://t.co/BwAvJBmZ0p
## 4881                                                                                                      I predict my top podcast will be Distractible #SpotifyWrapped
## 4882                                                                         I predict my most played song will be Illegal Screenshots by @ihavenomanas #SpotifyWrapped
## 4883                                                                                      I predict my most played song will be #SpotifyWrapped https://t.co/5lrD4nmeQK
## 4884                                                                                I predict my top podcast will be Nur Verheiratet von @hazelbrugger  #SpotifyWrapped
## 4885                                                                              There's a nonzero chance that my top song is 6 God - yes, in 2022.... #SpotifyWrapped
## 4886                                                                                 My biggest fear is having Friday by Rebecca Black as my #1 song on #SpotifyWrapped
## 4887                                                                                                   I predict my top artist will be @rinasawayama\n\n#SpotifyWrapped
## 4888                                                                                                         I predict my top artist will be Juice wrld #SpotifyWrapped
## 4889                                                                                           apple music users are seething to the fact they dont got #SpotifyWrapped
## 4890                                                                                             I predict my top genre will be modern metal. Hopefully #SpotifyWrapped
## 4891                                                                            I saw #SpotifyWrapped and was sooo hyped... RELEASE IT NOOOOOOW https://t.co/SOzZjZeonn
## 4892                                                                    I predict my top artist will be Glaive, Lovejoy or Softwilly \n100% one of them #SpotifyWrapped
## 4893                                                                                                     giving @spotify permission to leave rex off my #SpotifyWrapped
## 4894                                                                                 I predict my most played song will be [Two Birds - Regina Spektor] #SpotifyWrapped
## 4895                                                        Calling it now, my #SpotifyWrapped top songs will all be from The 1975’s Being Funny In A Foreign Language.
## 4896                     Huh. Jumping on the thing that Charlie did while waiting for #SpotifyWrapped to happen.\n\nI would pay for this fest.… https://t.co/4h6SZ0QXao
## 4897                                                                                        I predict my most played song will be \nAngry @marsargo \n\n#SpotifyWrapped
## 4898                                                                                                      I predict my top artist will be @Harry_Styles #SpotifyWrapped
## 4899                       JUST ANNOUNCED in #California \n\nChozen G 👑is getting ready to release #new #music ....\n\nGet Ready for something… https://t.co/hFCv57JuFg
## 4900                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped - All Too Well 10 minute obvs
## 4901                                                                 I predict my most played song will be Looking For Somebody (To Love) by The 1975 #SpotifyWrapped 🤡
## 4902                       Moving day is always a stressful, but it doesn’t have to be. When you are looking for a moving company in San Franc… https://t.co/LZL89KaR42
## 4903                                                                                                my prediction of my top artist is definitely Ariana #SpotifyWrapped
## 4904                                                                I predict my top artist will be 5 Seconds of Summer just like the last seven years🫶 #SpotifyWrapped
## 4905                                                                        I predict my most played song will be WYAT (Where You At)  by @SB19Official #SpotifyWrapped
## 4906                                                                        if my most played song isnt cry for love im going to jump out of the window #SpotifyWrapped
## 4907                                                                                    I predict my most played song will be Chicas by Andrés Calamaro #SpotifyWrapped
## 4908                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4909                             New life goal - to see Illenium and Kristin Chenoweth on the same day 😂\n\n#instafest #spotify #SpotifyWrapped https://t.co/f1PWJKoJWw
## 4910                                  #SpotifyWrapped!? Nah, I much prefer the festival breakdown on #instafestapp\n\nGreat work @AnshaySaboo 👏 https://t.co/FB3b6UimMc
## 4911                                                                      I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped\nTaylor Swift
## 4912                                                                                                                I predict my top artist will be MCR #SpotifyWrapped
## 4913                                      If the music the kids I look after makes me play them shows up on my  #SpotifyWrapped  list this year https://t.co/XRUVE0mOTf
## 4914                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\nPop
## 4915                                                                          I predict my most played song will be any song from the danger days album #SpotifyWrapped
## 4916                                                                      can’t wait to see who the lucky bastard was this year #SpotifyWrapped https://t.co/9ISHGlmqQR
## 4917                                                                                I predict my most played song will be \nThis Hell @rinasawayama \n\n#SpotifyWrapped
## 4918                                                                                                I’ll be honest I have no idea what my top song is 🥴 #SpotifyWrapped
## 4919                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\nHold no Grudge Lorde
## 4920                       Hungry? Get $15 off your first Uber Eats order of $20 or more. Terms apply. Use my code at checkout: eats-eduwigesl… https://t.co/t2s53voJZf
## 4921                                                                                                   I predict my top artist will be [lizzy mcalpine] #SpotifyWrapped
## 4922                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 4923                                              The most unpredictable thing about me is my Spotify Wrapped, I dont even know whats going to be on it #SpotifyWrapped
## 4924                                                             I predict my most played song will be [fill in top song prediction] #SpotifyWrapped cuff it by beyoncé
## 4925                                                                                  I predict my most played song will be [firearm by lizzy mcalpine] #SpotifyWrapped
## 4926                             I mean it’s obviously gonna be @LotteryWinners but I reckon the wife is pushing for @SeaGirls #SpotifyWrapped… https://t.co/kBHZST1UbQ
## 4927                                                                                                time to play Isaiah Rashad endlessly till #SpotifyWrapped comes out
## 4928                                                                             I predict my top podcast will be @ryansatin’ #OutOfCharacter podcast.  #SpotifyWrapped
## 4929                                                                                                            I predict my top artist will be Beyoncé #SpotifyWrapped
## 4930                       Can't wait for the #SpotifyWrapped where it tells me how many times I tried to find the RSS for a podcast on Spotif… https://t.co/K1x9z0Lupk
## 4931                                    COMPARE AND CONFIRM 🌹\n\n@fixed_surebet \n\n📞, telegram or WhatsApp +2349029529273\n\n#SpotifyWrapped … https://t.co/YkUge0e7Y4
## 4932                                #SpotifyWrapped #Spotify #trend if this #musicfestival was real I’d #fullsend in a heartbeat lol #illenium… https://t.co/KSvbuYMndW
## 4933                                                                                                    I predict my top artist will be [Shawn Mendes ] #SpotifyWrapped
## 4934                                                                                                    Me on Friday when #SpotifyWrapped drops https://t.co/3aUCx3xy3r
## 4935                                                                                                     I predict my most played song will be Photo ID #SpotifyWrapped
## 4936                                                                                    I predict my top podcast will be the meditating one, as you are #SpotifyWrapped
## 4937                                                                                                       I predict my top artist will be Oingo Boingo #SpotifyWrapped
## 4938                       Super curious to see if I have an All @TaylorSwift13 #SpotifyWrapped for the third year in a row. I should be embar… https://t.co/7sdAVYPktd
## 4939                                                                                                             I predict my top artist will be @drake #SpotifyWrapped
## 4940                                            "How many times have you restarted the app to see if your #SpotifyWrapped pops up?"\n\nMe: Yes. https://t.co/MVnJPkUK1r
## 4941                                                                                     I predict my top podcast will be the Through The Wire Podcast. #SpotifyWrapped
## 4942                                                                                                  #SpotifyWrapped nothing because they unfairly removed my account.
## 4943                                                                               I predict my most played song will be What Was Mine by Sarah Kinsley #SpotifyWrapped
## 4944                                                             I predict my most played song will be “Say My Name” from @BeetlejuiceBway soundtrack!  #SpotifyWrapped
## 4945                                                                                                 I predict my top artist will be Allison or Giselle #SpotifyWrapped
## 4946                                                                                                         I predict my top artist will be The Holdup #SpotifyWrapped
## 4947                                                                                                     Not #InstaFest beating #SpotifyWrapped to the finish line …… 🫠
## 4948                                                                                                              My #SpotifyWrapped prediction https://t.co/N6p3PkhjOg
## 4949                                                                                                         I predict my top artist will be @BLACKPINK #SpotifyWrapped
## 4950                                                                                                           I predict my top genre will be pop music #SpotifyWrapped
## 4951                                                                                    I predict my top artist will be [Pet Shop Boys or Depeche Mode] #SpotifyWrapped
## 4952                                                                                            I predict my top genre will be most likely pop or Latin #SpotifyWrapped
## 4953                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4954                                                         I predict my most played song will be Alien Superstar or What I want or Naked in Manhattan #SpotifyWrapped
## 4955                                                                                                          I predict my top podcast will be @GoonsPC #SpotifyWrapped
## 4956                                              listening to that good song that I found about later on 2022 over and over again to make sure it's on #SpotifyWrapped
## 4957                     I predict my most played song will be [Butterfly] \nI predict my top genre will be [K💩]\nI predict my top artist will… https://t.co/SoIpIHQ8VW
## 4958                                                                           I predict my top artist will be either Halsey/Paramore/Bad Bunny/Rosalia #SpotifyWrapped
## 4959                                                                                                     I predict my top artist will be [Lil uzi vert] #SpotifyWrapped
## 4960                                                    I predict my top artist will be Tyler The Creator Halsey or Elton John #SpotifyWrapped… https://t.co/Gbpdr6Pd0B
## 4961                                                                                                          I predict my top artist will be Don Broco #SpotifyWrapped
## 4962                                                                                                             no one is seeing my #SpotifyWrapped this year. no one.
## 4963                                                                                            my #applereplay2022 in place of #SpotifyWrapped https://t.co/7nae6ITcBc
## 4964                                                     Now that i'm waiting for #SpotifyWrapped , i let me show my past 6 months by instafest https://t.co/FmoUXQGmRz
## 4965                                                                                                I predict my most played song will be [lemon tree ] #SpotifyWrapped
## 4966                                                                                         I predict my most played song will be BIG ENERGY BY LATTO. #SpotifyWrapped
## 4967                                                                                                                              Lmaooo it's coming gg #SpotifyWrapped
## 4968                                                                                                            I predict my top artist will be [Drake] #SpotifyWrapped
## 4969                                                                                           I predict my most played song will be [change by alex g] #SpotifyWrapped
## 4970                                          I predict my most played song will be this why by Paramore or honestly satellite by Harry Styles idkkkk 😭 #SpotifyWrapped
## 4971                                                                           oh wow this screams horny and mentally ill gay 😐 #SpotifyWrapped https://t.co/mFDXtk2Ro0
## 4972                                                                                                                          always interesting to see #SpotifyWrapped
## 4973                                                                                                   I predict my top artist will be Hollywood Undead #SpotifyWrapped
## 4974                                                                     I predict my most played song will be EGORLS ARE RUINING MY LIFE #SpotifyWrapped #ilovespotify
## 4975                                                                                                              My top song is going to be West Coast #SpotifyWrapped
## 4976                                                                                                   Already anticipating our #SpotifyWrapped https://t.co/o1uvoqv9lC
## 4977                                                                                 So it can trend all day but it won't drop? I need to be humiliated #SpotifyWrapped
## 4978                                                                                        I predict my top podcast will be [The @joerogan Experience] #SpotifyWrapped
## 4979                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 4980                                                                    i predict my most played song will be [literally any dazey and the scouts song] #SpotifyWrapped
## 4981                                                                                            I predict my top podcast will be [Joe Rogan Experience] #SpotifyWrapped
## 4982                             Motionless in White, NOTHING MORE, I Prevail, Ren and Papa Roach will dominate my #SpotifyWrapped this year, there's no way around it.
## 4983                                                                                          I predict my top podcast will be St Tropez - Cruzcarignan #SpotifyWrapped
## 4984                                                                                 I predict my most played song will be The Archer by @taylorswift13 #SpotifyWrapped
## 4985                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 4986                                                                                                     I predict my top artist will be all time low 🤍 #SpotifyWrapped
## 4987                                                                                                      I predict my top artist will be Ariana Grande #SpotifyWrapped
## 4988                                                                                                               I predict my top genre will be [POP] #SpotifyWrapped
## 4989                                                                         I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped IDK!!:))
## 4990                                                                                I predict my top artist will be either @movementsCA or @HotMulligan #SpotifyWrapped
## 4991                                                                                                           I predict my top podcast will be Dissect #SpotifyWrapped
## 4992     #SpotifyWrapped will most likely look like \n\nINDIGO D-3\n#방탄소년단RM\n#방탄소년단알엠\n#IndigoByRM #Namjoon \n#IndigoByRMIsComing… https://t.co/3uctpywSHH
## 4993                                                                                                           Its that time again, #SpotifyWrapped  is almost there :D
## 4994                                                                                                                I predict my top artist will be JID #SpotifyWrapped
## 4995                       I predict my most played song will be [LA Doesn’t Miss Me - Lily Kincade] #SpotifyWrapped or [All Too Well (10 Minu… https://t.co/YZY905Z79B
## 4996                                                                                                  I predict my most played song will be Father time #SpotifyWrapped
## 4997                                                                  I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Harry Styles!!:))
## 4998                                                                                                                 I predict my top genre will be Rap #SpotifyWrapped
## 4999                                                                        can’t wait to be publically humiliated by spotify again in a couple of days #spotifywrapped
## 5000                                                                                                      I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 5001                                                                             I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Pop!!:))
## 5002                                                                                               I predict my most played song will be Crack Sandwich #SpotifyWrapped
## 5003                                                                                                 I predict my most played song will be Dicke Titten #SpotifyWrapped
## 5004                                                      I predict my most played song will be [fill in top song prediction] #SpotifyWrapped TPWK By Harry Styles!!:))
## 5005                                                                                                   I predict my most played song will be belupacito #SpotifyWrapped
## 5006                                                                                                                                       give me my #SpotifyWrapped 👹
## 5007                                                                                                               its that time of the yeaaaarrrrrrr 👀 #SpotifyWrapped
## 5008                                                                                                               I predict my top artist will be abba #SpotifyWrapped
## 5009                        If you listen to this entire playlist and don't like at least one song. I change my name.\nhttps://t.co/4Q9AS3nDaW… https://t.co/iIl7szgl2x
## 5010                                                                                               I hope my wrap is better last year was embarrassing 💀#SpotifyWrapped
## 5011                                                                          I predict my most played song will be [Everybody wants to rule the world] #SpotifyWrapped
## 5012                                                                                                    I dont even think id want to share mines 😆😆😆🙄🙄🙄🙄#SpotifyWrapped
## 5013                                                                             @tanamongeau I wouldn’t have a happy song either if i used apple music #SpotifyWrapped
## 5014                                             I predict @sanbenito will be my most listened artist as well as @ladygaga , @Anitta and @KALIUCHIS 🌱🌱🌱 #SpotifyWrapped
## 5015                      HI\nI am a freelancer. I can rewrite documents, and translate documents into any language, also can convert files in… https://t.co/C25N4q5Ist
## 5016                                        Big sale days have started on amazon, click https://t.co/3Rkx7CIrz9\n\n#SpotifyWrapped #GiftGalaxy Congratulations Jungkook
## 5017                                                                                                   I predict my most played song will be Holdin' on #SpotifyWrapped
## 5018                                                                                            I predict my top podcast will be [diary of a romantica] #SpotifyWrapped
## 5019                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 5020                                                                         I predict my top artist will be will be either Stray kids, BTS, or Enhypen #SpotifyWrapped
## 5021                                                                                       I predict my top artist will be @RollingStones … easy money  #SpotifyWrapped
## 5022                                                                                                              I predict my top artist will be [AJR] #SpotifyWrapped
## 5023                                                                                      I predict my top podcast will be [@SalVulcano @chrisdcomedy ] #SpotifyWrapped
## 5024                                                                                                       I predict my most played song will be [HOME] #SpotifyWrapped
## 5025                       The John Lewis Christmas ad and #SpotifyWrapped are two of the most anticipated days in the annual marketing calend… https://t.co/4MsRoUaWly
## 5026                                                                                        #SpotifyWrapped its just going to be this babyyyyyy https://t.co/ZrD0r2DouL
## 5027                                                                                         I predict my most played song will be [Disco : Surf Curse] #SpotifyWrapped
## 5028                                                                                                   I predict my top artist will be [Chase Atlantic] #SpotifyWrapped
## 5029                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 5030                                                                                                       I predict my most played song will be Carmen #SpotifyWrapped
## 5031                                                                          I predict my top podcast will be Quinta Misteriosa da Jaqueline Guerreiro #SpotifyWrapped
## 5032                                                                                                         omg I got my #SpotifyWrapped early https://t.co/zx6vmyMiTp
## 5033                                                                                                                                   Drop it alredy #SpotifyWrapped 💀
## 5034                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 5035                                                                                                     I predict my top artist will be arctic monkeys #SpotifyWrapped
## 5036                                                                                                      I predict my top artist will be [@theweeknd ] #SpotifyWrapped
## 5037                                                                                                                I predict my top artist will be Jão #SpotifyWrapped
## 5038                                                                                                       I predict my top artist will be Lana Del Rey #SpotifyWrapped
## 5039                                                                                               I predict my most played song will be [did too much] #SpotifyWrapped
## 5040                                                                           I predict my most played song will be molecole by thasup @thavidesupreme #SpotifyWrapped
## 5041                                                                                          I predict my most played song will be [Until I found you] #SpotifyWrapped
## 5042                                                                                                       I predict my top genre will be Rock ou Indie #SpotifyWrapped
## 5043                                                            More than most streamed artist of the year, I’m scared about my top 5 songs of the year #SpotifyWrapped
## 5044                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped @the_levellers
## 5045                                                                                                                                  Give it to me now #SpotifyWrapped
## 5046                                                                                                I predict my most played song will be [PINK VENOM ] #SpotifyWrapped
## 5047                                                                                               I predict my most played song will be Idiota do Jão  #SpotifyWrapped
## 5048                                                                    Excited for this year's treat for the eyes @Spotify🤞\n\n#SpotifyWrapped https://t.co/6B9QZFRohl
## 5049                                  WOO! Y’all ready for Bo Burnham to be my most listened to for yet another year??? I am! 🎧🎁#SpotifyWrapped https://t.co/33zOiLpl9E
## 5050                 I predict my top artist will be @OfficialWillow cause &lt;coping mechanism&gt; has been steadyyyyy on repeat since it dro… https://t.co/q5r5DXIIJb
## 5051                              @Marvin_Inu @elonmusk #marvin much organic, bags full of cookies and apples. Let s bring some peace in here\n\n#Apple #SpotifyWrapped
## 5052                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5053                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5054                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 5055                                                        I already know what my #SpotifyWrapped will look like.\nNicki, Wizkid, Justin Bieber will take the lead ...
## 5056                                                                   macam biasa, keshi still number 1 like other years 😂 \n\n#SpotifyWrapped https://t.co/0FpICsQxdY
## 5057                                                                                         I predict my most played song will be Nicknames by Dayglow #SpotifyWrapped
## 5058                                                                                                                                  #SpotifyWrapped GIVE ME I NEED IT
## 5059                                                                      Shout out to #instafestapp because I was already pressed for #SpotifyWrapped . Perfect teaser
## 5060                                                                                                       I predict my top artist will be [Blackpink ] #SpotifyWrapped
## 5061                                                                                              I predict my top artist will be Taylor Swift or BANKS #SpotifyWrapped
## 5062                                                                           I use my Spotify for sleep music so I’m absolutely dreading my #SpotifyWrapped this year
## 5063                                                                                                                              my #SpotifyWrapped is gonna be so sad
## 5064                                                                                             #Spotify #SpotifyWrapped \nI like it so much 💗 https://t.co/bqw93XOi2e
## 5065                                                                                       I predict my top podcast will be Unhinged with Chris Klemens #SpotifyWrapped
## 5066                                                                                           I predict my most played song will be Believe What I Say #SpotifyWrapped
## 5067                      Check it now: https://t.co/wUWrejwqcQ \nCasemiro #CyberMonday #GivingTuesday Diet Coke Ghana #MondayMotivation Mauna… https://t.co/zbX31eo5Nk
## 5068                                                                                                           I predict my top genre will be [Hip-Hop] #SpotifyWrapped
## 5069                                                                          twitter goin nuts over  #SpotifyWrapped and it ain’t even out yet https://t.co/pfwWKgPv2U
## 5070                                                                                                                                          WHERES MY #SpotifyWrapped
## 5071                                                                              I predict my most played song will be "Sometimes, I" by Aero Austaire #SpotifyWrapped
## 5072                                                                                                I predict my most played song will be [Pink Venom ] #SpotifyWrapped
## 5073                                                                                           I predict my most played song will be butterfly by LOONA #SpotifyWrapped
## 5074                                                                                                                               I don't have #SpotifyWrapped yet....
## 5075                                                                                           I predict my most played song will be Meteorite by BANKS #SpotifyWrapped
## 5076                                                                                                                 Where my Spotify wrapped at biatch #SpotifyWrapped
## 5077                                                                                                     I predict my top artist will be @zachlanebryan #SpotifyWrapped
## 5078                    Are you ready for Christmas?\n\nDon't miss special Christmas price %40 off\n\n"JUST ANNOUNCED" #SpotifyWrapped, Canelo… https://t.co/J9d9djiAy6
## 5079                                                                                                      I predict my top artist will be Ariana Grande #SpotifyWrapped
## 5080                                                I predict my top podcast will be white noise sleep sounds 😅 but the real answer is @goodchildrenpod #SpotifyWrapped
## 5081                                                                                                            I predict my top artist will be [loona] #SpotifyWrapped
## 5082                                                                                                            I predict my top artist will be Adele 🤍 #SpotifyWrapped
## 5083                                                                                                      I predict my top artist will be Glass Animals #SpotifyWrapped
## 5084                                                                               I predict my top podcast will be [Manchester United Offical Podcast] #SpotifyWrapped
## 5085                                                                                                               I predict my top genre will be K-pop #SpotifyWrapped
## 5086                                                                                                  I predict my most played song will be Drunk Dazed #SpotifyWrapped
## 5087                                                                                       I predict my most played song will be [pink matter by frank] #SpotifyWrapped
## 5088                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5089                                                                 I predict my top artist will be [either prince daddy and the hyena or Joyce manor] #SpotifyWrapped
## 5090                                                                                                             I predict my top artist will be Drake  #SpotifyWrapped
## 5091                                                                                               yeah keep #SpotifyWrapped hidden from me pls https://t.co/iq5PK23LL9
## 5092                                                                          I predict my top podcast will be [ i dont listen to podcasts on spotify ] #SpotifyWrapped
## 5093                                                                                                          I predict my top genre will be [Alt rock] #SpotifyWrapped
## 5094                                                                                                   I predict my top podcast will be @nosalgasdecasa #SpotifyWrapped
## 5095                                                                                                          Can someone let me know when #SpotifyWrapped drops please
## 5096                                                                                                                 I predict my top genre will be rap #SpotifyWrapped
## 5097                                                                                        I predict my most played song will be [Totally fine by PUP] #SpotifyWrapped
## 5098                                                                                                        I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5099                                                                                                      I predict my top artist will be Taylor Swift  #SpotifyWrapped
## 5100                                                                                     I predict my most played song will be [nasty by ariana grande] #SpotifyWrapped
## 5101                                                                          I predict my most played song will be lustre by jiwoo #SpotifyWrapped\n I KNOW IT WILL BE
## 5102                                                                             I predict my most played song will be All Too Well (10 Minute Version) #SpotifyWrapped
## 5103                       Honestly don’t know what it’s gonna look like this year I fear . There were some songs I listened to but I didn’t l… https://t.co/eUcuWnIbIt
## 5104                                                                    I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped\n\npop i’m afraid
## 5105                                                                                              I predict my most played song will be [ Want it all ] #SpotifyWrapped
## 5106                                                                                              I predict my top podcast will be HookedFM of course 😎 #SpotifyWrapped
## 5107                                                                                                     I predict my top artist will be Taylor Swift ♥️ #SpotifyWrapped
## 5108                                                               I predict my most played song will be #biggerthanme  Than Me by #LouisTomlinson \n\n #SpotifyWrapped
## 5109                                                                                                           I predict my top genre will be [Hip Hop] #SpotifyWrapped
## 5110                                                                                                            I predict my top artist will be [Louis] #SpotifyWrapped
## 5111                                                     I predict my most played song will be Shake it By Kay Flock ft Cardi B #SpotifyWrapped https://t.co/PS70nnfYGN
## 5112                                                                                                      i predict my most played song will be 9 lives #SpotifyWrapped
## 5113                                                                                                  I predict my top podcast will be Very Really Good #SpotifyWrapped
## 5114                                                                                       I'm ready to hate my own music taste, please drop it already #SpotifyWrapped
## 5115                                                                                                         I predict my top artist will be [MONSTA X] #SpotifyWrapped
## 5116                                                                                                      Patiently waiting for #SpotifyWrapped https://t.co/7lWb1Hk9VO
## 5117                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 5118                                                                                      Check me out being narcissistic af 🙃😂 #SpotifyWrapped https://t.co/hYkkEcscMa
## 5119                                                                                                         I predict my top artist will be harry duh  #SpotifyWrapped
## 5120                                                                                      I predict my top artist will be \nRoyal Blood like last year\n#SpotifyWrapped
## 5121                                                                                            I predict my most played song will be my tears ricochet #SpotifyWrapped
## 5122                                                                                            I predict my top artist will be [Bad Bunny obviously 🤠] #SpotifyWrapped
## 5123                                                                                                    I predict my top genre will be [k-pop boygroup] #SpotifyWrapped
## 5124                                                                               【Trends Tag】 #BRASUI #CyberMonday #GivingTuesday #MondayMotivation #SpotifyWrapped
## 5125                                                               I predict my top artist will be @taylorswift13 \n#SpotifyWrapped\n\nThis isnt changing anytime soon.
## 5126                                                                                                          When is actually Spotify wrapped coming ? #SpotifyWrapped
## 5127                                                                                     I predict my most played song will be [Kiss Me Thru The Phone] #SpotifyWrapped
## 5128                                                                                             I predict my most played song will be [Bigger than me] #SpotifyWrapped
## 5129                                                                                            I predict my most played song will be LA INOCENTE OBVIO #SpotifyWrapped
## 5130                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5131                                                                                     I predict my top genre will be\nModern Rock like my last years #SpotifyWrapped
## 5132                                                                                                           Waiting for our #SpotifyWrapped! https://t.co/JpmFhxzxDi
## 5133                                                                                          I predict my most played song will be [JIKJIN - TREASURE] #SpotifyWrapped
## 5134                                                                                                             my #SpotifyWrapped is here omg https://t.co/3VM2UwBG3a
## 5135                                                                                                i predict (know) my top artist will be taylor swift #SpotifyWrapped
## 5136                                                                                                    I predict my top artist will be [Laura Marano ] #SpotifyWrapped
## 5137                                                                                                        I predict my top artist will be Nicki Minaj #SpotifyWrapped
## 5138                                                                                I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped #stop
## 5139                                                                                                   I predict my top artist will be @anirudhofficial #SpotifyWrapped
## 5140                                                             me when my #SpotifyWrapped list has the exact same artists as it did last year https://t.co/zDxXCUJX8f
## 5141                                                                                                             I predict my top genre will be Hip hop #SpotifyWrapped
## 5142                                                                                        I predict my most played song will be Dress by Taylor Swift #SpotifyWrapped
## 5143                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped\n\nUh....its a tight battle betwe… https://t.co/yPXMlEVnY9
## 5144                                                                              I predict my most played song will be\nPump it from Electric Callboy 🤔#SpotifyWrapped
## 5145                                                                        I predict my most played song will be \nI Really Want to Stay at Your House #SpotifyWrapped
## 5146                                                                                              I predict my most played song will be wildest dreams  #SpotifyWrapped
## 5147                                                                                                           I predict my top artist will be @BTS_twt #SpotifyWrapped
## 5148                 #Secret_Battalion \n@li_vi_ng_ \n@Cootleoo\n@AM_AKHR\n@HR_Busy\n@ItsMadina3\n@Shazi087\n@bnt_aywb\n@MMA7t\n@TlpAMOfficial… https://t.co/z5CK5Iii1d
## 5149                                                                                              I predict my most played song will be sofia by Clairo #SpotifyWrapped
## 5150                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5151                                                                                              I predict my most played song will be Just Wanna Rock #SpotifyWrapped
## 5152                                                          I predict my most played song will be [Do We Have A Problem by Nicki Minaj and Lil Baby ] #SpotifyWrapped
## 5153                                                    I predict my most played song will be \n(Please, don’t be it… please don’t be it)\nAnti-Hero 😂\n#SpotifyWrapped
## 5154                                                                                                   I predict my top artist will be Taylor Swift #SpotifyWrapped ofc
## 5155                                                                                                  I predict my top artist will be GRETA VAN FLEET 😺😸#SpotifyWrapped
## 5156                                                                          I predict my most played song will be Feel My Rhythm or All Too Well 🤞🏻\n #SpotifyWrapped
## 5157                                                               I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nwhat is thsi
## 5158                                                            Doom and destruction is better with a killer soundtrack. What would be on Aatrox’s #SpotifyWrapped ? 🎶🎸
## 5159                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5160                                                                                I predict my top artist will be … could be @sanbenito or @theweeknd #SpotifyWrapped
## 5161                                                                               I predict my most played song will be Plastic Off The Sofa - Beyoncé #SpotifyWrapped
## 5162                                                                                                I predict my top artist will be Taylor Swift #SpotifyWrapped\n\nofc
## 5163                                                    I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped At your service with dua lipa
## 5164                                                                        Me seeing Rex Orange County and Daniel Ceasar on my #SpotifyWrapped https://t.co/WSBjJVONYY
## 5165                                                                                                       I predict my top artist will be @brentfaiyaz #SpotifyWrapped
## 5166                                                                                                      I predict my top artist will be Billie Eilish #SpotifyWrapped
## 5167                                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Ashe
## 5168                                                                                       I predict my top podcast will be [suburb talks ] I love them #SpotifyWrapped
## 5169                                                                                                   i KNOW my top artist will be [twenty one pilots] #SpotifyWrapped
## 5170                                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped contemporary pop
## 5171                                                                                                          I predict my top genre will be R&amp;B 🔥🔥 #SpotifyWrapped
## 5172                                                                                                           I predict my top genre will be Reggaeton #SpotifyWrapped
## 5173                                           I predict my top artist will be @monlaferte or @mitskileaks cause I done had them on repeat all year lol #SpotifyWrapped
## 5174                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped infinite live without fulfilment by grimes
## 5175                       Also I know Mitski going to be my top artist this year too, I won’t tell you how many times I listened to my depres… https://t.co/Z3C71htLhE
## 5176                                                                                       I predict my top podcast will be [The Joe Rogan experience ] #SpotifyWrapped
## 5177                                                                                        I predict my most played song will be Maniac by @Stray_Kids #SpotifyWrapped
## 5178                                                                                      I predict my most played song will be anything from Bad Bunny #SpotifyWrapped
## 5179                                                                I predict my most played song will be Written All Over Your Face by Louis Tomlinson #SpotifyWrapped
## 5180                                                                                                             I predict my top artist will be @Drake #SpotifyWrapped
## 5181                                                                                                I predict my top podcast will be [@JaacksHappyHour] #SpotifyWrapped
## 5182                                                                                                      I predict my most played song will be Clouded #SpotifyWrapped
## 5183                                                                                                                         #SpotifyWrapped gonna drop anytime soon? 😏
## 5184                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5185                                                                                                              PLEASE STOP THIS MADNESS DROP IT NOWW #SpotifyWrapped
## 5186                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5187                                                                                                     I predict my top artist will be [Harry Styles] #SpotifyWrapped
## 5188                                         I wanna see all artists’ #SpotifyWrapped and then I wanna see them collaborating with the artists they listen to the most.
## 5189                                                                                            I predict my most played song will be [Do I Wanna Know] #SpotifyWrapped
## 5190                                                                                                                I’m probably way too excited for my #SpotifyWrapped
## 5191                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 5192                                                                                                         I predict my top genre will be [Dance Pop] #SpotifyWrapped
## 5193                                                                                                  I predict my top genre will be [Alternative Rock] #SpotifyWrapped
## 5194                                                                                   I predict my most played song will be [As It Was - Harry Styles] #SpotifyWrapped
## 5195                                                                                      I predict my top artist will be [bts] I think 😭 like for sure #SpotifyWrapped
## 5196                                                                                                      I predict my top genre will be [R&amp;B/Soul] #SpotifyWrapped
## 5197                                                                                               I predict my most played song will be Lavender Haze. #SpotifyWrapped
## 5198                                                          saw #SpotifyWrapped trending and gasped, tried to open spotify so fast i dropped my phone and for nothing
## 5199                       wow it’s just the group stage and the #WorldcupQatar2022 is exciting 🔥btw my EP - LOVE IS WAR ! is out on all digit… https://t.co/xEwu3yzryA
## 5200                                                                                            I predict my most played song will be [save your tears] #SpotifyWrapped
## 5201                                                                                       I predict my top podcast will be [something to do with ASMR] #SpotifyWrapped
## 5202                            I predict my top artist will be Harry Styles, and my second artist will be Matt Maltese, and my third will be Deftones  #SpotifyWrapped
## 5203                                                                                                          I predict my top genre will be [kpop]  😭😭 #SpotifyWrapped
## 5204                                                                                                   I predict my top artist will be [Arctic Monkeys] #SpotifyWrapped
## 5205                                     Can't wait for everyone to have the DreamSMP as one of their main "genres" of the year for no apparent reason🤩 #SpotifyWrapped
## 5206                                                                                I predict my most played song will be Fast Times by @SabrinaAnnLynn #SpotifyWrapped
## 5207                                                                                                                              COME ON BRO WE HUNGRY #SpotifyWrapped
## 5208                                                                                                          I predict my top artist will be [Lovejoy] #SpotifyWrapped
## 5209                                                                             I predict my most played song will be [ya acabo ft Becky g ] for sure 😭#SpotifyWrapped
## 5210                                                                                                 I predict my top artist will be loona or blackpink #SpotifyWrapped
## 5211                                                                                                no but why is #SpotifyWrapped trending. I got excited for a moment.
## 5212                                                                                                        I predict my top genre will be [indie rock] #SpotifyWrapped
## 5213                             my 2019, 2020, &amp; 2021 #SpotifyWrapped wonder if me by the 1975 will be on mine for the 4th year in a row x https://t.co/JK12RSlF43
## 5214                               The most played song on my #SpotifyWrapped this year is either gonna be #Riptide by @BEARTOOTHband or #Sleepwalking by @AllTimeLow 😅
## 5215                                                                          I predict my most played song will be Le perv #SpotifyWrapped \n\n(a saber después, pero)
## 5216                                                                             I predict my top artist will be American rock band my chemical romance #SpotifyWrapped
## 5217                                                                                                                              #SpotifyWrapped when starting guyzzzz
## 5218                                                                                                I predict my most played song will be pose by loona #SpotifyWrapped
## 5219                                                                                         I predict my most played song will be [Fine - Lemon Demon] #SpotifyWrapped
## 5220                                                                                                 I predict my top artist will be  Machine Gun Kelly #SpotifyWrapped
## 5221                                                                                       I predict my most played song will be demolition lovers -mcr #SpotifyWrapped
## 5222                                                                                      I predict my top artist will be Drake #SpotifyWrapped https://t.co/aXZh9WYPYY
## 5223                                                                                   I predict my top podcast will be Hobbylos by Rezo&amp;Julien Bam #SpotifyWrapped
## 5224                         There you go - a sneak peak into SEASON 1 ✨️\n Click, Listen and Subscribe 😉\n#SpotifyWrapped\n#spotifypodcasts\n ➡️https://t.co/u9yRN8vTqo
## 5225                                                                                                             Everyone's #SpotifyWrapped better have Kate Bush on it
## 5226                                                                                                      I predict my top artist will be Taylor swift  #SpotifyWrapped
## 5227                                                                                                     I predict my top artist will be HARRY STYLES #SpotifyWrapped 😁
## 5228                                                                                                   I predict my top genre will be pop/indie or rock #SpotifyWrapped
## 5229                                                                                                            I predict my top podcast will be None…\n#SpotifyWrapped
## 5230                       I won't lie. I was seeing some sick festival line up posters and thinking “where can I buy a ticket for that?”. The… https://t.co/qC1zw9DoSF
## 5231                                                                                      I predict my most played song will be Pink Venom by Blackpink #SpotifyWrapped
## 5232                                                                                   I predict my top artist will be if it’s not lovejoy i will riot\n#SpotifyWrapped
## 5233                                        Everyone should drop their Spotify wrapped here. I wanna see whose mental health here is worse than mine 🙂\n#SpotifyWrapped
## 5234                                                                                  I predict my most played song will be jubilee line by Wilbur soot #SpotifyWrapped
## 5235                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 5236                                                                                                     I predict my top artist will be #Bangtan(#BTs) #SpotifyWrapped
## 5237                                                                                      I am so excited for y'all  #SpotifyWrapped so y'all better post screen shots!
## 5238                                                                                     I predict my most played song will be [Greyhound Ashton Irwin] #SpotifyWrapped
## 5239                                                                                            All time vs the last 6 months 🤗 #SpotifyWrapped https://t.co/3vLzYTgysV
## 5240                                                                                         I predict my top genre will be indie pop or dsmp, depends\n#SpotifyWrapped
## 5241                                                                                         I predict my most played song will be [any radiohead song] #SpotifyWrapped
## 5242                                                                                                        I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5243              Make government ban relationship \n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐
## 5244                                                                                           I predict my most played song will be Darkside by neoni\n#SpotifyWrapped
## 5245                                                                                                       I predict my top artist will be @bigtimerush #SpotifyWrapped
## 5246                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5247                                                                                              I predict my top artist will be [5 Seconds Of Summer] #SpotifyWrapped
## 5248                                                              Just released that my top podcast this year on #SpotifyWrapped is going to be the @ColinandSamir show
## 5249                                                                                                   I predict my top artist will be @ShawnJamesMusic #SpotifyWrapped
## 5250                                                                                                             I predict my top genre will be alt pop #SpotifyWrapped
## 5251                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5252                                                                                                                    i just know mine will be awful  #SpotifyWrapped
## 5253                                     I folded and am paying money this year just to see what my top played song was😆 it better be worth it spotify! #SpotifyWrapped
## 5254                                                         I predict my top artist will be suicideboys sin ninguna duda y si no pues ben yart lmao XD #SpotifyWrapped
## 5255                                                                                 I predict my most played song will be Anti-Hero by @taylorswift13🎧 #SpotifyWrapped
## 5256                                                                                                       I predict my top artist will be [Conan Gray] #SpotifyWrapped
## 5257                                                              Y'ALL HAD ME THINKING #SpotifyWrapped WAS ALREADY OUT, SPOTIFY STOP EDGING US https://t.co/IYxvc8hvEV
## 5258                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 5259                                                   I predict my most played song will be  viejo amigo de ben yart o coma de suicideboys seguramente #SpotifyWrapped
## 5260                                                                                I predict my most played song will be [Constellations - Jade LeMac] #SpotifyWrapped
## 5261                                                                                                        I predict my top artist will be stray kids  #SpotifyWrapped
## 5262                                                                                        Already know that me #SpotifyWrapped is gonna be filled with Taylor swift 🫠
## 5263                                                                                                       I predict my top podcast will be [@Fightful] #SpotifyWrapped
## 5264                        sorry for no decklist this weekend, I haven't slept in 48 hours haha\n\nalso WHEN IS #SpotifyWrapped DROPPING P L E A S E IT'S BEEN FOREVER
## 5265                                                                                                             I predict my top genre will be [Latin] #SpotifyWrapped
## 5266                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5267                                                                                                               I predict my top genre will be kpop  #SpotifyWrapped
## 5268                                                  DROP IT I HAVE BEEN LISTENING TO TAYLOR FOR 2 SOLID MONTHS 12 HOURS A DAY I NEED THOSE NUMBERS\n\n#SpotifyWrapped
## 5269                                                                                                             I predict my top genre will be [kpop🙃] #SpotifyWrapped
## 5270                                                                                                        I predict my top artist will be [Rammstein] #SpotifyWrapped
## 5271                                                                                    I predict my most played song will be Lonely st. by stray kids  #SpotifyWrapped
## 5272                                                                                                      I predict my top artist will be [@LittleSimz] #SpotifyWrapped
## 5273                                                                                                                I predict my top genre will be Rock #SpotifyWrapped
## 5274                                                                                   I predict my top artist will be thasup #SpotifyWrapped\n\npalese @thavidesupreme
## 5275                                                                                  I predict my most played song will be [love always run away-lyw ] #SpotifyWrapped
## 5276                                                        I predict my most played song will be space ghost coast to coast (or your sister was right) #SpotifyWrapped
## 5277                                                                                        I predict my most played song will be [Undisclosed Desires] #SpotifyWrapped
## 5278                                                                                     I use apple music but my #SpotifyWrapped is gonna be nicki streaming playlist‼️
## 5279                                                     Me pretending to be shocked when I see TXT as my number 1 artist on my #SpotifyWrapped https://t.co/vqlX27TomE
## 5280                                                                                I predict my most played song will be don’t come back by @tatemcrae #SpotifyWrapped
## 5281                                                                                 I predict my top artist will be The Weeknd #SpotifyWrapped https://t.co/vVLu1Qad2Q
## 5282                                                                                                                       Someone tell me, what #SpotifyWrapped means?
## 5283                                                                                          I predict my most played song will be Despues De La Playa #SpotifyWrapped
## 5284                                                                                                          I predict my top genre will be [boom bap] #SpotifyWrapped
## 5285                                                                             I predict my most played song will be (a track from Written By Wolves) #SpotifyWrapped
## 5286                                                                                             I predict my most played song will be [Little Q, Pt 2] #SpotifyWrapped
## 5287                                          I predict my most played song will be It Won’t Always Be Like This @InhalerDublin #SpotifyWrapped https://t.co/Ikd3JCTP73
## 5288                        I predict my top podcast will be Distractible with @markiplier @muyskerm and @LordMinion777  ive listened to every… https://t.co/ex6XNaGcMi
## 5289                                                                                                              I predict my top artist will be [BTS] #SpotifyWrapped
## 5290                     While we wait for #SpotifyWrapped what will be in your top 10 songs?\nMariner's Revenge Song by The Decemberists\nTal… https://t.co/fr747ExNqs
## 5291                                                                                                              I predict my top artist will be LOONA #SpotifyWrapped
## 5292                                                 If beyonce will not be in your top artists, i will ne judging very harshly #SpotifyWrapped https://t.co/yXjen1X5WJ
## 5293                                                                                                                i genuinely thought #SpotifyWrapped was already out
## 5294                                                                                                     I predict my top artist will be Ghost!! #SpotifyWrapped #ghost
## 5295                                                                If my top song isn’t All too well (10 minute version (Taylor’s version) I’ll scream #SpotifyWrapped
## 5296                                                                                                    I predict my top podcast will be @TheFFBallers  #SpotifyWrapped
## 5297                                                                   I predict my most played song will be “Love Love Love” or “Glimpse of Us”??? Idk #SpotifyWrapped
## 5298                                                                                                      I predict my top artist will be @mikes_dead 🫶 #SpotifyWrapped
## 5299                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 5300                                                 I predict my most played song will be [fill in top song prediction] idk prolly Luv Hate @hateslump #SpotifyWrapped
## 5301                                                        I predict my top podcast will be The Deconstruction Zone by @DannyLybarger and @emilykzell  #SpotifyWrapped
## 5302                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5303                                                                               I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Korn
## 5304                       Georgia voters! Need something to listen to while you go vote early this week? (Or maybe something to get you excit… https://t.co/LE415rsXJ9
## 5305                                                                            I predict my most played song will be Attention de New Jeans claramente #SpotifyWrapped
## 5306                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped hard rock
## 5307                                                                                                      I predict my top artist will be Taylor Swift! #SpotifyWrapped
## 5308                                                                                                       I predict my top artist will be [The Weeknd] #SpotifyWrapped
## 5309                                                                                       I predict my most played song will be Cinema by Harry Styles #SpotifyWrapped
## 5310                                                        Sabrina Carpenter hit\nThumbs (Official Video)\nhttps://t.co/g3lGtjPScn \n#sabrinacarpenter #SpotifyWrapped
## 5311                                                                               I predict my top artist will be Taylor Swift #SpotifyWrapped https://t.co/5b8cujEXrn
## 5312                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped faget-Korn
## 5313                                                                                                         I predict my top artist will be the smiths #SpotifyWrapped
## 5314                                                                                               I predict my top genre will be hip hop for the WINNN #SpotifyWrapped
## 5315                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5316                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 5317                                                                                                                                     when when when #spotifywrapped
## 5318                                 When it comes to soccer, Brazil is the teacher 👏🏼👏🏼🇧🇷 \n\n#FIFAWorldCup #FIFAWorldCupQatar2022 #Qatar2022… https://t.co/dHKWqp6D36
## 5319                       I predict my top podcast will be that one podcast episode where someone reuploaded the song Karkalicious that I can… https://t.co/7Baqu7z5LX
## 5320                                                                                                     I predict my most played song will be hype boy #SpotifyWrapped
## 5321                       I really can't wait to see the podcast stats on my #SpotifyWrapped because this is the first year where I solely us… https://t.co/wdxU04qgLO
## 5322                                                                                       I predict my most played song will be [Deep End - I Prevail] #SpotifyWrapped
## 5323                                                                                                              I predict my top genre will be [Soul] #SpotifyWrapped
## 5324                                                                    I predict my most played song will be 30/90! It was my anxiety anthem this year #SpotifyWrapped
## 5325                                                                                                                I predict my top genre will be rock #SpotifyWrapped
## 5326                                                             @Spotify Bloody Mary by Lady Gaga !\n\n#Spotify #SpotifyWrapped #wednesday \n\nhttps://t.co/O6WPoD7ORY
## 5327                                                                                         I predict my most played song will be O Sanam by Lucky Ali #SpotifyWrapped
## 5328                                                                                                      my #SpotifyWrapped gonna show me slowly rising from the ashes
## 5329                                                                                   I predict my top artist will be Doechii, but who the fuck knows. #SpotifyWrapped
## 5330                                                                                       twitter emoji moments tagline symbol #SpotifyWrapped https://t.co/zhLPsi9zab
## 5331                           I predict my top artist will be Bastille. It has been Bastille for the past several years and it probably will be again. #SpotifyWrapped
## 5332                   I always play rain sounds on youtube though. My top artists this year would most probably be Harry Styles and Aly &amp;… https://t.co/A2CULOpMZd
## 5333                                Thinking about how I've been listening to the same song on repeat since it came out, but it won't be on my… https://t.co/cKGczLZDkh
## 5334                                                               I predict my top artist will be Tyler The Creator or Halsey #SpotifyWrapped… https://t.co/XTRl5gxreC
## 5335                                                                                                                                  hurry the fuck up #SpotifyWrapped
## 5336                                                                                                                               Too many commercials #SpotifyWrapped
## 5337                                                                         Sabrina Carpenter Run and Hide\nhttps://t.co/fNNJxnUMJK\n#sabrinacarpenter #SpotifyWrapped
## 5338                                 I predict my top genre will be some weird subgenre i literally never pay attention to this spotify genres are wack #SpotifyWrapped
## 5339                                                                            I predict my top genre will be Pop / Alt Rock / Indie Pop / Baroque Pop #SpotifyWrapped
## 5340                                                                                                          I predict my top artist will be Doja Cat ?#SpotifyWrapped
## 5341                                                                                                        I predict my top artist will be Beabadoobee #SpotifyWrapped
## 5342                                                                I predict my most played song will be Stars in the Sky - From Sonic the Hedgehog 2. #SpotifyWrapped
## 5343                       I predict my top podcast will most likely be Sleep Deprived Podcast, with the SCP Foundation Podcast being a strong… https://t.co/lnrCHRVI1l
## 5344                       I predict my most played song will be Chinese Satellite by Phoebe Bridgers. Or We Don't Talk About Bruno by the Enc… https://t.co/4HYWKbSGYd
## 5345                                                                              I predict my top podcast will be Brainpain #SpotifyWrapped\n@HeiderFlorian @KlenganTV
## 5346                                                                                                              I predict my top artist will be LOONA #SpotifyWrapped
## 5347                                                            I predict my top artist will be Florence + the Machine for the millionth time in a row! #SpotifyWrapped
## 5348                                                                                                       I predict my top artist will be [Yung Gravy] #SpotifyWrapped
## 5349                                                                                                              I predict my top genre will be in Pop #SpotifyWrapped
## 5350                                                                                                               I predict my top genre will be [Rap] #SpotifyWrapped
## 5351                                                                          I predict my top podcast will be Distractible 100%. No question about it! #SpotifyWrapped
## 5352                                                                                  I predict my most played song will be [Anti Hero By Taylor Swift] #SpotifyWrapped
## 5353                                                                                    I predict my most played song will be Queen of Peace or Ophelia #SpotifyWrapped
## 5354                                                                                                             i need my #SpotifyWrapped asap. i cant wait any longer
## 5355                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5356                                                                                  I predict my top podcast will be @BlackBoxDownPod. Planes go brr. #SpotifyWrapped
## 5357                       I predict my top artist will be [stray kids ] #SpotifyWrapped\n\nIf i got it right, i demand unlimited premium free subscription for my acc😀
## 5358                                                                                                      I predict my top artist will be One Direction #SpotifyWrapped
## 5359                                                                                                                I predict my top genre will be pop  #SpotifyWrapped
## 5360                                                                                       I predict my most played song will be Not Allowed by TV Girl #SpotifyWrapped
## 5361                                             I predict my top artist will be Bo Burnham, Inside got me through summer depression all over again lol #SpotifyWrapped
## 5362                                                                                                I predict my most played song will be Pose by LOONA #SpotifyWrapped
## 5363                                                                                                      I predict my top artist will be ARIANA GRANDE #SpotifyWrapped
## 5364                                                                                 I predict my most played song will be Mind Brand. That or IAF!IAP! #SpotifyWrapped
## 5365                                                                                     I predict my most played song will be Death By A Thousand Cuts #SpotifyWrapped
## 5366                       I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/nJEMK9C5dh
## 5367                                                                                     I predict my most played song will be Lately by Massive Attack #SpotifyWrapped
## 5368                                                                                                                    I predict my top genre will pop #SpotifyWrapped
## 5369                                                                           I'm starting to get concerned that my #SpotifyWrapped may be a little bit embarrassing 😂
## 5370                                                                        @JimBrickman will no doubt show up on my #SpotifyWrapped. Thanks for the beautiful music! 🎶
## 5371                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5372                                                                                               I predict my most played song will be Cemetery Drive #SpotifyWrapped
## 5373                                                 pls don’t make fun of me when my #SpotifyWrapped comes out. i went through 27 different transformation this year 🫣
## 5374                                                                                         I predict my most played song will be Gasoline- the weeknd #SpotifyWrapped
## 5375                                                                                                                I bet #SpotifyWrapped is releasing on November 30th
## 5376                                                                                                           I predict my top artist will be Paramore #SpotifyWrapped
## 5377                                                       I predict my top genre will be Drum &amp; Bass cuz it'ss the most consistent thing about me. #SpotifyWrapped
## 5378                                                                                                      I predict my top artist will be [Don Toliver] #SpotifyWrapped
## 5379                                                      Since #SpotifyWrapped   is trending,\nI THOUGHT IT DROPPED. DONT LEAD ME ON LIKE THIS https://t.co/zK7wgd6B0C
## 5380                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5381                       I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/eR4Cyi2828
## 5382                        i have to log off for the entire week when #SpotifyWrapped drops cause your tastes in music make me physically ill… https://t.co/4fpYWeGImt
## 5383                       #SpotifyWrapped is dropping soon! This means we will not only get a boost in streams as listeners are reminded of o… https://t.co/vFT1riWg8G
## 5384                                                                                                             I predict my top genre will be [K-pop] #SpotifyWrapped
## 5385                                                                                      I predict my most played song will be [No Idea - Don Toliver] #SpotifyWrapped
## 5386                                                I predict my most played song will be Let's All Love Lain... I've listened to it an obscene amount. #SpotifyWrapped
## 5387                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped red vox https://t.co/YDCzOHmRgL
## 5388                                                                                                Can’t wait to see my Spotify wrapped from this year #SpotifyWrapped
## 5389                       I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/9YOFZLE7ub
## 5390                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5391                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 5392                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5393                                                                                                   I predict my top artist will be Taylor Swift 🫶🏻💗 #SpotifyWrapped
## 5394                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5395                                                                                        6-months Vs 4-weeks 😌✨\n#instafest #SpotifyWrapped https://t.co/BMp1ZIDhh8
## 5396                             Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/zgzQKzn0Su
## 5397                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5398                                                                                                     I predict my most played song will be nonsense #SpotifyWrapped
## 5399                                                                                   I predict my most played song will be Mastermind by Taylor Swift #SpotifyWrapped
## 5400                       I predict my most played song will be [fill in top song prediction] #SpotifyWrapped a song from either Led Zeppelin, Black Sabbath, or Rush.
## 5401                                                                                                         I predict my top artist will be Taylor ofc #SpotifyWrapped
## 5402                                                                                                  Where is my #SpotifyWrapped ???? @Spotify https://t.co/9k6MNjYsaa
## 5403                       I will compare real estate properties with well-calculated arv, and research for property address through Zillow, R… https://t.co/AiZYW8eLDK
## 5404                                                                                                   SPOTIFY WRAPPED IS OUT #SpotifyWrapped 😭 https://t.co/e6brgcyznE
## 5405                       im so sorry for everyone who will have Lin Manuel Miranda as their top artist on spotify wrapped cause they been li… https://t.co/pyOvYeayhI
## 5406                                    Expecting my #spotifyWrapped to be pretty tight and full of @LouisColeMusic @TierraWhack @kendricklamar https://t.co/2mqNhs9hO0
## 5407                                                                      STOP TEASING SPOTIFY WRAPPED AND JUST DROP IT ALREADY #SpotifyWrapped https://t.co/qocb29GWgx
## 5408                                                                               I predict my most played song will be Toy Story de @lolaindigomusic  #SpotifyWrapped
## 5409                     @Tuttasb1 @dimash_official I predict my top artist will be DIMASH QUDAIBERGEN #SpotifyWrapped \n\nTraveled 13300km to… https://t.co/oNT13DI4Wl
## 5410                                                                                        #SpotifyWrapped so it’ll be good. Now just waiting… https://t.co/MspuptPejv
## 5411                                                                                                     I predict my most played song will be the poop #SpotifyWrapped
## 5412                                                                                                         I predict your mom will be my top genre on #SpotifyWrapped
## 5413                                                                                                               I predict my top artist will be Joji #SpotifyWrapped
## 5414                                                                                       I already know my #SpotifyWrapped is going to be straight garbage this year.
## 5415                                                                                               I predict my most played song will be Sweet Caroline #SpotifyWrapped
## 5416                                                                 I predict my most played song will be [life’s a happy song from the muppets movie] #SpotifyWrapped
## 5417                       Also I am genuinely concerned about what my #SpotifyWrapped is gonna look like. Maybe I'll look like I have brain d… https://t.co/JMwnVfv2Rd
## 5418                       With this years #SpotifyWrapped I have no clue who my top artist could be. I have changed so much this year, musica… https://t.co/GnVxXKdNqn
## 5419                             Who wants Animated Overlay..?HMU!\nLike/ Retweet \nHelp/Support/ \nFollow each other \n#supportsmallstreamers… https://t.co/aJanfuZuji
## 5420                                                                                                   I predict my top genre will be [alt rock or pop] #SpotifyWrapped
## 5421                                                  me pretending to be shocked when nct127 is number 1 on my spotify wrapped #SpotifyWrapped https://t.co/kW9TBZjt4C
## 5422                                                                                                 I predict my top podcast will be [boomervs zoomer] #SpotifyWrapped
## 5423                                                                                                   Pretending I don't care about #SpotifyWrapped so it comes faster
## 5424                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/qPIkktNjtf
## 5425                                                                                                        I predict my top genre will be sleep sounds #SpotifyWrapped
## 5426                                                                                                               I predict my top genre will be [pop] #SpotifyWrapped
## 5427                                                                    I predict my most played song will be Call Me Little Sunshine by @thebandGHOST  #SpotifyWrapped
## 5428                                                                                                               Prolly mine: #SpotifyWrapped https://t.co/95Ojf4phrd
## 5429                                                                                              I predict my most played song will be [halleys comet] #SpotifyWrapped
## 5430                                      I will grow Instagram page for fast organic growth and engagement. Order now https://t.co/ElfJnyWTZO… https://t.co/wMA50m2pdL
## 5431                                                                        I predict my top artist will be [twenty one pilots] #SpotifyWrapped \n\nno doubt in my mind
## 5432                                                                                        I predict my most played song will be [nico and the niners] #SpotifyWrapped
## 5433                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/iCgqnj4Ak4
## 5434                                                                               I predict my most played song will be Bejeweled by Taylor Swift 🫶🏻🫶🏻🥰#SpotifyWrapped
## 5435                                                                        I predict my most played song will be [SloMo- Eurovision’s dancebreak edit] #SpotifyWrapped
## 5436                             Click here not to miss the special Amazon discounts for November https://t.co/Nk8ap4jc9x\n\n#SpotifyWrapped #GiftGalaxy JUST ANNOUNCED
## 5437                                                                                                          I predict my top artist will be Part Time #SpotifyWrapped
## 5438                                                                                                I predict my top artist will be my chemical romance #SpotifyWrapped
## 5439                                                                                     I predict my most played song will be Holly Louie by Part Time #SpotifyWrapped
## 5440                                                                                                   I swear if my top artist isn’t wallows or harry… #SpotifyWrapped
## 5441                                                                                                                                         cant wait  #SpotifyWrapped
## 5442                                                                                                       I predict my top artist will be taylor swift #SpotifyWrapped
## 5443                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/KJS3CnwTr6
## 5444                       How libraries in the US are using streaming to promote local music.\n\nhttps://t.co/HNopVACxpx\n\n#music #streaming… https://t.co/hyhuDxVM4K
## 5445                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5446                                                                                                          I predict my top artist will be [ROSALÍA] #SpotifyWrapped
## 5447                                                                                                      I predict my top artist will be Taylor Swift. #SpotifyWrapped
## 5448                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Ary7GKTilK
## 5449                                                                                  I predict my most played song will be [Yet to Come or Sexy Nukim] #SpotifyWrapped
## 5450                                                                                  I predict my most played song will be [Bubblegum Bitch by Marina] #SpotifyWrapped
## 5451                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/Kx45alQuze
## 5452                                                                                                I predict my top artist will be BTS OR TAYLOR SWIFT #SpotifyWrapped
## 5453                       I already know who my top 5 artists will be for #SpotifyWrapped: Coldplay, Beyonce, Adele, Kendrick, and Ari Lennox… https://t.co/VoEO9rYIFf
## 5454                                                              Retweet and send to someone you love. #SpotifyWrapped #staracademy2022 #World https://t.co/HGkQdNcSXu
## 5455                                                          I predict my most played song will be mirrorball or You Belong With Me (Taylor's Version) #SpotifyWrapped
## 5456                                                                                                      I predict my top artist will be @ICENINEKILLS #SpotifyWrapped
## 5457                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 5458                                                                       I predict my most played song will be Hope ur ok by @oliviarodrigo #SpotifyWrapped @LiviesHQ
## 5459                                                                                                            I predict my top artist will be [LUCKI] #SpotifyWrapped
## 5460                          Falling in love with someone’s eyes is the only thing that will never change.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/eYh2eG8rla
## 5461                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5462                                                                                       I predict my top artist will be [Ishay Ribo] AAAAAAA!!!!!!!! #SpotifyWrapped
## 5463                                                                                                   I'm ready, release it. \n#SpotifyWrapped https://t.co/B1VMgLT4Pd
## 5464                                                     fuck yall for getting #spotifywrapped trending, i thought it was ready, yall got me excited/scared for nothing
## 5465                                                                                             I predict my most played song will be [Been knew that] #SpotifyWrapped
## 5466                                                                                                    i predict my top artist will be @boniver #SpotifyWrapped EASILY
## 5467                                                                                      Saw a little emoji for #SpotifyWrapped and I thought it was ready... Not yet.
## 5468      All Men Look But Not For The Same Reasons\n\n#SpotifyWrapped \n#要要搞定個要 \n#MattHanock \n#RedVelvetBirthdayParty \n#Indigo \n#ghanablackstars \n#乌鲁木齐
## 5469                                                                                        I predict my top podcast will be chuckle sandwich or mbmbam #SpotifyWrapped
## 5470                       Acuity, Calendly and Vcita are online appointment scheduling software. You can schedule meetings with your team,and… https://t.co/G1SWyH6lsg
## 5471                                                                                                       My top song is definitely siren by P1harmony #SpotifyWrapped
## 5472                                                                                                  I predict my top artist will be [Kendrick Lamar ] #SpotifyWrapped
## 5473                                                                                                               I predict my top podcast will be JRE #SpotifyWrapped
## 5474                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5475                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5476                                                                                                        I predict my most played song will be [n95] #SpotifyWrapped
## 5477                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5478                   I predict my most played song will be girls just want to have fun\n\nI predict my top artist will be bladee\n\nI predic… https://t.co/cZxNCOCu4Z
## 5479                                       Staring into a stranger’s eyes can make you form an attachment, despite never even talking to them.… https://t.co/acPKScpYn1
## 5480                          Idk if Justin is going to be my #1 artist of the year 🤔🤔\n\nAll this year I have been listening to podcast &amp; Jpop \n\n#SpotifyWrapped
## 5481                                                                                                 I predict my top podcast will be @TheBlackHokage 🫡 #SpotifyWrapped
## 5482                       I'm sure my #SpotifyWrapped will be an Alastor tribute😍 Songs by @PARANOiDDJ1,@SilvaHound, @BlackGryph0n, electro-s… https://t.co/TX40oU4upv
## 5483                                                         Im lowkey scared that the high-school musical cast will be on my top 5😭i cant share that \n#SpotifyWrapped
## 5484                               I suspect my top podcast this year will be @tripleclickpod, with the absolute stunning gang @jasonschreier,… https://t.co/N5tEyNGU3s
## 5485                                                                                my #SpotifyWrapped is going to be a time capsule from 2004. https://t.co/baOG8Sc9rY
## 5486                        I did a #SpotifyWrapped video so we'll see if they let you see it. I have no idea when that will be as artists are… https://t.co/SHSepBIuBT
## 5487                                                                                                            Anyone is waiting for Spotify Wrapped?\n#SpotifyWrapped
## 5488                                                                                                      this year I’m actually worried to see mine 😂😭 #SpotifyWrapped
## 5489                                                                                                                  Stop hyping #SpotifyWrapped and drop it already 😭
## 5490                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5491                                                                                                       I predict my top artist will be [@BLACKPINK] #SpotifyWrapped
## 5492                                                          I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Comethazine 500 hours
## 5493                                                           The way I repeated Candydrip &amp; RENAISSANCE this year… I already know how my #SpotifyWrapped looking.
## 5494                                                                                                        I predict my top artist will be @russdiemon #SpotifyWrapped
## 5495                                              I predict my top genre will be KPOP BECAUSE SPOTIFY'S FILTHY ASS DOESN'T REALISE THAT #BTSISTHEGENRE  #SpotifyWrapped
## 5496                                                                                  I predict my most played song will be [In The Streets Ft Monique] #SpotifyWrapped
## 5497                            before spotify wrapped comes out let’s all remember, i went through just 1 situationship this year before you judge me\n#SpotifyWrapped
## 5498               In fact, making mistakes adds to your experience and you learn not to repeat them again.\n\n#SpotifyWrapped \n#要要搞定個要… https://t.co/AcX7sZUQWf
## 5499                                                                                                           I predict my top genre will be metalcore #SpotifyWrapped
## 5500                  my prediction of #SpotifyWrapped top artists:\n\nGracie Abrams \nTaylor (unfortunately)\nDavid hugo\nCharli xcx\nSabrina… https://t.co/xcwbzaafk9
## 5501                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 5502                                                                                                                                           #SpotifyWrapped anybody?
## 5503                    Everyone is either attending a wedding or concert &amp; here I’m attending office #meetings (just finished at 11.20 pm… https://t.co/YOPv0XjgYG
## 5504                        Looking for excellent quality shipping container home house plans, designs buildings and any type of architectural… https://t.co/8Vltdq9ztE
## 5505                                                                                         I predict my top artist this year will be @findingfletcher #SpotifyWrapped
## 5506                                                                             I predict my most played song will be [Nowhere To Go by @badomenscult] #SpotifyWrapped
## 5507                                                                                                 I predict my top podcast will be [@PeterCrouchPod] #SpotifyWrapped
## 5508                                                                              Y’all really making me think that my #SpotifyWrapped dropped. https://t.co/QPNacS3tmO
## 5509                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/Hmz61Jni7e
## 5510                                              I promise y'all  the songs that I bump to the most that are on my \n#SpotifyWrapped are not me, I'm not that sad😂😂😂😂🤡
## 5511                                                                                                       I predict my top artist will be [stray kids] #SpotifyWrapped
## 5512                                                                                           I predict my most played song will be Wonder by Eric Nam #SpotifyWrapped
## 5513                                                      I predict my top artist will be \nNot Waterparks\nI think I’m finally free from their grasp\n #SpotifyWrapped
## 5514                        I would be shocked if my top podcast isn’t @PivotPod because @karaswisher and @profgalloway are such a dynamic and… https://t.co/KlneZHCsMV
## 5515                                                                             I predict my most played song will be Lavender Haze by @taylornation13 #SpotifyWrapped
## 5516                                                                                                              I predict my top genre will be [kpop] #SpotifyWrapped
## 5517                                                                                                  I predict my most played song will be [all of us] #SpotifyWrapped
## 5518                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 5519                                                   Not me listening to Bob Marley 24/7 so that Pink Floyd isn’t my #1 on #SpotifyWrapped for the 3rd year in a row.
## 5520                                                                                                        I predict my top genre will be k-POP + POP  #SpotifyWrapped
## 5521                                                                                           I predict my top artist will be some dude called HRVY? 😅 #SpotifyWrapped
## 5522                                                                                                         I predict my top artist will be Seventeen. #SpotifyWrapped
## 5523                       Everyone out here desperate for #SpotifyWrapped when I'm sitting here with 12 years of https://t.co/vCYJNYysfe data… https://t.co/XIcLsvEkp3
## 5524                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/IuJ3WHlkOA
## 5525                                                                                          I predict my top podcast will be  Daebak Show w/ Eric Nam #SpotifyWrapped
## 5526                     The official Twitter account of the scumbag terrorist @LatifaMRM, daughter of Dubai's Dictator Mohamad Maktoum.\n\nMo… https://t.co/zhvNwsgvMs
## 5527                                                                     I predict my most played song will be [fill in top song prediction] #SpotifyWrapped dandelions
## 5528                                                                                                         I predict my top artist will be \nEric Nam #SpotifyWrapped
## 5529                                                                                        I predict my most played song will be golden hour by HRVY 🤩 #SpotifyWrapped
## 5530                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5531                                                                                                                       only jobless people wait for #SpotifyWrapped
## 5532                                                                                                      I predict my top artist will be [$uicideboy$] #SpotifyWrapped
## 5533                                                                     I predict my most played song will be All too well 10min version- Taylor Swift #SpotifyWrapped
## 5534                                                                                   I predict my top artist will be Nogizaka46 or Official Higedan!\n#SpotifyWrapped
## 5535                       Before our new episode this Wednesday (11/30/22)… do your ears, head phones, car speakers a favor and check out our… https://t.co/qdPuW3gPi1
## 5536                                 Drop the #SpotifyWrapped Although I already know what is in top of that list, call me mentally unstable but I am going to post it!
## 5537                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/PyyrtBiHDX
## 5538                                                                                        I predict my most played song will be "TV" by @billieeilish #SpotifyWrapped
## 5539                                                  why the FUCK IS #SpotifyWrapped TRENDING IF IT ISNT OUT YET YALL REALLY GOT MY HOPES UP 💔 https://t.co/tKJMDUnM6T
## 5540                                                               I predict my most played song will be Abunakkashi Keikaku OR Taiyou Knock #SpotifyWrapped #Sakamichi
## 5541                                                                                     I predict my most played song will be [Bonny by Prefab Sprout] #SpotifyWrapped
## 5542                                                                     My #SpotifyWrapped list gone be filled with nothing but BANGERS watch. https://t.co/xhPZZniQX4
## 5543                                                             If this is not in my top5 for #SpotifyWrapped then the software was a failure\nhttps://t.co/yftqbQBaV5
## 5544                                                                                                              I predict my top genre will be [Kpop] #SpotifyWrapped
## 5545                                                                                                    I predict my top artist will be @joshuatbassett #SpotifyWrapped
## 5546                                                                                                       Preparing for #SpotifyWrapped season https://t.co/2gqTrlQkps
## 5547                                                                                                      Top 5 #SpotifyWrapped guesses? Go 👇 \nhttps://t.co/IInad2M3e1
## 5548                                                                          I predict my most played song will be life worth living by @ClassicLaurel #SpotifyWrapped
## 5549                                                                                                 I predict my most played song will be [ I Wonder ] #SpotifyWrapped
## 5550                              looking for #B2B #leadgeneration #dataentry expert.\nservices - #LeadGeneration #DataEntry #virtualassistant… https://t.co/Ju2NhYKczT
## 5551                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/0zvglRQl7O
## 5552                                      This season of Blood and Water reminds me so much of 13 Reasons Why.\nDope AF! 🔥🔥\n\n#SpotifyWrapped… https://t.co/3hiK5tmnh5
## 5553                       I’m pretty sure my kid fucked this up with his little Fornite songs and TikTok bs so this year I’m not looking forw… https://t.co/U1U7LykePA
## 5554                                                                                                                                          I’m ready #SpotifyWrapped
## 5555                                                                                              I predict my top artist will be [el travieso escroto] #SpotifyWrapped
## 5556                                                                                                          I predict my top artist will be Lady Gaga #SpotifyWrapped
## 5557                                                                                                              I predict my top podcast will be None #SpotifyWrapped
## 5558                                                                     I predict my top podcast will be something I had to listen to for class i fear #SpotifyWrapped
## 5559                                                                                     now why did y’all give us an emoji if it’s not dropping soon?? #SpotifyWrapped
## 5560                                                                                                  I predict my top artist will be [indigo de souza] #SpotifyWrapped
## 5561                                                                                                          I predict my top artist will be Lady Gaga #SpotifyWrapped
## 5562                                                                  I predict my top podcast will be @MyFavMurder - actually I know this one for sure #SpotifyWrapped
## 5563                                                                                             I'm not waiting for #SpotifyWrapped this year since I use #AmazonMusic
## 5564                                                                                   i predict my top artist will be peel the apple or shibu3 project #spotifywrapped
## 5565                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/vUXFbjVR8s
## 5566                                                                            I predict my most played song will be [Runaway - Kanye West] segurisimo #SpotifyWrapped
## 5567                                                                                                           I predict my top genre will be Dance Pop #SpotifyWrapped
## 5568                   Crypto Lender BlockFi going Bankrupt 😱\n\nhttps://t.co/ZQykcFovMw\n\n#Silver #Gold #Tech  #Insuretech\n#silversqueeze ,… https://t.co/blBUyhVAkf
## 5569                                                                                         I predict my top genre will be [bedroom pop or like indie] #SpotifyWrapped
## 5570                                                                                              I predict my top artist will be taylor swift or lorde #SpotifyWrapped
## 5571                                                                                        I predict my most played song will be [Efecto - Bad Bunny ] #SpotifyWrapped
## 5572                                                                              I predict my most played song will be Used To Know Me by Charli XCX\n #SpotifyWrapped
## 5573                                                                                                         I predict my top genre will be Melodic Rap #SpotifyWrapped
## 5574                   Who gets paid with Bo?\n\nBrazil 🇧🇷-1 PUSH \n\nBrazil wins and under 4.5 2U ✅✅\n\nBO WINSSSSS! \n\n#WorldcupQatar2022… https://t.co/0wsX4nfZV9
## 5575                                                                           me looking at all these #SpotifyWrapped tweets thinking it’s out https://t.co/2Cf62MD6Ng
## 5576                       I share my Spotify with my children so I'm sure my breakdown will be a mix of alternative music with a wee bit of "… https://t.co/izA5oxNdDx
## 5577                                                                                                               I predict my top genre will be Indie #SpotifyWrapped
## 5578                                                              I predict my most played song will be [idk probably the moon is no good or something] #SpotifyWrapped
## 5579                                                                        hii\nI predict my most played song will be Gilded Lily by Cults🤪 or duvet?? #SpotifyWrapped
## 5580                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5581                                                                                          I predict my top genre will be pop or singer songwriter?? #SpotifyWrapped
## 5582                                                                                                    I predict my top artist will be [@HotMulligan ] #SpotifyWrapped
## 5583                                                                                           I predict my most played song will be Poison by Rod Wave #SpotifyWrapped
## 5584                       Have been living the Dad Life haven't made any music I've changed the way I see things but what should I Do? #Music… https://t.co/wvjEmOAP3w
## 5585                                                                                                   waiting for #SpotifyWrapped to drop like https://t.co/tghTyGvIuh
## 5586                                                                                   I predict my most played song will be probably something by yeat #SpotifyWrapped
## 5587                                                                                                     I predict my top podcast will be @sextedmyboss #SpotifyWrapped
## 5588                                                                                                           I predict my top artist will be Rod Wave #SpotifyWrapped
## 5589                                                                                                         I predict my top artist will be Taylorrrrr #SpotifyWrapped
## 5590                                                                              I predict my top artist will be @halsey (for the third year in a row) #SpotifyWrapped
## 5591                                                                                                              #SpotifyWrapped soz wanted to use the hashtag thjng x
## 5592                                                                                                             WHERE IS IT??  #SpotifyWrapped https://t.co/O4eFycWWxu
## 5593                                                                                   I predict my most played song will be forget her by jeff buckley #SpotifyWrapped
## 5594                    All platforms now ‼️😈🤯 #SpotifyWrapped #MattHanock #要要搞定個要 #RedVelvetBirthdayParty #its3zz https://t.co/2Is11gE89n https://t.co/T86iROtnWj
## 5595                                                                                              I predict my most played song will be [Tempestissimo] #SpotifyWrapped
## 5596                                                                                    I predict my top genre will be showtunes. absolutely showtunes. #SpotifyWrapped
## 5597                                                                                               I predict my top podcast will be Star Wars Explained #SpotifyWrapped
## 5598                                                                                                         my most played song WILL be meow by ivusm. #SpotifyWrapped
## 5599                                                                                         Does anyone else's #SpotifyWrapped look like ours? https://t.co/3QfwIiJZvK
## 5600                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped https://t.co/1pSnAfXywm
## 5601                                                                            I predict my most played song will be literally anything from falsettos #SpotifyWrapped
## 5602                                              The ghastly #hypocrisy of those who rail against #SpotifyWrapped slavery which took place...… https://t.co/D6SHouFu3m
## 5603                                                                                                                  who wants to swap #SpotifyWrapped once they drop?
## 5604                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5605                                                                                                      #SpotifyWrapped add Rockey Washington https://t.co/0P6I2uJo5r
## 5606                                                                                                         I predict my top artist will be Green Day. #SpotifyWrapped
## 5607                                                                                                     Me waiting for my 2022 #SpotifyWrapped https://t.co/rbepMxeh6t
## 5608                                                             I predict my most played song will be idk probably like Viva La Gloria or an MGK song. #SpotifyWrapped
## 5609                                                                                        I predict my most played song will be attention by newjeans #SpotifyWrapped
## 5610                                                    Like if Brazil did not cut your bet \n#SpotifyWrapped #FIFAWorldCupQatar2022 #FIFAWorldCup #brazil #Switzerland
## 5611                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5612                                                                                      I predict my most played song will be Alive by Anthony Warlow #SpotifyWrapped
## 5613                                                                                               I predict my top artist will be Tiago PZK @tiagopzk  #SpotifyWrapped
## 5614                                                                             I predict my most played song will be All Too Well (10 minute version) #SpotifyWrapped
## 5615                                                                        If I get DreamSMP on my wrapped again I’m going to fucking kill myself bruh #SpotifyWrapped
## 5616                           To hangout with a hater is a sin to my inner God #ghanablackstars #TikTokviral #Trending #Video #SpotifyWrapped… https://t.co/G0qgsahhYG
## 5617                                                                                                         I predict my top artist will be @sanbenito #SpotifyWrapped
## 5618                                                                                  This year will pretty much be the same 🤘🤘 #SpotifyWrapped https://t.co/gjrVpTIwrX
## 5619                                                                                                   saw #SpotifyWrapped trending and i screamed out for no reason!!!
## 5620                                                         I already know my most listened to artist this year was The Chicks \n\nDon’t need #SpotifyWrapped for that
## 5621                                                                                                   I predict my top artist will be @findingfletcher #SpotifyWrapped
## 5622                                                                                                                       #SpotifyWrapped soon https://t.co/hfM85ckIm8
## 5623                                                                                                        I predict my top podcast will be Trypod..?  #SpotifyWrapped
## 5624                                                                                                           I predict my top genre will be reggaeton #SpotifyWrapped
## 5625                                                                        I predict my most played song will be Her Body Is Bible by @findingfletcher #SpotifyWrapped
## 5626                                                                                                  I predict my most played song will be Why -samuel #SpotifyWrapped
## 5627                                                                                      Had Mundial  fchkal crazy 🤪 \n#Qatar2022 \n#harrystylesperu \n#SpotifyWrapped
## 5628                                                                                                              I predict my top genre will be Emo..  #SpotifyWrapped
## 5629                           Need a content writing service? Stop scrolling and check me in my inbox, I'm always available to attend to you.… https://t.co/MfUxXxoKVy
## 5630                                                                                                                   #SpotifyWrapped its going to be a seventeen list
## 5631                                                                                  I predict my most played song will be Hurt Feelings by Mac Miller #SpotifyWrapped
## 5632                                                                              Join the group now before all slots are taken #SpotifyWrapped https://t.co/NWTqTfEB2e
## 5633                                                                             I predict my most played song will be All too well (10 minute version) #SpotifyWrapped
## 5634                                     #SpotifyWrapped bitch can you stop playing and it out already. Making me feel like this when I see you https://t.co/1uZMBqI1i1
## 5635                                                    Chk this please #CHECKMATEinJKT #OutOfTime #chemist'#VideoViral!#SpotifyWrapped #TikTok https://t.co/HiofBrHwme
## 5636                                                                                            I predict my most played song will be THIQUE by Beyoncé #SpotifyWrapped
## 5637                                                                                #SpotifyWrapped around the corner but don't get it twisted. https://t.co/QIVSCLe9xr
## 5638                                 Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#sofaygo #MacMiller… https://t.co/gMNvQvguVe
## 5639                                                                                                      I predict my top artist will be @billieeilish #SpotifyWrapped
## 5640                                                                                                           #SpotifyWrapped my body is ready https://t.co/tr9b9F0TeE
## 5641                                                                                                                          can they get on with this #SpotifyWrapped
## 5642                                                                                                       I predict my top artist will be The weekend  #SpotifyWrapped
## 5643                                                                                                              Is this it? 🎶 #SpotifyWrapped https://t.co/xrSn0WHkxL
## 5644                                                                                     I predict my top podcast will be rSlash Reads Reddit @rslashyt #SpotifyWrapped
## 5645                                                                          I predict my most played song will be Happier Than Ever by Billie Eillish #SpotifyWrapped
## 5646                                                                       I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped Impaulsive
## 5647                                                                                                      I predict my most played song will be Brividi #SpotifyWrapped
## 5648                                                                                I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped MGK
## 5649                     Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76TGgj\n\n#SpotifyWrapped #upcomingrapper… https://t.co/3z1VOBcZJl
## 5650                                                                                                he's my #SpotifyWrapped character edition.  https://t.co/opuhKOi06B
## 5651                                                                            I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Punk rock
## 5652                                                  Waiting anxiously for #SpotifyWrapped like I haven't been listening to the same playlists this year vs last year.
## 5653                                                                                                                     Saw the #SpotifyWrapped preview today and 😍😍😍😍
## 5654                                                             I predict my most played song will be “Unforgettable” by French Montana &amp; Swae Lee #SpotifyWrapped
## 5655                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Better off dead
## 5656                my #SpotifyWrapped predictions before i look\n\nsongs:\nsmokin out the window\nintimidated \nglock 19\nskin and bones\nthe… https://t.co/RU4eJ1JRfi
## 5657                          WhatsApp group full details this link\n\nhttps://t.co/x6rvLCnpZR\n\n#WhatsApp #whatsappgroup #Vulgar #biggboss16… https://t.co/8OVesylVjB
## 5658                                                                                                           I predict my top podcast will be @MBMBaM #SpotifyWrapped
## 5659                                                                                           I predict my top podcast will be [Trash Romance Central] #SpotifyWrapped
## 5660                                                    I predict my most played song will be #jhope_EqualSign, but tbh idk. 😫😭 #SpotifyWrapped https://t.co/kBKsevhgCq
## 5661                              I predict my top artist will be Taylor, but what I’m really concerned about is the percentile of Swifties I fall into…#SpotifyWrapped
## 5662                                                                                                       I predict my most played song will be desire #SpotifyWrapped
## 5663                                                                                                    I predict my top artist will be [Ariana Grande] #SpotifyWrapped
## 5664                                                                                          You don't have to check #SpotifyWrapped\nYou're the most played this year
## 5665                                                                                                          I predict my top genre will be Indie Rock #SpotifyWrapped
## 5666                                                                                     I predict my most played song will be .stage 4 fear of trying. #SpotifyWrapped
## 5667                                                                       I predict my top artist will be…. There is only one  #SpotifyWrapped https://t.co/MGSlvWqS9l
## 5668                                                                           I predict my top artist will be [matt maltese] #SpotifyWrapped i already know don’t play
## 5669                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 5670                              Beautiful day on the water yesterday with my girl Luna 🎣 #AdoptDontShop #SpotifyWrapped #Indigo #CyberMonday… https://t.co/W8cOLQ4OPQ
## 5671                                                                                         I predict my top podcast will be Anything goes  @AGpodcast #SpotifyWrapped
## 5672                                                                                                 I predict my most played song will be [Pink Venom] #SpotifyWrapped
## 5673                                                                                   I predict my most played song will be Die Hard by Kendrick Lamar #SpotifyWrapped
## 5674                                                                                                 I predict my top artist will be joshua bassett tbh #SpotifyWrapped
## 5675                     Jdd • Untold Secrets ft. Exøtix (Visualizer)\n\nFull Song: https://t.co/j3IC76Bx2b\n\n#DjKhaled #rapper #BobbyShmurda… https://t.co/6bhmiqcurQ
## 5676                                                                                                      I predict my top artist will be [Carin Leon ] #SpotifyWrapped
## 5677                                                                                     I predict my most played song will be What I Know by @justmike #SpotifyWrapped
## 5678                                                                                                              I predict my top artist will be astro #SpotifyWrapped
## 5679                                                                                                             I predict my top genre will be ballads #SpotifyWrapped
## 5680                                                                                                        I predict my top genre will be Rap Italiano #SpotifyWrapped
## 5681                                                                                                                I predict my top artist will be BTS #SpotifyWrapped
## 5682                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5683                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5684                                                                                     I predict my most played song will be Tamagotchi x @omarapollo #SpotifyWrapped
## 5685                  🔥Quality Lhasa pup’s \n🔥4Fmale / 2Male\n2weeks  pup’s now\navailable for Booking\nFrom quality Parents \nDon’t miss it D… https://t.co/YLbh1x8Scu
## 5686                                                                                                               I predict my top genre will be [Pop] #SpotifyWrapped
## 5687                                                                                 I predict my most played song will be Something Something by astro #SpotifyWrapped
## 5688                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5689                                                                                     I predict my most played song will be California - Diego Naska #SpotifyWrapped
## 5690                                                                                                                              IM EXCITED FOR MY 3RD #SpotifyWrapped
## 5691                                                                                                    I just know my #SpotifyWrapped is going to be strange this year
## 5692                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5693                                                                            Fire it uppp \n\n #SpotifyWrapped #RedVelvetBirthdayParty #food https://t.co/HArJWMb4Rt
## 5694                                                                                                          I predict my top artist will be @zutomayo #SpotifyWrapped
## 5695                                                                                                  I predict my top podcast will be #UpFirst by @NPR #SpotifyWrapped
## 5696                                                                      Spotify is just teasing us at this point with the #SpotifyWrapped hashtag. Pls give it to us.
## 5697                                                                                                    I predict my top artist will be Louis Tomlinson #SpotifyWrapped
## 5698                                                                                          You gotta do it like it’s your last chance #SpotifyWrapped #inspirational
## 5699                                                                                           I predict my top genre will be [pop or R&amp;B who knows]#SpotifyWrapped
## 5700                                                                                                       I predict my top artist will be Harry Styles #SpotifyWrapped
## 5701                       I predict my most played song will be Good Tonight from the Bad Guys since it's fun and Anthony Ramos' voice is alw… https://t.co/caZBhVfBtB
## 5702                                                                                                       I predict my top podcast will be @TeaTime_33 #SpotifyWrapped
## 5703                                                                                                       I predict my top artist will be @HAIMtheband #SpotifyWrapped
## 5704                                                                                                  I predict my top podcast will be @GobletOfWinePod #SpotifyWrapped
## 5705                                                                                              I predict my most played song will be mirrorball :)\n #SpotifyWrapped
## 5706                                                                                             I predict my top podcast will be If you love me for me #SpotifyWrapped
## 5707                                                                                   I predict my most played song will be Rosier/Punk2 by @brakence  #SpotifyWrapped
## 5708                                                                                             I predict my top artist will be Taylor swift or disney #SpotifyWrapped
## 5709                                                                                                    I predict my top artist will be [ @charlieputh] #SpotifyWrapped
## 5710                                                                                                    I predict my top artist will be [ariana grande] #SpotifyWrapped
## 5711                                                                          I predict my top podcast will be literally none i dont listen to podcasts #SpotifyWrapped
## 5712                                                           I predict my top genre will be pop? country? soft pop (is that the name?) musicals? idfk #SpotifyWrapped
## 5713                                                                                        I predict my top artist will be [ARIANA GRANDE @rembeauty ] #SpotifyWrapped
## 5714                                                                                                       My top genre would be HipHop this year 🎤 \n\n#SpotifyWrapped
## 5715                                                                                           I predict my most played song will be [Me and your mama] #SpotifyWrapped
## 5716                                      I predict my most played song will be either Midnight River by @realpinksweats or Voodoo by @pennyandsparrow  #SpotifyWrapped
## 5717                       i just know that spotify is gonna tease us the whole ass week just for the graphic design to be as atrocious as las… https://t.co/0j88DZs5wp
## 5718                                                          The future looks bright for the youngsters @SDMabaya.\n#SDMabaya\n#SpotifyWrapped https://t.co/5Kar5Z6uBD
## 5719                                                                                            I predict my most played song will be yet to come (idk) #SpotifyWrapped
## 5720                                                   #happymonday thnks for chcki g out the ne mix @diplo #edm @DillonFrancis #SpotifyWrapped https://t.co/ld17DI4UnT
## 5721                                                                                                                                   When do I get my #SpotifyWrapped
## 5722                                                                               I predict my most played song will be [slow it down by @charlieputh] #SpotifyWrapped
## 5723                                                                                              I was bout to say- “How y’all got yours b4 me?!?!?” 👀 #SpotifyWrapped
## 5724                               I predict my top podcast will be ridiculous the song by ariana grande as an episode because i dont listen to podcats.#SpotifyWrapped
## 5725                                                                                                     I predict my top artist will be @taylorswift13 #SpotifyWrapped
## 5726                                                                                                           hello pls i want my  #SpotifyWrapped so so bad i cld cry
## 5727                                                                                              I predict my most played song will be  sober by @jxdn #SpotifyWrapped
## 5728                                                                                             I predict my most played song will be King Of My Heart #SpotifyWrapped
## 5729                                                                                                            I predict my top artist will be [Twice] #SpotifyWrapped
## 5730                                                                     I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped \n@utadahikaru
## 5731                                                                                                           I predict my top artist will be Deftones #SpotifyWrapped
## 5732                                                                                                    I predict my most played song will be atwtmvftv #SpotifyWrapped
## 5733                                                                                                                I predict my top genre will be Kpop #SpotifyWrapped
## 5734                                                                     Waiting for my #SpotifyWrapped as if I didn't listen to Taylor Swift only for the whole year 🤡
## 5735                                                                                      I predict my top artist will be Anakena, JavyPablo and Okills #SpotifyWrapped
## 5736                                                        I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped lana del Rey leak podcast
## 5737                             We might get 1 million listens in before year end when the new tunes all drop tho. 💰👈🏾🔥\n\nhttps://t.co/3VkFFXBglW\n\n #SpotifyWrapped
## 5738                                                                        I predict my most played song will be You Wouldn't Understand by Juice WRLD #SpotifyWrapped
## 5739                                                                                         I predict my most played song will be waiting on a miracle #SpotifyWrapped
## 5740                                                                                                      I predict my top artist will be  BTS ofcourse #SpotifyWrapped
## 5741                                                                          I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Radiohead
## 5742                          Man fuck Phineas, that bitch ass mf got a goofy ahhh triangle head. HE CANT BE TRUSTED #SpotifyWrapped #TheSims4… https://t.co/GfYyGeO419
## 5743                                                                                                         I predict my top genre will be Bedroom Pop #SpotifyWrapped
## 5744                                                                                 I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Rock
## 5745                                                                                                         I predict my top genre will be Melodic Rap #SpotifyWrapped
## 5746                                                               I predict my most played song will be [fill in top song prediction] #SpotifyWrapped amoeba by clairo
## 5747                                                                        I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped Tame Impala
## 5748                                                                            Spotify \nStream Bloody Mary \n#SpotifyWrapped  \n#BloodyMary \nhttps://t.co/bxDDsK17Tr
## 5749                                                                                                         I predict my top artist will be Juice WRLD #SpotifyWrapped
## 5750                                                                            I predict my most played song will be [Call Out My Name by The Weekend] #SpotifyWrapped
## 5751                                                                              I predict my most played song will be Head over Heels-Tears for Fears #SpotifyWrapped
## 5752                                                                                Really hope Chromatica is finally out of my #SpotifyWrapped 😭😩 love her but damn ma
## 5753                                                                  I predict my most played song will be [fill in top song prediction] #SpotifyWrapped Mind Mischief
## 5754                                   I don’t know why I’m so excited for #SpotifyWrapped when I already know its going to be dominated by the @arcaneshow soundtrack.
## 5755                                                                                                       sicuro top tre harry taylor e arctic monkeys #SpotifyWrapped
## 5756                                    Not me and my husband trying to play all out favorite jams so our #SpotifyWrapped is not the Cars 3 soundtrack 3 years running.
## 5757                                                                                                   I predict my top artist will be @Drake or Khalid #SpotifyWrapped
## 5758                                                                                                      I predict my top artist will be Billie Eilish #SpotifyWrapped
## 5759                                                                     I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped Psychadelic Rock
## 5760                                                                                                      I predict my top artist will be @NICKIMINAJ 😇 #SpotifyWrapped
## 5761                                                                                                                 I predict my top genre will be pop #SpotifyWrapped
## 5762                                                                                              i think wilbur, lovejoy, or glass animals will top my #SpotifyWrapped
## 5763                                                                                                          I predict my top artist will be @justmike #SpotifyWrapped
## 5764                                                      #SpotifyWrapped I predict my most listened to artist to be Nas for 2022 and the most played song 'Speechless'
## 5765                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5766                                                                                                 I predict my most played song will be Male Fantasy #SpotifyWrapped
## 5767                                                                                  I predict my top podcast will be [fill in top podcast prediction] #SpotifyWrapped
## 5768                       I know no one probably cares when I share my Spotify wrapped but it's always interesting to see how I started the y… https://t.co/ZItj4E3RQs
## 5769                                                                                    I predict my top artist will be [fill in top artist prediction] #SpotifyWrapped
## 5770                                                                                                 I predict my most played song will be [Coloratura] #SpotifyWrapped
## 5771                                                                                      I predict my top genre will be [fill in top genre prediction] #SpotifyWrapped
## 5772                                                                                                    I predict my top artist will be @FromAshestoNew #SpotifyWrapped
## 5773                                                                                            I predict my most played song will be Ken Carson-Intro  #SpotifyWrapped
## 5774                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5775                                                                                I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5776                                                 I predict my most played song is definitely Mary on a cross (save me please I’m scared for this 😭😭)#SpotifyWrapped
## 5777                                                                                                         I predict my top genre will be Soundtracks #SpotifyWrapped
## 5778                                                                                                           I predict my top genre will be metalcore #SpotifyWrapped
## 5779                       @Spotify should prompt anyone posting #SpotifyWrapped content to buy music and merch direct from artists. In genera… https://t.co/XJ69w0MCsh
## 5780                       The owner of this style has demonstrated how it should be\nAngela go and learn no come dey do yah back like plywood… https://t.co/oJqmC11I6C
## 5781                                                                                                                       Well #SpotifyWrapped https://t.co/cMlPUSw7HN
## 5782               https://t.co/r53Mub0xhJ\n\nDon’t Miss This Opportunity U Get Daily Free Newlisting Up to 25$\n\n#ETH #Bitcoin #要要搞定個要… https://t.co/hctl89mDVM
## 5783                                                                                                     I predict my top artist will be Arctic Monkeys #SpotifyWrapped
## 5784                     Relaxing music: piano \nYouTube@relaxsoothing1 \nKwai: relax soothing \nInstagram: relax soothing \n\n#SpotifyWrapped… https://t.co/woiFYnBF5I
## 5785                                                     It's a new week\nGo out there and be great 🙂\nYou got this \n\n#Levels #SpotifyWrapped \n#jumplinktechnologies
## 5786                                                                                           I predict my most played song will be #SuperFreakyGirl 🤪 #SpotifyWrapped
## 5787                       Shit, it's trending - time for me to play an achingly cool, obscure, pretentious indie band continuously for the ne… https://t.co/9sdisYu13Y
## 5788                                                                                 I predict my most played song will be All too Well 10 Min. Version #SpotifyWrapped
## 5789                       @TOMACVETY @dimash_official  ama el #dombra \n#DimashKazakhVoice \nQAIRAM ELIM - SAMALTAU \n#BestMusic #artistaloud… https://t.co/wmEFljUuHc
## 5790                                                                                     Why does my music taste always peak in the weeks leading up to #SpotifyWrapped
## 5791                                                                                                  I predict my most played song will be Out of Time #SpotifyWrapped
## 5792                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5793                                                                                                          I predict my top genre will be Eurovision #SpotifyWrapped
## 5794                                                                                                                                     Tis the #SpotifyWrapped season
## 5795                                                                                                        I predict my most played song will be River #SpotifyWrapped
## 5796                                                                                             I predict my top podcast will be [The Amelia Project ] #SpotifyWrapped
## 5797                                                                                                        I predict my top artist will be [Sewerslvt] #SpotifyWrapped
## 5798                                                                                                     I predict my top artist will be [Lana Del Rey] #SpotifyWrapped
## 5799                        I think my 2022 top song could be "Children" by Robert Miles or "GigaChad Theme (Phonk House Version)" by g3ox_em.… https://t.co/G2o7AcOwOx
## 5800                                                                                                              I predict my top genre will be [kpop] #SpotifyWrapped
## 5801                                      I predict my top genre will be  Alternative. I listened to way too much AJR and BoyWithUke for it not to be 😅 #SpotifyWrapped
## 5802                                                                                                        I predict my top genre will be [Glitchcore] #SpotifyWrapped
## 5803                             They must all lose their jobs for not  stopping their colleagues from committing the assault @SAPoliceService… https://t.co/eup0AWqxEr
## 5804                                                                                                        I predict my top artist will be Stray Kids  #SpotifyWrapped
## 5805                                                                                                                                       cant wait fr #SpotifyWrapped
## 5806                             Honda CR-V 2006 @Ibadan currently ₦1.8M\nDM is open 👐\n#SpotifyWrapped #PeterObi4President2023 #lagos #hookup… https://t.co/ynzqmDHU3L
## 5807                                                                       I predict my most played song will be [house of balloons/ glass table girls] #SpotifyWrapped
## 5808                                                                                         I predict my most played song will be [Hey ya! by Outkast] #SpotifyWrapped
## 5809                                                                                                                        JUST GIVE IT TO US ALREADY  #SpotifyWrapped
## 5810                                                                                                               I predict my top genre will be K Pop #SpotifyWrapped
## 5811                                                                                                     I predict my top artist will be Ariana Grande❤️ #SpotifyWrapped
## 5812                                                                          I predict my most played song will be 3 Racha by 3 Racha from Stray Kids  #SpotifyWrapped
## 5813                                                                                                 Mi #SpotifyWrapped va a ser puro Taylor Swift, Queen y Blackpink 💋
## 5814                                                                                                  #SpotifyWrapped #World not the difference https://t.co/h5jcHSP513
## 5815                                                                                                I predict my top podcast will be no escucho de eso. #SpotifyWrapped
## 5816                                                                                                           I predict my top artist will be @BTS_twt #SpotifyWrapped
## 5817                                                                                                 I predict my top podcast will be The Anxious Truth #SpotifyWrapped
## 5818                                                                                                                                               poop #SpotifyWrapped
## 5819                                                                   I predict my top artist will be OH LAMAR, HAIL MARY AND MARIJUANA, TIMES IS HARD #SpotifyWrapped
## 5820                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5821                                                                                                                             hood afternoon loves ❤️ #SpotifyWrapped
## 5822                                                                                                           I predict my top artist will be Kid Cudi #SpotifyWrapped
## 5823                                                                              Spotify Wrapped is coming soon...\n\n#Spotify #SpotifyWrapped https://t.co/iLicUscI35
## 5824                                   South Korea's footballer "KIM MEHN SU" 😭😭😭\n\n#ghanablackstars #SpotifyWrapped \n#kudus \n#KOR \n#KORGHA https://t.co/yZBuIGwOcz
## 5825                                                                                                               I predict my top genre will be K-pop #SpotifyWrapped
## 5826                                                                                                I predict my top artist will be stray kids or twice #SpotifyWrapped
## 5827                                                                                    I predict my most played song will be Nathy Peluso - EMERGENCIA #SpotifyWrapped
## 5828                                                                                               I predict my top podcast will be [simgm productions] #SpotifyWrapped
## 5829                                                                                                                        this is gonna be a shitshow #SpotifyWrapped
## 5830                                                                                                                     I’m ready for #SpotifyWrapped like where is it
## 5831                             I predict my top artist will again be #WhitneyHouston. It’s been the same for a few years now. #SpotifyWrapped https://t.co/7bJ3WtEnqS
## 5832                                                                                                             I predict my top genre will be Hip-hop #SpotifyWrapped
## 5833                                                                                                                I predict my top genre will be kpop #SpotifyWrapped
## 5834                                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped \n\nLol
## 5835                       I predict my top artist will be guys pls ok there’s a 90% chance it’s kanye pls don’t kill me i swear it’s from sum… https://t.co/qHGdtMYxtS
## 5836                                                                            I predict my most played song will be Hate my favorite band by @Nightly #SpotifyWrapped
## 5837                                                                                                              I predict my top artist will be [ksi] #SpotifyWrapped
## 5838                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5839                                                                #Advice #Taemin I predict my most played song will be [fill in top song prediction] #SpotifyWrapped
## 5840                                                                                                I predict my most played song will be [Januar 2018] #SpotifyWrapped
## 5841                                                                                        I predict my most played song will be [Judas of Lady Gaga ] #SpotifyWrapped
## 5842                                                                                                                 I predict my top genre will be 🎸🥁🎤 #SpotifyWrapped
## 5843                                                                                                     This is me waiting for #SpotifyWrapped https://t.co/A3Zs0pKj1E
## 5844                                                                                           I predict my most played song will be Illusion by aespa  #SpotifyWrapped
## 5845                                                                        I predict my most played song will be [fill in top song prediction] #SpotifyWrapped HotShit
## 5846                           Also feel free to send me some game recommendations since I’ve been trying to find new games to play :) #twitch… https://t.co/LxsI8wFord
## 5847                                                                                                   I predict my top genre will be [sum with pop ig] #SpotifyWrapped
## 5848                                                                                                                   Happy #SpotifyWrapped szn to those who observe 💕
## 5849                                                                                                I predict my most played song will be Lavender Haze #SpotifyWrapped
## 5850                                                                                                            #TAEMIN I predict my top artist will be #SpotifyWrapped
## 5851                                                                                                  I predict my most played song will be [Nightcall] #SpotifyWrapped
## 5852                                                                                                   I predict my top artist will be [Lil Durk or YB] #SpotifyWrapped
## 5853                                                                                              I predict my most played song will be [glimpse of us] #SpotifyWrapped
## 5854                                                                                            I predict my top artist will be Shreya Ghoshal Anytime  #SpotifyWrapped
## 5855                                                                                                         I predict my top artist will be MCR or BTS #SpotifyWrapped
## 5856                                                                                                                 I predict my top artist will be 🔁🦶 #SpotifyWrapped
## 5857                                                             I predict my most played song will be Pursuit Of Happiness - Extended Steve Aoki Remix #SpotifyWrapped
## 5858                                                                               I predict my most played song will be all to well(10 minute version) #SpotifyWrapped
## 5859                                               I predict my most played song will be same space by @TianaMajor9 will probably be in my top 10 songs #SpotifyWrapped
## 5860                        yk bro had a headache the whole day (follow tik tok @ireallyamhimfr) help a dawg out🤝🏽 \n\n#hoodfights #hoodvideos… https://t.co/kTeQ1cefmO
## 5861                                                                                                       I predict my top genre will be rock or k-pop #SpotifyWrapped
## 5862                                                                                         I predict my top podcast will be [daebak show by Eric nam] #SpotifyWrapped
## 5863                                                                                                       I predict my top artist will be Taylor Swift #SpotifyWrapped
## 5864                                                                                         I predict my most played song will be Daechwita or Run BTS #SpotifyWrapped
## 5865                                                                           I predict my most played song will be let me live/let me die by Des Rocs #SpotifyWrapped
## 5866                                                                                                                 I predict my top genre will be Pop #SpotifyWrapped
## 5867                                                                                                            I predict my most played song will be ‽ #SpotifyWrapped
## 5868                                                                                  terrified for #SpotifyWrapped bc jan - may milo did not know what they were doing
## 5869                                                                                                                      hurry up please stop teasing  #SpotifyWrapped
## 5870                    Why are people so excited for #SpotifyWrapped I don't get it\n\nI know what I've listened to this year\n\nI don't need… https://t.co/oMI14lSPHp
## 5871                                                                                                     I predict my top artist will be [Taylor Swift] #SpotifyWrapped
## 5872                                                                                   I predict my most played song will be RUNRUNRUN by Dutch Melrose #SpotifyWrapped
## 5873                                                                                                        I predict my top artist will be [BLACKPINK] #SpotifyWrapped
## 5874                                                                                                             I predict my top artist will be Alex G #SpotifyWrapped
## 5875                                 #mondaythoughts #SpotifyWrapped  You ever walk up to somebody at the condom section at #CVS and say, “Gonna get some eh?” #Trojans
## 5876                                                                                                           I wonder who will top my Spotify wrapped #SpotifyWrapped
## 5877                                                                                 I predict my top artist will be The Avett Brothers or Taylor Swift #SpotifyWrapped
## 5878                                                                                                     I predict my top podcast will be [trash taste] #SpotifyWrapped
## 5879                                                                 I predict my most played song will be All Mine by @brentfaiyaz or Jackie Brown lol #SpotifyWrapped
## 5880                                                                                                          I predict my top genre will be Indie Rock #SpotifyWrapped
## 5881                       Hey guys I’ll be streaming Amnesia soon! Be sure to go check it out, but in the mean time I’ll be streaming Ori and… https://t.co/2TFnQRkiWv
## 5882                                                                         I predict my most played song will be [All Too Well (10 minutes version) ] #SpotifyWrapped
##      favorited favoriteCount       replyToSN             created truncated
## 1        FALSE             0            <NA> 2022-11-28 23:59:56     FALSE
## 2        FALSE             1            <NA> 2022-11-28 23:59:54     FALSE
## 3        FALSE             0            <NA> 2022-11-28 23:59:50     FALSE
## 4        FALSE             0            <NA> 2022-11-28 23:59:47     FALSE
## 5        FALSE             0            <NA> 2022-11-28 23:59:43     FALSE
## 6        FALSE             0            <NA> 2022-11-28 23:59:38     FALSE
## 7        FALSE             0            <NA> 2022-11-28 23:59:38     FALSE
## 8        FALSE             0            <NA> 2022-11-28 23:59:19     FALSE
## 9        FALSE             0            <NA> 2022-11-28 23:59:18     FALSE
## 10       FALSE             0            <NA> 2022-11-28 23:59:09     FALSE
## 11       FALSE             4            <NA> 2022-11-28 23:58:56     FALSE
## 12       FALSE             1            <NA> 2022-11-28 23:58:49     FALSE
## 13       FALSE             0            <NA> 2022-11-28 23:58:47     FALSE
## 14       FALSE             1            <NA> 2022-11-28 23:58:46     FALSE
## 15       FALSE             0            <NA> 2022-11-28 23:58:43     FALSE
## 16       FALSE            11            <NA> 2022-11-28 23:58:38     FALSE
## 17       FALSE             0            <NA> 2022-11-28 23:58:34     FALSE
## 18       FALSE             1            <NA> 2022-11-28 23:58:33     FALSE
## 19       FALSE             0            <NA> 2022-11-28 23:58:32      TRUE
## 20       FALSE             0            <NA> 2022-11-28 23:58:28     FALSE
## 21       FALSE             0            <NA> 2022-11-28 23:58:25     FALSE
## 22       FALSE             0            <NA> 2022-11-28 23:58:23     FALSE
## 23       FALSE            12            <NA> 2022-11-28 23:58:18     FALSE
## 24       FALSE             3            <NA> 2022-11-28 23:58:10     FALSE
## 25       FALSE             1            <NA> 2022-11-28 23:58:00     FALSE
## 26       FALSE             2            <NA> 2022-11-28 23:57:52     FALSE
## 27       FALSE             0            <NA> 2022-11-28 23:57:50     FALSE
## 28       FALSE             0            <NA> 2022-11-28 23:57:43     FALSE
## 29       FALSE             0            <NA> 2022-11-28 23:57:36     FALSE
## 30       FALSE             0            <NA> 2022-11-28 23:57:23     FALSE
## 31       FALSE             2            <NA> 2022-11-28 23:57:21     FALSE
## 32       FALSE             0            <NA> 2022-11-28 23:57:18     FALSE
## 33       FALSE             5            <NA> 2022-11-28 23:57:16     FALSE
## 34       FALSE             0            <NA> 2022-11-28 23:57:16     FALSE
## 35       FALSE             0            <NA> 2022-11-28 23:56:57     FALSE
## 36       FALSE             0            <NA> 2022-11-28 23:56:52     FALSE
## 37       FALSE             1            <NA> 2022-11-28 23:56:44     FALSE
## 38       FALSE             0            <NA> 2022-11-28 23:56:30     FALSE
## 39       FALSE             0            <NA> 2022-11-28 23:56:15     FALSE
## 40       FALSE             0            <NA> 2022-11-28 23:56:08     FALSE
## 41       FALSE             1            <NA> 2022-11-28 23:56:06     FALSE
## 42       FALSE             0            <NA> 2022-11-28 23:55:59     FALSE
## 43       FALSE             1            <NA> 2022-11-28 23:55:58     FALSE
## 44       FALSE             0            <NA> 2022-11-28 23:55:48     FALSE
## 45       FALSE             2            <NA> 2022-11-28 23:55:44     FALSE
## 46       FALSE             0            <NA> 2022-11-28 23:55:40     FALSE
## 47       FALSE             0            <NA> 2022-11-28 23:55:38     FALSE
## 48       FALSE             1            <NA> 2022-11-28 23:55:27      TRUE
## 49       FALSE             0            <NA> 2022-11-28 23:55:14     FALSE
## 50       FALSE             0            <NA> 2022-11-28 23:55:13     FALSE
## 51       FALSE             0            <NA> 2022-11-28 23:55:11     FALSE
## 52       FALSE             0            <NA> 2022-11-28 23:55:10     FALSE
## 53       FALSE             0            <NA> 2022-11-28 23:55:03      TRUE
## 54       FALSE             0            <NA> 2022-11-28 23:54:55     FALSE
## 55       FALSE             0            <NA> 2022-11-28 23:54:54     FALSE
## 56       FALSE             1            <NA> 2022-11-28 23:54:50     FALSE
## 57       FALSE             0            <NA> 2022-11-28 23:54:50     FALSE
## 58       FALSE             0            <NA> 2022-11-28 23:54:49     FALSE
## 59       FALSE             0            <NA> 2022-11-28 23:54:44     FALSE
## 60       FALSE             0            <NA> 2022-11-28 23:54:44     FALSE
## 61       FALSE             0            <NA> 2022-11-28 23:54:41     FALSE
## 62       FALSE             0            <NA> 2022-11-28 23:54:39     FALSE
## 63       FALSE             1            <NA> 2022-11-28 23:54:31     FALSE
## 64       FALSE             0            <NA> 2022-11-28 23:54:30     FALSE
## 65       FALSE             5            <NA> 2022-11-28 23:54:27      TRUE
## 66       FALSE             1            <NA> 2022-11-28 23:54:19     FALSE
## 67       FALSE             1            <NA> 2022-11-28 23:54:18      TRUE
## 68       FALSE             0            <NA> 2022-11-28 23:54:17     FALSE
## 69       FALSE             0            <NA> 2022-11-28 23:54:17     FALSE
## 70       FALSE             0            <NA> 2022-11-28 23:54:04     FALSE
## 71       FALSE             0            <NA> 2022-11-28 23:54:03     FALSE
## 72       FALSE             0            <NA> 2022-11-28 23:54:00     FALSE
## 73       FALSE             0            <NA> 2022-11-28 23:53:59     FALSE
## 74       FALSE             1            <NA> 2022-11-28 23:53:55     FALSE
## 75       FALSE             0            <NA> 2022-11-28 23:53:42     FALSE
## 76       FALSE             0            <NA> 2022-11-28 23:53:31     FALSE
## 77       FALSE             0            <NA> 2022-11-28 23:53:27     FALSE
## 78       FALSE             0            <NA> 2022-11-28 23:53:14     FALSE
## 79       FALSE             0            <NA> 2022-11-28 23:53:12     FALSE
## 80       FALSE             0            <NA> 2022-11-28 23:53:08     FALSE
## 81       FALSE             0            <NA> 2022-11-28 23:53:05     FALSE
## 82       FALSE             0            <NA> 2022-11-28 23:52:56     FALSE
## 83       FALSE             1            <NA> 2022-11-28 23:52:54     FALSE
## 84       FALSE             0            <NA> 2022-11-28 23:52:46     FALSE
## 85       FALSE             0            <NA> 2022-11-28 23:52:35     FALSE
## 86       FALSE             0            <NA> 2022-11-28 23:52:33      TRUE
## 87       FALSE             0            <NA> 2022-11-28 23:52:32     FALSE
## 88       FALSE             1            <NA> 2022-11-28 23:52:31     FALSE
## 89       FALSE             0            <NA> 2022-11-28 23:52:23     FALSE
## 90       FALSE             1            <NA> 2022-11-28 23:52:17     FALSE
## 91       FALSE             0            <NA> 2022-11-28 23:52:10      TRUE
## 92       FALSE             1            <NA> 2022-11-28 23:52:04     FALSE
## 93       FALSE             0            <NA> 2022-11-28 23:52:01     FALSE
## 94       FALSE             0            <NA> 2022-11-28 23:51:59     FALSE
## 95       FALSE             0            <NA> 2022-11-28 23:51:47     FALSE
## 96       FALSE             0            <NA> 2022-11-28 23:51:38     FALSE
## 97       FALSE             0            <NA> 2022-11-28 23:51:32     FALSE
## 98       FALSE             0            <NA> 2022-11-28 23:51:29     FALSE
## 99       FALSE             0            <NA> 2022-11-28 23:51:21      TRUE
## 100      FALSE            29            <NA> 2022-11-28 23:51:20      TRUE
## 101      FALSE           153            <NA> 2022-11-28 23:51:08      TRUE
## 102      FALSE             0            <NA> 2022-11-28 23:51:07      TRUE
## 103      FALSE             5            <NA> 2022-11-28 23:50:56     FALSE
## 104      FALSE             0            <NA> 2022-11-28 23:50:42     FALSE
## 105      FALSE             0            <NA> 2022-11-28 23:50:25     FALSE
## 106      FALSE             0            <NA> 2022-11-28 23:50:23     FALSE
## 107      FALSE             0            <NA> 2022-11-28 23:50:22     FALSE
## 108      FALSE             0            <NA> 2022-11-28 23:50:18     FALSE
## 109      FALSE             0            <NA> 2022-11-28 23:50:14     FALSE
## 110      FALSE             2            <NA> 2022-11-28 23:50:13     FALSE
## 111      FALSE             0            <NA> 2022-11-28 23:50:05      TRUE
## 112      FALSE             0            <NA> 2022-11-28 23:49:51     FALSE
## 113      FALSE             0            <NA> 2022-11-28 23:49:47     FALSE
## 114      FALSE             1            <NA> 2022-11-28 23:49:34     FALSE
## 115      FALSE             1            <NA> 2022-11-28 23:49:21      TRUE
## 116      FALSE             0            <NA> 2022-11-28 23:49:18     FALSE
## 117      FALSE            21            <NA> 2022-11-28 23:49:15      TRUE
## 118      FALSE             0            <NA> 2022-11-28 23:49:06     FALSE
## 119      FALSE             0            <NA> 2022-11-28 23:49:01     FALSE
## 120      FALSE             0            <NA> 2022-11-28 23:48:54     FALSE
## 121      FALSE             9            <NA> 2022-11-28 23:48:47     FALSE
## 122      FALSE             0            <NA> 2022-11-28 23:48:43     FALSE
## 123      FALSE             0            <NA> 2022-11-28 23:48:43     FALSE
## 124      FALSE             1            <NA> 2022-11-28 23:48:41      TRUE
## 125      FALSE             0            <NA> 2022-11-28 23:48:36     FALSE
## 126      FALSE             0            <NA> 2022-11-28 23:48:35     FALSE
## 127      FALSE             0            <NA> 2022-11-28 23:48:34      TRUE
## 128      FALSE             3            <NA> 2022-11-28 23:48:32      TRUE
## 129      FALSE             0        Naija_PR 2022-11-28 23:48:30     FALSE
## 130      FALSE             1            <NA> 2022-11-28 23:48:29      TRUE
## 131      FALSE             0            <NA> 2022-11-28 23:48:20     FALSE
## 132      FALSE             0            <NA> 2022-11-28 23:48:20     FALSE
## 133      FALSE             1            <NA> 2022-11-28 23:48:07     FALSE
## 134      FALSE             0            <NA> 2022-11-28 23:48:02     FALSE
## 135      FALSE             1            <NA> 2022-11-28 23:48:01      TRUE
## 136      FALSE             2            <NA> 2022-11-28 23:48:01     FALSE
## 137      FALSE             2            <NA> 2022-11-28 23:47:59     FALSE
## 138      FALSE             0            <NA> 2022-11-28 23:47:57      TRUE
## 139      FALSE             0            <NA> 2022-11-28 23:47:52     FALSE
## 140      FALSE             0            <NA> 2022-11-28 23:47:45     FALSE
## 141      FALSE             0            <NA> 2022-11-28 23:47:43     FALSE
## 142      FALSE             0            <NA> 2022-11-28 23:47:40     FALSE
## 143      FALSE             0         Spotify 2022-11-28 23:47:31     FALSE
## 144      FALSE             0            <NA> 2022-11-28 23:47:27     FALSE
## 145      FALSE             1            <NA> 2022-11-28 23:47:23     FALSE
## 146      FALSE             0            <NA> 2022-11-28 23:47:06     FALSE
## 147      FALSE             1            <NA> 2022-11-28 23:47:00     FALSE
## 148      FALSE             1            <NA> 2022-11-28 23:46:57     FALSE
## 149      FALSE             0            <NA> 2022-11-28 23:46:56     FALSE
## 150      FALSE             0            <NA> 2022-11-28 23:46:49     FALSE
## 151      FALSE             0            <NA> 2022-11-28 23:46:47     FALSE
## 152      FALSE             0            <NA> 2022-11-28 23:46:40     FALSE
## 153      FALSE             0            <NA> 2022-11-28 23:46:37     FALSE
## 154      FALSE             0            <NA> 2022-11-28 23:46:31     FALSE
## 155      FALSE             0            <NA> 2022-11-28 23:46:18     FALSE
## 156      FALSE             0            <NA> 2022-11-28 23:46:14     FALSE
## 157      FALSE             1            <NA> 2022-11-28 23:46:13     FALSE
## 158      FALSE             3            <NA> 2022-11-28 23:46:09     FALSE
## 159      FALSE             2            <NA> 2022-11-28 23:46:06     FALSE
## 160      FALSE             0            <NA> 2022-11-28 23:46:02     FALSE
## 161      FALSE             0            <NA> 2022-11-28 23:45:44     FALSE
## 162      FALSE             1            <NA> 2022-11-28 23:45:39     FALSE
## 163      FALSE             0            <NA> 2022-11-28 23:45:35     FALSE
## 164      FALSE             0            <NA> 2022-11-28 23:45:29     FALSE
## 165      FALSE             0            <NA> 2022-11-28 23:45:26     FALSE
## 166      FALSE             0            <NA> 2022-11-28 23:45:20     FALSE
## 167      FALSE             0            <NA> 2022-11-28 23:45:18     FALSE
## 168      FALSE             1            <NA> 2022-11-28 23:45:11     FALSE
## 169      FALSE             0            <NA> 2022-11-28 23:45:03     FALSE
## 170      FALSE             0            <NA> 2022-11-28 23:45:03     FALSE
## 171      FALSE             1            <NA> 2022-11-28 23:44:59     FALSE
## 172      FALSE             1            <NA> 2022-11-28 23:44:50     FALSE
## 173      FALSE             2            <NA> 2022-11-28 23:44:48      TRUE
## 174      FALSE             1            <NA> 2022-11-28 23:44:46     FALSE
## 175      FALSE             0            <NA> 2022-11-28 23:44:41     FALSE
## 176      FALSE             1            <NA> 2022-11-28 23:44:38     FALSE
## 177      FALSE             1            <NA> 2022-11-28 23:44:36     FALSE
## 178      FALSE             2            <NA> 2022-11-28 23:44:35      TRUE
## 179      FALSE             0            <NA> 2022-11-28 23:44:35     FALSE
## 180      FALSE             0            <NA> 2022-11-28 23:44:34     FALSE
## 181      FALSE             1            <NA> 2022-11-28 23:44:32     FALSE
## 182      FALSE             1            <NA> 2022-11-28 23:44:31     FALSE
## 183      FALSE             7            <NA> 2022-11-28 23:44:30      TRUE
## 184      FALSE             0            <NA> 2022-11-28 23:44:22     FALSE
## 185      FALSE             0            <NA> 2022-11-28 23:44:20     FALSE
## 186      FALSE             1            <NA> 2022-11-28 23:44:18     FALSE
## 187      FALSE             0            <NA> 2022-11-28 23:44:16     FALSE
## 188      FALSE             0            <NA> 2022-11-28 23:44:13     FALSE
## 189      FALSE             0            <NA> 2022-11-28 23:44:11     FALSE
## 190      FALSE             1            <NA> 2022-11-28 23:44:09     FALSE
## 191      FALSE             0            <NA> 2022-11-28 23:44:09     FALSE
## 192      FALSE             1            <NA> 2022-11-28 23:43:52     FALSE
## 193      FALSE             0            <NA> 2022-11-28 23:43:49     FALSE
## 194      FALSE            10            <NA> 2022-11-28 23:43:36      TRUE
## 195      FALSE             4            <NA> 2022-11-28 23:43:31     FALSE
## 196      FALSE             0            <NA> 2022-11-28 23:43:29     FALSE
## 197      FALSE             0            <NA> 2022-11-28 23:43:28     FALSE
## 198      FALSE             3            <NA> 2022-11-28 23:43:26      TRUE
## 199      FALSE             2            <NA> 2022-11-28 23:43:24     FALSE
## 200      FALSE             0            <NA> 2022-11-28 23:43:20     FALSE
## 201      FALSE             1            <NA> 2022-11-28 23:43:17      TRUE
## 202      FALSE             0            <NA> 2022-11-28 23:43:12     FALSE
## 203      FALSE             2            <NA> 2022-11-28 23:43:09     FALSE
## 204      FALSE             0            <NA> 2022-11-28 23:43:01     FALSE
## 205      FALSE             1            <NA> 2022-11-28 23:42:59     FALSE
## 206      FALSE             1            <NA> 2022-11-28 23:42:58     FALSE
## 207      FALSE             2            <NA> 2022-11-28 23:42:55     FALSE
## 208      FALSE             0            <NA> 2022-11-28 23:42:52     FALSE
## 209      FALSE             1            <NA> 2022-11-28 23:42:48     FALSE
## 210      FALSE             0            <NA> 2022-11-28 23:42:42     FALSE
## 211      FALSE             0            <NA> 2022-11-28 23:42:25     FALSE
## 212      FALSE             0            <NA> 2022-11-28 23:42:22     FALSE
## 213      FALSE             0            <NA> 2022-11-28 23:42:19     FALSE
## 214      FALSE             0            <NA> 2022-11-28 23:42:17     FALSE
## 215      FALSE             0            <NA> 2022-11-28 23:42:16     FALSE
## 216      FALSE             0            <NA> 2022-11-28 23:42:15     FALSE
## 217      FALSE             0            <NA> 2022-11-28 23:42:13     FALSE
## 218      FALSE             1   the_kingslife 2022-11-28 23:42:11      TRUE
## 219      FALSE             0            <NA> 2022-11-28 23:42:01     FALSE
## 220      FALSE             0            <NA> 2022-11-28 23:42:01     FALSE
## 221      FALSE             0            <NA> 2022-11-28 23:41:58     FALSE
## 222      FALSE             0            <NA> 2022-11-28 23:41:55     FALSE
## 223      FALSE             1            <NA> 2022-11-28 23:41:53      TRUE
## 224      FALSE             0            <NA> 2022-11-28 23:41:51     FALSE
## 225      FALSE             0            <NA> 2022-11-28 23:41:15      TRUE
## 226      FALSE             0            <NA> 2022-11-28 23:41:11     FALSE
## 227      FALSE             0            <NA> 2022-11-28 23:41:10     FALSE
## 228      FALSE             1            <NA> 2022-11-28 23:41:02      TRUE
## 229      FALSE             0            <NA> 2022-11-28 23:40:57     FALSE
## 230      FALSE             0            <NA> 2022-11-28 23:40:56     FALSE
## 231      FALSE             1            <NA> 2022-11-28 23:40:49     FALSE
## 232      FALSE             0            <NA> 2022-11-28 23:40:47     FALSE
## 233      FALSE             0            <NA> 2022-11-28 23:40:47     FALSE
## 234      FALSE             1            <NA> 2022-11-28 23:40:42      TRUE
## 235      FALSE             0            <NA> 2022-11-28 23:40:40     FALSE
## 236      FALSE             0            <NA> 2022-11-28 23:40:33     FALSE
## 237      FALSE             0            <NA> 2022-11-28 23:40:30     FALSE
## 238      FALSE             5            <NA> 2022-11-28 23:40:19     FALSE
## 239      FALSE             2            <NA> 2022-11-28 23:40:15     FALSE
## 240      FALSE             0            <NA> 2022-11-28 23:40:03     FALSE
## 241      FALSE             0            <NA> 2022-11-28 23:39:59     FALSE
## 242      FALSE             0            <NA> 2022-11-28 23:39:56     FALSE
## 243      FALSE             0            <NA> 2022-11-28 23:39:55     FALSE
## 244      FALSE             0            <NA> 2022-11-28 23:39:53     FALSE
## 245      FALSE             0            <NA> 2022-11-28 23:39:31     FALSE
## 246      FALSE             0            <NA> 2022-11-28 23:39:23      TRUE
## 247      FALSE             1            <NA> 2022-11-28 23:39:16     FALSE
## 248      FALSE             0            <NA> 2022-11-28 23:39:13     FALSE
## 249      FALSE             1            <NA> 2022-11-28 23:39:07      TRUE
## 250      FALSE             2            <NA> 2022-11-28 23:39:02     FALSE
## 251      FALSE             0            <NA> 2022-11-28 23:39:00     FALSE
## 252      FALSE             0            <NA> 2022-11-28 23:38:55     FALSE
## 253      FALSE             0            <NA> 2022-11-28 23:38:53     FALSE
## 254      FALSE             0            <NA> 2022-11-28 23:38:52     FALSE
## 255      FALSE             0            <NA> 2022-11-28 23:38:48     FALSE
## 256      FALSE             0            <NA> 2022-11-28 23:38:38     FALSE
## 257      FALSE             1            <NA> 2022-11-28 23:38:35     FALSE
## 258      FALSE             0            <NA> 2022-11-28 23:38:27     FALSE
## 259      FALSE             0            <NA> 2022-11-28 23:38:27     FALSE
## 260      FALSE             1            <NA> 2022-11-28 23:38:24     FALSE
## 261      FALSE             0            <NA> 2022-11-28 23:38:19     FALSE
## 262      FALSE             0            <NA> 2022-11-28 23:38:17     FALSE
## 263      FALSE             1            <NA> 2022-11-28 23:38:14     FALSE
## 264      FALSE             0            <NA> 2022-11-28 23:38:12     FALSE
## 265      FALSE             0            <NA> 2022-11-28 23:38:08     FALSE
## 266      FALSE            47            <NA> 2022-11-28 23:38:04      TRUE
## 267      FALSE             0            <NA> 2022-11-28 23:38:04     FALSE
## 268      FALSE             0            <NA> 2022-11-28 23:38:04      TRUE
## 269      FALSE             1            <NA> 2022-11-28 23:38:02     FALSE
## 270      FALSE             1            <NA> 2022-11-28 23:37:58     FALSE
## 271      FALSE             0            <NA> 2022-11-28 23:37:56     FALSE
## 272      FALSE             1            <NA> 2022-11-28 23:37:53     FALSE
## 273      FALSE             0            <NA> 2022-11-28 23:37:53     FALSE
## 274      FALSE             0            <NA> 2022-11-28 23:37:52     FALSE
## 275      FALSE             0            <NA> 2022-11-28 23:37:51     FALSE
## 276      FALSE             0            <NA> 2022-11-28 23:37:49     FALSE
## 277      FALSE             0            <NA> 2022-11-28 23:37:45     FALSE
## 278      FALSE             0            <NA> 2022-11-28 23:37:42     FALSE
## 279      FALSE             4            <NA> 2022-11-28 23:37:39     FALSE
## 280      FALSE             9            <NA> 2022-11-28 23:37:31     FALSE
## 281      FALSE             0            <NA> 2022-11-28 23:37:24     FALSE
## 282      FALSE             0            <NA> 2022-11-28 23:37:18      TRUE
## 283      FALSE             0            <NA> 2022-11-28 23:37:07     FALSE
## 284      FALSE             1            <NA> 2022-11-28 23:37:05     FALSE
## 285      FALSE             0            <NA> 2022-11-28 23:36:57     FALSE
## 286      FALSE             1            <NA> 2022-11-28 23:36:53     FALSE
## 287      FALSE             0            <NA> 2022-11-28 23:36:52     FALSE
## 288      FALSE             6            <NA> 2022-11-28 23:36:44     FALSE
## 289      FALSE             2            <NA> 2022-11-28 23:36:43     FALSE
## 290      FALSE             0            <NA> 2022-11-28 23:36:42     FALSE
## 291      FALSE             0            <NA> 2022-11-28 23:36:35     FALSE
## 292      FALSE             0            <NA> 2022-11-28 23:36:28     FALSE
## 293      FALSE             8            <NA> 2022-11-28 23:36:13     FALSE
## 294      FALSE             0            <NA> 2022-11-28 23:36:07     FALSE
## 295      FALSE             0            <NA> 2022-11-28 23:36:04     FALSE
## 296      FALSE             0            <NA> 2022-11-28 23:35:55     FALSE
## 297      FALSE             0            <NA> 2022-11-28 23:35:54      TRUE
## 298      FALSE             1            <NA> 2022-11-28 23:35:52     FALSE
## 299      FALSE             0            <NA> 2022-11-28 23:35:49     FALSE
## 300      FALSE             0            <NA> 2022-11-28 23:35:46     FALSE
## 301      FALSE             0            <NA> 2022-11-28 23:35:42     FALSE
## 302      FALSE             2            <NA> 2022-11-28 23:35:40     FALSE
## 303      FALSE             0            <NA> 2022-11-28 23:35:40     FALSE
## 304      FALSE             1            <NA> 2022-11-28 23:35:38     FALSE
## 305      FALSE             1            <NA> 2022-11-28 23:35:36     FALSE
## 306      FALSE             0            <NA> 2022-11-28 23:35:34     FALSE
## 307      FALSE             0            <NA> 2022-11-28 23:35:32     FALSE
## 308      FALSE             0            <NA> 2022-11-28 23:35:29     FALSE
## 309      FALSE             0            <NA> 2022-11-28 23:35:25     FALSE
## 310      FALSE             1            <NA> 2022-11-28 23:35:24     FALSE
## 311      FALSE             0            <NA> 2022-11-28 23:35:12     FALSE
## 312      FALSE             1            <NA> 2022-11-28 23:35:07     FALSE
## 313      FALSE             0            <NA> 2022-11-28 23:34:59     FALSE
## 314      FALSE             0            <NA> 2022-11-28 23:34:59     FALSE
## 315      FALSE             1            <NA> 2022-11-28 23:34:55     FALSE
## 316      FALSE             0            <NA> 2022-11-28 23:34:53     FALSE
## 317      FALSE             2            <NA> 2022-11-28 23:34:46     FALSE
## 318      FALSE             0            <NA> 2022-11-28 23:34:44      TRUE
## 319      FALSE             0            <NA> 2022-11-28 23:34:43     FALSE
## 320      FALSE             0         Spotify 2022-11-28 23:34:37     FALSE
## 321      FALSE             0            <NA> 2022-11-28 23:34:33     FALSE
## 322      FALSE             0            <NA> 2022-11-28 23:34:26     FALSE
## 323      FALSE             4            <NA> 2022-11-28 23:34:21     FALSE
## 324      FALSE             0            <NA> 2022-11-28 23:34:20     FALSE
## 325      FALSE             0            <NA> 2022-11-28 23:34:19     FALSE
## 326      FALSE             1            <NA> 2022-11-28 23:34:15     FALSE
## 327      FALSE             1            <NA> 2022-11-28 23:34:15      TRUE
## 328      FALSE             1            <NA> 2022-11-28 23:34:13     FALSE
## 329      FALSE             0            <NA> 2022-11-28 23:34:12     FALSE
## 330      FALSE             0            <NA> 2022-11-28 23:34:06     FALSE
## 331      FALSE             2            <NA> 2022-11-28 23:33:58     FALSE
## 332      FALSE             0            <NA> 2022-11-28 23:33:56     FALSE
## 333      FALSE             1            <NA> 2022-11-28 23:33:56     FALSE
## 334      FALSE            21            <NA> 2022-11-28 23:33:53     FALSE
## 335      FALSE             2            <NA> 2022-11-28 23:33:52      TRUE
## 336      FALSE            30            <NA> 2022-11-28 23:33:50     FALSE
## 337      FALSE             0            <NA> 2022-11-28 23:33:47      TRUE
## 338      FALSE             1            <NA> 2022-11-28 23:33:45     FALSE
## 339      FALSE             0            <NA> 2022-11-28 23:33:39     FALSE
## 340      FALSE             1            <NA> 2022-11-28 23:33:37     FALSE
## 341      FALSE             2            <NA> 2022-11-28 23:33:33     FALSE
## 342      FALSE             2            <NA> 2022-11-28 23:33:28     FALSE
## 343      FALSE             7            <NA> 2022-11-28 23:33:26     FALSE
## 344      FALSE             0            <NA> 2022-11-28 23:33:15     FALSE
## 345      FALSE             0            <NA> 2022-11-28 23:33:08     FALSE
## 346      FALSE             0            <NA> 2022-11-28 23:33:06     FALSE
## 347      FALSE             0            <NA> 2022-11-28 23:33:05     FALSE
## 348      FALSE             0            <NA> 2022-11-28 23:33:00     FALSE
## 349      FALSE             0            <NA> 2022-11-28 23:32:26     FALSE
## 350      FALSE             0            <NA> 2022-11-28 23:32:26     FALSE
## 351      FALSE             2            <NA> 2022-11-28 23:32:23     FALSE
## 352      FALSE             2            <NA> 2022-11-28 23:32:17     FALSE
## 353      FALSE             1            <NA> 2022-11-28 23:32:17      TRUE
## 354      FALSE             0            <NA> 2022-11-28 23:32:15     FALSE
## 355      FALSE             2            <NA> 2022-11-28 23:32:08     FALSE
## 356      FALSE             0            <NA> 2022-11-28 23:32:05      TRUE
## 357      FALSE             0            <NA> 2022-11-28 23:32:03     FALSE
## 358      FALSE             1            <NA> 2022-11-28 23:31:59     FALSE
## 359      FALSE             0            <NA> 2022-11-28 23:31:57     FALSE
## 360      FALSE             0            <NA> 2022-11-28 23:31:54     FALSE
## 361      FALSE            24            <NA> 2022-11-28 23:31:38     FALSE
## 362      FALSE             0            <NA> 2022-11-28 23:31:31     FALSE
## 363      FALSE             1            <NA> 2022-11-28 23:31:28     FALSE
## 364      FALSE             8            <NA> 2022-11-28 23:31:28     FALSE
## 365      FALSE             4            <NA> 2022-11-28 23:31:27     FALSE
## 366      FALSE             1            <NA> 2022-11-28 23:31:17     FALSE
## 367      FALSE             0            <NA> 2022-11-28 23:31:13     FALSE
## 368      FALSE             0            <NA> 2022-11-28 23:31:07     FALSE
## 369      FALSE             0            <NA> 2022-11-28 23:31:05     FALSE
## 370      FALSE             2            <NA> 2022-11-28 23:30:58      TRUE
## 371      FALSE             0            <NA> 2022-11-28 23:30:53     FALSE
## 372      FALSE             0            <NA> 2022-11-28 23:30:45     FALSE
## 373      FALSE             0            <NA> 2022-11-28 23:30:44     FALSE
## 374      FALSE             0            <NA> 2022-11-28 23:30:40     FALSE
## 375      FALSE             1            <NA> 2022-11-28 23:30:38     FALSE
## 376      FALSE            31            <NA> 2022-11-28 23:30:33     FALSE
## 377      FALSE             0            <NA> 2022-11-28 23:30:30     FALSE
## 378      FALSE             0            <NA> 2022-11-28 23:30:22     FALSE
## 379      FALSE             1            <NA> 2022-11-28 23:30:19     FALSE
## 380      FALSE             0            <NA> 2022-11-28 23:30:14     FALSE
## 381      FALSE             0            <NA> 2022-11-28 23:30:09     FALSE
## 382      FALSE             0            <NA> 2022-11-28 23:29:58     FALSE
## 383      FALSE            12            <NA> 2022-11-28 23:29:54     FALSE
## 384      FALSE             0            <NA> 2022-11-28 23:29:54     FALSE
## 385      FALSE             0            <NA> 2022-11-28 23:29:50     FALSE
## 386      FALSE             0            <NA> 2022-11-28 23:29:50     FALSE
## 387      FALSE             0            <NA> 2022-11-28 23:29:48     FALSE
## 388      FALSE             2            <NA> 2022-11-28 23:29:43     FALSE
## 389      FALSE             0            <NA> 2022-11-28 23:29:40     FALSE
## 390      FALSE             0            <NA> 2022-11-28 23:29:40     FALSE
## 391      FALSE             2            <NA> 2022-11-28 23:29:39     FALSE
## 392      FALSE             1            <NA> 2022-11-28 23:29:36     FALSE
## 393      FALSE             2            <NA> 2022-11-28 23:29:36     FALSE
## 394      FALSE             0            <NA> 2022-11-28 23:29:33     FALSE
## 395      FALSE             2            <NA> 2022-11-28 23:29:31     FALSE
## 396      FALSE             0            <NA> 2022-11-28 23:29:29     FALSE
## 397      FALSE             0            <NA> 2022-11-28 23:29:29     FALSE
## 398      FALSE            36            <NA> 2022-11-28 23:29:28      TRUE
## 399      FALSE             0            <NA> 2022-11-28 23:29:27     FALSE
## 400      FALSE             0            <NA> 2022-11-28 23:29:24     FALSE
## 401      FALSE             0            <NA> 2022-11-28 23:29:19     FALSE
## 402      FALSE             1            <NA> 2022-11-28 23:29:19      TRUE
## 403      FALSE             0            <NA> 2022-11-28 23:29:05     FALSE
## 404      FALSE             0            <NA> 2022-11-28 23:29:02      TRUE
## 405      FALSE             1            <NA> 2022-11-28 23:28:59     FALSE
## 406      FALSE             1            <NA> 2022-11-28 23:28:58     FALSE
## 407      FALSE             0            <NA> 2022-11-28 23:28:56      TRUE
## 408      FALSE             1            <NA> 2022-11-28 23:28:56     FALSE
## 409      FALSE             0            <NA> 2022-11-28 23:28:53     FALSE
## 410      FALSE             0            <NA> 2022-11-28 23:28:51     FALSE
## 411      FALSE             0            <NA> 2022-11-28 23:28:47     FALSE
## 412      FALSE            11            <NA> 2022-11-28 23:28:34      TRUE
## 413      FALSE             1            <NA> 2022-11-28 23:28:34     FALSE
## 414      FALSE             0            <NA> 2022-11-28 23:28:33     FALSE
## 415      FALSE             0            <NA> 2022-11-28 23:28:29     FALSE
## 416      FALSE             0            <NA> 2022-11-28 23:28:19     FALSE
## 417      FALSE             0            <NA> 2022-11-28 23:28:18     FALSE
## 418      FALSE             0            <NA> 2022-11-28 23:28:18     FALSE
## 419      FALSE             0            <NA> 2022-11-28 23:28:17     FALSE
## 420      FALSE             1            <NA> 2022-11-28 23:28:10     FALSE
## 421      FALSE             0            <NA> 2022-11-28 23:28:01     FALSE
## 422      FALSE             0            <NA> 2022-11-28 23:27:55     FALSE
## 423      FALSE             0            <NA> 2022-11-28 23:27:54     FALSE
## 424      FALSE             0            <NA> 2022-11-28 23:27:49     FALSE
## 425      FALSE             2            <NA> 2022-11-28 23:27:47     FALSE
## 426      FALSE             1        forsiwoo 2022-11-28 23:27:31     FALSE
## 427      FALSE             1            <NA> 2022-11-28 23:27:29     FALSE
## 428      FALSE             2            <NA> 2022-11-28 23:27:26     FALSE
## 429      FALSE             2            <NA> 2022-11-28 23:27:25     FALSE
## 430      FALSE             2            <NA> 2022-11-28 23:27:21      TRUE
## 431      FALSE             1            <NA> 2022-11-28 23:27:20      TRUE
## 432      FALSE             0            <NA> 2022-11-28 23:27:17     FALSE
## 433      FALSE             0            <NA> 2022-11-28 23:27:11     FALSE
## 434      FALSE             1            <NA> 2022-11-28 23:27:07     FALSE
## 435      FALSE             0            <NA> 2022-11-28 23:27:02     FALSE
## 436      FALSE             0            <NA> 2022-11-28 23:27:01      TRUE
## 437      FALSE             0            <NA> 2022-11-28 23:27:00      TRUE
## 438      FALSE             0            <NA> 2022-11-28 23:26:51     FALSE
## 439      FALSE             2            <NA> 2022-11-28 23:26:50      TRUE
## 440      FALSE             0            <NA> 2022-11-28 23:26:49     FALSE
## 441      FALSE             2            <NA> 2022-11-28 23:26:48     FALSE
## 442      FALSE             0            <NA> 2022-11-28 23:26:42     FALSE
## 443      FALSE             0            <NA> 2022-11-28 23:26:23     FALSE
## 444      FALSE             0            <NA> 2022-11-28 23:26:21     FALSE
## 445      FALSE             0            <NA> 2022-11-28 23:26:19     FALSE
## 446      FALSE             1            <NA> 2022-11-28 23:26:08     FALSE
## 447      FALSE             2            <NA> 2022-11-28 23:26:07     FALSE
## 448      FALSE             0            <NA> 2022-11-28 23:26:03     FALSE
## 449      FALSE             1            <NA> 2022-11-28 23:25:55     FALSE
## 450      FALSE             0            <NA> 2022-11-28 23:25:54     FALSE
## 451      FALSE             0            <NA> 2022-11-28 23:25:40     FALSE
## 452      FALSE             0            <NA> 2022-11-28 23:25:35     FALSE
## 453      FALSE             0            <NA> 2022-11-28 23:25:34     FALSE
## 454      FALSE             0            <NA> 2022-11-28 23:25:34     FALSE
## 455      FALSE             0            <NA> 2022-11-28 23:25:33     FALSE
## 456      FALSE             0            <NA> 2022-11-28 23:25:29     FALSE
## 457      FALSE             0            <NA> 2022-11-28 23:25:09     FALSE
## 458      FALSE             2            <NA> 2022-11-28 23:24:57     FALSE
## 459      FALSE             0            <NA> 2022-11-28 23:24:56     FALSE
## 460      FALSE             0            <NA> 2022-11-28 23:24:55     FALSE
## 461      FALSE             0            <NA> 2022-11-28 23:24:55     FALSE
## 462      FALSE             1            <NA> 2022-11-28 23:24:51     FALSE
## 463      FALSE             0            <NA> 2022-11-28 23:24:51     FALSE
## 464      FALSE             0            <NA> 2022-11-28 23:24:49     FALSE
## 465      FALSE             0        GmacCash 2022-11-28 23:24:44      TRUE
## 466      FALSE             2            <NA> 2022-11-28 23:24:44     FALSE
## 467      FALSE             0            <NA> 2022-11-28 23:24:37     FALSE
## 468      FALSE             1            <NA> 2022-11-28 23:24:36     FALSE
## 469      FALSE             1            <NA> 2022-11-28 23:24:36     FALSE
## 470      FALSE             1            <NA> 2022-11-28 23:24:25     FALSE
## 471      FALSE             1            <NA> 2022-11-28 23:24:22     FALSE
## 472      FALSE             0            <NA> 2022-11-28 23:24:15     FALSE
## 473      FALSE             0            <NA> 2022-11-28 23:24:14     FALSE
## 474      FALSE             0            <NA> 2022-11-28 23:24:14     FALSE
## 475      FALSE             1            <NA> 2022-11-28 23:24:09     FALSE
## 476      FALSE             1            <NA> 2022-11-28 23:24:07     FALSE
## 477      FALSE             0            <NA> 2022-11-28 23:24:05     FALSE
## 478      FALSE             0            <NA> 2022-11-28 23:24:02     FALSE
## 479      FALSE             0            <NA> 2022-11-28 23:23:58     FALSE
## 480      FALSE             1            <NA> 2022-11-28 23:23:58     FALSE
## 481      FALSE             0            <NA> 2022-11-28 23:23:57     FALSE
## 482      FALSE             0            <NA> 2022-11-28 23:23:53     FALSE
## 483      FALSE             0            <NA> 2022-11-28 23:23:50     FALSE
## 484      FALSE             2            <NA> 2022-11-28 23:23:48     FALSE
## 485      FALSE             0            <NA> 2022-11-28 23:23:47     FALSE
## 486      FALSE             0            <NA> 2022-11-28 23:23:45     FALSE
## 487      FALSE             0            <NA> 2022-11-28 23:23:37     FALSE
## 488      FALSE             0            <NA> 2022-11-28 23:23:35     FALSE
## 489      FALSE             1            <NA> 2022-11-28 23:23:30     FALSE
## 490      FALSE             0            <NA> 2022-11-28 23:23:22     FALSE
## 491      FALSE             0            <NA> 2022-11-28 23:23:21     FALSE
## 492      FALSE             0            <NA> 2022-11-28 23:23:13     FALSE
## 493      FALSE             1            <NA> 2022-11-28 23:23:07     FALSE
## 494      FALSE             0            <NA> 2022-11-28 23:23:00     FALSE
## 495      FALSE             3            <NA> 2022-11-28 23:22:57     FALSE
## 496      FALSE             0            <NA> 2022-11-28 23:22:56     FALSE
## 497      FALSE             0            <NA> 2022-11-28 23:22:53     FALSE
## 498      FALSE             0            <NA> 2022-11-28 23:22:48     FALSE
## 499      FALSE             0            <NA> 2022-11-28 23:22:48     FALSE
## 500      FALSE             3            <NA> 2022-11-28 23:22:47     FALSE
## 501      FALSE             0            <NA> 2022-11-28 23:22:46     FALSE
## 502      FALSE             2            <NA> 2022-11-28 23:22:45     FALSE
## 503      FALSE             4            <NA> 2022-11-28 23:22:41     FALSE
## 504      FALSE             0            <NA> 2022-11-28 23:22:34     FALSE
## 505      FALSE             0            <NA> 2022-11-28 23:22:32     FALSE
## 506      FALSE             0            <NA> 2022-11-28 23:22:32     FALSE
## 507      FALSE             0            <NA> 2022-11-28 23:22:14     FALSE
## 508      FALSE             0            <NA> 2022-11-28 23:22:13     FALSE
## 509      FALSE             4            <NA> 2022-11-28 23:22:10      TRUE
## 510      FALSE             0            <NA> 2022-11-28 23:22:07     FALSE
## 511      FALSE             0            <NA> 2022-11-28 23:22:06     FALSE
## 512      FALSE             1            <NA> 2022-11-28 23:22:03      TRUE
## 513      FALSE             0            <NA> 2022-11-28 23:22:01     FALSE
## 514      FALSE             0            <NA> 2022-11-28 23:21:54     FALSE
## 515      FALSE             1            <NA> 2022-11-28 23:21:50     FALSE
## 516      FALSE             0            <NA> 2022-11-28 23:21:49     FALSE
## 517      FALSE             0            <NA> 2022-11-28 23:21:42      TRUE
## 518      FALSE             1        retinarn 2022-11-28 23:21:37      TRUE
## 519      FALSE             0         Spotify 2022-11-28 23:21:28     FALSE
## 520      FALSE             5            <NA> 2022-11-28 23:21:26      TRUE
## 521      FALSE             3            <NA> 2022-11-28 23:21:16     FALSE
## 522      FALSE             0            <NA> 2022-11-28 23:21:13     FALSE
## 523      FALSE             0            <NA> 2022-11-28 23:21:12     FALSE
## 524      FALSE             2            <NA> 2022-11-28 23:21:05      TRUE
## 525      FALSE             0            <NA> 2022-11-28 23:21:04     FALSE
## 526      FALSE             1            <NA> 2022-11-28 23:21:00     FALSE
## 527      FALSE             0            <NA> 2022-11-28 23:20:53     FALSE
## 528      FALSE             0            <NA> 2022-11-28 23:20:53     FALSE
## 529      FALSE             1            <NA> 2022-11-28 23:20:49      TRUE
## 530      FALSE             4            <NA> 2022-11-28 23:20:47      TRUE
## 531      FALSE           122            <NA> 2022-11-28 23:20:46      TRUE
## 532      FALSE             0            <NA> 2022-11-28 23:20:43     FALSE
## 533      FALSE             0            <NA> 2022-11-28 23:20:29     FALSE
## 534      FALSE             0            <NA> 2022-11-28 23:20:27     FALSE
## 535      FALSE             0            <NA> 2022-11-28 23:20:22     FALSE
## 536      FALSE             0            <NA> 2022-11-28 23:20:15     FALSE
## 537      FALSE             0            <NA> 2022-11-28 23:20:12     FALSE
## 538      FALSE             0            <NA> 2022-11-28 23:20:05      TRUE
## 539      FALSE             0            <NA> 2022-11-28 23:20:02     FALSE
## 540      FALSE             0            <NA> 2022-11-28 23:20:02     FALSE
## 541      FALSE             0            <NA> 2022-11-28 23:20:00     FALSE
## 542      FALSE             0            <NA> 2022-11-28 23:20:00     FALSE
## 543      FALSE             0            <NA> 2022-11-28 23:20:00     FALSE
## 544      FALSE             0            <NA> 2022-11-28 23:20:00      TRUE
## 545      FALSE             0            <NA> 2022-11-28 23:19:58     FALSE
## 546      FALSE            38            <NA> 2022-11-28 23:19:54     FALSE
## 547      FALSE             0            <NA> 2022-11-28 23:19:51     FALSE
## 548      FALSE             0            <NA> 2022-11-28 23:19:47     FALSE
## 549      FALSE             0            <NA> 2022-11-28 23:19:44     FALSE
## 550      FALSE             1            <NA> 2022-11-28 23:19:43     FALSE
## 551      FALSE             2            <NA> 2022-11-28 23:19:39      TRUE
## 552      FALSE             0            <NA> 2022-11-28 23:19:36     FALSE
## 553      FALSE             0            <NA> 2022-11-28 23:19:34     FALSE
## 554      FALSE             0            <NA> 2022-11-28 23:19:33     FALSE
## 555      FALSE             1            <NA> 2022-11-28 23:19:33     FALSE
## 556      FALSE             0            <NA> 2022-11-28 23:19:31     FALSE
## 557      FALSE             0            <NA> 2022-11-28 23:19:27     FALSE
## 558      FALSE             0            <NA> 2022-11-28 23:19:26     FALSE
## 559      FALSE             0            <NA> 2022-11-28 23:19:21     FALSE
## 560      FALSE             0            <NA> 2022-11-28 23:19:20     FALSE
## 561      FALSE             0            <NA> 2022-11-28 23:19:14     FALSE
## 562      FALSE             0            <NA> 2022-11-28 23:19:12     FALSE
## 563      FALSE             0            <NA> 2022-11-28 23:19:11     FALSE
## 564      FALSE             0            <NA> 2022-11-28 23:19:06     FALSE
## 565      FALSE             0            <NA> 2022-11-28 23:19:00     FALSE
## 566      FALSE             0            <NA> 2022-11-28 23:18:59     FALSE
## 567      FALSE             0            <NA> 2022-11-28 23:18:58      TRUE
## 568      FALSE             1            <NA> 2022-11-28 23:18:57     FALSE
## 569      FALSE             0            <NA> 2022-11-28 23:18:55     FALSE
## 570      FALSE             0            <NA> 2022-11-28 23:18:53     FALSE
## 571      FALSE             1            <NA> 2022-11-28 23:18:53     FALSE
## 572      FALSE             0            <NA> 2022-11-28 23:18:51     FALSE
## 573      FALSE             1            <NA> 2022-11-28 23:18:48     FALSE
## 574      FALSE             0            <NA> 2022-11-28 23:18:44     FALSE
## 575      FALSE             0            <NA> 2022-11-28 23:18:44     FALSE
## 576      FALSE             0            <NA> 2022-11-28 23:18:39     FALSE
## 577      FALSE             0            <NA> 2022-11-28 23:18:32     FALSE
## 578      FALSE             0            <NA> 2022-11-28 23:18:32     FALSE
## 579      FALSE             1            <NA> 2022-11-28 23:18:30     FALSE
## 580      FALSE             0            <NA> 2022-11-28 23:18:30     FALSE
## 581      FALSE             0            <NA> 2022-11-28 23:18:29     FALSE
## 582      FALSE             0            <NA> 2022-11-28 23:18:24     FALSE
## 583      FALSE             0            <NA> 2022-11-28 23:18:13     FALSE
## 584      FALSE             0            <NA> 2022-11-28 23:18:08     FALSE
## 585      FALSE             0            <NA> 2022-11-28 23:18:07     FALSE
## 586      FALSE             0       hankgreen 2022-11-28 23:18:07      TRUE
## 587      FALSE             0            <NA> 2022-11-28 23:18:07     FALSE
## 588      FALSE             0            <NA> 2022-11-28 23:18:05     FALSE
## 589      FALSE             0            <NA> 2022-11-28 23:17:56     FALSE
## 590      FALSE             0            <NA> 2022-11-28 23:17:56     FALSE
## 591      FALSE             0            <NA> 2022-11-28 23:17:54      TRUE
## 592      FALSE             0            <NA> 2022-11-28 23:17:51     FALSE
## 593      FALSE             0            <NA> 2022-11-28 23:17:42     FALSE
## 594      FALSE             1            <NA> 2022-11-28 23:17:40      TRUE
## 595      FALSE             0            <NA> 2022-11-28 23:17:30     FALSE
## 596      FALSE             0            <NA> 2022-11-28 23:17:29     FALSE
## 597      FALSE             0            <NA> 2022-11-28 23:17:28     FALSE
## 598      FALSE             0            <NA> 2022-11-28 23:17:25     FALSE
## 599      FALSE             0            <NA> 2022-11-28 23:17:23     FALSE
## 600      FALSE             0            <NA> 2022-11-28 23:17:23     FALSE
## 601      FALSE             0            <NA> 2022-11-28 23:17:18     FALSE
## 602      FALSE             0            <NA> 2022-11-28 23:17:14     FALSE
## 603      FALSE             0            <NA> 2022-11-28 23:17:14     FALSE
## 604      FALSE             0            <NA> 2022-11-28 23:17:13     FALSE
## 605      FALSE             0            <NA> 2022-11-28 23:17:06     FALSE
## 606      FALSE            63            <NA> 2022-11-28 23:17:05     FALSE
## 607      FALSE             1            <NA> 2022-11-28 23:17:00     FALSE
## 608      FALSE             1            <NA> 2022-11-28 23:16:58     FALSE
## 609      FALSE             1            <NA> 2022-11-28 23:16:58     FALSE
## 610      FALSE             1            <NA> 2022-11-28 23:16:53     FALSE
## 611      FALSE             0            <NA> 2022-11-28 23:16:53     FALSE
## 612      FALSE             0            <NA> 2022-11-28 23:16:50     FALSE
## 613      FALSE             2            <NA> 2022-11-28 23:16:33      TRUE
## 614      FALSE             1            <NA> 2022-11-28 23:16:28     FALSE
## 615      FALSE             0            <NA> 2022-11-28 23:16:23     FALSE
## 616      FALSE             0            <NA> 2022-11-28 23:16:22     FALSE
## 617      FALSE             0            <NA> 2022-11-28 23:16:21     FALSE
## 618      FALSE             0            <NA> 2022-11-28 23:16:16     FALSE
## 619      FALSE             1            <NA> 2022-11-28 23:16:07     FALSE
## 620      FALSE             0            <NA> 2022-11-28 23:16:04     FALSE
## 621      FALSE             0            <NA> 2022-11-28 23:15:54     FALSE
## 622      FALSE             0            <NA> 2022-11-28 23:15:51     FALSE
## 623      FALSE             1            <NA> 2022-11-28 23:15:47     FALSE
## 624      FALSE             0            <NA> 2022-11-28 23:15:44     FALSE
## 625      FALSE             1            <NA> 2022-11-28 23:15:40     FALSE
## 626      FALSE             0            <NA> 2022-11-28 23:15:35     FALSE
## 627      FALSE             0            <NA> 2022-11-28 23:15:31     FALSE
## 628      FALSE             0            <NA> 2022-11-28 23:15:31     FALSE
## 629      FALSE             0            <NA> 2022-11-28 23:15:27     FALSE
## 630      FALSE             0            <NA> 2022-11-28 23:15:25     FALSE
## 631      FALSE             0            <NA> 2022-11-28 23:15:24     FALSE
## 632      FALSE             0            <NA> 2022-11-28 23:15:24     FALSE
## 633      FALSE             0            <NA> 2022-11-28 23:15:24     FALSE
## 634      FALSE             0            <NA> 2022-11-28 23:15:20      TRUE
## 635      FALSE             0            <NA> 2022-11-28 23:15:20     FALSE
## 636      FALSE             0            <NA> 2022-11-28 23:14:57      TRUE
## 637      FALSE             1            <NA> 2022-11-28 23:14:53     FALSE
## 638      FALSE             0            <NA> 2022-11-28 23:14:51     FALSE
## 639      FALSE             0            <NA> 2022-11-28 23:14:49     FALSE
## 640      FALSE             0            <NA> 2022-11-28 23:14:48     FALSE
## 641      FALSE             0            <NA> 2022-11-28 23:14:41     FALSE
## 642      FALSE             0            <NA> 2022-11-28 23:14:38     FALSE
## 643      FALSE             0            <NA> 2022-11-28 23:14:31     FALSE
## 644      FALSE             1            <NA> 2022-11-28 23:14:29     FALSE
## 645      FALSE             0            <NA> 2022-11-28 23:14:21     FALSE
## 646      FALSE             1            <NA> 2022-11-28 23:14:21     FALSE
## 647      FALSE             1            <NA> 2022-11-28 23:14:20      TRUE
## 648      FALSE             1            <NA> 2022-11-28 23:14:18     FALSE
## 649      FALSE             0      Megasnooop 2022-11-28 23:14:11     FALSE
## 650      FALSE             3            <NA> 2022-11-28 23:14:07     FALSE
## 651      FALSE             0            <NA> 2022-11-28 23:14:05     FALSE
## 652      FALSE             0            <NA> 2022-11-28 23:14:02     FALSE
## 653      FALSE             0            <NA> 2022-11-28 23:13:57     FALSE
## 654      FALSE             0            <NA> 2022-11-28 23:13:50     FALSE
## 655      FALSE             1            <NA> 2022-11-28 23:13:49     FALSE
## 656      FALSE             0            <NA> 2022-11-28 23:13:49      TRUE
## 657      FALSE             0            <NA> 2022-11-28 23:13:44     FALSE
## 658      FALSE             0            <NA> 2022-11-28 23:13:43     FALSE
## 659      FALSE             0            <NA> 2022-11-28 23:13:36     FALSE
## 660      FALSE             0            <NA> 2022-11-28 23:13:35      TRUE
## 661      FALSE             0            <NA> 2022-11-28 23:13:33     FALSE
## 662      FALSE             0            <NA> 2022-11-28 23:13:32     FALSE
## 663      FALSE             0            <NA> 2022-11-28 23:13:30      TRUE
## 664      FALSE             1            <NA> 2022-11-28 23:13:23     FALSE
## 665      FALSE             1            <NA> 2022-11-28 23:13:07     FALSE
## 666      FALSE             0     LarsonEvans 2022-11-28 23:12:58     FALSE
## 667      FALSE             0            <NA> 2022-11-28 23:12:58     FALSE
## 668      FALSE             1            <NA> 2022-11-28 23:12:57      TRUE
## 669      FALSE             3            <NA> 2022-11-28 23:12:54     FALSE
## 670      FALSE             0            <NA> 2022-11-28 23:12:53     FALSE
## 671      FALSE             0            <NA> 2022-11-28 23:12:48     FALSE
## 672      FALSE             0            <NA> 2022-11-28 23:12:44     FALSE
## 673      FALSE             0            <NA> 2022-11-28 23:12:44     FALSE
## 674      FALSE             0            <NA> 2022-11-28 23:12:40     FALSE
## 675      FALSE             0            <NA> 2022-11-28 23:12:32     FALSE
## 676      FALSE             0            <NA> 2022-11-28 23:12:32     FALSE
## 677      FALSE             0            <NA> 2022-11-28 23:12:27     FALSE
## 678      FALSE             0            <NA> 2022-11-28 23:12:27     FALSE
## 679      FALSE             0            <NA> 2022-11-28 23:12:25     FALSE
## 680      FALSE             0            <NA> 2022-11-28 23:12:23     FALSE
## 681      FALSE             1            <NA> 2022-11-28 23:12:17      TRUE
## 682      FALSE             0            <NA> 2022-11-28 23:12:13     FALSE
## 683      FALSE             0            <NA> 2022-11-28 23:12:02     FALSE
## 684      FALSE             1            <NA> 2022-11-28 23:12:00     FALSE
## 685      FALSE             0            <NA> 2022-11-28 23:11:55     FALSE
## 686      FALSE             0            <NA> 2022-11-28 23:11:54     FALSE
## 687      FALSE             0            <NA> 2022-11-28 23:11:50     FALSE
## 688      FALSE             0            <NA> 2022-11-28 23:11:45     FALSE
## 689      FALSE             0            <NA> 2022-11-28 23:11:45     FALSE
## 690      FALSE             9            <NA> 2022-11-28 23:11:41     FALSE
## 691      FALSE             0            <NA> 2022-11-28 23:11:41     FALSE
## 692      FALSE            11            <NA> 2022-11-28 23:11:35      TRUE
## 693      FALSE             0            <NA> 2022-11-28 23:11:28     FALSE
## 694      FALSE             0            <NA> 2022-11-28 23:11:28     FALSE
## 695      FALSE             0            <NA> 2022-11-28 23:11:27     FALSE
## 696      FALSE             3            <NA> 2022-11-28 23:11:27      TRUE
## 697      FALSE             2            <NA> 2022-11-28 23:11:26     FALSE
## 698      FALSE             0            <NA> 2022-11-28 23:11:20     FALSE
## 699      FALSE             0            <NA> 2022-11-28 23:11:18     FALSE
## 700      FALSE             0            <NA> 2022-11-28 23:11:12     FALSE
## 701      FALSE             0            <NA> 2022-11-28 23:11:09     FALSE
## 702      FALSE             0            <NA> 2022-11-28 23:11:09     FALSE
## 703      FALSE            92            <NA> 2022-11-28 23:11:08     FALSE
## 704      FALSE             0            <NA> 2022-11-28 23:11:08     FALSE
## 705      FALSE             1            <NA> 2022-11-28 23:11:06     FALSE
## 706      FALSE             5            <NA> 2022-11-28 23:11:04      TRUE
## 707      FALSE             1            <NA> 2022-11-28 23:11:00     FALSE
## 708      FALSE             0            <NA> 2022-11-28 23:10:56     FALSE
## 709      FALSE             1            <NA> 2022-11-28 23:10:53     FALSE
## 710      FALSE             0       Freeethon 2022-11-28 23:10:50     FALSE
## 711      FALSE             2            <NA> 2022-11-28 23:10:46     FALSE
## 712      FALSE             0            <NA> 2022-11-28 23:10:45     FALSE
## 713      FALSE             1            <NA> 2022-11-28 23:10:36     FALSE
## 714      FALSE             0            <NA> 2022-11-28 23:10:34     FALSE
## 715      FALSE             0            <NA> 2022-11-28 23:10:30     FALSE
## 716      FALSE             0            <NA> 2022-11-28 23:10:22     FALSE
## 717      FALSE             0     MinaACypert 2022-11-28 23:10:19     FALSE
## 718      FALSE             0            <NA> 2022-11-28 23:10:17     FALSE
## 719      FALSE             1            <NA> 2022-11-28 23:10:06     FALSE
## 720      FALSE             1            <NA> 2022-11-28 23:09:56     FALSE
## 721      FALSE             0            <NA> 2022-11-28 23:09:46     FALSE
## 722      FALSE             0            <NA> 2022-11-28 23:09:44     FALSE
## 723      FALSE             2            <NA> 2022-11-28 23:09:43     FALSE
## 724      FALSE             0            <NA> 2022-11-28 23:09:35     FALSE
## 725      FALSE             0            <NA> 2022-11-28 23:09:35     FALSE
## 726      FALSE             0            <NA> 2022-11-28 23:09:32     FALSE
## 727      FALSE             0            <NA> 2022-11-28 23:09:24     FALSE
## 728      FALSE             0            <NA> 2022-11-28 23:09:21      TRUE
## 729      FALSE             0            <NA> 2022-11-28 23:09:18      TRUE
## 730      FALSE             0            <NA> 2022-11-28 23:09:03     FALSE
## 731      FALSE             0            <NA> 2022-11-28 23:08:58     FALSE
## 732      FALSE             0            <NA> 2022-11-28 23:08:56     FALSE
## 733      FALSE             0            <NA> 2022-11-28 23:08:53     FALSE
## 734      FALSE             0            <NA> 2022-11-28 23:08:51     FALSE
## 735      FALSE             0            <NA> 2022-11-28 23:08:41     FALSE
## 736      FALSE             0            <NA> 2022-11-28 23:08:38     FALSE
## 737      FALSE             0            <NA> 2022-11-28 23:08:38     FALSE
## 738      FALSE             0            <NA> 2022-11-28 23:08:37     FALSE
## 739      FALSE             1            <NA> 2022-11-28 23:08:33     FALSE
## 740      FALSE             0            <NA> 2022-11-28 23:08:30     FALSE
## 741      FALSE             0            <NA> 2022-11-28 23:08:27     FALSE
## 742      FALSE             0            <NA> 2022-11-28 23:08:20     FALSE
## 743      FALSE             0            <NA> 2022-11-28 23:08:19     FALSE
## 744      FALSE             0            <NA> 2022-11-28 23:08:11     FALSE
## 745      FALSE             0            <NA> 2022-11-28 23:08:10     FALSE
## 746      FALSE             2            <NA> 2022-11-28 23:08:09     FALSE
## 747      FALSE             0            <NA> 2022-11-28 23:08:06     FALSE
## 748      FALSE             0            <NA> 2022-11-28 23:08:06     FALSE
## 749      FALSE             0  GustaveDeresse 2022-11-28 23:08:04      TRUE
## 750      FALSE             0      CFBPlayoff 2022-11-28 23:07:55      TRUE
## 751      FALSE             0            <NA> 2022-11-28 23:07:55      TRUE
## 752      FALSE             0            <NA> 2022-11-28 23:07:55     FALSE
## 753      FALSE             0            <NA> 2022-11-28 23:07:53     FALSE
## 754      FALSE             0            <NA> 2022-11-28 23:07:46      TRUE
## 755      FALSE             0            <NA> 2022-11-28 23:07:45     FALSE
## 756      FALSE             0            <NA> 2022-11-28 23:07:44     FALSE
## 757      FALSE             2            <NA> 2022-11-28 23:07:37     FALSE
## 758      FALSE             0            <NA> 2022-11-28 23:07:37     FALSE
## 759      FALSE             0            <NA> 2022-11-28 23:07:35     FALSE
## 760      FALSE             0            <NA> 2022-11-28 23:07:35     FALSE
## 761      FALSE             0            <NA> 2022-11-28 23:07:35     FALSE
## 762      FALSE             3            <NA> 2022-11-28 23:07:34     FALSE
## 763      FALSE             0            <NA> 2022-11-28 23:07:30     FALSE
## 764      FALSE             0            <NA> 2022-11-28 23:07:19     FALSE
## 765      FALSE             0            <NA> 2022-11-28 23:07:17     FALSE
## 766      FALSE             0            <NA> 2022-11-28 23:07:15     FALSE
## 767      FALSE             0            <NA> 2022-11-28 23:07:10     FALSE
## 768      FALSE             0            <NA> 2022-11-28 23:07:10     FALSE
## 769      FALSE             0            <NA> 2022-11-28 23:07:08     FALSE
## 770      FALSE             0            <NA> 2022-11-28 23:07:06     FALSE
## 771      FALSE             1            <NA> 2022-11-28 23:07:05     FALSE
## 772      FALSE             0            <NA> 2022-11-28 23:06:58     FALSE
## 773      FALSE             0            <NA> 2022-11-28 23:06:57     FALSE
## 774      FALSE             0            <NA> 2022-11-28 23:06:52     FALSE
## 775      FALSE             0            <NA> 2022-11-28 23:06:49     FALSE
## 776      FALSE             0            <NA> 2022-11-28 23:06:48     FALSE
## 777      FALSE             1            <NA> 2022-11-28 23:06:48     FALSE
## 778      FALSE             0            <NA> 2022-11-28 23:06:44      TRUE
## 779      FALSE             0            <NA> 2022-11-28 23:06:39     FALSE
## 780      FALSE             0            <NA> 2022-11-28 23:06:38     FALSE
## 781      FALSE             0            <NA> 2022-11-28 23:06:37     FALSE
## 782      FALSE             0            <NA> 2022-11-28 23:06:35     FALSE
## 783      FALSE             1            <NA> 2022-11-28 23:06:34     FALSE
## 784      FALSE             0            <NA> 2022-11-28 23:06:32     FALSE
## 785      FALSE             0            <NA> 2022-11-28 23:06:32     FALSE
## 786      FALSE             4            <NA> 2022-11-28 23:06:25      TRUE
## 787      FALSE             0            <NA> 2022-11-28 23:06:18      TRUE
## 788      FALSE             0            <NA> 2022-11-28 23:06:18     FALSE
## 789      FALSE             0            <NA> 2022-11-28 23:06:16     FALSE
## 790      FALSE             0            <NA> 2022-11-28 23:06:10     FALSE
## 791      FALSE             1            <NA> 2022-11-28 23:06:05     FALSE
## 792      FALSE             0            <NA> 2022-11-28 23:06:02     FALSE
## 793      FALSE             0            <NA> 2022-11-28 23:05:58     FALSE
## 794      FALSE             0            <NA> 2022-11-28 23:05:50     FALSE
## 795      FALSE             0            <NA> 2022-11-28 23:05:50     FALSE
## 796      FALSE             0            <NA> 2022-11-28 23:05:50      TRUE
## 797      FALSE             0            <NA> 2022-11-28 23:05:44     FALSE
## 798      FALSE             0            <NA> 2022-11-28 23:05:41     FALSE
## 799      FALSE             0            <NA> 2022-11-28 23:05:37      TRUE
## 800      FALSE             7            <NA> 2022-11-28 23:05:34      TRUE
## 801      FALSE             0            <NA> 2022-11-28 23:05:30     FALSE
## 802      FALSE             2            <NA> 2022-11-28 23:05:28     FALSE
## 803      FALSE             0            <NA> 2022-11-28 23:05:27     FALSE
## 804      FALSE             0            <NA> 2022-11-28 23:05:26     FALSE
## 805      FALSE             0            <NA> 2022-11-28 23:05:26     FALSE
## 806      FALSE             0            <NA> 2022-11-28 23:05:12     FALSE
## 807      FALSE             1            <NA> 2022-11-28 23:05:06     FALSE
## 808      FALSE             0            <NA> 2022-11-28 23:05:02     FALSE
## 809      FALSE             1            <NA> 2022-11-28 23:05:00     FALSE
## 810      FALSE             2            <NA> 2022-11-28 23:04:56     FALSE
## 811      FALSE             0            <NA> 2022-11-28 23:04:53     FALSE
## 812      FALSE             0            <NA> 2022-11-28 23:04:44     FALSE
## 813      FALSE             0            <NA> 2022-11-28 23:04:41      TRUE
## 814      FALSE             2            <NA> 2022-11-28 23:04:37      TRUE
## 815      FALSE             0            <NA> 2022-11-28 23:04:24     FALSE
## 816      FALSE             0            <NA> 2022-11-28 23:04:21      TRUE
## 817      FALSE             0            <NA> 2022-11-28 23:04:18     FALSE
## 818      FALSE             1            <NA> 2022-11-28 23:04:03     FALSE
## 819      FALSE             6            <NA> 2022-11-28 23:04:02      TRUE
## 820      FALSE             0            <NA> 2022-11-28 23:04:01     FALSE
## 821      FALSE             2            <NA> 2022-11-28 23:04:01     FALSE
## 822      FALSE             0            <NA> 2022-11-28 23:03:58     FALSE
## 823      FALSE             0            <NA> 2022-11-28 23:03:50     FALSE
## 824      FALSE             1            <NA> 2022-11-28 23:03:50      TRUE
## 825      FALSE             0    Smt1Drelated 2022-11-28 23:03:38      TRUE
## 826      FALSE             0    Smt1Drelated 2022-11-28 23:03:37     FALSE
## 827      FALSE             1            <NA> 2022-11-28 23:03:36     FALSE
## 828      FALSE             0    Smt1Drelated 2022-11-28 23:03:35     FALSE
## 829      FALSE             0            <NA> 2022-11-28 23:03:34     FALSE
## 830      FALSE             0            <NA> 2022-11-28 23:03:33     FALSE
## 831      FALSE             0            <NA> 2022-11-28 23:03:33     FALSE
## 832      FALSE             1            <NA> 2022-11-28 23:03:17     FALSE
## 833      FALSE             0            <NA> 2022-11-28 23:03:14      TRUE
## 834      FALSE             1            <NA> 2022-11-28 23:03:13      TRUE
## 835      FALSE             0            <NA> 2022-11-28 23:03:08     FALSE
## 836      FALSE             0            <NA> 2022-11-28 23:03:07     FALSE
## 837      FALSE             1            <NA> 2022-11-28 23:03:05     FALSE
## 838      FALSE             1            <NA> 2022-11-28 23:03:05     FALSE
## 839      FALSE             2            <NA> 2022-11-28 23:03:03      TRUE
## 840      FALSE             0            <NA> 2022-11-28 23:02:36     FALSE
## 841      FALSE             1            <NA> 2022-11-28 23:02:35     FALSE
## 842      FALSE             0            <NA> 2022-11-28 23:02:31     FALSE
## 843      FALSE             1            <NA> 2022-11-28 23:02:29     FALSE
## 844      FALSE             0            <NA> 2022-11-28 23:02:25     FALSE
## 845      FALSE             1            <NA> 2022-11-28 23:02:17     FALSE
## 846      FALSE             0            <NA> 2022-11-28 23:02:12     FALSE
## 847      FALSE             1            <NA> 2022-11-28 23:02:12     FALSE
## 848      FALSE             0            <NA> 2022-11-28 23:02:07     FALSE
## 849      FALSE             2            <NA> 2022-11-28 23:02:06     FALSE
## 850      FALSE             0            <NA> 2022-11-28 23:02:05     FALSE
## 851      FALSE             0            <NA> 2022-11-28 23:02:04      TRUE
## 852      FALSE             0            <NA> 2022-11-28 23:02:03     FALSE
## 853      FALSE             1            <NA> 2022-11-28 23:02:00     FALSE
## 854      FALSE             1            <NA> 2022-11-28 23:01:54     FALSE
## 855      FALSE             0            <NA> 2022-11-28 23:01:49     FALSE
## 856      FALSE             1            <NA> 2022-11-28 23:01:43     FALSE
## 857      FALSE             1            <NA> 2022-11-28 23:01:43     FALSE
## 858      FALSE             0            <NA> 2022-11-28 23:01:27     FALSE
## 859      FALSE             0            <NA> 2022-11-28 23:01:25     FALSE
## 860      FALSE             0            <NA> 2022-11-28 23:01:25     FALSE
## 861      FALSE             1            <NA> 2022-11-28 23:01:24     FALSE
## 862      FALSE             6            <NA> 2022-11-28 23:01:17      TRUE
## 863      FALSE             0            <NA> 2022-11-28 23:01:07     FALSE
## 864      FALSE             1            <NA> 2022-11-28 23:01:02      TRUE
## 865      FALSE             0            <NA> 2022-11-28 23:00:56     FALSE
## 866      FALSE             0            <NA> 2022-11-28 23:00:48     FALSE
## 867      FALSE             0            <NA> 2022-11-28 23:00:47     FALSE
## 868      FALSE             0   the_new_wavee 2022-11-28 23:00:44      TRUE
## 869      FALSE             0            <NA> 2022-11-28 23:00:37     FALSE
## 870      FALSE             0            <NA> 2022-11-28 23:00:25      TRUE
## 871      FALSE             1            <NA> 2022-11-28 23:00:24     FALSE
## 872      FALSE             1            <NA> 2022-11-28 23:00:21     FALSE
## 873      FALSE             0            <NA> 2022-11-28 23:00:20     FALSE
## 874      FALSE            11            <NA> 2022-11-28 23:00:13     FALSE
## 875      FALSE             0            <NA> 2022-11-28 23:00:11     FALSE
## 876      FALSE             0            <NA> 2022-11-28 23:00:09     FALSE
## 877      FALSE             0            <NA> 2022-11-28 23:00:09     FALSE
## 878      FALSE             0            <NA> 2022-11-28 22:59:58     FALSE
## 879      FALSE             1            <NA> 2022-11-28 22:59:53     FALSE
## 880      FALSE             0            <NA> 2022-11-28 22:59:52     FALSE
## 881      FALSE             0            <NA> 2022-11-28 22:59:51     FALSE
## 882      FALSE           134            <NA> 2022-11-28 22:59:43     FALSE
## 883      FALSE             0            <NA> 2022-11-28 22:59:36     FALSE
## 884      FALSE             0            <NA> 2022-11-28 22:59:26     FALSE
## 885      FALSE             0            <NA> 2022-11-28 22:59:21     FALSE
## 886      FALSE             0            <NA> 2022-11-28 22:59:18     FALSE
## 887      FALSE             0            <NA> 2022-11-28 22:59:14     FALSE
## 888      FALSE             0            <NA> 2022-11-28 22:59:12     FALSE
## 889      FALSE             1            <NA> 2022-11-28 22:59:12     FALSE
## 890      FALSE             0            <NA> 2022-11-28 22:59:11     FALSE
## 891      FALSE             0            <NA> 2022-11-28 22:59:10     FALSE
## 892      FALSE             0            <NA> 2022-11-28 22:59:05      TRUE
## 893      FALSE             0            <NA> 2022-11-28 22:59:03     FALSE
## 894      FALSE             0            <NA> 2022-11-28 22:59:00     FALSE
## 895      FALSE             0            <NA> 2022-11-28 22:58:53     FALSE
## 896      FALSE             2            <NA> 2022-11-28 22:58:50     FALSE
## 897      FALSE             1            <NA> 2022-11-28 22:58:49     FALSE
## 898      FALSE             0            <NA> 2022-11-28 22:58:38     FALSE
## 899      FALSE             0            <NA> 2022-11-28 22:58:35     FALSE
## 900      FALSE             0            <NA> 2022-11-28 22:58:35     FALSE
## 901      FALSE             3            <NA> 2022-11-28 22:58:28     FALSE
## 902      FALSE             0            <NA> 2022-11-28 22:58:25     FALSE
## 903      FALSE             0            <NA> 2022-11-28 22:58:24     FALSE
## 904      FALSE             0            <NA> 2022-11-28 22:58:24     FALSE
## 905      FALSE             1            <NA> 2022-11-28 22:58:22      TRUE
## 906      FALSE             0            <NA> 2022-11-28 22:58:20     FALSE
## 907      FALSE             0            <NA> 2022-11-28 22:58:13      TRUE
## 908      FALSE             0            <NA> 2022-11-28 22:58:00     FALSE
## 909      FALSE             0            <NA> 2022-11-28 22:57:54     FALSE
## 910      FALSE             1            <NA> 2022-11-28 22:57:52     FALSE
## 911      FALSE             0            <NA> 2022-11-28 22:57:49     FALSE
## 912      FALSE             0            <NA> 2022-11-28 22:57:47     FALSE
## 913      FALSE             0            <NA> 2022-11-28 22:57:41     FALSE
## 914      FALSE             0            <NA> 2022-11-28 22:57:41     FALSE
## 915      FALSE             0            <NA> 2022-11-28 22:57:38     FALSE
## 916      FALSE             0            <NA> 2022-11-28 22:57:36     FALSE
## 917      FALSE             0            <NA> 2022-11-28 22:57:20     FALSE
## 918      FALSE             0            <NA> 2022-11-28 22:57:19     FALSE
## 919      FALSE             0            <NA> 2022-11-28 22:57:12     FALSE
## 920      FALSE             0            <NA> 2022-11-28 22:57:11     FALSE
## 921      FALSE             0            <NA> 2022-11-28 22:57:11     FALSE
## 922      FALSE             0            <NA> 2022-11-28 22:57:09     FALSE
## 923      FALSE             0            <NA> 2022-11-28 22:57:03     FALSE
## 924      FALSE             0            <NA> 2022-11-28 22:56:59     FALSE
## 925      FALSE             0            <NA> 2022-11-28 22:56:52     FALSE
## 926      FALSE             0            <NA> 2022-11-28 22:56:52     FALSE
## 927      FALSE             1            <NA> 2022-11-28 22:56:52     FALSE
## 928      FALSE             0            <NA> 2022-11-28 22:56:49      TRUE
## 929      FALSE             2            <NA> 2022-11-28 22:56:48     FALSE
## 930      FALSE             0            <NA> 2022-11-28 22:56:41     FALSE
## 931      FALSE             0            <NA> 2022-11-28 22:56:38     FALSE
## 932      FALSE             0            <NA> 2022-11-28 22:56:26     FALSE
## 933      FALSE             1            <NA> 2022-11-28 22:56:17     FALSE
## 934      FALSE             0            <NA> 2022-11-28 22:56:14     FALSE
## 935      FALSE             5   the_new_wavee 2022-11-28 22:56:14      TRUE
## 936      FALSE             0            <NA> 2022-11-28 22:56:02     FALSE
## 937      FALSE             0            <NA> 2022-11-28 22:55:58     FALSE
## 938      FALSE             0            <NA> 2022-11-28 22:55:50     FALSE
## 939      FALSE             1            <NA> 2022-11-28 22:55:48     FALSE
## 940      FALSE             2            <NA> 2022-11-28 22:55:47     FALSE
## 941      FALSE             1            <NA> 2022-11-28 22:55:37     FALSE
## 942      FALSE             0            <NA> 2022-11-28 22:55:37     FALSE
## 943      FALSE             0            <NA> 2022-11-28 22:55:37     FALSE
## 944      FALSE             0            <NA> 2022-11-28 22:55:36     FALSE
## 945      FALSE             0            <NA> 2022-11-28 22:55:36     FALSE
## 946      FALSE             0            <NA> 2022-11-28 22:55:28     FALSE
## 947      FALSE             0            <NA> 2022-11-28 22:55:26      TRUE
## 948      FALSE             3            <NA> 2022-11-28 22:55:25     FALSE
## 949      FALSE             0            <NA> 2022-11-28 22:55:17     FALSE
## 950      FALSE             4            <NA> 2022-11-28 22:55:11     FALSE
## 951      FALSE             0            <NA> 2022-11-28 22:55:07     FALSE
## 952      FALSE             0            <NA> 2022-11-28 22:55:05     FALSE
## 953      FALSE             0            <NA> 2022-11-28 22:54:56     FALSE
## 954      FALSE             0            <NA> 2022-11-28 22:54:52     FALSE
## 955      FALSE             0            <NA> 2022-11-28 22:54:43     FALSE
## 956      FALSE             0            <NA> 2022-11-28 22:54:43     FALSE
## 957      FALSE             0            <NA> 2022-11-28 22:54:35     FALSE
## 958      FALSE             0            <NA> 2022-11-28 22:54:34     FALSE
## 959      FALSE             0            <NA> 2022-11-28 22:54:32     FALSE
## 960      FALSE             0            <NA> 2022-11-28 22:54:31     FALSE
## 961      FALSE             0            <NA> 2022-11-28 22:54:31     FALSE
## 962      FALSE             0            <NA> 2022-11-28 22:54:28     FALSE
## 963      FALSE             1            <NA> 2022-11-28 22:54:20     FALSE
## 964      FALSE             0            <NA> 2022-11-28 22:54:10     FALSE
## 965      FALSE             0            <NA> 2022-11-28 22:53:55     FALSE
## 966      FALSE             0            <NA> 2022-11-28 22:53:53     FALSE
## 967      FALSE             0            <NA> 2022-11-28 22:53:50     FALSE
## 968      FALSE             1            <NA> 2022-11-28 22:53:47      TRUE
## 969      FALSE             0            <NA> 2022-11-28 22:53:44     FALSE
## 970      FALSE             0            <NA> 2022-11-28 22:53:43     FALSE
## 971      FALSE             0            <NA> 2022-11-28 22:53:38      TRUE
## 972      FALSE             4            <NA> 2022-11-28 22:53:30      TRUE
## 973      FALSE           898            <NA> 2022-11-28 22:53:28     FALSE
## 974      FALSE             0            <NA> 2022-11-28 22:53:26     FALSE
## 975      FALSE             0            <NA> 2022-11-28 22:53:21     FALSE
## 976      FALSE             0            <NA> 2022-11-28 22:53:16     FALSE
## 977      FALSE             0            <NA> 2022-11-28 22:53:13     FALSE
## 978      FALSE             1            <NA> 2022-11-28 22:53:10     FALSE
## 979      FALSE             2            <NA> 2022-11-28 22:53:07     FALSE
## 980      FALSE             0            <NA> 2022-11-28 22:53:06     FALSE
## 981      FALSE             3            <NA> 2022-11-28 22:53:04      TRUE
## 982      FALSE             2            <NA> 2022-11-28 22:53:00     FALSE
## 983      FALSE             0            <NA> 2022-11-28 22:52:56     FALSE
## 984      FALSE             3            <NA> 2022-11-28 22:52:55      TRUE
## 985      FALSE             0            <NA> 2022-11-28 22:52:54     FALSE
## 986      FALSE             0            <NA> 2022-11-28 22:52:53     FALSE
## 987      FALSE             0            <NA> 2022-11-28 22:52:48     FALSE
## 988      FALSE             1            <NA> 2022-11-28 22:52:44     FALSE
## 989      FALSE             1            <NA> 2022-11-28 22:52:43     FALSE
## 990      FALSE             0            <NA> 2022-11-28 22:52:42     FALSE
## 991      FALSE             0            <NA> 2022-11-28 22:52:40     FALSE
## 992      FALSE             0            <NA> 2022-11-28 22:52:32     FALSE
## 993      FALSE             3            <NA> 2022-11-28 22:52:29     FALSE
## 994      FALSE             1            <NA> 2022-11-28 22:52:29     FALSE
## 995      FALSE             0            <NA> 2022-11-28 22:52:26     FALSE
## 996      FALSE             0            <NA> 2022-11-28 22:52:22     FALSE
## 997      FALSE             0            <NA> 2022-11-28 22:52:18     FALSE
## 998      FALSE             0            <NA> 2022-11-28 22:52:16     FALSE
## 999      FALSE             0            <NA> 2022-11-28 22:52:15     FALSE
## 1000     FALSE             0            <NA> 2022-11-28 22:52:12     FALSE
## 1001     FALSE             0            <NA> 2022-11-28 22:52:08     FALSE
## 1002     FALSE             0            <NA> 2022-11-28 22:52:03     FALSE
## 1003     FALSE             1            <NA> 2022-11-28 22:52:02     FALSE
## 1004     FALSE             1            <NA> 2022-11-28 22:52:01     FALSE
## 1005     FALSE             0            <NA> 2022-11-28 22:52:01     FALSE
## 1006     FALSE             1            <NA> 2022-11-28 22:52:00     FALSE
## 1007     FALSE             1            <NA> 2022-11-28 22:51:59     FALSE
## 1008     FALSE             2            <NA> 2022-11-28 22:51:59      TRUE
## 1009     FALSE             0            <NA> 2022-11-28 22:51:57     FALSE
## 1010     FALSE             0            <NA> 2022-11-28 22:51:51      TRUE
## 1011     FALSE             2            <NA> 2022-11-28 22:51:51     FALSE
## 1012     FALSE             1    bearsintrees 2022-11-28 22:51:49      TRUE
## 1013     FALSE             1            <NA> 2022-11-28 22:51:48      TRUE
## 1014     FALSE             0            <NA> 2022-11-28 22:51:43     FALSE
## 1015     FALSE             0            <NA> 2022-11-28 22:51:42      TRUE
## 1016     FALSE             1            <NA> 2022-11-28 22:51:37     FALSE
## 1017     FALSE             2            <NA> 2022-11-28 22:51:34     FALSE
## 1018     FALSE             0            <NA> 2022-11-28 22:51:33     FALSE
## 1019     FALSE             2            <NA> 2022-11-28 22:51:31     FALSE
## 1020     FALSE             0            <NA> 2022-11-28 22:51:22     FALSE
## 1021     FALSE             0            <NA> 2022-11-28 22:51:20     FALSE
## 1022     FALSE             0            <NA> 2022-11-28 22:51:17     FALSE
## 1023     FALSE             1            <NA> 2022-11-28 22:51:16      TRUE
## 1024     FALSE             0            <NA> 2022-11-28 22:51:09     FALSE
## 1025     FALSE             0            <NA> 2022-11-28 22:51:05     FALSE
## 1026     FALSE             1            <NA> 2022-11-28 22:50:59     FALSE
## 1027     FALSE             2            <NA> 2022-11-28 22:50:53     FALSE
## 1028     FALSE             1            <NA> 2022-11-28 22:50:51     FALSE
## 1029     FALSE             0            <NA> 2022-11-28 22:50:47     FALSE
## 1030     FALSE             0            <NA> 2022-11-28 22:50:47      TRUE
## 1031     FALSE             4            <NA> 2022-11-28 22:50:39     FALSE
## 1032     FALSE             0            <NA> 2022-11-28 22:50:32     FALSE
## 1033     FALSE             1            <NA> 2022-11-28 22:50:32     FALSE
## 1034     FALSE             0            <NA> 2022-11-28 22:50:30     FALSE
## 1035     FALSE             0            <NA> 2022-11-28 22:50:30     FALSE
## 1036     FALSE             0 TtvGamegrinderz 2022-11-28 22:50:20      TRUE
## 1037     FALSE             0            <NA> 2022-11-28 22:50:19     FALSE
## 1038     FALSE             0            <NA> 2022-11-28 22:50:18     FALSE
## 1039     FALSE             0            <NA> 2022-11-28 22:50:17      TRUE
## 1040     FALSE             1            <NA> 2022-11-28 22:50:16     FALSE
## 1041     FALSE             0   ShikhaTheStar 2022-11-28 22:50:12     FALSE
## 1042     FALSE             1            <NA> 2022-11-28 22:50:08     FALSE
## 1043     FALSE             2            <NA> 2022-11-28 22:50:08     FALSE
## 1044     FALSE             2            <NA> 2022-11-28 22:50:08     FALSE
## 1045     FALSE             4            <NA> 2022-11-28 22:50:01     FALSE
## 1046     FALSE             0            <NA> 2022-11-28 22:49:56     FALSE
## 1047     FALSE             1            <NA> 2022-11-28 22:49:53      TRUE
## 1048     FALSE             0            <NA> 2022-11-28 22:49:49     FALSE
## 1049     FALSE            25            <NA> 2022-11-28 22:49:48     FALSE
## 1050     FALSE             0            <NA> 2022-11-28 22:49:42     FALSE
## 1051     FALSE             0            <NA> 2022-11-28 22:49:36      TRUE
## 1052     FALSE             1            <NA> 2022-11-28 22:49:36     FALSE
## 1053     FALSE             0            <NA> 2022-11-28 22:49:32     FALSE
## 1054     FALSE             2            <NA> 2022-11-28 22:49:30     FALSE
## 1055     FALSE             0            <NA> 2022-11-28 22:49:27      TRUE
## 1056     FALSE             0            <NA> 2022-11-28 22:49:13     FALSE
## 1057     FALSE             1            <NA> 2022-11-28 22:49:11     FALSE
## 1058     FALSE             1            <NA> 2022-11-28 22:49:11     FALSE
## 1059     FALSE             1            <NA> 2022-11-28 22:49:11     FALSE
## 1060     FALSE             0            <NA> 2022-11-28 22:49:02     FALSE
## 1061     FALSE             0            <NA> 2022-11-28 22:49:00     FALSE
## 1062     FALSE             1            <NA> 2022-11-28 22:48:57     FALSE
## 1063     FALSE             0            <NA> 2022-11-28 22:48:51     FALSE
## 1064     FALSE             0            <NA> 2022-11-28 22:48:47     FALSE
## 1065     FALSE             0            <NA> 2022-11-28 22:48:41     FALSE
## 1066     FALSE             1            <NA> 2022-11-28 22:48:40     FALSE
## 1067     FALSE             0            <NA> 2022-11-28 22:48:39     FALSE
## 1068     FALSE             0            <NA> 2022-11-28 22:48:37     FALSE
## 1069     FALSE             0            <NA> 2022-11-28 22:48:34     FALSE
## 1070     FALSE             0            <NA> 2022-11-28 22:48:27     FALSE
## 1071     FALSE             0            <NA> 2022-11-28 22:48:21     FALSE
## 1072     FALSE             0            <NA> 2022-11-28 22:48:13     FALSE
## 1073     FALSE             0            <NA> 2022-11-28 22:48:08     FALSE
## 1074     FALSE             0            <NA> 2022-11-28 22:47:58     FALSE
## 1075     FALSE             2            <NA> 2022-11-28 22:47:56     FALSE
## 1076     FALSE             0            <NA> 2022-11-28 22:47:53      TRUE
## 1077     FALSE             0            <NA> 2022-11-28 22:47:52     FALSE
## 1078     FALSE             0            <NA> 2022-11-28 22:47:51     FALSE
## 1079     FALSE             0            <NA> 2022-11-28 22:47:49     FALSE
## 1080     FALSE             0            <NA> 2022-11-28 22:47:49     FALSE
## 1081     FALSE             0    patfkauffman 2022-11-28 22:47:45      TRUE
## 1082     FALSE             2            <NA> 2022-11-28 22:47:39     FALSE
## 1083     FALSE             0            <NA> 2022-11-28 22:47:38     FALSE
## 1084     FALSE             0            <NA> 2022-11-28 22:47:34     FALSE
## 1085     FALSE             2            <NA> 2022-11-28 22:47:34     FALSE
## 1086     FALSE             0            <NA> 2022-11-28 22:47:28     FALSE
## 1087     FALSE             0            <NA> 2022-11-28 22:47:26     FALSE
## 1088     FALSE             2            <NA> 2022-11-28 22:47:25     FALSE
## 1089     FALSE             0            <NA> 2022-11-28 22:47:16     FALSE
## 1090     FALSE             0            <NA> 2022-11-28 22:47:15     FALSE
## 1091     FALSE             0            <NA> 2022-11-28 22:47:12     FALSE
## 1092     FALSE             0            <NA> 2022-11-28 22:47:10     FALSE
## 1093     FALSE             4            <NA> 2022-11-28 22:47:09      TRUE
## 1094     FALSE             1            <NA> 2022-11-28 22:47:06     FALSE
## 1095     FALSE             0            <NA> 2022-11-28 22:47:02     FALSE
## 1096     FALSE             0            <NA> 2022-11-28 22:47:02     FALSE
## 1097     FALSE             9            <NA> 2022-11-28 22:47:01      TRUE
## 1098     FALSE             0            <NA> 2022-11-28 22:46:58      TRUE
## 1099     FALSE             1            <NA> 2022-11-28 22:46:54     FALSE
## 1100     FALSE             0            <NA> 2022-11-28 22:46:52     FALSE
## 1101     FALSE             0            <NA> 2022-11-28 22:46:50     FALSE
## 1102     FALSE             0            <NA> 2022-11-28 22:46:48     FALSE
## 1103     FALSE             1            <NA> 2022-11-28 22:46:44     FALSE
## 1104     FALSE             1            <NA> 2022-11-28 22:46:43     FALSE
## 1105     FALSE             0            <NA> 2022-11-28 22:46:39     FALSE
## 1106     FALSE             1            <NA> 2022-11-28 22:46:37     FALSE
## 1107     FALSE             1         ckay_yo 2022-11-28 22:46:36     FALSE
## 1108     FALSE             2            <NA> 2022-11-28 22:46:29     FALSE
## 1109     FALSE             3            <NA> 2022-11-28 22:46:28     FALSE
## 1110     FALSE             0            <NA> 2022-11-28 22:46:16     FALSE
## 1111     FALSE             1            <NA> 2022-11-28 22:46:14     FALSE
## 1112     FALSE            14            <NA> 2022-11-28 22:46:12     FALSE
## 1113     FALSE             1            <NA> 2022-11-28 22:46:09     FALSE
## 1114     FALSE             0            <NA> 2022-11-28 22:46:06     FALSE
## 1115     FALSE             2            <NA> 2022-11-28 22:46:04     FALSE
## 1116     FALSE             0            <NA> 2022-11-28 22:46:02     FALSE
## 1117     FALSE             0            <NA> 2022-11-28 22:46:00     FALSE
## 1118     FALSE             1            <NA> 2022-11-28 22:45:52      TRUE
## 1119     FALSE             0            <NA> 2022-11-28 22:45:45     FALSE
## 1120     FALSE             1            <NA> 2022-11-28 22:45:43     FALSE
## 1121     FALSE             0            <NA> 2022-11-28 22:45:42     FALSE
## 1122     FALSE             0            <NA> 2022-11-28 22:45:27     FALSE
## 1123     FALSE             0   jonathanvswan 2022-11-28 22:45:17      TRUE
## 1124     FALSE             1            <NA> 2022-11-28 22:45:15     FALSE
## 1125     FALSE             0            <NA> 2022-11-28 22:45:12     FALSE
## 1126     FALSE             1            <NA> 2022-11-28 22:45:10     FALSE
## 1127     FALSE             0            <NA> 2022-11-28 22:45:04     FALSE
## 1128     FALSE             0            <NA> 2022-11-28 22:45:03     FALSE
## 1129     FALSE             2            <NA> 2022-11-28 22:45:01     FALSE
## 1130     FALSE             0            <NA> 2022-11-28 22:44:56     FALSE
## 1131     FALSE             0            <NA> 2022-11-28 22:44:50     FALSE
## 1132     FALSE             1            <NA> 2022-11-28 22:44:50      TRUE
## 1133     FALSE             0            <NA> 2022-11-28 22:44:48     FALSE
## 1134     FALSE             5            <NA> 2022-11-28 22:44:46     FALSE
## 1135     FALSE             0            <NA> 2022-11-28 22:44:43     FALSE
## 1136     FALSE             0            <NA> 2022-11-28 22:44:38     FALSE
## 1137     FALSE             0            <NA> 2022-11-28 22:44:33     FALSE
## 1138     FALSE             0            <NA> 2022-11-28 22:44:32     FALSE
## 1139     FALSE             2            <NA> 2022-11-28 22:44:27     FALSE
## 1140     FALSE             0            <NA> 2022-11-28 22:44:24     FALSE
## 1141     FALSE             0            <NA> 2022-11-28 22:44:24     FALSE
## 1142     FALSE             0            <NA> 2022-11-28 22:44:22     FALSE
## 1143     FALSE             0            <NA> 2022-11-28 22:44:20     FALSE
## 1144     FALSE             2            <NA> 2022-11-28 22:44:19     FALSE
## 1145     FALSE             2            <NA> 2022-11-28 22:44:18      TRUE
## 1146     FALSE             0            <NA> 2022-11-28 22:44:12     FALSE
## 1147     FALSE             0            <NA> 2022-11-28 22:44:09     FALSE
## 1148     FALSE             0            <NA> 2022-11-28 22:44:09     FALSE
## 1149     FALSE             2            <NA> 2022-11-28 22:44:08     FALSE
## 1150     FALSE             0            <NA> 2022-11-28 22:44:08     FALSE
## 1151     FALSE             0            <NA> 2022-11-28 22:44:01     FALSE
## 1152     FALSE             0            <NA> 2022-11-28 22:43:58     FALSE
## 1153     FALSE             7            <NA> 2022-11-28 22:43:55     FALSE
## 1154     FALSE           274            <NA> 2022-11-28 22:43:54     FALSE
## 1155     FALSE             1            <NA> 2022-11-28 22:43:52     FALSE
## 1156     FALSE             0    philconcerts 2022-11-28 22:43:51     FALSE
## 1157     FALSE             0            <NA> 2022-11-28 22:43:51     FALSE
## 1158     FALSE             0            <NA> 2022-11-28 22:43:51      TRUE
## 1159     FALSE             0            <NA> 2022-11-28 22:43:50     FALSE
## 1160     FALSE             0            <NA> 2022-11-28 22:43:47      TRUE
## 1161     FALSE             7            <NA> 2022-11-28 22:43:43      TRUE
## 1162     FALSE             0            <NA> 2022-11-28 22:43:41     FALSE
## 1163     FALSE             0            <NA> 2022-11-28 22:43:34     FALSE
## 1164     FALSE             0            <NA> 2022-11-28 22:43:34     FALSE
## 1165     FALSE             1            <NA> 2022-11-28 22:43:27      TRUE
## 1166     FALSE             0            <NA> 2022-11-28 22:43:26     FALSE
## 1167     FALSE             0            <NA> 2022-11-28 22:43:23     FALSE
## 1168     FALSE             0            <NA> 2022-11-28 22:43:23     FALSE
## 1169     FALSE             1            <NA> 2022-11-28 22:43:22      TRUE
## 1170     FALSE             0            <NA> 2022-11-28 22:43:20     FALSE
## 1171     FALSE             0            <NA> 2022-11-28 22:43:19     FALSE
## 1172     FALSE             0            <NA> 2022-11-28 22:43:15     FALSE
## 1173     FALSE             2            <NA> 2022-11-28 22:43:12     FALSE
## 1174     FALSE             0            <NA> 2022-11-28 22:43:09      TRUE
## 1175     FALSE             5            <NA> 2022-11-28 22:43:09     FALSE
## 1176     FALSE             0            <NA> 2022-11-28 22:43:08     FALSE
## 1177     FALSE             0            <NA> 2022-11-28 22:42:53     FALSE
## 1178     FALSE             1            <NA> 2022-11-28 22:42:50     FALSE
## 1179     FALSE             0            <NA> 2022-11-28 22:42:46     FALSE
## 1180     FALSE             0            <NA> 2022-11-28 22:42:38     FALSE
## 1181     FALSE             0            <NA> 2022-11-28 22:42:37     FALSE
## 1182     FALSE             1            <NA> 2022-11-28 22:42:34     FALSE
## 1183     FALSE             0            <NA> 2022-11-28 22:42:32     FALSE
## 1184     FALSE             0            <NA> 2022-11-28 22:42:31     FALSE
## 1185     FALSE             0            <NA> 2022-11-28 22:42:31     FALSE
## 1186     FALSE             0            <NA> 2022-11-28 22:42:31     FALSE
## 1187     FALSE             0            <NA> 2022-11-28 22:42:29     FALSE
## 1188     FALSE             0            <NA> 2022-11-28 22:42:22     FALSE
## 1189     FALSE             0            <NA> 2022-11-28 22:42:17     FALSE
## 1190     FALSE             1            <NA> 2022-11-28 22:42:15     FALSE
## 1191     FALSE             4            <NA> 2022-11-28 22:42:12     FALSE
## 1192     FALSE             1            <NA> 2022-11-28 22:42:09     FALSE
## 1193     FALSE             0            <NA> 2022-11-28 22:42:05     FALSE
## 1194     FALSE             4            <NA> 2022-11-28 22:42:00     FALSE
## 1195     FALSE             1            <NA> 2022-11-28 22:41:59      TRUE
## 1196     FALSE             0            <NA> 2022-11-28 22:41:58     FALSE
## 1197     FALSE             0            <NA> 2022-11-28 22:41:57     FALSE
## 1198     FALSE             0            <NA> 2022-11-28 22:41:50     FALSE
## 1199     FALSE             0            <NA> 2022-11-28 22:41:49     FALSE
## 1200     FALSE             0            <NA> 2022-11-28 22:41:46     FALSE
## 1201     FALSE             0            <NA> 2022-11-28 22:41:44      TRUE
## 1202     FALSE             2            <NA> 2022-11-28 22:41:39      TRUE
## 1203     FALSE             0            <NA> 2022-11-28 22:41:32     FALSE
## 1204     FALSE             0            <NA> 2022-11-28 22:41:31     FALSE
## 1205     FALSE             0            <NA> 2022-11-28 22:41:26     FALSE
## 1206     FALSE             0            <NA> 2022-11-28 22:41:25     FALSE
## 1207     FALSE             0            <NA> 2022-11-28 22:41:24     FALSE
## 1208     FALSE             0            <NA> 2022-11-28 22:41:13     FALSE
## 1209     FALSE             0            <NA> 2022-11-28 22:41:08     FALSE
## 1210     FALSE             5            <NA> 2022-11-28 22:40:51     FALSE
## 1211     FALSE             5            <NA> 2022-11-28 22:40:49     FALSE
## 1212     FALSE             0      teamogaram 2022-11-28 22:40:41     FALSE
## 1213     FALSE             0            <NA> 2022-11-28 22:40:37     FALSE
## 1214     FALSE             0            <NA> 2022-11-28 22:40:35     FALSE
## 1215     FALSE             1            <NA> 2022-11-28 22:40:30     FALSE
## 1216     FALSE             2            <NA> 2022-11-28 22:40:29     FALSE
## 1217     FALSE             0            <NA> 2022-11-28 22:40:16      TRUE
## 1218     FALSE             0            <NA> 2022-11-28 22:40:14      TRUE
## 1219     FALSE             0            <NA> 2022-11-28 22:40:14     FALSE
## 1220     FALSE             0            <NA> 2022-11-28 22:40:07     FALSE
## 1221     FALSE             2            <NA> 2022-11-28 22:40:01     FALSE
## 1222     FALSE             1            <NA> 2022-11-28 22:39:59     FALSE
## 1223     FALSE             0            <NA> 2022-11-28 22:39:44     FALSE
## 1224     FALSE             2            <NA> 2022-11-28 22:39:42     FALSE
## 1225     FALSE             2            <NA> 2022-11-28 22:39:37     FALSE
## 1226     FALSE             0            <NA> 2022-11-28 22:39:37     FALSE
## 1227     FALSE             1            <NA> 2022-11-28 22:39:36     FALSE
## 1228     FALSE             0            <NA> 2022-11-28 22:39:36     FALSE
## 1229     FALSE             1            <NA> 2022-11-28 22:39:33     FALSE
## 1230     FALSE             0            <NA> 2022-11-28 22:39:33     FALSE
## 1231     FALSE             0            <NA> 2022-11-28 22:39:27     FALSE
## 1232     FALSE             0            <NA> 2022-11-28 22:39:27     FALSE
## 1233     FALSE             1            <NA> 2022-11-28 22:39:21      TRUE
## 1234     FALSE             0            <NA> 2022-11-28 22:39:18     FALSE
## 1235     FALSE             0            <NA> 2022-11-28 22:39:17     FALSE
## 1236     FALSE             4            <NA> 2022-11-28 22:39:12     FALSE
## 1237     FALSE             0            <NA> 2022-11-28 22:39:12     FALSE
## 1238     FALSE             0            <NA> 2022-11-28 22:39:07     FALSE
## 1239     FALSE             0            <NA> 2022-11-28 22:39:06     FALSE
## 1240     FALSE             0            <NA> 2022-11-28 22:39:04     FALSE
## 1241     FALSE             0            <NA> 2022-11-28 22:39:00     FALSE
## 1242     FALSE             0            <NA> 2022-11-28 22:38:58     FALSE
## 1243     FALSE             0            <NA> 2022-11-28 22:38:53     FALSE
## 1244     FALSE             5            <NA> 2022-11-28 22:38:49     FALSE
## 1245     FALSE             0            <NA> 2022-11-28 22:38:48     FALSE
## 1246     FALSE             0            <NA> 2022-11-28 22:38:46     FALSE
## 1247     FALSE             0            <NA> 2022-11-28 22:38:46     FALSE
## 1248     FALSE             0            <NA> 2022-11-28 22:38:43     FALSE
## 1249     FALSE             0            <NA> 2022-11-28 22:38:42     FALSE
## 1250     FALSE             0            <NA> 2022-11-28 22:38:32     FALSE
## 1251     FALSE             1            <NA> 2022-11-28 22:38:27     FALSE
## 1252     FALSE            10            <NA> 2022-11-28 22:38:24     FALSE
## 1253     FALSE             1            <NA> 2022-11-28 22:38:24     FALSE
## 1254     FALSE             0            <NA> 2022-11-28 22:38:20     FALSE
## 1255     FALSE             4            <NA> 2022-11-28 22:38:16     FALSE
## 1256     FALSE             0            <NA> 2022-11-28 22:38:16     FALSE
## 1257     FALSE             0            <NA> 2022-11-28 22:38:14     FALSE
## 1258     FALSE             0            <NA> 2022-11-28 22:38:11     FALSE
## 1259     FALSE            21            <NA> 2022-11-28 22:38:08     FALSE
## 1260     FALSE             0            <NA> 2022-11-28 22:38:05     FALSE
## 1261     FALSE             0            <NA> 2022-11-28 22:37:57     FALSE
## 1262     FALSE             0            <NA> 2022-11-28 22:37:52     FALSE
## 1263     FALSE             6            <NA> 2022-11-28 22:37:47     FALSE
## 1264     FALSE             0            <NA> 2022-11-28 22:37:46     FALSE
## 1265     FALSE             1            <NA> 2022-11-28 22:37:44     FALSE
## 1266     FALSE             1            <NA> 2022-11-28 22:37:39     FALSE
## 1267     FALSE            11            <NA> 2022-11-28 22:37:38      TRUE
## 1268     FALSE             0            <NA> 2022-11-28 22:37:38     FALSE
## 1269     FALSE             2            <NA> 2022-11-28 22:37:35     FALSE
## 1270     FALSE             5            <NA> 2022-11-28 22:37:35     FALSE
## 1271     FALSE             0            <NA> 2022-11-28 22:37:27     FALSE
## 1272     FALSE             1            <NA> 2022-11-28 22:37:26     FALSE
## 1273     FALSE             0            <NA> 2022-11-28 22:37:17     FALSE
## 1274     FALSE             0            <NA> 2022-11-28 22:37:17     FALSE
## 1275     FALSE             0            <NA> 2022-11-28 22:37:15     FALSE
## 1276     FALSE             3            <NA> 2022-11-28 22:37:13     FALSE
## 1277     FALSE             2            <NA> 2022-11-28 22:37:08     FALSE
## 1278     FALSE             0            <NA> 2022-11-28 22:37:00      TRUE
## 1279     FALSE             1            <NA> 2022-11-28 22:37:00     FALSE
## 1280     FALSE             1            <NA> 2022-11-28 22:36:56     FALSE
## 1281     FALSE             0            <NA> 2022-11-28 22:36:54     FALSE
## 1282     FALSE             0            <NA> 2022-11-28 22:36:48     FALSE
## 1283     FALSE             0            <NA> 2022-11-28 22:36:47     FALSE
## 1284     FALSE             0            <NA> 2022-11-28 22:36:44     FALSE
## 1285     FALSE             0            <NA> 2022-11-28 22:36:41     FALSE
## 1286     FALSE             0            <NA> 2022-11-28 22:36:38     FALSE
## 1287     FALSE             1            <NA> 2022-11-28 22:36:38     FALSE
## 1288     FALSE             0            <NA> 2022-11-28 22:36:29     FALSE
## 1289     FALSE             0            <NA> 2022-11-28 22:36:29     FALSE
## 1290     FALSE             5            <NA> 2022-11-28 22:36:28     FALSE
## 1291     FALSE             0            <NA> 2022-11-28 22:36:27     FALSE
## 1292     FALSE             0            <NA> 2022-11-28 22:36:26     FALSE
## 1293     FALSE             0            <NA> 2022-11-28 22:36:20     FALSE
## 1294     FALSE             0            <NA> 2022-11-28 22:36:17      TRUE
## 1295     FALSE             0            <NA> 2022-11-28 22:36:12     FALSE
## 1296     FALSE             0            <NA> 2022-11-28 22:36:04     FALSE
## 1297     FALSE             0            <NA> 2022-11-28 22:36:01     FALSE
## 1298     FALSE             1            <NA> 2022-11-28 22:35:54     FALSE
## 1299     FALSE             0            <NA> 2022-11-28 22:35:51     FALSE
## 1300     FALSE             0      lexfridman 2022-11-28 22:35:50      TRUE
## 1301     FALSE             0            <NA> 2022-11-28 22:35:44     FALSE
## 1302     FALSE             0            <NA> 2022-11-28 22:35:40     FALSE
## 1303     FALSE             0            <NA> 2022-11-28 22:35:31     FALSE
## 1304     FALSE             0            <NA> 2022-11-28 22:35:30     FALSE
## 1305     FALSE             1            <NA> 2022-11-28 22:35:30     FALSE
## 1306     FALSE             0            <NA> 2022-11-28 22:35:27     FALSE
## 1307     FALSE             0        elonmusk 2022-11-28 22:35:26      TRUE
## 1308     FALSE             0            <NA> 2022-11-28 22:35:26     FALSE
## 1309     FALSE             2            <NA> 2022-11-28 22:35:19     FALSE
## 1310     FALSE             0            <NA> 2022-11-28 22:35:17     FALSE
## 1311     FALSE             0            <NA> 2022-11-28 22:35:15     FALSE
## 1312     FALSE             0            <NA> 2022-11-28 22:35:13     FALSE
## 1313     FALSE             0            <NA> 2022-11-28 22:35:12     FALSE
## 1314     FALSE             0            <NA> 2022-11-28 22:35:10     FALSE
## 1315     FALSE             0            <NA> 2022-11-28 22:35:07     FALSE
## 1316     FALSE             1            <NA> 2022-11-28 22:35:06     FALSE
## 1317     FALSE             0            <NA> 2022-11-28 22:35:05     FALSE
## 1318     FALSE             0            <NA> 2022-11-28 22:35:01     FALSE
## 1319     FALSE             0            <NA> 2022-11-28 22:34:57     FALSE
## 1320     FALSE             1            <NA> 2022-11-28 22:34:55     FALSE
## 1321     FALSE             0            <NA> 2022-11-28 22:34:55     FALSE
## 1322     FALSE             1            <NA> 2022-11-28 22:34:52     FALSE
## 1323     FALSE             0            <NA> 2022-11-28 22:34:50     FALSE
## 1324     FALSE             1            <NA> 2022-11-28 22:34:48     FALSE
## 1325     FALSE             2            <NA> 2022-11-28 22:34:45     FALSE
## 1326     FALSE             1            <NA> 2022-11-28 22:34:43     FALSE
## 1327     FALSE             0            <NA> 2022-11-28 22:34:41     FALSE
## 1328     FALSE             3            <NA> 2022-11-28 22:34:40     FALSE
## 1329     FALSE             0            <NA> 2022-11-28 22:34:36     FALSE
## 1330     FALSE             0            <NA> 2022-11-28 22:34:34     FALSE
## 1331     FALSE             0            <NA> 2022-11-28 22:34:23     FALSE
## 1332     FALSE             0            <NA> 2022-11-28 22:34:21     FALSE
## 1333     FALSE             0            <NA> 2022-11-28 22:34:20     FALSE
## 1334     FALSE             3            <NA> 2022-11-28 22:34:13     FALSE
## 1335     FALSE             0            <NA> 2022-11-28 22:34:11     FALSE
## 1336     FALSE             0            <NA> 2022-11-28 22:34:11     FALSE
## 1337     FALSE             0            <NA> 2022-11-28 22:34:07     FALSE
## 1338     FALSE             0            <NA> 2022-11-28 22:34:03     FALSE
## 1339     FALSE             0            <NA> 2022-11-28 22:34:01     FALSE
## 1340     FALSE             0            <NA> 2022-11-28 22:33:56     FALSE
## 1341     FALSE             0            <NA> 2022-11-28 22:33:53     FALSE
## 1342     FALSE             0            <NA> 2022-11-28 22:33:51     FALSE
## 1343     FALSE             1            <NA> 2022-11-28 22:33:48     FALSE
## 1344     FALSE             0            <NA> 2022-11-28 22:33:43      TRUE
## 1345     FALSE             0       DJKASTONE 2022-11-28 22:33:43     FALSE
## 1346     FALSE             7            <NA> 2022-11-28 22:33:41     FALSE
## 1347     FALSE             0            <NA> 2022-11-28 22:33:37     FALSE
## 1348     FALSE             2            <NA> 2022-11-28 22:33:36     FALSE
## 1349     FALSE             0            <NA> 2022-11-28 22:33:34     FALSE
## 1350     FALSE             1       PSYKEYstr 2022-11-28 22:33:31     FALSE
## 1351     FALSE             1            <NA> 2022-11-28 22:33:27      TRUE
## 1352     FALSE             0            <NA> 2022-11-28 22:33:25     FALSE
## 1353     FALSE             0            <NA> 2022-11-28 22:33:25     FALSE
## 1354     FALSE             0            <NA> 2022-11-28 22:33:23     FALSE
## 1355     FALSE             0            <NA> 2022-11-28 22:33:20     FALSE
## 1356     FALSE             1            <NA> 2022-11-28 22:33:17     FALSE
## 1357     FALSE             2            <NA> 2022-11-28 22:33:17     FALSE
## 1358     FALSE             2            <NA> 2022-11-28 22:33:09     FALSE
## 1359     FALSE             1            <NA> 2022-11-28 22:32:52     FALSE
## 1360     FALSE             1            <NA> 2022-11-28 22:32:52     FALSE
## 1361     FALSE             0            <NA> 2022-11-28 22:32:52     FALSE
## 1362     FALSE             1            <NA> 2022-11-28 22:32:47     FALSE
## 1363     FALSE             0            <NA> 2022-11-28 22:32:34     FALSE
## 1364     FALSE             6            <NA> 2022-11-28 22:32:32     FALSE
## 1365     FALSE             0            <NA> 2022-11-28 22:32:32     FALSE
## 1366     FALSE             0            <NA> 2022-11-28 22:32:23      TRUE
## 1367     FALSE             0            <NA> 2022-11-28 22:32:19     FALSE
## 1368     FALSE             0            <NA> 2022-11-28 22:32:19     FALSE
## 1369     FALSE             1            <NA> 2022-11-28 22:32:18     FALSE
## 1370     FALSE             1            <NA> 2022-11-28 22:32:12     FALSE
## 1371     FALSE             1            <NA> 2022-11-28 22:32:07     FALSE
## 1372     FALSE             2            <NA> 2022-11-28 22:31:59     FALSE
## 1373     FALSE             0            <NA> 2022-11-28 22:31:50     FALSE
## 1374     FALSE             0            <NA> 2022-11-28 22:31:48     FALSE
## 1375     FALSE             0            <NA> 2022-11-28 22:31:47     FALSE
## 1376     FALSE             0            <NA> 2022-11-28 22:31:41     FALSE
## 1377     FALSE             0            <NA> 2022-11-28 22:31:39     FALSE
## 1378     FALSE             1            <NA> 2022-11-28 22:31:35     FALSE
## 1379     FALSE             0            <NA> 2022-11-28 22:31:27     FALSE
## 1380     FALSE             0            <NA> 2022-11-28 22:31:25     FALSE
## 1381     FALSE             0            <NA> 2022-11-28 22:31:13     FALSE
## 1382     FALSE            19            <NA> 2022-11-28 22:31:10     FALSE
## 1383     FALSE             1            <NA> 2022-11-28 22:31:10      TRUE
## 1384     FALSE             0            <NA> 2022-11-28 22:31:07     FALSE
## 1385     FALSE             0            <NA> 2022-11-28 22:30:59     FALSE
## 1386     FALSE             0            <NA> 2022-11-28 22:30:57     FALSE
## 1387     FALSE             0            <NA> 2022-11-28 22:30:52     FALSE
## 1388     FALSE             1            <NA> 2022-11-28 22:30:45     FALSE
## 1389     FALSE             0            <NA> 2022-11-28 22:30:45     FALSE
## 1390     FALSE             2            <NA> 2022-11-28 22:30:44     FALSE
## 1391     FALSE             0            <NA> 2022-11-28 22:30:39     FALSE
## 1392     FALSE            13       chartdata 2022-11-28 22:30:38     FALSE
## 1393     FALSE             2            <NA> 2022-11-28 22:30:31      TRUE
## 1394     FALSE             0            <NA> 2022-11-28 22:30:26     FALSE
## 1395     FALSE             0            <NA> 2022-11-28 22:30:25     FALSE
## 1396     FALSE             1            <NA> 2022-11-28 22:30:23     FALSE
## 1397     FALSE             0            <NA> 2022-11-28 22:30:21     FALSE
## 1398     FALSE             0            <NA> 2022-11-28 22:30:14     FALSE
## 1399     FALSE             6            <NA> 2022-11-28 22:30:11     FALSE
## 1400     FALSE             1            <NA> 2022-11-28 22:30:08     FALSE
## 1401     FALSE             0            <NA> 2022-11-28 22:29:55     FALSE
## 1402     FALSE             1            <NA> 2022-11-28 22:29:53      TRUE
## 1403     FALSE             0            <NA> 2022-11-28 22:29:53     FALSE
## 1404     FALSE             2         Spotify 2022-11-28 22:29:52     FALSE
## 1405     FALSE             0            <NA> 2022-11-28 22:29:44     FALSE
## 1406     FALSE             0            <NA> 2022-11-28 22:29:36     FALSE
## 1407     FALSE             0            <NA> 2022-11-28 22:29:35      TRUE
## 1408     FALSE             1            <NA> 2022-11-28 22:29:34     FALSE
## 1409     FALSE             1            <NA> 2022-11-28 22:29:33     FALSE
## 1410     FALSE             0            <NA> 2022-11-28 22:29:31     FALSE
## 1411     FALSE             0            <NA> 2022-11-28 22:29:30     FALSE
## 1412     FALSE             0            <NA> 2022-11-28 22:29:19     FALSE
## 1413     FALSE             0            <NA> 2022-11-28 22:29:14     FALSE
## 1414     FALSE             0            <NA> 2022-11-28 22:29:12     FALSE
## 1415     FALSE             1            <NA> 2022-11-28 22:29:05     FALSE
## 1416     FALSE             0            <NA> 2022-11-28 22:29:04     FALSE
## 1417     FALSE             0            <NA> 2022-11-28 22:29:04     FALSE
## 1418     FALSE             0            <NA> 2022-11-28 22:29:00     FALSE
## 1419     FALSE             2            <NA> 2022-11-28 22:28:59      TRUE
## 1420     FALSE             2            <NA> 2022-11-28 22:28:57     FALSE
## 1421     FALSE             0            <NA> 2022-11-28 22:28:51     FALSE
## 1422     FALSE             0            <NA> 2022-11-28 22:28:48     FALSE
## 1423     FALSE             0            <NA> 2022-11-28 22:28:47     FALSE
## 1424     FALSE             0            <NA> 2022-11-28 22:28:46     FALSE
## 1425     FALSE             0            <NA> 2022-11-28 22:28:41     FALSE
## 1426     FALSE             0            <NA> 2022-11-28 22:28:15     FALSE
## 1427     FALSE             0            <NA> 2022-11-28 22:28:13     FALSE
## 1428     FALSE             0            <NA> 2022-11-28 22:28:12      TRUE
## 1429     FALSE             0            <NA> 2022-11-28 22:28:05     FALSE
## 1430     FALSE             1            <NA> 2022-11-28 22:28:00     FALSE
## 1431     FALSE             0            <NA> 2022-11-28 22:28:00     FALSE
## 1432     FALSE             0            <NA> 2022-11-28 22:27:59     FALSE
## 1433     FALSE             0            <NA> 2022-11-28 22:27:54     FALSE
## 1434     FALSE             0            <NA> 2022-11-28 22:27:51     FALSE
## 1435     FALSE             0            <NA> 2022-11-28 22:27:49      TRUE
## 1436     FALSE             1            <NA> 2022-11-28 22:27:49     FALSE
## 1437     FALSE             2            <NA> 2022-11-28 22:27:36     FALSE
## 1438     FALSE             1   thee_LuiRemix 2022-11-28 22:27:20     FALSE
## 1439     FALSE             1            <NA> 2022-11-28 22:27:18     FALSE
## 1440     FALSE             0            <NA> 2022-11-28 22:27:18      TRUE
## 1441     FALSE             1            <NA> 2022-11-28 22:26:59     FALSE
## 1442     FALSE             0  aquarianweekly 2022-11-28 22:26:51     FALSE
## 1443     FALSE             1            <NA> 2022-11-28 22:26:33     FALSE
## 1444     FALSE             3            <NA> 2022-11-28 22:26:24      TRUE
## 1445     FALSE             0            <NA> 2022-11-28 22:26:21     FALSE
## 1446     FALSE             1            <NA> 2022-11-28 22:26:20     FALSE
## 1447     FALSE             0            <NA> 2022-11-28 22:26:19     FALSE
## 1448     FALSE             0            <NA> 2022-11-28 22:26:16     FALSE
## 1449     FALSE             1            <NA> 2022-11-28 22:26:09     FALSE
## 1450     FALSE             0            <NA> 2022-11-28 22:26:08     FALSE
## 1451     FALSE             0            <NA> 2022-11-28 22:26:03     FALSE
## 1452     FALSE             1            <NA> 2022-11-28 22:26:02     FALSE
## 1453     FALSE             0            <NA> 2022-11-28 22:25:55     FALSE
## 1454     FALSE             1            <NA> 2022-11-28 22:25:52      TRUE
## 1455     FALSE             0            <NA> 2022-11-28 22:25:51     FALSE
## 1456     FALSE             0            <NA> 2022-11-28 22:25:50     FALSE
## 1457     FALSE             1            <NA> 2022-11-28 22:25:48     FALSE
## 1458     FALSE             0            <NA> 2022-11-28 22:25:42     FALSE
## 1459     FALSE             0      JannyJanis 2022-11-28 22:25:38     FALSE
## 1460     FALSE             0            <NA> 2022-11-28 22:25:38     FALSE
## 1461     FALSE             0            <NA> 2022-11-28 22:25:36     FALSE
## 1462     FALSE             0            <NA> 2022-11-28 22:25:32     FALSE
## 1463     FALSE             1            <NA> 2022-11-28 22:25:31      TRUE
## 1464     FALSE             0            <NA> 2022-11-28 22:25:29     FALSE
## 1465     FALSE             0            <NA> 2022-11-28 22:25:27     FALSE
## 1466     FALSE             1            <NA> 2022-11-28 22:25:18     FALSE
## 1467     FALSE             2            <NA> 2022-11-28 22:25:11      TRUE
## 1468     FALSE             0            <NA> 2022-11-28 22:25:10      TRUE
## 1469     FALSE             1            <NA> 2022-11-28 22:25:07     FALSE
## 1470     FALSE             0            <NA> 2022-11-28 22:25:07     FALSE
## 1471     FALSE             1            <NA> 2022-11-28 22:24:51     FALSE
## 1472     FALSE             1            <NA> 2022-11-28 22:24:51     FALSE
## 1473     FALSE             1            <NA> 2022-11-28 22:24:48     FALSE
## 1474     FALSE             0            <NA> 2022-11-28 22:24:48     FALSE
## 1475     FALSE             0            <NA> 2022-11-28 22:24:47     FALSE
## 1476     FALSE             1            <NA> 2022-11-28 22:24:44     FALSE
## 1477     FALSE             1            <NA> 2022-11-28 22:24:44     FALSE
## 1478     FALSE             1            <NA> 2022-11-28 22:24:44     FALSE
## 1479     FALSE             1            <NA> 2022-11-28 22:24:43     FALSE
## 1480     FALSE             0            <NA> 2022-11-28 22:24:41     FALSE
## 1481     FALSE             1            <NA> 2022-11-28 22:24:40     FALSE
## 1482     FALSE             0            <NA> 2022-11-28 22:24:38     FALSE
## 1483     FALSE             0            <NA> 2022-11-28 22:24:36     FALSE
## 1484     FALSE             0            <NA> 2022-11-28 22:24:27     FALSE
## 1485     FALSE             0            <NA> 2022-11-28 22:24:23     FALSE
## 1486     FALSE             2            <NA> 2022-11-28 22:24:15     FALSE
## 1487     FALSE             3            <NA> 2022-11-28 22:24:14     FALSE
## 1488     FALSE             0            <NA> 2022-11-28 22:24:08      TRUE
## 1489     FALSE             1            <NA> 2022-11-28 22:24:06     FALSE
## 1490     FALSE             1            <NA> 2022-11-28 22:24:04     FALSE
## 1491     FALSE             2            <NA> 2022-11-28 22:24:02     FALSE
## 1492     FALSE             0            <NA> 2022-11-28 22:24:00     FALSE
## 1493     FALSE             1            <NA> 2022-11-28 22:23:57     FALSE
## 1494     FALSE             2            <NA> 2022-11-28 22:23:56     FALSE
## 1495     FALSE             0            <NA> 2022-11-28 22:23:44     FALSE
## 1496     FALSE             0            <NA> 2022-11-28 22:23:44     FALSE
## 1497     FALSE             0            <NA> 2022-11-28 22:23:33     FALSE
## 1498     FALSE            39            <NA> 2022-11-28 22:23:32     FALSE
## 1499     FALSE             0            <NA> 2022-11-28 22:23:30     FALSE
## 1500     FALSE             0            <NA> 2022-11-28 22:23:30     FALSE
## 1501     FALSE             1            <NA> 2022-11-28 22:23:27     FALSE
## 1502     FALSE             0            <NA> 2022-11-28 22:23:24     FALSE
## 1503     FALSE             0            <NA> 2022-11-28 22:23:22     FALSE
## 1504     FALSE             0            <NA> 2022-11-28 22:23:19     FALSE
## 1505     FALSE             1            <NA> 2022-11-28 22:23:09     FALSE
## 1506     FALSE             0            <NA> 2022-11-28 22:23:09     FALSE
## 1507     FALSE             1            <NA> 2022-11-28 22:23:09     FALSE
## 1508     FALSE             4            <NA> 2022-11-28 22:23:07     FALSE
## 1509     FALSE             0            <NA> 2022-11-28 22:23:00     FALSE
## 1510     FALSE             0            <NA> 2022-11-28 22:22:59     FALSE
## 1511     FALSE             0            <NA> 2022-11-28 22:22:59     FALSE
## 1512     FALSE             1            <NA> 2022-11-28 22:22:58     FALSE
## 1513     FALSE             3            <NA> 2022-11-28 22:22:58     FALSE
## 1514     FALSE             1            <NA> 2022-11-28 22:22:54     FALSE
## 1515     FALSE             0            <NA> 2022-11-28 22:22:50     FALSE
## 1516     FALSE             1            <NA> 2022-11-28 22:22:48     FALSE
## 1517     FALSE             0            <NA> 2022-11-28 22:22:42     FALSE
## 1518     FALSE             0            <NA> 2022-11-28 22:22:41     FALSE
## 1519     FALSE             2            <NA> 2022-11-28 22:22:39     FALSE
## 1520     FALSE             4            <NA> 2022-11-28 22:22:34     FALSE
## 1521     FALSE             0            <NA> 2022-11-28 22:22:34     FALSE
## 1522     FALSE             0   laurenboebert 2022-11-28 22:22:28      TRUE
## 1523     FALSE             1            <NA> 2022-11-28 22:22:27     FALSE
## 1524     FALSE             1            <NA> 2022-11-28 22:22:27     FALSE
## 1525     FALSE             1            <NA> 2022-11-28 22:22:24     FALSE
## 1526     FALSE             0            <NA> 2022-11-28 22:22:21     FALSE
## 1527     FALSE             1            <NA> 2022-11-28 22:22:14     FALSE
## 1528     FALSE             0            <NA> 2022-11-28 22:22:10     FALSE
## 1529     FALSE             0            <NA> 2022-11-28 22:22:10      TRUE
## 1530     FALSE             1            <NA> 2022-11-28 22:22:09     FALSE
## 1531     FALSE             0            <NA> 2022-11-28 22:22:05     FALSE
## 1532     FALSE             0            <NA> 2022-11-28 22:22:04     FALSE
## 1533     FALSE             0            <NA> 2022-11-28 22:21:57     FALSE
## 1534     FALSE             0            <NA> 2022-11-28 22:21:47     FALSE
## 1535     FALSE             0            <NA> 2022-11-28 22:21:45     FALSE
## 1536     FALSE             2            <NA> 2022-11-28 22:21:38     FALSE
## 1537     FALSE             0            <NA> 2022-11-28 22:21:36     FALSE
## 1538     FALSE             0            <NA> 2022-11-28 22:21:32      TRUE
## 1539     FALSE             0            <NA> 2022-11-28 22:21:32     FALSE
## 1540     FALSE             3            <NA> 2022-11-28 22:21:30     FALSE
## 1541     FALSE             0            <NA> 2022-11-28 22:21:24      TRUE
## 1542     FALSE             0            <NA> 2022-11-28 22:21:17     FALSE
## 1543     FALSE             2            <NA> 2022-11-28 22:21:17     FALSE
## 1544     FALSE             4            <NA> 2022-11-28 22:21:14      TRUE
## 1545     FALSE             0            <NA> 2022-11-28 22:21:14     FALSE
## 1546     FALSE             0            <NA> 2022-11-28 22:21:11     FALSE
## 1547     FALSE             0            <NA> 2022-11-28 22:21:11     FALSE
## 1548     FALSE             0            <NA> 2022-11-28 22:21:10     FALSE
## 1549     FALSE             0            <NA> 2022-11-28 22:21:07     FALSE
## 1550     FALSE             2            <NA> 2022-11-28 22:21:06     FALSE
## 1551     FALSE             0            <NA> 2022-11-28 22:21:05     FALSE
## 1552     FALSE             0            <NA> 2022-11-28 22:21:01     FALSE
## 1553     FALSE             0            <NA> 2022-11-28 22:21:00     FALSE
## 1554     FALSE             0            <NA> 2022-11-28 22:20:51     FALSE
## 1555     FALSE             0            <NA> 2022-11-28 22:20:51     FALSE
## 1556     FALSE             0            <NA> 2022-11-28 22:20:48     FALSE
## 1557     FALSE             0            <NA> 2022-11-28 22:20:48     FALSE
## 1558     FALSE             2            <NA> 2022-11-28 22:20:48      TRUE
## 1559     FALSE             1            <NA> 2022-11-28 22:20:46     FALSE
## 1560     FALSE             0            <NA> 2022-11-28 22:20:44     FALSE
## 1561     FALSE             1            <NA> 2022-11-28 22:20:37     FALSE
## 1562     FALSE             0            <NA> 2022-11-28 22:20:36     FALSE
## 1563     FALSE             0            <NA> 2022-11-28 22:20:31     FALSE
## 1564     FALSE             4            <NA> 2022-11-28 22:20:31     FALSE
## 1565     FALSE             0            <NA> 2022-11-28 22:20:29      TRUE
## 1566     FALSE             0            <NA> 2022-11-28 22:20:27     FALSE
## 1567     FALSE             0            <NA> 2022-11-28 22:20:26     FALSE
## 1568     FALSE             0          Google 2022-11-28 22:20:25     FALSE
## 1569     FALSE             0            <NA> 2022-11-28 22:20:20     FALSE
## 1570     FALSE             2            <NA> 2022-11-28 22:20:19     FALSE
## 1571     FALSE             0            <NA> 2022-11-28 22:20:15     FALSE
## 1572     FALSE             3            <NA> 2022-11-28 22:20:11      TRUE
## 1573     FALSE             0            <NA> 2022-11-28 22:20:10     FALSE
## 1574     FALSE             0            <NA> 2022-11-28 22:20:08     FALSE
## 1575     FALSE             1            <NA> 2022-11-28 22:20:06     FALSE
## 1576     FALSE             0            <NA> 2022-11-28 22:20:05     FALSE
## 1577     FALSE             0            <NA> 2022-11-28 22:20:01     FALSE
## 1578     FALSE             0            <NA> 2022-11-28 22:19:59     FALSE
## 1579     FALSE             0         Spotify 2022-11-28 22:19:58      TRUE
## 1580     FALSE             0            <NA> 2022-11-28 22:19:56     FALSE
## 1581     FALSE            21            <NA> 2022-11-28 22:19:55      TRUE
## 1582     FALSE             0            <NA> 2022-11-28 22:19:55     FALSE
## 1583     FALSE             0            <NA> 2022-11-28 22:19:54     FALSE
## 1584     FALSE             0            <NA> 2022-11-28 22:19:45      TRUE
## 1585     FALSE             0            <NA> 2022-11-28 22:19:42     FALSE
## 1586     FALSE             0            <NA> 2022-11-28 22:19:37     FALSE
## 1587     FALSE             0            <NA> 2022-11-28 22:19:37     FALSE
## 1588     FALSE             0            <NA> 2022-11-28 22:19:28     FALSE
## 1589     FALSE             0            <NA> 2022-11-28 22:19:24     FALSE
## 1590     FALSE             0            <NA> 2022-11-28 22:19:22     FALSE
## 1591     FALSE             0            <NA> 2022-11-28 22:19:21     FALSE
## 1592     FALSE             0            <NA> 2022-11-28 22:19:13     FALSE
## 1593     FALSE             2            <NA> 2022-11-28 22:19:11     FALSE
## 1594     FALSE             0            <NA> 2022-11-28 22:19:08     FALSE
## 1595     FALSE             2            <NA> 2022-11-28 22:19:00      TRUE
## 1596     FALSE             0            <NA> 2022-11-28 22:18:59      TRUE
## 1597     FALSE             1          megdex 2022-11-28 22:18:59     FALSE
## 1598     FALSE             0            <NA> 2022-11-28 22:18:55     FALSE
## 1599     FALSE             1            <NA> 2022-11-28 22:18:55      TRUE
## 1600     FALSE             0            <NA> 2022-11-28 22:18:53     FALSE
## 1601     FALSE             0            <NA> 2022-11-28 22:18:44     FALSE
## 1602     FALSE             0            <NA> 2022-11-28 22:18:38     FALSE
## 1603     FALSE             0            <NA> 2022-11-28 22:18:33     FALSE
## 1604     FALSE             0            <NA> 2022-11-28 22:18:33     FALSE
## 1605     FALSE             1            <NA> 2022-11-28 22:18:29     FALSE
## 1606     FALSE             0            <NA> 2022-11-28 22:18:23     FALSE
## 1607     FALSE             1            <NA> 2022-11-28 22:18:15      TRUE
## 1608     FALSE             0            <NA> 2022-11-28 22:18:14     FALSE
## 1609     FALSE             0            <NA> 2022-11-28 22:18:14     FALSE
## 1610     FALSE             1            <NA> 2022-11-28 22:18:13     FALSE
## 1611     FALSE             0            <NA> 2022-11-28 22:18:10     FALSE
## 1612     FALSE             0            <NA> 2022-11-28 22:18:07      TRUE
## 1613     FALSE             3            <NA> 2022-11-28 22:18:06      TRUE
## 1614     FALSE             0            <NA> 2022-11-28 22:18:06     FALSE
## 1615     FALSE             0            <NA> 2022-11-28 22:17:59     FALSE
## 1616     FALSE             1            <NA> 2022-11-28 22:17:59     FALSE
## 1617     FALSE             0            <NA> 2022-11-28 22:17:57     FALSE
## 1618     FALSE             0            <NA> 2022-11-28 22:17:46     FALSE
## 1619     FALSE             0            <NA> 2022-11-28 22:17:39     FALSE
## 1620     FALSE             2            <NA> 2022-11-28 22:17:35     FALSE
## 1621     FALSE             0            <NA> 2022-11-28 22:17:33     FALSE
## 1622     FALSE             1            <NA> 2022-11-28 22:17:18     FALSE
## 1623     FALSE             4            <NA> 2022-11-28 22:17:05     FALSE
## 1624     FALSE             0            <NA> 2022-11-28 22:17:02     FALSE
## 1625     FALSE             0            <NA> 2022-11-28 22:17:01     FALSE
## 1626     FALSE             0            <NA> 2022-11-28 22:17:00     FALSE
## 1627     FALSE             0            <NA> 2022-11-28 22:16:56     FALSE
## 1628     FALSE             0            <NA> 2022-11-28 22:16:48     FALSE
## 1629     FALSE             0            <NA> 2022-11-28 22:16:45     FALSE
## 1630     FALSE             0            <NA> 2022-11-28 22:16:41     FALSE
## 1631     FALSE             0            <NA> 2022-11-28 22:16:35     FALSE
## 1632     FALSE             0            <NA> 2022-11-28 22:16:30     FALSE
## 1633     FALSE             0            <NA> 2022-11-28 22:16:27     FALSE
## 1634     FALSE            36            <NA> 2022-11-28 22:16:27     FALSE
## 1635     FALSE             0            <NA> 2022-11-28 22:16:19     FALSE
## 1636     FALSE             0            <NA> 2022-11-28 22:16:15     FALSE
## 1637     FALSE             0            <NA> 2022-11-28 22:16:13     FALSE
## 1638     FALSE             0            <NA> 2022-11-28 22:16:11     FALSE
## 1639     FALSE             0            <NA> 2022-11-28 22:16:10     FALSE
## 1640     FALSE             0            <NA> 2022-11-28 22:16:01     FALSE
## 1641     FALSE             0            <NA> 2022-11-28 22:15:57     FALSE
## 1642     FALSE             0 PierrePoilievre 2022-11-28 22:15:55      TRUE
## 1643     FALSE             2            <NA> 2022-11-28 22:15:55     FALSE
## 1644     FALSE             0            <NA> 2022-11-28 22:15:55     FALSE
## 1645     FALSE             0            <NA> 2022-11-28 22:15:54     FALSE
## 1646     FALSE             0            <NA> 2022-11-28 22:15:52     FALSE
## 1647     FALSE             3            <NA> 2022-11-28 22:15:51     FALSE
## 1648     FALSE             0            <NA> 2022-11-28 22:15:51     FALSE
## 1649     FALSE             0            <NA> 2022-11-28 22:15:46     FALSE
## 1650     FALSE             1            <NA> 2022-11-28 22:15:46     FALSE
## 1651     FALSE             0            <NA> 2022-11-28 22:15:45     FALSE
## 1652     FALSE             0            <NA> 2022-11-28 22:15:45     FALSE
## 1653     FALSE             0            <NA> 2022-11-28 22:15:41      TRUE
## 1654     FALSE             0            <NA> 2022-11-28 22:15:39     FALSE
## 1655     FALSE             0            <NA> 2022-11-28 22:15:36     FALSE
## 1656     FALSE             0            <NA> 2022-11-28 22:15:29     FALSE
## 1657     FALSE             0            <NA> 2022-11-28 22:15:28     FALSE
## 1658     FALSE             0            <NA> 2022-11-28 22:15:24     FALSE
## 1659     FALSE             0            <NA> 2022-11-28 22:15:22     FALSE
## 1660     FALSE             0            <NA> 2022-11-28 22:15:20     FALSE
## 1661     FALSE             2            <NA> 2022-11-28 22:15:16     FALSE
## 1662     FALSE             0            <NA> 2022-11-28 22:15:15     FALSE
## 1663     FALSE             0            <NA> 2022-11-28 22:15:12     FALSE
## 1664     FALSE             3            <NA> 2022-11-28 22:15:12     FALSE
## 1665     FALSE             0            <NA> 2022-11-28 22:15:10     FALSE
## 1666     FALSE             0            <NA> 2022-11-28 22:15:09     FALSE
## 1667     FALSE             0            <NA> 2022-11-28 22:15:09     FALSE
## 1668     FALSE             0            <NA> 2022-11-28 22:15:06     FALSE
## 1669     FALSE             0            <NA> 2022-11-28 22:15:04     FALSE
## 1670     FALSE             0            <NA> 2022-11-28 22:14:58     FALSE
## 1671     FALSE             1       PALLOMmp3 2022-11-28 22:14:54     FALSE
## 1672     FALSE             0            <NA> 2022-11-28 22:14:48     FALSE
## 1673     FALSE             0            <NA> 2022-11-28 22:14:48     FALSE
## 1674     FALSE             1            <NA> 2022-11-28 22:14:40     FALSE
## 1675     FALSE             0            <NA> 2022-11-28 22:14:38     FALSE
## 1676     FALSE             1            <NA> 2022-11-28 22:14:36      TRUE
## 1677     FALSE             0            <NA> 2022-11-28 22:14:36     FALSE
## 1678     FALSE             1            <NA> 2022-11-28 22:14:28      TRUE
## 1679     FALSE             0            <NA> 2022-11-28 22:14:26     FALSE
## 1680     FALSE             0            <NA> 2022-11-28 22:14:26     FALSE
## 1681     FALSE             0            <NA> 2022-11-28 22:14:24     FALSE
## 1682     FALSE             0            <NA> 2022-11-28 22:14:24     FALSE
## 1683     FALSE             0            <NA> 2022-11-28 22:14:23     FALSE
## 1684     FALSE             0            <NA> 2022-11-28 22:14:19     FALSE
## 1685     FALSE             0            <NA> 2022-11-28 22:14:19     FALSE
## 1686     FALSE             0            <NA> 2022-11-28 22:14:13     FALSE
## 1687     FALSE             0            <NA> 2022-11-28 22:14:11     FALSE
## 1688     FALSE             0            <NA> 2022-11-28 22:14:10     FALSE
## 1689     FALSE             0            <NA> 2022-11-28 22:14:09     FALSE
## 1690     FALSE             0            <NA> 2022-11-28 22:14:01     FALSE
## 1691     FALSE             0            <NA> 2022-11-28 22:13:57      TRUE
## 1692     FALSE             0            <NA> 2022-11-28 22:13:57     FALSE
## 1693     FALSE             7            <NA> 2022-11-28 22:13:55     FALSE
## 1694     FALSE             0            <NA> 2022-11-28 22:13:55     FALSE
## 1695     FALSE             1            <NA> 2022-11-28 22:13:53     FALSE
## 1696     FALSE             1            <NA> 2022-11-28 22:13:45      TRUE
## 1697     FALSE             0            <NA> 2022-11-28 22:13:45     FALSE
## 1698     FALSE             0            <NA> 2022-11-28 22:13:43     FALSE
## 1699     FALSE             0            <NA> 2022-11-28 22:13:37     FALSE
## 1700     FALSE             0            <NA> 2022-11-28 22:13:36     FALSE
## 1701     FALSE             0            <NA> 2022-11-28 22:13:36     FALSE
## 1702     FALSE             0            <NA> 2022-11-28 22:13:35     FALSE
## 1703     FALSE             0            <NA> 2022-11-28 22:13:34      TRUE
## 1704     FALSE             0            <NA> 2022-11-28 22:13:33     FALSE
## 1705     FALSE             0            <NA> 2022-11-28 22:13:33     FALSE
## 1706     FALSE             0            <NA> 2022-11-28 22:13:32     FALSE
## 1707     FALSE             0            <NA> 2022-11-28 22:13:30     FALSE
## 1708     FALSE             0            <NA> 2022-11-28 22:13:29     FALSE
## 1709     FALSE             0            <NA> 2022-11-28 22:13:29     FALSE
## 1710     FALSE             0            <NA> 2022-11-28 22:13:28     FALSE
## 1711     FALSE             1            <NA> 2022-11-28 22:13:27     FALSE
## 1712     FALSE             0            <NA> 2022-11-28 22:13:20     FALSE
## 1713     FALSE             0            <NA> 2022-11-28 22:13:19     FALSE
## 1714     FALSE             0            <NA> 2022-11-28 22:13:19     FALSE
## 1715     FALSE             0            <NA> 2022-11-28 22:13:19     FALSE
## 1716     FALSE             1            <NA> 2022-11-28 22:13:15     FALSE
## 1717     FALSE             0            <NA> 2022-11-28 22:13:13     FALSE
## 1718     FALSE             0            <NA> 2022-11-28 22:13:11     FALSE
## 1719     FALSE             0            <NA> 2022-11-28 22:13:09     FALSE
## 1720     FALSE             0            <NA> 2022-11-28 22:13:09      TRUE
## 1721     FALSE             1            <NA> 2022-11-28 22:13:07     FALSE
## 1722     FALSE             0            <NA> 2022-11-28 22:13:06      TRUE
## 1723     FALSE             0            <NA> 2022-11-28 22:13:02     FALSE
## 1724     FALSE             0            <NA> 2022-11-28 22:12:59     FALSE
## 1725     FALSE             0            <NA> 2022-11-28 22:12:57     FALSE
## 1726     FALSE             1            <NA> 2022-11-28 22:12:56     FALSE
## 1727     FALSE             0            <NA> 2022-11-28 22:12:54     FALSE
## 1728     FALSE             0            <NA> 2022-11-28 22:12:50     FALSE
## 1729     FALSE            10            <NA> 2022-11-28 22:12:50      TRUE
## 1730     FALSE             0            <NA> 2022-11-28 22:12:49     FALSE
## 1731     FALSE             0            <NA> 2022-11-28 22:12:46      TRUE
## 1732     FALSE           258            <NA> 2022-11-28 22:12:44     FALSE
## 1733     FALSE             1            <NA> 2022-11-28 22:12:44     FALSE
## 1734     FALSE             0            <NA> 2022-11-28 22:12:41     FALSE
## 1735     FALSE             0            <NA> 2022-11-28 22:12:40     FALSE
## 1736     FALSE             0            <NA> 2022-11-28 22:12:34     FALSE
## 1737     FALSE             0            <NA> 2022-11-28 22:12:29     FALSE
## 1738     FALSE             1            <NA> 2022-11-28 22:12:28     FALSE
## 1739     FALSE             0            <NA> 2022-11-28 22:12:25     FALSE
## 1740     FALSE             0            <NA> 2022-11-28 22:12:23     FALSE
## 1741     FALSE             2            <NA> 2022-11-28 22:12:21     FALSE
## 1742     FALSE             7         Spotify 2022-11-28 22:12:18      TRUE
## 1743     FALSE             1            <NA> 2022-11-28 22:12:16     FALSE
## 1744     FALSE             1            <NA> 2022-11-28 22:12:16     FALSE
## 1745     FALSE             0            <NA> 2022-11-28 22:12:15     FALSE
## 1746     FALSE             0            <NA> 2022-11-28 22:12:10     FALSE
## 1747     FALSE             0            <NA> 2022-11-28 22:12:10     FALSE
## 1748     FALSE             0            <NA> 2022-11-28 22:12:06     FALSE
## 1749     FALSE             0            <NA> 2022-11-28 22:12:01     FALSE
## 1750     FALSE             4            <NA> 2022-11-28 22:12:00     FALSE
## 1751     FALSE             0            <NA> 2022-11-28 22:12:00     FALSE
## 1752     FALSE             0            <NA> 2022-11-28 22:11:59     FALSE
## 1753     FALSE             0            <NA> 2022-11-28 22:11:57     FALSE
## 1754     FALSE             0            <NA> 2022-11-28 22:11:53     FALSE
## 1755     FALSE             0            <NA> 2022-11-28 22:11:51     FALSE
## 1756     FALSE             0            <NA> 2022-11-28 22:11:49     FALSE
## 1757     FALSE             1            <NA> 2022-11-28 22:11:47      TRUE
## 1758     FALSE            10            <NA> 2022-11-28 22:11:43      TRUE
## 1759     FALSE             1            <NA> 2022-11-28 22:11:38     FALSE
## 1760     FALSE             0            <NA> 2022-11-28 22:11:35     FALSE
## 1761     FALSE             0            <NA> 2022-11-28 22:11:33     FALSE
## 1762     FALSE             0            <NA> 2022-11-28 22:11:31      TRUE
## 1763     FALSE             1            <NA> 2022-11-28 22:11:28     FALSE
## 1764     FALSE             0            <NA> 2022-11-28 22:11:26     FALSE
## 1765     FALSE             0            <NA> 2022-11-28 22:11:21     FALSE
## 1766     FALSE             0            <NA> 2022-11-28 22:11:17     FALSE
## 1767     FALSE             0            <NA> 2022-11-28 22:11:13     FALSE
## 1768     FALSE             1            <NA> 2022-11-28 22:11:10     FALSE
## 1769     FALSE             0            <NA> 2022-11-28 22:11:09     FALSE
## 1770     FALSE             2            <NA> 2022-11-28 22:11:05     FALSE
## 1771     FALSE             0            <NA> 2022-11-28 22:11:03     FALSE
## 1772     FALSE             0            <NA> 2022-11-28 22:10:54     FALSE
## 1773     FALSE             0            <NA> 2022-11-28 22:10:48     FALSE
## 1774     FALSE             0            <NA> 2022-11-28 22:10:46     FALSE
## 1775     FALSE             0            <NA> 2022-11-28 22:10:45     FALSE
## 1776     FALSE             0            <NA> 2022-11-28 22:10:42      TRUE
## 1777     FALSE             0            <NA> 2022-11-28 22:10:41     FALSE
## 1778     FALSE             0            <NA> 2022-11-28 22:10:40     FALSE
## 1779     FALSE             0            <NA> 2022-11-28 22:10:37     FALSE
## 1780     FALSE             0            <NA> 2022-11-28 22:10:34      TRUE
## 1781     FALSE             0            <NA> 2022-11-28 22:10:26     FALSE
## 1782     FALSE             1            <NA> 2022-11-28 22:10:21      TRUE
## 1783     FALSE             1            <NA> 2022-11-28 22:10:20      TRUE
## 1784     FALSE             0            <NA> 2022-11-28 22:10:18     FALSE
## 1785     FALSE             0            <NA> 2022-11-28 22:10:18     FALSE
## 1786     FALSE             3            <NA> 2022-11-28 22:10:16     FALSE
## 1787     FALSE             0            <NA> 2022-11-28 22:10:15     FALSE
## 1788     FALSE             0            <NA> 2022-11-28 22:10:15     FALSE
## 1789     FALSE             3            <NA> 2022-11-28 22:10:11     FALSE
## 1790     FALSE             0            <NA> 2022-11-28 22:10:09     FALSE
## 1791     FALSE             5            <NA> 2022-11-28 22:10:08     FALSE
## 1792     FALSE             1            <NA> 2022-11-28 22:10:07     FALSE
## 1793     FALSE             0            <NA> 2022-11-28 22:10:06     FALSE
## 1794     FALSE             0            <NA> 2022-11-28 22:10:05      TRUE
## 1795     FALSE             0            <NA> 2022-11-28 22:10:05     FALSE
## 1796     FALSE             0            <NA> 2022-11-28 22:09:59     FALSE
## 1797     FALSE             0            <NA> 2022-11-28 22:09:53     FALSE
## 1798     FALSE             0            <NA> 2022-11-28 22:09:51     FALSE
## 1799     FALSE             1            <NA> 2022-11-28 22:09:49     FALSE
## 1800     FALSE             0            <NA> 2022-11-28 22:09:49     FALSE
## 1801     FALSE             1            <NA> 2022-11-28 22:09:37      TRUE
## 1802     FALSE             0            <NA> 2022-11-28 22:09:34     FALSE
## 1803     FALSE             0            <NA> 2022-11-28 22:09:32     FALSE
## 1804     FALSE             0            <NA> 2022-11-28 22:09:27     FALSE
## 1805     FALSE             0            <NA> 2022-11-28 22:09:25     FALSE
## 1806     FALSE             0            <NA> 2022-11-28 22:09:21     FALSE
## 1807     FALSE             1            <NA> 2022-11-28 22:09:21      TRUE
## 1808     FALSE             0            <NA> 2022-11-28 22:09:08     FALSE
## 1809     FALSE             0            <NA> 2022-11-28 22:09:06     FALSE
## 1810     FALSE             0            <NA> 2022-11-28 22:09:01     FALSE
## 1811     FALSE             0            <NA> 2022-11-28 22:08:50     FALSE
## 1812     FALSE             0            <NA> 2022-11-28 22:08:50     FALSE
## 1813     FALSE             0            <NA> 2022-11-28 22:08:48     FALSE
## 1814     FALSE             0            <NA> 2022-11-28 22:08:47     FALSE
## 1815     FALSE             0            <NA> 2022-11-28 22:08:42     FALSE
## 1816     FALSE             0            <NA> 2022-11-28 22:08:37     FALSE
## 1817     FALSE             0            <NA> 2022-11-28 22:08:37     FALSE
## 1818     FALSE             0            <NA> 2022-11-28 22:08:35     FALSE
## 1819     FALSE             1            <NA> 2022-11-28 22:08:32     FALSE
## 1820     FALSE             0            <NA> 2022-11-28 22:08:29     FALSE
## 1821     FALSE             0            <NA> 2022-11-28 22:08:27     FALSE
## 1822     FALSE             0            <NA> 2022-11-28 22:08:20     FALSE
## 1823     FALSE             0            <NA> 2022-11-28 22:08:17     FALSE
## 1824     FALSE             0            <NA> 2022-11-28 22:08:16     FALSE
## 1825     FALSE             0            <NA> 2022-11-28 22:08:13     FALSE
## 1826     FALSE             0            <NA> 2022-11-28 22:08:10     FALSE
## 1827     FALSE             0            <NA> 2022-11-28 22:08:09     FALSE
## 1828     FALSE             1            <NA> 2022-11-28 22:07:57     FALSE
## 1829     FALSE             0            <NA> 2022-11-28 22:07:56     FALSE
## 1830     FALSE             1            <NA> 2022-11-28 22:07:54      TRUE
## 1831     FALSE             0            <NA> 2022-11-28 22:07:54     FALSE
## 1832     FALSE             5            <NA> 2022-11-28 22:07:51     FALSE
## 1833     FALSE             0            <NA> 2022-11-28 22:07:50     FALSE
## 1834     FALSE             0            <NA> 2022-11-28 22:07:49     FALSE
## 1835     FALSE             0            <NA> 2022-11-28 22:07:42     FALSE
## 1836     FALSE             1            <NA> 2022-11-28 22:07:39     FALSE
## 1837     FALSE             1            <NA> 2022-11-28 22:07:36     FALSE
## 1838     FALSE             0            <NA> 2022-11-28 22:07:34     FALSE
## 1839     FALSE             0            <NA> 2022-11-28 22:07:33     FALSE
## 1840     FALSE             0            <NA> 2022-11-28 22:07:31     FALSE
## 1841     FALSE             1   thezarprogram 2022-11-28 22:07:29      TRUE
## 1842     FALSE             0            <NA> 2022-11-28 22:07:24     FALSE
## 1843     FALSE             0            <NA> 2022-11-28 22:07:22     FALSE
## 1844     FALSE             0            <NA> 2022-11-28 22:07:18     FALSE
## 1845     FALSE             0            <NA> 2022-11-28 22:07:17     FALSE
## 1846     FALSE             0            <NA> 2022-11-28 22:07:13     FALSE
## 1847     FALSE             0            <NA> 2022-11-28 22:07:13     FALSE
## 1848     FALSE             2            <NA> 2022-11-28 22:07:12     FALSE
## 1849     FALSE             1            <NA> 2022-11-28 22:07:12     FALSE
## 1850     FALSE             0            <NA> 2022-11-28 22:06:57     FALSE
## 1851     FALSE             0            <NA> 2022-11-28 22:06:57     FALSE
## 1852     FALSE             0            <NA> 2022-11-28 22:06:55     FALSE
## 1853     FALSE             7            <NA> 2022-11-28 22:06:55     FALSE
## 1854     FALSE             0            <NA> 2022-11-28 22:06:43     FALSE
## 1855     FALSE             0            <NA> 2022-11-28 22:06:41     FALSE
## 1856     FALSE             0            <NA> 2022-11-28 22:06:38     FALSE
## 1857     FALSE             1            <NA> 2022-11-28 22:06:38     FALSE
## 1858     FALSE             0            <NA> 2022-11-28 22:06:26     FALSE
## 1859     FALSE             0            <NA> 2022-11-28 22:06:25      TRUE
## 1860     FALSE             0            <NA> 2022-11-28 22:06:25      TRUE
## 1861     FALSE             1            <NA> 2022-11-28 22:06:18     FALSE
## 1862     FALSE             0            <NA> 2022-11-28 22:06:17     FALSE
## 1863     FALSE             0            <NA> 2022-11-28 22:06:12     FALSE
## 1864     FALSE             0            <NA> 2022-11-28 22:06:09     FALSE
## 1865     FALSE             0            <NA> 2022-11-28 22:06:06     FALSE
## 1866     FALSE             0            <NA> 2022-11-28 22:06:02     FALSE
## 1867     FALSE             0            <NA> 2022-11-28 22:06:01     FALSE
## 1868     FALSE             0            <NA> 2022-11-28 22:05:50     FALSE
## 1869     FALSE             0            <NA> 2022-11-28 22:05:50     FALSE
## 1870     FALSE             0            <NA> 2022-11-28 22:05:49     FALSE
## 1871     FALSE             0            <NA> 2022-11-28 22:05:40     FALSE
## 1872     FALSE             0            <NA> 2022-11-28 22:05:38     FALSE
## 1873     FALSE             0            <NA> 2022-11-28 22:05:34     FALSE
## 1874     FALSE             2            <NA> 2022-11-28 22:05:33     FALSE
## 1875     FALSE             0            <NA> 2022-11-28 22:05:30     FALSE
## 1876     FALSE             0            <NA> 2022-11-28 22:05:30     FALSE
## 1877     FALSE             1            <NA> 2022-11-28 22:05:29     FALSE
## 1878     FALSE             0            <NA> 2022-11-28 22:05:27     FALSE
## 1879     FALSE             0            <NA> 2022-11-28 22:05:16     FALSE
## 1880     FALSE             0            <NA> 2022-11-28 22:05:11     FALSE
## 1881     FALSE             0            <NA> 2022-11-28 22:05:07     FALSE
## 1882     FALSE             1            <NA> 2022-11-28 22:05:05     FALSE
## 1883     FALSE             0            <NA> 2022-11-28 22:05:02     FALSE
## 1884     FALSE             1            <NA> 2022-11-28 22:04:58     FALSE
## 1885     FALSE             0            <NA> 2022-11-28 22:04:55     FALSE
## 1886     FALSE             1            <NA> 2022-11-28 22:04:47     FALSE
## 1887     FALSE             0            <NA> 2022-11-28 22:04:45     FALSE
## 1888     FALSE             0            <NA> 2022-11-28 22:04:44     FALSE
## 1889     FALSE             0            <NA> 2022-11-28 22:04:41     FALSE
## 1890     FALSE             1            <NA> 2022-11-28 22:04:40     FALSE
## 1891     FALSE             0            <NA> 2022-11-28 22:04:38     FALSE
## 1892     FALSE             0            <NA> 2022-11-28 22:04:37      TRUE
## 1893     FALSE             0            <NA> 2022-11-28 22:04:32     FALSE
## 1894     FALSE             0            <NA> 2022-11-28 22:04:30     FALSE
## 1895     FALSE             1            <NA> 2022-11-28 22:04:30      TRUE
## 1896     FALSE             0            <NA> 2022-11-28 22:04:29     FALSE
## 1897     FALSE             0            <NA> 2022-11-28 22:04:29     FALSE
## 1898     FALSE             0            <NA> 2022-11-28 22:04:26     FALSE
## 1899     FALSE             0            <NA> 2022-11-28 22:04:22     FALSE
## 1900     FALSE             0            <NA> 2022-11-28 22:04:19     FALSE
## 1901     FALSE             0            <NA> 2022-11-28 22:04:17     FALSE
## 1902     FALSE             0            <NA> 2022-11-28 22:04:17     FALSE
## 1903     FALSE             1            <NA> 2022-11-28 22:04:13     FALSE
## 1904     FALSE             0            <NA> 2022-11-28 22:04:08     FALSE
## 1905     FALSE             0            <NA> 2022-11-28 22:04:01     FALSE
## 1906     FALSE             0            <NA> 2022-11-28 22:03:59     FALSE
## 1907     FALSE             1            <NA> 2022-11-28 22:03:58     FALSE
## 1908     FALSE             1            <NA> 2022-11-28 22:03:55     FALSE
## 1909     FALSE             1            <NA> 2022-11-28 22:03:54      TRUE
## 1910     FALSE             0            <NA> 2022-11-28 22:03:53     FALSE
## 1911     FALSE             0            <NA> 2022-11-28 22:03:50     FALSE
## 1912     FALSE             0            <NA> 2022-11-28 22:03:49     FALSE
## 1913     FALSE             1            <NA> 2022-11-28 22:03:48     FALSE
## 1914     FALSE             0            <NA> 2022-11-28 22:03:44     FALSE
## 1915     FALSE             1            <NA> 2022-11-28 22:03:43     FALSE
## 1916     FALSE             0            <NA> 2022-11-28 22:03:42     FALSE
## 1917     FALSE             0            <NA> 2022-11-28 22:03:42     FALSE
## 1918     FALSE             4            <NA> 2022-11-28 22:03:40     FALSE
## 1919     FALSE             0            <NA> 2022-11-28 22:03:39     FALSE
## 1920     FALSE             7            <NA> 2022-11-28 22:03:37     FALSE
## 1921     FALSE             0            <NA> 2022-11-28 22:03:31     FALSE
## 1922     FALSE             2            <NA> 2022-11-28 22:03:25     FALSE
## 1923     FALSE             1            <NA> 2022-11-28 22:03:24     FALSE
## 1924     FALSE             0            <NA> 2022-11-28 22:03:18     FALSE
## 1925     FALSE             1            <NA> 2022-11-28 22:03:15     FALSE
## 1926     FALSE             0            <NA> 2022-11-28 22:03:12     FALSE
## 1927     FALSE             1            <NA> 2022-11-28 22:03:11     FALSE
## 1928     FALSE             0            <NA> 2022-11-28 22:03:08     FALSE
## 1929     FALSE             0            <NA> 2022-11-28 22:03:08     FALSE
## 1930     FALSE             1            <NA> 2022-11-28 22:03:04     FALSE
## 1931     FALSE             0            <NA> 2022-11-28 22:02:59     FALSE
## 1932     FALSE             0            <NA> 2022-11-28 22:02:58     FALSE
## 1933     FALSE             0            <NA> 2022-11-28 22:02:58     FALSE
## 1934     FALSE             0            <NA> 2022-11-28 22:02:57     FALSE
## 1935     FALSE             0            <NA> 2022-11-28 22:02:53     FALSE
## 1936     FALSE             0            <NA> 2022-11-28 22:02:52     FALSE
## 1937     FALSE             0            <NA> 2022-11-28 22:02:40     FALSE
## 1938     FALSE             0            <NA> 2022-11-28 22:02:39     FALSE
## 1939     FALSE             0            <NA> 2022-11-28 22:02:39     FALSE
## 1940     FALSE             0            <NA> 2022-11-28 22:02:33     FALSE
## 1941     FALSE             1            <NA> 2022-11-28 22:02:25     FALSE
## 1942     FALSE             0            <NA> 2022-11-28 22:02:20     FALSE
## 1943     FALSE             0            <NA> 2022-11-28 22:02:19     FALSE
## 1944     FALSE             1            <NA> 2022-11-28 22:02:17     FALSE
## 1945     FALSE             0            <NA> 2022-11-28 22:02:16     FALSE
## 1946     FALSE             0            <NA> 2022-11-28 22:02:15     FALSE
## 1947     FALSE             0            <NA> 2022-11-28 22:02:13     FALSE
## 1948     FALSE             2            <NA> 2022-11-28 22:02:12     FALSE
## 1949     FALSE             0            <NA> 2022-11-28 22:02:09     FALSE
## 1950     FALSE             1            <NA> 2022-11-28 22:02:08     FALSE
## 1951     FALSE             0            <NA> 2022-11-28 22:02:07     FALSE
## 1952     FALSE             1            <NA> 2022-11-28 22:02:07     FALSE
## 1953     FALSE             1            <NA> 2022-11-28 22:02:06     FALSE
## 1954     FALSE             0            <NA> 2022-11-28 22:02:01     FALSE
## 1955     FALSE             2            <NA> 2022-11-28 22:01:55     FALSE
## 1956     FALSE             0            <NA> 2022-11-28 22:01:52     FALSE
## 1957     FALSE             1            <NA> 2022-11-28 22:01:48     FALSE
## 1958     FALSE             0            <NA> 2022-11-28 22:01:47     FALSE
## 1959     FALSE             0            <NA> 2022-11-28 22:01:45     FALSE
## 1960     FALSE             0            <NA> 2022-11-28 22:01:45     FALSE
## 1961     FALSE             2            <NA> 2022-11-28 22:01:44     FALSE
## 1962     FALSE             6            <NA> 2022-11-28 22:01:35     FALSE
## 1963     FALSE             0            <NA> 2022-11-28 22:01:32     FALSE
## 1964     FALSE             0            <NA> 2022-11-28 22:01:24     FALSE
## 1965     FALSE             0            <NA> 2022-11-28 22:01:24     FALSE
## 1966     FALSE             1            <NA> 2022-11-28 22:01:21     FALSE
## 1967     FALSE             2            <NA> 2022-11-28 22:01:17     FALSE
## 1968     FALSE             0            <NA> 2022-11-28 22:01:14     FALSE
## 1969     FALSE             0            <NA> 2022-11-28 22:01:13     FALSE
## 1970     FALSE             0            <NA> 2022-11-28 22:01:06     FALSE
## 1971     FALSE             0            <NA> 2022-11-28 22:01:00     FALSE
## 1972     FALSE             2            <NA> 2022-11-28 22:01:00      TRUE
## 1973     FALSE             0            <NA> 2022-11-28 22:00:59     FALSE
## 1974     FALSE             0            <NA> 2022-11-28 22:00:58     FALSE
## 1975     FALSE             1            <NA> 2022-11-28 22:00:58     FALSE
## 1976     FALSE             0            <NA> 2022-11-28 22:00:57     FALSE
## 1977     FALSE             1            <NA> 2022-11-28 22:00:53     FALSE
## 1978     FALSE             0            <NA> 2022-11-28 22:00:47     FALSE
## 1979     FALSE             1            <NA> 2022-11-28 22:00:33     FALSE
## 1980     FALSE             0            <NA> 2022-11-28 22:00:31     FALSE
## 1981     FALSE             0            <NA> 2022-11-28 22:00:30     FALSE
## 1982     FALSE             0            <NA> 2022-11-28 22:00:28     FALSE
## 1983     FALSE             0            <NA> 2022-11-28 22:00:27     FALSE
## 1984     FALSE             0            <NA> 2022-11-28 22:00:23     FALSE
## 1985     FALSE             0            <NA> 2022-11-28 22:00:15     FALSE
## 1986     FALSE             0            <NA> 2022-11-28 22:00:14     FALSE
## 1987     FALSE             1            <NA> 2022-11-28 22:00:11     FALSE
## 1988     FALSE             1            <NA> 2022-11-28 22:00:09      TRUE
## 1989     FALSE            20            <NA> 2022-11-28 22:00:04      TRUE
## 1990     FALSE             0         Spotify 2022-11-28 22:00:01     FALSE
## 1991     FALSE             1            <NA> 2022-11-28 21:59:59     FALSE
## 1992     FALSE             0            <NA> 2022-11-28 21:59:58     FALSE
## 1993     FALSE             0            <NA> 2022-11-28 21:59:54      TRUE
## 1994     FALSE             0            <NA> 2022-11-28 21:59:46     FALSE
## 1995     FALSE             0            <NA> 2022-11-28 21:59:46     FALSE
## 1996     FALSE             0            <NA> 2022-11-28 21:59:46     FALSE
## 1997     FALSE             0            <NA> 2022-11-28 21:59:44     FALSE
## 1998     FALSE             0            <NA> 2022-11-28 21:59:39     FALSE
## 1999     FALSE             0            <NA> 2022-11-28 21:59:38     FALSE
## 2000     FALSE             0            <NA> 2022-11-28 21:59:38     FALSE
## 2001     FALSE             1            <NA> 2022-11-28 21:59:38      TRUE
## 2002     FALSE             0            <NA> 2022-11-28 21:59:33     FALSE
## 2003     FALSE             0            <NA> 2022-11-28 21:59:33     FALSE
## 2004     FALSE             0            <NA> 2022-11-28 21:59:30     FALSE
## 2005     FALSE             2            <NA> 2022-11-28 21:59:27     FALSE
## 2006     FALSE             0            <NA> 2022-11-28 21:59:26     FALSE
## 2007     FALSE             0            <NA> 2022-11-28 21:59:26     FALSE
## 2008     FALSE             0            <NA> 2022-11-28 21:59:26     FALSE
## 2009     FALSE             1            <NA> 2022-11-28 21:59:26     FALSE
## 2010     FALSE             0        elonmusk 2022-11-28 21:59:25      TRUE
## 2011     FALSE             4            <NA> 2022-11-28 21:59:24     FALSE
## 2012     FALSE             0            <NA> 2022-11-28 21:59:19     FALSE
## 2013     FALSE             0            <NA> 2022-11-28 21:59:17     FALSE
## 2014     FALSE             0            <NA> 2022-11-28 21:59:14     FALSE
## 2015     FALSE             1            <NA> 2022-11-28 21:59:13     FALSE
## 2016     FALSE             0            <NA> 2022-11-28 21:59:11     FALSE
## 2017     FALSE             0            <NA> 2022-11-28 21:59:10     FALSE
## 2018     FALSE             5            <NA> 2022-11-28 21:59:08     FALSE
## 2019     FALSE             0            <NA> 2022-11-28 21:59:07     FALSE
## 2020     FALSE            11            <NA> 2022-11-28 21:59:06      TRUE
## 2021     FALSE             0            <NA> 2022-11-28 21:59:01     FALSE
## 2022     FALSE             0            <NA> 2022-11-28 21:59:01     FALSE
## 2023     FALSE             1            <NA> 2022-11-28 21:58:58     FALSE
## 2024     FALSE             1            <NA> 2022-11-28 21:58:58     FALSE
## 2025     FALSE             0            <NA> 2022-11-28 21:58:56     FALSE
## 2026     FALSE             0            <NA> 2022-11-28 21:58:54     FALSE
## 2027     FALSE             0            <NA> 2022-11-28 21:58:53     FALSE
## 2028     FALSE             0            <NA> 2022-11-28 21:58:50      TRUE
## 2029     FALSE             0            <NA> 2022-11-28 21:58:49     FALSE
## 2030     FALSE             0            <NA> 2022-11-28 21:58:44     FALSE
## 2031     FALSE             0            <NA> 2022-11-28 21:58:44      TRUE
## 2032     FALSE             0            <NA> 2022-11-28 21:58:41     FALSE
## 2033     FALSE             0            <NA> 2022-11-28 21:58:41     FALSE
## 2034     FALSE             1            <NA> 2022-11-28 21:58:40     FALSE
## 2035     FALSE             0            <NA> 2022-11-28 21:58:39     FALSE
## 2036     FALSE             0            <NA> 2022-11-28 21:58:37     FALSE
## 2037     FALSE             1            <NA> 2022-11-28 21:58:36     FALSE
## 2038     FALSE             0            <NA> 2022-11-28 21:58:36     FALSE
## 2039     FALSE             2            <NA> 2022-11-28 21:58:35      TRUE
## 2040     FALSE             3            <NA> 2022-11-28 21:58:35      TRUE
## 2041     FALSE             0            <NA> 2022-11-28 21:58:28     FALSE
## 2042     FALSE             1            <NA> 2022-11-28 21:58:27     FALSE
## 2043     FALSE             0            <NA> 2022-11-28 21:58:25     FALSE
## 2044     FALSE             1            <NA> 2022-11-28 21:58:22      TRUE
## 2045     FALSE             0            <NA> 2022-11-28 21:58:21     FALSE
## 2046     FALSE             0            <NA> 2022-11-28 21:58:19     FALSE
## 2047     FALSE             0            <NA> 2022-11-28 21:58:18     FALSE
## 2048     FALSE             0            <NA> 2022-11-28 21:58:18     FALSE
## 2049     FALSE             0            <NA> 2022-11-28 21:58:17     FALSE
## 2050     FALSE             1            <NA> 2022-11-28 21:58:13      TRUE
## 2051     FALSE             1            <NA> 2022-11-28 21:58:12     FALSE
## 2052     FALSE             2            <NA> 2022-11-28 21:58:10      TRUE
## 2053     FALSE             1            <NA> 2022-11-28 21:58:06     FALSE
## 2054     FALSE             1            <NA> 2022-11-28 21:58:04     FALSE
## 2055     FALSE             0            <NA> 2022-11-28 21:58:02     FALSE
## 2056     FALSE             1            <NA> 2022-11-28 21:58:00     FALSE
## 2057     FALSE             0            <NA> 2022-11-28 21:58:00     FALSE
## 2058     FALSE             4            <NA> 2022-11-28 21:57:56     FALSE
## 2059     FALSE             0            <NA> 2022-11-28 21:57:53     FALSE
## 2060     FALSE             1            <NA> 2022-11-28 21:57:53     FALSE
## 2061     FALSE             0            <NA> 2022-11-28 21:57:52     FALSE
## 2062     FALSE             0            <NA> 2022-11-28 21:57:52     FALSE
## 2063     FALSE             0            <NA> 2022-11-28 21:57:50     FALSE
## 2064     FALSE             0            <NA> 2022-11-28 21:57:50     FALSE
## 2065     FALSE             0            <NA> 2022-11-28 21:57:49     FALSE
## 2066     FALSE             1            <NA> 2022-11-28 21:57:49     FALSE
## 2067     FALSE             0            <NA> 2022-11-28 21:57:48     FALSE
## 2068     FALSE             2            <NA> 2022-11-28 21:57:45     FALSE
## 2069     FALSE             0            <NA> 2022-11-28 21:57:44     FALSE
## 2070     FALSE             0            <NA> 2022-11-28 21:57:43     FALSE
## 2071     FALSE             0            <NA> 2022-11-28 21:57:42     FALSE
## 2072     FALSE             0            <NA> 2022-11-28 21:57:40     FALSE
## 2073     FALSE             0            <NA> 2022-11-28 21:57:39     FALSE
## 2074     FALSE             0            <NA> 2022-11-28 21:57:39     FALSE
## 2075     FALSE             0            <NA> 2022-11-28 21:57:36     FALSE
## 2076     FALSE             1            <NA> 2022-11-28 21:57:30     FALSE
## 2077     FALSE             1            <NA> 2022-11-28 21:57:28     FALSE
## 2078     FALSE             0            <NA> 2022-11-28 21:57:28     FALSE
## 2079     FALSE             1            <NA> 2022-11-28 21:57:24     FALSE
## 2080     FALSE             0            <NA> 2022-11-28 21:57:23     FALSE
## 2081     FALSE             1            <NA> 2022-11-28 21:57:22     FALSE
## 2082     FALSE             0            <NA> 2022-11-28 21:57:21      TRUE
## 2083     FALSE             0            <NA> 2022-11-28 21:57:20     FALSE
## 2084     FALSE             0            <NA> 2022-11-28 21:57:19      TRUE
## 2085     FALSE             0            <NA> 2022-11-28 21:57:14     FALSE
## 2086     FALSE            23            <NA> 2022-11-28 21:57:14     FALSE
## 2087     FALSE             1            <NA> 2022-11-28 21:57:13     FALSE
## 2088     FALSE             2            <NA> 2022-11-28 21:57:10     FALSE
## 2089     FALSE             0            <NA> 2022-11-28 21:57:09     FALSE
## 2090     FALSE             2            <NA> 2022-11-28 21:57:07     FALSE
## 2091     FALSE             0            <NA> 2022-11-28 21:57:00     FALSE
## 2092     FALSE             0            <NA> 2022-11-28 21:56:59     FALSE
## 2093     FALSE             0            <NA> 2022-11-28 21:56:58     FALSE
## 2094     FALSE             0            <NA> 2022-11-28 21:56:57     FALSE
## 2095     FALSE             2            <NA> 2022-11-28 21:56:56     FALSE
## 2096     FALSE             1            <NA> 2022-11-28 21:56:56     FALSE
## 2097     FALSE             1            <NA> 2022-11-28 21:56:53     FALSE
## 2098     FALSE             6            <NA> 2022-11-28 21:56:53     FALSE
## 2099     FALSE             0            <NA> 2022-11-28 21:56:52     FALSE
## 2100     FALSE            34            <NA> 2022-11-28 21:56:52     FALSE
## 2101     FALSE             2            <NA> 2022-11-28 21:56:51     FALSE
## 2102     FALSE             3            <NA> 2022-11-28 21:56:49     FALSE
## 2103     FALSE             1            <NA> 2022-11-28 21:56:42     FALSE
## 2104     FALSE             1            <NA> 2022-11-28 21:56:41     FALSE
## 2105     FALSE             5            <NA> 2022-11-28 21:56:40     FALSE
## 2106     FALSE             0            <NA> 2022-11-28 21:56:39     FALSE
## 2107     FALSE             0            <NA> 2022-11-28 21:56:38     FALSE
## 2108     FALSE             0            <NA> 2022-11-28 21:56:35     FALSE
## 2109     FALSE             0            <NA> 2022-11-28 21:56:35     FALSE
## 2110     FALSE             0            <NA> 2022-11-28 21:56:35     FALSE
## 2111     FALSE             2            <NA> 2022-11-28 21:56:34      TRUE
## 2112     FALSE             0            <NA> 2022-11-28 21:56:31     FALSE
## 2113     FALSE             0            <NA> 2022-11-28 21:56:29     FALSE
## 2114     FALSE             4            <NA> 2022-11-28 21:56:26     FALSE
## 2115     FALSE             0            <NA> 2022-11-28 21:56:26     FALSE
## 2116     FALSE             3            <NA> 2022-11-28 21:56:24     FALSE
## 2117     FALSE             1            <NA> 2022-11-28 21:56:24     FALSE
## 2118     FALSE             0            <NA> 2022-11-28 21:56:22     FALSE
## 2119     FALSE             0            <NA> 2022-11-28 21:56:22     FALSE
## 2120     FALSE             0            <NA> 2022-11-28 21:56:21     FALSE
## 2121     FALSE             0            <NA> 2022-11-28 21:56:20     FALSE
## 2122     FALSE             0            <NA> 2022-11-28 21:56:15     FALSE
## 2123     FALSE             2            <NA> 2022-11-28 21:56:14     FALSE
## 2124     FALSE             0            <NA> 2022-11-28 21:56:14     FALSE
## 2125     FALSE             0            <NA> 2022-11-28 21:56:13     FALSE
## 2126     FALSE             1            <NA> 2022-11-28 21:56:12     FALSE
## 2127     FALSE             0            <NA> 2022-11-28 21:56:10     FALSE
## 2128     FALSE             2            <NA> 2022-11-28 21:56:10     FALSE
## 2129     FALSE             1            <NA> 2022-11-28 21:56:10     FALSE
## 2130     FALSE             1            <NA> 2022-11-28 21:56:08     FALSE
## 2131     FALSE             2            <NA> 2022-11-28 21:56:05     FALSE
## 2132     FALSE             0            <NA> 2022-11-28 21:56:01     FALSE
## 2133     FALSE             0            <NA> 2022-11-28 21:55:59     FALSE
## 2134     FALSE             0            <NA> 2022-11-28 21:55:57     FALSE
## 2135     FALSE             1            <NA> 2022-11-28 21:55:57     FALSE
## 2136     FALSE             0            <NA> 2022-11-28 21:55:55     FALSE
## 2137     FALSE             0            <NA> 2022-11-28 21:55:50     FALSE
## 2138     FALSE             0            <NA> 2022-11-28 21:55:48     FALSE
## 2139     FALSE             0            <NA> 2022-11-28 21:55:44     FALSE
## 2140     FALSE             0            <NA> 2022-11-28 21:55:43     FALSE
## 2141     FALSE             0            <NA> 2022-11-28 21:55:42     FALSE
## 2142     FALSE             1            <NA> 2022-11-28 21:55:42     FALSE
## 2143     FALSE             0            <NA> 2022-11-28 21:55:41      TRUE
## 2144     FALSE             0            <NA> 2022-11-28 21:55:38     FALSE
## 2145     FALSE             0            <NA> 2022-11-28 21:55:36     FALSE
## 2146     FALSE             3            <NA> 2022-11-28 21:55:33     FALSE
## 2147     FALSE             0            <NA> 2022-11-28 21:55:29     FALSE
## 2148     FALSE             0       keydonjoe 2022-11-28 21:55:29      TRUE
## 2149     FALSE             0            <NA> 2022-11-28 21:55:25     FALSE
## 2150     FALSE             0            <NA> 2022-11-28 21:55:16     FALSE
## 2151     FALSE             0            <NA> 2022-11-28 21:55:15     FALSE
## 2152     FALSE             0            <NA> 2022-11-28 21:55:11     FALSE
## 2153     FALSE             0            <NA> 2022-11-28 21:55:04     FALSE
## 2154     FALSE             0            <NA> 2022-11-28 21:54:57     FALSE
## 2155     FALSE            25         Spotify 2022-11-28 21:54:54      TRUE
## 2156     FALSE             0            <NA> 2022-11-28 21:54:54     FALSE
## 2157     FALSE             1            <NA> 2022-11-28 21:54:46     FALSE
## 2158     FALSE             0            <NA> 2022-11-28 21:54:46     FALSE
## 2159     FALSE             0            <NA> 2022-11-28 21:54:43     FALSE
## 2160     FALSE             1            <NA> 2022-11-28 21:54:43     FALSE
## 2161     FALSE             3            <NA> 2022-11-28 21:54:42     FALSE
## 2162     FALSE             1            <NA> 2022-11-28 21:54:42     FALSE
## 2163     FALSE             1            <NA> 2022-11-28 21:54:40     FALSE
## 2164     FALSE             2            <NA> 2022-11-28 21:54:39     FALSE
## 2165     FALSE             0            <NA> 2022-11-28 21:54:34     FALSE
## 2166     FALSE            12            <NA> 2022-11-28 21:54:33     FALSE
## 2167     FALSE             0            <NA> 2022-11-28 21:54:32     FALSE
## 2168     FALSE             1            <NA> 2022-11-28 21:54:31     FALSE
## 2169     FALSE             1            <NA> 2022-11-28 21:54:30     FALSE
## 2170     FALSE             0            <NA> 2022-11-28 21:54:27     FALSE
## 2171     FALSE             0            <NA> 2022-11-28 21:54:25     FALSE
## 2172     FALSE             3            <NA> 2022-11-28 21:54:24     FALSE
## 2173     FALSE             3            <NA> 2022-11-28 21:54:23     FALSE
## 2174     FALSE             0            <NA> 2022-11-28 21:54:19     FALSE
## 2175     FALSE             0            <NA> 2022-11-28 21:54:18     FALSE
## 2176     FALSE            98            <NA> 2022-11-28 21:54:17      TRUE
## 2177     FALSE             1            <NA> 2022-11-28 21:54:16      TRUE
## 2178     FALSE             0            <NA> 2022-11-28 21:54:15     FALSE
## 2179     FALSE             1            <NA> 2022-11-28 21:54:03      TRUE
## 2180     FALSE             0            <NA> 2022-11-28 21:54:01     FALSE
## 2181     FALSE            12            <NA> 2022-11-28 21:54:01      TRUE
## 2182     FALSE             2            <NA> 2022-11-28 21:53:59      TRUE
## 2183     FALSE             7            <NA> 2022-11-28 21:53:59     FALSE
## 2184     FALSE             1            <NA> 2022-11-28 21:53:54     FALSE
## 2185     FALSE             0            <NA> 2022-11-28 21:53:54     FALSE
## 2186     FALSE             1   TheGroupieApp 2022-11-28 21:53:52      TRUE
## 2187     FALSE             0            <NA> 2022-11-28 21:53:49     FALSE
## 2188     FALSE             0            <NA> 2022-11-28 21:53:46     FALSE
## 2189     FALSE             1            <NA> 2022-11-28 21:53:45     FALSE
## 2190     FALSE             1   TheGroupieApp 2022-11-28 21:53:41      TRUE
## 2191     FALSE             0            <NA> 2022-11-28 21:53:33     FALSE
## 2192     FALSE             0            <NA> 2022-11-28 21:53:24     FALSE
## 2193     FALSE             0            <NA> 2022-11-28 21:53:23     FALSE
## 2194     FALSE             0            <NA> 2022-11-28 21:53:18     FALSE
## 2195     FALSE             0            <NA> 2022-11-28 21:53:14     FALSE
## 2196     FALSE             1            <NA> 2022-11-28 21:53:14     FALSE
## 2197     FALSE             2            <NA> 2022-11-28 21:53:10     FALSE
## 2198     FALSE             0            <NA> 2022-11-28 21:53:09     FALSE
## 2199     FALSE             0            <NA> 2022-11-28 21:53:08     FALSE
## 2200     FALSE             3            <NA> 2022-11-28 21:53:01     FALSE
## 2201     FALSE             0            <NA> 2022-11-28 21:53:00     FALSE
## 2202     FALSE             0            <NA> 2022-11-28 21:52:57     FALSE
## 2203     FALSE             0            <NA> 2022-11-28 21:52:55     FALSE
## 2204     FALSE             1            <NA> 2022-11-28 21:52:50      TRUE
## 2205     FALSE             0            <NA> 2022-11-28 21:52:46     FALSE
## 2206     FALSE             0            <NA> 2022-11-28 21:52:46     FALSE
## 2207     FALSE             0            <NA> 2022-11-28 21:52:44     FALSE
## 2208     FALSE             0            <NA> 2022-11-28 21:52:37     FALSE
## 2209     FALSE             0            <NA> 2022-11-28 21:52:35     FALSE
## 2210     FALSE             0            <NA> 2022-11-28 21:52:33     FALSE
## 2211     FALSE             1            <NA> 2022-11-28 21:52:33      TRUE
## 2212     FALSE             0            <NA> 2022-11-28 21:52:25     FALSE
## 2213     FALSE             4            <NA> 2022-11-28 21:52:21      TRUE
## 2214     FALSE             0            <NA> 2022-11-28 21:52:20     FALSE
## 2215     FALSE             0            <NA> 2022-11-28 21:52:19     FALSE
## 2216     FALSE             0            <NA> 2022-11-28 21:52:19     FALSE
## 2217     FALSE             1            <NA> 2022-11-28 21:52:15     FALSE
## 2218     FALSE             0            <NA> 2022-11-28 21:52:12     FALSE
## 2219     FALSE             0            <NA> 2022-11-28 21:52:11     FALSE
## 2220     FALSE             4            <NA> 2022-11-28 21:52:05      TRUE
## 2221     FALSE             0            <NA> 2022-11-28 21:52:03     FALSE
## 2222     FALSE             0            <NA> 2022-11-28 21:51:59     FALSE
## 2223     FALSE             1            <NA> 2022-11-28 21:51:56     FALSE
## 2224     FALSE             0            <NA> 2022-11-28 21:51:56     FALSE
## 2225     FALSE             1            <NA> 2022-11-28 21:51:55      TRUE
## 2226     FALSE             0            <NA> 2022-11-28 21:51:55      TRUE
## 2227     FALSE             1            <NA> 2022-11-28 21:51:43     FALSE
## 2228     FALSE             0      bts_bighit 2022-11-28 21:51:41     FALSE
## 2229     FALSE             0            <NA> 2022-11-28 21:51:38     FALSE
## 2230     FALSE             0            <NA> 2022-11-28 21:51:36     FALSE
## 2231     FALSE             0            <NA> 2022-11-28 21:51:36     FALSE
## 2232     FALSE             0            <NA> 2022-11-28 21:51:33     FALSE
## 2233     FALSE             0            <NA> 2022-11-28 21:51:30      TRUE
## 2234     FALSE             0            <NA> 2022-11-28 21:51:28     FALSE
## 2235     FALSE             1            <NA> 2022-11-28 21:51:27     FALSE
## 2236     FALSE             0            <NA> 2022-11-28 21:51:24     FALSE
## 2237     FALSE             0            <NA> 2022-11-28 21:51:18     FALSE
## 2238     FALSE             2            <NA> 2022-11-28 21:51:16     FALSE
## 2239     FALSE             0            <NA> 2022-11-28 21:51:05     FALSE
## 2240     FALSE             1            <NA> 2022-11-28 21:51:05      TRUE
## 2241     FALSE             0            <NA> 2022-11-28 21:51:03     FALSE
## 2242     FALSE             0            <NA> 2022-11-28 21:50:59     FALSE
## 2243     FALSE             0            <NA> 2022-11-28 21:50:56      TRUE
## 2244     FALSE             0            <NA> 2022-11-28 21:50:55     FALSE
## 2245     FALSE             0            <NA> 2022-11-28 21:50:53     FALSE
## 2246     FALSE             1            <NA> 2022-11-28 21:50:51     FALSE
## 2247     FALSE             2            <NA> 2022-11-28 21:50:40     FALSE
## 2248     FALSE             0            <NA> 2022-11-28 21:50:37      TRUE
## 2249     FALSE             0      renoomokri 2022-11-28 21:50:32     FALSE
## 2250     FALSE             0            <NA> 2022-11-28 21:50:28     FALSE
## 2251     FALSE             1            <NA> 2022-11-28 21:50:20     FALSE
## 2252     FALSE             2            <NA> 2022-11-28 21:50:15     FALSE
## 2253     FALSE             0            <NA> 2022-11-28 21:50:13     FALSE
## 2254     FALSE             0            <NA> 2022-11-28 21:50:10     FALSE
## 2255     FALSE             0            <NA> 2022-11-28 21:50:09     FALSE
## 2256     FALSE             0            <NA> 2022-11-28 21:50:08     FALSE
## 2257     FALSE             8            <NA> 2022-11-28 21:50:07     FALSE
## 2258     FALSE             0            <NA> 2022-11-28 21:50:03     FALSE
## 2259     FALSE             1            <NA> 2022-11-28 21:49:59      TRUE
## 2260     FALSE             0            <NA> 2022-11-28 21:49:58     FALSE
## 2261     FALSE             0            <NA> 2022-11-28 21:49:57     FALSE
## 2262     FALSE             0            <NA> 2022-11-28 21:49:42     FALSE
## 2263     FALSE             1            <NA> 2022-11-28 21:49:42     FALSE
## 2264     FALSE             0            <NA> 2022-11-28 21:49:33     FALSE
## 2265     FALSE             0            <NA> 2022-11-28 21:49:32     FALSE
## 2266     FALSE             1            <NA> 2022-11-28 21:49:28      TRUE
## 2267     FALSE             0            <NA> 2022-11-28 21:49:24     FALSE
## 2268     FALSE             0            <NA> 2022-11-28 21:49:20     FALSE
## 2269     FALSE             0            <NA> 2022-11-28 21:49:13     FALSE
## 2270     FALSE             1            <NA> 2022-11-28 21:49:12     FALSE
## 2271     FALSE             0            <NA> 2022-11-28 21:49:11     FALSE
## 2272     FALSE             1            <NA> 2022-11-28 21:49:10     FALSE
## 2273     FALSE             0            <NA> 2022-11-28 21:49:08     FALSE
## 2274     FALSE             1            <NA> 2022-11-28 21:49:08      TRUE
## 2275     FALSE             0            <NA> 2022-11-28 21:49:04      TRUE
## 2276     FALSE             2            <NA> 2022-11-28 21:48:57     FALSE
## 2277     FALSE             3            <NA> 2022-11-28 21:48:53     FALSE
## 2278     FALSE             0            <NA> 2022-11-28 21:48:51     FALSE
## 2279     FALSE             0            <NA> 2022-11-28 21:48:41     FALSE
## 2280     FALSE             2            <NA> 2022-11-28 21:48:39     FALSE
## 2281     FALSE             1            <NA> 2022-11-28 21:48:36     FALSE
## 2282     FALSE             1            <NA> 2022-11-28 21:48:30     FALSE
## 2283     FALSE             1            <NA> 2022-11-28 21:48:24     FALSE
## 2284     FALSE             0            <NA> 2022-11-28 21:48:23     FALSE
## 2285     FALSE             0            <NA> 2022-11-28 21:48:23     FALSE
## 2286     FALSE             0            <NA> 2022-11-28 21:48:16     FALSE
## 2287     FALSE             2            <NA> 2022-11-28 21:48:13     FALSE
## 2288     FALSE             0            <NA> 2022-11-28 21:48:05     FALSE
## 2289     FALSE             0            <NA> 2022-11-28 21:48:05     FALSE
## 2290     FALSE             4            <NA> 2022-11-28 21:48:02     FALSE
## 2291     FALSE             0            <NA> 2022-11-28 21:48:02     FALSE
## 2292     FALSE             1            <NA> 2022-11-28 21:47:50     FALSE
## 2293     FALSE             2            <NA> 2022-11-28 21:47:46     FALSE
## 2294     FALSE             0            <NA> 2022-11-28 21:47:45      TRUE
## 2295     FALSE             0            <NA> 2022-11-28 21:47:41     FALSE
## 2296     FALSE             1            <NA> 2022-11-28 21:47:39     FALSE
## 2297     FALSE             0        elonmusk 2022-11-28 21:47:37      TRUE
## 2298     FALSE             1            <NA> 2022-11-28 21:47:33     FALSE
## 2299     FALSE             1            <NA> 2022-11-28 21:47:29      TRUE
## 2300     FALSE             1            <NA> 2022-11-28 21:47:24     FALSE
## 2301     FALSE             0            <NA> 2022-11-28 21:47:23     FALSE
## 2302     FALSE             0            <NA> 2022-11-28 21:47:21      TRUE
## 2303     FALSE             0            <NA> 2022-11-28 21:47:08     FALSE
## 2304     FALSE             0            <NA> 2022-11-28 21:47:04     FALSE
## 2305     FALSE             1            <NA> 2022-11-28 21:47:02     FALSE
## 2306     FALSE             0            <NA> 2022-11-28 21:47:02     FALSE
## 2307     FALSE             1            <NA> 2022-11-28 21:47:01     FALSE
## 2308     FALSE             0            <NA> 2022-11-28 21:47:00     FALSE
## 2309     FALSE             0            <NA> 2022-11-28 21:46:48     FALSE
## 2310     FALSE             0            <NA> 2022-11-28 21:46:45     FALSE
## 2311     FALSE             1            <NA> 2022-11-28 21:46:30     FALSE
## 2312     FALSE             1            <NA> 2022-11-28 21:46:25     FALSE
## 2313     FALSE            14 DearSusyloveDi1 2022-11-28 21:46:25      TRUE
## 2314     FALSE            30            <NA> 2022-11-28 21:46:24      TRUE
## 2315     FALSE             1            <NA> 2022-11-28 21:46:22     FALSE
## 2316     FALSE             0            <NA> 2022-11-28 21:46:22     FALSE
## 2317     FALSE             0            <NA> 2022-11-28 21:46:18     FALSE
## 2318     FALSE             4            <NA> 2022-11-28 21:46:16     FALSE
## 2319     FALSE             3            <NA> 2022-11-28 21:46:16     FALSE
## 2320     FALSE             3            <NA> 2022-11-28 21:46:12     FALSE
## 2321     FALSE             0            <NA> 2022-11-28 21:46:12     FALSE
## 2322     FALSE             0            <NA> 2022-11-28 21:46:00     FALSE
## 2323     FALSE             0            <NA> 2022-11-28 21:45:59      TRUE
## 2324     FALSE             0            <NA> 2022-11-28 21:45:58     FALSE
## 2325     FALSE             0            <NA> 2022-11-28 21:45:45     FALSE
## 2326     FALSE             1            <NA> 2022-11-28 21:45:41     FALSE
## 2327     FALSE             0            <NA> 2022-11-28 21:45:41     FALSE
## 2328     FALSE             0            <NA> 2022-11-28 21:45:38     FALSE
## 2329     FALSE             0            <NA> 2022-11-28 21:45:33     FALSE
## 2330     FALSE             2            <NA> 2022-11-28 21:45:22     FALSE
## 2331     FALSE             0            <NA> 2022-11-28 21:45:22     FALSE
## 2332     FALSE             0            <NA> 2022-11-28 21:45:19     FALSE
## 2333     FALSE             0            <NA> 2022-11-28 21:45:19      TRUE
## 2334     FALSE            12            <NA> 2022-11-28 21:45:13     FALSE
## 2335     FALSE             0            <NA> 2022-11-28 21:45:11     FALSE
## 2336     FALSE             0 wednesdayaddams 2022-11-28 21:45:10      TRUE
## 2337     FALSE             0            <NA> 2022-11-28 21:45:09     FALSE
## 2338     FALSE             2            <NA> 2022-11-28 21:45:05     FALSE
## 2339     FALSE             0            <NA> 2022-11-28 21:45:04     FALSE
## 2340     FALSE             1          SQPHlE 2022-11-28 21:44:53     FALSE
## 2341     FALSE             0            <NA> 2022-11-28 21:44:42     FALSE
## 2342     FALSE             2            <NA> 2022-11-28 21:44:38     FALSE
## 2343     FALSE             6            <NA> 2022-11-28 21:44:38      TRUE
## 2344     FALSE             1            <NA> 2022-11-28 21:44:28     FALSE
## 2345     FALSE             0            <NA> 2022-11-28 21:44:24     FALSE
## 2346     FALSE             3            <NA> 2022-11-28 21:44:19     FALSE
## 2347     FALSE             0            <NA> 2022-11-28 21:44:14     FALSE
## 2348     FALSE             0            <NA> 2022-11-28 21:44:14     FALSE
## 2349     FALSE             0       iamcardib 2022-11-28 21:44:11      TRUE
## 2350     FALSE             0            <NA> 2022-11-28 21:44:07     FALSE
## 2351     FALSE             0            <NA> 2022-11-28 21:44:06     FALSE
## 2352     FALSE             0            <NA> 2022-11-28 21:44:01     FALSE
## 2353     FALSE             1            <NA> 2022-11-28 21:43:58     FALSE
## 2354     FALSE             0            <NA> 2022-11-28 21:43:54     FALSE
## 2355     FALSE             0            <NA> 2022-11-28 21:43:53      TRUE
## 2356     FALSE             3            <NA> 2022-11-28 21:43:46     FALSE
## 2357     FALSE             0            <NA> 2022-11-28 21:43:25      TRUE
## 2358     FALSE             0            <NA> 2022-11-28 21:43:21     FALSE
## 2359     FALSE             0            <NA> 2022-11-28 21:43:20     FALSE
## 2360     FALSE             0            <NA> 2022-11-28 21:43:16     FALSE
## 2361     FALSE             0            <NA> 2022-11-28 21:43:12     FALSE
## 2362     FALSE             0            <NA> 2022-11-28 21:43:12     FALSE
## 2363     FALSE             1            <NA> 2022-11-28 21:43:03     FALSE
## 2364     FALSE             0            <NA> 2022-11-28 21:43:00     FALSE
## 2365     FALSE             0            <NA> 2022-11-28 21:42:57     FALSE
## 2366     FALSE             1            <NA> 2022-11-28 21:42:57     FALSE
## 2367     FALSE             0            <NA> 2022-11-28 21:42:50     FALSE
## 2368     FALSE             0            <NA> 2022-11-28 21:42:49     FALSE
## 2369     FALSE             0            <NA> 2022-11-28 21:42:45     FALSE
## 2370     FALSE             0            <NA> 2022-11-28 21:42:43     FALSE
## 2371     FALSE             0            <NA> 2022-11-28 21:42:40     FALSE
## 2372     FALSE             1            <NA> 2022-11-28 21:42:28      TRUE
## 2373     FALSE             0            <NA> 2022-11-28 21:42:20     FALSE
## 2374     FALSE             0            <NA> 2022-11-28 21:42:17     FALSE
## 2375     FALSE             0            <NA> 2022-11-28 21:42:16     FALSE
## 2376     FALSE             1            <NA> 2022-11-28 21:42:12     FALSE
## 2377     FALSE             0            <NA> 2022-11-28 21:42:08      TRUE
## 2378     FALSE             0            <NA> 2022-11-28 21:41:59     FALSE
## 2379     FALSE             0            <NA> 2022-11-28 21:41:59     FALSE
## 2380     FALSE             0            <NA> 2022-11-28 21:41:50     FALSE
## 2381     FALSE             5            <NA> 2022-11-28 21:41:49     FALSE
## 2382     FALSE             7            <NA> 2022-11-28 21:41:49     FALSE
## 2383     FALSE             0            <NA> 2022-11-28 21:41:38     FALSE
## 2384     FALSE             0            <NA> 2022-11-28 21:41:32      TRUE
## 2385     FALSE            21            <NA> 2022-11-28 21:41:23     FALSE
## 2386     FALSE             2            <NA> 2022-11-28 21:41:22     FALSE
## 2387     FALSE             0            <NA> 2022-11-28 21:41:21     FALSE
## 2388     FALSE             0            <NA> 2022-11-28 21:41:17     FALSE
## 2389     FALSE             0            <NA> 2022-11-28 21:41:04     FALSE
## 2390     FALSE             0            <NA> 2022-11-28 21:41:00     FALSE
## 2391     FALSE             1            <NA> 2022-11-28 21:41:00     FALSE
## 2392     FALSE             0            <NA> 2022-11-28 21:40:59     FALSE
## 2393     FALSE             0            <NA> 2022-11-28 21:40:54     FALSE
## 2394     FALSE             2            <NA> 2022-11-28 21:40:53     FALSE
## 2395     FALSE             3            <NA> 2022-11-28 21:40:50     FALSE
## 2396     FALSE             0            <NA> 2022-11-28 21:40:50     FALSE
## 2397     FALSE             0            <NA> 2022-11-28 21:40:41     FALSE
## 2398     FALSE             0            <NA> 2022-11-28 21:40:40     FALSE
## 2399     FALSE             0            <NA> 2022-11-28 21:40:22     FALSE
## 2400     FALSE             0            <NA> 2022-11-28 21:40:21     FALSE
## 2401     FALSE             1            <NA> 2022-11-28 21:40:20      TRUE
## 2402     FALSE             0         Spotify 2022-11-28 21:40:19     FALSE
## 2403     FALSE             1            <NA> 2022-11-28 21:40:17     FALSE
## 2404     FALSE             0            <NA> 2022-11-28 21:40:14     FALSE
## 2405     FALSE             0            <NA> 2022-11-28 21:40:08     FALSE
## 2406     FALSE             0            <NA> 2022-11-28 21:40:04     FALSE
## 2407     FALSE             0            <NA> 2022-11-28 21:39:53     FALSE
## 2408     FALSE             0            <NA> 2022-11-28 21:39:52     FALSE
## 2409     FALSE             0            <NA> 2022-11-28 21:39:51     FALSE
## 2410     FALSE             0            <NA> 2022-11-28 21:39:48     FALSE
## 2411     FALSE             1            <NA> 2022-11-28 21:39:46     FALSE
## 2412     FALSE             5            <NA> 2022-11-28 21:39:44     FALSE
## 2413     FALSE             1            <NA> 2022-11-28 21:39:43     FALSE
## 2414     FALSE             3            <NA> 2022-11-28 21:39:40      TRUE
## 2415     FALSE             0            <NA> 2022-11-28 21:39:39     FALSE
## 2416     FALSE             0            <NA> 2022-11-28 21:39:38     FALSE
## 2417     FALSE             2            <NA> 2022-11-28 21:39:37      TRUE
## 2418     FALSE             1            <NA> 2022-11-28 21:39:36     FALSE
## 2419     FALSE             0            <NA> 2022-11-28 21:39:28     FALSE
## 2420     FALSE             1            <NA> 2022-11-28 21:39:27     FALSE
## 2421     FALSE             1            <NA> 2022-11-28 21:39:27     FALSE
## 2422     FALSE             0            <NA> 2022-11-28 21:39:25     FALSE
## 2423     FALSE             0            <NA> 2022-11-28 21:39:24     FALSE
## 2424     FALSE             1            <NA> 2022-11-28 21:39:16     FALSE
## 2425     FALSE             0            <NA> 2022-11-28 21:39:15     FALSE
## 2426     FALSE             2            <NA> 2022-11-28 21:39:05     FALSE
## 2427     FALSE             0            <NA> 2022-11-28 21:39:04     FALSE
## 2428     FALSE             5            <NA> 2022-11-28 21:39:00     FALSE
## 2429     FALSE             0            <NA> 2022-11-28 21:39:00     FALSE
## 2430     FALSE             0            <NA> 2022-11-28 21:38:54      TRUE
## 2431     FALSE             0            <NA> 2022-11-28 21:38:49     FALSE
## 2432     FALSE             1            <NA> 2022-11-28 21:38:48     FALSE
## 2433     FALSE             4            <NA> 2022-11-28 21:38:44     FALSE
## 2434     FALSE             2            <NA> 2022-11-28 21:38:40     FALSE
## 2435     FALSE             0            <NA> 2022-11-28 21:38:38     FALSE
## 2436     FALSE             1            <NA> 2022-11-28 21:38:35      TRUE
## 2437     FALSE             1            <NA> 2022-11-28 21:38:34     FALSE
## 2438     FALSE             1            <NA> 2022-11-28 21:38:34     FALSE
## 2439     FALSE             1            <NA> 2022-11-28 21:38:33     FALSE
## 2440     FALSE             2            <NA> 2022-11-28 21:38:31     FALSE
## 2441     FALSE             0            <NA> 2022-11-28 21:38:31     FALSE
## 2442     FALSE             0            <NA> 2022-11-28 21:38:30     FALSE
## 2443     FALSE             0            <NA> 2022-11-28 21:38:29     FALSE
## 2444     FALSE             0        PeterObi 2022-11-28 21:38:27      TRUE
## 2445     FALSE             0            <NA> 2022-11-28 21:38:24     FALSE
## 2446     FALSE             1            <NA> 2022-11-28 21:38:21     FALSE
## 2447     FALSE             0            <NA> 2022-11-28 21:38:20     FALSE
## 2448     FALSE             2            <NA> 2022-11-28 21:38:11     FALSE
## 2449     FALSE             1            <NA> 2022-11-28 21:38:10     FALSE
## 2450     FALSE             1            <NA> 2022-11-28 21:38:01      TRUE
## 2451     FALSE             0            <NA> 2022-11-28 21:38:00     FALSE
## 2452     FALSE             1            <NA> 2022-11-28 21:37:55     FALSE
## 2453     FALSE             0            <NA> 2022-11-28 21:37:52     FALSE
## 2454     FALSE             0            <NA> 2022-11-28 21:37:48     FALSE
## 2455     FALSE             0            <NA> 2022-11-28 21:37:46     FALSE
## 2456     FALSE             0            <NA> 2022-11-28 21:37:43     FALSE
## 2457     FALSE             0            <NA> 2022-11-28 21:37:34     FALSE
## 2458     FALSE             0            <NA> 2022-11-28 21:37:33     FALSE
## 2459     FALSE             0            <NA> 2022-11-28 21:37:31     FALSE
## 2460     FALSE             0            <NA> 2022-11-28 21:37:31     FALSE
## 2461     FALSE            80            <NA> 2022-11-28 21:37:30     FALSE
## 2462     FALSE             0            <NA> 2022-11-28 21:37:29     FALSE
## 2463     FALSE             0        elonmusk 2022-11-28 21:37:24     FALSE
## 2464     FALSE             0            <NA> 2022-11-28 21:37:24     FALSE
## 2465     FALSE             0            <NA> 2022-11-28 21:37:23     FALSE
## 2466     FALSE             0            <NA> 2022-11-28 21:37:19     FALSE
## 2467     FALSE             0            <NA> 2022-11-28 21:37:18     FALSE
## 2468     FALSE             0            <NA> 2022-11-28 21:37:13     FALSE
## 2469     FALSE             1            <NA> 2022-11-28 21:37:10     FALSE
## 2470     FALSE             0            <NA> 2022-11-28 21:37:08     FALSE
## 2471     FALSE             0            <NA> 2022-11-28 21:37:06     FALSE
## 2472     FALSE             1            <NA> 2022-11-28 21:37:05     FALSE
## 2473     FALSE             0            <NA> 2022-11-28 21:37:00     FALSE
## 2474     FALSE             0            <NA> 2022-11-28 21:36:54     FALSE
## 2475     FALSE             0            <NA> 2022-11-28 21:36:53     FALSE
## 2476     FALSE             0            <NA> 2022-11-28 21:36:53     FALSE
## 2477     FALSE             1       Sugababes 2022-11-28 21:36:52      TRUE
## 2478     FALSE             0            <NA> 2022-11-28 21:36:49     FALSE
## 2479     FALSE             0            <NA> 2022-11-28 21:36:44     FALSE
## 2480     FALSE             0            <NA> 2022-11-28 21:36:42     FALSE
## 2481     FALSE             0            <NA> 2022-11-28 21:36:40     FALSE
## 2482     FALSE             0            <NA> 2022-11-28 21:36:40      TRUE
## 2483     FALSE             1            <NA> 2022-11-28 21:36:37     FALSE
## 2484     FALSE             0            <NA> 2022-11-28 21:36:31     FALSE
## 2485     FALSE             0            <NA> 2022-11-28 21:36:30     FALSE
## 2486     FALSE             0            <NA> 2022-11-28 21:36:27     FALSE
## 2487     FALSE             6            <NA> 2022-11-28 21:36:21     FALSE
## 2488     FALSE             0            <NA> 2022-11-28 21:36:18     FALSE
## 2489     FALSE             0            <NA> 2022-11-28 21:36:17     FALSE
## 2490     FALSE             0            <NA> 2022-11-28 21:36:16     FALSE
## 2491     FALSE             1            <NA> 2022-11-28 21:36:15      TRUE
## 2492     FALSE             0            <NA> 2022-11-28 21:36:11     FALSE
## 2493     FALSE             1            <NA> 2022-11-28 21:36:08     FALSE
## 2494     FALSE             0            <NA> 2022-11-28 21:36:06     FALSE
## 2495     FALSE             0            <NA> 2022-11-28 21:36:05     FALSE
## 2496     FALSE             0            <NA> 2022-11-28 21:35:50     FALSE
## 2497     FALSE             2            <NA> 2022-11-28 21:35:49     FALSE
## 2498     FALSE             0            <NA> 2022-11-28 21:35:46     FALSE
## 2499     FALSE             0            <NA> 2022-11-28 21:35:40     FALSE
## 2500     FALSE             0            <NA> 2022-11-28 21:35:39     FALSE
## 2501     FALSE             0            <NA> 2022-11-28 21:35:37     FALSE
## 2502     FALSE             0            <NA> 2022-11-28 21:35:36     FALSE
## 2503     FALSE             0            <NA> 2022-11-28 21:35:33     FALSE
## 2504     FALSE             0            <NA> 2022-11-28 21:35:33     FALSE
## 2505     FALSE             0            <NA> 2022-11-28 21:35:32      TRUE
## 2506     FALSE             0            <NA> 2022-11-28 21:35:30     FALSE
## 2507     FALSE             0            <NA> 2022-11-28 21:35:25     FALSE
## 2508     FALSE             0            <NA> 2022-11-28 21:35:19     FALSE
## 2509     FALSE             0            <NA> 2022-11-28 21:35:18      TRUE
## 2510     FALSE             0            <NA> 2022-11-28 21:35:12     FALSE
## 2511     FALSE             1            <NA> 2022-11-28 21:35:05     FALSE
## 2512     FALSE             0            <NA> 2022-11-28 21:35:03     FALSE
## 2513     FALSE             1            <NA> 2022-11-28 21:35:02     FALSE
## 2514     FALSE             0            <NA> 2022-11-28 21:35:01     FALSE
## 2515     FALSE             1            <NA> 2022-11-28 21:34:54     FALSE
## 2516     FALSE             0            <NA> 2022-11-28 21:34:52     FALSE
## 2517     FALSE             1            <NA> 2022-11-28 21:34:50     FALSE
## 2518     FALSE             3            <NA> 2022-11-28 21:34:48     FALSE
## 2519     FALSE             1            <NA> 2022-11-28 21:34:38     FALSE
## 2520     FALSE             0            <NA> 2022-11-28 21:34:37     FALSE
## 2521     FALSE             1            <NA> 2022-11-28 21:34:35     FALSE
## 2522     FALSE             0            <NA> 2022-11-28 21:34:21     FALSE
## 2523     FALSE             0            <NA> 2022-11-28 21:34:15     FALSE
## 2524     FALSE             1            <NA> 2022-11-28 21:34:10     FALSE
## 2525     FALSE             0            <NA> 2022-11-28 21:34:09     FALSE
## 2526     FALSE             1            <NA> 2022-11-28 21:34:03      TRUE
## 2527     FALSE             0            <NA> 2022-11-28 21:33:59     FALSE
## 2528     FALSE             1            <NA> 2022-11-28 21:33:56     FALSE
## 2529     FALSE             1            <NA> 2022-11-28 21:33:55     FALSE
## 2530     FALSE             3            <NA> 2022-11-28 21:33:54     FALSE
## 2531     FALSE             3            <NA> 2022-11-28 21:33:51      TRUE
## 2532     FALSE             2            <NA> 2022-11-28 21:33:48     FALSE
## 2533     FALSE             1            <NA> 2022-11-28 21:33:44     FALSE
## 2534     FALSE             0            <NA> 2022-11-28 21:33:36     FALSE
## 2535     FALSE             1            <NA> 2022-11-28 21:33:30      TRUE
## 2536     FALSE            12            <NA> 2022-11-28 21:33:27     FALSE
## 2537     FALSE             1            <NA> 2022-11-28 21:33:26     FALSE
## 2538     FALSE             0            <NA> 2022-11-28 21:33:25     FALSE
## 2539     FALSE             2            <NA> 2022-11-28 21:33:24     FALSE
## 2540     FALSE             0            <NA> 2022-11-28 21:33:22     FALSE
## 2541     FALSE             0            <NA> 2022-11-28 21:33:13     FALSE
## 2542     FALSE            12            <NA> 2022-11-28 21:33:06     FALSE
## 2543     FALSE             0            <NA> 2022-11-28 21:32:58      TRUE
## 2544     FALSE             2            <NA> 2022-11-28 21:32:41     FALSE
## 2545     FALSE             0            <NA> 2022-11-28 21:32:38     FALSE
## 2546     FALSE            18            <NA> 2022-11-28 21:32:37     FALSE
## 2547     FALSE             0            <NA> 2022-11-28 21:32:24      TRUE
## 2548     FALSE             0            <NA> 2022-11-28 21:32:17     FALSE
## 2549     FALSE             1            <NA> 2022-11-28 21:32:00      TRUE
## 2550     FALSE             2            <NA> 2022-11-28 21:32:00      TRUE
## 2551     FALSE             1            <NA> 2022-11-28 21:32:00     FALSE
## 2552     FALSE             0            <NA> 2022-11-28 21:31:57     FALSE
## 2553     FALSE             0            <NA> 2022-11-28 21:31:41     FALSE
## 2554     FALSE             0            <NA> 2022-11-28 21:31:11     FALSE
## 2555     FALSE             3            <NA> 2022-11-28 21:31:11     FALSE
## 2556     FALSE             0            <NA> 2022-11-28 21:31:01      TRUE
## 2557     FALSE             0            <NA> 2022-11-28 21:30:57     FALSE
## 2558     FALSE             0            <NA> 2022-11-28 21:30:56     FALSE
## 2559     FALSE             1            <NA> 2022-11-28 21:30:52      TRUE
## 2560     FALSE             0            <NA> 2022-11-28 21:30:50     FALSE
## 2561     FALSE            11            <NA> 2022-11-28 21:30:46     FALSE
## 2562     FALSE             0            <NA> 2022-11-28 21:30:34      TRUE
## 2563     FALSE             0            <NA> 2022-11-28 21:30:26     FALSE
## 2564     FALSE             0            <NA> 2022-11-28 21:30:25     FALSE
## 2565     FALSE             0            <NA> 2022-11-28 21:30:11     FALSE
## 2566     FALSE             0            <NA> 2022-11-28 21:30:06     FALSE
## 2567     FALSE             0            <NA> 2022-11-28 21:30:06     FALSE
## 2568     FALSE             0            <NA> 2022-11-28 21:29:54     FALSE
## 2569     FALSE             0            <NA> 2022-11-28 21:29:52     FALSE
## 2570     FALSE             0            <NA> 2022-11-28 21:29:51     FALSE
## 2571     FALSE             0            <NA> 2022-11-28 21:29:42     FALSE
## 2572     FALSE             0            <NA> 2022-11-28 21:29:33     FALSE
## 2573     FALSE             0            <NA> 2022-11-28 21:29:27     FALSE
## 2574     FALSE             3            <NA> 2022-11-28 21:29:27     FALSE
## 2575     FALSE             2            <NA> 2022-11-28 21:29:20      TRUE
## 2576     FALSE             0            <NA> 2022-11-28 21:29:19     FALSE
## 2577     FALSE             1            <NA> 2022-11-28 21:29:14     FALSE
## 2578     FALSE             1            <NA> 2022-11-28 21:29:12     FALSE
## 2579     FALSE             0            <NA> 2022-11-28 21:29:10     FALSE
## 2580     FALSE             1            <NA> 2022-11-28 21:29:09     FALSE
## 2581     FALSE             1            <NA> 2022-11-28 21:29:04     FALSE
## 2582     FALSE             1            <NA> 2022-11-28 21:29:02      TRUE
## 2583     FALSE             0            <NA> 2022-11-28 21:29:00     FALSE
## 2584     FALSE             1            <NA> 2022-11-28 21:28:58     FALSE
## 2585     FALSE             0            <NA> 2022-11-28 21:28:56      TRUE
## 2586     FALSE             1            <NA> 2022-11-28 21:28:44     FALSE
## 2587     FALSE             0            <NA> 2022-11-28 21:28:39     FALSE
## 2588     FALSE             2            <NA> 2022-11-28 21:28:35     FALSE
## 2589     FALSE             3            <NA> 2022-11-28 21:28:32     FALSE
## 2590     FALSE             0            <NA> 2022-11-28 21:28:28     FALSE
## 2591     FALSE             2            <NA> 2022-11-28 21:28:23     FALSE
## 2592     FALSE             1            <NA> 2022-11-28 21:28:22     FALSE
## 2593     FALSE             1            <NA> 2022-11-28 21:28:17      TRUE
## 2594     FALSE             0            <NA> 2022-11-28 21:28:17     FALSE
## 2595     FALSE             0            <NA> 2022-11-28 21:28:13     FALSE
## 2596     FALSE             0            <NA> 2022-11-28 21:28:09     FALSE
## 2597     FALSE           287            <NA> 2022-11-28 21:28:06     FALSE
## 2598     FALSE             0            <NA> 2022-11-28 21:28:06     FALSE
## 2599     FALSE             1            <NA> 2022-11-28 21:28:04     FALSE
## 2600     FALSE             0            <NA> 2022-11-28 21:28:03      TRUE
## 2601     FALSE             1            <NA> 2022-11-28 21:28:02     FALSE
## 2602     FALSE             0            <NA> 2022-11-28 21:28:01     FALSE
## 2603     FALSE             0            <NA> 2022-11-28 21:27:55     FALSE
## 2604     FALSE             0            <NA> 2022-11-28 21:27:52     FALSE
## 2605     FALSE             0            <NA> 2022-11-28 21:27:51     FALSE
## 2606     FALSE             0            <NA> 2022-11-28 21:27:51     FALSE
## 2607     FALSE             0            <NA> 2022-11-28 21:27:50     FALSE
## 2608     FALSE             2            <NA> 2022-11-28 21:27:48     FALSE
## 2609     FALSE             0            <NA> 2022-11-28 21:27:46      TRUE
## 2610     FALSE             0            <NA> 2022-11-28 21:27:29     FALSE
## 2611     FALSE             1            <NA> 2022-11-28 21:27:21      TRUE
## 2612     FALSE             1            <NA> 2022-11-28 21:27:13     FALSE
## 2613     FALSE             0            <NA> 2022-11-28 21:27:07     FALSE
## 2614     FALSE             0            <NA> 2022-11-28 21:27:07     FALSE
## 2615     FALSE             1            <NA> 2022-11-28 21:27:05      TRUE
## 2616     FALSE             0            <NA> 2022-11-28 21:27:02     FALSE
## 2617     FALSE             1            <NA> 2022-11-28 21:26:56      TRUE
## 2618     FALSE             0            <NA> 2022-11-28 21:26:53     FALSE
## 2619     FALSE             1            <NA> 2022-11-28 21:26:53     FALSE
## 2620     FALSE             0            <NA> 2022-11-28 21:26:44     FALSE
## 2621     FALSE             2            <NA> 2022-11-28 21:26:40     FALSE
## 2622     FALSE             0            <NA> 2022-11-28 21:26:35     FALSE
## 2623     FALSE             1            <NA> 2022-11-28 21:26:34     FALSE
## 2624     FALSE             0            <NA> 2022-11-28 21:26:29     FALSE
## 2625     FALSE             0            <NA> 2022-11-28 21:26:27     FALSE
## 2626     FALSE             0            <NA> 2022-11-28 21:26:22     FALSE
## 2627     FALSE             0            <NA> 2022-11-28 21:26:20     FALSE
## 2628     FALSE             1            <NA> 2022-11-28 21:26:14     FALSE
## 2629     FALSE             0            <NA> 2022-11-28 21:26:09     FALSE
## 2630     FALSE             0            <NA> 2022-11-28 21:26:06     FALSE
## 2631     FALSE             0            <NA> 2022-11-28 21:26:06     FALSE
## 2632     FALSE             0            <NA> 2022-11-28 21:26:05     FALSE
## 2633     FALSE            20            <NA> 2022-11-28 21:25:58     FALSE
## 2634     FALSE             2            <NA> 2022-11-28 21:25:56     FALSE
## 2635     FALSE             0            <NA> 2022-11-28 21:25:50      TRUE
## 2636     FALSE             1            <NA> 2022-11-28 21:25:46     FALSE
## 2637     FALSE             0            <NA> 2022-11-28 21:25:46     FALSE
## 2638     FALSE             0            <NA> 2022-11-28 21:25:32     FALSE
## 2639     FALSE             1            <NA> 2022-11-28 21:25:20      TRUE
## 2640     FALSE             0            <NA> 2022-11-28 21:25:17     FALSE
## 2641     FALSE             1            <NA> 2022-11-28 21:25:02      TRUE
## 2642     FALSE             0            <NA> 2022-11-28 21:24:57     FALSE
## 2643     FALSE             1            <NA> 2022-11-28 21:24:56     FALSE
## 2644     FALSE             2            <NA> 2022-11-28 21:24:47     FALSE
## 2645     FALSE             3            <NA> 2022-11-28 21:24:42     FALSE
## 2646     FALSE             0            <NA> 2022-11-28 21:24:28     FALSE
## 2647     FALSE             0       TIfe_eNTG 2022-11-28 21:24:26     FALSE
## 2648     FALSE             0            <NA> 2022-11-28 21:24:26     FALSE
## 2649     FALSE             2            <NA> 2022-11-28 21:24:23     FALSE
## 2650     FALSE             0            <NA> 2022-11-28 21:24:20     FALSE
## 2651     FALSE             1            <NA> 2022-11-28 21:24:18     FALSE
## 2652     FALSE             0            <NA> 2022-11-28 21:24:10     FALSE
## 2653     FALSE             0            <NA> 2022-11-28 21:24:10     FALSE
## 2654     FALSE             0            <NA> 2022-11-28 21:24:08     FALSE
## 2655     FALSE             0            <NA> 2022-11-28 21:24:06     FALSE
## 2656     FALSE             2            <NA> 2022-11-28 21:23:57      TRUE
## 2657     FALSE             1            <NA> 2022-11-28 21:23:44     FALSE
## 2658     FALSE             0            <NA> 2022-11-28 21:23:40     FALSE
## 2659     FALSE             0   Accurate_slip 2022-11-28 21:23:36      TRUE
## 2660     FALSE             1         Spotify 2022-11-28 21:23:34     FALSE
## 2661     FALSE             0            <NA> 2022-11-28 21:23:32      TRUE
## 2662     FALSE             2            <NA> 2022-11-28 21:23:32     FALSE
## 2663     FALSE             0            <NA> 2022-11-28 21:23:25     FALSE
## 2664     FALSE             0            <NA> 2022-11-28 21:23:20     FALSE
## 2665     FALSE            22            <NA> 2022-11-28 21:23:19     FALSE
## 2666     FALSE             2            <NA> 2022-11-28 21:23:17     FALSE
## 2667     FALSE             0            <NA> 2022-11-28 21:23:10     FALSE
## 2668     FALSE             0            <NA> 2022-11-28 21:23:07     FALSE
## 2669     FALSE             0            <NA> 2022-11-28 21:23:00     FALSE
## 2670     FALSE             1            <NA> 2022-11-28 21:23:00     FALSE
## 2671     FALSE             1            <NA> 2022-11-28 21:22:59     FALSE
## 2672     FALSE             0            <NA> 2022-11-28 21:22:56     FALSE
## 2673     FALSE             4            <NA> 2022-11-28 21:22:56      TRUE
## 2674     FALSE             3            <NA> 2022-11-28 21:22:54     FALSE
## 2675     FALSE             0            <NA> 2022-11-28 21:22:53     FALSE
## 2676     FALSE             0            <NA> 2022-11-28 21:22:47     FALSE
## 2677     FALSE             1            <NA> 2022-11-28 21:22:45     FALSE
## 2678     FALSE             0            <NA> 2022-11-28 21:22:41     FALSE
## 2679     FALSE             0            <NA> 2022-11-28 21:22:41     FALSE
## 2680     FALSE             0            <NA> 2022-11-28 21:22:40     FALSE
## 2681     FALSE             0            <NA> 2022-11-28 21:22:28     FALSE
## 2682     FALSE             0            <NA> 2022-11-28 21:22:25     FALSE
## 2683     FALSE             0            <NA> 2022-11-28 21:22:24     FALSE
## 2684     FALSE             1            <NA> 2022-11-28 21:22:21     FALSE
## 2685     FALSE             1       TIfe_eNTG 2022-11-28 21:22:19     FALSE
## 2686     FALSE             0            <NA> 2022-11-28 21:22:10     FALSE
## 2687     FALSE             2            <NA> 2022-11-28 21:22:05      TRUE
## 2688     FALSE             0            <NA> 2022-11-28 21:21:57     FALSE
## 2689     FALSE             0            <NA> 2022-11-28 21:21:55     FALSE
## 2690     FALSE             0            <NA> 2022-11-28 21:21:53      TRUE
## 2691     FALSE             0            <NA> 2022-11-28 21:21:51     FALSE
## 2692     FALSE             0            <NA> 2022-11-28 21:21:44     FALSE
## 2693     FALSE             0            <NA> 2022-11-28 21:21:40     FALSE
## 2694     FALSE             3            <NA> 2022-11-28 21:21:35      TRUE
## 2695     FALSE             0            <NA> 2022-11-28 21:21:27     FALSE
## 2696     FALSE             0            <NA> 2022-11-28 21:21:17     FALSE
## 2697     FALSE             0            <NA> 2022-11-28 21:21:14     FALSE
## 2698     FALSE             0       Cristiano 2022-11-28 21:21:03      TRUE
## 2699     FALSE             0            <NA> 2022-11-28 21:20:49     FALSE
## 2700     FALSE             0            <NA> 2022-11-28 21:20:46     FALSE
## 2701     FALSE             1 BitcoinMagazine 2022-11-28 21:20:42      TRUE
## 2702     FALSE             0            <NA> 2022-11-28 21:20:42     FALSE
## 2703     FALSE             5            <NA> 2022-11-28 21:20:38     FALSE
## 2704     FALSE             0            <NA> 2022-11-28 21:20:35     FALSE
## 2705     FALSE            10            <NA> 2022-11-28 21:20:32     FALSE
## 2706     FALSE             3            <NA> 2022-11-28 21:20:27     FALSE
## 2707     FALSE             0            <NA> 2022-11-28 21:20:17     FALSE
## 2708     FALSE             3            <NA> 2022-11-28 21:20:11     FALSE
## 2709     FALSE             5            <NA> 2022-11-28 21:20:05     FALSE
## 2710     FALSE             2            <NA> 2022-11-28 21:20:05     FALSE
## 2711     FALSE             0            <NA> 2022-11-28 21:20:01     FALSE
## 2712     FALSE             3            <NA> 2022-11-28 21:20:00     FALSE
## 2713     FALSE             0            <NA> 2022-11-28 21:19:47     FALSE
## 2714     FALSE             9            <NA> 2022-11-28 21:19:45      TRUE
## 2715     FALSE             1            <NA> 2022-11-28 21:19:41     FALSE
## 2716     FALSE             0            <NA> 2022-11-28 21:19:26     FALSE
## 2717     FALSE             0            <NA> 2022-11-28 21:19:22      TRUE
## 2718     FALSE             1            <NA> 2022-11-28 21:19:21     FALSE
## 2719     FALSE             0            <NA> 2022-11-28 21:19:21     FALSE
## 2720     FALSE             0            <NA> 2022-11-28 21:19:15     FALSE
## 2721     FALSE             1            <NA> 2022-11-28 21:19:13      TRUE
## 2722     FALSE             0            <NA> 2022-11-28 21:19:00      TRUE
## 2723     FALSE             0            <NA> 2022-11-28 21:18:58     FALSE
## 2724     FALSE             0            <NA> 2022-11-28 21:18:55     FALSE
## 2725     FALSE             0            <NA> 2022-11-28 21:18:40     FALSE
## 2726     FALSE             0            <NA> 2022-11-28 21:18:34     FALSE
## 2727     FALSE             0            <NA> 2022-11-28 21:18:24     FALSE
## 2728     FALSE             0            <NA> 2022-11-28 21:18:15     FALSE
## 2729     FALSE             0            <NA> 2022-11-28 21:18:09     FALSE
## 2730     FALSE             0            <NA> 2022-11-28 21:17:59     FALSE
## 2731     FALSE             0            <NA> 2022-11-28 21:17:44      TRUE
## 2732     FALSE             0            <NA> 2022-11-28 21:17:44     FALSE
## 2733     FALSE             0            <NA> 2022-11-28 21:17:43      TRUE
## 2734     FALSE             0            <NA> 2022-11-28 21:17:32     FALSE
## 2735     FALSE             2            <NA> 2022-11-28 21:17:32     FALSE
## 2736     FALSE             1            <NA> 2022-11-28 21:17:29      TRUE
## 2737     FALSE             1            <NA> 2022-11-28 21:17:29     FALSE
## 2738     FALSE             1            <NA> 2022-11-28 21:17:28     FALSE
## 2739     FALSE             4            <NA> 2022-11-28 21:17:24      TRUE
## 2740     FALSE             1            <NA> 2022-11-28 21:17:22     FALSE
## 2741     FALSE             1            <NA> 2022-11-28 21:17:16     FALSE
## 2742     FALSE             6            <NA> 2022-11-28 21:17:09     FALSE
## 2743     FALSE             5            <NA> 2022-11-28 21:17:06     FALSE
## 2744     FALSE             0            <NA> 2022-11-28 21:17:05     FALSE
## 2745     FALSE             0            <NA> 2022-11-28 21:17:02     FALSE
## 2746     FALSE             0            <NA> 2022-11-28 21:16:59     FALSE
## 2747     FALSE             1            <NA> 2022-11-28 21:16:59     FALSE
## 2748     FALSE             3            <NA> 2022-11-28 21:16:55      TRUE
## 2749     FALSE             0            <NA> 2022-11-28 21:16:55      TRUE
## 2750     FALSE             0            <NA> 2022-11-28 21:16:53     FALSE
## 2751     FALSE             0            <NA> 2022-11-28 21:16:52     FALSE
## 2752     FALSE             9            <NA> 2022-11-28 21:16:48     FALSE
## 2753     FALSE             0            <NA> 2022-11-28 21:16:44     FALSE
## 2754     FALSE             3            <NA> 2022-11-28 21:16:39     FALSE
## 2755     FALSE             0            <NA> 2022-11-28 21:16:39     FALSE
## 2756     FALSE             0            <NA> 2022-11-28 21:16:38     FALSE
## 2757     FALSE             0            <NA> 2022-11-28 21:16:37     FALSE
## 2758     FALSE             0            <NA> 2022-11-28 21:16:35     FALSE
## 2759     FALSE             0            <NA> 2022-11-28 21:16:32     FALSE
## 2760     FALSE             0            <NA> 2022-11-28 21:16:31     FALSE
## 2761     FALSE             1            <NA> 2022-11-28 21:16:30     FALSE
## 2762     FALSE             0        joerogan 2022-11-28 21:16:29     FALSE
## 2763     FALSE             1            <NA> 2022-11-28 21:16:28     FALSE
## 2764     FALSE             0            <NA> 2022-11-28 21:16:27     FALSE
## 2765     FALSE             0            <NA> 2022-11-28 21:16:23     FALSE
## 2766     FALSE             0            <NA> 2022-11-28 21:16:23     FALSE
## 2767     FALSE             0  TheWriteUpSite 2022-11-28 21:16:22     FALSE
## 2768     FALSE             0            <NA> 2022-11-28 21:16:10     FALSE
## 2769     FALSE             0            <NA> 2022-11-28 21:16:08      TRUE
## 2770     FALSE             0            <NA> 2022-11-28 21:16:07     FALSE
## 2771     FALSE             0            <NA> 2022-11-28 21:16:06     FALSE
## 2772     FALSE             0            <NA> 2022-11-28 21:16:05     FALSE
## 2773     FALSE             1            <NA> 2022-11-28 21:16:04      TRUE
## 2774     FALSE             0            <NA> 2022-11-28 21:16:03     FALSE
## 2775     FALSE             0            <NA> 2022-11-28 21:16:03     FALSE
## 2776     FALSE             0            <NA> 2022-11-28 21:15:57     FALSE
## 2777     FALSE             0            <NA> 2022-11-28 21:15:51     FALSE
## 2778     FALSE             1            <NA> 2022-11-28 21:15:50      TRUE
## 2779     FALSE             0            <NA> 2022-11-28 21:15:44     FALSE
## 2780     FALSE             1            <NA> 2022-11-28 21:15:44     FALSE
## 2781     FALSE             1            <NA> 2022-11-28 21:15:44     FALSE
## 2782     FALSE            23            <NA> 2022-11-28 21:15:43     FALSE
## 2783     FALSE             0            <NA> 2022-11-28 21:15:42     FALSE
## 2784     FALSE             1            <NA> 2022-11-28 21:15:42     FALSE
## 2785     FALSE             0            <NA> 2022-11-28 21:15:41     FALSE
## 2786     FALSE             0            <NA> 2022-11-28 21:15:32     FALSE
## 2787     FALSE             0            <NA> 2022-11-28 21:15:26     FALSE
## 2788     FALSE             0            <NA> 2022-11-28 21:15:23     FALSE
## 2789     FALSE             0            <NA> 2022-11-28 21:15:20     FALSE
## 2790     FALSE            30            <NA> 2022-11-28 21:15:18     FALSE
## 2791     FALSE             0            <NA> 2022-11-28 21:15:17      TRUE
## 2792     FALSE             3            <NA> 2022-11-28 21:15:14     FALSE
## 2793     FALSE             0            <NA> 2022-11-28 21:15:13     FALSE
## 2794     FALSE             1            <NA> 2022-11-28 21:15:10     FALSE
## 2795     FALSE             0            <NA> 2022-11-28 21:15:08     FALSE
## 2796     FALSE             1            <NA> 2022-11-28 21:15:06     FALSE
## 2797     FALSE             0            <NA> 2022-11-28 21:15:04     FALSE
## 2798     FALSE             1            <NA> 2022-11-28 21:14:43     FALSE
## 2799     FALSE             0            <NA> 2022-11-28 21:14:32     FALSE
## 2800     FALSE             0            <NA> 2022-11-28 21:14:17      TRUE
## 2801     FALSE             0            <NA> 2022-11-28 21:14:09     FALSE
## 2802     FALSE             0            <NA> 2022-11-28 21:14:08     FALSE
## 2803     FALSE             2            <NA> 2022-11-28 21:14:05     FALSE
## 2804     FALSE             2            <NA> 2022-11-28 21:13:57     FALSE
## 2805     FALSE             2            <NA> 2022-11-28 21:13:56     FALSE
## 2806     FALSE             0            <NA> 2022-11-28 21:13:55     FALSE
## 2807     FALSE             0            <NA> 2022-11-28 21:13:53     FALSE
## 2808     FALSE             0            <NA> 2022-11-28 21:13:49     FALSE
## 2809     FALSE             0            <NA> 2022-11-28 21:13:48     FALSE
## 2810     FALSE             0            <NA> 2022-11-28 21:13:48     FALSE
## 2811     FALSE             0            <NA> 2022-11-28 21:13:43     FALSE
## 2812     FALSE             0            <NA> 2022-11-28 21:13:43      TRUE
## 2813     FALSE             6            <NA> 2022-11-28 21:13:39     FALSE
## 2814     FALSE             0            <NA> 2022-11-28 21:13:33     FALSE
## 2815     FALSE             0            <NA> 2022-11-28 21:13:30     FALSE
## 2816     FALSE             7            <NA> 2022-11-28 21:13:30     FALSE
## 2817     FALSE             0            <NA> 2022-11-28 21:13:28     FALSE
## 2818     FALSE             1            <NA> 2022-11-28 21:13:21     FALSE
## 2819     FALSE             0            <NA> 2022-11-28 21:13:16     FALSE
## 2820     FALSE             0            <NA> 2022-11-28 21:13:14     FALSE
## 2821     FALSE             0            <NA> 2022-11-28 21:13:13     FALSE
## 2822     FALSE             0            <NA> 2022-11-28 21:13:13     FALSE
## 2823     FALSE             2            <NA> 2022-11-28 21:13:11     FALSE
## 2824     FALSE            13            <NA> 2022-11-28 21:13:09     FALSE
## 2825     FALSE             1            <NA> 2022-11-28 21:13:09     FALSE
## 2826     FALSE             2            <NA> 2022-11-28 21:13:05     FALSE
## 2827     FALSE             4            <NA> 2022-11-28 21:12:59     FALSE
## 2828     FALSE             0            <NA> 2022-11-28 21:12:59     FALSE
## 2829     FALSE             1            <NA> 2022-11-28 21:12:58     FALSE
## 2830     FALSE             0   SpotifyAfrica 2022-11-28 21:12:56     FALSE
## 2831     FALSE             0            <NA> 2022-11-28 21:12:54     FALSE
## 2832     FALSE             0            <NA> 2022-11-28 21:12:43     FALSE
## 2833     FALSE             0            <NA> 2022-11-28 21:12:41     FALSE
## 2834     FALSE             0            <NA> 2022-11-28 21:12:38     FALSE
## 2835     FALSE             1            <NA> 2022-11-28 21:12:38      TRUE
## 2836     FALSE             1            <NA> 2022-11-28 21:12:36     FALSE
## 2837     FALSE             1            <NA> 2022-11-28 21:12:35     FALSE
## 2838     FALSE             0            <NA> 2022-11-28 21:12:35     FALSE
## 2839     FALSE             0            <NA> 2022-11-28 21:12:34     FALSE
## 2840     FALSE             0            <NA> 2022-11-28 21:12:31     FALSE
## 2841     FALSE             0            <NA> 2022-11-28 21:12:31     FALSE
## 2842     FALSE             0            <NA> 2022-11-28 21:12:23     FALSE
## 2843     FALSE             0            <NA> 2022-11-28 21:12:23     FALSE
## 2844     FALSE             0            <NA> 2022-11-28 21:12:06     FALSE
## 2845     FALSE           101            <NA> 2022-11-28 21:12:04      TRUE
## 2846     FALSE             2            <NA> 2022-11-28 21:12:02     FALSE
## 2847     FALSE             0            <NA> 2022-11-28 21:11:59     FALSE
## 2848     FALSE             0            <NA> 2022-11-28 21:11:41     FALSE
## 2849     FALSE             0            <NA> 2022-11-28 21:11:40     FALSE
## 2850     FALSE             0            <NA> 2022-11-28 21:11:39     FALSE
## 2851     FALSE             8            <NA> 2022-11-28 21:11:38     FALSE
## 2852     FALSE             0            <NA> 2022-11-28 21:11:36     FALSE
## 2853     FALSE             2            <NA> 2022-11-28 21:11:35     FALSE
## 2854     FALSE             3            <NA> 2022-11-28 21:11:31     FALSE
## 2855     FALSE             0            <NA> 2022-11-28 21:11:28     FALSE
## 2856     FALSE             0            <NA> 2022-11-28 21:11:27     FALSE
## 2857     FALSE             3            <NA> 2022-11-28 21:11:22      TRUE
## 2858     FALSE             0            <NA> 2022-11-28 21:11:19      TRUE
## 2859     FALSE             0            <NA> 2022-11-28 21:11:12     FALSE
## 2860     FALSE             0            <NA> 2022-11-28 21:11:12      TRUE
## 2861     FALSE             0            <NA> 2022-11-28 21:11:10     FALSE
## 2862     FALSE             3            <NA> 2022-11-28 21:10:59     FALSE
## 2863     FALSE             3            <NA> 2022-11-28 21:10:58     FALSE
## 2864     FALSE             0            <NA> 2022-11-28 21:10:56     FALSE
## 2865     FALSE             0            <NA> 2022-11-28 21:10:50     FALSE
## 2866     FALSE             0            <NA> 2022-11-28 21:10:48      TRUE
## 2867     FALSE             1            <NA> 2022-11-28 21:10:44     FALSE
## 2868     FALSE             0            <NA> 2022-11-28 21:10:34     FALSE
## 2869     FALSE             0            <NA> 2022-11-28 21:10:29      TRUE
## 2870     FALSE             2            <NA> 2022-11-28 21:10:25     FALSE
## 2871     FALSE             0            <NA> 2022-11-28 21:10:24     FALSE
## 2872     FALSE             2            <NA> 2022-11-28 21:10:22      TRUE
## 2873     FALSE             0            <NA> 2022-11-28 21:10:22     FALSE
## 2874     FALSE             0            <NA> 2022-11-28 21:10:18     FALSE
## 2875     FALSE             1            <NA> 2022-11-28 21:10:15     FALSE
## 2876     FALSE             0            <NA> 2022-11-28 21:10:14     FALSE
## 2877     FALSE             4            <NA> 2022-11-28 21:10:12     FALSE
## 2878     FALSE             0            <NA> 2022-11-28 21:10:10     FALSE
## 2879     FALSE             0            <NA> 2022-11-28 21:10:10     FALSE
## 2880     FALSE             1            <NA> 2022-11-28 21:10:06     FALSE
## 2881     FALSE             0            <NA> 2022-11-28 21:09:57     FALSE
## 2882     FALSE             0            <NA> 2022-11-28 21:09:54      TRUE
## 2883     FALSE             0            <NA> 2022-11-28 21:09:51     FALSE
## 2884     FALSE             0            <NA> 2022-11-28 21:09:41     FALSE
## 2885     FALSE             4            <NA> 2022-11-28 21:09:34      TRUE
## 2886     FALSE             0            <NA> 2022-11-28 21:09:30     FALSE
## 2887     FALSE             0            <NA> 2022-11-28 21:09:30     FALSE
## 2888     FALSE             0            <NA> 2022-11-28 21:09:27     FALSE
## 2889     FALSE             0            <NA> 2022-11-28 21:09:18     FALSE
## 2890     FALSE             0            <NA> 2022-11-28 21:09:11     FALSE
## 2891     FALSE             0            <NA> 2022-11-28 21:09:05      TRUE
## 2892     FALSE             0            <NA> 2022-11-28 21:09:04     FALSE
## 2893     FALSE             0            <NA> 2022-11-28 21:09:03     FALSE
## 2894     FALSE             1            <NA> 2022-11-28 21:08:54     FALSE
## 2895     FALSE             0            <NA> 2022-11-28 21:08:43     FALSE
## 2896     FALSE             6            <NA> 2022-11-28 21:08:37     FALSE
## 2897     FALSE             0            <NA> 2022-11-28 21:08:31     FALSE
## 2898     FALSE             0            <NA> 2022-11-28 21:08:06     FALSE
## 2899     FALSE             0       AniemordJ 2022-11-28 21:07:51     FALSE
## 2900     FALSE             0            <NA> 2022-11-28 21:07:49     FALSE
## 2901     FALSE             0            <NA> 2022-11-28 21:07:47     FALSE
## 2902     FALSE             0            <NA> 2022-11-28 21:07:42     FALSE
## 2903     FALSE             0            <NA> 2022-11-28 21:07:40      TRUE
## 2904     FALSE             0            <NA> 2022-11-28 21:07:38     FALSE
## 2905     FALSE             2            <NA> 2022-11-28 21:07:34     FALSE
## 2906     FALSE             1            <NA> 2022-11-28 21:07:32      TRUE
## 2907     FALSE             1            <NA> 2022-11-28 21:07:27     FALSE
## 2908     FALSE             2            <NA> 2022-11-28 21:07:25     FALSE
## 2909     FALSE             1            <NA> 2022-11-28 21:07:21     FALSE
## 2910     FALSE             1            <NA> 2022-11-28 21:07:14     FALSE
## 2911     FALSE             0            <NA> 2022-11-28 21:07:11     FALSE
## 2912     FALSE             1            <NA> 2022-11-28 21:07:04     FALSE
## 2913     FALSE             1            <NA> 2022-11-28 21:06:49     FALSE
## 2914     FALSE             0            <NA> 2022-11-28 21:06:48     FALSE
## 2915     FALSE             1            <NA> 2022-11-28 21:06:45     FALSE
## 2916     FALSE             0            <NA> 2022-11-28 21:06:39     FALSE
## 2917     FALSE             2            <NA> 2022-11-28 21:06:36     FALSE
## 2918     FALSE             0            <NA> 2022-11-28 21:06:30     FALSE
## 2919     FALSE             1            <NA> 2022-11-28 21:06:30     FALSE
## 2920     FALSE             0            <NA> 2022-11-28 21:06:28     FALSE
## 2921     FALSE             1            <NA> 2022-11-28 21:06:18     FALSE
## 2922     FALSE             2            <NA> 2022-11-28 21:06:13     FALSE
## 2923     FALSE             0            <NA> 2022-11-28 21:06:08     FALSE
## 2924     FALSE             0            <NA> 2022-11-28 21:06:07     FALSE
## 2925     FALSE             2            <NA> 2022-11-28 21:06:01     FALSE
## 2926     FALSE             1            <NA> 2022-11-28 21:05:59     FALSE
## 2927     FALSE             0            <NA> 2022-11-28 21:05:59      TRUE
## 2928     FALSE             0            <NA> 2022-11-28 21:05:52     FALSE
## 2929     FALSE             0            <NA> 2022-11-28 21:05:47      TRUE
## 2930     FALSE             0            <NA> 2022-11-28 21:05:46     FALSE
## 2931     FALSE             0            <NA> 2022-11-28 21:05:44     FALSE
## 2932     FALSE             0            <NA> 2022-11-28 21:05:44     FALSE
## 2933     FALSE             0            <NA> 2022-11-28 21:05:44     FALSE
## 2934     FALSE             0            <NA> 2022-11-28 21:05:40     FALSE
## 2935     FALSE             0            <NA> 2022-11-28 21:05:32     FALSE
## 2936     FALSE             0            <NA> 2022-11-28 21:05:32     FALSE
## 2937     FALSE             0            <NA> 2022-11-28 21:05:30     FALSE
## 2938     FALSE             0            <NA> 2022-11-28 21:05:29     FALSE
## 2939     FALSE             0            <NA> 2022-11-28 21:05:29     FALSE
## 2940     FALSE             2            <NA> 2022-11-28 21:05:22     FALSE
## 2941     FALSE             0            <NA> 2022-11-28 21:05:18     FALSE
## 2942     FALSE             0            <NA> 2022-11-28 21:05:16     FALSE
## 2943     FALSE             0            <NA> 2022-11-28 21:05:13     FALSE
## 2944     FALSE             0            <NA> 2022-11-28 21:05:12     FALSE
## 2945     FALSE             0            <NA> 2022-11-28 21:05:01     FALSE
## 2946     FALSE             0            <NA> 2022-11-28 21:04:59     FALSE
## 2947     FALSE             0            <NA> 2022-11-28 21:04:59     FALSE
## 2948     FALSE             1            <NA> 2022-11-28 21:04:57     FALSE
## 2949     FALSE             0            <NA> 2022-11-28 21:04:55     FALSE
## 2950     FALSE             4            <NA> 2022-11-28 21:04:49      TRUE
## 2951     FALSE             0            <NA> 2022-11-28 21:04:45     FALSE
## 2952     FALSE             0            <NA> 2022-11-28 21:04:42     FALSE
## 2953     FALSE             0            <NA> 2022-11-28 21:04:41     FALSE
## 2954     FALSE             0            <NA> 2022-11-28 21:04:40     FALSE
## 2955     FALSE             0            <NA> 2022-11-28 21:04:34     FALSE
## 2956     FALSE             1            <NA> 2022-11-28 21:04:31      TRUE
## 2957     FALSE             0            <NA> 2022-11-28 21:04:25      TRUE
## 2958     FALSE             0            <NA> 2022-11-28 21:04:21     FALSE
## 2959     FALSE             0            <NA> 2022-11-28 21:04:17     FALSE
## 2960     FALSE             1            <NA> 2022-11-28 21:04:17     FALSE
## 2961     FALSE             0            <NA> 2022-11-28 21:04:14     FALSE
## 2962     FALSE             0            <NA> 2022-11-28 21:04:12      TRUE
## 2963     FALSE             1            <NA> 2022-11-28 21:03:26     FALSE
## 2964     FALSE             0            <NA> 2022-11-28 21:03:25     FALSE
## 2965     FALSE             0            <NA> 2022-11-28 21:03:20     FALSE
## 2966     FALSE             0            <NA> 2022-11-28 21:03:17     FALSE
## 2967     FALSE             1            <NA> 2022-11-28 21:03:14     FALSE
## 2968     FALSE             1            <NA> 2022-11-28 21:03:10     FALSE
## 2969     FALSE             0            <NA> 2022-11-28 21:03:02     FALSE
## 2970     FALSE             2            <NA> 2022-11-28 21:02:58      TRUE
## 2971     FALSE             0            <NA> 2022-11-28 21:02:57      TRUE
## 2972     FALSE             2            <NA> 2022-11-28 21:02:51     FALSE
## 2973     FALSE             0            <NA> 2022-11-28 21:02:47     FALSE
## 2974     FALSE             1            <NA> 2022-11-28 21:02:45     FALSE
## 2975     FALSE             0            <NA> 2022-11-28 21:02:44     FALSE
## 2976     FALSE             0            <NA> 2022-11-28 21:02:38     FALSE
## 2977     FALSE             0            <NA> 2022-11-28 21:02:38     FALSE
## 2978     FALSE             0            <NA> 2022-11-28 21:02:36     FALSE
## 2979     FALSE             0            <NA> 2022-11-28 21:02:28     FALSE
## 2980     FALSE             0            <NA> 2022-11-28 21:02:26     FALSE
## 2981     FALSE             0            <NA> 2022-11-28 21:02:24     FALSE
## 2982     FALSE             1            <NA> 2022-11-28 21:02:19     FALSE
## 2983     FALSE             2            <NA> 2022-11-28 21:02:18     FALSE
## 2984     FALSE             1            <NA> 2022-11-28 21:02:17     FALSE
## 2985     FALSE             0            <NA> 2022-11-28 21:02:09      TRUE
## 2986     FALSE             1            <NA> 2022-11-28 21:02:06     FALSE
## 2987     FALSE             1            <NA> 2022-11-28 21:02:04     FALSE
## 2988     FALSE             0            <NA> 2022-11-28 21:02:03     FALSE
## 2989     FALSE             0            <NA> 2022-11-28 21:01:56     FALSE
## 2990     FALSE             0            <NA> 2022-11-28 21:01:54     FALSE
## 2991     FALSE             0            <NA> 2022-11-28 21:01:52     FALSE
## 2992     FALSE             0            <NA> 2022-11-28 21:01:43     FALSE
## 2993     FALSE             0            <NA> 2022-11-28 21:01:29      TRUE
## 2994     FALSE             0            <NA> 2022-11-28 21:01:28     FALSE
## 2995     FALSE             0            <NA> 2022-11-28 21:01:17     FALSE
## 2996     FALSE             1            <NA> 2022-11-28 21:00:52     FALSE
## 2997     FALSE             0            <NA> 2022-11-28 21:00:48     FALSE
## 2998     FALSE             0            <NA> 2022-11-28 21:00:40     FALSE
## 2999     FALSE             0            <NA> 2022-11-28 21:00:38     FALSE
## 3000     FALSE             0            <NA> 2022-11-28 21:00:38     FALSE
## 3001     FALSE             1            <NA> 2022-11-28 21:00:36     FALSE
## 3002     FALSE             1            <NA> 2022-11-28 21:00:34     FALSE
## 3003     FALSE             0            <NA> 2022-11-28 21:00:32     FALSE
## 3004     FALSE             1            <NA> 2022-11-28 21:00:28     FALSE
## 3005     FALSE             0            <NA> 2022-11-28 21:00:27     FALSE
## 3006     FALSE             3            <NA> 2022-11-28 21:00:26     FALSE
## 3007     FALSE             1            <NA> 2022-11-28 21:00:22     FALSE
## 3008     FALSE             1            <NA> 2022-11-28 21:00:17     FALSE
## 3009     FALSE             1            <NA> 2022-11-28 21:00:07     FALSE
## 3010     FALSE             1            <NA> 2022-11-28 21:00:05     FALSE
## 3011     FALSE             0            <NA> 2022-11-28 21:00:01     FALSE
## 3012     FALSE             0            <NA> 2022-11-28 21:00:01     FALSE
## 3013     FALSE             2            <NA> 2022-11-28 20:59:59     FALSE
## 3014     FALSE             0         Spotify 2022-11-28 20:59:57     FALSE
## 3015     FALSE             0            <NA> 2022-11-28 20:59:53     FALSE
## 3016     FALSE             1            <NA> 2022-11-28 20:59:51     FALSE
## 3017     FALSE             0            <NA> 2022-11-28 20:59:50     FALSE
## 3018     FALSE             2            <NA> 2022-11-28 20:59:49     FALSE
## 3019     FALSE             0            <NA> 2022-11-28 20:59:47     FALSE
## 3020     FALSE             0            <NA> 2022-11-28 20:59:45     FALSE
## 3021     FALSE             1            <NA> 2022-11-28 20:59:44      TRUE
## 3022     FALSE             0            <NA> 2022-11-28 20:59:40     FALSE
## 3023     FALSE             0            <NA> 2022-11-28 20:59:40     FALSE
## 3024     FALSE             0            <NA> 2022-11-28 20:59:40     FALSE
## 3025     FALSE             0            <NA> 2022-11-28 20:59:39     FALSE
## 3026     FALSE             0            <NA> 2022-11-28 20:59:38     FALSE
## 3027     FALSE             0            <NA> 2022-11-28 20:59:36     FALSE
## 3028     FALSE             1            <NA> 2022-11-28 20:59:31     FALSE
## 3029     FALSE             0            <NA> 2022-11-28 20:59:23     FALSE
## 3030     FALSE             2            <NA> 2022-11-28 20:59:16     FALSE
## 3031     FALSE             0            <NA> 2022-11-28 20:59:14     FALSE
## 3032     FALSE             0            <NA> 2022-11-28 20:59:10     FALSE
## 3033     FALSE             0            <NA> 2022-11-28 20:59:04     FALSE
## 3034     FALSE             0            <NA> 2022-11-28 20:59:02     FALSE
## 3035     FALSE             0           POTUS 2022-11-28 20:58:59      TRUE
## 3036     FALSE             1            <NA> 2022-11-28 20:58:58     FALSE
## 3037     FALSE             0            <NA> 2022-11-28 20:58:50     FALSE
## 3038     FALSE             0            <NA> 2022-11-28 20:58:48     FALSE
## 3039     FALSE             2            <NA> 2022-11-28 20:58:41     FALSE
## 3040     FALSE             0            <NA> 2022-11-28 20:58:38     FALSE
## 3041     FALSE             0            <NA> 2022-11-28 20:58:36     FALSE
## 3042     FALSE             0            <NA> 2022-11-28 20:58:32     FALSE
## 3043     FALSE             3            <NA> 2022-11-28 20:58:32     FALSE
## 3044     FALSE             1            <NA> 2022-11-28 20:58:29     FALSE
## 3045     FALSE             0            <NA> 2022-11-28 20:58:29     FALSE
## 3046     FALSE             0            <NA> 2022-11-28 20:58:27     FALSE
## 3047     FALSE             0            <NA> 2022-11-28 20:58:08     FALSE
## 3048     FALSE             0            <NA> 2022-11-28 20:58:07     FALSE
## 3049     FALSE             1            <NA> 2022-11-28 20:58:05     FALSE
## 3050     FALSE             1            <NA> 2022-11-28 20:58:03     FALSE
## 3051     FALSE             1            <NA> 2022-11-28 20:57:56     FALSE
## 3052     FALSE             0            <NA> 2022-11-28 20:57:54     FALSE
## 3053     FALSE             0            <NA> 2022-11-28 20:57:49     FALSE
## 3054     FALSE             3            <NA> 2022-11-28 20:57:41     FALSE
## 3055     FALSE             2            <NA> 2022-11-28 20:57:38     FALSE
## 3056     FALSE             4            <NA> 2022-11-28 20:57:26      TRUE
## 3057     FALSE             0            <NA> 2022-11-28 20:57:23     FALSE
## 3058     FALSE             1            <NA> 2022-11-28 20:57:17     FALSE
## 3059     FALSE             1            <NA> 2022-11-28 20:57:13     FALSE
## 3060     FALSE             0            <NA> 2022-11-28 20:57:11     FALSE
## 3061     FALSE             1            <NA> 2022-11-28 20:57:10     FALSE
## 3062     FALSE             4            <NA> 2022-11-28 20:57:03     FALSE
## 3063     FALSE             0            <NA> 2022-11-28 20:57:00     FALSE
## 3064     FALSE             0            <NA> 2022-11-28 20:56:59     FALSE
## 3065     FALSE             8            <NA> 2022-11-28 20:56:59      TRUE
## 3066     FALSE             0            <NA> 2022-11-28 20:56:55     FALSE
## 3067     FALSE            94            <NA> 2022-11-28 20:56:50     FALSE
## 3068     FALSE             0            <NA> 2022-11-28 20:56:41     FALSE
## 3069     FALSE             0            <NA> 2022-11-28 20:56:36     FALSE
## 3070     FALSE             5            <NA> 2022-11-28 20:56:34     FALSE
## 3071     FALSE             0            <NA> 2022-11-28 20:56:27     FALSE
## 3072     FALSE             0            <NA> 2022-11-28 20:56:27     FALSE
## 3073     FALSE             0            <NA> 2022-11-28 20:56:23      TRUE
## 3074     FALSE             4            <NA> 2022-11-28 20:56:18     FALSE
## 3075     FALSE             0            <NA> 2022-11-28 20:56:17     FALSE
## 3076     FALSE             0            <NA> 2022-11-28 20:56:05     FALSE
## 3077     FALSE             0            <NA> 2022-11-28 20:56:04     FALSE
## 3078     FALSE             3            <NA> 2022-11-28 20:55:58     FALSE
## 3079     FALSE             0            <NA> 2022-11-28 20:55:58     FALSE
## 3080     FALSE            15            <NA> 2022-11-28 20:55:54     FALSE
## 3081     FALSE             1            <NA> 2022-11-28 20:55:46     FALSE
## 3082     FALSE             1            <NA> 2022-11-28 20:55:43     FALSE
## 3083     FALSE             0            <NA> 2022-11-28 20:55:31     FALSE
## 3084     FALSE             0            <NA> 2022-11-28 20:55:28     FALSE
## 3085     FALSE             0            <NA> 2022-11-28 20:55:21     FALSE
## 3086     FALSE             0            <NA> 2022-11-28 20:55:10      TRUE
## 3087     FALSE             0            <NA> 2022-11-28 20:55:08     FALSE
## 3088     FALSE             1            <NA> 2022-11-28 20:55:05     FALSE
## 3089     FALSE             0            <NA> 2022-11-28 20:55:05     FALSE
## 3090     FALSE             2            <NA> 2022-11-28 20:55:05     FALSE
## 3091     FALSE             0            <NA> 2022-11-28 20:55:03     FALSE
## 3092     FALSE             0            <NA> 2022-11-28 20:55:02     FALSE
## 3093     FALSE             2            <NA> 2022-11-28 20:54:56      TRUE
## 3094     FALSE             1            <NA> 2022-11-28 20:54:52      TRUE
## 3095     FALSE             1            <NA> 2022-11-28 20:54:51     FALSE
## 3096     FALSE             1            <NA> 2022-11-28 20:54:47      TRUE
## 3097     FALSE             0            <NA> 2022-11-28 20:54:43     FALSE
## 3098     FALSE             1            <NA> 2022-11-28 20:54:39      TRUE
## 3099     FALSE             1            <NA> 2022-11-28 20:54:39     FALSE
## 3100     FALSE             0            <NA> 2022-11-28 20:54:34     FALSE
## 3101     FALSE             0            <NA> 2022-11-28 20:54:33     FALSE
## 3102     FALSE             1            <NA> 2022-11-28 20:54:29     FALSE
## 3103     FALSE             0            <NA> 2022-11-28 20:54:17     FALSE
## 3104     FALSE             0            <NA> 2022-11-28 20:54:14     FALSE
## 3105     FALSE             0            <NA> 2022-11-28 20:54:11     FALSE
## 3106     FALSE             0            <NA> 2022-11-28 20:54:11     FALSE
## 3107     FALSE             1            <NA> 2022-11-28 20:54:10      TRUE
## 3108     FALSE             0            <NA> 2022-11-28 20:54:06     FALSE
## 3109     FALSE             1            <NA> 2022-11-28 20:54:00     FALSE
## 3110     FALSE             0   SpotifyAfrica 2022-11-28 20:54:00     FALSE
## 3111     FALSE             0            <NA> 2022-11-28 20:54:00     FALSE
## 3112     FALSE             0            <NA> 2022-11-28 20:53:57     FALSE
## 3113     FALSE             0            <NA> 2022-11-28 20:53:56      TRUE
## 3114     FALSE             0            <NA> 2022-11-28 20:53:55     FALSE
## 3115     FALSE             0            <NA> 2022-11-28 20:53:50     FALSE
## 3116     FALSE             0            <NA> 2022-11-28 20:53:47     FALSE
## 3117     FALSE             0            <NA> 2022-11-28 20:53:40     FALSE
## 3118     FALSE             0            <NA> 2022-11-28 20:53:37     FALSE
## 3119     FALSE             0            <NA> 2022-11-28 20:53:35     FALSE
## 3120     FALSE             0            <NA> 2022-11-28 20:53:26     FALSE
## 3121     FALSE             0            <NA> 2022-11-28 20:53:22     FALSE
## 3122     FALSE             0            <NA> 2022-11-28 20:53:18     FALSE
## 3123     FALSE             0            <NA> 2022-11-28 20:53:15     FALSE
## 3124     FALSE             0            <NA> 2022-11-28 20:53:10     FALSE
## 3125     FALSE             1            <NA> 2022-11-28 20:53:08     FALSE
## 3126     FALSE             0            <NA> 2022-11-28 20:52:47     FALSE
## 3127     FALSE             1            <NA> 2022-11-28 20:52:47      TRUE
## 3128     FALSE             0            <NA> 2022-11-28 20:52:46     FALSE
## 3129     FALSE             0            <NA> 2022-11-28 20:52:43     FALSE
## 3130     FALSE           134            <NA> 2022-11-28 20:52:37     FALSE
## 3131     FALSE             0            <NA> 2022-11-28 20:52:34     FALSE
## 3132     FALSE             0            <NA> 2022-11-28 20:52:31     FALSE
## 3133     FALSE             0            <NA> 2022-11-28 20:52:28     FALSE
## 3134     FALSE             0            <NA> 2022-11-28 20:52:22     FALSE
## 3135     FALSE             0            <NA> 2022-11-28 20:52:11     FALSE
## 3136     FALSE             7            <NA> 2022-11-28 20:52:11      TRUE
## 3137     FALSE             1            <NA> 2022-11-28 20:52:08     FALSE
## 3138     FALSE             0            <NA> 2022-11-28 20:52:07     FALSE
## 3139     FALSE             0            <NA> 2022-11-28 20:52:06     FALSE
## 3140     FALSE             0            <NA> 2022-11-28 20:52:00     FALSE
## 3141     FALSE             1            <NA> 2022-11-28 20:51:59     FALSE
## 3142     FALSE             0            <NA> 2022-11-28 20:51:56     FALSE
## 3143     FALSE             1            <NA> 2022-11-28 20:51:54     FALSE
## 3144     FALSE             0            <NA> 2022-11-28 20:51:50      TRUE
## 3145     FALSE             0            <NA> 2022-11-28 20:51:49     FALSE
## 3146     FALSE             1            <NA> 2022-11-28 20:51:48     FALSE
## 3147     FALSE             1            <NA> 2022-11-28 20:51:46     FALSE
## 3148     FALSE             0            <NA> 2022-11-28 20:51:42     FALSE
## 3149     FALSE             0            <NA> 2022-11-28 20:51:36     FALSE
## 3150     FALSE             0            <NA> 2022-11-28 20:51:34     FALSE
## 3151     FALSE             0            <NA> 2022-11-28 20:51:30     FALSE
## 3152     FALSE             0            <NA> 2022-11-28 20:51:29     FALSE
## 3153     FALSE             1            <NA> 2022-11-28 20:51:28     FALSE
## 3154     FALSE             0            <NA> 2022-11-28 20:51:24     FALSE
## 3155     FALSE             0            <NA> 2022-11-28 20:51:24     FALSE
## 3156     FALSE             2            <NA> 2022-11-28 20:51:13      TRUE
## 3157     FALSE             2            <NA> 2022-11-28 20:51:10     FALSE
## 3158     FALSE             0            <NA> 2022-11-28 20:51:08     FALSE
## 3159     FALSE             0            <NA> 2022-11-28 20:51:08     FALSE
## 3160     FALSE             0            <NA> 2022-11-28 20:51:00     FALSE
## 3161     FALSE             0            <NA> 2022-11-28 20:50:57     FALSE
## 3162     FALSE             0            <NA> 2022-11-28 20:50:46     FALSE
## 3163     FALSE             0            <NA> 2022-11-28 20:50:45     FALSE
## 3164     FALSE             5            <NA> 2022-11-28 20:50:36     FALSE
## 3165     FALSE             0            <NA> 2022-11-28 20:50:35     FALSE
## 3166     FALSE             2            <NA> 2022-11-28 20:50:30     FALSE
## 3167     FALSE             0            <NA> 2022-11-28 20:50:16     FALSE
## 3168     FALSE             0            <NA> 2022-11-28 20:50:07     FALSE
## 3169     FALSE             0            <NA> 2022-11-28 20:50:07     FALSE
## 3170     FALSE             0            <NA> 2022-11-28 20:50:03     FALSE
## 3171     FALSE             0            <NA> 2022-11-28 20:49:58     FALSE
## 3172     FALSE             0            <NA> 2022-11-28 20:49:58     FALSE
## 3173     FALSE             0            <NA> 2022-11-28 20:49:51     FALSE
## 3174     FALSE             1            <NA> 2022-11-28 20:49:46     FALSE
## 3175     FALSE             0            <NA> 2022-11-28 20:49:45      TRUE
## 3176     FALSE             0            <NA> 2022-11-28 20:49:42     FALSE
## 3177     FALSE             0            <NA> 2022-11-28 20:49:33     FALSE
## 3178     FALSE             1            <NA> 2022-11-28 20:49:27     FALSE
## 3179     FALSE             0            <NA> 2022-11-28 20:49:26     FALSE
## 3180     FALSE             0            <NA> 2022-11-28 20:49:21     FALSE
## 3181     FALSE             0            <NA> 2022-11-28 20:49:14     FALSE
## 3182     FALSE             3            <NA> 2022-11-28 20:49:09     FALSE
## 3183     FALSE             0            <NA> 2022-11-28 20:49:04     FALSE
## 3184     FALSE             0            <NA> 2022-11-28 20:49:02     FALSE
## 3185     FALSE             0            <NA> 2022-11-28 20:48:59     FALSE
## 3186     FALSE             0            <NA> 2022-11-28 20:48:55     FALSE
## 3187     FALSE             0            <NA> 2022-11-28 20:48:50     FALSE
## 3188     FALSE             0            <NA> 2022-11-28 20:48:44     FALSE
## 3189     FALSE             1            <NA> 2022-11-28 20:48:41     FALSE
## 3190     FALSE             1            <NA> 2022-11-28 20:48:34     FALSE
## 3191     FALSE             1            <NA> 2022-11-28 20:48:25     FALSE
## 3192     FALSE             4            <NA> 2022-11-28 20:48:23     FALSE
## 3193     FALSE             0    nuevogansito 2022-11-28 20:48:15     FALSE
## 3194     FALSE             0            <NA> 2022-11-28 20:48:10     FALSE
## 3195     FALSE             0            <NA> 2022-11-28 20:47:58     FALSE
## 3196     FALSE             3            <NA> 2022-11-28 20:47:56     FALSE
## 3197     FALSE             0            <NA> 2022-11-28 20:47:40      TRUE
## 3198     FALSE             0            <NA> 2022-11-28 20:47:39     FALSE
## 3199     FALSE             0            <NA> 2022-11-28 20:47:38     FALSE
## 3200     FALSE             0            <NA> 2022-11-28 20:47:33     FALSE
## 3201     FALSE             0            <NA> 2022-11-28 20:47:20      TRUE
## 3202     FALSE             0            <NA> 2022-11-28 20:47:18      TRUE
## 3203     FALSE             0            <NA> 2022-11-28 20:47:12     FALSE
## 3204     FALSE             0            <NA> 2022-11-28 20:47:10     FALSE
## 3205     FALSE             0            <NA> 2022-11-28 20:47:08      TRUE
## 3206     FALSE             0            <NA> 2022-11-28 20:47:07     FALSE
## 3207     FALSE             0            <NA> 2022-11-28 20:47:03     FALSE
## 3208     FALSE             0            <NA> 2022-11-28 20:47:01     FALSE
## 3209     FALSE             0            <NA> 2022-11-28 20:47:01     FALSE
## 3210     FALSE             0            <NA> 2022-11-28 20:47:00     FALSE
## 3211     FALSE             0            <NA> 2022-11-28 20:46:57     FALSE
## 3212     FALSE             0            <NA> 2022-11-28 20:46:51     FALSE
## 3213     FALSE             0            <NA> 2022-11-28 20:46:44      TRUE
## 3214     FALSE             2            <NA> 2022-11-28 20:46:42      TRUE
## 3215     FALSE             0            <NA> 2022-11-28 20:46:37      TRUE
## 3216     FALSE             1            <NA> 2022-11-28 20:46:35     FALSE
## 3217     FALSE             0            <NA> 2022-11-28 20:46:24     FALSE
## 3218     FALSE            15            <NA> 2022-11-28 20:46:21     FALSE
## 3219     FALSE             2            <NA> 2022-11-28 20:46:19     FALSE
## 3220     FALSE             0            <NA> 2022-11-28 20:46:19     FALSE
## 3221     FALSE             0            <NA> 2022-11-28 20:46:09     FALSE
## 3222     FALSE             1            <NA> 2022-11-28 20:46:04      TRUE
## 3223     FALSE             0            <NA> 2022-11-28 20:46:03     FALSE
## 3224     FALSE             9            <NA> 2022-11-28 20:45:56     FALSE
## 3225     FALSE             1            <NA> 2022-11-28 20:45:55     FALSE
## 3226     FALSE             0            <NA> 2022-11-28 20:45:55      TRUE
## 3227     FALSE             0            <NA> 2022-11-28 20:45:50     FALSE
## 3228     FALSE             0            <NA> 2022-11-28 20:45:47     FALSE
## 3229     FALSE             0            <NA> 2022-11-28 20:45:46      TRUE
## 3230     FALSE             0            <NA> 2022-11-28 20:45:34     FALSE
## 3231     FALSE             2            <NA> 2022-11-28 20:45:32     FALSE
## 3232     FALSE             1            <NA> 2022-11-28 20:45:31     FALSE
## 3233     FALSE             0            <NA> 2022-11-28 20:45:27      TRUE
## 3234     FALSE             0            <NA> 2022-11-28 20:45:26     FALSE
## 3235     FALSE             2            <NA> 2022-11-28 20:45:22     FALSE
## 3236     FALSE             1            <NA> 2022-11-28 20:45:19     FALSE
## 3237     FALSE             0            <NA> 2022-11-28 20:45:16     FALSE
## 3238     FALSE             0            <NA> 2022-11-28 20:45:11     FALSE
## 3239     FALSE             1            <NA> 2022-11-28 20:45:08     FALSE
## 3240     FALSE             0            <NA> 2022-11-28 20:45:05      TRUE
## 3241     FALSE             6            <NA> 2022-11-28 20:45:01      TRUE
## 3242     FALSE             0            <NA> 2022-11-28 20:44:46     FALSE
## 3243     FALSE             0            <NA> 2022-11-28 20:44:45     FALSE
## 3244     FALSE             0            <NA> 2022-11-28 20:44:43      TRUE
## 3245     FALSE             4            <NA> 2022-11-28 20:44:39     FALSE
## 3246     FALSE             0            <NA> 2022-11-28 20:44:36     FALSE
## 3247     FALSE             0            <NA> 2022-11-28 20:44:31     FALSE
## 3248     FALSE             0            <NA> 2022-11-28 20:44:30     FALSE
## 3249     FALSE             1            <NA> 2022-11-28 20:44:29     FALSE
## 3250     FALSE             4            <NA> 2022-11-28 20:44:28      TRUE
## 3251     FALSE             0            <NA> 2022-11-28 20:44:21     FALSE
## 3252     FALSE             0            <NA> 2022-11-28 20:44:17     FALSE
## 3253     FALSE             0            <NA> 2022-11-28 20:44:17     FALSE
## 3254     FALSE             0            <NA> 2022-11-28 20:44:16     FALSE
## 3255     FALSE             0            <NA> 2022-11-28 20:44:07     FALSE
## 3256     FALSE             0            <NA> 2022-11-28 20:44:02     FALSE
## 3257     FALSE             0            <NA> 2022-11-28 20:43:44     FALSE
## 3258     FALSE             1            <NA> 2022-11-28 20:43:41     FALSE
## 3259     FALSE             0            <NA> 2022-11-28 20:43:41     FALSE
## 3260     FALSE             0            <NA> 2022-11-28 20:43:41     FALSE
## 3261     FALSE             6            <NA> 2022-11-28 20:43:37      TRUE
## 3262     FALSE             0            <NA> 2022-11-28 20:43:36     FALSE
## 3263     FALSE             0            <NA> 2022-11-28 20:43:31     FALSE
## 3264     FALSE             0            <NA> 2022-11-28 20:43:30     FALSE
## 3265     FALSE             2            <NA> 2022-11-28 20:43:27      TRUE
## 3266     FALSE             1            <NA> 2022-11-28 20:43:26     FALSE
## 3267     FALSE             1            <NA> 2022-11-28 20:43:15     FALSE
## 3268     FALSE             0            <NA> 2022-11-28 20:43:15     FALSE
## 3269     FALSE             2            <NA> 2022-11-28 20:43:10     FALSE
## 3270     FALSE             0            <NA> 2022-11-28 20:43:08     FALSE
## 3271     FALSE             0            <NA> 2022-11-28 20:42:57     FALSE
## 3272     FALSE             0            <NA> 2022-11-28 20:42:55     FALSE
## 3273     FALSE             5            <NA> 2022-11-28 20:42:54     FALSE
## 3274     FALSE             0            <NA> 2022-11-28 20:42:49     FALSE
## 3275     FALSE             0            <NA> 2022-11-28 20:42:49     FALSE
## 3276     FALSE             0            <NA> 2022-11-28 20:42:39     FALSE
## 3277     FALSE             0            <NA> 2022-11-28 20:42:38     FALSE
## 3278     FALSE             0            <NA> 2022-11-28 20:42:38     FALSE
## 3279     FALSE             0            <NA> 2022-11-28 20:42:28     FALSE
## 3280     FALSE             1            <NA> 2022-11-28 20:42:26     FALSE
## 3281     FALSE             1            <NA> 2022-11-28 20:42:26     FALSE
## 3282     FALSE             0            <NA> 2022-11-28 20:42:26     FALSE
## 3283     FALSE             0            <NA> 2022-11-28 20:42:25     FALSE
## 3284     FALSE             0            <NA> 2022-11-28 20:42:24     FALSE
## 3285     FALSE             0            <NA> 2022-11-28 20:42:21     FALSE
## 3286     FALSE             0            <NA> 2022-11-28 20:42:20     FALSE
## 3287     FALSE             0            <NA> 2022-11-28 20:42:16     FALSE
## 3288     FALSE             0            <NA> 2022-11-28 20:42:11     FALSE
## 3289     FALSE             0            <NA> 2022-11-28 20:42:08     FALSE
## 3290     FALSE             2            <NA> 2022-11-28 20:42:02     FALSE
## 3291     FALSE             0            <NA> 2022-11-28 20:42:01     FALSE
## 3292     FALSE             1            <NA> 2022-11-28 20:42:01     FALSE
## 3293     FALSE             0            <NA> 2022-11-28 20:41:56     FALSE
## 3294     FALSE             0            <NA> 2022-11-28 20:41:55     FALSE
## 3295     FALSE             1            <NA> 2022-11-28 20:41:38     FALSE
## 3296     FALSE             0            <NA> 2022-11-28 20:41:30     FALSE
## 3297     FALSE             0            <NA> 2022-11-28 20:41:27     FALSE
## 3298     FALSE             1            <NA> 2022-11-28 20:41:16     FALSE
## 3299     FALSE             0            <NA> 2022-11-28 20:41:15     FALSE
## 3300     FALSE            11            <NA> 2022-11-28 20:41:09      TRUE
## 3301     FALSE             1            <NA> 2022-11-28 20:41:06     FALSE
## 3302     FALSE             0            <NA> 2022-11-28 20:41:01     FALSE
## 3303     FALSE             0            <NA> 2022-11-28 20:40:58     FALSE
## 3304     FALSE             0            <NA> 2022-11-28 20:40:52     FALSE
## 3305     FALSE             3            <NA> 2022-11-28 20:40:51     FALSE
## 3306     FALSE             0            <NA> 2022-11-28 20:40:49      TRUE
## 3307     FALSE             0            <NA> 2022-11-28 20:40:48      TRUE
## 3308     FALSE             0            <NA> 2022-11-28 20:40:46     FALSE
## 3309     FALSE             1            <NA> 2022-11-28 20:40:45     FALSE
## 3310     FALSE             0            <NA> 2022-11-28 20:40:45     FALSE
## 3311     FALSE             0            <NA> 2022-11-28 20:40:31     FALSE
## 3312     FALSE             0            <NA> 2022-11-28 20:40:24     FALSE
## 3313     FALSE             0            <NA> 2022-11-28 20:40:20     FALSE
## 3314     FALSE             0            <NA> 2022-11-28 20:40:18     FALSE
## 3315     FALSE             1            <NA> 2022-11-28 20:40:16     FALSE
## 3316     FALSE             0            <NA> 2022-11-28 20:40:13     FALSE
## 3317     FALSE             0            <NA> 2022-11-28 20:40:13     FALSE
## 3318     FALSE             0            <NA> 2022-11-28 20:40:12     FALSE
## 3319     FALSE             0            <NA> 2022-11-28 20:40:09     FALSE
## 3320     FALSE             1            <NA> 2022-11-28 20:40:04     FALSE
## 3321     FALSE             0            <NA> 2022-11-28 20:40:03     FALSE
## 3322     FALSE             1            <NA> 2022-11-28 20:40:01     FALSE
## 3323     FALSE             0            <NA> 2022-11-28 20:39:55     FALSE
## 3324     FALSE             1            <NA> 2022-11-28 20:39:49     FALSE
## 3325     FALSE             0            <NA> 2022-11-28 20:39:45     FALSE
## 3326     FALSE             0            <NA> 2022-11-28 20:39:41     FALSE
## 3327     FALSE             0            <NA> 2022-11-28 20:39:41     FALSE
## 3328     FALSE             0            <NA> 2022-11-28 20:39:41     FALSE
## 3329     FALSE             0            <NA> 2022-11-28 20:39:38     FALSE
## 3330     FALSE             4            <NA> 2022-11-28 20:39:31      TRUE
## 3331     FALSE             0            <NA> 2022-11-28 20:39:30     FALSE
## 3332     FALSE             0            <NA> 2022-11-28 20:39:22     FALSE
## 3333     FALSE             1            <NA> 2022-11-28 20:39:19     FALSE
## 3334     FALSE             0            <NA> 2022-11-28 20:39:19     FALSE
## 3335     FALSE             0            <NA> 2022-11-28 20:39:11     FALSE
## 3336     FALSE             0            <NA> 2022-11-28 20:39:09     FALSE
## 3337     FALSE             0            <NA> 2022-11-28 20:39:05     FALSE
## 3338     FALSE             0            <NA> 2022-11-28 20:39:03     FALSE
## 3339     FALSE             0            <NA> 2022-11-28 20:39:00     FALSE
## 3340     FALSE             1            <NA> 2022-11-28 20:38:56     FALSE
## 3341     FALSE             1            <NA> 2022-11-28 20:38:56     FALSE
## 3342     FALSE             3            <NA> 2022-11-28 20:38:53     FALSE
## 3343     FALSE             0            <NA> 2022-11-28 20:38:50     FALSE
## 3344     FALSE             1            <NA> 2022-11-28 20:38:49     FALSE
## 3345     FALSE             0            <NA> 2022-11-28 20:38:48     FALSE
## 3346     FALSE             0            <NA> 2022-11-28 20:38:44     FALSE
## 3347     FALSE             1        forsiwoo 2022-11-28 20:38:44     FALSE
## 3348     FALSE             0            <NA> 2022-11-28 20:38:41     FALSE
## 3349     FALSE             1            <NA> 2022-11-28 20:38:36     FALSE
## 3350     FALSE             0            <NA> 2022-11-28 20:38:29     FALSE
## 3351     FALSE             2            <NA> 2022-11-28 20:38:21      TRUE
## 3352     FALSE             1            <NA> 2022-11-28 20:38:15     FALSE
## 3353     FALSE             4            <NA> 2022-11-28 20:38:03     FALSE
## 3354     FALSE             1            <NA> 2022-11-28 20:37:52      TRUE
## 3355     FALSE             2            <NA> 2022-11-28 20:37:52      TRUE
## 3356     FALSE             0            <NA> 2022-11-28 20:37:50     FALSE
## 3357     FALSE             3            <NA> 2022-11-28 20:37:45     FALSE
## 3358     FALSE             1        forsiwoo 2022-11-28 20:37:40     FALSE
## 3359     FALSE             1            <NA> 2022-11-28 20:37:34     FALSE
## 3360     FALSE             0            <NA> 2022-11-28 20:37:32     FALSE
## 3361     FALSE             0            <NA> 2022-11-28 20:37:21      TRUE
## 3362     FALSE             0            <NA> 2022-11-28 20:37:18     FALSE
## 3363     FALSE             2            <NA> 2022-11-28 20:37:14     FALSE
## 3364     FALSE             0            <NA> 2022-11-28 20:37:11     FALSE
## 3365     FALSE             3            <NA> 2022-11-28 20:37:09      TRUE
## 3366     FALSE             0            <NA> 2022-11-28 20:37:03     FALSE
## 3367     FALSE             2            <NA> 2022-11-28 20:37:02      TRUE
## 3368     FALSE             0            <NA> 2022-11-28 20:37:02     FALSE
## 3369     FALSE             0            <NA> 2022-11-28 20:36:54      TRUE
## 3370     FALSE             0            <NA> 2022-11-28 20:36:51     FALSE
## 3371     FALSE             2            <NA> 2022-11-28 20:36:49     FALSE
## 3372     FALSE             0            <NA> 2022-11-28 20:36:47      TRUE
## 3373     FALSE             0            <NA> 2022-11-28 20:36:46     FALSE
## 3374     FALSE             0            <NA> 2022-11-28 20:36:41     FALSE
## 3375     FALSE             1            <NA> 2022-11-28 20:36:38     FALSE
## 3376     FALSE             5            <NA> 2022-11-28 20:36:06      TRUE
## 3377     FALSE             0            <NA> 2022-11-28 20:36:05      TRUE
## 3378     FALSE             0            <NA> 2022-11-28 20:36:04     FALSE
## 3379     FALSE             0            <NA> 2022-11-28 20:36:00     FALSE
## 3380     FALSE             0            <NA> 2022-11-28 20:35:47     FALSE
## 3381     FALSE             1            <NA> 2022-11-28 20:35:42     FALSE
## 3382     FALSE             0            <NA> 2022-11-28 20:35:40     FALSE
## 3383     FALSE             0            <NA> 2022-11-28 20:35:37     FALSE
## 3384     FALSE             0            <NA> 2022-11-28 20:35:33     FALSE
## 3385     FALSE             4            <NA> 2022-11-28 20:35:27     FALSE
## 3386     FALSE             0            <NA> 2022-11-28 20:35:26     FALSE
## 3387     FALSE             3            <NA> 2022-11-28 20:35:24     FALSE
## 3388     FALSE             0       Ciotti001 2022-11-28 20:35:24      TRUE
## 3389     FALSE             1            <NA> 2022-11-28 20:35:18     FALSE
## 3390     FALSE             1            <NA> 2022-11-28 20:35:17      TRUE
## 3391     FALSE             2            <NA> 2022-11-28 20:35:13     FALSE
## 3392     FALSE             0            <NA> 2022-11-28 20:35:02     FALSE
## 3393     FALSE             2            <NA> 2022-11-28 20:34:58     FALSE
## 3394     FALSE             0            <NA> 2022-11-28 20:34:52     FALSE
## 3395     FALSE             0            <NA> 2022-11-28 20:34:51      TRUE
## 3396     FALSE             4            <NA> 2022-11-28 20:34:46     FALSE
## 3397     FALSE             2            <NA> 2022-11-28 20:34:41     FALSE
## 3398     FALSE             1            <NA> 2022-11-28 20:34:35     FALSE
## 3399     FALSE             1            <NA> 2022-11-28 20:34:31     FALSE
## 3400     FALSE             0            <NA> 2022-11-28 20:34:28     FALSE
## 3401     FALSE             0            <NA> 2022-11-28 20:34:25     FALSE
## 3402     FALSE             1            <NA> 2022-11-28 20:34:10     FALSE
## 3403     FALSE             1            <NA> 2022-11-28 20:34:04      TRUE
## 3404     FALSE             0            <NA> 2022-11-28 20:34:02     FALSE
## 3405     FALSE             1            <NA> 2022-11-28 20:33:55     FALSE
## 3406     FALSE             2            <NA> 2022-11-28 20:33:54     FALSE
## 3407     FALSE             0            <NA> 2022-11-28 20:33:54     FALSE
## 3408     FALSE             1            <NA> 2022-11-28 20:33:53     FALSE
## 3409     FALSE             0            <NA> 2022-11-28 20:33:51     FALSE
## 3410     FALSE             0            <NA> 2022-11-28 20:33:35     FALSE
## 3411     FALSE             0            <NA> 2022-11-28 20:33:31     FALSE
## 3412     FALSE             1            <NA> 2022-11-28 20:33:14     FALSE
## 3413     FALSE             0            <NA> 2022-11-28 20:33:10     FALSE
## 3414     FALSE             0            <NA> 2022-11-28 20:33:04     FALSE
## 3415     FALSE             0       chartdata 2022-11-28 20:32:57      TRUE
## 3416     FALSE             0            <NA> 2022-11-28 20:32:54     FALSE
## 3417     FALSE             0            <NA> 2022-11-28 20:32:50     FALSE
## 3418     FALSE             0            <NA> 2022-11-28 20:32:49     FALSE
## 3419     FALSE             0            <NA> 2022-11-28 20:32:48     FALSE
## 3420     FALSE             0            <NA> 2022-11-28 20:32:36     FALSE
## 3421     FALSE             0            <NA> 2022-11-28 20:32:34     FALSE
## 3422     FALSE             0            <NA> 2022-11-28 20:32:31     FALSE
## 3423     FALSE             0            <NA> 2022-11-28 20:32:27     FALSE
## 3424     FALSE             0            <NA> 2022-11-28 20:32:25     FALSE
## 3425     FALSE             0            <NA> 2022-11-28 20:32:25     FALSE
## 3426     FALSE             0            <NA> 2022-11-28 20:32:25     FALSE
## 3427     FALSE             0            <NA> 2022-11-28 20:32:24     FALSE
## 3428     FALSE             1            <NA> 2022-11-28 20:32:24     FALSE
## 3429     FALSE             0            <NA> 2022-11-28 20:32:23     FALSE
## 3430     FALSE             0            <NA> 2022-11-28 20:32:21     FALSE
## 3431     FALSE             0            <NA> 2022-11-28 20:32:16     FALSE
## 3432     FALSE             0            <NA> 2022-11-28 20:32:14     FALSE
## 3433     FALSE             0            <NA> 2022-11-28 20:32:14     FALSE
## 3434     FALSE             0            <NA> 2022-11-28 20:32:11     FALSE
## 3435     FALSE             0            <NA> 2022-11-28 20:32:07     FALSE
## 3436     FALSE             0            <NA> 2022-11-28 20:32:07      TRUE
## 3437     FALSE             0            <NA> 2022-11-28 20:31:57     FALSE
## 3438     FALSE             0            <NA> 2022-11-28 20:31:54     FALSE
## 3439     FALSE             0            <NA> 2022-11-28 20:31:53     FALSE
## 3440     FALSE             0            <NA> 2022-11-28 20:31:53      TRUE
## 3441     FALSE             2            <NA> 2022-11-28 20:31:53      TRUE
## 3442     FALSE             0            <NA> 2022-11-28 20:31:53      TRUE
## 3443     FALSE             0            <NA> 2022-11-28 20:31:52     FALSE
## 3444     FALSE             0            <NA> 2022-11-28 20:31:45     FALSE
## 3445     FALSE             0            <NA> 2022-11-28 20:31:45     FALSE
## 3446     FALSE             0            <NA> 2022-11-28 20:31:45     FALSE
## 3447     FALSE             0            <NA> 2022-11-28 20:31:44     FALSE
## 3448     FALSE             0            <NA> 2022-11-28 20:31:40     FALSE
## 3449     FALSE             1            <NA> 2022-11-28 20:31:40     FALSE
## 3450     FALSE             0            <NA> 2022-11-28 20:31:29     FALSE
## 3451     FALSE             0            <NA> 2022-11-28 20:31:24     FALSE
## 3452     FALSE             0            <NA> 2022-11-28 20:31:24     FALSE
## 3453     FALSE             0            <NA> 2022-11-28 20:31:15     FALSE
## 3454     FALSE             0            <NA> 2022-11-28 20:30:51     FALSE
## 3455     FALSE             2            <NA> 2022-11-28 20:30:48      TRUE
## 3456     FALSE             1            <NA> 2022-11-28 20:30:47     FALSE
## 3457     FALSE             3            <NA> 2022-11-28 20:30:47      TRUE
## 3458     FALSE             0            <NA> 2022-11-28 20:30:46     FALSE
## 3459     FALSE             2            <NA> 2022-11-28 20:30:38     FALSE
## 3460     FALSE             0            <NA> 2022-11-28 20:30:23     FALSE
## 3461     FALSE             0            <NA> 2022-11-28 20:30:20     FALSE
## 3462     FALSE             0            <NA> 2022-11-28 20:30:20     FALSE
## 3463     FALSE             0            <NA> 2022-11-28 20:30:11     FALSE
## 3464     FALSE             0            <NA> 2022-11-28 20:30:09     FALSE
## 3465     FALSE             2            <NA> 2022-11-28 20:30:07     FALSE
## 3466     FALSE             0            <NA> 2022-11-28 20:30:07     FALSE
## 3467     FALSE             0            <NA> 2022-11-28 20:30:06     FALSE
## 3468     FALSE             0            <NA> 2022-11-28 20:30:02     FALSE
## 3469     FALSE             0            <NA> 2022-11-28 20:30:02     FALSE
## 3470     FALSE             0            <NA> 2022-11-28 20:29:59     FALSE
## 3471     FALSE             0            <NA> 2022-11-28 20:29:55     FALSE
## 3472     FALSE             0            <NA> 2022-11-28 20:29:55     FALSE
## 3473     FALSE             0            <NA> 2022-11-28 20:29:52     FALSE
## 3474     FALSE             0            <NA> 2022-11-28 20:29:49     FALSE
## 3475     FALSE             0            <NA> 2022-11-28 20:29:49     FALSE
## 3476     FALSE             0            <NA> 2022-11-28 20:29:42     FALSE
## 3477     FALSE             0         Spotify 2022-11-28 20:29:31     FALSE
## 3478     FALSE             4            <NA> 2022-11-28 20:29:28      TRUE
## 3479     FALSE             0            <NA> 2022-11-28 20:29:28     FALSE
## 3480     FALSE             4            <NA> 2022-11-28 20:29:19     FALSE
## 3481     FALSE             1            <NA> 2022-11-28 20:29:15     FALSE
## 3482     FALSE             0            <NA> 2022-11-28 20:29:15     FALSE
## 3483     FALSE            11            <NA> 2022-11-28 20:29:14     FALSE
## 3484     FALSE             0            <NA> 2022-11-28 20:29:14     FALSE
## 3485     FALSE             0            <NA> 2022-11-28 20:29:03     FALSE
## 3486     FALSE             0            <NA> 2022-11-28 20:29:03     FALSE
## 3487     FALSE             0            <NA> 2022-11-28 20:29:02     FALSE
## 3488     FALSE             5            <NA> 2022-11-28 20:28:56     FALSE
## 3489     FALSE             1            <NA> 2022-11-28 20:28:51     FALSE
## 3490     FALSE             0            <NA> 2022-11-28 20:28:47     FALSE
## 3491     FALSE             0            <NA> 2022-11-28 20:28:45     FALSE
## 3492     FALSE             0            <NA> 2022-11-28 20:28:43     FALSE
## 3493     FALSE             0            <NA> 2022-11-28 20:28:41     FALSE
## 3494     FALSE             0            <NA> 2022-11-28 20:28:41     FALSE
## 3495     FALSE             1            <NA> 2022-11-28 20:28:40     FALSE
## 3496     FALSE             0            <NA> 2022-11-28 20:28:29     FALSE
## 3497     FALSE             0            <NA> 2022-11-28 20:28:24     FALSE
## 3498     FALSE             1            <NA> 2022-11-28 20:28:22     FALSE
## 3499     FALSE             1            <NA> 2022-11-28 20:28:19     FALSE
## 3500     FALSE             0            <NA> 2022-11-28 20:28:14     FALSE
## 3501     FALSE             0            <NA> 2022-11-28 20:28:12     FALSE
## 3502     FALSE             0            <NA> 2022-11-28 20:28:11     FALSE
## 3503     FALSE             0            <NA> 2022-11-28 20:28:09     FALSE
## 3504     FALSE             0            <NA> 2022-11-28 20:27:51     FALSE
## 3505     FALSE             0            <NA> 2022-11-28 20:27:37     FALSE
## 3506     FALSE             0            <NA> 2022-11-28 20:27:33     FALSE
## 3507     FALSE             0            <NA> 2022-11-28 20:27:27     FALSE
## 3508     FALSE             1            <NA> 2022-11-28 20:27:27     FALSE
## 3509     FALSE             0            <NA> 2022-11-28 20:27:07     FALSE
## 3510     FALSE             1            <NA> 2022-11-28 20:27:06     FALSE
## 3511     FALSE             0            <NA> 2022-11-28 20:26:57     FALSE
## 3512     FALSE             0            <NA> 2022-11-28 20:26:48     FALSE
## 3513     FALSE             0            <NA> 2022-11-28 20:26:43     FALSE
## 3514     FALSE             1            <NA> 2022-11-28 20:26:36      TRUE
## 3515     FALSE             0            <NA> 2022-11-28 20:26:28     FALSE
## 3516     FALSE             0            <NA> 2022-11-28 20:26:24     FALSE
## 3517     FALSE             0            <NA> 2022-11-28 20:26:23     FALSE
## 3518     FALSE             0            <NA> 2022-11-28 20:26:20     FALSE
## 3519     FALSE             0            <NA> 2022-11-28 20:25:57     FALSE
## 3520     FALSE             0            <NA> 2022-11-28 20:25:55     FALSE
## 3521     FALSE             0            <NA> 2022-11-28 20:25:44     FALSE
## 3522     FALSE             0            <NA> 2022-11-28 20:25:33     FALSE
## 3523     FALSE             0            <NA> 2022-11-28 20:25:26     FALSE
## 3524     FALSE             0            <NA> 2022-11-28 20:25:24     FALSE
## 3525     FALSE             0            <NA> 2022-11-28 20:25:18     FALSE
## 3526     FALSE             0            <NA> 2022-11-28 20:25:15     FALSE
## 3527     FALSE             3            <NA> 2022-11-28 20:25:06     FALSE
## 3528     FALSE             0            <NA> 2022-11-28 20:25:01     FALSE
## 3529     FALSE             0            <NA> 2022-11-28 20:24:49     FALSE
## 3530     FALSE             0            <NA> 2022-11-28 20:24:49     FALSE
## 3531     FALSE             0            <NA> 2022-11-28 20:24:40     FALSE
## 3532     FALSE             0            <NA> 2022-11-28 20:24:38     FALSE
## 3533     FALSE             0            <NA> 2022-11-28 20:24:35     FALSE
## 3534     FALSE             1            <NA> 2022-11-28 20:24:33     FALSE
## 3535     FALSE             0            <NA> 2022-11-28 20:24:30     FALSE
## 3536     FALSE             3            <NA> 2022-11-28 20:24:27     FALSE
## 3537     FALSE             2            <NA> 2022-11-28 20:24:22     FALSE
## 3538     FALSE             0            <NA> 2022-11-28 20:24:16     FALSE
## 3539     FALSE             0            <NA> 2022-11-28 20:24:13      TRUE
## 3540     FALSE             3            <NA> 2022-11-28 20:24:03      TRUE
## 3541     FALSE             0            <NA> 2022-11-28 20:24:00     FALSE
## 3542     FALSE             1            <NA> 2022-11-28 20:23:59      TRUE
## 3543     FALSE             0            <NA> 2022-11-28 20:23:52     FALSE
## 3544     FALSE             0            <NA> 2022-11-28 20:23:49     FALSE
## 3545     FALSE             0            <NA> 2022-11-28 20:23:49     FALSE
## 3546     FALSE             0            <NA> 2022-11-28 20:23:46     FALSE
## 3547     FALSE             0            <NA> 2022-11-28 20:23:43     FALSE
## 3548     FALSE             2            <NA> 2022-11-28 20:23:42      TRUE
## 3549     FALSE             0            <NA> 2022-11-28 20:23:42     FALSE
## 3550     FALSE             5            <NA> 2022-11-28 20:23:41     FALSE
## 3551     FALSE             0            <NA> 2022-11-28 20:23:36     FALSE
## 3552     FALSE             1            <NA> 2022-11-28 20:23:25     FALSE
## 3553     FALSE             2            <NA> 2022-11-28 20:23:23     FALSE
## 3554     FALSE             0            <NA> 2022-11-28 20:23:13     FALSE
## 3555     FALSE             2            <NA> 2022-11-28 20:23:09     FALSE
## 3556     FALSE             0            <NA> 2022-11-28 20:23:07      TRUE
## 3557     FALSE             0            <NA> 2022-11-28 20:23:05     FALSE
## 3558     FALSE             0            <NA> 2022-11-28 20:23:01     FALSE
## 3559     FALSE             1            <NA> 2022-11-28 20:22:50     FALSE
## 3560     FALSE             1            <NA> 2022-11-28 20:22:49     FALSE
## 3561     FALSE             0            <NA> 2022-11-28 20:22:47     FALSE
## 3562     FALSE             0            <NA> 2022-11-28 20:22:41     FALSE
## 3563     FALSE             0            <NA> 2022-11-28 20:22:36     FALSE
## 3564     FALSE             0            <NA> 2022-11-28 20:22:36     FALSE
## 3565     FALSE             0            <NA> 2022-11-28 20:22:31      TRUE
## 3566     FALSE             0            <NA> 2022-11-28 20:22:16     FALSE
## 3567     FALSE             0            <NA> 2022-11-28 20:22:16     FALSE
## 3568     FALSE             1            <NA> 2022-11-28 20:22:07      TRUE
## 3569     FALSE             0            <NA> 2022-11-28 20:21:58     FALSE
## 3570     FALSE             0            <NA> 2022-11-28 20:21:52     FALSE
## 3571     FALSE             0            <NA> 2022-11-28 20:21:42     FALSE
## 3572     FALSE             1            <NA> 2022-11-28 20:21:35     FALSE
## 3573     FALSE             1            <NA> 2022-11-28 20:21:32     FALSE
## 3574     FALSE             0            <NA> 2022-11-28 20:21:24     FALSE
## 3575     FALSE             0            <NA> 2022-11-28 20:21:23     FALSE
## 3576     FALSE             0            <NA> 2022-11-28 20:21:10     FALSE
## 3577     FALSE             0            <NA> 2022-11-28 20:21:05     FALSE
## 3578     FALSE             0            <NA> 2022-11-28 20:21:04     FALSE
## 3579     FALSE             0            <NA> 2022-11-28 20:20:58     FALSE
## 3580     FALSE             0            <NA> 2022-11-28 20:20:54     FALSE
## 3581     FALSE             0            <NA> 2022-11-28 20:20:53     FALSE
## 3582     FALSE             0            <NA> 2022-11-28 20:20:52     FALSE
## 3583     FALSE             0            <NA> 2022-11-28 20:20:48     FALSE
## 3584     FALSE             0            <NA> 2022-11-28 20:20:48     FALSE
## 3585     FALSE             0            <NA> 2022-11-28 20:20:48     FALSE
## 3586     FALSE             0            <NA> 2022-11-28 20:20:41     FALSE
## 3587     FALSE             0            <NA> 2022-11-28 20:20:41     FALSE
## 3588     FALSE             0            <NA> 2022-11-28 20:20:36     FALSE
## 3589     FALSE             0            <NA> 2022-11-28 20:20:23     FALSE
## 3590     FALSE             1            <NA> 2022-11-28 20:20:19     FALSE
## 3591     FALSE             0            <NA> 2022-11-28 20:20:19     FALSE
## 3592     FALSE             0            <NA> 2022-11-28 20:20:18     FALSE
## 3593     FALSE             1            <NA> 2022-11-28 20:20:18     FALSE
## 3594     FALSE             1            <NA> 2022-11-28 20:20:17     FALSE
## 3595     FALSE             0            <NA> 2022-11-28 20:20:13     FALSE
## 3596     FALSE             0            <NA> 2022-11-28 20:20:11     FALSE
## 3597     FALSE             1            <NA> 2022-11-28 20:20:00     FALSE
## 3598     FALSE             0            <NA> 2022-11-28 20:19:58     FALSE
## 3599     FALSE             0            <NA> 2022-11-28 20:19:48     FALSE
## 3600     FALSE             1            <NA> 2022-11-28 20:19:40     FALSE
## 3601     FALSE             0            <NA> 2022-11-28 20:19:31     FALSE
## 3602     FALSE             0            <NA> 2022-11-28 20:19:30     FALSE
## 3603     FALSE             0            <NA> 2022-11-28 20:19:29     FALSE
## 3604     FALSE             0            <NA> 2022-11-28 20:19:24      TRUE
## 3605     FALSE             1            <NA> 2022-11-28 20:19:23     FALSE
## 3606     FALSE             0            <NA> 2022-11-28 20:19:14     FALSE
## 3607     FALSE             0            <NA> 2022-11-28 20:19:12     FALSE
## 3608     FALSE             0            <NA> 2022-11-28 20:19:11     FALSE
## 3609     FALSE             0            <NA> 2022-11-28 20:19:03     FALSE
## 3610     FALSE             0            <NA> 2022-11-28 20:19:03     FALSE
## 3611     FALSE             3            <NA> 2022-11-28 20:19:02     FALSE
## 3612     FALSE             0            <NA> 2022-11-28 20:18:54     FALSE
## 3613     FALSE             0            <NA> 2022-11-28 20:18:53     FALSE
## 3614     FALSE            13            <NA> 2022-11-28 20:18:52     FALSE
## 3615     FALSE             1            <NA> 2022-11-28 20:18:47     FALSE
## 3616     FALSE             3            <NA> 2022-11-28 20:18:42     FALSE
## 3617     FALSE             0            <NA> 2022-11-28 20:18:34     FALSE
## 3618     FALSE             0            <NA> 2022-11-28 20:18:31     FALSE
## 3619     FALSE             0            <NA> 2022-11-28 20:18:24     FALSE
## 3620     FALSE             1            <NA> 2022-11-28 20:18:23     FALSE
## 3621     FALSE             0            <NA> 2022-11-28 20:18:21     FALSE
## 3622     FALSE             0            <NA> 2022-11-28 20:18:19     FALSE
## 3623     FALSE             0            <NA> 2022-11-28 20:18:19     FALSE
## 3624     FALSE             0            <NA> 2022-11-28 20:18:11     FALSE
## 3625     FALSE             2            <NA> 2022-11-28 20:18:10      TRUE
## 3626     FALSE             1            <NA> 2022-11-28 20:18:07     FALSE
## 3627     FALSE             1   AlshababRadio 2022-11-28 20:18:04     FALSE
## 3628     FALSE             1   AlshababRadio 2022-11-28 20:18:01      TRUE
## 3629     FALSE             0  themalbecbaddy 2022-11-28 20:17:59     FALSE
## 3630     FALSE             1   AlshababRadio 2022-11-28 20:17:59      TRUE
## 3631     FALSE             3            <NA> 2022-11-28 20:17:58     FALSE
## 3632     FALSE             1   AlshababRadio 2022-11-28 20:17:55      TRUE
## 3633     FALSE             0            <NA> 2022-11-28 20:17:53     FALSE
## 3634     FALSE             0            <NA> 2022-11-28 20:17:53     FALSE
## 3635     FALSE             2            <NA> 2022-11-28 20:17:52      TRUE
## 3636     FALSE             0            <NA> 2022-11-28 20:17:49     FALSE
## 3637     FALSE             0            <NA> 2022-11-28 20:17:43     FALSE
## 3638     FALSE             0            <NA> 2022-11-28 20:17:41     FALSE
## 3639     FALSE             1            <NA> 2022-11-28 20:17:39      TRUE
## 3640     FALSE             0            <NA> 2022-11-28 20:17:36     FALSE
## 3641     FALSE             0            <NA> 2022-11-28 20:17:35     FALSE
## 3642     FALSE             0            <NA> 2022-11-28 20:17:35     FALSE
## 3643     FALSE             0            <NA> 2022-11-28 20:17:32     FALSE
## 3644     FALSE             3            <NA> 2022-11-28 20:17:31     FALSE
## 3645     FALSE             1            <NA> 2022-11-28 20:17:25      TRUE
## 3646     FALSE             2            <NA> 2022-11-28 20:17:23     FALSE
## 3647     FALSE             0            <NA> 2022-11-28 20:17:16     FALSE
## 3648     FALSE             0            <NA> 2022-11-28 20:17:11     FALSE
## 3649     FALSE             0            <NA> 2022-11-28 20:17:05     FALSE
## 3650     FALSE             0            <NA> 2022-11-28 20:17:03     FALSE
## 3651     FALSE             0            <NA> 2022-11-28 20:17:02     FALSE
## 3652     FALSE             0            <NA> 2022-11-28 20:17:01     FALSE
## 3653     FALSE             1            <NA> 2022-11-28 20:16:58     FALSE
## 3654     FALSE             1            <NA> 2022-11-28 20:16:56     FALSE
## 3655     FALSE             0            <NA> 2022-11-28 20:16:55     FALSE
## 3656     FALSE             0            <NA> 2022-11-28 20:16:53     FALSE
## 3657     FALSE             0            <NA> 2022-11-28 20:16:50     FALSE
## 3658     FALSE             0            <NA> 2022-11-28 20:16:43     FALSE
## 3659     FALSE             0            <NA> 2022-11-28 20:16:40     FALSE
## 3660     FALSE            24            <NA> 2022-11-28 20:16:34     FALSE
## 3661     FALSE             0            <NA> 2022-11-28 20:16:17      TRUE
## 3662     FALSE             2            <NA> 2022-11-28 20:16:17     FALSE
## 3663     FALSE             0            <NA> 2022-11-28 20:16:13     FALSE
## 3664     FALSE             2            <NA> 2022-11-28 20:16:05     FALSE
## 3665     FALSE             1            <NA> 2022-11-28 20:16:04     FALSE
## 3666     FALSE             0            <NA> 2022-11-28 20:15:59     FALSE
## 3667     FALSE             0            <NA> 2022-11-28 20:15:58     FALSE
## 3668     FALSE             1            <NA> 2022-11-28 20:15:57     FALSE
## 3669     FALSE             0            <NA> 2022-11-28 20:15:55     FALSE
## 3670     FALSE             9            <NA> 2022-11-28 20:15:55     FALSE
## 3671     FALSE             0            <NA> 2022-11-28 20:15:51     FALSE
## 3672     FALSE            22            <NA> 2022-11-28 20:15:50      TRUE
## 3673     FALSE             2            <NA> 2022-11-28 20:15:45     FALSE
## 3674     FALSE             0  themalbecbaddy 2022-11-28 20:15:44     FALSE
## 3675     FALSE             0            <NA> 2022-11-28 20:15:32     FALSE
## 3676     FALSE             0            <NA> 2022-11-28 20:15:30     FALSE
## 3677     FALSE             0            <NA> 2022-11-28 20:15:22      TRUE
## 3678     FALSE             2            <NA> 2022-11-28 20:15:22     FALSE
## 3679     FALSE             0            <NA> 2022-11-28 20:15:22     FALSE
## 3680     FALSE             0            <NA> 2022-11-28 20:15:19     FALSE
## 3681     FALSE             0            <NA> 2022-11-28 20:15:13     FALSE
## 3682     FALSE             0            <NA> 2022-11-28 20:15:13     FALSE
## 3683     FALSE             6            <NA> 2022-11-28 20:15:09      TRUE
## 3684     FALSE             0            <NA> 2022-11-28 20:15:01     FALSE
## 3685     FALSE             0            <NA> 2022-11-28 20:15:01     FALSE
## 3686     FALSE             0            <NA> 2022-11-28 20:14:57     FALSE
## 3687     FALSE             0            <NA> 2022-11-28 20:14:42     FALSE
## 3688     FALSE             0            <NA> 2022-11-28 20:14:39     FALSE
## 3689     FALSE             0            <NA> 2022-11-28 20:14:39     FALSE
## 3690     FALSE             2          Ol_Meg 2022-11-28 20:14:35      TRUE
## 3691     FALSE             3            <NA> 2022-11-28 20:14:35     FALSE
## 3692     FALSE             0            <NA> 2022-11-28 20:14:34     FALSE
## 3693     FALSE             1            <NA> 2022-11-28 20:14:32     FALSE
## 3694     FALSE             2    _TweetCritic 2022-11-28 20:14:25     FALSE
## 3695     FALSE             1    _TweetCritic 2022-11-28 20:14:25     FALSE
## 3696     FALSE             1    _TweetCritic 2022-11-28 20:14:24     FALSE
## 3697     FALSE             2            <NA> 2022-11-28 20:14:24     FALSE
## 3698     FALSE             4            <NA> 2022-11-28 20:14:23     FALSE
## 3699     FALSE             5            <NA> 2022-11-28 20:14:21      TRUE
## 3700     FALSE             0            <NA> 2022-11-28 20:14:21     FALSE
## 3701     FALSE             0            <NA> 2022-11-28 20:14:10     FALSE
## 3702     FALSE             4            <NA> 2022-11-28 20:14:07     FALSE
## 3703     FALSE             1            <NA> 2022-11-28 20:14:01     FALSE
## 3704     FALSE             0            <NA> 2022-11-28 20:13:53     FALSE
## 3705     FALSE             0            <NA> 2022-11-28 20:13:53     FALSE
## 3706     FALSE             1            <NA> 2022-11-28 20:13:51     FALSE
## 3707     FALSE             1            <NA> 2022-11-28 20:13:48     FALSE
## 3708     FALSE             3            <NA> 2022-11-28 20:13:45     FALSE
## 3709     FALSE             0  The_angrei_gay 2022-11-28 20:13:36      TRUE
## 3710     FALSE             0            <NA> 2022-11-28 20:13:36     FALSE
## 3711     FALSE             0            <NA> 2022-11-28 20:13:35     FALSE
## 3712     FALSE            17            <NA> 2022-11-28 20:13:35      TRUE
## 3713     FALSE             0            <NA> 2022-11-28 20:13:20     FALSE
## 3714     FALSE             4            <NA> 2022-11-28 20:13:19     FALSE
## 3715     FALSE             0            <NA> 2022-11-28 20:13:08     FALSE
## 3716     FALSE             1            <NA> 2022-11-28 20:13:07     FALSE
## 3717     FALSE             6            <NA> 2022-11-28 20:13:05     FALSE
## 3718     FALSE             2            <NA> 2022-11-28 20:13:01     FALSE
## 3719     FALSE             0            <NA> 2022-11-28 20:12:59     FALSE
## 3720     FALSE             0            <NA> 2022-11-28 20:12:57     FALSE
## 3721     FALSE             0            <NA> 2022-11-28 20:12:56     FALSE
## 3722     FALSE             0            <NA> 2022-11-28 20:12:46     FALSE
## 3723     FALSE             1            <NA> 2022-11-28 20:12:38     FALSE
## 3724     FALSE             0            <NA> 2022-11-28 20:12:37     FALSE
## 3725     FALSE             0            <NA> 2022-11-28 20:12:35     FALSE
## 3726     FALSE             0            <NA> 2022-11-28 20:12:33     FALSE
## 3727     FALSE             1            <NA> 2022-11-28 20:12:32     FALSE
## 3728     FALSE             2            <NA> 2022-11-28 20:12:29     FALSE
## 3729     FALSE             1            <NA> 2022-11-28 20:12:28     FALSE
## 3730     FALSE             0            <NA> 2022-11-28 20:12:25     FALSE
## 3731     FALSE             0            <NA> 2022-11-28 20:12:25     FALSE
## 3732     FALSE             0            <NA> 2022-11-28 20:12:23      TRUE
## 3733     FALSE             0            <NA> 2022-11-28 20:12:20     FALSE
## 3734     FALSE             0            <NA> 2022-11-28 20:12:19     FALSE
## 3735     FALSE             1            <NA> 2022-11-28 20:12:11     FALSE
## 3736     FALSE             0            <NA> 2022-11-28 20:12:07     FALSE
## 3737     FALSE             1            <NA> 2022-11-28 20:12:06     FALSE
## 3738     FALSE             2            <NA> 2022-11-28 20:11:59     FALSE
## 3739     FALSE             0            <NA> 2022-11-28 20:11:59     FALSE
## 3740     FALSE             0            <NA> 2022-11-28 20:11:57     FALSE
## 3741     FALSE             0            <NA> 2022-11-28 20:11:37     FALSE
## 3742     FALSE             0            <NA> 2022-11-28 20:11:35     FALSE
## 3743     FALSE             1            <NA> 2022-11-28 20:11:34     FALSE
## 3744     FALSE             0            <NA> 2022-11-28 20:11:33     FALSE
## 3745     FALSE             2            <NA> 2022-11-28 20:11:29     FALSE
## 3746     FALSE             0            <NA> 2022-11-28 20:11:23     FALSE
## 3747     FALSE             1            <NA> 2022-11-28 20:11:19     FALSE
## 3748     FALSE             1            <NA> 2022-11-28 20:11:18     FALSE
## 3749     FALSE             2            <NA> 2022-11-28 20:11:14     FALSE
## 3750     FALSE             1            <NA> 2022-11-28 20:11:06     FALSE
## 3751     FALSE             2            <NA> 2022-11-28 20:11:02     FALSE
## 3752     FALSE             0            <NA> 2022-11-28 20:10:59     FALSE
## 3753     FALSE             0            <NA> 2022-11-28 20:10:58     FALSE
## 3754     FALSE             0            <NA> 2022-11-28 20:10:43     FALSE
## 3755     FALSE             3            <NA> 2022-11-28 20:10:38     FALSE
## 3756     FALSE             0            <NA> 2022-11-28 20:10:25     FALSE
## 3757     FALSE             0            <NA> 2022-11-28 20:10:11     FALSE
## 3758     FALSE             0            <NA> 2022-11-28 20:10:07     FALSE
## 3759     FALSE             0            <NA> 2022-11-28 20:10:01     FALSE
## 3760     FALSE             3            <NA> 2022-11-28 20:10:01     FALSE
## 3761     FALSE             0            <NA> 2022-11-28 20:09:53     FALSE
## 3762     FALSE             0            <NA> 2022-11-28 20:09:52      TRUE
## 3763     FALSE             0            <NA> 2022-11-28 20:09:52     FALSE
## 3764     FALSE             1            <NA> 2022-11-28 20:09:51     FALSE
## 3765     FALSE             8            <NA> 2022-11-28 20:09:45     FALSE
## 3766     FALSE             0            <NA> 2022-11-28 20:09:44     FALSE
## 3767     FALSE             0            <NA> 2022-11-28 20:09:36     FALSE
## 3768     FALSE             0            <NA> 2022-11-28 20:09:35     FALSE
## 3769     FALSE             0            <NA> 2022-11-28 20:09:35     FALSE
## 3770     FALSE             1            <NA> 2022-11-28 20:09:26     FALSE
## 3771     FALSE             0            <NA> 2022-11-28 20:09:24     FALSE
## 3772     FALSE             0            <NA> 2022-11-28 20:09:23     FALSE
## 3773     FALSE             2            <NA> 2022-11-28 20:09:17     FALSE
## 3774     FALSE             0            <NA> 2022-11-28 20:09:12     FALSE
## 3775     FALSE             4            <NA> 2022-11-28 20:09:10     FALSE
## 3776     FALSE             0            <NA> 2022-11-28 20:09:06     FALSE
## 3777     FALSE             0            <NA> 2022-11-28 20:09:03     FALSE
## 3778     FALSE             1            <NA> 2022-11-28 20:08:57     FALSE
## 3779     FALSE             0            <NA> 2022-11-28 20:08:56     FALSE
## 3780     FALSE             0            <NA> 2022-11-28 20:08:56     FALSE
## 3781     FALSE            12            <NA> 2022-11-28 20:08:56     FALSE
## 3782     FALSE             0            <NA> 2022-11-28 20:08:52     FALSE
## 3783     FALSE             1            <NA> 2022-11-28 20:08:47     FALSE
## 3784     FALSE             1            <NA> 2022-11-28 20:08:47     FALSE
## 3785     FALSE             0            <NA> 2022-11-28 20:08:46     FALSE
## 3786     FALSE             2            <NA> 2022-11-28 20:08:45     FALSE
## 3787     FALSE             0            <NA> 2022-11-28 20:08:40     FALSE
## 3788     FALSE             0            <NA> 2022-11-28 20:08:39     FALSE
## 3789     FALSE             1            <NA> 2022-11-28 20:08:37     FALSE
## 3790     FALSE             0            <NA> 2022-11-28 20:08:36     FALSE
## 3791     FALSE             0            <NA> 2022-11-28 20:08:36     FALSE
## 3792     FALSE             1            <NA> 2022-11-28 20:08:31     FALSE
## 3793     FALSE             0            <NA> 2022-11-28 20:08:28     FALSE
## 3794     FALSE             0            <NA> 2022-11-28 20:08:24     FALSE
## 3795     FALSE             1            <NA> 2022-11-28 20:08:21     FALSE
## 3796     FALSE             0     Daily_Serah 2022-11-28 20:08:20      TRUE
## 3797     FALSE             0            <NA> 2022-11-28 20:08:17     FALSE
## 3798     FALSE             2            <NA> 2022-11-28 20:08:14      TRUE
## 3799     FALSE             0            <NA> 2022-11-28 20:08:05     FALSE
## 3800     FALSE             0            <NA> 2022-11-28 20:08:03     FALSE
## 3801     FALSE             1            <NA> 2022-11-28 20:07:37      TRUE
## 3802     FALSE             1            <NA> 2022-11-28 20:07:31      TRUE
## 3803     FALSE             1            <NA> 2022-11-28 20:07:30     FALSE
## 3804     FALSE             1            <NA> 2022-11-28 20:07:25     FALSE
## 3805     FALSE             0            <NA> 2022-11-28 20:07:21     FALSE
## 3806     FALSE             0            <NA> 2022-11-28 20:07:20     FALSE
## 3807     FALSE             1            <NA> 2022-11-28 20:07:18     FALSE
## 3808     FALSE             0            <NA> 2022-11-28 20:07:14     FALSE
## 3809     FALSE             0            <NA> 2022-11-28 20:07:12     FALSE
## 3810     FALSE             0            <NA> 2022-11-28 20:07:06     FALSE
## 3811     FALSE             0            <NA> 2022-11-28 20:07:05     FALSE
## 3812     FALSE             0            <NA> 2022-11-28 20:07:05     FALSE
## 3813     FALSE             0            <NA> 2022-11-28 20:06:55     FALSE
## 3814     FALSE             0            <NA> 2022-11-28 20:06:55     FALSE
## 3815     FALSE             0            <NA> 2022-11-28 20:06:54     FALSE
## 3816     FALSE             0            <NA> 2022-11-28 20:06:49     FALSE
## 3817     FALSE             0            <NA> 2022-11-28 20:06:49     FALSE
## 3818     FALSE             1            <NA> 2022-11-28 20:06:47     FALSE
## 3819     FALSE             0            <NA> 2022-11-28 20:06:41     FALSE
## 3820     FALSE             0            <NA> 2022-11-28 20:06:39     FALSE
## 3821     FALSE             0            <NA> 2022-11-28 20:06:32     FALSE
## 3822     FALSE             0            <NA> 2022-11-28 20:06:31      TRUE
## 3823     FALSE             0            <NA> 2022-11-28 20:06:31     FALSE
## 3824     FALSE             0            <NA> 2022-11-28 20:06:30     FALSE
## 3825     FALSE             2            <NA> 2022-11-28 20:06:18     FALSE
## 3826     FALSE             1            <NA> 2022-11-28 20:06:16     FALSE
## 3827     FALSE             0            <NA> 2022-11-28 20:06:13     FALSE
## 3828     FALSE             0            <NA> 2022-11-28 20:06:09     FALSE
## 3829     FALSE             0            <NA> 2022-11-28 20:05:55     FALSE
## 3830     FALSE             3            <NA> 2022-11-28 20:05:47      TRUE
## 3831     FALSE             0            <NA> 2022-11-28 20:05:46      TRUE
## 3832     FALSE             0            <NA> 2022-11-28 20:05:43     FALSE
## 3833     FALSE             0            <NA> 2022-11-28 20:05:40     FALSE
## 3834     FALSE             1            <NA> 2022-11-28 20:05:31     FALSE
## 3835     FALSE             0            <NA> 2022-11-28 20:05:30     FALSE
## 3836     FALSE             0            <NA> 2022-11-28 20:05:00     FALSE
## 3837     FALSE             0            <NA> 2022-11-28 20:04:57     FALSE
## 3838     FALSE             0            <NA> 2022-11-28 20:04:47     FALSE
## 3839     FALSE             0            <NA> 2022-11-28 20:04:30     FALSE
## 3840     FALSE             0            <NA> 2022-11-28 20:04:21     FALSE
## 3841     FALSE             0            <NA> 2022-11-28 20:04:16     FALSE
## 3842     FALSE             0            <NA> 2022-11-28 20:04:11     FALSE
## 3843     FALSE             1            <NA> 2022-11-28 20:04:09     FALSE
## 3844     FALSE             1            <NA> 2022-11-28 20:04:08     FALSE
## 3845     FALSE             0            <NA> 2022-11-28 20:04:03     FALSE
## 3846     FALSE             1            <NA> 2022-11-28 20:04:02     FALSE
## 3847     FALSE             0            <NA> 2022-11-28 20:04:01     FALSE
## 3848     FALSE             0            <NA> 2022-11-28 20:03:56     FALSE
## 3849     FALSE             7            <NA> 2022-11-28 20:03:35     FALSE
## 3850     FALSE             0            <NA> 2022-11-28 20:03:28     FALSE
## 3851     FALSE             0            <NA> 2022-11-28 20:03:26     FALSE
## 3852     FALSE             1            <NA> 2022-11-28 20:03:21     FALSE
## 3853     FALSE             0            <NA> 2022-11-28 20:03:18     FALSE
## 3854     FALSE             0            <NA> 2022-11-28 20:03:16     FALSE
## 3855     FALSE             0            <NA> 2022-11-28 20:03:15     FALSE
## 3856     FALSE             0            <NA> 2022-11-28 20:03:07     FALSE
## 3857     FALSE             3            <NA> 2022-11-28 20:03:06     FALSE
## 3858     FALSE             0            <NA> 2022-11-28 20:03:04     FALSE
## 3859     FALSE             1            <NA> 2022-11-28 20:02:58     FALSE
## 3860     FALSE             0            <NA> 2022-11-28 20:02:51     FALSE
## 3861     FALSE             3            <NA> 2022-11-28 20:02:50     FALSE
## 3862     FALSE         11844            <NA> 2022-11-28 20:02:45     FALSE
## 3863     FALSE             1            <NA> 2022-11-28 20:02:17     FALSE
## 3864     FALSE             0            <NA> 2022-11-28 20:02:15     FALSE
## 3865     FALSE             0            <NA> 2022-11-28 20:02:14     FALSE
## 3866     FALSE            20            <NA> 2022-11-28 20:02:01      TRUE
## 3867     FALSE             0            <NA> 2022-11-28 20:01:57     FALSE
## 3868     FALSE             0            <NA> 2022-11-28 20:01:41     FALSE
## 3869     FALSE             0            <NA> 2022-11-28 20:01:35     FALSE
## 3870     FALSE             1         Spotify 2022-11-28 20:01:25     FALSE
## 3871     FALSE             0            <NA> 2022-11-28 20:01:25     FALSE
## 3872     FALSE             0            <NA> 2022-11-28 20:01:17      TRUE
## 3873     FALSE             0            <NA> 2022-11-28 20:01:16     FALSE
## 3874     FALSE             0            <NA> 2022-11-28 20:01:15      TRUE
## 3875     FALSE             0            <NA> 2022-11-28 20:01:14     FALSE
## 3876     FALSE             0            <NA> 2022-11-28 20:01:13     FALSE
## 3877     FALSE             0            <NA> 2022-11-28 20:01:08     FALSE
## 3878     FALSE             0            <NA> 2022-11-28 20:01:06     FALSE
## 3879     FALSE             0            <NA> 2022-11-28 20:00:49     FALSE
## 3880     FALSE             0            <NA> 2022-11-28 20:00:39     FALSE
## 3881     FALSE             0            <NA> 2022-11-28 20:00:37     FALSE
## 3882     FALSE             0            <NA> 2022-11-28 20:00:16     FALSE
## 3883     FALSE             0            <NA> 2022-11-28 20:00:09     FALSE
## 3884     FALSE             0            <NA> 2022-11-28 20:00:08      TRUE
## 3885     FALSE             3            <NA> 2022-11-28 20:00:06     FALSE
## 3886     FALSE             0            <NA> 2022-11-28 20:00:01     FALSE
## 3887     FALSE             4            <NA> 2022-11-28 20:00:00      TRUE
## 3888     FALSE             0            <NA> 2022-11-28 19:59:55     FALSE
## 3889     FALSE             1            <NA> 2022-11-28 19:59:54     FALSE
## 3890     FALSE             1            <NA> 2022-11-28 19:59:42     FALSE
## 3891     FALSE             0            <NA> 2022-11-28 19:59:40     FALSE
## 3892     FALSE             0            <NA> 2022-11-28 19:59:37     FALSE
## 3893     FALSE             1            <NA> 2022-11-28 19:59:35     FALSE
## 3894     FALSE             0            <NA> 2022-11-28 19:59:35     FALSE
## 3895     FALSE             0            <NA> 2022-11-28 19:59:26     FALSE
## 3896     FALSE             0            <NA> 2022-11-28 19:59:18     FALSE
## 3897     FALSE             0            <NA> 2022-11-28 19:59:09     FALSE
## 3898     FALSE             0            <NA> 2022-11-28 19:59:04     FALSE
## 3899     FALSE             0            <NA> 2022-11-28 19:58:52     FALSE
## 3900     FALSE             2            <NA> 2022-11-28 19:58:51     FALSE
## 3901     FALSE             0            <NA> 2022-11-28 19:58:50     FALSE
## 3902     FALSE             2            <NA> 2022-11-28 19:58:38     FALSE
## 3903     FALSE             0            <NA> 2022-11-28 19:58:35     FALSE
## 3904     FALSE             0            <NA> 2022-11-28 19:58:24     FALSE
## 3905     FALSE             1            <NA> 2022-11-28 19:58:18     FALSE
## 3906     FALSE             1            <NA> 2022-11-28 19:58:06      TRUE
## 3907     FALSE             1            <NA> 2022-11-28 19:58:01     FALSE
## 3908     FALSE             0            <NA> 2022-11-28 19:57:59     FALSE
## 3909     FALSE            16            <NA> 2022-11-28 19:57:54     FALSE
## 3910     FALSE             4            <NA> 2022-11-28 19:57:44     FALSE
## 3911     FALSE             0            <NA> 2022-11-28 19:57:42     FALSE
## 3912     FALSE             0            <NA> 2022-11-28 19:57:40     FALSE
## 3913     FALSE             0            <NA> 2022-11-28 19:57:33     FALSE
## 3914     FALSE             0            <NA> 2022-11-28 19:57:32     FALSE
## 3915     FALSE             0            <NA> 2022-11-28 19:57:26     FALSE
## 3916     FALSE             1            <NA> 2022-11-28 19:57:26      TRUE
## 3917     FALSE             0            <NA> 2022-11-28 19:57:19     FALSE
## 3918     FALSE             0            <NA> 2022-11-28 19:57:17     FALSE
## 3919     FALSE             0            <NA> 2022-11-28 19:57:16     FALSE
## 3920     FALSE             0            <NA> 2022-11-28 19:57:16     FALSE
## 3921     FALSE             0            <NA> 2022-11-28 19:57:10     FALSE
## 3922     FALSE             0            <NA> 2022-11-28 19:57:10     FALSE
## 3923     FALSE             0            <NA> 2022-11-28 19:57:07     FALSE
## 3924     FALSE             0            <NA> 2022-11-28 19:57:07     FALSE
## 3925     FALSE             0            <NA> 2022-11-28 19:57:05     FALSE
## 3926     FALSE             0      LornaShore 2022-11-28 19:57:04     FALSE
## 3927     FALSE             0            <NA> 2022-11-28 19:56:57     FALSE
## 3928     FALSE             1            <NA> 2022-11-28 19:56:56     FALSE
## 3929     FALSE             5            <NA> 2022-11-28 19:56:55     FALSE
## 3930     FALSE             1            <NA> 2022-11-28 19:56:47     FALSE
## 3931     FALSE             0            <NA> 2022-11-28 19:56:47     FALSE
## 3932     FALSE             0            <NA> 2022-11-28 19:56:38     FALSE
## 3933     FALSE             0            <NA> 2022-11-28 19:56:34     FALSE
## 3934     FALSE             0            <NA> 2022-11-28 19:56:31     FALSE
## 3935     FALSE             1            <NA> 2022-11-28 19:56:24     FALSE
## 3936     FALSE             0            <NA> 2022-11-28 19:56:22     FALSE
## 3937     FALSE             0            <NA> 2022-11-28 19:56:19     FALSE
## 3938     FALSE             0            <NA> 2022-11-28 19:56:17     FALSE
## 3939     FALSE             1            <NA> 2022-11-28 19:55:57      TRUE
## 3940     FALSE             1            <NA> 2022-11-28 19:55:56     FALSE
## 3941     FALSE             0            <NA> 2022-11-28 19:55:56     FALSE
## 3942     FALSE             1            <NA> 2022-11-28 19:55:49     FALSE
## 3943     FALSE             0            <NA> 2022-11-28 19:55:41     FALSE
## 3944     FALSE             1            <NA> 2022-11-28 19:55:41      TRUE
## 3945     FALSE             0            <NA> 2022-11-28 19:55:40     FALSE
## 3946     FALSE             0            <NA> 2022-11-28 19:55:20     FALSE
## 3947     FALSE             0            <NA> 2022-11-28 19:55:17     FALSE
## 3948     FALSE             3            <NA> 2022-11-28 19:55:15     FALSE
## 3949     FALSE             0            <NA> 2022-11-28 19:55:13     FALSE
## 3950     FALSE             5            <NA> 2022-11-28 19:55:08      TRUE
## 3951     FALSE            16            <NA> 2022-11-28 19:54:53     FALSE
## 3952     FALSE             3            <NA> 2022-11-28 19:54:48     FALSE
## 3953     FALSE             1            <NA> 2022-11-28 19:54:47      TRUE
## 3954     FALSE             0            <NA> 2022-11-28 19:54:39     FALSE
## 3955     FALSE             0            <NA> 2022-11-28 19:54:38     FALSE
## 3956     FALSE             0            <NA> 2022-11-28 19:54:37      TRUE
## 3957     FALSE             0            <NA> 2022-11-28 19:54:31     FALSE
## 3958     FALSE             1            <NA> 2022-11-28 19:54:28     FALSE
## 3959     FALSE             0            <NA> 2022-11-28 19:54:21     FALSE
## 3960     FALSE             0            <NA> 2022-11-28 19:54:13     FALSE
## 3961     FALSE             0            <NA> 2022-11-28 19:54:11     FALSE
## 3962     FALSE             0            <NA> 2022-11-28 19:54:07     FALSE
## 3963     FALSE             0            <NA> 2022-11-28 19:53:59     FALSE
## 3964     FALSE             7            <NA> 2022-11-28 19:53:58     FALSE
## 3965     FALSE             0            <NA> 2022-11-28 19:53:53     FALSE
## 3966     FALSE             0            <NA> 2022-11-28 19:53:53      TRUE
## 3967     FALSE             0            <NA> 2022-11-28 19:53:53     FALSE
## 3968     FALSE             1            <NA> 2022-11-28 19:53:52     FALSE
## 3969     FALSE             0            <NA> 2022-11-28 19:53:50     FALSE
## 3970     FALSE             3            <NA> 2022-11-28 19:53:43     FALSE
## 3971     FALSE             6            <NA> 2022-11-28 19:53:41     FALSE
## 3972     FALSE             0            <NA> 2022-11-28 19:53:35     FALSE
## 3973     FALSE             0            <NA> 2022-11-28 19:53:34     FALSE
## 3974     FALSE             1            <NA> 2022-11-28 19:53:27     FALSE
## 3975     FALSE             0            <NA> 2022-11-28 19:53:21     FALSE
## 3976     FALSE             0            <NA> 2022-11-28 19:53:21     FALSE
## 3977     FALSE             0            <NA> 2022-11-28 19:53:20     FALSE
## 3978     FALSE             4            <NA> 2022-11-28 19:53:15      TRUE
## 3979     FALSE             0            <NA> 2022-11-28 19:53:10     FALSE
## 3980     FALSE             0            <NA> 2022-11-28 19:53:07     FALSE
## 3981     FALSE             0 Hereisyourstuff 2022-11-28 19:53:04      TRUE
## 3982     FALSE             0            <NA> 2022-11-28 19:52:51     FALSE
## 3983     FALSE             0            <NA> 2022-11-28 19:52:48     FALSE
## 3984     FALSE             0 MonaAmbegaonkar 2022-11-28 19:52:46      TRUE
## 3985     FALSE             0            <NA> 2022-11-28 19:52:46     FALSE
## 3986     FALSE             0            <NA> 2022-11-28 19:52:43     FALSE
## 3987     FALSE             0            <NA> 2022-11-28 19:52:38     FALSE
## 3988     FALSE             0            <NA> 2022-11-28 19:52:34      TRUE
## 3989     FALSE             0            <NA> 2022-11-28 19:52:34     FALSE
## 3990     FALSE             0            <NA> 2022-11-28 19:52:24     FALSE
## 3991     FALSE             0            <NA> 2022-11-28 19:52:18     FALSE
## 3992     FALSE             0            <NA> 2022-11-28 19:52:15     FALSE
## 3993     FALSE             2            <NA> 2022-11-28 19:52:08      TRUE
## 3994     FALSE             1            <NA> 2022-11-28 19:52:08     FALSE
## 3995     FALSE             0            <NA> 2022-11-28 19:52:06     FALSE
## 3996     FALSE             2            <NA> 2022-11-28 19:52:02     FALSE
## 3997     FALSE             3            <NA> 2022-11-28 19:52:01     FALSE
## 3998     FALSE             0            <NA> 2022-11-28 19:51:57     FALSE
## 3999     FALSE             1            <NA> 2022-11-28 19:51:44     FALSE
## 4000     FALSE             0            <NA> 2022-11-28 19:51:43     FALSE
## 4001     FALSE             0            <NA> 2022-11-28 19:51:42     FALSE
## 4002     FALSE             0            <NA> 2022-11-28 19:51:30     FALSE
## 4003     FALSE             2            <NA> 2022-11-28 19:51:26      TRUE
## 4004     FALSE             0            <NA> 2022-11-28 19:51:17     FALSE
## 4005     FALSE             0            <NA> 2022-11-28 19:51:16     FALSE
## 4006     FALSE             0            <NA> 2022-11-28 19:51:16     FALSE
## 4007     FALSE             0            <NA> 2022-11-28 19:51:08     FALSE
## 4008     FALSE             0            <NA> 2022-11-28 19:51:03     FALSE
## 4009     FALSE             0            <NA> 2022-11-28 19:51:02     FALSE
## 4010     FALSE             0            <NA> 2022-11-28 19:51:00     FALSE
## 4011     FALSE             0            <NA> 2022-11-28 19:50:59     FALSE
## 4012     FALSE             1        LUZSPELL 2022-11-28 19:50:56     FALSE
## 4013     FALSE             1        LUZSPELL 2022-11-28 19:50:56     FALSE
## 4014     FALSE             2            <NA> 2022-11-28 19:50:55     FALSE
## 4015     FALSE             1            <NA> 2022-11-28 19:50:52     FALSE
## 4016     FALSE             0            <NA> 2022-11-28 19:50:50     FALSE
## 4017     FALSE             0            <NA> 2022-11-28 19:50:50     FALSE
## 4018     FALSE             0            <NA> 2022-11-28 19:50:45     FALSE
## 4019     FALSE             0            <NA> 2022-11-28 19:50:37     FALSE
## 4020     FALSE             1            <NA> 2022-11-28 19:50:35     FALSE
## 4021     FALSE             0            <NA> 2022-11-28 19:50:34     FALSE
## 4022     FALSE             0            <NA> 2022-11-28 19:50:22     FALSE
## 4023     FALSE             0            <NA> 2022-11-28 19:50:21     FALSE
## 4024     FALSE             1            <NA> 2022-11-28 19:50:21     FALSE
## 4025     FALSE             0            <NA> 2022-11-28 19:50:14     FALSE
## 4026     FALSE             0            <NA> 2022-11-28 19:50:10     FALSE
## 4027     FALSE             0            <NA> 2022-11-28 19:50:03     FALSE
## 4028     FALSE             0            <NA> 2022-11-28 19:50:00     FALSE
## 4029     FALSE             1            <NA> 2022-11-28 19:49:56     FALSE
## 4030     FALSE             0       DanLit111 2022-11-28 19:49:49     FALSE
## 4031     FALSE             1            <NA> 2022-11-28 19:49:49     FALSE
## 4032     FALSE             3            <NA> 2022-11-28 19:49:38     FALSE
## 4033     FALSE             0       DanLit111 2022-11-28 19:49:34     FALSE
## 4034     FALSE             1            <NA> 2022-11-28 19:49:28     FALSE
## 4035     FALSE             1            <NA> 2022-11-28 19:49:28     FALSE
## 4036     FALSE             0            <NA> 2022-11-28 19:49:26     FALSE
## 4037     FALSE             0            <NA> 2022-11-28 19:49:12     FALSE
## 4038     FALSE             0            <NA> 2022-11-28 19:49:11      TRUE
## 4039     FALSE             0       DanLit111 2022-11-28 19:49:04     FALSE
## 4040     FALSE             1            <NA> 2022-11-28 19:49:01     FALSE
## 4041     FALSE             0            <NA> 2022-11-28 19:48:59     FALSE
## 4042     FALSE             0            <NA> 2022-11-28 19:48:55     FALSE
## 4043     FALSE             1            <NA> 2022-11-28 19:48:53     FALSE
## 4044     FALSE             2            <NA> 2022-11-28 19:48:48     FALSE
## 4045     FALSE             0            <NA> 2022-11-28 19:48:43     FALSE
## 4046     FALSE             0       DanLit111 2022-11-28 19:48:38     FALSE
## 4047     FALSE             0            <NA> 2022-11-28 19:48:33     FALSE
## 4048     FALSE             0            <NA> 2022-11-28 19:48:23     FALSE
## 4049     FALSE             0            <NA> 2022-11-28 19:48:22     FALSE
## 4050     FALSE             1            <NA> 2022-11-28 19:48:17     FALSE
## 4051     FALSE             1            <NA> 2022-11-28 19:48:07     FALSE
## 4052     FALSE             0            <NA> 2022-11-28 19:48:06     FALSE
## 4053     FALSE             1            <NA> 2022-11-28 19:47:58     FALSE
## 4054     FALSE            85            <NA> 2022-11-28 19:47:55     FALSE
## 4055     FALSE             1            <NA> 2022-11-28 19:47:53     FALSE
## 4056     FALSE             4            <NA> 2022-11-28 19:47:48      TRUE
## 4057     FALSE             0            <NA> 2022-11-28 19:47:48     FALSE
## 4058     FALSE             0            <NA> 2022-11-28 19:47:47     FALSE
## 4059     FALSE             0            <NA> 2022-11-28 19:47:36     FALSE
## 4060     FALSE             0            <NA> 2022-11-28 19:47:31     FALSE
## 4061     FALSE            13            <NA> 2022-11-28 19:47:22      TRUE
## 4062     FALSE             0            <NA> 2022-11-28 19:47:20     FALSE
## 4063     FALSE             0            <NA> 2022-11-28 19:47:07     FALSE
## 4064     FALSE             0            <NA> 2022-11-28 19:46:59     FALSE
## 4065     FALSE             1            <NA> 2022-11-28 19:46:57     FALSE
## 4066     FALSE             2            <NA> 2022-11-28 19:46:51     FALSE
## 4067     FALSE             0            <NA> 2022-11-28 19:46:46     FALSE
## 4068     FALSE             0            <NA> 2022-11-28 19:46:41     FALSE
## 4069     FALSE             0            <NA> 2022-11-28 19:46:41     FALSE
## 4070     FALSE             1            <NA> 2022-11-28 19:46:34      TRUE
## 4071     FALSE             7            <NA> 2022-11-28 19:46:31     FALSE
## 4072     FALSE             0            <NA> 2022-11-28 19:46:29     FALSE
## 4073     FALSE             0            <NA> 2022-11-28 19:46:19     FALSE
## 4074     FALSE             0            <NA> 2022-11-28 19:46:12     FALSE
## 4075     FALSE             1            <NA> 2022-11-28 19:46:11     FALSE
## 4076     FALSE             7            <NA> 2022-11-28 19:46:10     FALSE
## 4077     FALSE             1            <NA> 2022-11-28 19:46:06     FALSE
## 4078     FALSE             2            <NA> 2022-11-28 19:46:05     FALSE
## 4079     FALSE             0            <NA> 2022-11-28 19:45:54     FALSE
## 4080     FALSE             0            <NA> 2022-11-28 19:45:54     FALSE
## 4081     FALSE             0            <NA> 2022-11-28 19:45:50     FALSE
## 4082     FALSE             0            <NA> 2022-11-28 19:45:48     FALSE
## 4083     FALSE             1            <NA> 2022-11-28 19:45:48     FALSE
## 4084     FALSE             0            <NA> 2022-11-28 19:45:47     FALSE
## 4085     FALSE             0            <NA> 2022-11-28 19:45:44     FALSE
## 4086     FALSE             1            <NA> 2022-11-28 19:45:43     FALSE
## 4087     FALSE             0            <NA> 2022-11-28 19:45:41     FALSE
## 4088     FALSE             0            <NA> 2022-11-28 19:45:35      TRUE
## 4089     FALSE             0            <NA> 2022-11-28 19:45:34     FALSE
## 4090     FALSE             2            <NA> 2022-11-28 19:45:32     FALSE
## 4091     FALSE             0            <NA> 2022-11-28 19:45:31     FALSE
## 4092     FALSE             1            <NA> 2022-11-28 19:45:30     FALSE
## 4093     FALSE             0            <NA> 2022-11-28 19:45:29     FALSE
## 4094     FALSE             0            <NA> 2022-11-28 19:45:28     FALSE
## 4095     FALSE             0            <NA> 2022-11-28 19:45:24     FALSE
## 4096     FALSE             1            <NA> 2022-11-28 19:45:23     FALSE
## 4097     FALSE             0            <NA> 2022-11-28 19:45:15     FALSE
## 4098     FALSE             0            <NA> 2022-11-28 19:45:13     FALSE
## 4099     FALSE             0            <NA> 2022-11-28 19:45:07      TRUE
## 4100     FALSE             0            <NA> 2022-11-28 19:45:02     FALSE
## 4101     FALSE             1            <NA> 2022-11-28 19:45:01     FALSE
## 4102     FALSE             0            <NA> 2022-11-28 19:44:58     FALSE
## 4103     FALSE             0            <NA> 2022-11-28 19:44:55     FALSE
## 4104     FALSE             5            <NA> 2022-11-28 19:44:54     FALSE
## 4105     FALSE             0            <NA> 2022-11-28 19:44:53      TRUE
## 4106     FALSE             0            <NA> 2022-11-28 19:44:51     FALSE
## 4107     FALSE             0            <NA> 2022-11-28 19:44:46     FALSE
## 4108     FALSE             0            <NA> 2022-11-28 19:44:41     FALSE
## 4109     FALSE             1            <NA> 2022-11-28 19:44:39      TRUE
## 4110     FALSE             0            <NA> 2022-11-28 19:44:24      TRUE
## 4111     FALSE             0            <NA> 2022-11-28 19:44:23     FALSE
## 4112     FALSE             1            <NA> 2022-11-28 19:44:23     FALSE
## 4113     FALSE             0            <NA> 2022-11-28 19:44:20     FALSE
## 4114     FALSE             2            <NA> 2022-11-28 19:44:19     FALSE
## 4115     FALSE             0            <NA> 2022-11-28 19:44:17     FALSE
## 4116     FALSE             0            <NA> 2022-11-28 19:44:13     FALSE
## 4117     FALSE             0            <NA> 2022-11-28 19:44:05      TRUE
## 4118     FALSE             1            <NA> 2022-11-28 19:43:57     FALSE
## 4119     FALSE             0            <NA> 2022-11-28 19:43:56     FALSE
## 4120     FALSE             0            <NA> 2022-11-28 19:43:53     FALSE
## 4121     FALSE             0         Spotify 2022-11-28 19:43:49     FALSE
## 4122     FALSE             0            <NA> 2022-11-28 19:43:47      TRUE
## 4123     FALSE             0            <NA> 2022-11-28 19:43:44     FALSE
## 4124     FALSE             2            <NA> 2022-11-28 19:43:44     FALSE
## 4125     FALSE             0            <NA> 2022-11-28 19:43:41     FALSE
## 4126     FALSE             0            <NA> 2022-11-28 19:43:41      TRUE
## 4127     FALSE             2            <NA> 2022-11-28 19:43:40     FALSE
## 4128     FALSE             0            <NA> 2022-11-28 19:43:39     FALSE
## 4129     FALSE             0            <NA> 2022-11-28 19:43:29     FALSE
## 4130     FALSE             1            <NA> 2022-11-28 19:43:26     FALSE
## 4131     FALSE             1            <NA> 2022-11-28 19:43:19     FALSE
## 4132     FALSE             0            <NA> 2022-11-28 19:43:17     FALSE
## 4133     FALSE            11            <NA> 2022-11-28 19:43:16     FALSE
## 4134     FALSE             0            <NA> 2022-11-28 19:43:15     FALSE
## 4135     FALSE             1            <NA> 2022-11-28 19:43:11     FALSE
## 4136     FALSE             5            <NA> 2022-11-28 19:43:09      TRUE
## 4137     FALSE             2            <NA> 2022-11-28 19:43:08     FALSE
## 4138     FALSE             0            <NA> 2022-11-28 19:43:05     FALSE
## 4139     FALSE             0            <NA> 2022-11-28 19:43:00     FALSE
## 4140     FALSE             1            <NA> 2022-11-28 19:42:51      TRUE
## 4141     FALSE             0            <NA> 2022-11-28 19:42:48      TRUE
## 4142     FALSE             2            <NA> 2022-11-28 19:42:47     FALSE
## 4143     FALSE             0            <NA> 2022-11-28 19:42:44     FALSE
## 4144     FALSE             0            <NA> 2022-11-28 19:42:30     FALSE
## 4145     FALSE             1            <NA> 2022-11-28 19:42:24      TRUE
## 4146     FALSE             1            <NA> 2022-11-28 19:42:20      TRUE
## 4147     FALSE             0            <NA> 2022-11-28 19:42:17     FALSE
## 4148     FALSE             0            <NA> 2022-11-28 19:42:14     FALSE
## 4149     FALSE             0            <NA> 2022-11-28 19:42:13     FALSE
## 4150     FALSE             0            <NA> 2022-11-28 19:42:10     FALSE
## 4151     FALSE             0            <NA> 2022-11-28 19:41:57     FALSE
## 4152     FALSE             0            <NA> 2022-11-28 19:41:55     FALSE
## 4153     FALSE             1            <NA> 2022-11-28 19:41:54     FALSE
## 4154     FALSE             4            <NA> 2022-11-28 19:41:51     FALSE
## 4155     FALSE             0            <NA> 2022-11-28 19:41:51     FALSE
## 4156     FALSE             0            <NA> 2022-11-28 19:41:50     FALSE
## 4157     FALSE             0            <NA> 2022-11-28 19:41:38     FALSE
## 4158     FALSE             0            <NA> 2022-11-28 19:41:33     FALSE
## 4159     FALSE             0            <NA> 2022-11-28 19:41:29     FALSE
## 4160     FALSE             0            <NA> 2022-11-28 19:41:23     FALSE
## 4161     FALSE             0            <NA> 2022-11-28 19:41:14     FALSE
## 4162     FALSE             5            <NA> 2022-11-28 19:41:07     FALSE
## 4163     FALSE             1            <NA> 2022-11-28 19:41:04     FALSE
## 4164     FALSE             0            <NA> 2022-11-28 19:41:04     FALSE
## 4165     FALSE             6            <NA> 2022-11-28 19:41:03     FALSE
## 4166     FALSE             1            <NA> 2022-11-28 19:41:01     FALSE
## 4167     FALSE             0            <NA> 2022-11-28 19:40:58     FALSE
## 4168     FALSE             1            <NA> 2022-11-28 19:40:57     FALSE
## 4169     FALSE             0            <NA> 2022-11-28 19:40:51     FALSE
## 4170     FALSE             0            <NA> 2022-11-28 19:40:46     FALSE
## 4171     FALSE             0            <NA> 2022-11-28 19:40:44     FALSE
## 4172     FALSE             0            <NA> 2022-11-28 19:40:43     FALSE
## 4173     FALSE             0            <NA> 2022-11-28 19:40:43     FALSE
## 4174     FALSE             3            <NA> 2022-11-28 19:40:42     FALSE
## 4175     FALSE             0            <NA> 2022-11-28 19:40:33     FALSE
## 4176     FALSE             0            <NA> 2022-11-28 19:40:33     FALSE
## 4177     FALSE             1            <NA> 2022-11-28 19:40:24     FALSE
## 4178     FALSE             0            <NA> 2022-11-28 19:40:17     FALSE
## 4179     FALSE             0            <NA> 2022-11-28 19:40:17     FALSE
## 4180     FALSE             0            <NA> 2022-11-28 19:40:06     FALSE
## 4181     FALSE             0            <NA> 2022-11-28 19:39:40     FALSE
## 4182     FALSE             1            <NA> 2022-11-28 19:39:37      TRUE
## 4183     FALSE             0            <NA> 2022-11-28 19:39:37      TRUE
## 4184     FALSE             0            <NA> 2022-11-28 19:39:30     FALSE
## 4185     FALSE            19            <NA> 2022-11-28 19:39:29     FALSE
## 4186     FALSE             0            <NA> 2022-11-28 19:39:26     FALSE
## 4187     FALSE             0            <NA> 2022-11-28 19:39:25     FALSE
## 4188     FALSE             1            <NA> 2022-11-28 19:39:18     FALSE
## 4189     FALSE             0            <NA> 2022-11-28 19:39:17     FALSE
## 4190     FALSE             0            <NA> 2022-11-28 19:39:16     FALSE
## 4191     FALSE             0            <NA> 2022-11-28 19:39:07     FALSE
## 4192     FALSE             0            <NA> 2022-11-28 19:38:53     FALSE
## 4193     FALSE            18            <NA> 2022-11-28 19:38:51     FALSE
## 4194     FALSE             0            <NA> 2022-11-28 19:38:44     FALSE
## 4195     FALSE             0            <NA> 2022-11-28 19:38:40     FALSE
## 4196     FALSE             0            <NA> 2022-11-28 19:38:38     FALSE
## 4197     FALSE             0            <NA> 2022-11-28 19:38:36     FALSE
## 4198     FALSE             0            <NA> 2022-11-28 19:38:29     FALSE
## 4199     FALSE             0            <NA> 2022-11-28 19:38:15     FALSE
## 4200     FALSE             7            <NA> 2022-11-28 19:38:11     FALSE
## 4201     FALSE             0            <NA> 2022-11-28 19:38:08     FALSE
## 4202     FALSE             0            <NA> 2022-11-28 19:38:06      TRUE
## 4203     FALSE             1            <NA> 2022-11-28 19:38:03     FALSE
## 4204     FALSE             0            <NA> 2022-11-28 19:37:49     FALSE
## 4205     FALSE             0            <NA> 2022-11-28 19:37:48     FALSE
## 4206     FALSE             1            <NA> 2022-11-28 19:37:37     FALSE
## 4207     FALSE             0            <NA> 2022-11-28 19:37:30     FALSE
## 4208     FALSE             0            <NA> 2022-11-28 19:37:27     FALSE
## 4209     FALSE             1            <NA> 2022-11-28 19:37:21     FALSE
## 4210     FALSE             4            <NA> 2022-11-28 19:37:18     FALSE
## 4211     FALSE             0            <NA> 2022-11-28 19:37:17     FALSE
## 4212     FALSE             0            <NA> 2022-11-28 19:37:11     FALSE
## 4213     FALSE             0            <NA> 2022-11-28 19:37:02     FALSE
## 4214     FALSE             0            <NA> 2022-11-28 19:37:00     FALSE
## 4215     FALSE             0            <NA> 2022-11-28 19:36:54     FALSE
## 4216     FALSE             0            <NA> 2022-11-28 19:36:50     FALSE
## 4217     FALSE             0            <NA> 2022-11-28 19:36:47     FALSE
## 4218     FALSE             0      SpotifyEng 2022-11-28 19:36:47     FALSE
## 4219     FALSE            19            <NA> 2022-11-28 19:36:45     FALSE
## 4220     FALSE             0            <NA> 2022-11-28 19:36:40      TRUE
## 4221     FALSE            31            <NA> 2022-11-28 19:36:39     FALSE
## 4222     FALSE             0            <NA> 2022-11-28 19:36:35     FALSE
## 4223     FALSE             0            <NA> 2022-11-28 19:36:30     FALSE
## 4224     FALSE             0            <NA> 2022-11-28 19:36:26     FALSE
## 4225     FALSE             3            <NA> 2022-11-28 19:36:02     FALSE
## 4226     FALSE             1            <NA> 2022-11-28 19:35:49      TRUE
## 4227     FALSE             2            <NA> 2022-11-28 19:35:49     FALSE
## 4228     FALSE             0            <NA> 2022-11-28 19:35:46     FALSE
## 4229     FALSE             6            <NA> 2022-11-28 19:35:45      TRUE
## 4230     FALSE             0            <NA> 2022-11-28 19:35:43     FALSE
## 4231     FALSE             0            <NA> 2022-11-28 19:35:40     FALSE
## 4232     FALSE             1            <NA> 2022-11-28 19:35:29     FALSE
## 4233     FALSE             0            <NA> 2022-11-28 19:35:27     FALSE
## 4234     FALSE             0            <NA> 2022-11-28 19:35:26     FALSE
## 4235     FALSE             0            <NA> 2022-11-28 19:35:10     FALSE
## 4236     FALSE             0            <NA> 2022-11-28 19:35:07     FALSE
## 4237     FALSE             0            <NA> 2022-11-28 19:35:06     FALSE
## 4238     FALSE             0            <NA> 2022-11-28 19:34:59     FALSE
## 4239     FALSE             0            <NA> 2022-11-28 19:34:55     FALSE
## 4240     FALSE             1            <NA> 2022-11-28 19:34:45     FALSE
## 4241     FALSE             0            <NA> 2022-11-28 19:34:41     FALSE
## 4242     FALSE             0            <NA> 2022-11-28 19:34:41     FALSE
## 4243     FALSE             0            <NA> 2022-11-28 19:34:29     FALSE
## 4244     FALSE             0            <NA> 2022-11-28 19:34:26     FALSE
## 4245     FALSE             0            <NA> 2022-11-28 19:34:15     FALSE
## 4246     FALSE             0            <NA> 2022-11-28 19:34:10     FALSE
## 4247     FALSE             0            <NA> 2022-11-28 19:34:07     FALSE
## 4248     FALSE             3            <NA> 2022-11-28 19:34:01     FALSE
## 4249     FALSE             0            <NA> 2022-11-28 19:33:53     FALSE
## 4250     FALSE             0            <NA> 2022-11-28 19:33:50     FALSE
## 4251     FALSE             1            <NA> 2022-11-28 19:33:42     FALSE
## 4252     FALSE             2            <NA> 2022-11-28 19:33:39     FALSE
## 4253     FALSE             0            <NA> 2022-11-28 19:33:37     FALSE
## 4254     FALSE             0            <NA> 2022-11-28 19:33:36     FALSE
## 4255     FALSE             3            <NA> 2022-11-28 19:33:33     FALSE
## 4256     FALSE             0            <NA> 2022-11-28 19:33:27     FALSE
## 4257     FALSE             0            <NA> 2022-11-28 19:33:13     FALSE
## 4258     FALSE             3            <NA> 2022-11-28 19:33:05     FALSE
## 4259     FALSE             1            <NA> 2022-11-28 19:33:05     FALSE
## 4260     FALSE             0            <NA> 2022-11-28 19:32:59     FALSE
## 4261     FALSE             0            <NA> 2022-11-28 19:32:57     FALSE
## 4262     FALSE             0            <NA> 2022-11-28 19:32:54     FALSE
## 4263     FALSE             1            <NA> 2022-11-28 19:32:54     FALSE
## 4264     FALSE             0            <NA> 2022-11-28 19:32:44     FALSE
## 4265     FALSE             0            <NA> 2022-11-28 19:32:42     FALSE
## 4266     FALSE             0            <NA> 2022-11-28 19:32:33     FALSE
## 4267     FALSE             5            <NA> 2022-11-28 19:32:28      TRUE
## 4268     FALSE             1            <NA> 2022-11-28 19:32:13     FALSE
## 4269     FALSE             1            <NA> 2022-11-28 19:32:13     FALSE
## 4270     FALSE             0            <NA> 2022-11-28 19:32:09     FALSE
## 4271     FALSE             1            <NA> 2022-11-28 19:32:00     FALSE
## 4272     FALSE             1            <NA> 2022-11-28 19:31:48     FALSE
## 4273     FALSE             1            <NA> 2022-11-28 19:31:45     FALSE
## 4274     FALSE             1            <NA> 2022-11-28 19:31:37     FALSE
## 4275     FALSE             0            <NA> 2022-11-28 19:31:36     FALSE
## 4276     FALSE             1            <NA> 2022-11-28 19:31:36     FALSE
## 4277     FALSE             1            <NA> 2022-11-28 19:31:30     FALSE
## 4278     FALSE             0            <NA> 2022-11-28 19:31:24     FALSE
## 4279     FALSE             0            <NA> 2022-11-28 19:31:13     FALSE
## 4280     FALSE             1            <NA> 2022-11-28 19:31:06     FALSE
## 4281     FALSE            44            <NA> 2022-11-28 19:31:06     FALSE
## 4282     FALSE             0            <NA> 2022-11-28 19:31:00     FALSE
## 4283     FALSE             0            <NA> 2022-11-28 19:30:56     FALSE
## 4284     FALSE             0            <NA> 2022-11-28 19:30:41     FALSE
## 4285     FALSE             0            <NA> 2022-11-28 19:30:39     FALSE
## 4286     FALSE             1            <NA> 2022-11-28 19:30:37     FALSE
## 4287     FALSE             0            <NA> 2022-11-28 19:30:36     FALSE
## 4288     FALSE             0            <NA> 2022-11-28 19:30:35     FALSE
## 4289     FALSE             0            <NA> 2022-11-28 19:30:25     FALSE
## 4290     FALSE             1            <NA> 2022-11-28 19:30:21     FALSE
## 4291     FALSE             0            <NA> 2022-11-28 19:30:16     FALSE
## 4292     FALSE             0            <NA> 2022-11-28 19:30:15     FALSE
## 4293     FALSE             0            <NA> 2022-11-28 19:30:12     FALSE
## 4294     FALSE             0            <NA> 2022-11-28 19:30:04     FALSE
## 4295     FALSE             0            <NA> 2022-11-28 19:29:59     FALSE
## 4296     FALSE             0            <NA> 2022-11-28 19:29:59     FALSE
## 4297     FALSE             0            <NA> 2022-11-28 19:29:45     FALSE
## 4298     FALSE             1            <NA> 2022-11-28 19:29:45     FALSE
## 4299     FALSE             1            <NA> 2022-11-28 19:29:38      TRUE
## 4300     FALSE             0            <NA> 2022-11-28 19:29:36     FALSE
## 4301     FALSE             0            <NA> 2022-11-28 19:29:32     FALSE
## 4302     FALSE             5            <NA> 2022-11-28 19:29:30     FALSE
## 4303     FALSE             0            <NA> 2022-11-28 19:29:23     FALSE
## 4304     FALSE             0            <NA> 2022-11-28 19:29:05     FALSE
## 4305     FALSE             0            <NA> 2022-11-28 19:29:03     FALSE
## 4306     FALSE             0            <NA> 2022-11-28 19:28:50     FALSE
## 4307     FALSE             1            <NA> 2022-11-28 19:28:22     FALSE
## 4308     FALSE             1            <NA> 2022-11-28 19:28:18     FALSE
## 4309     FALSE             0            <NA> 2022-11-28 19:28:16     FALSE
## 4310     FALSE             2    ZhaneJahnice 2022-11-28 19:28:05     FALSE
## 4311     FALSE             0            <NA> 2022-11-28 19:28:00      TRUE
## 4312     FALSE             0            <NA> 2022-11-28 19:27:55     FALSE
## 4313     FALSE             1            <NA> 2022-11-28 19:27:43     FALSE
## 4314     FALSE             5            <NA> 2022-11-28 19:27:43     FALSE
## 4315     FALSE             1            <NA> 2022-11-28 19:27:42     FALSE
## 4316     FALSE             0            <NA> 2022-11-28 19:27:39     FALSE
## 4317     FALSE             0            <NA> 2022-11-28 19:27:36     FALSE
## 4318     FALSE             1            <NA> 2022-11-28 19:27:36     FALSE
## 4319     FALSE             1            <NA> 2022-11-28 19:27:34     FALSE
## 4320     FALSE             0            <NA> 2022-11-28 19:27:31     FALSE
## 4321     FALSE             0            <NA> 2022-11-28 19:27:25      TRUE
## 4322     FALSE             1            <NA> 2022-11-28 19:27:16     FALSE
## 4323     FALSE             0            <NA> 2022-11-28 19:27:10     FALSE
## 4324     FALSE             1            <NA> 2022-11-28 19:27:06     FALSE
## 4325     FALSE             0            <NA> 2022-11-28 19:27:04     FALSE
## 4326     FALSE             0            <NA> 2022-11-28 19:26:57     FALSE
## 4327     FALSE             1            <NA> 2022-11-28 19:26:56     FALSE
## 4328     FALSE             0            <NA> 2022-11-28 19:26:56     FALSE
## 4329     FALSE             1            <NA> 2022-11-28 19:26:55     FALSE
## 4330     FALSE             0            <NA> 2022-11-28 19:26:52     FALSE
## 4331     FALSE             0            <NA> 2022-11-28 19:26:52     FALSE
## 4332     FALSE             0            <NA> 2022-11-28 19:26:48     FALSE
## 4333     FALSE             0            <NA> 2022-11-28 19:26:45     FALSE
## 4334     FALSE             0            <NA> 2022-11-28 19:26:40     FALSE
## 4335     FALSE             1            <NA> 2022-11-28 19:26:38     FALSE
## 4336     FALSE             0            <NA> 2022-11-28 19:26:38     FALSE
## 4337     FALSE             0            <NA> 2022-11-28 19:26:35     FALSE
## 4338     FALSE             1            <NA> 2022-11-28 19:26:35     FALSE
## 4339     FALSE             0            <NA> 2022-11-28 19:26:31     FALSE
## 4340     FALSE             4            <NA> 2022-11-28 19:26:30     FALSE
## 4341     FALSE             0            <NA> 2022-11-28 19:26:28     FALSE
## 4342     FALSE             0            <NA> 2022-11-28 19:26:22     FALSE
## 4343     FALSE             2            <NA> 2022-11-28 19:26:18      TRUE
## 4344     FALSE             2            <NA> 2022-11-28 19:26:18     FALSE
## 4345     FALSE             0            <NA> 2022-11-28 19:26:14     FALSE
## 4346     FALSE             0            <NA> 2022-11-28 19:26:13     FALSE
## 4347     FALSE             1            <NA> 2022-11-28 19:26:03     FALSE
## 4348     FALSE             1            <NA> 2022-11-28 19:26:02     FALSE
## 4349     FALSE             0            <NA> 2022-11-28 19:26:01     FALSE
## 4350     FALSE             0            <NA> 2022-11-28 19:25:57     FALSE
## 4351     FALSE             0            <NA> 2022-11-28 19:25:52     FALSE
## 4352     FALSE             1            <NA> 2022-11-28 19:25:50     FALSE
## 4353     FALSE             1            <NA> 2022-11-28 19:25:43     FALSE
## 4354     FALSE             1            <NA> 2022-11-28 19:25:42     FALSE
## 4355     FALSE             6            <NA> 2022-11-28 19:25:39     FALSE
## 4356     FALSE             0            <NA> 2022-11-28 19:25:37     FALSE
## 4357     FALSE             1            <NA> 2022-11-28 19:25:34     FALSE
## 4358     FALSE             0            <NA> 2022-11-28 19:25:33     FALSE
## 4359     FALSE             0            <NA> 2022-11-28 19:25:29     FALSE
## 4360     FALSE             0            <NA> 2022-11-28 19:25:29     FALSE
## 4361     FALSE             1         Spotify 2022-11-28 19:25:26      TRUE
## 4362     FALSE             0            <NA> 2022-11-28 19:25:25     FALSE
## 4363     FALSE             0            <NA> 2022-11-28 19:25:21     FALSE
## 4364     FALSE             0            <NA> 2022-11-28 19:25:12     FALSE
## 4365     FALSE             0            <NA> 2022-11-28 19:25:12     FALSE
## 4366     FALSE             0            <NA> 2022-11-28 19:25:09     FALSE
## 4367     FALSE             0            <NA> 2022-11-28 19:25:08     FALSE
## 4368     FALSE             0            <NA> 2022-11-28 19:24:57     FALSE
## 4369     FALSE             0            <NA> 2022-11-28 19:24:54     FALSE
## 4370     FALSE             1            <NA> 2022-11-28 19:24:53     FALSE
## 4371     FALSE             0            <NA> 2022-11-28 19:24:51     FALSE
## 4372     FALSE             0            <NA> 2022-11-28 19:24:47     FALSE
## 4373     FALSE             0            <NA> 2022-11-28 19:24:40     FALSE
## 4374     FALSE             1            <NA> 2022-11-28 19:24:39     FALSE
## 4375     FALSE             0            <NA> 2022-11-28 19:24:36     FALSE
## 4376     FALSE             1            <NA> 2022-11-28 19:24:35     FALSE
## 4377     FALSE             0            <NA> 2022-11-28 19:24:23     FALSE
## 4378     FALSE             1            <NA> 2022-11-28 19:24:16     FALSE
## 4379     FALSE             0            <NA> 2022-11-28 19:24:05     FALSE
## 4380     FALSE             0            <NA> 2022-11-28 19:24:04     FALSE
## 4381     FALSE             4            <NA> 2022-11-28 19:24:02     FALSE
## 4382     FALSE             6            <NA> 2022-11-28 19:24:00     FALSE
## 4383     FALSE             0            <NA> 2022-11-28 19:23:40     FALSE
## 4384     FALSE             0            <NA> 2022-11-28 19:23:35     FALSE
## 4385     FALSE             0            <NA> 2022-11-28 19:23:34     FALSE
## 4386     FALSE             1            <NA> 2022-11-28 19:23:30     FALSE
## 4387     FALSE             2            <NA> 2022-11-28 19:23:28     FALSE
## 4388     FALSE             0            <NA> 2022-11-28 19:23:26     FALSE
## 4389     FALSE             4            <NA> 2022-11-28 19:23:26     FALSE
## 4390     FALSE             0            <NA> 2022-11-28 19:23:21     FALSE
## 4391     FALSE             2            <NA> 2022-11-28 19:23:18     FALSE
## 4392     FALSE             2            <NA> 2022-11-28 19:23:16     FALSE
## 4393     FALSE             0            <NA> 2022-11-28 19:23:12     FALSE
## 4394     FALSE             0            <NA> 2022-11-28 19:23:11     FALSE
## 4395     FALSE             0            <NA> 2022-11-28 19:23:10     FALSE
## 4396     FALSE             0            <NA> 2022-11-28 19:23:09     FALSE
## 4397     FALSE            11     AnshaySaboo 2022-11-28 19:23:08      TRUE
## 4398     FALSE             0            <NA> 2022-11-28 19:23:07     FALSE
## 4399     FALSE             7            <NA> 2022-11-28 19:23:03      TRUE
## 4400     FALSE             0            <NA> 2022-11-28 19:22:57     FALSE
## 4401     FALSE             0            <NA> 2022-11-28 19:22:52     FALSE
## 4402     FALSE             0      obsidian98 2022-11-28 19:22:51     FALSE
## 4403     FALSE             0            <NA> 2022-11-28 19:22:46      TRUE
## 4404     FALSE             1            <NA> 2022-11-28 19:22:44     FALSE
## 4405     FALSE             0            <NA> 2022-11-28 19:22:43     FALSE
## 4406     FALSE             0            <NA> 2022-11-28 19:22:41     FALSE
## 4407     FALSE             0            <NA> 2022-11-28 19:22:40     FALSE
## 4408     FALSE             0            <NA> 2022-11-28 19:22:26     FALSE
## 4409     FALSE             0            <NA> 2022-11-28 19:22:25     FALSE
## 4410     FALSE             0            <NA> 2022-11-28 19:22:23     FALSE
## 4411     FALSE             0            <NA> 2022-11-28 19:22:18     FALSE
## 4412     FALSE             0            <NA> 2022-11-28 19:22:17     FALSE
## 4413     FALSE             0            <NA> 2022-11-28 19:22:05      TRUE
## 4414     FALSE             2            <NA> 2022-11-28 19:22:03     FALSE
## 4415     FALSE             0            <NA> 2022-11-28 19:21:57     FALSE
## 4416     FALSE             0            <NA> 2022-11-28 19:21:53     FALSE
## 4417     FALSE             1            <NA> 2022-11-28 19:21:51     FALSE
## 4418     FALSE             0            <NA> 2022-11-28 19:21:46     FALSE
## 4419     FALSE             0            <NA> 2022-11-28 19:21:46     FALSE
## 4420     FALSE             0            <NA> 2022-11-28 19:21:41     FALSE
## 4421     FALSE             0            <NA> 2022-11-28 19:21:34     FALSE
## 4422     FALSE             0            <NA> 2022-11-28 19:21:23     FALSE
## 4423     FALSE             0            <NA> 2022-11-28 19:21:22     FALSE
## 4424     FALSE             0            <NA> 2022-11-28 19:21:13     FALSE
## 4425     FALSE             0            <NA> 2022-11-28 19:21:07     FALSE
## 4426     FALSE             0            <NA> 2022-11-28 19:20:54     FALSE
## 4427     FALSE             0            <NA> 2022-11-28 19:20:45     FALSE
## 4428     FALSE             0         Spotify 2022-11-28 19:20:45     FALSE
## 4429     FALSE             0            <NA> 2022-11-28 19:20:40     FALSE
## 4430     FALSE             0            <NA> 2022-11-28 19:20:31     FALSE
## 4431     FALSE             0            <NA> 2022-11-28 19:20:19     FALSE
## 4432     FALSE             2            <NA> 2022-11-28 19:20:19     FALSE
## 4433     FALSE             0            <NA> 2022-11-28 19:20:16     FALSE
## 4434     FALSE             0            <NA> 2022-11-28 19:20:07     FALSE
## 4435     FALSE             0            <NA> 2022-11-28 19:20:07     FALSE
## 4436     FALSE            13            <NA> 2022-11-28 19:20:07     FALSE
## 4437     FALSE             0            <NA> 2022-11-28 19:20:06     FALSE
## 4438     FALSE             0            <NA> 2022-11-28 19:20:06     FALSE
## 4439     FALSE             1            <NA> 2022-11-28 19:19:56     FALSE
## 4440     FALSE             0            <NA> 2022-11-28 19:19:53     FALSE
## 4441     FALSE             1            <NA> 2022-11-28 19:19:45     FALSE
## 4442     FALSE             0            <NA> 2022-11-28 19:19:43     FALSE
## 4443     FALSE             2            <NA> 2022-11-28 19:19:42      TRUE
## 4444     FALSE             0            <NA> 2022-11-28 19:19:42     FALSE
## 4445     FALSE             0            <NA> 2022-11-28 19:19:28     FALSE
## 4446     FALSE             0            <NA> 2022-11-28 19:19:24     FALSE
## 4447     FALSE             2            <NA> 2022-11-28 19:19:16     FALSE
## 4448     FALSE             0            <NA> 2022-11-28 19:19:12     FALSE
## 4449     FALSE             0            <NA> 2022-11-28 19:19:10     FALSE
## 4450     FALSE             0            <NA> 2022-11-28 19:19:00      TRUE
## 4451     FALSE             1            <NA> 2022-11-28 19:19:00     FALSE
## 4452     FALSE             0            <NA> 2022-11-28 19:18:58     FALSE
## 4453     FALSE             0            <NA> 2022-11-28 19:18:57     FALSE
## 4454     FALSE             0            <NA> 2022-11-28 19:18:54      TRUE
## 4455     FALSE             1            <NA> 2022-11-28 19:18:46     FALSE
## 4456     FALSE             0            <NA> 2022-11-28 19:18:40     FALSE
## 4457     FALSE             1            <NA> 2022-11-28 19:18:36     FALSE
## 4458     FALSE             1            <NA> 2022-11-28 19:18:31     FALSE
## 4459     FALSE             0            <NA> 2022-11-28 19:18:29     FALSE
## 4460     FALSE             0            <NA> 2022-11-28 19:18:26     FALSE
## 4461     FALSE             0            <NA> 2022-11-28 19:18:24     FALSE
## 4462     FALSE             0            <NA> 2022-11-28 19:18:23     FALSE
## 4463     FALSE             0            <NA> 2022-11-28 19:18:22      TRUE
## 4464     FALSE             1            <NA> 2022-11-28 19:18:21      TRUE
## 4465     FALSE             2            <NA> 2022-11-28 19:18:19     FALSE
## 4466     FALSE             3            <NA> 2022-11-28 19:18:18     FALSE
## 4467     FALSE             0            <NA> 2022-11-28 19:18:10     FALSE
## 4468     FALSE             0            <NA> 2022-11-28 19:18:07     FALSE
## 4469     FALSE             0            <NA> 2022-11-28 19:18:01     FALSE
## 4470     FALSE             0            <NA> 2022-11-28 19:17:54     FALSE
## 4471     FALSE             0            <NA> 2022-11-28 19:17:51     FALSE
## 4472     FALSE             0            <NA> 2022-11-28 19:17:48     FALSE
## 4473     FALSE             0            <NA> 2022-11-28 19:17:46     FALSE
## 4474     FALSE             0            <NA> 2022-11-28 19:17:44     FALSE
## 4475     FALSE             0            <NA> 2022-11-28 19:17:43     FALSE
## 4476     FALSE             0            <NA> 2022-11-28 19:17:41     FALSE
## 4477     FALSE             0            <NA> 2022-11-28 19:17:41     FALSE
## 4478     FALSE             0            <NA> 2022-11-28 19:17:41     FALSE
## 4479     FALSE             1            <NA> 2022-11-28 19:17:40     FALSE
## 4480     FALSE             0            <NA> 2022-11-28 19:17:40     FALSE
## 4481     FALSE             0            <NA> 2022-11-28 19:17:39     FALSE
## 4482     FALSE             0            <NA> 2022-11-28 19:17:35     FALSE
## 4483     FALSE             1            <NA> 2022-11-28 19:17:32     FALSE
## 4484     FALSE             0            <NA> 2022-11-28 19:17:28     FALSE
## 4485     FALSE             0            <NA> 2022-11-28 19:17:27     FALSE
## 4486     FALSE             0            <NA> 2022-11-28 19:17:25     FALSE
## 4487     FALSE             0            <NA> 2022-11-28 19:17:22     FALSE
## 4488     FALSE             5            <NA> 2022-11-28 19:17:15     FALSE
## 4489     FALSE             0            <NA> 2022-11-28 19:17:04     FALSE
## 4490     FALSE             0            <NA> 2022-11-28 19:17:04     FALSE
## 4491     FALSE             0            <NA> 2022-11-28 19:17:03     FALSE
## 4492     FALSE             1            <NA> 2022-11-28 19:17:01     FALSE
## 4493     FALSE             0            <NA> 2022-11-28 19:16:52     FALSE
## 4494     FALSE             0            <NA> 2022-11-28 19:16:52     FALSE
## 4495     FALSE             0            <NA> 2022-11-28 19:16:49     FALSE
## 4496     FALSE             3            <NA> 2022-11-28 19:16:46     FALSE
## 4497     FALSE             3            <NA> 2022-11-28 19:16:41     FALSE
## 4498     FALSE             0            <NA> 2022-11-28 19:16:36     FALSE
## 4499     FALSE             1            <NA> 2022-11-28 19:16:35     FALSE
## 4500     FALSE             0            <NA> 2022-11-28 19:16:35     FALSE
## 4501     FALSE             0            <NA> 2022-11-28 19:16:34     FALSE
## 4502     FALSE             0            <NA> 2022-11-28 19:16:33     FALSE
## 4503     FALSE             0            <NA> 2022-11-28 19:16:27     FALSE
## 4504     FALSE             2            <NA> 2022-11-28 19:16:26     FALSE
## 4505     FALSE             0            <NA> 2022-11-28 19:16:17     FALSE
## 4506     FALSE             0            <NA> 2022-11-28 19:16:17     FALSE
## 4507     FALSE             0            <NA> 2022-11-28 19:16:15     FALSE
## 4508     FALSE             0            <NA> 2022-11-28 19:16:05     FALSE
## 4509     FALSE             1            <NA> 2022-11-28 19:15:57     FALSE
## 4510     FALSE             1            <NA> 2022-11-28 19:15:52     FALSE
## 4511     FALSE             1            <NA> 2022-11-28 19:15:40     FALSE
## 4512     FALSE             0            <NA> 2022-11-28 19:15:28     FALSE
## 4513     FALSE             0            <NA> 2022-11-28 19:15:21     FALSE
## 4514     FALSE             0            <NA> 2022-11-28 19:15:15     FALSE
## 4515     FALSE             2            <NA> 2022-11-28 19:15:01      TRUE
## 4516     FALSE             0            <NA> 2022-11-28 19:14:57     FALSE
## 4517     FALSE             0            <NA> 2022-11-28 19:14:54     FALSE
## 4518     FALSE             0            <NA> 2022-11-28 19:14:52     FALSE
## 4519     FALSE             2            <NA> 2022-11-28 19:14:49     FALSE
## 4520     FALSE             0            <NA> 2022-11-28 19:14:48     FALSE
## 4521     FALSE             1            <NA> 2022-11-28 19:14:41     FALSE
## 4522     FALSE             2            <NA> 2022-11-28 19:14:35     FALSE
## 4523     FALSE             2            <NA> 2022-11-28 19:14:33     FALSE
## 4524     FALSE             0            <NA> 2022-11-28 19:14:31     FALSE
## 4525     FALSE             0            <NA> 2022-11-28 19:14:23     FALSE
## 4526     FALSE             2            <NA> 2022-11-28 19:14:22     FALSE
## 4527     FALSE             0           Apple 2022-11-28 19:14:13      TRUE
## 4528     FALSE             1            <NA> 2022-11-28 19:14:06     FALSE
## 4529     FALSE             0            <NA> 2022-11-28 19:13:58     FALSE
## 4530     FALSE             0            <NA> 2022-11-28 19:13:54     FALSE
## 4531     FALSE             1            <NA> 2022-11-28 19:13:54     FALSE
## 4532     FALSE             2            <NA> 2022-11-28 19:13:50     FALSE
## 4533     FALSE             3            <NA> 2022-11-28 19:13:49     FALSE
## 4534     FALSE             0            <NA> 2022-11-28 19:13:46     FALSE
## 4535     FALSE             0            <NA> 2022-11-28 19:13:42     FALSE
## 4536     FALSE             0            <NA> 2022-11-28 19:13:40     FALSE
## 4537     FALSE             6            <NA> 2022-11-28 19:13:40     FALSE
## 4538     FALSE             0            <NA> 2022-11-28 19:13:38     FALSE
## 4539     FALSE             1            <NA> 2022-11-28 19:13:34     FALSE
## 4540     FALSE             1            <NA> 2022-11-28 19:13:32     FALSE
## 4541     FALSE             0            <NA> 2022-11-28 19:13:20     FALSE
## 4542     FALSE             0            <NA> 2022-11-28 19:13:19     FALSE
## 4543     FALSE             0            <NA> 2022-11-28 19:13:19     FALSE
## 4544     FALSE             0            <NA> 2022-11-28 19:13:10     FALSE
## 4545     FALSE             0            <NA> 2022-11-28 19:13:07     FALSE
## 4546     FALSE             0            <NA> 2022-11-28 19:13:06     FALSE
## 4547     FALSE             0            <NA> 2022-11-28 19:13:06     FALSE
## 4548     FALSE             0            <NA> 2022-11-28 19:13:05     FALSE
## 4549     FALSE             0            <NA> 2022-11-28 19:13:03     FALSE
## 4550     FALSE             0            <NA> 2022-11-28 19:12:59     FALSE
## 4551     FALSE             0            <NA> 2022-11-28 19:12:58     FALSE
## 4552     FALSE             1            <NA> 2022-11-28 19:12:58     FALSE
## 4553     FALSE             2            <NA> 2022-11-28 19:12:57     FALSE
## 4554     FALSE             1            <NA> 2022-11-28 19:12:52     FALSE
## 4555     FALSE             0            <NA> 2022-11-28 19:12:44     FALSE
## 4556     FALSE             0            <NA> 2022-11-28 19:12:35     FALSE
## 4557     FALSE             0            <NA> 2022-11-28 19:12:33     FALSE
## 4558     FALSE             0            <NA> 2022-11-28 19:12:32      TRUE
## 4559     FALSE             7            <NA> 2022-11-28 19:12:26      TRUE
## 4560     FALSE             2            <NA> 2022-11-28 19:12:24      TRUE
## 4561     FALSE             0            <NA> 2022-11-28 19:12:23     FALSE
## 4562     FALSE             0            <NA> 2022-11-28 19:12:07     FALSE
## 4563     FALSE             0            <NA> 2022-11-28 19:11:57     FALSE
## 4564     FALSE             0            <NA> 2022-11-28 19:11:57     FALSE
## 4565     FALSE             0            <NA> 2022-11-28 19:11:55     FALSE
## 4566     FALSE             4            <NA> 2022-11-28 19:11:55     FALSE
## 4567     FALSE             0            <NA> 2022-11-28 19:11:48     FALSE
## 4568     FALSE             0            <NA> 2022-11-28 19:11:42     FALSE
## 4569     FALSE             0            <NA> 2022-11-28 19:11:28     FALSE
## 4570     FALSE           757            <NA> 2022-11-28 19:11:03     FALSE
## 4571     FALSE             2            <NA> 2022-11-28 19:11:01     FALSE
## 4572     FALSE             0            <NA> 2022-11-28 19:11:00     FALSE
## 4573     FALSE             3            <NA> 2022-11-28 19:10:47     FALSE
## 4574     FALSE             3            <NA> 2022-11-28 19:10:43     FALSE
## 4575     FALSE             2            <NA> 2022-11-28 19:10:39      TRUE
## 4576     FALSE             0            <NA> 2022-11-28 19:10:38     FALSE
## 4577     FALSE             7            <NA> 2022-11-28 19:10:33      TRUE
## 4578     FALSE             0            <NA> 2022-11-28 19:10:25     FALSE
## 4579     FALSE             0            <NA> 2022-11-28 19:10:03     FALSE
## 4580     FALSE             0            <NA> 2022-11-28 19:10:00      TRUE
## 4581     FALSE             1            <NA> 2022-11-28 19:09:49     FALSE
## 4582     FALSE             0            <NA> 2022-11-28 19:09:26     FALSE
## 4583     FALSE             0    youtubemusic 2022-11-28 19:09:26     FALSE
## 4584     FALSE             0            <NA> 2022-11-28 19:09:08     FALSE
## 4585     FALSE             0            <NA> 2022-11-28 19:08:48     FALSE
## 4586     FALSE             0            <NA> 2022-11-28 19:08:35     FALSE
## 4587     FALSE             3            <NA> 2022-11-28 19:08:22     FALSE
## 4588     FALSE             1            <NA> 2022-11-28 19:08:21     FALSE
## 4589     FALSE             0            <NA> 2022-11-28 19:08:19      TRUE
## 4590     FALSE             0            <NA> 2022-11-28 19:08:10     FALSE
## 4591     FALSE             0            <NA> 2022-11-28 19:08:04     FALSE
## 4592     FALSE             2            <NA> 2022-11-28 19:08:03      TRUE
## 4593     FALSE             0            <NA> 2022-11-28 19:07:52     FALSE
## 4594     FALSE             2            <NA> 2022-11-28 19:07:51     FALSE
## 4595     FALSE             0            <NA> 2022-11-28 19:07:51     FALSE
## 4596     FALSE             0            <NA> 2022-11-28 19:07:48     FALSE
## 4597     FALSE             0            <NA> 2022-11-28 19:07:40     FALSE
## 4598     FALSE             0            <NA> 2022-11-28 19:07:33     FALSE
## 4599     FALSE             1            <NA> 2022-11-28 19:07:33     FALSE
## 4600     FALSE             0            <NA> 2022-11-28 19:07:29     FALSE
## 4601     FALSE             1            <NA> 2022-11-28 19:07:18     FALSE
## 4602     FALSE             1            <NA> 2022-11-28 19:07:18     FALSE
## 4603     FALSE             0            <NA> 2022-11-28 19:07:17     FALSE
## 4604     FALSE             0            <NA> 2022-11-28 19:07:16     FALSE
## 4605     FALSE             0            <NA> 2022-11-28 19:07:14     FALSE
## 4606     FALSE             1            <NA> 2022-11-28 19:07:12     FALSE
## 4607     FALSE             0            <NA> 2022-11-28 19:07:07     FALSE
## 4608     FALSE             0            <NA> 2022-11-28 19:07:05     FALSE
## 4609     FALSE             0            <NA> 2022-11-28 19:07:05     FALSE
## 4610     FALSE             0            <NA> 2022-11-28 19:07:04     FALSE
## 4611     FALSE             0            <NA> 2022-11-28 19:07:01     FALSE
## 4612     FALSE             0            <NA> 2022-11-28 19:06:56     FALSE
## 4613     FALSE             0            <NA> 2022-11-28 19:06:51     FALSE
## 4614     FALSE             0            <NA> 2022-11-28 19:06:48     FALSE
## 4615     FALSE             0            <NA> 2022-11-28 19:06:45     FALSE
## 4616     FALSE             0            <NA> 2022-11-28 19:06:44     FALSE
## 4617     FALSE             1            <NA> 2022-11-28 19:06:43     FALSE
## 4618     FALSE             1            <NA> 2022-11-28 19:06:39     FALSE
## 4619     FALSE             0            <NA> 2022-11-28 19:06:31     FALSE
## 4620     FALSE             0            <NA> 2022-11-28 19:06:26     FALSE
## 4621     FALSE             0            <NA> 2022-11-28 19:06:24     FALSE
## 4622     FALSE             0            <NA> 2022-11-28 19:06:20     FALSE
## 4623     FALSE             1            <NA> 2022-11-28 19:06:19     FALSE
## 4624     FALSE             0            <NA> 2022-11-28 19:06:13     FALSE
## 4625     FALSE             1            <NA> 2022-11-28 19:06:06     FALSE
## 4626     FALSE             0            <NA> 2022-11-28 19:05:56     FALSE
## 4627     FALSE             0            <NA> 2022-11-28 19:05:50     FALSE
## 4628     FALSE             0            <NA> 2022-11-28 19:05:46     FALSE
## 4629     FALSE             0            <NA> 2022-11-28 19:05:43      TRUE
## 4630     FALSE             1            <NA> 2022-11-28 19:05:41     FALSE
## 4631     FALSE             0            <NA> 2022-11-28 19:05:40     FALSE
## 4632     FALSE             0            <NA> 2022-11-28 19:05:34     FALSE
## 4633     FALSE             0            <NA> 2022-11-28 19:05:31     FALSE
## 4634     FALSE             1            <NA> 2022-11-28 19:05:30     FALSE
## 4635     FALSE             3   djleakycheese 2022-11-28 19:05:21      TRUE
## 4636     FALSE             0            <NA> 2022-11-28 19:05:20     FALSE
## 4637     FALSE             0            <NA> 2022-11-28 19:05:19     FALSE
## 4638     FALSE             2            <NA> 2022-11-28 19:05:09     FALSE
## 4639     FALSE             0            <NA> 2022-11-28 19:05:08     FALSE
## 4640     FALSE             0            <NA> 2022-11-28 19:05:05     FALSE
## 4641     FALSE             0            <NA> 2022-11-28 19:05:03     FALSE
## 4642     FALSE             1            <NA> 2022-11-28 19:05:02     FALSE
## 4643     FALSE             0            <NA> 2022-11-28 19:04:51     FALSE
## 4644     FALSE             0            <NA> 2022-11-28 19:04:47     FALSE
## 4645     FALSE             0            <NA> 2022-11-28 19:04:36     FALSE
## 4646     FALSE             0            <NA> 2022-11-28 19:04:32     FALSE
## 4647     FALSE             0            <NA> 2022-11-28 19:04:30     FALSE
## 4648     FALSE             1            <NA> 2022-11-28 19:04:28     FALSE
## 4649     FALSE             1            <NA> 2022-11-28 19:04:13     FALSE
## 4650     FALSE             0            <NA> 2022-11-28 19:04:06     FALSE
## 4651     FALSE            22            <NA> 2022-11-28 19:04:02     FALSE
## 4652     FALSE             0       tiktok_uk 2022-11-28 19:03:59     FALSE
## 4653     FALSE             0            <NA> 2022-11-28 19:03:52     FALSE
## 4654     FALSE             1            <NA> 2022-11-28 19:03:35     FALSE
## 4655     FALSE             0            <NA> 2022-11-28 19:03:34     FALSE
## 4656     FALSE            13            <NA> 2022-11-28 19:03:26      TRUE
## 4657     FALSE             0            <NA> 2022-11-28 19:03:24     FALSE
## 4658     FALSE             1            <NA> 2022-11-28 19:03:20      TRUE
## 4659     FALSE             0            <NA> 2022-11-28 19:03:15     FALSE
## 4660     FALSE             1            <NA> 2022-11-28 19:03:13      TRUE
## 4661     FALSE             0            <NA> 2022-11-28 19:03:07     FALSE
## 4662     FALSE             0            <NA> 2022-11-28 19:02:59     FALSE
## 4663     FALSE             0            <NA> 2022-11-28 19:02:56     FALSE
## 4664     FALSE             0            <NA> 2022-11-28 19:02:50     FALSE
## 4665     FALSE             0            <NA> 2022-11-28 19:02:48     FALSE
## 4666     FALSE             1   Giant06750888 2022-11-28 19:02:36      TRUE
## 4667     FALSE             2            <NA> 2022-11-28 19:02:31     FALSE
## 4668     FALSE             0            <NA> 2022-11-28 19:02:24     FALSE
## 4669     FALSE             0            <NA> 2022-11-28 19:02:13     FALSE
## 4670     FALSE             0            <NA> 2022-11-28 19:02:09     FALSE
## 4671     FALSE             0            <NA> 2022-11-28 19:02:02      TRUE
## 4672     FALSE             1            <NA> 2022-11-28 19:02:01      TRUE
## 4673     FALSE             3            <NA> 2022-11-28 19:02:00     FALSE
## 4674     FALSE             0            <NA> 2022-11-28 19:01:55     FALSE
## 4675     FALSE             0            <NA> 2022-11-28 19:01:54     FALSE
## 4676     FALSE             0            <NA> 2022-11-28 19:01:53     FALSE
## 4677     FALSE             0            <NA> 2022-11-28 19:01:46     FALSE
## 4678     FALSE             2            <NA> 2022-11-28 19:01:45     FALSE
## 4679     FALSE             0            <NA> 2022-11-28 19:01:33     FALSE
## 4680     FALSE             0            <NA> 2022-11-28 19:01:28     FALSE
## 4681     FALSE             0            <NA> 2022-11-28 19:01:22     FALSE
## 4682     FALSE             0            <NA> 2022-11-28 19:01:18     FALSE
## 4683     FALSE             0            <NA> 2022-11-28 19:01:06     FALSE
## 4684     FALSE             1            <NA> 2022-11-28 19:01:03     FALSE
## 4685     FALSE             0            <NA> 2022-11-28 19:01:01     FALSE
## 4686     FALSE             1            <NA> 2022-11-28 19:00:52     FALSE
## 4687     FALSE             1            <NA> 2022-11-28 19:00:48     FALSE
## 4688     FALSE             0            <NA> 2022-11-28 19:00:44     FALSE
## 4689     FALSE             0            <NA> 2022-11-28 19:00:39     FALSE
## 4690     FALSE             0            <NA> 2022-11-28 19:00:29     FALSE
## 4691     FALSE             0            <NA> 2022-11-28 19:00:21     FALSE
## 4692     FALSE             1            <NA> 2022-11-28 19:00:18     FALSE
## 4693     FALSE             1            <NA> 2022-11-28 19:00:17     FALSE
## 4694     FALSE            33            <NA> 2022-11-28 19:00:14      TRUE
## 4695     FALSE             0            <NA> 2022-11-28 19:00:13      TRUE
## 4696     FALSE             2            <NA> 2022-11-28 19:00:12     FALSE
## 4697     FALSE             1        forsiwoo 2022-11-28 18:59:52     FALSE
## 4698     FALSE             0            <NA> 2022-11-28 18:59:48     FALSE
## 4699     FALSE             8            <NA> 2022-11-28 18:59:46      TRUE
## 4700     FALSE             0            <NA> 2022-11-28 18:59:37     FALSE
## 4701     FALSE             1       KryptLMAO 2022-11-28 18:59:29     FALSE
## 4702     FALSE             1       KryptLMAO 2022-11-28 18:59:28     FALSE
## 4703     FALSE             1       KryptLMAO 2022-11-28 18:59:28     FALSE
## 4704     FALSE             1            <NA> 2022-11-28 18:59:27     FALSE
## 4705     FALSE             0            <NA> 2022-11-28 18:59:21     FALSE
## 4706     FALSE             0            <NA> 2022-11-28 18:59:16     FALSE
## 4707     FALSE             1            <NA> 2022-11-28 18:59:15     FALSE
## 4708     FALSE             0            <NA> 2022-11-28 18:59:14      TRUE
## 4709     FALSE             0            <NA> 2022-11-28 18:59:11     FALSE
## 4710     FALSE             0            <NA> 2022-11-28 18:59:03      TRUE
## 4711     FALSE             0            <NA> 2022-11-28 18:58:58     FALSE
## 4712     FALSE             1            <NA> 2022-11-28 18:58:49     FALSE
## 4713     FALSE             0            <NA> 2022-11-28 18:58:28     FALSE
## 4714     FALSE             0            <NA> 2022-11-28 18:58:25     FALSE
## 4715     FALSE             4            <NA> 2022-11-28 18:58:18     FALSE
## 4716     FALSE             1            <NA> 2022-11-28 18:58:15     FALSE
## 4717     FALSE             1            <NA> 2022-11-28 18:58:15     FALSE
## 4718     FALSE             0            <NA> 2022-11-28 18:58:15     FALSE
## 4719     FALSE             0            <NA> 2022-11-28 18:58:12     FALSE
## 4720     FALSE             0            <NA> 2022-11-28 18:58:07     FALSE
## 4721     FALSE             0            <NA> 2022-11-28 18:58:06     FALSE
## 4722     FALSE             1            <NA> 2022-11-28 18:58:00     FALSE
## 4723     FALSE             2            <NA> 2022-11-28 18:58:00     FALSE
## 4724     FALSE             1            <NA> 2022-11-28 18:57:58     FALSE
## 4725     FALSE             0            <NA> 2022-11-28 18:57:56     FALSE
## 4726     FALSE             0            <NA> 2022-11-28 18:57:56     FALSE
## 4727     FALSE             1            <NA> 2022-11-28 18:57:52     FALSE
## 4728     FALSE             1            <NA> 2022-11-28 18:57:52     FALSE
## 4729     FALSE           535            <NA> 2022-11-28 18:57:45     FALSE
## 4730     FALSE             0            <NA> 2022-11-28 18:57:45     FALSE
## 4731     FALSE             1            <NA> 2022-11-28 18:57:44     FALSE
## 4732     FALSE             1            <NA> 2022-11-28 18:57:42     FALSE
## 4733     FALSE             0            <NA> 2022-11-28 18:57:36     FALSE
## 4734     FALSE             0            <NA> 2022-11-28 18:57:35     FALSE
## 4735     FALSE             0            <NA> 2022-11-28 18:57:28     FALSE
## 4736     FALSE             0            <NA> 2022-11-28 18:57:26     FALSE
## 4737     FALSE             0            <NA> 2022-11-28 18:57:24     FALSE
## 4738     FALSE             0            <NA> 2022-11-28 18:57:24      TRUE
## 4739     FALSE             2            <NA> 2022-11-28 18:57:20     FALSE
## 4740     FALSE             1            <NA> 2022-11-28 18:57:15     FALSE
## 4741     FALSE             0            <NA> 2022-11-28 18:57:11     FALSE
## 4742     FALSE             4            <NA> 2022-11-28 18:57:11     FALSE
## 4743     FALSE             0            <NA> 2022-11-28 18:57:10     FALSE
## 4744     FALSE             0            <NA> 2022-11-28 18:57:01     FALSE
## 4745     FALSE             0            <NA> 2022-11-28 18:57:00     FALSE
## 4746     FALSE             0            <NA> 2022-11-28 18:56:55     FALSE
## 4747     FALSE             1            <NA> 2022-11-28 18:56:44     FALSE
## 4748     FALSE             5            <NA> 2022-11-28 18:56:35     FALSE
## 4749     FALSE             1            <NA> 2022-11-28 18:56:28     FALSE
## 4750     FALSE             0            <NA> 2022-11-28 18:56:27     FALSE
## 4751     FALSE             2            <NA> 2022-11-28 18:56:25     FALSE
## 4752     FALSE             0            <NA> 2022-11-28 18:56:21     FALSE
## 4753     FALSE             0            <NA> 2022-11-28 18:56:21     FALSE
## 4754     FALSE             0            <NA> 2022-11-28 18:56:20     FALSE
## 4755     FALSE             0            <NA> 2022-11-28 18:56:17     FALSE
## 4756     FALSE             2            <NA> 2022-11-28 18:56:13     FALSE
## 4757     FALSE             0            <NA> 2022-11-28 18:56:10     FALSE
## 4758     FALSE             0            <NA> 2022-11-28 18:56:08     FALSE
## 4759     FALSE             0            <NA> 2022-11-28 18:56:07     FALSE
## 4760     FALSE             2            <NA> 2022-11-28 18:56:07     FALSE
## 4761     FALSE             1            <NA> 2022-11-28 18:56:03     FALSE
## 4762     FALSE             1            <NA> 2022-11-28 18:56:01     FALSE
## 4763     FALSE            24            <NA> 2022-11-28 18:55:55      TRUE
## 4764     FALSE             1            <NA> 2022-11-28 18:55:52     FALSE
## 4765     FALSE             2            <NA> 2022-11-28 18:55:48     FALSE
## 4766     FALSE             0            <NA> 2022-11-28 18:55:46     FALSE
## 4767     FALSE             0            <NA> 2022-11-28 18:55:38     FALSE
## 4768     FALSE             0            <NA> 2022-11-28 18:55:33     FALSE
## 4769     FALSE             5            <NA> 2022-11-28 18:55:25     FALSE
## 4770     FALSE             0            <NA> 2022-11-28 18:55:22     FALSE
## 4771     FALSE             0            <NA> 2022-11-28 18:55:10     FALSE
## 4772     FALSE             1            <NA> 2022-11-28 18:55:06     FALSE
## 4773     FALSE             0            <NA> 2022-11-28 18:55:00     FALSE
## 4774     FALSE             0            <NA> 2022-11-28 18:54:53     FALSE
## 4775     FALSE             1            <NA> 2022-11-28 18:54:53     FALSE
## 4776     FALSE             0            <NA> 2022-11-28 18:54:48     FALSE
## 4777     FALSE             0            <NA> 2022-11-28 18:54:47     FALSE
## 4778     FALSE             0            <NA> 2022-11-28 18:54:46     FALSE
## 4779     FALSE             1            <NA> 2022-11-28 18:54:45     FALSE
## 4780     FALSE             0            <NA> 2022-11-28 18:54:45      TRUE
## 4781     FALSE             0            <NA> 2022-11-28 18:54:43     FALSE
## 4782     FALSE             0            <NA> 2022-11-28 18:54:37     FALSE
## 4783     FALSE             1            <NA> 2022-11-28 18:54:26     FALSE
## 4784     FALSE             2            <NA> 2022-11-28 18:54:25     FALSE
## 4785     FALSE             1            <NA> 2022-11-28 18:54:20     FALSE
## 4786     FALSE             0            <NA> 2022-11-28 18:54:19     FALSE
## 4787     FALSE             0            <NA> 2022-11-28 18:54:17     FALSE
## 4788     FALSE             0            <NA> 2022-11-28 18:54:10     FALSE
## 4789     FALSE             0            <NA> 2022-11-28 18:54:02     FALSE
## 4790     FALSE            12            <NA> 2022-11-28 18:54:00     FALSE
## 4791     FALSE             0            <NA> 2022-11-28 18:53:54     FALSE
## 4792     FALSE             2            <NA> 2022-11-28 18:53:53     FALSE
## 4793     FALSE             0            <NA> 2022-11-28 18:53:49     FALSE
## 4794     FALSE             6            <NA> 2022-11-28 18:53:46     FALSE
## 4795     FALSE             0            <NA> 2022-11-28 18:53:46     FALSE
## 4796     FALSE             0            <NA> 2022-11-28 18:53:46     FALSE
## 4797     FALSE             0            <NA> 2022-11-28 18:53:44     FALSE
## 4798     FALSE             0            <NA> 2022-11-28 18:53:38     FALSE
## 4799     FALSE             0            <NA> 2022-11-28 18:53:38     FALSE
## 4800     FALSE             0            <NA> 2022-11-28 18:53:33     FALSE
## 4801     FALSE             0            <NA> 2022-11-28 18:53:32     FALSE
## 4802     FALSE             0            <NA> 2022-11-28 18:53:32     FALSE
## 4803     FALSE             0            <NA> 2022-11-28 18:53:22     FALSE
## 4804     FALSE             0            <NA> 2022-11-28 18:53:22     FALSE
## 4805     FALSE             0            <NA> 2022-11-28 18:53:10     FALSE
## 4806     FALSE            15            <NA> 2022-11-28 18:53:07     FALSE
## 4807     FALSE             0            <NA> 2022-11-28 18:53:00     FALSE
## 4808     FALSE             0            <NA> 2022-11-28 18:52:55     FALSE
## 4809     FALSE             0            <NA> 2022-11-28 18:52:52     FALSE
## 4810     FALSE             0            <NA> 2022-11-28 18:52:48     FALSE
## 4811     FALSE             0            <NA> 2022-11-28 18:52:43     FALSE
## 4812     FALSE             0            <NA> 2022-11-28 18:52:39     FALSE
## 4813     FALSE             0            <NA> 2022-11-28 18:52:35     FALSE
## 4814     FALSE             0            <NA> 2022-11-28 18:52:34     FALSE
## 4815     FALSE             0            <NA> 2022-11-28 18:52:26     FALSE
## 4816     FALSE             0            <NA> 2022-11-28 18:52:19     FALSE
## 4817     FALSE             0            <NA> 2022-11-28 18:52:18     FALSE
## 4818     FALSE             0            <NA> 2022-11-28 18:52:17     FALSE
## 4819     FALSE             4            <NA> 2022-11-28 18:52:15      TRUE
## 4820     FALSE             0     xogerardine 2022-11-28 18:52:13     FALSE
## 4821     FALSE             0            <NA> 2022-11-28 18:52:09     FALSE
## 4822     FALSE             0            <NA> 2022-11-28 18:51:52     FALSE
## 4823     FALSE             1            <NA> 2022-11-28 18:51:44     FALSE
## 4824     FALSE             1            <NA> 2022-11-28 18:51:42     FALSE
## 4825     FALSE             0            <NA> 2022-11-28 18:51:36     FALSE
## 4826     FALSE             0            <NA> 2022-11-28 18:51:33     FALSE
## 4827     FALSE             0            <NA> 2022-11-28 18:51:32     FALSE
## 4828     FALSE             2            <NA> 2022-11-28 18:51:27     FALSE
## 4829     FALSE             0            <NA> 2022-11-28 18:51:22     FALSE
## 4830     FALSE             3            <NA> 2022-11-28 18:51:19     FALSE
## 4831     FALSE             0            <NA> 2022-11-28 18:51:16     FALSE
## 4832     FALSE             0            <NA> 2022-11-28 18:51:06     FALSE
## 4833     FALSE             0            <NA> 2022-11-28 18:51:00      TRUE
## 4834     FALSE             1            <NA> 2022-11-28 18:50:59     FALSE
## 4835     FALSE             0            <NA> 2022-11-28 18:50:51     FALSE
## 4836     FALSE             1            <NA> 2022-11-28 18:50:51     FALSE
## 4837     FALSE             0            <NA> 2022-11-28 18:50:46     FALSE
## 4838     FALSE             0            <NA> 2022-11-28 18:50:45     FALSE
## 4839     FALSE             0            <NA> 2022-11-28 18:50:41     FALSE
## 4840     FALSE             0            <NA> 2022-11-28 18:50:31     FALSE
## 4841     FALSE             0            <NA> 2022-11-28 18:50:25     FALSE
## 4842     FALSE             0            <NA> 2022-11-28 18:50:20     FALSE
## 4843     FALSE             0            <NA> 2022-11-28 18:50:20     FALSE
## 4844     FALSE             0            <NA> 2022-11-28 18:50:19     FALSE
## 4845     FALSE             1            <NA> 2022-11-28 18:50:17     FALSE
## 4846     FALSE             0            <NA> 2022-11-28 18:50:03     FALSE
## 4847     FALSE             1            <NA> 2022-11-28 18:49:48     FALSE
## 4848     FALSE             0       chartdata 2022-11-28 18:49:45     FALSE
## 4849     FALSE             0            <NA> 2022-11-28 18:49:44     FALSE
## 4850     FALSE             0            <NA> 2022-11-28 18:49:42     FALSE
## 4851     FALSE             1            <NA> 2022-11-28 18:49:39     FALSE
## 4852     FALSE             0            <NA> 2022-11-28 18:49:36     FALSE
## 4853     FALSE             0            <NA> 2022-11-28 18:49:23     FALSE
## 4854     FALSE             0            <NA> 2022-11-28 18:49:15     FALSE
## 4855     FALSE             0            <NA> 2022-11-28 18:49:14     FALSE
## 4856     FALSE             0            <NA> 2022-11-28 18:49:11     FALSE
## 4857     FALSE             0            <NA> 2022-11-28 18:49:11     FALSE
## 4858     FALSE             1            <NA> 2022-11-28 18:49:09     FALSE
## 4859     FALSE             0            <NA> 2022-11-28 18:49:05     FALSE
## 4860     FALSE             1            <NA> 2022-11-28 18:48:57     FALSE
## 4861     FALSE             0            <NA> 2022-11-28 18:48:49     FALSE
## 4862     FALSE             0            <NA> 2022-11-28 18:48:47     FALSE
## 4863     FALSE             0            <NA> 2022-11-28 18:48:41     FALSE
## 4864     FALSE             0            <NA> 2022-11-28 18:48:35     FALSE
## 4865     FALSE             0            <NA> 2022-11-28 18:48:34     FALSE
## 4866     FALSE             0            <NA> 2022-11-28 18:48:23     FALSE
## 4867     FALSE             0            <NA> 2022-11-28 18:48:18     FALSE
## 4868     FALSE             0            <NA> 2022-11-28 18:48:06     FALSE
## 4869     FALSE             1            <NA> 2022-11-28 18:48:03     FALSE
## 4870     FALSE             9            <NA> 2022-11-28 18:48:00     FALSE
## 4871     FALSE             0            <NA> 2022-11-28 18:47:54     FALSE
## 4872     FALSE             0            <NA> 2022-11-28 18:47:50     FALSE
## 4873     FALSE             0            <NA> 2022-11-28 18:47:50     FALSE
## 4874     FALSE             3            <NA> 2022-11-28 18:47:49     FALSE
## 4875     FALSE             0            <NA> 2022-11-28 18:47:41     FALSE
## 4876     FALSE             0            <NA> 2022-11-28 18:47:41     FALSE
## 4877     FALSE             0            <NA> 2022-11-28 18:47:38     FALSE
## 4878     FALSE             1            <NA> 2022-11-28 18:47:36     FALSE
## 4879     FALSE             0            <NA> 2022-11-28 18:47:32     FALSE
## 4880     FALSE            29            <NA> 2022-11-28 18:47:23      TRUE
## 4881     FALSE             0            <NA> 2022-11-28 18:47:15     FALSE
## 4882     FALSE             0            <NA> 2022-11-28 18:47:12     FALSE
## 4883     FALSE             0            <NA> 2022-11-28 18:46:53     FALSE
## 4884     FALSE             1            <NA> 2022-11-28 18:46:52     FALSE
## 4885     FALSE             0            <NA> 2022-11-28 18:46:51     FALSE
## 4886     FALSE             2            <NA> 2022-11-28 18:46:45     FALSE
## 4887     FALSE             2            <NA> 2022-11-28 18:46:40     FALSE
## 4888     FALSE             0            <NA> 2022-11-28 18:46:38     FALSE
## 4889     FALSE             4            <NA> 2022-11-28 18:46:37     FALSE
## 4890     FALSE             1            <NA> 2022-11-28 18:46:30     FALSE
## 4891     FALSE             0            <NA> 2022-11-28 18:46:26     FALSE
## 4892     FALSE             0            <NA> 2022-11-28 18:46:24     FALSE
## 4893     FALSE             3            <NA> 2022-11-28 18:46:17     FALSE
## 4894     FALSE             0            <NA> 2022-11-28 18:46:13     FALSE
## 4895     FALSE             0            <NA> 2022-11-28 18:46:11     FALSE
## 4896     FALSE             7            <NA> 2022-11-28 18:46:07      TRUE
## 4897     FALSE             0            <NA> 2022-11-28 18:46:03     FALSE
## 4898     FALSE             0            <NA> 2022-11-28 18:46:01     FALSE
## 4899     FALSE             0            <NA> 2022-11-28 18:45:57      TRUE
## 4900     FALSE             0            <NA> 2022-11-28 18:45:50     FALSE
## 4901     FALSE             2            <NA> 2022-11-28 18:45:44     FALSE
## 4902     FALSE             0            <NA> 2022-11-28 18:45:15      TRUE
## 4903     FALSE             2            <NA> 2022-11-28 18:45:10     FALSE
## 4904     FALSE             0            <NA> 2022-11-28 18:45:06     FALSE
## 4905     FALSE             2            <NA> 2022-11-28 18:44:41     FALSE
## 4906     FALSE             0            <NA> 2022-11-28 18:44:39     FALSE
## 4907     FALSE             0            <NA> 2022-11-28 18:44:34     FALSE
## 4908     FALSE             0            <NA> 2022-11-28 18:44:25     FALSE
## 4909     FALSE             0            <NA> 2022-11-28 18:44:20     FALSE
## 4910     FALSE             8            <NA> 2022-11-28 18:44:06     FALSE
## 4911     FALSE             1            <NA> 2022-11-28 18:43:54     FALSE
## 4912     FALSE             0            <NA> 2022-11-28 18:43:45     FALSE
## 4913     FALSE             0            <NA> 2022-11-28 18:43:41     FALSE
## 4914     FALSE             1            <NA> 2022-11-28 18:43:35     FALSE
## 4915     FALSE             0            <NA> 2022-11-28 18:43:33     FALSE
## 4916     FALSE             0            <NA> 2022-11-28 18:43:33     FALSE
## 4917     FALSE             1            <NA> 2022-11-28 18:43:28     FALSE
## 4918     FALSE             0            <NA> 2022-11-28 18:43:21     FALSE
## 4919     FALSE             1            <NA> 2022-11-28 18:43:20     FALSE
## 4920     FALSE             0            <NA> 2022-11-28 18:43:18      TRUE
## 4921     FALSE             0            <NA> 2022-11-28 18:43:14     FALSE
## 4922     FALSE             0            <NA> 2022-11-28 18:43:10     FALSE
## 4923     FALSE             0            <NA> 2022-11-28 18:43:10     FALSE
## 4924     FALSE             0            <NA> 2022-11-28 18:42:59     FALSE
## 4925     FALSE             0            <NA> 2022-11-28 18:42:51     FALSE
## 4926     FALSE             0            <NA> 2022-11-28 18:42:38      TRUE
## 4927     FALSE             0            <NA> 2022-11-28 18:42:38     FALSE
## 4928     FALSE             0            <NA> 2022-11-28 18:42:35     FALSE
## 4929     FALSE             0            <NA> 2022-11-28 18:42:21     FALSE
## 4930     FALSE             0            <NA> 2022-11-28 18:42:20      TRUE
## 4931     FALSE             0            <NA> 2022-11-28 18:42:00      TRUE
## 4932     FALSE             2            <NA> 2022-11-28 18:41:58      TRUE
## 4933     FALSE             1            <NA> 2022-11-28 18:41:56     FALSE
## 4934     FALSE         59073            <NA> 2022-11-28 18:41:52     FALSE
## 4935     FALSE             0            <NA> 2022-11-28 18:41:45     FALSE
## 4936     FALSE             0            <NA> 2022-11-28 18:41:44     FALSE
## 4937     FALSE             1            <NA> 2022-11-28 18:41:43     FALSE
## 4938     FALSE             3            <NA> 2022-11-28 18:41:41      TRUE
## 4939     FALSE             0            <NA> 2022-11-28 18:41:39     FALSE
## 4940     FALSE             0            <NA> 2022-11-28 18:41:27     FALSE
## 4941     FALSE             0            <NA> 2022-11-28 18:41:24     FALSE
## 4942     FALSE             0            <NA> 2022-11-28 18:41:21     FALSE
## 4943     FALSE             0            <NA> 2022-11-28 18:41:13     FALSE
## 4944     FALSE             1            <NA> 2022-11-28 18:41:13     FALSE
## 4945     FALSE             0            <NA> 2022-11-28 18:41:12     FALSE
## 4946     FALSE             0            <NA> 2022-11-28 18:41:02     FALSE
## 4947     FALSE             3            <NA> 2022-11-28 18:41:01     FALSE
## 4948     FALSE             4            <NA> 2022-11-28 18:40:58     FALSE
## 4949     FALSE             1            <NA> 2022-11-28 18:40:55     FALSE
## 4950     FALSE             0            <NA> 2022-11-28 18:40:50     FALSE
## 4951     FALSE             0            <NA> 2022-11-28 18:40:50     FALSE
## 4952     FALSE             0            <NA> 2022-11-28 18:40:48     FALSE
## 4953     FALSE             0            <NA> 2022-11-28 18:40:42     FALSE
## 4954     FALSE             0            <NA> 2022-11-28 18:40:37     FALSE
## 4955     FALSE             0            <NA> 2022-11-28 18:40:28     FALSE
## 4956     FALSE             0            <NA> 2022-11-28 18:40:23     FALSE
## 4957     FALSE             0            <NA> 2022-11-28 18:40:18      TRUE
## 4958     FALSE             0            <NA> 2022-11-28 18:40:17     FALSE
## 4959     FALSE             0            <NA> 2022-11-28 18:40:17     FALSE
## 4960     FALSE             0            <NA> 2022-11-28 18:40:11      TRUE
## 4961     FALSE             0            <NA> 2022-11-28 18:40:07     FALSE
## 4962     FALSE             0            <NA> 2022-11-28 18:40:03     FALSE
## 4963     FALSE             0            <NA> 2022-11-28 18:39:59     FALSE
## 4964     FALSE             0            <NA> 2022-11-28 18:39:55     FALSE
## 4965     FALSE             0            <NA> 2022-11-28 18:39:52     FALSE
## 4966     FALSE             0            <NA> 2022-11-28 18:39:51     FALSE
## 4967     FALSE             0            <NA> 2022-11-28 18:39:50     FALSE
## 4968     FALSE             0            <NA> 2022-11-28 18:39:37     FALSE
## 4969     FALSE             8            <NA> 2022-11-28 18:39:36     FALSE
## 4970     FALSE             0            <NA> 2022-11-28 18:39:30     FALSE
## 4971     FALSE             0            <NA> 2022-11-28 18:39:15     FALSE
## 4972     FALSE             1            <NA> 2022-11-28 18:39:12     FALSE
## 4973     FALSE             1            <NA> 2022-11-28 18:39:10     FALSE
## 4974     FALSE             1            <NA> 2022-11-28 18:39:02     FALSE
## 4975     FALSE             2            <NA> 2022-11-28 18:38:57     FALSE
## 4976     FALSE             0            <NA> 2022-11-28 18:38:54     FALSE
## 4977     FALSE             1            <NA> 2022-11-28 18:38:54     FALSE
## 4978     FALSE             0            <NA> 2022-11-28 18:38:50     FALSE
## 4979     FALSE             0            <NA> 2022-11-28 18:38:36     FALSE
## 4980     FALSE             0            <NA> 2022-11-28 18:38:36     FALSE
## 4981     FALSE             1            <NA> 2022-11-28 18:38:27     FALSE
## 4982     FALSE             0            <NA> 2022-11-28 18:38:27     FALSE
## 4983     FALSE             0            <NA> 2022-11-28 18:38:26     FALSE
## 4984     FALSE             0            <NA> 2022-11-28 18:38:05     FALSE
## 4985     FALSE             1            <NA> 2022-11-28 18:38:02     FALSE
## 4986     FALSE             1            <NA> 2022-11-28 18:37:51     FALSE
## 4987     FALSE             0            <NA> 2022-11-28 18:37:45     FALSE
## 4988     FALSE             1            <NA> 2022-11-28 18:37:39     FALSE
## 4989     FALSE             0            <NA> 2022-11-28 18:37:39     FALSE
## 4990     FALSE             0            <NA> 2022-11-28 18:37:35     FALSE
## 4991     FALSE             0            <NA> 2022-11-28 18:37:24     FALSE
## 4992     FALSE             9            <NA> 2022-11-28 18:37:23      TRUE
## 4993     FALSE             0            <NA> 2022-11-28 18:37:20     FALSE
## 4994     FALSE             0            <NA> 2022-11-28 18:37:15     FALSE
## 4995     FALSE             1            <NA> 2022-11-28 18:37:13      TRUE
## 4996     FALSE             1            <NA> 2022-11-28 18:37:09     FALSE
## 4997     FALSE             0            <NA> 2022-11-28 18:37:04     FALSE
## 4998     FALSE             0            <NA> 2022-11-28 18:37:04     FALSE
## 4999     FALSE             2            <NA> 2022-11-28 18:36:53     FALSE
## 5000     FALSE             0            <NA> 2022-11-28 18:36:49     FALSE
## 5001     FALSE             0            <NA> 2022-11-28 18:36:48     FALSE
## 5002     FALSE             0            <NA> 2022-11-28 18:36:46     FALSE
## 5003     FALSE             0            <NA> 2022-11-28 18:36:41     FALSE
## 5004     FALSE             0            <NA> 2022-11-28 18:36:37     FALSE
## 5005     FALSE             0            <NA> 2022-11-28 18:36:34     FALSE
## 5006     FALSE             0            <NA> 2022-11-28 18:36:32     FALSE
## 5007     FALSE             1            <NA> 2022-11-28 18:36:31     FALSE
## 5008     FALSE             0            <NA> 2022-11-28 18:36:28     FALSE
## 5009     FALSE             0            <NA> 2022-11-28 18:36:07      TRUE
## 5010     FALSE             0            <NA> 2022-11-28 18:36:06     FALSE
## 5011     FALSE             0            <NA> 2022-11-28 18:35:54     FALSE
## 5012     FALSE             0            <NA> 2022-11-28 18:35:52     FALSE
## 5013     FALSE             1     tanamongeau 2022-11-28 18:35:52     FALSE
## 5014     FALSE             0            <NA> 2022-11-28 18:35:44     FALSE
## 5015     FALSE             0            <NA> 2022-11-28 18:35:40      TRUE
## 5016     FALSE             0            <NA> 2022-11-28 18:35:40     FALSE
## 5017     FALSE             0            <NA> 2022-11-28 18:35:35     FALSE
## 5018     FALSE             0            <NA> 2022-11-28 18:35:31     FALSE
## 5019     FALSE             0            <NA> 2022-11-28 18:35:28     FALSE
## 5020     FALSE             0            <NA> 2022-11-28 18:35:24     FALSE
## 5021     FALSE             1            <NA> 2022-11-28 18:35:20     FALSE
## 5022     FALSE             0            <NA> 2022-11-28 18:35:18     FALSE
## 5023     FALSE             1            <NA> 2022-11-28 18:35:15     FALSE
## 5024     FALSE             0            <NA> 2022-11-28 18:35:13     FALSE
## 5025     FALSE             0            <NA> 2022-11-28 18:35:08      TRUE
## 5026     FALSE             1            <NA> 2022-11-28 18:35:02     FALSE
## 5027     FALSE             1            <NA> 2022-11-28 18:35:02     FALSE
## 5028     FALSE             0            <NA> 2022-11-28 18:34:58     FALSE
## 5029     FALSE             0            <NA> 2022-11-28 18:34:47     FALSE
## 5030     FALSE             0            <NA> 2022-11-28 18:34:45     FALSE
## 5031     FALSE             0            <NA> 2022-11-28 18:34:41     FALSE
## 5032     FALSE            10            <NA> 2022-11-28 18:34:39     FALSE
## 5033     FALSE             0            <NA> 2022-11-28 18:34:36     FALSE
## 5034     FALSE             0            <NA> 2022-11-28 18:34:32     FALSE
## 5035     FALSE             1            <NA> 2022-11-28 18:34:30     FALSE
## 5036     FALSE             1            <NA> 2022-11-28 18:34:25     FALSE
## 5037     FALSE             0            <NA> 2022-11-28 18:34:17     FALSE
## 5038     FALSE             0            <NA> 2022-11-28 18:34:09     FALSE
## 5039     FALSE             0            <NA> 2022-11-28 18:34:06     FALSE
## 5040     FALSE             1            <NA> 2022-11-28 18:34:06     FALSE
## 5041     FALSE             1            <NA> 2022-11-28 18:34:04     FALSE
## 5042     FALSE             0            <NA> 2022-11-28 18:34:03     FALSE
## 5043     FALSE             0            <NA> 2022-11-28 18:34:00     FALSE
## 5044     FALSE             0            <NA> 2022-11-28 18:33:58     FALSE
## 5045     FALSE             1            <NA> 2022-11-28 18:33:56     FALSE
## 5046     FALSE             1            <NA> 2022-11-28 18:33:52     FALSE
## 5047     FALSE             0            <NA> 2022-11-28 18:33:44     FALSE
## 5048     FALSE            18            <NA> 2022-11-28 18:33:37     FALSE
## 5049     FALSE             0            <NA> 2022-11-28 18:33:33     FALSE
## 5050     FALSE             0            <NA> 2022-11-28 18:33:31      TRUE
## 5051     FALSE             0      Marvin_Inu 2022-11-28 18:33:10     FALSE
## 5052     FALSE             1            <NA> 2022-11-28 18:33:08     FALSE
## 5053     FALSE             0            <NA> 2022-11-28 18:33:08     FALSE
## 5054     FALSE             0            <NA> 2022-11-28 18:33:06     FALSE
## 5055     FALSE             1            <NA> 2022-11-28 18:33:06     FALSE
## 5056     FALSE             0            <NA> 2022-11-28 18:32:51     FALSE
## 5057     FALSE             1            <NA> 2022-11-28 18:32:51     FALSE
## 5058     FALSE             3            <NA> 2022-11-28 18:32:50     FALSE
## 5059     FALSE             0            <NA> 2022-11-28 18:32:40     FALSE
## 5060     FALSE             0            <NA> 2022-11-28 18:32:39     FALSE
## 5061     FALSE             0            <NA> 2022-11-28 18:32:38     FALSE
## 5062     FALSE             0            <NA> 2022-11-28 18:32:26     FALSE
## 5063     FALSE             0            <NA> 2022-11-28 18:32:25     FALSE
## 5064     FALSE             1            <NA> 2022-11-28 18:32:22     FALSE
## 5065     FALSE             0            <NA> 2022-11-28 18:32:21     FALSE
## 5066     FALSE             0            <NA> 2022-11-28 18:32:20     FALSE
## 5067     FALSE             0            <NA> 2022-11-28 18:32:18      TRUE
## 5068     FALSE             0            <NA> 2022-11-28 18:32:18     FALSE
## 5069     FALSE             0            <NA> 2022-11-28 18:32:09     FALSE
## 5070     FALSE             0            <NA> 2022-11-28 18:32:00     FALSE
## 5071     FALSE             0            <NA> 2022-11-28 18:31:58     FALSE
## 5072     FALSE             0            <NA> 2022-11-28 18:31:54     FALSE
## 5073     FALSE             3            <NA> 2022-11-28 18:31:53     FALSE
## 5074     FALSE             0            <NA> 2022-11-28 18:31:41     FALSE
## 5075     FALSE             0            <NA> 2022-11-28 18:31:41     FALSE
## 5076     FALSE             0            <NA> 2022-11-28 18:31:40     FALSE
## 5077     FALSE             0            <NA> 2022-11-28 18:31:34     FALSE
## 5078     FALSE             0            <NA> 2022-11-28 18:31:32      TRUE
## 5079     FALSE             0            <NA> 2022-11-28 18:31:32     FALSE
## 5080     FALSE             2            <NA> 2022-11-28 18:31:29     FALSE
## 5081     FALSE             1            <NA> 2022-11-28 18:31:25     FALSE
## 5082     FALSE             0            <NA> 2022-11-28 18:31:24     FALSE
## 5083     FALSE             2            <NA> 2022-11-28 18:31:21     FALSE
## 5084     FALSE             1            <NA> 2022-11-28 18:31:18     FALSE
## 5085     FALSE             2            <NA> 2022-11-28 18:31:12     FALSE
## 5086     FALSE             2            <NA> 2022-11-28 18:31:02     FALSE
## 5087     FALSE             0            <NA> 2022-11-28 18:30:59     FALSE
## 5088     FALSE             1            <NA> 2022-11-28 18:30:45     FALSE
## 5089     FALSE             0            <NA> 2022-11-28 18:30:40     FALSE
## 5090     FALSE             1            <NA> 2022-11-28 18:30:34     FALSE
## 5091     FALSE             1   smhjacqueline 2022-11-28 18:30:29     FALSE
## 5092     FALSE             0            <NA> 2022-11-28 18:30:23     FALSE
## 5093     FALSE             0            <NA> 2022-11-28 18:30:19     FALSE
## 5094     FALSE             2            <NA> 2022-11-28 18:30:15     FALSE
## 5095     FALSE             0            <NA> 2022-11-28 18:30:15     FALSE
## 5096     FALSE             3            <NA> 2022-11-28 18:30:11     FALSE
## 5097     FALSE             0            <NA> 2022-11-28 18:30:06     FALSE
## 5098     FALSE             0            <NA> 2022-11-28 18:30:05     FALSE
## 5099     FALSE             2            <NA> 2022-11-28 18:30:02     FALSE
## 5100     FALSE             1            <NA> 2022-11-28 18:29:54     FALSE
## 5101     FALSE             1            <NA> 2022-11-28 18:29:47     FALSE
## 5102     FALSE             1            <NA> 2022-11-28 18:29:44     FALSE
## 5103     FALSE             1            <NA> 2022-11-28 18:29:43      TRUE
## 5104     FALSE             0            <NA> 2022-11-28 18:29:42     FALSE
## 5105     FALSE             1            <NA> 2022-11-28 18:29:41     FALSE
## 5106     FALSE             0            <NA> 2022-11-28 18:29:37     FALSE
## 5107     FALSE             1            <NA> 2022-11-28 18:29:34     FALSE
## 5108     FALSE             0            <NA> 2022-11-28 18:29:33     FALSE
## 5109     FALSE             0            <NA> 2022-11-28 18:29:31     FALSE
## 5110     FALSE             0            <NA> 2022-11-28 18:29:31     FALSE
## 5111     FALSE             1            <NA> 2022-11-28 18:29:30     FALSE
## 5112     FALSE             1            <NA> 2022-11-28 18:29:23     FALSE
## 5113     FALSE             0            <NA> 2022-11-28 18:29:23     FALSE
## 5114     FALSE             0            <NA> 2022-11-28 18:29:23     FALSE
## 5115     FALSE             0            <NA> 2022-11-28 18:29:22     FALSE
## 5116     FALSE             0            <NA> 2022-11-28 18:29:21     FALSE
## 5117     FALSE             0            <NA> 2022-11-28 18:29:20     FALSE
## 5118     FALSE            19            <NA> 2022-11-28 18:29:17     FALSE
## 5119     FALSE             0            <NA> 2022-11-28 18:29:15     FALSE
## 5120     FALSE             0            <NA> 2022-11-28 18:29:13     FALSE
## 5121     FALSE             0            <NA> 2022-11-28 18:29:10     FALSE
## 5122     FALSE             0            <NA> 2022-11-28 18:29:07     FALSE
## 5123     FALSE             1            <NA> 2022-11-28 18:29:04     FALSE
## 5124     FALSE             0            <NA> 2022-11-28 18:29:03     FALSE
## 5125     FALSE             2            <NA> 2022-11-28 18:28:54     FALSE
## 5126     FALSE             2            <NA> 2022-11-28 18:28:52     FALSE
## 5127     FALSE             0            <NA> 2022-11-28 18:28:50     FALSE
## 5128     FALSE             0            <NA> 2022-11-28 18:28:50     FALSE
## 5129     FALSE             0            <NA> 2022-11-28 18:28:45     FALSE
## 5130     FALSE             0            <NA> 2022-11-28 18:28:42     FALSE
## 5131     FALSE             0            <NA> 2022-11-28 18:28:36     FALSE
## 5132     FALSE             2            <NA> 2022-11-28 18:28:34     FALSE
## 5133     FALSE             0            <NA> 2022-11-28 18:28:33     FALSE
## 5134     FALSE            11            <NA> 2022-11-28 18:28:30     FALSE
## 5135     FALSE             2            <NA> 2022-11-28 18:28:29     FALSE
## 5136     FALSE             0            <NA> 2022-11-28 18:28:29     FALSE
## 5137     FALSE             2            <NA> 2022-11-28 18:28:27     FALSE
## 5138     FALSE             1            <NA> 2022-11-28 18:28:26     FALSE
## 5139     FALSE             0            <NA> 2022-11-28 18:28:07     FALSE
## 5140     FALSE            44            <NA> 2022-11-28 18:28:07     FALSE
## 5141     FALSE             2            <NA> 2022-11-28 18:28:06     FALSE
## 5142     FALSE             1            <NA> 2022-11-28 18:28:06     FALSE
## 5143     FALSE             3            <NA> 2022-11-28 18:28:05      TRUE
## 5144     FALSE             0            <NA> 2022-11-28 18:28:02     FALSE
## 5145     FALSE             0            <NA> 2022-11-28 18:28:00     FALSE
## 5146     FALSE             0            <NA> 2022-11-28 18:27:59     FALSE
## 5147     FALSE             1            <NA> 2022-11-28 18:27:58     FALSE
## 5148     FALSE             6            <NA> 2022-11-28 18:27:54      TRUE
## 5149     FALSE             1            <NA> 2022-11-28 18:27:52     FALSE
## 5150     FALSE             0            <NA> 2022-11-28 18:27:44     FALSE
## 5151     FALSE             0            <NA> 2022-11-28 18:27:40     FALSE
## 5152     FALSE             2            <NA> 2022-11-28 18:27:38     FALSE
## 5153     FALSE             2            <NA> 2022-11-28 18:27:34     FALSE
## 5154     FALSE             0            <NA> 2022-11-28 18:27:31     FALSE
## 5155     FALSE             0            <NA> 2022-11-28 18:27:24     FALSE
## 5156     FALSE             0            <NA> 2022-11-28 18:27:17     FALSE
## 5157     FALSE             0            <NA> 2022-11-28 18:27:08     FALSE
## 5158     FALSE           285            <NA> 2022-11-28 18:26:54     FALSE
## 5159     FALSE             1            <NA> 2022-11-28 18:26:53     FALSE
## 5160     FALSE             0            <NA> 2022-11-28 18:26:42     FALSE
## 5161     FALSE             0            <NA> 2022-11-28 18:26:41     FALSE
## 5162     FALSE             0            <NA> 2022-11-28 18:26:33     FALSE
## 5163     FALSE             0            <NA> 2022-11-28 18:26:29     FALSE
## 5164     FALSE            10            <NA> 2022-11-28 18:26:25     FALSE
## 5165     FALSE             0            <NA> 2022-11-28 18:26:24     FALSE
## 5166     FALSE             0            <NA> 2022-11-28 18:26:23     FALSE
## 5167     FALSE             0            <NA> 2022-11-28 18:26:16     FALSE
## 5168     FALSE             1            <NA> 2022-11-28 18:26:16     FALSE
## 5169     FALSE             0            <NA> 2022-11-28 18:26:08     FALSE
## 5170     FALSE             0            <NA> 2022-11-28 18:26:07     FALSE
## 5171     FALSE             1            <NA> 2022-11-28 18:26:04     FALSE
## 5172     FALSE             0            <NA> 2022-11-28 18:26:02     FALSE
## 5173     FALSE             1            <NA> 2022-11-28 18:26:01     FALSE
## 5174     FALSE             0            <NA> 2022-11-28 18:25:55     FALSE
## 5175     FALSE             2            <NA> 2022-11-28 18:25:52      TRUE
## 5176     FALSE             0            <NA> 2022-11-28 18:25:43     FALSE
## 5177     FALSE             0            <NA> 2022-11-28 18:25:43     FALSE
## 5178     FALSE             0            <NA> 2022-11-28 18:25:41     FALSE
## 5179     FALSE             0            <NA> 2022-11-28 18:25:35     FALSE
## 5180     FALSE             0            <NA> 2022-11-28 18:25:31     FALSE
## 5181     FALSE             0            <NA> 2022-11-28 18:25:30     FALSE
## 5182     FALSE             0            <NA> 2022-11-28 18:25:26     FALSE
## 5183     FALSE             0            <NA> 2022-11-28 18:25:25     FALSE
## 5184     FALSE             0            <NA> 2022-11-28 18:25:24     FALSE
## 5185     FALSE             1            <NA> 2022-11-28 18:25:23     FALSE
## 5186     FALSE             0            <NA> 2022-11-28 18:25:19     FALSE
## 5187     FALSE             0            <NA> 2022-11-28 18:25:17     FALSE
## 5188     FALSE            20            <NA> 2022-11-28 18:25:14     FALSE
## 5189     FALSE             0            <NA> 2022-11-28 18:25:14     FALSE
## 5190     FALSE             1            <NA> 2022-11-28 18:25:11     FALSE
## 5191     FALSE             0            <NA> 2022-11-28 18:25:08     FALSE
## 5192     FALSE             0            <NA> 2022-11-28 18:25:05     FALSE
## 5193     FALSE             0            <NA> 2022-11-28 18:24:59     FALSE
## 5194     FALSE             0            <NA> 2022-11-28 18:24:51     FALSE
## 5195     FALSE             2            <NA> 2022-11-28 18:24:47     FALSE
## 5196     FALSE             0            <NA> 2022-11-28 18:24:46     FALSE
## 5197     FALSE             0            <NA> 2022-11-28 18:24:42     FALSE
## 5198     FALSE             0            <NA> 2022-11-28 18:24:41     FALSE
## 5199     FALSE             0            <NA> 2022-11-28 18:24:32      TRUE
## 5200     FALSE             0            <NA> 2022-11-28 18:24:26     FALSE
## 5201     FALSE             1            <NA> 2022-11-28 18:24:24     FALSE
## 5202     FALSE             0            <NA> 2022-11-28 18:24:16     FALSE
## 5203     FALSE             1            <NA> 2022-11-28 18:24:16     FALSE
## 5204     FALSE             0            <NA> 2022-11-28 18:24:14     FALSE
## 5205     FALSE             0            <NA> 2022-11-28 18:24:14     FALSE
## 5206     FALSE             1            <NA> 2022-11-28 18:24:12     FALSE
## 5207     FALSE             0            <NA> 2022-11-28 18:24:02     FALSE
## 5208     FALSE             1            <NA> 2022-11-28 18:24:01     FALSE
## 5209     FALSE             1            <NA> 2022-11-28 18:23:58     FALSE
## 5210     FALSE             0            <NA> 2022-11-28 18:23:50     FALSE
## 5211     FALSE             1            <NA> 2022-11-28 18:23:41     FALSE
## 5212     FALSE             1            <NA> 2022-11-28 18:23:41     FALSE
## 5213     FALSE            24            <NA> 2022-11-28 18:23:28     FALSE
## 5214     FALSE             0            <NA> 2022-11-28 18:23:23     FALSE
## 5215     FALSE             0            <NA> 2022-11-28 18:23:22     FALSE
## 5216     FALSE             0            <NA> 2022-11-28 18:23:21     FALSE
## 5217     FALSE             0            <NA> 2022-11-28 18:23:19     FALSE
## 5218     FALSE             0            <NA> 2022-11-28 18:23:16     FALSE
## 5219     FALSE             1            <NA> 2022-11-28 18:23:11     FALSE
## 5220     FALSE             1            <NA> 2022-11-28 18:23:09     FALSE
## 5221     FALSE             0            <NA> 2022-11-28 18:22:54     FALSE
## 5222     FALSE             1            <NA> 2022-11-28 18:22:48     FALSE
## 5223     FALSE             0            <NA> 2022-11-28 18:22:47     FALSE
## 5224     FALSE             2            <NA> 2022-11-28 18:22:46     FALSE
## 5225     FALSE             0            <NA> 2022-11-28 18:22:31     FALSE
## 5226     FALSE             0            <NA> 2022-11-28 18:22:30     FALSE
## 5227     FALSE             1            <NA> 2022-11-28 18:22:29     FALSE
## 5228     FALSE             0            <NA> 2022-11-28 18:22:17     FALSE
## 5229     FALSE             0            <NA> 2022-11-28 18:22:16     FALSE
## 5230     FALSE             4            <NA> 2022-11-28 18:22:11      TRUE
## 5231     FALSE             0            <NA> 2022-11-28 18:22:02     FALSE
## 5232     FALSE             1            <NA> 2022-11-28 18:21:59     FALSE
## 5233     FALSE             2            <NA> 2022-11-28 18:21:55     FALSE
## 5234     FALSE             0            <NA> 2022-11-28 18:21:50     FALSE
## 5235     FALSE             0            <NA> 2022-11-28 18:21:47     FALSE
## 5236     FALSE             0            <NA> 2022-11-28 18:21:46     FALSE
## 5237     FALSE             0            <NA> 2022-11-28 18:21:43     FALSE
## 5238     FALSE             0            <NA> 2022-11-28 18:21:42     FALSE
## 5239     FALSE             0            <NA> 2022-11-28 18:21:42     FALSE
## 5240     FALSE             0            <NA> 2022-11-28 18:21:38     FALSE
## 5241     FALSE             0            <NA> 2022-11-28 18:21:35     FALSE
## 5242     FALSE             1            <NA> 2022-11-28 18:21:32     FALSE
## 5243     FALSE             0            <NA> 2022-11-28 18:21:22     FALSE
## 5244     FALSE             0            <NA> 2022-11-28 18:21:18     FALSE
## 5245     FALSE             0            <NA> 2022-11-28 18:21:15     FALSE
## 5246     FALSE             0            <NA> 2022-11-28 18:21:12     FALSE
## 5247     FALSE             0            <NA> 2022-11-28 18:21:12     FALSE
## 5248     FALSE             2            <NA> 2022-11-28 18:21:09     FALSE
## 5249     FALSE             1            <NA> 2022-11-28 18:20:51     FALSE
## 5250     FALSE             0            <NA> 2022-11-28 18:20:48     FALSE
## 5251     FALSE             1            <NA> 2022-11-28 18:20:46     FALSE
## 5252     FALSE             1            <NA> 2022-11-28 18:20:45     FALSE
## 5253     FALSE             0            <NA> 2022-11-28 18:20:42     FALSE
## 5254     FALSE             1            <NA> 2022-11-28 18:20:40     FALSE
## 5255     FALSE             0            <NA> 2022-11-28 18:20:35     FALSE
## 5256     FALSE             0            <NA> 2022-11-28 18:20:33     FALSE
## 5257     FALSE             0            <NA> 2022-11-28 18:20:22     FALSE
## 5258     FALSE             0            <NA> 2022-11-28 18:20:20     FALSE
## 5259     FALSE             0            <NA> 2022-11-28 18:20:11     FALSE
## 5260     FALSE             0            <NA> 2022-11-28 18:20:06     FALSE
## 5261     FALSE             0            <NA> 2022-11-28 18:20:03     FALSE
## 5262     FALSE             0            <NA> 2022-11-28 18:20:02     FALSE
## 5263     FALSE             0            <NA> 2022-11-28 18:19:58     FALSE
## 5264     FALSE             0            <NA> 2022-11-28 18:19:54     FALSE
## 5265     FALSE             0            <NA> 2022-11-28 18:19:53     FALSE
## 5266     FALSE             0            <NA> 2022-11-28 18:19:52     FALSE
## 5267     FALSE             0            <NA> 2022-11-28 18:19:50     FALSE
## 5268     FALSE             0            <NA> 2022-11-28 18:19:50     FALSE
## 5269     FALSE             1            <NA> 2022-11-28 18:19:48     FALSE
## 5270     FALSE             1            <NA> 2022-11-28 18:19:43     FALSE
## 5271     FALSE             0            <NA> 2022-11-28 18:19:36     FALSE
## 5272     FALSE             0            <NA> 2022-11-28 18:19:32     FALSE
## 5273     FALSE             1            <NA> 2022-11-28 18:19:31     FALSE
## 5274     FALSE             0            <NA> 2022-11-28 18:19:28     FALSE
## 5275     FALSE             0            <NA> 2022-11-28 18:19:28     FALSE
## 5276     FALSE             0            <NA> 2022-11-28 18:19:26     FALSE
## 5277     FALSE             1            <NA> 2022-11-28 18:19:25     FALSE
## 5278     FALSE             0            <NA> 2022-11-28 18:19:15     FALSE
## 5279     FALSE             0            <NA> 2022-11-28 18:19:14     FALSE
## 5280     FALSE             0            <NA> 2022-11-28 18:19:02     FALSE
## 5281     FALSE             0            <NA> 2022-11-28 18:18:56     FALSE
## 5282     FALSE             0            <NA> 2022-11-28 18:18:52     FALSE
## 5283     FALSE             0            <NA> 2022-11-28 18:18:45     FALSE
## 5284     FALSE             0            <NA> 2022-11-28 18:18:42     FALSE
## 5285     FALSE             1            <NA> 2022-11-28 18:18:34     FALSE
## 5286     FALSE             0            <NA> 2022-11-28 18:18:16     FALSE
## 5287     FALSE             1            <NA> 2022-11-28 18:18:12     FALSE
## 5288     FALSE             0            <NA> 2022-11-28 18:18:11      TRUE
## 5289     FALSE             4            <NA> 2022-11-28 18:17:57     FALSE
## 5290     FALSE             0            <NA> 2022-11-28 18:17:55      TRUE
## 5291     FALSE             1            <NA> 2022-11-28 18:17:28     FALSE
## 5292     FALSE             1            <NA> 2022-11-28 18:17:12     FALSE
## 5293     FALSE             0            <NA> 2022-11-28 18:17:01     FALSE
## 5294     FALSE             0            <NA> 2022-11-28 18:16:50     FALSE
## 5295     FALSE             1            <NA> 2022-11-28 18:16:41     FALSE
## 5296     FALSE             0            <NA> 2022-11-28 18:16:38     FALSE
## 5297     FALSE             2            <NA> 2022-11-28 18:16:36     FALSE
## 5298     FALSE             3            <NA> 2022-11-28 18:16:34     FALSE
## 5299     FALSE             0            <NA> 2022-11-28 18:16:14     FALSE
## 5300     FALSE             1            <NA> 2022-11-28 18:16:12     FALSE
## 5301     FALSE             0            <NA> 2022-11-28 18:16:10     FALSE
## 5302     FALSE             0            <NA> 2022-11-28 18:16:03     FALSE
## 5303     FALSE             0            <NA> 2022-11-28 18:16:03     FALSE
## 5304     FALSE             8            <NA> 2022-11-28 18:16:01      TRUE
## 5305     FALSE             0            <NA> 2022-11-28 18:15:59     FALSE
## 5306     FALSE             0            <NA> 2022-11-28 18:15:57     FALSE
## 5307     FALSE             0            <NA> 2022-11-28 18:15:55     FALSE
## 5308     FALSE             0            <NA> 2022-11-28 18:15:55     FALSE
## 5309     FALSE             0            <NA> 2022-11-28 18:15:54     FALSE
## 5310     FALSE             0            <NA> 2022-11-28 18:15:54     FALSE
## 5311     FALSE             0            <NA> 2022-11-28 18:15:53     FALSE
## 5312     FALSE             0            <NA> 2022-11-28 18:15:46     FALSE
## 5313     FALSE             0            <NA> 2022-11-28 18:15:44     FALSE
## 5314     FALSE             0            <NA> 2022-11-28 18:15:42     FALSE
## 5315     FALSE             0            <NA> 2022-11-28 18:15:42     FALSE
## 5316     FALSE             0            <NA> 2022-11-28 18:15:32     FALSE
## 5317     FALSE             0            <NA> 2022-11-28 18:15:27     FALSE
## 5318     FALSE             1            <NA> 2022-11-28 18:15:27      TRUE
## 5319     FALSE             1            <NA> 2022-11-28 18:15:26      TRUE
## 5320     FALSE             0            <NA> 2022-11-28 18:15:22     FALSE
## 5321     FALSE             3            <NA> 2022-11-28 18:15:22      TRUE
## 5322     FALSE             0            <NA> 2022-11-28 18:15:19     FALSE
## 5323     FALSE             2            <NA> 2022-11-28 18:15:15     FALSE
## 5324     FALSE             0            <NA> 2022-11-28 18:15:15     FALSE
## 5325     FALSE             0            <NA> 2022-11-28 18:15:04     FALSE
## 5326     FALSE             3         Spotify 2022-11-28 18:14:55     FALSE
## 5327     FALSE             2            <NA> 2022-11-28 18:14:53     FALSE
## 5328     FALSE             1            <NA> 2022-11-28 18:14:47     FALSE
## 5329     FALSE             0            <NA> 2022-11-28 18:14:46     FALSE
## 5330     FALSE             0            <NA> 2022-11-28 18:14:40     FALSE
## 5331     FALSE             1            <NA> 2022-11-28 18:14:38     FALSE
## 5332     FALSE             0         _heInik 2022-11-28 18:14:36      TRUE
## 5333     FALSE             3            <NA> 2022-11-28 18:14:36      TRUE
## 5334     FALSE             0            <NA> 2022-11-28 18:14:35      TRUE
## 5335     FALSE             0            <NA> 2022-11-28 18:14:25     FALSE
## 5336     FALSE             3            <NA> 2022-11-28 18:14:24     FALSE
## 5337     FALSE             0            <NA> 2022-11-28 18:14:21     FALSE
## 5338     FALSE             1            <NA> 2022-11-28 18:14:15     FALSE
## 5339     FALSE             0            <NA> 2022-11-28 18:14:10     FALSE
## 5340     FALSE             0            <NA> 2022-11-28 18:14:05     FALSE
## 5341     FALSE             0            <NA> 2022-11-28 18:14:03     FALSE
## 5342     FALSE             1            <NA> 2022-11-28 18:13:50     FALSE
## 5343     FALSE             1            <NA> 2022-11-28 18:13:46      TRUE
## 5344     FALSE             2            <NA> 2022-11-28 18:13:41      TRUE
## 5345     FALSE             0            <NA> 2022-11-28 18:13:26     FALSE
## 5346     FALSE             0            <NA> 2022-11-28 18:13:26     FALSE
## 5347     FALSE             6            <NA> 2022-11-28 18:13:15     FALSE
## 5348     FALSE             1            <NA> 2022-11-28 18:13:14     FALSE
## 5349     FALSE             0            <NA> 2022-11-28 18:13:07     FALSE
## 5350     FALSE             0            <NA> 2022-11-28 18:13:04     FALSE
## 5351     FALSE             2            <NA> 2022-11-28 18:13:02     FALSE
## 5352     FALSE             0            <NA> 2022-11-28 18:12:50     FALSE
## 5353     FALSE             1            <NA> 2022-11-28 18:12:50     FALSE
## 5354     FALSE             3            <NA> 2022-11-28 18:12:46     FALSE
## 5355     FALSE             0            <NA> 2022-11-28 18:12:45     FALSE
## 5356     FALSE             0            <NA> 2022-11-28 18:12:41     FALSE
## 5357     FALSE             3            <NA> 2022-11-28 18:12:34     FALSE
## 5358     FALSE             0            <NA> 2022-11-28 18:12:34     FALSE
## 5359     FALSE             0            <NA> 2022-11-28 18:12:32     FALSE
## 5360     FALSE             0            <NA> 2022-11-28 18:12:29     FALSE
## 5361     FALSE             0            <NA> 2022-11-28 18:12:23     FALSE
## 5362     FALSE             0            <NA> 2022-11-28 18:12:20     FALSE
## 5363     FALSE             1            <NA> 2022-11-28 18:12:12     FALSE
## 5364     FALSE             1            <NA> 2022-11-28 18:12:05     FALSE
## 5365     FALSE             0            <NA> 2022-11-28 18:12:02     FALSE
## 5366     FALSE             0            <NA> 2022-11-28 18:11:58      TRUE
## 5367     FALSE             0            <NA> 2022-11-28 18:11:53     FALSE
## 5368     FALSE             0            <NA> 2022-11-28 18:11:53     FALSE
## 5369     FALSE             1            <NA> 2022-11-28 18:11:52     FALSE
## 5370     FALSE             1     JimBrickman 2022-11-28 18:11:51     FALSE
## 5371     FALSE             1            <NA> 2022-11-28 18:11:37     FALSE
## 5372     FALSE             0            <NA> 2022-11-28 18:11:34     FALSE
## 5373     FALSE             5            <NA> 2022-11-28 18:11:30     FALSE
## 5374     FALSE             0            <NA> 2022-11-28 18:11:27     FALSE
## 5375     FALSE             1            <NA> 2022-11-28 18:11:15     FALSE
## 5376     FALSE             0            <NA> 2022-11-28 18:11:14     FALSE
## 5377     FALSE             1            <NA> 2022-11-28 18:11:09     FALSE
## 5378     FALSE             0            <NA> 2022-11-28 18:11:07     FALSE
## 5379     FALSE             0            <NA> 2022-11-28 18:11:03     FALSE
## 5380     FALSE             0            <NA> 2022-11-28 18:11:02     FALSE
## 5381     FALSE             0            <NA> 2022-11-28 18:10:58      TRUE
## 5382     FALSE             1            <NA> 2022-11-28 18:10:57      TRUE
## 5383     FALSE            30            <NA> 2022-11-28 18:10:54      TRUE
## 5384     FALSE             0            <NA> 2022-11-28 18:10:47     FALSE
## 5385     FALSE             0            <NA> 2022-11-28 18:10:32     FALSE
## 5386     FALSE             2            <NA> 2022-11-28 18:10:21     FALSE
## 5387     FALSE             8            <NA> 2022-11-28 18:10:20     FALSE
## 5388     FALSE             1            <NA> 2022-11-28 18:10:18     FALSE
## 5389     FALSE             0            <NA> 2022-11-28 18:10:18      TRUE
## 5390     FALSE             0            <NA> 2022-11-28 18:10:07     FALSE
## 5391     FALSE             1            <NA> 2022-11-28 18:10:03     FALSE
## 5392     FALSE             0            <NA> 2022-11-28 18:09:52     FALSE
## 5393     FALSE             0            <NA> 2022-11-28 18:09:51     FALSE
## 5394     FALSE             0            <NA> 2022-11-28 18:09:49     FALSE
## 5395     FALSE             9            <NA> 2022-11-28 18:09:46     FALSE
## 5396     FALSE             0            <NA> 2022-11-28 18:09:45      TRUE
## 5397     FALSE             0            <NA> 2022-11-28 18:09:43     FALSE
## 5398     FALSE             0            <NA> 2022-11-28 18:09:42     FALSE
## 5399     FALSE             0            <NA> 2022-11-28 18:09:34     FALSE
## 5400     FALSE             1            <NA> 2022-11-28 18:09:31     FALSE
## 5401     FALSE             0            <NA> 2022-11-28 18:09:30     FALSE
## 5402     FALSE             0            <NA> 2022-11-28 18:09:21     FALSE
## 5403     FALSE             0            <NA> 2022-11-28 18:09:18      TRUE
## 5404     FALSE             2            <NA> 2022-11-28 18:08:31     FALSE
## 5405     FALSE             0            <NA> 2022-11-28 18:08:27      TRUE
## 5406     FALSE             0            <NA> 2022-11-28 18:08:20     FALSE
## 5407     FALSE             1            <NA> 2022-11-28 18:08:17     FALSE
## 5408     FALSE             0            <NA> 2022-11-28 18:08:13     FALSE
## 5409     FALSE             3        Tuttasb1 2022-11-28 18:08:11      TRUE
## 5410     FALSE             0            <NA> 2022-11-28 18:08:06     FALSE
## 5411     FALSE             0            <NA> 2022-11-28 18:08:02     FALSE
## 5412     FALSE             1            <NA> 2022-11-28 18:08:02     FALSE
## 5413     FALSE             0            <NA> 2022-11-28 18:08:02     FALSE
## 5414     FALSE             1            <NA> 2022-11-28 18:08:00     FALSE
## 5415     FALSE             0            <NA> 2022-11-28 18:07:49     FALSE
## 5416     FALSE             0            <NA> 2022-11-28 18:07:30     FALSE
## 5417     FALSE             0            <NA> 2022-11-28 18:07:23      TRUE
## 5418     FALSE             1            <NA> 2022-11-28 18:07:08      TRUE
## 5419     FALSE             0            <NA> 2022-11-28 18:06:57      TRUE
## 5420     FALSE             1            <NA> 2022-11-28 18:06:50     FALSE
## 5421     FALSE             0            <NA> 2022-11-28 18:06:35     FALSE
## 5422     FALSE             0            <NA> 2022-11-28 18:06:35     FALSE
## 5423     FALSE             2            <NA> 2022-11-28 18:06:31     FALSE
## 5424     FALSE             0            <NA> 2022-11-28 18:06:17      TRUE
## 5425     FALSE             1            <NA> 2022-11-28 18:06:15     FALSE
## 5426     FALSE             0            <NA> 2022-11-28 18:06:11     FALSE
## 5427     FALSE             0            <NA> 2022-11-28 18:06:10     FALSE
## 5428     FALSE             4            <NA> 2022-11-28 18:06:10     FALSE
## 5429     FALSE             0            <NA> 2022-11-28 18:06:05     FALSE
## 5430     FALSE             0            <NA> 2022-11-28 18:05:56      TRUE
## 5431     FALSE             6            <NA> 2022-11-28 18:05:51     FALSE
## 5432     FALSE             0            <NA> 2022-11-28 18:05:47     FALSE
## 5433     FALSE             0            <NA> 2022-11-28 18:05:47      TRUE
## 5434     FALSE             4            <NA> 2022-11-28 18:05:41     FALSE
## 5435     FALSE             4            <NA> 2022-11-28 18:05:40     FALSE
## 5436     FALSE             0            <NA> 2022-11-28 18:05:40     FALSE
## 5437     FALSE             0            <NA> 2022-11-28 18:05:36     FALSE
## 5438     FALSE             1            <NA> 2022-11-28 18:05:29     FALSE
## 5439     FALSE             0            <NA> 2022-11-28 18:05:18     FALSE
## 5440     FALSE             2            <NA> 2022-11-28 18:05:09     FALSE
## 5441     FALSE             1            <NA> 2022-11-28 18:05:09     FALSE
## 5442     FALSE             1            <NA> 2022-11-28 18:05:08     FALSE
## 5443     FALSE             0            <NA> 2022-11-28 18:05:07      TRUE
## 5444     FALSE             1            <NA> 2022-11-28 18:05:02      TRUE
## 5445     FALSE             1   EvermoreWitch 2022-11-28 18:04:40     FALSE
## 5446     FALSE             3            <NA> 2022-11-28 18:04:37     FALSE
## 5447     FALSE             0   EvermoreWitch 2022-11-28 18:04:34     FALSE
## 5448     FALSE             0            <NA> 2022-11-28 18:04:32      TRUE
## 5449     FALSE             1            <NA> 2022-11-28 18:04:22     FALSE
## 5450     FALSE             0            <NA> 2022-11-28 18:03:58     FALSE
## 5451     FALSE             0            <NA> 2022-11-28 18:03:55      TRUE
## 5452     FALSE             0            <NA> 2022-11-28 18:03:54     FALSE
## 5453     FALSE             0            <NA> 2022-11-28 18:03:48      TRUE
## 5454     FALSE             1            <NA> 2022-11-28 18:03:34     FALSE
## 5455     FALSE             2            <NA> 2022-11-28 18:03:21     FALSE
## 5456     FALSE             0            <NA> 2022-11-28 18:03:18     FALSE
## 5457     FALSE             0            <NA> 2022-11-28 18:03:10     FALSE
## 5458     FALSE             1            <NA> 2022-11-28 18:03:09     FALSE
## 5459     FALSE             0            <NA> 2022-11-28 18:02:49     FALSE
## 5460     FALSE             0            <NA> 2022-11-28 18:02:43      TRUE
## 5461     FALSE             0            <NA> 2022-11-28 18:02:41     FALSE
## 5462     FALSE             0            <NA> 2022-11-28 18:02:31     FALSE
## 5463     FALSE             3            <NA> 2022-11-28 18:02:29     FALSE
## 5464     FALSE             4            <NA> 2022-11-28 18:02:28     FALSE
## 5465     FALSE             0            <NA> 2022-11-28 18:02:26     FALSE
## 5466     FALSE             0            <NA> 2022-11-28 18:02:19     FALSE
## 5467     FALSE             0            <NA> 2022-11-28 18:02:18     FALSE
## 5468     FALSE             0            <NA> 2022-11-28 18:02:17     FALSE
## 5469     FALSE             0            <NA> 2022-11-28 18:02:16     FALSE
## 5470     FALSE             0            <NA> 2022-11-28 18:02:05      TRUE
## 5471     FALSE             0            <NA> 2022-11-28 18:02:04     FALSE
## 5472     FALSE             0            <NA> 2022-11-28 18:01:57     FALSE
## 5473     FALSE             0            <NA> 2022-11-28 18:01:46     FALSE
## 5474     FALSE             0            <NA> 2022-11-28 18:01:45     FALSE
## 5475     FALSE             0            <NA> 2022-11-28 18:01:41     FALSE
## 5476     FALSE             0            <NA> 2022-11-28 18:01:40     FALSE
## 5477     FALSE             0            <NA> 2022-11-28 18:01:38     FALSE
## 5478     FALSE             1            <NA> 2022-11-28 18:01:36      TRUE
## 5479     FALSE             1            <NA> 2022-11-28 18:01:34      TRUE
## 5480     FALSE             0            <NA> 2022-11-28 18:01:32     FALSE
## 5481     FALSE             0            <NA> 2022-11-28 18:01:32     FALSE
## 5482     FALSE           247            <NA> 2022-11-28 18:01:30      TRUE
## 5483     FALSE             1            <NA> 2022-11-28 18:01:25     FALSE
## 5484     FALSE             1            <NA> 2022-11-28 18:01:24      TRUE
## 5485     FALSE             1            <NA> 2022-11-28 18:01:20     FALSE
## 5486     FALSE            11            <NA> 2022-11-28 18:01:20      TRUE
## 5487     FALSE             2            <NA> 2022-11-28 18:01:18     FALSE
## 5488     FALSE             0            <NA> 2022-11-28 18:01:18     FALSE
## 5489     FALSE             1            <NA> 2022-11-28 18:01:11     FALSE
## 5490     FALSE             0            <NA> 2022-11-28 18:01:03     FALSE
## 5491     FALSE             0            <NA> 2022-11-28 18:00:59     FALSE
## 5492     FALSE             0            <NA> 2022-11-28 18:00:52     FALSE
## 5493     FALSE             0            <NA> 2022-11-28 18:00:46     FALSE
## 5494     FALSE             0            <NA> 2022-11-28 18:00:42     FALSE
## 5495     FALSE             0            <NA> 2022-11-28 18:00:33     FALSE
## 5496     FALSE             0            <NA> 2022-11-28 18:00:27     FALSE
## 5497     FALSE           144            <NA> 2022-11-28 18:00:23     FALSE
## 5498     FALSE             0            <NA> 2022-11-28 18:00:07      TRUE
## 5499     FALSE             0            <NA> 2022-11-28 18:00:03     FALSE
## 5500     FALSE             2            <NA> 2022-11-28 18:00:00      TRUE
## 5501     FALSE             0            <NA> 2022-11-28 17:59:44     FALSE
## 5502     FALSE             2            <NA> 2022-11-28 17:59:43     FALSE
## 5503     FALSE             1            <NA> 2022-11-28 17:59:38      TRUE
## 5504     FALSE             0            <NA> 2022-11-28 17:59:32      TRUE
## 5505     FALSE             1            <NA> 2022-11-28 17:59:30     FALSE
## 5506     FALSE             0            <NA> 2022-11-28 17:59:29     FALSE
## 5507     FALSE             0            <NA> 2022-11-28 17:59:26     FALSE
## 5508     FALSE             0            <NA> 2022-11-28 17:59:23     FALSE
## 5509     FALSE             0            <NA> 2022-11-28 17:59:20      TRUE
## 5510     FALSE             0            <NA> 2022-11-28 17:59:18     FALSE
## 5511     FALSE             0            <NA> 2022-11-28 17:59:17     FALSE
## 5512     FALSE             0            <NA> 2022-11-28 17:59:15     FALSE
## 5513     FALSE             1            <NA> 2022-11-28 17:59:14     FALSE
## 5514     FALSE            24            <NA> 2022-11-28 17:59:13      TRUE
## 5515     FALSE             0            <NA> 2022-11-28 17:59:12     FALSE
## 5516     FALSE             0            <NA> 2022-11-28 17:59:09     FALSE
## 5517     FALSE             0            <NA> 2022-11-28 17:59:00     FALSE
## 5518     FALSE             0            <NA> 2022-11-28 17:58:50     FALSE
## 5519     FALSE             0            <NA> 2022-11-28 17:58:48     FALSE
## 5520     FALSE             0            <NA> 2022-11-28 17:58:43     FALSE
## 5521     FALSE             0            <NA> 2022-11-28 17:58:40     FALSE
## 5522     FALSE             0            <NA> 2022-11-28 17:58:39     FALSE
## 5523     FALSE             0            <NA> 2022-11-28 17:58:31      TRUE
## 5524     FALSE             0            <NA> 2022-11-28 17:58:20      TRUE
## 5525     FALSE             0            <NA> 2022-11-28 17:58:18     FALSE
## 5526     FALSE             0            <NA> 2022-11-28 17:58:16      TRUE
## 5527     FALSE             0            <NA> 2022-11-28 17:58:16     FALSE
## 5528     FALSE             0            <NA> 2022-11-28 17:58:12     FALSE
## 5529     FALSE             0            <NA> 2022-11-28 17:58:10     FALSE
## 5530     FALSE             0            <NA> 2022-11-28 17:58:09     FALSE
## 5531     FALSE             0            <NA> 2022-11-28 17:58:03     FALSE
## 5532     FALSE             3            <NA> 2022-11-28 17:58:03     FALSE
## 5533     FALSE             0            <NA> 2022-11-28 17:58:00     FALSE
## 5534     FALSE             0            <NA> 2022-11-28 17:57:56     FALSE
## 5535     FALSE             1            <NA> 2022-11-28 17:57:55      TRUE
## 5536     FALSE             0            <NA> 2022-11-28 17:57:51     FALSE
## 5537     FALSE             0            <NA> 2022-11-28 17:57:49      TRUE
## 5538     FALSE             0            <NA> 2022-11-28 17:57:35     FALSE
## 5539     FALSE             2            <NA> 2022-11-28 17:57:32     FALSE
## 5540     FALSE             0            <NA> 2022-11-28 17:57:30     FALSE
## 5541     FALSE             0            <NA> 2022-11-28 17:57:27     FALSE
## 5542     FALSE             0            <NA> 2022-11-28 17:57:18     FALSE
## 5543     FALSE             0            <NA> 2022-11-28 17:57:12     FALSE
## 5544     FALSE             0            <NA> 2022-11-28 17:57:12     FALSE
## 5545     FALSE             0            <NA> 2022-11-28 17:57:06     FALSE
## 5546     FALSE             2            <NA> 2022-11-28 17:57:06     FALSE
## 5547     FALSE             1            <NA> 2022-11-28 17:57:00     FALSE
## 5548     FALSE             0            <NA> 2022-11-28 17:57:00     FALSE
## 5549     FALSE             0            <NA> 2022-11-28 17:56:59     FALSE
## 5550     FALSE             1            <NA> 2022-11-28 17:56:44      TRUE
## 5551     FALSE             0            <NA> 2022-11-28 17:56:34      TRUE
## 5552     FALSE             0            <NA> 2022-11-28 17:56:28      TRUE
## 5553     FALSE             0            <NA> 2022-11-28 17:56:27      TRUE
## 5554     FALSE             0            <NA> 2022-11-28 17:56:22     FALSE
## 5555     FALSE             0            <NA> 2022-11-28 17:56:21     FALSE
## 5556     FALSE             0            <NA> 2022-11-28 17:56:18     FALSE
## 5557     FALSE             0            <NA> 2022-11-28 17:56:17     FALSE
## 5558     FALSE             0            <NA> 2022-11-28 17:56:07     FALSE
## 5559     FALSE             2            <NA> 2022-11-28 17:56:07     FALSE
## 5560     FALSE             0            <NA> 2022-11-28 17:56:06     FALSE
## 5561     FALSE             1            <NA> 2022-11-28 17:56:05     FALSE
## 5562     FALSE             0            <NA> 2022-11-28 17:56:04     FALSE
## 5563     FALSE             2            <NA> 2022-11-28 17:56:04     FALSE
## 5564     FALSE             2            <NA> 2022-11-28 17:56:01     FALSE
## 5565     FALSE             0            <NA> 2022-11-28 17:55:59      TRUE
## 5566     FALSE             0            <NA> 2022-11-28 17:55:59     FALSE
## 5567     FALSE             0            <NA> 2022-11-28 17:55:55     FALSE
## 5568     FALSE             2            <NA> 2022-11-28 17:55:54      TRUE
## 5569     FALSE             0            <NA> 2022-11-28 17:55:47     FALSE
## 5570     FALSE             0            <NA> 2022-11-28 17:55:44     FALSE
## 5571     FALSE             0            <NA> 2022-11-28 17:55:42     FALSE
## 5572     FALSE             0            <NA> 2022-11-28 17:55:42     FALSE
## 5573     FALSE             0            <NA> 2022-11-28 17:55:38     FALSE
## 5574     FALSE             4            <NA> 2022-11-28 17:55:35      TRUE
## 5575     FALSE             0            <NA> 2022-11-28 17:55:34     FALSE
## 5576     FALSE             2            <NA> 2022-11-28 17:55:30      TRUE
## 5577     FALSE             0            <NA> 2022-11-28 17:55:28     FALSE
## 5578     FALSE             0            <NA> 2022-11-28 17:55:26     FALSE
## 5579     FALSE             1            <NA> 2022-11-28 17:55:25     FALSE
## 5580     FALSE             1            <NA> 2022-11-28 17:55:22     FALSE
## 5581     FALSE             0            <NA> 2022-11-28 17:55:21     FALSE
## 5582     FALSE             0            <NA> 2022-11-28 17:55:20     FALSE
## 5583     FALSE             0            <NA> 2022-11-28 17:55:18     FALSE
## 5584     FALSE             0            <NA> 2022-11-28 17:55:18      TRUE
## 5585     FALSE            11            <NA> 2022-11-28 17:55:09     FALSE
## 5586     FALSE             0            <NA> 2022-11-28 17:55:08     FALSE
## 5587     FALSE             1            <NA> 2022-11-28 17:55:00     FALSE
## 5588     FALSE             0            <NA> 2022-11-28 17:55:00     FALSE
## 5589     FALSE             1            <NA> 2022-11-28 17:54:56     FALSE
## 5590     FALSE             0            <NA> 2022-11-28 17:54:56     FALSE
## 5591     FALSE             1 iluvkirstyb1975 2022-11-28 17:54:55     FALSE
## 5592     FALSE             0            <NA> 2022-11-28 17:54:53     FALSE
## 5593     FALSE             3            <NA> 2022-11-28 17:54:53     FALSE
## 5594     FALSE             1            <NA> 2022-11-28 17:54:41     FALSE
## 5595     FALSE             0            <NA> 2022-11-28 17:54:40     FALSE
## 5596     FALSE             0            <NA> 2022-11-28 17:54:26     FALSE
## 5597     FALSE             0            <NA> 2022-11-28 17:54:23     FALSE
## 5598     FALSE             0            <NA> 2022-11-28 17:54:21     FALSE
## 5599     FALSE            12            <NA> 2022-11-28 17:54:20     FALSE
## 5600     FALSE            12            <NA> 2022-11-28 17:54:18     FALSE
## 5601     FALSE             1            <NA> 2022-11-28 17:54:11     FALSE
## 5602     FALSE             0            <NA> 2022-11-28 17:54:05      TRUE
## 5603     FALSE             0            <NA> 2022-11-28 17:54:05     FALSE
## 5604     FALSE             0            <NA> 2022-11-28 17:54:05     FALSE
## 5605     FALSE             0            <NA> 2022-11-28 17:54:03     FALSE
## 5606     FALSE             0            <NA> 2022-11-28 17:53:54     FALSE
## 5607     FALSE             0            <NA> 2022-11-28 17:53:42     FALSE
## 5608     FALSE             0            <NA> 2022-11-28 17:53:41     FALSE
## 5609     FALSE             0            <NA> 2022-11-28 17:53:40     FALSE
## 5610     FALSE             1            <NA> 2022-11-28 17:53:37     FALSE
## 5611     FALSE             1            <NA> 2022-11-28 17:53:20     FALSE
## 5612     FALSE             1            <NA> 2022-11-28 17:53:13     FALSE
## 5613     FALSE             0            <NA> 2022-11-28 17:53:12     FALSE
## 5614     FALSE             0            <NA> 2022-11-28 17:53:07     FALSE
## 5615     FALSE             2            <NA> 2022-11-28 17:52:59     FALSE
## 5616     FALSE             0            <NA> 2022-11-28 17:52:53      TRUE
## 5617     FALSE             0            <NA> 2022-11-28 17:52:45     FALSE
## 5618     FALSE             2            <NA> 2022-11-28 17:52:45     FALSE
## 5619     FALSE             1            <NA> 2022-11-28 17:52:41     FALSE
## 5620     FALSE             1            <NA> 2022-11-28 17:52:37     FALSE
## 5621     FALSE             0            <NA> 2022-11-28 17:52:31     FALSE
## 5622     FALSE             0            <NA> 2022-11-28 17:52:29     FALSE
## 5623     FALSE             0            <NA> 2022-11-28 17:52:29     FALSE
## 5624     FALSE             0            <NA> 2022-11-28 17:52:27     FALSE
## 5625     FALSE             0            <NA> 2022-11-28 17:52:13     FALSE
## 5626     FALSE             1            <NA> 2022-11-28 17:52:08     FALSE
## 5627     FALSE             0            <NA> 2022-11-28 17:51:47     FALSE
## 5628     FALSE             0            <NA> 2022-11-28 17:51:44     FALSE
## 5629     FALSE             0            <NA> 2022-11-28 17:51:34      TRUE
## 5630     FALSE             0            <NA> 2022-11-28 17:51:30     FALSE
## 5631     FALSE             0            <NA> 2022-11-28 17:51:25     FALSE
## 5632     FALSE             0            <NA> 2022-11-28 17:51:14     FALSE
## 5633     FALSE             0            <NA> 2022-11-28 17:51:07     FALSE
## 5634     FALSE             5            <NA> 2022-11-28 17:51:04     FALSE
## 5635     FALSE             0            <NA> 2022-11-28 17:51:03     FALSE
## 5636     FALSE             0            <NA> 2022-11-28 17:50:58     FALSE
## 5637     FALSE             0            <NA> 2022-11-28 17:50:57     FALSE
## 5638     FALSE             0            <NA> 2022-11-28 17:50:57      TRUE
## 5639     FALSE             0            <NA> 2022-11-28 17:50:51     FALSE
## 5640     FALSE             3            <NA> 2022-11-28 17:50:46     FALSE
## 5641     FALSE             0            <NA> 2022-11-28 17:50:39     FALSE
## 5642     FALSE             0            <NA> 2022-11-28 17:50:30     FALSE
## 5643     FALSE             0            <NA> 2022-11-28 17:50:29     FALSE
## 5644     FALSE             0            <NA> 2022-11-28 17:50:27     FALSE
## 5645     FALSE             0            <NA> 2022-11-28 17:50:25     FALSE
## 5646     FALSE             0            <NA> 2022-11-28 17:50:21     FALSE
## 5647     FALSE             0            <NA> 2022-11-28 17:50:17     FALSE
## 5648     FALSE             0            <NA> 2022-11-28 17:50:11     FALSE
## 5649     FALSE             0            <NA> 2022-11-28 17:50:07      TRUE
## 5650     FALSE            65            <NA> 2022-11-28 17:50:06     FALSE
## 5651     FALSE             0            <NA> 2022-11-28 17:50:04     FALSE
## 5652     FALSE             0            <NA> 2022-11-28 17:50:01     FALSE
## 5653     FALSE             1            <NA> 2022-11-28 17:50:00     FALSE
## 5654     FALSE             0            <NA> 2022-11-28 17:49:56     FALSE
## 5655     FALSE             0            <NA> 2022-11-28 17:49:54     FALSE
## 5656     FALSE             1            <NA> 2022-11-28 17:49:51      TRUE
## 5657     FALSE             0            <NA> 2022-11-28 17:49:50      TRUE
## 5658     FALSE             0            <NA> 2022-11-28 17:49:48     FALSE
## 5659     FALSE             0            <NA> 2022-11-28 17:49:42     FALSE
## 5660     FALSE             0            <NA> 2022-11-28 17:49:41     FALSE
## 5661     FALSE             0            <NA> 2022-11-28 17:49:40     FALSE
## 5662     FALSE             0            <NA> 2022-11-28 17:49:35     FALSE
## 5663     FALSE             0            <NA> 2022-11-28 17:49:31     FALSE
## 5664     FALSE             0            <NA> 2022-11-28 17:49:27     FALSE
## 5665     FALSE             0            <NA> 2022-11-28 17:49:26     FALSE
## 5666     FALSE             0            <NA> 2022-11-28 17:49:25     FALSE
## 5667     FALSE             0            <NA> 2022-11-28 17:49:21     FALSE
## 5668     FALSE             3            <NA> 2022-11-28 17:49:21     FALSE
## 5669     FALSE             0            <NA> 2022-11-28 17:49:13     FALSE
## 5670     FALSE           120            <NA> 2022-11-28 17:49:05      TRUE
## 5671     FALSE             0            <NA> 2022-11-28 17:49:05     FALSE
## 5672     FALSE             0            <NA> 2022-11-28 17:48:59     FALSE
## 5673     FALSE             0            <NA> 2022-11-28 17:48:54     FALSE
## 5674     FALSE             1            <NA> 2022-11-28 17:48:54     FALSE
## 5675     FALSE             0            <NA> 2022-11-28 17:48:53      TRUE
## 5676     FALSE             0            <NA> 2022-11-28 17:48:50     FALSE
## 5677     FALSE             1            <NA> 2022-11-28 17:48:50     FALSE
## 5678     FALSE             1            <NA> 2022-11-28 17:48:50     FALSE
## 5679     FALSE             0            <NA> 2022-11-28 17:48:39     FALSE
## 5680     FALSE             0            <NA> 2022-11-28 17:48:37     FALSE
## 5681     FALSE             0            <NA> 2022-11-28 17:48:37     FALSE
## 5682     FALSE             1            <NA> 2022-11-28 17:48:30     FALSE
## 5683     FALSE             1            <NA> 2022-11-28 17:48:27     FALSE
## 5684     FALSE             0            <NA> 2022-11-28 17:48:27     FALSE
## 5685     FALSE             1            <NA> 2022-11-28 17:48:24      TRUE
## 5686     FALSE             0            <NA> 2022-11-28 17:48:22     FALSE
## 5687     FALSE             0            <NA> 2022-11-28 17:48:18     FALSE
## 5688     FALSE             1            <NA> 2022-11-28 17:48:11     FALSE
## 5689     FALSE             0            <NA> 2022-11-28 17:48:09     FALSE
## 5690     FALSE             2            <NA> 2022-11-28 17:48:08     FALSE
## 5691     FALSE             0            <NA> 2022-11-28 17:48:08     FALSE
## 5692     FALSE             1            <NA> 2022-11-28 17:48:07     FALSE
## 5693     FALSE             0            <NA> 2022-11-28 17:48:04     FALSE
## 5694     FALSE             0            <NA> 2022-11-28 17:48:00     FALSE
## 5695     FALSE             0            <NA> 2022-11-28 17:47:57     FALSE
## 5696     FALSE             0            <NA> 2022-11-28 17:47:55     FALSE
## 5697     FALSE             0            <NA> 2022-11-28 17:47:51     FALSE
## 5698     FALSE             0            <NA> 2022-11-28 17:47:34     FALSE
## 5699     FALSE             0            <NA> 2022-11-28 17:47:27     FALSE
## 5700     FALSE             0            <NA> 2022-11-28 17:47:22     FALSE
## 5701     FALSE             0            <NA> 2022-11-28 17:47:17      TRUE
## 5702     FALSE             0            <NA> 2022-11-28 17:47:16     FALSE
## 5703     FALSE             0            <NA> 2022-11-28 17:47:12     FALSE
## 5704     FALSE             2            <NA> 2022-11-28 17:47:05     FALSE
## 5705     FALSE             0            <NA> 2022-11-28 17:47:03     FALSE
## 5706     FALSE             1            <NA> 2022-11-28 17:46:56     FALSE
## 5707     FALSE             0            <NA> 2022-11-28 17:46:49     FALSE
## 5708     FALSE             3            <NA> 2022-11-28 17:46:45     FALSE
## 5709     FALSE             1            <NA> 2022-11-28 17:46:44     FALSE
## 5710     FALSE             0            <NA> 2022-11-28 17:46:38     FALSE
## 5711     FALSE             2            <NA> 2022-11-28 17:46:36     FALSE
## 5712     FALSE             3            <NA> 2022-11-28 17:46:31     FALSE
## 5713     FALSE             0            <NA> 2022-11-28 17:46:29     FALSE
## 5714     FALSE             0            <NA> 2022-11-28 17:46:28     FALSE
## 5715     FALSE             0            <NA> 2022-11-28 17:46:22     FALSE
## 5716     FALSE             0            <NA> 2022-11-28 17:46:18     FALSE
## 5717     FALSE             0            <NA> 2022-11-28 17:46:12      TRUE
## 5718     FALSE             1            <NA> 2022-11-28 17:46:12     FALSE
## 5719     FALSE             0            <NA> 2022-11-28 17:46:11     FALSE
## 5720     FALSE             0            <NA> 2022-11-28 17:46:09     FALSE
## 5721     FALSE             0            <NA> 2022-11-28 17:46:05     FALSE
## 5722     FALSE             5            <NA> 2022-11-28 17:46:02     FALSE
## 5723     FALSE             0            <NA> 2022-11-28 17:45:46     FALSE
## 5724     FALSE             0            <NA> 2022-11-28 17:45:46     FALSE
## 5725     FALSE             0            <NA> 2022-11-28 17:45:37     FALSE
## 5726     FALSE             2            <NA> 2022-11-28 17:45:36     FALSE
## 5727     FALSE             0            <NA> 2022-11-28 17:45:35     FALSE
## 5728     FALSE             1            <NA> 2022-11-28 17:45:32     FALSE
## 5729     FALSE             3            <NA> 2022-11-28 17:45:31     FALSE
## 5730     FALSE             0            <NA> 2022-11-28 17:45:24     FALSE
## 5731     FALSE             0            <NA> 2022-11-28 17:45:19     FALSE
## 5732     FALSE             2            <NA> 2022-11-28 17:45:17     FALSE
## 5733     FALSE             3            <NA> 2022-11-28 17:45:08     FALSE
## 5734     FALSE             0            <NA> 2022-11-28 17:45:07     FALSE
## 5735     FALSE             0            <NA> 2022-11-28 17:45:05     FALSE
## 5736     FALSE             0            <NA> 2022-11-28 17:45:05     FALSE
## 5737     FALSE             0            <NA> 2022-11-28 17:45:01     FALSE
## 5738     FALSE             0            <NA> 2022-11-28 17:44:58     FALSE
## 5739     FALSE             4            <NA> 2022-11-28 17:44:48     FALSE
## 5740     FALSE             0            <NA> 2022-11-28 17:44:44     FALSE
## 5741     FALSE             0            <NA> 2022-11-28 17:44:43     FALSE
## 5742     FALSE             1            <NA> 2022-11-28 17:44:43      TRUE
## 5743     FALSE             0            <NA> 2022-11-28 17:44:38     FALSE
## 5744     FALSE             0            <NA> 2022-11-28 17:44:37     FALSE
## 5745     FALSE             0            <NA> 2022-11-28 17:44:31     FALSE
## 5746     FALSE             0            <NA> 2022-11-28 17:44:30     FALSE
## 5747     FALSE             0            <NA> 2022-11-28 17:44:23     FALSE
## 5748     FALSE             0            <NA> 2022-11-28 17:44:21     FALSE
## 5749     FALSE             0            <NA> 2022-11-28 17:44:13     FALSE
## 5750     FALSE             0            <NA> 2022-11-28 17:44:13     FALSE
## 5751     FALSE             0            <NA> 2022-11-28 17:44:12     FALSE
## 5752     FALSE             9            <NA> 2022-11-28 17:44:12     FALSE
## 5753     FALSE             0            <NA> 2022-11-28 17:44:11     FALSE
## 5754     FALSE             0            <NA> 2022-11-28 17:44:09     FALSE
## 5755     FALSE             0            <NA> 2022-11-28 17:44:07     FALSE
## 5756     FALSE             0            <NA> 2022-11-28 17:44:07     FALSE
## 5757     FALSE             0            <NA> 2022-11-28 17:44:03     FALSE
## 5758     FALSE             0            <NA> 2022-11-28 17:43:55     FALSE
## 5759     FALSE             0            <NA> 2022-11-28 17:43:52     FALSE
## 5760     FALSE             0            <NA> 2022-11-28 17:43:50     FALSE
## 5761     FALSE             0            <NA> 2022-11-28 17:43:42     FALSE
## 5762     FALSE             0            <NA> 2022-11-28 17:43:42     FALSE
## 5763     FALSE             0            <NA> 2022-11-28 17:43:40     FALSE
## 5764     FALSE             0            <NA> 2022-11-28 17:43:39     FALSE
## 5765     FALSE             1            <NA> 2022-11-28 17:43:35     FALSE
## 5766     FALSE             0            <NA> 2022-11-28 17:43:29     FALSE
## 5767     FALSE             0            <NA> 2022-11-28 17:43:27     FALSE
## 5768     FALSE             2            <NA> 2022-11-28 17:43:25      TRUE
## 5769     FALSE             0            <NA> 2022-11-28 17:43:23     FALSE
## 5770     FALSE             0            <NA> 2022-11-28 17:43:23     FALSE
## 5771     FALSE             0            <NA> 2022-11-28 17:43:20     FALSE
## 5772     FALSE             1            <NA> 2022-11-28 17:43:19     FALSE
## 5773     FALSE             0            <NA> 2022-11-28 17:43:16     FALSE
## 5774     FALSE             0            <NA> 2022-11-28 17:43:16     FALSE
## 5775     FALSE             0            <NA> 2022-11-28 17:43:15     FALSE
## 5776     FALSE             0            <NA> 2022-11-28 17:43:11     FALSE
## 5777     FALSE             0            <NA> 2022-11-28 17:43:05     FALSE
## 5778     FALSE             0            <NA> 2022-11-28 17:43:00     FALSE
## 5779     FALSE             3         Spotify 2022-11-28 17:42:56      TRUE
## 5780     FALSE             0            <NA> 2022-11-28 17:42:54      TRUE
## 5781     FALSE             4            <NA> 2022-11-28 17:42:53     FALSE
## 5782     FALSE             3            <NA> 2022-11-28 17:42:53      TRUE
## 5783     FALSE             1            <NA> 2022-11-28 17:42:35     FALSE
## 5784     FALSE             2            <NA> 2022-11-28 17:42:35      TRUE
## 5785     FALSE             1            <NA> 2022-11-28 17:42:34     FALSE
## 5786     FALSE             0            <NA> 2022-11-28 17:42:32     FALSE
## 5787     FALSE             2            <NA> 2022-11-28 17:42:26      TRUE
## 5788     FALSE             0            <NA> 2022-11-28 17:42:26     FALSE
## 5789     FALSE            18       TOMACVETY 2022-11-28 17:42:25      TRUE
## 5790     FALSE             2            <NA> 2022-11-28 17:42:19     FALSE
## 5791     FALSE             0            <NA> 2022-11-28 17:42:19     FALSE
## 5792     FALSE             0            <NA> 2022-11-28 17:42:13     FALSE
## 5793     FALSE             0            <NA> 2022-11-28 17:42:11     FALSE
## 5794     FALSE             0            <NA> 2022-11-28 17:41:47     FALSE
## 5795     FALSE             2            <NA> 2022-11-28 17:41:34     FALSE
## 5796     FALSE             0            <NA> 2022-11-28 17:41:34     FALSE
## 5797     FALSE             0            <NA> 2022-11-28 17:41:24     FALSE
## 5798     FALSE             0            <NA> 2022-11-28 17:41:23     FALSE
## 5799     FALSE             0            <NA> 2022-11-28 17:41:22      TRUE
## 5800     FALSE             0            <NA> 2022-11-28 17:41:13     FALSE
## 5801     FALSE             0            <NA> 2022-11-28 17:41:12     FALSE
## 5802     FALSE             0            <NA> 2022-11-28 17:41:11     FALSE
## 5803     FALSE             0            <NA> 2022-11-28 17:41:10      TRUE
## 5804     FALSE             0            <NA> 2022-11-28 17:41:06     FALSE
## 5805     FALSE             0            <NA> 2022-11-28 17:41:05     FALSE
## 5806     FALSE             1            <NA> 2022-11-28 17:41:02      TRUE
## 5807     FALSE             0            <NA> 2022-11-28 17:41:00     FALSE
## 5808     FALSE             0            <NA> 2022-11-28 17:40:57     FALSE
## 5809     FALSE             3            <NA> 2022-11-28 17:40:55     FALSE
## 5810     FALSE             0            <NA> 2022-11-28 17:40:48     FALSE
## 5811     FALSE             0            <NA> 2022-11-28 17:40:43     FALSE
## 5812     FALSE             0            <NA> 2022-11-28 17:40:30     FALSE
## 5813     FALSE             0            <NA> 2022-11-28 17:40:30     FALSE
## 5814     FALSE             2            <NA> 2022-11-28 17:40:20     FALSE
## 5815     FALSE             1            <NA> 2022-11-28 17:40:16     FALSE
## 5816     FALSE             0            <NA> 2022-11-28 17:40:15     FALSE
## 5817     FALSE             0            <NA> 2022-11-28 17:40:15     FALSE
## 5818     FALSE             1            <NA> 2022-11-28 17:40:13     FALSE
## 5819     FALSE             1            <NA> 2022-11-28 17:40:05     FALSE
## 5820     FALSE             0            <NA> 2022-11-28 17:40:03     FALSE
## 5821     FALSE             0            <NA> 2022-11-28 17:39:59     FALSE
## 5822     FALSE             0            <NA> 2022-11-28 17:39:58     FALSE
## 5823     FALSE             0            <NA> 2022-11-28 17:39:51     FALSE
## 5824     FALSE             1            <NA> 2022-11-28 17:39:47     FALSE
## 5825     FALSE             0            <NA> 2022-11-28 17:39:47     FALSE
## 5826     FALSE             1            <NA> 2022-11-28 17:39:35     FALSE
## 5827     FALSE             2            <NA> 2022-11-28 17:39:32     FALSE
## 5828     FALSE             0            <NA> 2022-11-28 17:39:30     FALSE
## 5829     FALSE             0            <NA> 2022-11-28 17:39:29     FALSE
## 5830     FALSE             0            <NA> 2022-11-28 17:39:28     FALSE
## 5831     FALSE             0            <NA> 2022-11-28 17:39:28     FALSE
## 5832     FALSE             0            <NA> 2022-11-28 17:39:25     FALSE
## 5833     FALSE             0            <NA> 2022-11-28 17:39:22     FALSE
## 5834     FALSE             1            <NA> 2022-11-28 17:39:14     FALSE
## 5835     FALSE             1            <NA> 2022-11-28 17:39:14      TRUE
## 5836     FALSE             3            <NA> 2022-11-28 17:39:13     FALSE
## 5837     FALSE             0            <NA> 2022-11-28 17:39:12     FALSE
## 5838     FALSE             0            <NA> 2022-11-28 17:39:10     FALSE
## 5839     FALSE             0            <NA> 2022-11-28 17:39:08     FALSE
## 5840     FALSE             1            <NA> 2022-11-28 17:39:07     FALSE
## 5841     FALSE             0            <NA> 2022-11-28 17:39:05     FALSE
## 5842     FALSE             0            <NA> 2022-11-28 17:38:57     FALSE
## 5843     FALSE            12            <NA> 2022-11-28 17:38:56     FALSE
## 5844     FALSE             0            <NA> 2022-11-28 17:38:55     FALSE
## 5845     FALSE             0            <NA> 2022-11-28 17:38:54     FALSE
## 5846     FALSE             5 m_thompson_0506 2022-11-28 17:38:52      TRUE
## 5847     FALSE             0            <NA> 2022-11-28 17:38:50     FALSE
## 5848     FALSE             8            <NA> 2022-11-28 17:38:42     FALSE
## 5849     FALSE             0            <NA> 2022-11-28 17:38:42     FALSE
## 5850     FALSE             0            <NA> 2022-11-28 17:38:38     FALSE
## 5851     FALSE             0            <NA> 2022-11-28 17:38:35     FALSE
## 5852     FALSE             0            <NA> 2022-11-28 17:38:35     FALSE
## 5853     FALSE             0            <NA> 2022-11-28 17:38:33     FALSE
## 5854     FALSE             3            <NA> 2022-11-28 17:38:31     FALSE
## 5855     FALSE             1            <NA> 2022-11-28 17:38:29     FALSE
## 5856     FALSE             0            <NA> 2022-11-28 17:38:23     FALSE
## 5857     FALSE             0            <NA> 2022-11-28 17:38:21     FALSE
## 5858     FALSE             0            <NA> 2022-11-28 17:38:18     FALSE
## 5859     FALSE             1            <NA> 2022-11-28 17:38:18     FALSE
## 5860     FALSE            34            <NA> 2022-11-28 17:38:18      TRUE
## 5861     FALSE             1            <NA> 2022-11-28 17:38:15     FALSE
## 5862     FALSE             1            <NA> 2022-11-28 17:38:13     FALSE
## 5863     FALSE             0            <NA> 2022-11-28 17:38:06     FALSE
## 5864     FALSE             2            <NA> 2022-11-28 17:38:01     FALSE
## 5865     FALSE             0            <NA> 2022-11-28 17:37:53     FALSE
## 5866     FALSE             0            <NA> 2022-11-28 17:37:48     FALSE
## 5867     FALSE             0            <NA> 2022-11-28 17:37:45     FALSE
## 5868     FALSE             1            <NA> 2022-11-28 17:37:24     FALSE
## 5869     FALSE             0            <NA> 2022-11-28 17:37:20     FALSE
## 5870     FALSE             0            <NA> 2022-11-28 17:37:15      TRUE
## 5871     FALSE             1            <NA> 2022-11-28 17:37:14     FALSE
## 5872     FALSE             0            <NA> 2022-11-28 17:37:13     FALSE
## 5873     FALSE             0            <NA> 2022-11-28 17:37:09     FALSE
## 5874     FALSE             1            <NA> 2022-11-28 17:37:09     FALSE
## 5875     FALSE             0            <NA> 2022-11-28 17:37:05     FALSE
## 5876     FALSE             0            <NA> 2022-11-28 17:37:04     FALSE
## 5877     FALSE             0            <NA> 2022-11-28 17:36:55     FALSE
## 5878     FALSE             0            <NA> 2022-11-28 17:36:54     FALSE
## 5879     FALSE             1            <NA> 2022-11-28 17:36:52     FALSE
## 5880     FALSE             1            <NA> 2022-11-28 17:36:51     FALSE
## 5881     FALSE             3            <NA> 2022-11-28 17:36:48      TRUE
## 5882     FALSE             0            <NA> 2022-11-28 17:36:47     FALSE
##               replyToSID                  id          replyToUID
## 1                   <NA> 1597379798212362240                <NA>
## 2                   <NA> 1597379789215903744                <NA>
## 3                   <NA> 1597379771989532672                <NA>
## 4                   <NA> 1597379760640126976                <NA>
## 5                   <NA> 1597379744214892544                <NA>
## 6                   <NA> 1597379723566362624                <NA>
## 7                   <NA> 1597379722325151744                <NA>
## 8                   <NA> 1597379644864356352                <NA>
## 9                   <NA> 1597379638971740160                <NA>
## 10                  <NA> 1597379602648682496                <NA>
## 11                  <NA> 1597379546294411264                <NA>
## 12                  <NA> 1597379518750404608                <NA>
## 13                  <NA> 1597379509434863617                <NA>
## 14                  <NA> 1597379504594247685                <NA>
## 15                  <NA> 1597379494326595585                <NA>
## 16                  <NA> 1597379469861621761                <NA>
## 17                  <NA> 1597379454049071104                <NA>
## 18                  <NA> 1597379448516771840                <NA>
## 19                  <NA> 1597379446860025856                <NA>
## 20                  <NA> 1597379429185245184                <NA>
## 21                  <NA> 1597379417202126848                <NA>
## 22                  <NA> 1597379409534586880                <NA>
## 23                  <NA> 1597379389179580416                <NA>
## 24                  <NA> 1597379355239682049                <NA>
## 25                  <NA> 1597379313073934336                <NA>
## 26                  <NA> 1597379278441656321                <NA>
## 27                  <NA> 1597379271441334273                <NA>
## 28                  <NA> 1597379240533852162                <NA>
## 29                  <NA> 1597379210242560000                <NA>
## 30                  <NA> 1597379157478244353                <NA>
## 31                  <NA> 1597379149982994432                <NA>
## 32                  <NA> 1597379137773375488                <NA>
## 33                  <NA> 1597379128235528192                <NA>
## 34                  <NA> 1597379126863618049                <NA>
## 35                  <NA> 1597379046970920960                <NA>
## 36                  <NA> 1597379026976641024                <NA>
## 37                  <NA> 1597378992541048832                <NA>
## 38                  <NA> 1597378936518111233                <NA>
## 39                  <NA> 1597378873377067008                <NA>
## 40                  <NA> 1597378841357725696                <NA>
## 41                  <NA> 1597378831803109376                <NA>
## 42                  <NA> 1597378803739021313                <NA>
## 43                  <NA> 1597378799968325632                <NA>
## 44                  <NA> 1597378758851563520                <NA>
## 45                  <NA> 1597378743248769024                <NA>
## 46                  <NA> 1597378723946278912                <NA>
## 47                  <NA> 1597378718133256194                <NA>
## 48                  <NA> 1597378669768761345                <NA>
## 49                  <NA> 1597378615649267713                <NA>
## 50                  <NA> 1597378610977189888                <NA>
## 51                  <NA> 1597378601116045312                <NA>
## 52                  <NA> 1597378599387942912                <NA>
## 53                  <NA> 1597378571550408704                <NA>
## 54                  <NA> 1597378536603791360                <NA>
## 55                  <NA> 1597378530941186048                <NA>
## 56                  <NA> 1597378516131414018                <NA>
## 57                  <NA> 1597378515540008960                <NA>
## 58                  <NA> 1597378509420523520                <NA>
## 59                  <NA> 1597378489975734272                <NA>
## 60                  <NA> 1597378489631793153                <NA>
## 61                  <NA> 1597378478348779520                <NA>
## 62                  <NA> 1597378470769676289                <NA>
## 63                  <NA> 1597378434996789248                <NA>
## 64                  <NA> 1597378431540334593                <NA>
## 65                  <NA> 1597378420325101569                <NA>
## 66                  <NA> 1597378385873104897                <NA>
## 67                  <NA> 1597378380336230400                <NA>
## 68                  <NA> 1597378375907422208                <NA>
## 69                  <NA> 1597378374699454464                <NA>
## 70                  <NA> 1597378320768737280                <NA>
## 71                  <NA> 1597378317271040001                <NA>
## 72                  <NA> 1597378306755948544                <NA>
## 73                  <NA> 1597378302377086982                <NA>
## 74                  <NA> 1597378283473027072                <NA>
## 75                  <NA> 1597378228800589825                <NA>
## 76                  <NA> 1597378181626941440                <NA>
## 77                  <NA> 1597378166124793857                <NA>
## 78                  <NA> 1597378110814818304                <NA>
## 79                  <NA> 1597378104615268354                <NA>
## 80                  <NA> 1597378086278172673                <NA>
## 81                  <NA> 1597378076027285505                <NA>
## 82                  <NA> 1597378037665845248                <NA>
## 83                  <NA> 1597378028203823105                <NA>
## 84                  <NA> 1597377997040148481                <NA>
## 85                  <NA> 1597377950373904384                <NA>
## 86                  <NA> 1597377941645975552                <NA>
## 87                  <NA> 1597377937988530176                <NA>
## 88                  <NA> 1597377933823610881                <NA>
## 89                  <NA> 1597377898272657409                <NA>
## 90                  <NA> 1597377875011076097                <NA>
## 91                  <NA> 1597377845114068992                <NA>
## 92                  <NA> 1597377819616546816                <NA>
## 93                  <NA> 1597377807155625984                <NA>
## 94                  <NA> 1597377795981996032                <NA>
## 95                  <NA> 1597377747953025024                <NA>
## 96                  <NA> 1597377710451752961                <NA>
## 97                  <NA> 1597377686485471232                <NA>
## 98                  <NA> 1597377672069644288                <NA>
## 99                  <NA> 1597377640113266688                <NA>
## 100                 <NA> 1597377632517394432                <NA>
## 101                 <NA> 1597377584878133249                <NA>
## 102                 <NA> 1597377580943888384                <NA>
## 103                 <NA> 1597377532382547968                <NA>
## 104                 <NA> 1597377473620373505                <NA>
## 105                 <NA> 1597377402761465856                <NA>
## 106                 <NA> 1597377396562198528                <NA>
## 107                 <NA> 1597377389507809280                <NA>
## 108                 <NA> 1597377372902526977                <NA>
## 109                 <NA> 1597377358943899649                <NA>
## 110                 <NA> 1597377352283336705                <NA>
## 111                 <NA> 1597377317638393856                <NA>
## 112                 <NA> 1597377262403620864                <NA>
## 113                 <NA> 1597377242392195072                <NA>
## 114                 <NA> 1597377190206636032                <NA>
## 115                 <NA> 1597377136754851840                <NA>
## 116                 <NA> 1597377124163522560                <NA>
## 117                 <NA> 1597377112004235265                <NA>
## 118                 <NA> 1597377072422584320                <NA>
## 119                 <NA> 1597377049387487233                <NA>
## 120                 <NA> 1597377023726743552                <NA>
## 121                 <NA> 1597376992009388032                <NA>
## 122                 <NA> 1597376977081884672                <NA>
## 123                 <NA> 1597376974045208576                <NA>
## 124                 <NA> 1597376965467852800                <NA>
## 125                 <NA> 1597376947272622083                <NA>
## 126                 <NA> 1597376941015064578                <NA>
## 127                 <NA> 1597376939181891589                <NA>
## 128                 <NA> 1597376927719129088                <NA>
## 129  1597352829425160192 1597376919942533121          1901298962
## 130                 <NA> 1597376915350114304                <NA>
## 131                 <NA> 1597376879283277824                <NA>
## 132                 <NA> 1597376878482190338                <NA>
## 133                 <NA> 1597376826376327169                <NA>
## 134                 <NA> 1597376804154933248                <NA>
## 135                 <NA> 1597376801206337537                <NA>
## 136                 <NA> 1597376798907518976                <NA>
## 137                 <NA> 1597376790175322112                <NA>
## 138                 <NA> 1597376783329869824                <NA>
## 139                 <NA> 1597376763721527296                <NA>
## 140                 <NA> 1597376731044012032                <NA>
## 141                 <NA> 1597376722500202496                <NA>
## 142                 <NA> 1597376711020056579                <NA>
## 143  1597092976626475009 1597376675221995520            17230018
## 144                 <NA> 1597376656380829697                <NA>
## 145                 <NA> 1597376638412820480                <NA>
## 146                 <NA> 1597376570645438464                <NA>
## 147                 <NA> 1597376544799719425                <NA>
## 148                 <NA> 1597376530833100800                <NA>
## 149                 <NA> 1597376527272140800                <NA>
## 150                 <NA> 1597376496678875136                <NA>
## 151                 <NA> 1597376489598513152                <NA>
## 152                 <NA> 1597376461412835328                <NA>
## 153                 <NA> 1597376445428293632                <NA>
## 154                 <NA> 1597376420065738753                <NA>
## 155                 <NA> 1597376369541156864                <NA>
## 156                 <NA> 1597376351283347456                <NA>
## 157                 <NA> 1597376344505344001                <NA>
## 158                 <NA> 1597376329598439424                <NA>
## 159                 <NA> 1597376318202875904                <NA>
## 160                 <NA> 1597376300586450944                <NA>
## 161                 <NA> 1597376225500360704                <NA>
## 162                 <NA> 1597376205648379904                <NA>
## 163                 <NA> 1597376185226661888                <NA>
## 164                 <NA> 1597376162376060928                <NA>
## 165                 <NA> 1597376147628576768                <NA>
## 166                 <NA> 1597376124610150400                <NA>
## 167                 <NA> 1597376116892655621                <NA>
## 168                 <NA> 1597376088187236352                <NA>
## 169                 <NA> 1597376054699917313                <NA>
## 170                 <NA> 1597376052455538688                <NA>
## 171                 <NA> 1597376036257529856                <NA>
## 172                 <NA> 1597376000157155329                <NA>
## 173                 <NA> 1597375987989512192                <NA>
## 174                 <NA> 1597375982406864897                <NA>
## 175                 <NA> 1597375960789446657                <NA>
## 176                 <NA> 1597375950181658624                <NA>
## 177                 <NA> 1597375940707123200                <NA>
## 178                 <NA> 1597375937204850688                <NA>
## 179                 <NA> 1597375933761351681                <NA>
## 180                 <NA> 1597375932922474497                <NA>
## 181                 <NA> 1597375923623723008                <NA>
## 182                 <NA> 1597375918955429888                <NA>
## 183                 <NA> 1597375915738411008                <NA>
## 184                 <NA> 1597375879524798464                <NA>
## 185                 <NA> 1597375871152967681                <NA>
## 186                 <NA> 1597375863833890816                <NA>
## 187                 <NA> 1597375854937403392                <NA>
## 188                 <NA> 1597375841511825408                <NA>
## 189                 <NA> 1597375833232257024                <NA>
## 190                 <NA> 1597375826697547776                <NA>
## 191                 <NA> 1597375826504601600                <NA>
## 192                 <NA> 1597375755998023680                <NA>
## 193                 <NA> 1597375741406359554                <NA>
## 194                 <NA> 1597375687307890688                <NA>
## 195                 <NA> 1597375665778479104                <NA>
## 196                 <NA> 1597375659328024576                <NA>
## 197                 <NA> 1597375655280529409                <NA>
## 198                 <NA> 1597375645600079873                <NA>
## 199                 <NA> 1597375637203079168                <NA>
## 200                 <NA> 1597375622854381569                <NA>
## 201                 <NA> 1597375607327055872                <NA>
## 202                 <NA> 1597375586426445824                <NA>
## 203                 <NA> 1597375573126705153                <NA>
## 204                 <NA> 1597375539769413632                <NA>
## 205                 <NA> 1597375531409817601                <NA>
## 206                 <NA> 1597375528318947328                <NA>
## 207                 <NA> 1597375515551092736                <NA>
## 208                 <NA> 1597375505270906880                <NA>
## 209                 <NA> 1597375487592259584                <NA>
## 210                 <NA> 1597375460165685249                <NA>
## 211                 <NA> 1597375389260972033                <NA>
## 212                 <NA> 1597375379224006658                <NA>
## 213                 <NA> 1597375364439113733                <NA>
## 214                 <NA> 1597375354855120897                <NA>
## 215                 <NA> 1597375353458421761                <NA>
## 216                 <NA> 1597375347913543680                <NA>
## 217                 <NA> 1597375338040164352                <NA>
## 218  1597279733494206465 1597375332008411136 1585621392573317122
## 219                 <NA> 1597375290095075328                <NA>
## 220                 <NA> 1597375287612035073                <NA>
## 221                 <NA> 1597375276438077440                <NA>
## 222                 <NA> 1597375265751334917                <NA>
## 223                 <NA> 1597375256439967744                <NA>
## 224                 <NA> 1597375248911192067                <NA>
## 225                 <NA> 1597375097798819841                <NA>
## 226                 <NA> 1597375078798594048                <NA>
## 227                 <NA> 1597375075367649281                <NA>
## 228                 <NA> 1597375042287206401                <NA>
## 229                 <NA> 1597375020942389248                <NA>
## 230                 <NA> 1597375016017854464                <NA>
## 231                 <NA> 1597374987014664194                <NA>
## 232                 <NA> 1597374977678151681                <NA>
## 233                 <NA> 1597374977346445312                <NA>
## 234                 <NA> 1597374958740860928                <NA>
## 235                 <NA> 1597374949496598531                <NA>
## 236                 <NA> 1597374919167209474                <NA>
## 237                 <NA> 1597374905884233729                <NA>
## 238                 <NA> 1597374863530143745                <NA>
## 239                 <NA> 1597374843615182848                <NA>
## 240                 <NA> 1597374795724648448                <NA>
## 241                 <NA> 1597374776196337665                <NA>
## 242                 <NA> 1597374765253021696                <NA>
## 243                 <NA> 1597374760698413056                <NA>
## 244                 <NA> 1597374753807167488                <NA>
## 245                 <NA> 1597374661909618688                <NA>
## 246                 <NA> 1597374625435951105                <NA>
## 247                 <NA> 1597374599079284736                <NA>
## 248                 <NA> 1597374585053515776                <NA>
## 249                 <NA> 1597374559828660224                <NA>
## 250                 <NA> 1597374537468764160                <NA>
## 251                 <NA> 1597374529105326080                <NA>
## 252                 <NA> 1597374509014581248                <NA>
## 253                 <NA> 1597374502874140672                <NA>
## 254                 <NA> 1597374495958106112                <NA>
## 255                 <NA> 1597374481949134850                <NA>
## 256                 <NA> 1597374437019770881                <NA>
## 257                 <NA> 1597374426743721984                <NA>
## 258                 <NA> 1597374394065907713                <NA>
## 259                 <NA> 1597374391457042432                <NA>
## 260                 <NA> 1597374381218729984                <NA>
## 261                 <NA> 1597374357290246144                <NA>
## 262                 <NA> 1597374351015546880                <NA>
## 263                 <NA> 1597374338511953920                <NA>
## 264                 <NA> 1597374329037017088                <NA>
## 265                 <NA> 1597374311127400449                <NA>
## 266                 <NA> 1597374297030656002                <NA>
## 267                 <NA> 1597374295839506433                <NA>
## 268                 <NA> 1597374295663333377                <NA>
## 269                 <NA> 1597374286117076992                <NA>
## 270                 <NA> 1597374270539452416                <NA>
## 271                 <NA> 1597374261307789312                <NA>
## 272                 <NA> 1597374249840566272                <NA>
## 273                 <NA> 1597374248242515968                <NA>
## 274                 <NA> 1597374244765437952                <NA>
## 275                 <NA> 1597374242030354432                <NA>
## 276                 <NA> 1597374230831648768                <NA>
## 277                 <NA> 1597374216344518656                <NA>
## 278                 <NA> 1597374201375371267                <NA>
## 279                 <NA> 1597374192777039873                <NA>
## 280                 <NA> 1597374157930758144                <NA>
## 281                 <NA> 1597374128260276224                <NA>
## 282                 <NA> 1597374104633774081                <NA>
## 283                 <NA> 1597374058269900800                <NA>
## 284                 <NA> 1597374048996306945                <NA>
## 285                 <NA> 1597374013558624260                <NA>
## 286                 <NA> 1597373996823359489                <NA>
## 287                 <NA> 1597373994826883073                <NA>
## 288                 <NA> 1597373961368932352                <NA>
## 289                 <NA> 1597373953890127872                <NA>
## 290                 <NA> 1597373950631481344                <NA>
## 291                 <NA> 1597373924362584065                <NA>
## 292                 <NA> 1597373893526040577                <NA>
## 293                 <NA> 1597373829369585664                <NA>
## 294                 <NA> 1597373803478528000                <NA>
## 295                 <NA> 1597373792808239104                <NA>
## 296                 <NA> 1597373755646693376                <NA>
## 297                 <NA> 1597373748847353856                <NA>
## 298                 <NA> 1597373740207132672                <NA>
## 299                 <NA> 1597373729604276224                <NA>
## 300                 <NA> 1597373717893779457                <NA>
## 301                 <NA> 1597373699883081728                <NA>
## 302                 <NA> 1597373692954447877                <NA>
## 303                 <NA> 1597373691146694656                <NA>
## 304                 <NA> 1597373683336876032                <NA>
## 305                 <NA> 1597373676667953152                <NA>
## 306                 <NA> 1597373665469173761                <NA>
## 307                 <NA> 1597373658619863040                <NA>
## 308                 <NA> 1597373643654193153                <NA>
## 309                 <NA> 1597373629666234368                <NA>
## 310                 <NA> 1597373624230739968                <NA>
## 311                 <NA> 1597373574842839040                <NA>
## 312                 <NA> 1597373551652532224                <NA>
## 313                 <NA> 1597373518219730945                <NA>
## 314                 <NA> 1597373517913550849                <NA>
## 315                 <NA> 1597373504214945793                <NA>
## 316                 <NA> 1597373495973138432                <NA>
## 317                 <NA> 1597373466239328259                <NA>
## 318                 <NA> 1597373458018553856                <NA>
## 319                 <NA> 1597373454168166400                <NA>
## 320                 <NA> 1597373427987668993            17230018
## 321                 <NA> 1597373409113288704                <NA>
## 322                 <NA> 1597373380080340993                <NA>
## 323                 <NA> 1597373359712763905                <NA>
## 324                 <NA> 1597373355388461056                <NA>
## 325                 <NA> 1597373351806521344                <NA>
## 326                 <NA> 1597373336723783681                <NA>
## 327                 <NA> 1597373335167733760                <NA>
## 328                 <NA> 1597373328087711745                <NA>
## 329                 <NA> 1597373324543537153                <NA>
## 330                 <NA> 1597373295359582208                <NA>
## 331                 <NA> 1597373263885529088                <NA>
## 332                 <NA> 1597373255815376896                <NA>
## 333                 <NA> 1597373255241052160                <NA>
## 334                 <NA> 1597373243295698944                <NA>
## 335                 <NA> 1597373237327171584                <NA>
## 336                 <NA> 1597373230477561856                <NA>
## 337                 <NA> 1597373219165507584                <NA>
## 338                 <NA> 1597373209476988928                <NA>
## 339                 <NA> 1597373186173435905                <NA>
## 340                 <NA> 1597373176950190080                <NA>
## 341                 <NA> 1597373159254405121                <NA>
## 342                 <NA> 1597373136617771009                <NA>
## 343                 <NA> 1597373130053677056                <NA>
## 344                 <NA> 1597373081995317248                <NA>
## 345                 <NA> 1597373054388031489                <NA>
## 346                 <NA> 1597373044900515840                <NA>
## 347                 <NA> 1597373040652095488                <NA>
## 348                 <NA> 1597373021073068034                <NA>
## 349                 <NA> 1597372879758557184                <NA>
## 350                 <NA> 1597372878512861184                <NA>
## 351                 <NA> 1597372865799917568                <NA>
## 352                 <NA> 1597372839690063872                <NA>
## 353                 <NA> 1597372839124152320                <NA>
## 354                 <NA> 1597372831742193664                <NA>
## 355                 <NA> 1597372802935717889                <NA>
## 356                 <NA> 1597372788503089153                <NA>
## 357                 <NA> 1597372782152929287                <NA>
## 358                 <NA> 1597372763559583748                <NA>
## 359                 <NA> 1597372755049033728                <NA>
## 360                 <NA> 1597372744525836290                <NA>
## 361                 <NA> 1597372676170928128                <NA>
## 362                 <NA> 1597372648388202498                <NA>
## 363                 <NA> 1597372636614778880                <NA>
## 364                 <NA> 1597372633565519872                <NA>
## 365                 <NA> 1597372630667235328                <NA>
## 366                 <NA> 1597372590326452226                <NA>
## 367                 <NA> 1597372573788311552                <NA>
## 368                 <NA> 1597372545082462208                <NA>
## 369                 <NA> 1597372536152817664                <NA>
## 370                 <NA> 1597372508549763072                <NA>
## 371                 <NA> 1597372486962008065                <NA>
## 372                 <NA> 1597372455328550912                <NA>
## 373                 <NA> 1597372450123042819                <NA>
## 374                 <NA> 1597372433312673792                <NA>
## 375                 <NA> 1597372425485791232                <NA>
## 376                 <NA> 1597372403080126465                <NA>
## 377                 <NA> 1597372389423075330                <NA>
## 378                 <NA> 1597372356988575744                <NA>
## 379                 <NA> 1597372347261992960                <NA>
## 380                 <NA> 1597372323891290113                <NA>
## 381                 <NA> 1597372301640884224                <NA>
## 382                 <NA> 1597372258447945728                <NA>
## 383                 <NA> 1597372242051989504                <NA>
## 384                 <NA> 1597372240626008065                <NA>
## 385                 <NA> 1597372224520204289                <NA>
## 386                 <NA> 1597372224230817793                <NA>
## 387                 <NA> 1597372215229841408                <NA>
## 388                 <NA> 1597372196183511040                <NA>
## 389                 <NA> 1597372182635896833                <NA>
## 390                 <NA> 1597372181398564865                <NA>
## 391                 <NA> 1597372179146235904                <NA>
## 392                 <NA> 1597372163543433217                <NA>
## 393                 <NA> 1597372163195277312                <NA>
## 394                 <NA> 1597372152374005761                <NA>
## 395                 <NA> 1597372142391525376                <NA>
## 396                 <NA> 1597372134636294149                <NA>
## 397                 <NA> 1597372133566427136                <NA>
## 398                 <NA> 1597372132492972033                <NA>
## 399                 <NA> 1597372126755184641                <NA>
## 400                 <NA> 1597372113387950081                <NA>
## 401                 <NA> 1597372095469846529                <NA>
## 402                 <NA> 1597372091883409408                <NA>
## 403                 <NA> 1597372033267994624                <NA>
## 404                 <NA> 1597372022853881856                <NA>
## 405                 <NA> 1597372008333201408                <NA>
## 406                 <NA> 1597372006147977217                <NA>
## 407                 <NA> 1597371998946353152                <NA>
## 408                 <NA> 1597371998581055489                <NA>
## 409                 <NA> 1597371985171922944                <NA>
## 410                 <NA> 1597371975055605760                <NA>
## 411                 <NA> 1597371958798139392                <NA>
## 412                 <NA> 1597371905652453383                <NA>
## 413                 <NA> 1597371904087969792                <NA>
## 414                 <NA> 1597371899503579136                <NA>
## 415                 <NA> 1597371883032563712                <NA>
## 416                 <NA> 1597371841047560193                <NA>
## 417                 <NA> 1597371837234974720                <NA>
## 418                 <NA> 1597371836337389569                <NA>
## 419                 <NA> 1597371831622995969                <NA>
## 420                 <NA> 1597371805089812481                <NA>
## 421                 <NA> 1597371766200242176                <NA>
## 422                 <NA> 1597371739201503232                <NA>
## 423                 <NA> 1597371738018701313                <NA>
## 424                 <NA> 1597371717533708288                <NA>
## 425                 <NA> 1597371706657890304                <NA>
## 426  1597329163790462976 1597371640161402880 1344672120480145414
## 427                 <NA> 1597371632980746240                <NA>
## 428                 <NA> 1597371621609598976                <NA>
## 429                 <NA> 1597371617059155968                <NA>
## 430                 <NA> 1597371598012837888                <NA>
## 431                 <NA> 1597371594296508417                <NA>
## 432                 <NA> 1597371583798312961                <NA>
## 433                 <NA> 1597371555897802752                <NA>
## 434                 <NA> 1597371541771067392                <NA>
## 435                 <NA> 1597371518698557441                <NA>
## 436                 <NA> 1597371516391665664                <NA>
## 437                 <NA> 1597371511819579392                <NA>
## 438                 <NA> 1597371470857920512                <NA>
## 439                 <NA> 1597371468576215040                <NA>
## 440                 <NA> 1597371462570377216                <NA>
## 441                 <NA> 1597371460133457921                <NA>
## 442                 <NA> 1597371436846710784                <NA>
## 443                 <NA> 1597371355258703872                <NA>
## 444                 <NA> 1597371347482472449                <NA>
## 445                 <NA> 1597371337919860737                <NA>
## 446                 <NA> 1597371290704220162                <NA>
## 447                 <NA> 1597371287479152641                <NA>
## 448                 <NA> 1597371271540781057                <NA>
## 449                 <NA> 1597371239747956738                <NA>
## 450                 <NA> 1597371233523597312                <NA>
## 451                 <NA> 1597371173410856961                <NA>
## 452                 <NA> 1597371152891985920                <NA>
## 453                 <NA> 1597371148810846208                <NA>
## 454                 <NA> 1597371147896881152                <NA>
## 455                 <NA> 1597371147112566784                <NA>
## 456                 <NA> 1597371130851262464                <NA>
## 457                 <NA> 1597371046944182272                <NA>
## 458                 <NA> 1597370992640548864                <NA>
## 459                 <NA> 1597370989582897152                <NA>
## 460                 <NA> 1597370987892203520                <NA>
## 461                 <NA> 1597370987649323008                <NA>
## 462                 <NA> 1597370969982906368                <NA>
## 463                 <NA> 1597370968455802886                <NA>
## 464                 <NA> 1597370960868319232                <NA>
## 465                 <NA> 1597370942069833728           259490039
## 466                 <NA> 1597370941604270080                <NA>
## 467                 <NA> 1597370911115472896                <NA>
## 468                 <NA> 1597370906996723712                <NA>
## 469                 <NA> 1597370906653110275                <NA>
## 470                 <NA> 1597370858909024258                <NA>
## 471                 <NA> 1597370847656022016                <NA>
## 472                 <NA> 1597370819138945024                <NA>
## 473                 <NA> 1597370812633604097                <NA>
## 474                 <NA> 1597370812587474944                <NA>
## 475                 <NA> 1597370792379318272                <NA>
## 476                 <NA> 1597370786079088641                <NA>
## 477                 <NA> 1597370777002979329                <NA>
## 478                 <NA> 1597370763236892673                <NA>
## 479                 <NA> 1597370748599160833                <NA>
## 480                 <NA> 1597370747529269249                <NA>
## 481                 <NA> 1597370742206701573                <NA>
## 482                 <NA> 1597370727749259264                <NA>
## 483                 <NA> 1597370713459281921                <NA>
## 484                 <NA> 1597370704227627011                <NA>
## 485                 <NA> 1597370702365351939                <NA>
## 486                 <NA> 1597370693317894144                <NA>
## 487                 <NA> 1597370661126963200                <NA>
## 488                 <NA> 1597370650213351425                <NA>
## 489                 <NA> 1597370628713377792                <NA>
## 490                 <NA> 1597370597109268481                <NA>
## 491                 <NA> 1597370590364454912                <NA>
## 492                 <NA> 1597370558454251520                <NA>
## 493                 <NA> 1597370535255891969                <NA>
## 494                 <NA> 1597370502200205312                <NA>
## 495                 <NA> 1597370492343963648                <NA>
## 496                 <NA> 1597370488619081728                <NA>
## 497                 <NA> 1597370474606243840                <NA>
## 498                 <NA> 1597370453227544576                <NA>
## 499                 <NA> 1597370452602912770                <NA>
## 500                 <NA> 1597370451189469185                <NA>
## 501                 <NA> 1597370446302715904                <NA>
## 502                 <NA> 1597370440946946049                <NA>
## 503                 <NA> 1597370422873690112                <NA>
## 504                 <NA> 1597370396697034752                <NA>
## 505                 <NA> 1597370388274900992                <NA>
## 506                 <NA> 1597370385703776256                <NA>
## 507                 <NA> 1597370310244061184                <NA>
## 508                 <NA> 1597370308440510465                <NA>
## 509                 <NA> 1597370294792245248                <NA>
## 510                 <NA> 1597370280032489472                <NA>
## 511                 <NA> 1597370276454354944                <NA>
## 512                 <NA> 1597370264635215872                <NA>
## 513                 <NA> 1597370255860723713                <NA>
## 514                 <NA> 1597370229146820608                <NA>
## 515                 <NA> 1597370208280522752                <NA>
## 516                 <NA> 1597370205520347136                <NA>
## 517                 <NA> 1597370178580676608                <NA>
## 518  1597370154211385344 1597370157361659906 1268711272180256773
## 519                 <NA> 1597370117268307968            17230018
## 520                 <NA> 1597370108426727424                <NA>
## 521                 <NA> 1597370068757016576                <NA>
## 522                 <NA> 1597370054559268864                <NA>
## 523                 <NA> 1597370048871485440                <NA>
## 524                 <NA> 1597370021428482049                <NA>
## 525                 <NA> 1597370018639278083                <NA>
## 526                 <NA> 1597370001325195264                <NA>
## 527                 <NA> 1597369972749017088                <NA>
## 528                 <NA> 1597369972053147648                <NA>
## 529                 <NA> 1597369953875021824                <NA>
## 530                 <NA> 1597369945012436993                <NA>
## 531                 <NA> 1597369942265167874                <NA>
## 532                 <NA> 1597369928541433857                <NA>
## 533                 <NA> 1597369869045227521                <NA>
## 534                 <NA> 1597369864280473600                <NA>
## 535                 <NA> 1597369843040518144                <NA>
## 536                 <NA> 1597369810312368129                <NA>
## 537                 <NA> 1597369797570068480                <NA>
## 538                 <NA> 1597369769950257152                <NA>
## 539                 <NA> 1597369757275082753                <NA>
## 540                 <NA> 1597369755513806848                <NA>
## 541                 <NA> 1597369750510006272                <NA>
## 542                 <NA> 1597369749327204352                <NA>
## 543                 <NA> 1597369747917934594                <NA>
## 544                 <NA> 1597369747875811329                <NA>
## 545                 <NA> 1597369741433221121                <NA>
## 546                 <NA> 1597369724685676544                <NA>
## 547                 <NA> 1597369712354426880                <NA>
## 548                 <NA> 1597369695736561664                <NA>
## 549                 <NA> 1597369683291750400                <NA>
## 550                 <NA> 1597369678502170625                <NA>
## 551                 <NA> 1597369660810272768                <NA>
## 552                 <NA> 1597369646805839874                <NA>
## 553                 <NA> 1597369641718124544                <NA>
## 554                 <NA> 1597369635418300417                <NA>
## 555                 <NA> 1597369634717433857                <NA>
## 556                 <NA> 1597369629172674562                <NA>
## 557                 <NA> 1597369609946292225                <NA>
## 558                 <NA> 1597369607077081088                <NA>
## 559                 <NA> 1597369583547011073                <NA>
## 560                 <NA> 1597369580657074178                <NA>
## 561                 <NA> 1597369557596839936                <NA>
## 562                 <NA> 1597369546759090177                <NA>
## 563                 <NA> 1597369542367670272                <NA>
## 564                 <NA> 1597369522604081153                <NA>
## 565                 <NA> 1597369498558148608                <NA>
## 566                 <NA> 1597369494648737793                <NA>
## 567                 <NA> 1597369490261827589                <NA>
## 568                 <NA> 1597369483579912192                <NA>
## 569                 <NA> 1597369475774676992                <NA>
## 570                 <NA> 1597369467142811649                <NA>
## 571                 <NA> 1597369466622738432                <NA>
## 572                 <NA> 1597369459492409345                <NA>
## 573                 <NA> 1597369445609254913                <NA>
## 574                 <NA> 1597369431616733184                <NA>
## 575                 <NA> 1597369431302152192                <NA>
## 576                 <NA> 1597369410066714624                <NA>
## 577                 <NA> 1597369380224249856                <NA>
## 578                 <NA> 1597369379033067521                <NA>
## 579                 <NA> 1597369373026844672                <NA>
## 580                 <NA> 1597369372225724416                <NA>
## 581                 <NA> 1597369368886714368                <NA>
## 582                 <NA> 1597369346782740480                <NA>
## 583                 <NA> 1597369301983727617                <NA>
## 584                 <NA> 1597369280898613248                <NA>
## 585                 <NA> 1597369276952084480                <NA>
## 586                 <NA> 1597369275278585856            61592079
## 587                 <NA> 1597369274049630208                <NA>
## 588                 <NA> 1597369265682001921                <NA>
## 589                 <NA> 1597369229984268288                <NA>
## 590                 <NA> 1597369228897660928                <NA>
## 591                 <NA> 1597369221738295297                <NA>
## 592                 <NA> 1597369207175274496                <NA>
## 593                 <NA> 1597369170902982657                <NA>
## 594                 <NA> 1597369163819126784                <NA>
## 595                 <NA> 1597369121024675841                <NA>
## 596                 <NA> 1597369115148447744                <NA>
## 597                 <NA> 1597369113147764736                <NA>
## 598                 <NA> 1597369096810954755                <NA>
## 599                 <NA> 1597369092335636482                <NA>
## 600                 <NA> 1597369088463892482                <NA>
## 601                 <NA> 1597369068591656961                <NA>
## 602                 <NA> 1597369052955308032                <NA>
## 603                 <NA> 1597369052565209088                <NA>
## 604                 <NA> 1597369049155239937                <NA>
## 605                 <NA> 1597369018410995712                <NA>
## 606                 <NA> 1597369013893746689                <NA>
## 607                 <NA> 1597368994733772800                <NA>
## 608                 <NA> 1597368987670573056                <NA>
## 609                 <NA> 1597368986597224448                <NA>
## 610                 <NA> 1597368963717279746                <NA>
## 611                 <NA> 1597368962857472000                <NA>
## 612                 <NA> 1597368950978842624                <NA>
## 613                 <NA> 1597368880418418688                <NA>
## 614                 <NA> 1597368860935860224                <NA>
## 615                 <NA> 1597368839079329792                <NA>
## 616                 <NA> 1597368836604719105                <NA>
## 617                 <NA> 1597368828430020608                <NA>
## 618                 <NA> 1597368810990075910                <NA>
## 619                 <NA> 1597368772578652162                <NA>
## 620                 <NA> 1597368757051330560                <NA>
## 621                 <NA> 1597368718048522241                <NA>
## 622                 <NA> 1597368705041969153                <NA>
## 623                 <NA> 1597368689283993600                <NA>
## 624                 <NA> 1597368675304341504                <NA>
## 625                 <NA> 1597368660074835968                <NA>
## 626                 <NA> 1597368639057199104                <NA>
## 627                 <NA> 1597368621172682753                <NA>
## 628                 <NA> 1597368618584772613                <NA>
## 629                 <NA> 1597368601983733762                <NA>
## 630                 <NA> 1597368594631110656                <NA>
## 631                 <NA> 1597368591510568960                <NA>
## 632                 <NA> 1597368590294224896                <NA>
## 633                 <NA> 1597368589274976257                <NA>
## 634                 <NA> 1597368575383441410                <NA>
## 635                 <NA> 1597368573303087104                <NA>
## 636                 <NA> 1597368476666335233                <NA>
## 637                 <NA> 1597368461558439938                <NA>
## 638                 <NA> 1597368454549737473                <NA>
## 639                 <NA> 1597368445682974722                <NA>
## 640                 <NA> 1597368439928418304                <NA>
## 641                 <NA> 1597368412426027008                <NA>
## 642                 <NA> 1597368396697731072                <NA>
## 643                 <NA> 1597368370998824961                <NA>
## 644                 <NA> 1597368362648031232                <NA>
## 645                 <NA> 1597368327206096896                <NA>
## 646                 <NA> 1597368327000625152                <NA>
## 647                 <NA> 1597368322974453762                <NA>
## 648                 <NA> 1597368316103823360                <NA>
## 649  1597344931978571776 1597368284781121536          2615025992
## 650                 <NA> 1597368267621834752                <NA>
## 651                 <NA> 1597368260995219457                <NA>
## 652                 <NA> 1597368248240308224                <NA>
## 653                 <NA> 1597368225444278272                <NA>
## 654                 <NA> 1597368198969851904                <NA>
## 655                 <NA> 1597368194876211203                <NA>
## 656                 <NA> 1597368191160061952                <NA>
## 657                 <NA> 1597368173091000322                <NA>
## 658                 <NA> 1597368166769782784                <NA>
## 659                 <NA> 1597368139691753473                <NA>
## 660                 <NA> 1597368134255931393                <NA>
## 661                 <NA> 1597368124046594048                <NA>
## 662                 <NA> 1597368123627560960                <NA>
## 663                 <NA> 1597368111220785152                <NA>
## 664                 <NA> 1597368083219238912                <NA>
## 665                 <NA> 1597368016475676672                <NA>
## 666  1596604522121789440 1597367978324291584           595619736
## 667                 <NA> 1597367977548349440                <NA>
## 668                 <NA> 1597367976294252544                <NA>
## 669                 <NA> 1597367962016415744                <NA>
## 670                 <NA> 1597367959575760896                <NA>
## 671                 <NA> 1597367936338960384                <NA>
## 672                 <NA> 1597367921763708928                <NA>
## 673                 <NA> 1597367920132206593                <NA>
## 674                 <NA> 1597367903094919168                <NA>
## 675                 <NA> 1597367869985427457                <NA>
## 676                 <NA> 1597367868320256000                <NA>
## 677                 <NA> 1597367850108588032                <NA>
## 678                 <NA> 1597367849684971520                <NA>
## 679                 <NA> 1597367842521108480                <NA>
## 680                 <NA> 1597367831733362689                <NA>
## 681                 <NA> 1597367806903091200                <NA>
## 682                 <NA> 1597367792029683713                <NA>
## 683                 <NA> 1597367745854992384                <NA>
## 684                 <NA> 1597367734572285952                <NA>
## 685                 <NA> 1597367713936322560                <NA>
## 686                 <NA> 1597367709813313536                <NA>
## 687                 <NA> 1597367695619461120                <NA>
## 688                 <NA> 1597367673373229057                <NA>
## 689                 <NA> 1597367672643018752                <NA>
## 690                 <NA> 1597367655442575360                <NA>
## 691                 <NA> 1597367654456516608                <NA>
## 692                 <NA> 1597367630658428928                <NA>
## 693                 <NA> 1597367603496124416                <NA>
## 694                 <NA> 1597367601029877761                <NA>
## 695                 <NA> 1597367598911750144                <NA>
## 696                 <NA> 1597367598697807873                <NA>
## 697                 <NA> 1597367592695447552                <NA>
## 698                 <NA> 1597367566858870784                <NA>
## 699                 <NA> 1597367559916908544                <NA>
## 700                 <NA> 1597367535925542912                <NA>
## 701                 <NA> 1597367523011592192                <NA>
## 702                 <NA> 1597367522516676609                <NA>
## 703                 <NA> 1597367518821486592                <NA>
## 704                 <NA> 1597367518284615680                <NA>
## 705                 <NA> 1597367510776819712                <NA>
## 706                 <NA> 1597367501742276611                <NA>
## 707                 <NA> 1597367485262544896                <NA>
## 708                 <NA> 1597367465645813761                <NA>
## 709                 <NA> 1597367453906251779                <NA>
## 710  1592822062703599622 1597367442132828160 1478305567110144000
## 711                 <NA> 1597367426588741632                <NA>
## 712                 <NA> 1597367422922944513                <NA>
## 713                 <NA> 1597367383739752448                <NA>
## 714                 <NA> 1597367375686381568                <NA>
## 715                 <NA> 1597367356367736833                <NA>
## 716                 <NA> 1597367326172909568                <NA>
## 717  1597366978599346176 1597367310976954368 1551701045411291137
## 718                 <NA> 1597367304408379393                <NA>
## 719                 <NA> 1597367255477559296                <NA>
## 720                 <NA> 1597367213752975360                <NA>
## 721                 <NA> 1597367174968274944                <NA>
## 722                 <NA> 1597367166411866112                <NA>
## 723                 <NA> 1597367162246926337                <NA>
## 724                 <NA> 1597367128847704064                <NA>
## 725                 <NA> 1597367126012362752                <NA>
## 726                 <NA> 1597367116877139968                <NA>
## 727                 <NA> 1597367081368195072                <NA>
## 728                 <NA> 1597367067983822848                <NA>
## 729                 <NA> 1597367057783222272                <NA>
## 730                 <NA> 1597366995032625152                <NA>
## 731                 <NA> 1597366972441731072                <NA>
## 732                 <NA> 1597366961846919168                <NA>
## 733                 <NA> 1597366952473014272                <NA>
## 734                 <NA> 1597366941299388416                <NA>
## 735                 <NA> 1597366900325257217                <NA>
## 736                 <NA> 1597366890456027136                <NA>
## 737                 <NA> 1597366889709113346                <NA>
## 738                 <NA> 1597366885347360769                <NA>
## 739                 <NA> 1597366869039943680                <NA>
## 740                 <NA> 1597366853302525953                <NA>
## 741                 <NA> 1597366841805926400                <NA>
## 742                 <NA> 1597366814698196992                <NA>
## 743                 <NA> 1597366809795375107                <NA>
## 744                 <NA> 1597366775435231232                <NA>
## 745                 <NA> 1597366770998079488                <NA>
## 746                 <NA> 1597366768317894657                <NA>
## 747                 <NA> 1597366756158627841                <NA>
## 748                 <NA> 1597366754811879424                <NA>
## 749  1597366744766898176 1597366746838884354 1348218031890165761
## 750                 <NA> 1597366708653633537          1202033696
## 751                 <NA> 1597366707093671936                <NA>
## 752                 <NA> 1597366707081080832                <NA>
## 753                 <NA> 1597366698788917248                <NA>
## 754                 <NA> 1597366672074997761                <NA>
## 755                 <NA> 1597366667646242817                <NA>
## 756                 <NA> 1597366660754968576                <NA>
## 757                 <NA> 1597366633554509824                <NA>
## 758                 <NA> 1597366633294573570                <NA>
## 759                 <NA> 1597366625837019136                <NA>
## 760                 <NA> 1597366624008343552                <NA>
## 761                 <NA> 1597366623283073025                <NA>
## 762                 <NA> 1597366619445284864                <NA>
## 763                 <NA> 1597366603737288705                <NA>
## 764                 <NA> 1597366558359449600                <NA>
## 765                 <NA> 1597366550280826880                <NA>
## 766                 <NA> 1597366541380898817                <NA>
## 767                 <NA> 1597366521227272192                <NA>
## 768                 <NA> 1597366519729598464                <NA>
## 769                 <NA> 1597366511362248704                <NA>
## 770                 <NA> 1597366502419992576                <NA>
## 771                 <NA> 1597366498300813313                <NA>
## 772                 <NA> 1597366468131573760                <NA>
## 773                 <NA> 1597366464738394112                <NA>
## 774                 <NA> 1597366445381677058                <NA>
## 775                 <NA> 1597366432412880897                <NA>
## 776                 <NA> 1597366426083688448                <NA>
## 777                 <NA> 1597366425370648576                <NA>
## 778                 <NA> 1597366411965263872                <NA>
## 779                 <NA> 1597366389391601664                <NA>
## 780                 <NA> 1597366383238860800                <NA>
## 781                 <NA> 1597366379916976128                <NA>
## 782                 <NA> 1597366372371079169                <NA>
## 783                 <NA> 1597366369749987328                <NA>
## 784                 <NA> 1597366361059381248                <NA>
## 785                 <NA> 1597366358689603585                <NA>
## 786                 <NA> 1597366330801664001                <NA>
## 787                 <NA> 1597366302087446530                <NA>
## 788                 <NA> 1597366301995196416                <NA>
## 789                 <NA> 1597366291274211328                <NA>
## 790                 <NA> 1597366267933249537                <NA>
## 791                 <NA> 1597366244998799360                <NA>
## 792                 <NA> 1597366233082769408                <NA>
## 793                 <NA> 1597366218692136960                <NA>
## 794                 <NA> 1597366184675975168                <NA>
## 795                 <NA> 1597366183644508160                <NA>
## 796                 <NA> 1597366182939570176                <NA>
## 797                 <NA> 1597366158956843010                <NA>
## 798                 <NA> 1597366145295667200                <NA>
## 799                 <NA> 1597366130045132800                <NA>
## 800                 <NA> 1597366114694356992                <NA>
## 801                 <NA> 1597366099120902144                <NA>
## 802                 <NA> 1597366089885057025                <NA>
## 803                 <NA> 1597366086827376640                <NA>
## 804                 <NA> 1597366084168187904                <NA>
## 805                 <NA> 1597366083899428864                <NA>
## 806                 <NA> 1597366022457393153                <NA>
## 807                 <NA> 1597365999401328640                <NA>
## 808                 <NA> 1597365982645092353                <NA>
## 809                 <NA> 1597365975888035840                <NA>
## 810                 <NA> 1597365955973484545                <NA>
## 811                 <NA> 1597365945369886720                <NA>
## 812                 <NA> 1597365905423335424                <NA>
## 813                 <NA> 1597365894975741952                <NA>
## 814                 <NA> 1597365879154491392                <NA>
## 815                 <NA> 1597365823307673600                <NA>
## 816                 <NA> 1597365812137848832                <NA>
## 817                 <NA> 1597365799005540357                <NA>
## 818                 <NA> 1597365736275873792                <NA>
## 819                 <NA> 1597365732249161733                <NA>
## 820                 <NA> 1597365726419247104                <NA>
## 821                 <NA> 1597365724556980225                <NA>
## 822                 <NA> 1597365715954470912                <NA>
## 823                 <NA> 1597365682404229120                <NA>
## 824                 <NA> 1597365679027793920                <NA>
## 825  1597365626137640961 1597365632084824064 1355637117225988108
## 826  1597365616633348096 1597365626137640961 1355637117225988108
## 827                 <NA> 1597365621351911424                <NA>
## 828  1597365613042995200 1597365616633348096 1355637117225988108
## 829                 <NA> 1597365613042995200                <NA>
## 830                 <NA> 1597365608349597696                <NA>
## 831                 <NA> 1597365608026607618                <NA>
## 832                 <NA> 1597365543786668032                <NA>
## 833                 <NA> 1597365528498405377                <NA>
## 834                 <NA> 1597365524681592833                <NA>
## 835                 <NA> 1597365503626207232                <NA>
## 836                 <NA> 1597365499494830083                <NA>
## 837                 <NA> 1597365491743346688                <NA>
## 838                 <NA> 1597365490351222784                <NA>
## 839                 <NA> 1597365484651171840                <NA>
## 840                 <NA> 1597365371425943553                <NA>
## 841                 <NA> 1597365367344857088                <NA>
## 842                 <NA> 1597365349879779328                <NA>
## 843                 <NA> 1597365340526125056                <NA>
## 844                 <NA> 1597365323472068608                <NA>
## 845                 <NA> 1597365288814903296                <NA>
## 846                 <NA> 1597365270632620032                <NA>
## 847                 <NA> 1597365269483380736                <NA>
## 848                 <NA> 1597365246758653952                <NA>
## 849                 <NA> 1597365244287848450                <NA>
## 850                 <NA> 1597365238428762115                <NA>
## 851                 <NA> 1597365234682851328                <NA>
## 852                 <NA> 1597365233361702912                <NA>
## 853                 <NA> 1597365218841358336                <NA>
## 854                 <NA> 1597365193096372224                <NA>
## 855                 <NA> 1597365174587265024                <NA>
## 856                 <NA> 1597365147567558657                <NA>
## 857                 <NA> 1597365145910800384                <NA>
## 858                 <NA> 1597365079108104194                <NA>
## 859                 <NA> 1597365073517121536                <NA>
## 860                 <NA> 1597365071935860736                <NA>
## 861                 <NA> 1597365068387454976                <NA>
## 862                 <NA> 1597365039920734208                <NA>
## 863                 <NA> 1597364995297136640                <NA>
## 864                 <NA> 1597364974426689536                <NA>
## 865                 <NA> 1597364951978373120                <NA>
## 866                 <NA> 1597364918294319104                <NA>
## 867                 <NA> 1597364912661331968                <NA>
## 868  1597364899797401600 1597364901659701250 1570506529270366208
## 869                 <NA> 1597364872928690178                <NA>
## 870                 <NA> 1597364822563520513                <NA>
## 871                 <NA> 1597364817995919361                <NA>
## 872                 <NA> 1597364805186510849                <NA>
## 873                 <NA> 1597364799503204352                <NA>
## 874                 <NA> 1597364772244111361                <NA>
## 875                 <NA> 1597364760760422400                <NA>
## 876                 <NA> 1597364753030320129                <NA>
## 877                 <NA> 1597364752845484032                <NA>
## 878                 <NA> 1597364709048856578                <NA>
## 879                 <NA> 1597364685413965824                <NA>
## 880                 <NA> 1597364683521986560                <NA>
## 881                 <NA> 1597364679482912768                <NA>
## 882                 <NA> 1597364645811335169                <NA>
## 883                 <NA> 1597364615519739905                <NA>
## 884                 <NA> 1597364573971283969                <NA>
## 885                 <NA> 1597364553305948165                <NA>
## 886                 <NA> 1597364539427028992                <NA>
## 887                 <NA> 1597364521039171585                <NA>
## 888                 <NA> 1597364514357673985                <NA>
## 889                 <NA> 1597364513397182465                <NA>
## 890                 <NA> 1597364511803310080                <NA>
## 891                 <NA> 1597364504178098178                <NA>
## 892                 <NA> 1597364485018484738                <NA>
## 893                 <NA> 1597364477401649152                <NA>
## 894                 <NA> 1597364463153606656                <NA>
## 895                 <NA> 1597364433957060609                <NA>
## 896                 <NA> 1597364423563579392                <NA>
## 897                 <NA> 1597364419599925248                <NA>
## 898                 <NA> 1597364373479395328                <NA>
## 899                 <NA> 1597364360074387456                <NA>
## 900                 <NA> 1597364357394223105                <NA>
## 901                 <NA> 1597364329741176832                <NA>
## 902                 <NA> 1597364316596211712                <NA>
## 903                 <NA> 1597364312259317760                <NA>
## 904                 <NA> 1597364312208646144                <NA>
## 905                 <NA> 1597364306689282048                <NA>
## 906                 <NA> 1597364294274150400                <NA>
## 907                 <NA> 1597364268240105472                <NA>
## 908                 <NA> 1597364210413207552                <NA>
## 909                 <NA> 1597364187331981314                <NA>
## 910                 <NA> 1597364179182440448                <NA>
## 911                 <NA> 1597364168159825920                <NA>
## 912                 <NA> 1597364156717748224                <NA>
## 913                 <NA> 1597364133938475008                <NA>
## 914                 <NA> 1597364133518721024                <NA>
## 915                 <NA> 1597364121749827584                <NA>
## 916                 <NA> 1597364110790123520                <NA>
## 917                 <NA> 1597364046193643520                <NA>
## 918                 <NA> 1597364038845202432                <NA>
## 919                 <NA> 1597364009455738880                <NA>
## 920                 <NA> 1597364008419749889                <NA>
## 921                 <NA> 1597364005152358401                <NA>
## 922                 <NA> 1597363998340444160                <NA>
## 923                 <NA> 1597363975280562176                <NA>
## 924                 <NA> 1597363957156626432                <NA>
## 925                 <NA> 1597363928014950401                <NA>
## 926                 <NA> 1597363927855529985                <NA>
## 927                 <NA> 1597363926471098368                <NA>
## 928                 <NA> 1597363912777011200                <NA>
## 929                 <NA> 1597363911707480064                <NA>
## 930                 <NA> 1597363882112454656                <NA>
## 931                 <NA> 1597363868765855744                <NA>
## 932                 <NA> 1597363818317123584                <NA>
## 933                 <NA> 1597363781788917760                <NA>
## 934                 <NA> 1597363769013080064                <NA>
## 935  1597363767389847554 1597363768987881472 1570506529270366208
## 936                 <NA> 1597363716705906689                <NA>
## 937                 <NA> 1597363699815063552                <NA>
## 938                 <NA> 1597363666097410048                <NA>
## 939                 <NA> 1597363659612618752                <NA>
## 940                 <NA> 1597363654382407681                <NA>
## 941                 <NA> 1597363612405747712                <NA>
## 942                 <NA> 1597363611844108288                <NA>
## 943                 <NA> 1597363611596247040                <NA>
## 944                 <NA> 1597363610564857856                <NA>
## 945                 <NA> 1597363610170585088                <NA>
## 946                 <NA> 1597363576703897600                <NA>
## 947                 <NA> 1597363568009433088                <NA>
## 948                 <NA> 1597363561218863104                <NA>
## 949                 <NA> 1597363529920937984                <NA>
## 950                 <NA> 1597363503769133056                <NA>
## 951                 <NA> 1597363488896167937                <NA>
## 952                 <NA> 1597363478796242944                <NA>
## 953                 <NA> 1597363438833266689                <NA>
## 954                 <NA> 1597363422638661633                <NA>
## 955                 <NA> 1597363385171324929                <NA>
## 956                 <NA> 1597363385053552640                <NA>
## 957                 <NA> 1597363352082452480                <NA>
## 958                 <NA> 1597363349351976960                <NA>
## 959                 <NA> 1597363339037794304                <NA>
## 960                 <NA> 1597363334197968896                <NA>
## 961                 <NA> 1597363333979549696                <NA>
## 962                 <NA> 1597363324404240384                <NA>
## 963                 <NA> 1597363289557958657                <NA>
## 964                 <NA> 1597363247115825153                <NA>
## 965                 <NA> 1597363185933512706                <NA>
## 966                 <NA> 1597363177389690880                <NA>
## 967                 <NA> 1597363161950490626                <NA>
## 968                 <NA> 1597363151871234048                <NA>
## 969                 <NA> 1597363140546932737                <NA>
## 970                 <NA> 1597363134297440256                <NA>
## 971                 <NA> 1597363115360124928                <NA>
## 972                 <NA> 1597363079313907712                <NA>
## 973                 <NA> 1597363072578252800                <NA>
## 974                 <NA> 1597363063308832768                <NA>
## 975                 <NA> 1597363042081468417                <NA>
## 976                 <NA> 1597363021051199488                <NA>
## 977                 <NA> 1597363007453278208                <NA>
## 978                 <NA> 1597362996266897408                <NA>
## 979                 <NA> 1597362985256685568                <NA>
## 980                 <NA> 1597362977337798656                <NA>
## 981                 <NA> 1597362971226918912                <NA>
## 982                 <NA> 1597362952952320000                <NA>
## 983                 <NA> 1597362937836228608                <NA>
## 984                 <NA> 1597362934677573632                <NA>
## 985                 <NA> 1597362930021855233                <NA>
## 986                 <NA> 1597362923739189249                <NA>
## 987                 <NA> 1597362903027372032                <NA>
## 988                 <NA> 1597362889006157826                <NA>
## 989                 <NA> 1597362884245610496                <NA>
## 990                 <NA> 1597362877127876608                <NA>
## 991                 <NA> 1597362868306837504                <NA>
## 992                 <NA> 1597362838225686528                <NA>
## 993                 <NA> 1597362825542131712                <NA>
## 994                 <NA> 1597362825076228096                <NA>
## 995                 <NA> 1597362813659324416                <NA>
## 996                 <NA> 1597362795674103808                <NA>
## 997                 <NA> 1597362778150694912                <NA>
## 998                 <NA> 1597362770550304768                <NA>
## 999                 <NA> 1597362764896669696                <NA>
## 1000                <NA> 1597362752171167744                <NA>
## 1001                <NA> 1597362738145083393                <NA>
## 1002                <NA> 1597362714426626049                <NA>
## 1003                <NA> 1597362712467894272                <NA>
## 1004                <NA> 1597362707816386560                <NA>
## 1005                <NA> 1597362706449076226                <NA>
## 1006                <NA> 1597362704607739904                <NA>
## 1007                <NA> 1597362699264196608                <NA>
## 1008                <NA> 1597362696462028802                <NA>
## 1009                <NA> 1597362690045149185                <NA>
## 1010                <NA> 1597362665588162560                <NA>
## 1011                <NA> 1597362665227452416                <NA>
## 1012                <NA> 1597362654485438465          2967087287
## 1013                <NA> 1597362652506099712                <NA>
## 1014                <NA> 1597362632054673408                <NA>
## 1015                <NA> 1597362625842909186                <NA>
## 1016                <NA> 1597362606318108672                <NA>
## 1017                <NA> 1597362595429687296                <NA>
## 1018                <NA> 1597362589721583617                <NA>
## 1019                <NA> 1597362581903011842                <NA>
## 1020                <NA> 1597362543567441922                <NA>
## 1021                <NA> 1597362533874421760                <NA>
## 1022                <NA> 1597362523107311616                <NA>
## 1023                <NA> 1597362518552244224                <NA>
## 1024                <NA> 1597362487607066624                <NA>
## 1025                <NA> 1597362470200709120                <NA>
## 1026                <NA> 1597362445697581056                <NA>
## 1027                <NA> 1597362422926675968                <NA>
## 1028                <NA> 1597362414315794433                <NA>
## 1029                <NA> 1597362396125069313                <NA>
## 1030                <NA> 1597362395394891776                <NA>
## 1031                <NA> 1597362364696866817                <NA>
## 1032                <NA> 1597362334330392576                <NA>
## 1033                <NA> 1597362333109878786                <NA>
## 1034                <NA> 1597362324528300032                <NA>
## 1035                <NA> 1597362323119017984                <NA>
## 1036 1597359663410188289 1597362281222139904 1588763282516615168
## 1037                <NA> 1597362280525893634                <NA>
## 1038                <NA> 1597362274150526977                <NA>
## 1039                <NA> 1597362271562633216                <NA>
## 1040                <NA> 1597362267783585793                <NA>
## 1041 1597246500161347586 1597362250901512192 1480462518329823233
## 1042                <NA> 1597362232262037504                <NA>
## 1043                <NA> 1597362231989399552                <NA>
## 1044                <NA> 1597362231938756608                <NA>
## 1045                <NA> 1597362203640107009                <NA>
## 1046                <NA> 1597362184207880193                <NA>
## 1047                <NA> 1597362171595218944                <NA>
## 1048                <NA> 1597362151341314048                <NA>
## 1049                <NA> 1597362150208843776                <NA>
## 1050                <NA> 1597362124250304515                <NA>
## 1051                <NA> 1597362100162420736                <NA>
## 1052                <NA> 1597362098539233280                <NA>
## 1053                <NA> 1597362079748755457                <NA>
## 1054                <NA> 1597362074837209088                <NA>
## 1055                <NA> 1597362062233305088                <NA>
## 1056                <NA> 1597362000660922369                <NA>
## 1057                <NA> 1597361995216408576                <NA>
## 1058                <NA> 1597361994817892352                <NA>
## 1059                <NA> 1597361993799069696                <NA>
## 1060                <NA> 1597361955811241984                <NA>
## 1061                <NA> 1597361945463918592                <NA>
## 1062                <NA> 1597361936500666369                <NA>
## 1063                <NA> 1597361908612362241                <NA>
## 1064                <NA> 1597361894503092224                <NA>
## 1065                <NA> 1597361868682985473                <NA>
## 1066                <NA> 1597361862890307584                <NA>
## 1067                <NA> 1597361859983970304                <NA>
## 1068                <NA> 1597361850387427328                <NA>
## 1069                <NA> 1597361839163473920                <NA>
## 1070                <NA> 1597361807277969408                <NA>
## 1071                <NA> 1597361784050298880                <NA>
## 1072                <NA> 1597361750449410048                <NA>
## 1073                <NA> 1597361730124124160                <NA>
## 1074                <NA> 1597361686604046336                <NA>
## 1075                <NA> 1597361678953259009                <NA>
## 1076                <NA> 1597361666244562945                <NA>
## 1077                <NA> 1597361664231616512                <NA>
## 1078                <NA> 1597361656056938497                <NA>
## 1079                <NA> 1597361649660628993                <NA>
## 1080                <NA> 1597361649069215744                <NA>
## 1081 1597328421402517504 1597361634267176961          2833652915
## 1082                <NA> 1597361606945812480                <NA>
## 1083                <NA> 1597361604878008320                <NA>
## 1084                <NA> 1597361587052216321                <NA>
## 1085                <NA> 1597361585567109120                <NA>
## 1086                <NA> 1597361560846225409                <NA>
## 1087                <NA> 1597361555242614784                <NA>
## 1088                <NA> 1597361547265073153                <NA>
## 1089                <NA> 1597361511563137024                <NA>
## 1090                <NA> 1597361508190519296                <NA>
## 1091                <NA> 1597361492932034560                <NA>
## 1092                <NA> 1597361484245659649                <NA>
## 1093                <NA> 1597361483373240320                <NA>
## 1094                <NA> 1597361470093766656                <NA>
## 1095                <NA> 1597361454004731906                <NA>
## 1096                <NA> 1597361453140709377                <NA>
## 1097                <NA> 1597361447100903424                <NA>
## 1098                <NA> 1597361435214241795                <NA>
## 1099                <NA> 1597361419233611776                <NA>
## 1100                <NA> 1597361412359479296                <NA>
## 1101                <NA> 1597361403341713409                <NA>
## 1102                <NA> 1597361394433003522                <NA>
## 1103                <NA> 1597361376712089600                <NA>
## 1104                <NA> 1597361373524406272                <NA>
## 1105                <NA> 1597361354431926273                <NA>
## 1106                <NA> 1597361349130358784                <NA>
## 1107                <NA> 1597361345435140096           216297584
## 1108                <NA> 1597361314321805314                <NA>
## 1109                <NA> 1597361311218032641                <NA>
## 1110                <NA> 1597361261020602369                <NA>
## 1111                <NA> 1597361252527124480                <NA>
## 1112                <NA> 1597361244067205120                <NA>
## 1113                <NA> 1597361232172167169                <NA>
## 1114                <NA> 1597361216200257536                <NA>
## 1115                <NA> 1597361211057717249                <NA>
## 1116                <NA> 1597361202367148032                <NA>
## 1117                <NA> 1597361193446174721                <NA>
## 1118                <NA> 1597361158721503232                <NA>
## 1119                <NA> 1597361129344598018                <NA>
## 1120                <NA> 1597361121631272960                <NA>
## 1121                <NA> 1597361118363930624                <NA>
## 1122                <NA> 1597361056112070656                <NA>
## 1123 1596195825700544516 1597361012730081280           327862439
## 1124                <NA> 1597361004023001088                <NA>
## 1125                <NA> 1597360992597729280                <NA>
## 1126                <NA> 1597360980962734080                <NA>
## 1127                <NA> 1597360955985645568                <NA>
## 1128                <NA> 1597360955415199744                <NA>
## 1129                <NA> 1597360943713120256                <NA>
## 1130                <NA> 1597360923110694912                <NA>
## 1131                <NA> 1597360899961987072                <NA>
## 1132                <NA> 1597360899412865024                <NA>
## 1133                <NA> 1597360889384296449                <NA>
## 1134                <NA> 1597360881809371138                <NA>
## 1135                <NA> 1597360867636523008                <NA>
## 1136                <NA> 1597360849559375872                <NA>
## 1137                <NA> 1597360829682569217                <NA>
## 1138                <NA> 1597360823030386690                <NA>
## 1139                <NA> 1597360801593298945                <NA>
## 1140                <NA> 1597360790327414785                <NA>
## 1141                <NA> 1597360789991882752                <NA>
## 1142                <NA> 1597360781229948929                <NA>
## 1143                <NA> 1597360771889266688                <NA>
## 1144                <NA> 1597360770186366977                <NA>
## 1145                <NA> 1597360765887205381                <NA>
## 1146                <NA> 1597360738951401472                <NA>
## 1147                <NA> 1597360729002496000                <NA>
## 1148                <NA> 1597360726087434242                <NA>
## 1149                <NA> 1597360724707536898                <NA>
## 1150                <NA> 1597360721137848320                <NA>
## 1151                <NA> 1597360694219137024                <NA>
## 1152                <NA> 1597360680679919618                <NA>
## 1153                <NA> 1597360666213433344                <NA>
## 1154                <NA> 1597360665379115008                <NA>
## 1155                <NA> 1597360654914007040                <NA>
## 1156 1596762507867475969 1597360651847860225           230089143
## 1157                <NA> 1597360651185184769                <NA>
## 1158                <NA> 1597360651067719680                <NA>
## 1159                <NA> 1597360648341839872                <NA>
## 1160                <NA> 1597360632869031936                <NA>
## 1161                <NA> 1597360616448339968                <NA>
## 1162                <NA> 1597360610815389697                <NA>
## 1163                <NA> 1597360582264397824                <NA>
## 1164                <NA> 1597360580033409025                <NA>
## 1165                <NA> 1597360552602656768                <NA>
## 1166                <NA> 1597360548668063744                <NA>
## 1167                <NA> 1597360533870874626                <NA>
## 1168                <NA> 1597360533392744448                <NA>
## 1169                <NA> 1597360528523145217                <NA>
## 1170                <NA> 1597360523510571009                <NA>
## 1171                <NA> 1597360515822407683                <NA>
## 1172                <NA> 1597360500320632832                <NA>
## 1173                <NA> 1597360487918096384                <NA>
## 1174                <NA> 1597360477155491840                <NA>
## 1175                <NA> 1597360473460334593                <NA>
## 1176                <NA> 1597360471815835648                <NA>
## 1177                <NA> 1597360407336734720                <NA>
## 1178                <NA> 1597360397551820800                <NA>
## 1179                <NA> 1597360378501271553                <NA>
## 1180                <NA> 1597360346658136064                <NA>
## 1181                <NA> 1597360342417387520                <NA>
## 1182                <NA> 1597360329864142849                <NA>
## 1183                <NA> 1597360319969755140                <NA>
## 1184                <NA> 1597360317616750593                <NA>
## 1185                <NA> 1597360317209931776                <NA>
## 1186                <NA> 1597360315792228352                <NA>
## 1187                <NA> 1597360306334101505                <NA>
## 1188                <NA> 1597360277506654208                <NA>
## 1189                <NA> 1597360256228917248                <NA>
## 1190                <NA> 1597360250126237697                <NA>
## 1191                <NA> 1597360235424804864                <NA>
## 1192                <NA> 1597360222430863360                <NA>
## 1193                <NA> 1597360207369506817                <NA>
## 1194                <NA> 1597360184875094016                <NA>
## 1195                <NA> 1597360180928589825                <NA>
## 1196                <NA> 1597360179086970880                <NA>
## 1197                <NA> 1597360172867145728                <NA>
## 1198                <NA> 1597360141984493568                <NA>
## 1199                <NA> 1597360141426626560                <NA>
## 1200                <NA> 1597360126314225664                <NA>
## 1201                <NA> 1597360119083601920                <NA>
## 1202                <NA> 1597360096937639936                <NA>
## 1203                <NA> 1597360069855055872                <NA>
## 1204                <NA> 1597360063559389184                <NA>
## 1205                <NA> 1597360042201653248                <NA>
## 1206                <NA> 1597360040192933888                <NA>
## 1207                <NA> 1597360033276506115                <NA>
## 1208                <NA> 1597359986816200704                <NA>
## 1209                <NA> 1597359969212719105                <NA>
## 1210                <NA> 1597359896017915910                <NA>
## 1211                <NA> 1597359886744289280                <NA>
## 1212 1597359749259198464 1597359855429304320 1427309745635999750
## 1213                <NA> 1597359835884195840                <NA>
## 1214                <NA> 1597359830863609856                <NA>
## 1215                <NA> 1597359809678172160                <NA>
## 1216                <NA> 1597359804816982017                <NA>
## 1217                <NA> 1597359748516818944                <NA>
## 1218                <NA> 1597359742812565504                <NA>
## 1219                <NA> 1597359740455358465                <NA>
## 1220                <NA> 1597359711975661568                <NA>
## 1221                <NA> 1597359686898311168                <NA>
## 1222                <NA> 1597359679578914816                <NA>
## 1223                <NA> 1597359613565087747                <NA>
## 1224                <NA> 1597359608498384896                <NA>
## 1225                <NA> 1597359586365018112                <NA>
## 1226                <NA> 1597359585291284480                <NA>
## 1227                <NA> 1597359583395467264                <NA>
## 1228                <NA> 1597359581537050626                <NA>
## 1229                <NA> 1597359571328438276                <NA>
## 1230                <NA> 1597359570854481920                <NA>
## 1231                <NA> 1597359544925327360                <NA>
## 1232                <NA> 1597359544224878593                <NA>
## 1233                <NA> 1597359518920630273                <NA>
## 1234                <NA> 1597359506132205574                <NA>
## 1235                <NA> 1597359501006766080                <NA>
## 1236                <NA> 1597359481842991104                <NA>
## 1237                <NA> 1597359480538550272                <NA>
## 1238                <NA> 1597359459348918272                <NA>
## 1239                <NA> 1597359457406976000                <NA>
## 1240                <NA> 1597359446383947777                <NA>
## 1241                <NA> 1597359430269833216                <NA>
## 1242                <NA> 1597359421973487616                <NA>
## 1243                <NA> 1597359401970860032                <NA>
## 1244                <NA> 1597359383297810432                <NA>
## 1245                <NA> 1597359380189810688                <NA>
## 1246                <NA> 1597359373772533760                <NA>
## 1247                <NA> 1597359372514254848                <NA>
## 1248                <NA> 1597359357943255040                <NA>
## 1249                <NA> 1597359356399726592                <NA>
## 1250                <NA> 1597359311621337088                <NA>
## 1251                <NA> 1597359293803925504                <NA>
## 1252                <NA> 1597359281791082496                <NA>
## 1253                <NA> 1597359279329406977                <NA>
## 1254                <NA> 1597359265265905665                <NA>
## 1255                <NA> 1597359247096180737                <NA>
## 1256                <NA> 1597359246353797121                <NA>
## 1257                <NA> 1597359237189238785                <NA>
## 1258                <NA> 1597359226296623106                <NA>
## 1259                <NA> 1597359210970632192                <NA>
## 1260                <NA> 1597359199725686787                <NA>
## 1261                <NA> 1597359167827689473                <NA>
## 1262                <NA> 1597359144943915013                <NA>
## 1263                <NA> 1597359124383117313                <NA>
## 1264                <NA> 1597359122474991616                <NA>
## 1265                <NA> 1597359113515991040                <NA>
## 1266                <NA> 1597359092871614464                <NA>
## 1267                <NA> 1597359085951004672                <NA>
## 1268                <NA> 1597359085615095808                <NA>
## 1269                <NA> 1597359076207648768                <NA>
## 1270                <NA> 1597359074265268224                <NA>
## 1271                <NA> 1597359039943692289                <NA>
## 1272                <NA> 1597359037590695938                <NA>
## 1273                <NA> 1597359000886345728                <NA>
## 1274                <NA> 1597358997463408640                <NA>
## 1275                <NA> 1597358990891311104                <NA>
## 1276                <NA> 1597358982464929792                <NA>
## 1277                <NA> 1597358961313058816                <NA>
## 1278                <NA> 1597358928220024832                <NA>
## 1279                <NA> 1597358927968337923                <NA>
## 1280                <NA> 1597358910541033474                <NA>
## 1281                <NA> 1597358903200600064                <NA>
## 1282                <NA> 1597358876151910400                <NA>
## 1283                <NA> 1597358872515448832                <NA>
## 1284                <NA> 1597358862361055232                <NA>
## 1285                <NA> 1597358848620519424                <NA>
## 1286                <NA> 1597358836897050624                <NA>
## 1287                <NA> 1597358833466478592                <NA>
## 1288                <NA> 1597358798783787008                <NA>
## 1289                <NA> 1597358798758608896                <NA>
## 1290                <NA> 1597358795503853568                <NA>
## 1291                <NA> 1597358791133171713                <NA>
## 1292                <NA> 1597358786377052160                <NA>
## 1293                <NA> 1597358761081200640                <NA>
## 1294                <NA> 1597358747483275265                <NA>
## 1295                <NA> 1597358726092312581                <NA>
## 1296                <NA> 1597358691996471296                <NA>
## 1297                <NA> 1597358678566313984                <NA>
## 1298                <NA> 1597358649361412097                <NA>
## 1299                <NA> 1597358637332111360                <NA>
## 1300 1597305105837015040 1597358635373703169           427089628
## 1301                <NA> 1597358608639221762                <NA>
## 1302                <NA> 1597358591547428864                <NA>
## 1303                <NA> 1597358555774214145                <NA>
## 1304                <NA> 1597358551164649473                <NA>
## 1305                <NA> 1597358550640373761                <NA>
## 1306                <NA> 1597358538245873664                <NA>
## 1307 1597336812732575744 1597358535251095552            44196397
## 1308                <NA> 1597358534592991233                <NA>
## 1309                <NA> 1597358505291546624                <NA>
## 1310                <NA> 1597358496890376192                <NA>
## 1311                <NA> 1597358488032006144                <NA>
## 1312                <NA> 1597358478053761024                <NA>
## 1313                <NA> 1597358475801419777                <NA>
## 1314                <NA> 1597358466711973888                <NA>
## 1315                <NA> 1597358453726797824                <NA>
## 1316                <NA> 1597358450656567300                <NA>
## 1317                <NA> 1597358447334334465                <NA>
## 1318                <NA> 1597358429395615746                <NA>
## 1319                <NA> 1597358410743177216                <NA>
## 1320                <NA> 1597358405022547968                <NA>
## 1321                <NA> 1597358404720537601                <NA>
## 1322                <NA> 1597358390422155264                <NA>
## 1323                <NA> 1597358381530243074                <NA>
## 1324                <NA> 1597358373846257664                <NA>
## 1325                <NA> 1597358361582120960                <NA>
## 1326                <NA> 1597358353164177409                <NA>
## 1327                <NA> 1597358344141828097                <NA>
## 1328                <NA> 1597358340924792832                <NA>
## 1329                <NA> 1597358322851938305                <NA>
## 1330                <NA> 1597358315843227648                <NA>
## 1331                <NA> 1597358267701002240                <NA>
## 1332                <NA> 1597358260256137216                <NA>
## 1333                <NA> 1597358255927623682                <NA>
## 1334                <NA> 1597358227301490688                <NA>
## 1335                <NA> 1597358217709117441                <NA>
## 1336                <NA> 1597358217079554048                <NA>
## 1337                <NA> 1597358202575671296                <NA>
## 1338                <NA> 1597358184422727680                <NA>
## 1339                <NA> 1597358177275682816                <NA>
## 1340                <NA> 1597358154542886912                <NA>
## 1341                <NA> 1597358141334646786                <NA>
## 1342                <NA> 1597358136662585344                <NA>
## 1343                <NA> 1597358124117405696                <NA>
## 1344                <NA> 1597358102193803264                <NA>
## 1345                <NA> 1597358101715247104            16016673
## 1346                <NA> 1597358094031679488                <NA>
## 1347                <NA> 1597358075291512832                <NA>
## 1348                <NA> 1597358072397459456                <NA>
## 1349                <NA> 1597358063325155328                <NA>
## 1350 1597357914427396097 1597358052495085569 1125518631369150464
## 1351                <NA> 1597358032568320000                <NA>
## 1352                <NA> 1597358026775592960                <NA>
## 1353                <NA> 1597358025052151808                <NA>
## 1354                <NA> 1597358017615646720                <NA>
## 1355                <NA> 1597358005175320576                <NA>
## 1356                <NA> 1597357993565507584                <NA>
## 1357                <NA> 1597357991329923072                <NA>
## 1358                <NA> 1597357959935561728                <NA>
## 1359                <NA> 1597357888942796800                <NA>
## 1360                <NA> 1597357888657580034                <NA>
## 1361                <NA> 1597357885746720768                <NA>
## 1362                <NA> 1597357868537507845                <NA>
## 1363                <NA> 1597357812929433600                <NA>
## 1364                <NA> 1597357805609943041                <NA>
## 1365                <NA> 1597357802317840385                <NA>
## 1366                <NA> 1597357764136734721                <NA>
## 1367                <NA> 1597357749398310912                <NA>
## 1368                <NA> 1597357747376623616                <NA>
## 1369                <NA> 1597357744461602816                <NA>
## 1370                <NA> 1597357718461116417                <NA>
## 1371                <NA> 1597357698240024576                <NA>
## 1372                <NA> 1597357665516417025                <NA>
## 1373                <NA> 1597357628199677953                <NA>
## 1374                <NA> 1597357620008226816                <NA>
## 1375                <NA> 1597357616493051904                <NA>
## 1376                <NA> 1597357590325137408                <NA>
## 1377                <NA> 1597357583198625792                <NA>
## 1378                <NA> 1597357564161044481                <NA>
## 1379                <NA> 1597357530308833280                <NA>
## 1380                <NA> 1597357521517580288                <NA>
## 1381                <NA> 1597357473274265600                <NA>
## 1382                <NA> 1597357461228310528                <NA>
## 1383                <NA> 1597357459236352005                <NA>
## 1384                <NA> 1597357445546151936                <NA>
## 1385                <NA> 1597357411840692224                <NA>
## 1386                <NA> 1597357404056080384                <NA>
## 1387                <NA> 1597357383415521280                <NA>
## 1388                <NA> 1597357355116920833                <NA>
## 1389                <NA> 1597357353812119552                <NA>
## 1390                <NA> 1597357350809403392                <NA>
## 1391                <NA> 1597357330290839552                <NA>
## 1392 1597100861938839552 1597357326427918336  744260935527735296
## 1393                <NA> 1597357297893724160                <NA>
## 1394                <NA> 1597357276360507393                <NA>
## 1395                <NA> 1597357271146635266                <NA>
## 1396                <NA> 1597357261457747968                <NA>
## 1397                <NA> 1597357253782171648                <NA>
## 1398                <NA> 1597357223088656385                <NA>
## 1399                <NA> 1597357213483667457                <NA>
## 1400                <NA> 1597357198216089600                <NA>
## 1401                <NA> 1597357143807909889                <NA>
## 1402                <NA> 1597357137994207232                <NA>
## 1403                <NA> 1597357135641579522                <NA>
## 1404 1597310751865278465 1597357131698954241            17230018
## 1405                <NA> 1597357096915587072                <NA>
## 1406                <NA> 1597357065030488064                <NA>
## 1407                <NA> 1597357062463590400                <NA>
## 1408                <NA> 1597357058567069697                <NA>
## 1409                <NA> 1597357052250050560                <NA>
## 1410                <NA> 1597357045875118081                <NA>
## 1411                <NA> 1597357041693360128                <NA>
## 1412                <NA> 1597356994003800064                <NA>
## 1413                <NA> 1597356972218544128                <NA>
## 1414                <NA> 1597356966296563712                <NA>
## 1415                <NA> 1597356934339866624                <NA>
## 1416                <NA> 1597356932590960642                <NA>
## 1417                <NA> 1597356930665967616                <NA>
## 1418                <NA> 1597356916136898564                <NA>
## 1419                <NA> 1597356911577350144                <NA>
## 1420                <NA> 1597356901473218560                <NA>
## 1421                <NA> 1597356877746032640                <NA>
## 1422                <NA> 1597356865259986944                <NA>
## 1423                <NA> 1597356858054180864                <NA>
## 1424                <NA> 1597356854711308290                <NA>
## 1425                <NA> 1597356834595037185                <NA>
## 1426                <NA> 1597356724230402048                <NA>
## 1427                <NA> 1597356715522936832                <NA>
## 1428                <NA> 1597356711995920384                <NA>
## 1429                <NA> 1597356682014621696                <NA>
## 1430                <NA> 1597356663568490496                <NA>
## 1431                <NA> 1597356662637363200                <NA>
## 1432                <NA> 1597356657075687424                <NA>
## 1433                <NA> 1597356637819637760                <NA>
## 1434                <NA> 1597356625391915011                <NA>
## 1435                <NA> 1597356617749901313                <NA>
## 1436                <NA> 1597356616306696192                <NA>
## 1437                <NA> 1597356561772388352                <NA>
## 1438 1597355499367768068 1597356495586627585 1209795765549305856
## 1439                <NA> 1597356488200454144                <NA>
## 1440                <NA> 1597356485239005184                <NA>
## 1441                <NA> 1597356406419488768                <NA>
## 1442 1597255769912938496 1597356374748712960            20595373
## 1443                <NA> 1597356296533331968                <NA>
## 1444                <NA> 1597356260873367552                <NA>
## 1445                <NA> 1597356246033895426                <NA>
## 1446                <NA> 1597356241344307201                <NA>
## 1447                <NA> 1597356240170283008                <NA>
## 1448                <NA> 1597356225825746945                <NA>
## 1449                <NA> 1597356198604726272                <NA>
## 1450                <NA> 1597356192296488960                <NA>
## 1451                <NA> 1597356173526982656                <NA>
## 1452                <NA> 1597356168149860353                <NA>
## 1453                <NA> 1597356136885547008                <NA>
## 1454                <NA> 1597356125623418880                <NA>
## 1455                <NA> 1597356122037682176                <NA>
## 1456                <NA> 1597356115767197697                <NA>
## 1457                <NA> 1597356109429633024                <NA>
## 1458                <NA> 1597356082175029248                <NA>
## 1459 1597344659487195136 1597356068572925953 1363616498334466048
## 1460                <NA> 1597356065976221696                <NA>
## 1461                <NA> 1597356060658249728                <NA>
## 1462                <NA> 1597356041364070400                <NA>
## 1463                <NA> 1597356036410978304                <NA>
## 1464                <NA> 1597356029263884288                <NA>
## 1465                <NA> 1597356019768000512                <NA>
## 1466                <NA> 1597355981297438721                <NA>
## 1467                <NA> 1597355955221852160                <NA>
## 1468                <NA> 1597355950247378945                <NA>
## 1469                <NA> 1597355938725658624                <NA>
## 1470                <NA> 1597355938700460033                <NA>
## 1471                <NA> 1597355871805509634                <NA>
## 1472                <NA> 1597355868684976129                <NA>
## 1473                <NA> 1597355856164593667                <NA>
## 1474                <NA> 1597355855372226561                <NA>
## 1475                <NA> 1597355854462083072                <NA>
## 1476                <NA> 1597355840230805504                <NA>
## 1477                <NA> 1597355839513247744                <NA>
## 1478                <NA> 1597355838888628225                <NA>
## 1479                <NA> 1597355835965190144                <NA>
## 1480                <NA> 1597355829308854273                <NA>
## 1481                <NA> 1597355825768837126                <NA>
## 1482                <NA> 1597355815962554369                <NA>
## 1483                <NA> 1597355805770416128                <NA>
## 1484                <NA> 1597355767421882368                <NA>
## 1485                <NA> 1597355750481100800                <NA>
## 1486                <NA> 1597355721032863746                <NA>
## 1487                <NA> 1597355712942071808                <NA>
## 1488                <NA> 1597355687675559938                <NA>
## 1489                <NA> 1597355680570433538                <NA>
## 1490                <NA> 1597355672261517312                <NA>
## 1491                <NA> 1597355662421680133                <NA>
## 1492                <NA> 1597355657019420674                <NA>
## 1493                <NA> 1597355643018838016                <NA>
## 1494                <NA> 1597355638153416704                <NA>
## 1495                <NA> 1597355590334152704                <NA>
## 1496                <NA> 1597355588429950976                <NA>
## 1497                <NA> 1597355543928397824                <NA>
## 1498                <NA> 1597355537179774978                <NA>
## 1499                <NA> 1597355529042792448                <NA>
## 1500                <NA> 1597355528887631872                <NA>
## 1501                <NA> 1597355515847507968                <NA>
## 1502                <NA> 1597355505403711489                <NA>
## 1503                <NA> 1597355498399223808                <NA>
## 1504                <NA> 1597355483673034752                <NA>
## 1505                <NA> 1597355441776136192                <NA>
## 1506                <NA> 1597355440761110528                <NA>
## 1507                <NA> 1597355440152936449                <NA>
## 1508                <NA> 1597355431932071936                <NA>
## 1509                <NA> 1597355402387415042                <NA>
## 1510                <NA> 1597355401837965313                <NA>
## 1511                <NA> 1597355399186767872                <NA>
## 1512                <NA> 1597355395668119552                <NA>
## 1513                <NA> 1597355394711842816                <NA>
## 1514                <NA> 1597355379931115521                <NA>
## 1515                <NA> 1597355363887886336                <NA>
## 1516                <NA> 1597355354358427648                <NA>
## 1517                <NA> 1597355330773864449                <NA>
## 1518                <NA> 1597355326139142144                <NA>
## 1519                <NA> 1597355317146554369                <NA>
## 1520                <NA> 1597355295361335296                <NA>
## 1521                <NA> 1597355295352950784                <NA>
## 1522 1597270343105667072 1597355269549281280 1201670995435646976
## 1523                <NA> 1597355267318222851                <NA>
## 1524                <NA> 1597355265514700800                <NA>
## 1525                <NA> 1597355254395174914                <NA>
## 1526                <NA> 1597355238847303680                <NA>
## 1527                <NA> 1597355209671737345                <NA>
## 1528                <NA> 1597355196539371520                <NA>
## 1529                <NA> 1597355196509978624                <NA>
## 1530                <NA> 1597355188842815488                <NA>
## 1531                <NA> 1597355172363382784                <NA>
## 1532                <NA> 1597355170207526912                <NA>
## 1533                <NA> 1597355140696395776                <NA>
## 1534                <NA> 1597355097599930369                <NA>
## 1535                <NA> 1597355090553507840                <NA>
## 1536                <NA> 1597355060417400833                <NA>
## 1537                <NA> 1597355052112678912                <NA>
## 1538                <NA> 1597355036967055361                <NA>
## 1539                <NA> 1597355035310321664                <NA>
## 1540                <NA> 1597355027718602753                <NA>
## 1541                <NA> 1597355000984121344                <NA>
## 1542                <NA> 1597354970910978048                <NA>
## 1543                <NA> 1597354970483134464                <NA>
## 1544                <NA> 1597354960814952448                <NA>
## 1545                <NA> 1597354958080593920                <NA>
## 1546                <NA> 1597354948085559296                <NA>
## 1547                <NA> 1597354947548368898                <NA>
## 1548                <NA> 1597354940972032000                <NA>
## 1549                <NA> 1597354929446088705                <NA>
## 1550                <NA> 1597354924744257541                <NA>
## 1551                <NA> 1597354923213352962                <NA>
## 1552                <NA> 1597354906557743104                <NA>
## 1553                <NA> 1597354903101657089                <NA>
## 1554                <NA> 1597354864769916928                <NA>
## 1555                <NA> 1597354864333717504                <NA>
## 1556                <NA> 1597354852094730240                <NA>
## 1557                <NA> 1597354851146813441                <NA>
## 1558                <NA> 1597354850693840896                <NA>
## 1559                <NA> 1597354840510042112                <NA>
## 1560                <NA> 1597354832746409984                <NA>
## 1561                <NA> 1597354804992671744                <NA>
## 1562                <NA> 1597354798881574912                <NA>
## 1563                <NA> 1597354781210968066                <NA>
## 1564                <NA> 1597354778887041024                <NA>
## 1565                <NA> 1597354770058350592                <NA>
## 1566                <NA> 1597354760705048576                <NA>
## 1567                <NA> 1597354757815160832                <NA>
## 1568                <NA> 1597354755021733889            20536157
## 1569                <NA> 1597354734536781824                <NA>
## 1570                <NA> 1597354727766753280                <NA>
## 1571                <NA> 1597354712088473600                <NA>
## 1572                <NA> 1597354693742628864                <NA>
## 1573                <NA> 1597354689514700806                <NA>
## 1574                <NA> 1597354681105149955                <NA>
## 1575                <NA> 1597354675401285632                <NA>
## 1576                <NA> 1597354669348884480                <NA>
## 1577                <NA> 1597354652009254912                <NA>
## 1578                <NA> 1597354646238277632                <NA>
## 1579 1597346525457391617 1597354642798940160            17230018
## 1580                <NA> 1597354631646281728                <NA>
## 1581                <NA> 1597354628705910784                <NA>
## 1582                <NA> 1597354628634775553                <NA>
## 1583                <NA> 1597354625505832961                <NA>
## 1584                <NA> 1597354586016460801                <NA>
## 1585                <NA> 1597354574456958976                <NA>
## 1586                <NA> 1597354553774481408                <NA>
## 1587                <NA> 1597354551472197633                <NA>
## 1588                <NA> 1597354515854155776                <NA>
## 1589                <NA> 1597354496451280896                <NA>
## 1590                <NA> 1597354488704430080                <NA>
## 1591                <NA> 1597354484073521152                <NA>
## 1592                <NA> 1597354453975191555                <NA>
## 1593                <NA> 1597354441933754368                <NA>
## 1594                <NA> 1597354432253276160                <NA>
## 1595                <NA> 1597354399004696577                <NA>
## 1596                <NA> 1597354394051547138                <NA>
## 1597 1597351933789937664 1597354392596156417          1032191574
## 1598                <NA> 1597354378712653824                <NA>
## 1599                <NA> 1597354375877652480                <NA>
## 1600                <NA> 1597354367707119616                <NA>
## 1601                <NA> 1597354331837431808                <NA>
## 1602                <NA> 1597354306860363776                <NA>
## 1603                <NA> 1597354286476038145                <NA>
## 1604                <NA> 1597354284936441856                <NA>
## 1605                <NA> 1597354266796380160                <NA>
## 1606                <NA> 1597354241131417600                <NA>
## 1607                <NA> 1597354211041513473                <NA>
## 1608                <NA> 1597354205907685377                <NA>
## 1609                <NA> 1597354203206541312                <NA>
## 1610                <NA> 1597354200723488768                <NA>
## 1611                <NA> 1597354188828471296                <NA>
## 1612                <NA> 1597354175486386176                <NA>
## 1613                <NA> 1597354172172890112                <NA>
## 1614                <NA> 1597354171438858240                <NA>
## 1615                <NA> 1597354143873572869                <NA>
## 1616                <NA> 1597354142477193216                <NA>
## 1617                <NA> 1597354135565012992                <NA>
## 1618                <NA> 1597354089410875392                <NA>
## 1619                <NA> 1597354057567698945                <NA>
## 1620                <NA> 1597354041474166784                <NA>
## 1621                <NA> 1597354033395945472                <NA>
## 1622                <NA> 1597353971286700033                <NA>
## 1623                <NA> 1597353913824718848                <NA>
## 1624                <NA> 1597353901464117250                <NA>
## 1625                <NA> 1597353896883589120                <NA>
## 1626                <NA> 1597353893272653827                <NA>
## 1627                <NA> 1597353878194118656                <NA>
## 1628                <NA> 1597353845809909761                <NA>
## 1629                <NA> 1597353829489860609                <NA>
## 1630                <NA> 1597353812901376000                <NA>
## 1631                <NA> 1597353788846661632                <NA>
## 1632                <NA> 1597353766675963904                <NA>
## 1633                <NA> 1597353757104173057                <NA>
## 1634                <NA> 1597353756605022208                <NA>
## 1635                <NA> 1597353723621089281                <NA>
## 1636                <NA> 1597353705179082754                <NA>
## 1637                <NA> 1597353697256017922                <NA>
## 1638                <NA> 1597353690419326977                <NA>
## 1639                <NA> 1597353682999267328                <NA>
## 1640                <NA> 1597353648912494593                <NA>
## 1641                <NA> 1597353631573213184                <NA>
## 1642 1597274983197446145 1597353623352414208           242827267
## 1643                <NA> 1597353622152818692                <NA>
## 1644                <NA> 1597353621733068800                <NA>
## 1645                <NA> 1597353615768702976                <NA>
## 1646                <NA> 1597353607812485120                <NA>
## 1647                <NA> 1597353606768128000                <NA>
## 1648                <NA> 1597353605979570177                <NA>
## 1649                <NA> 1597353586073436160                <NA>
## 1650                <NA> 1597353584978718720                <NA>
## 1651                <NA> 1597353579341582336                <NA>
## 1652                <NA> 1597353578305576961                <NA>
## 1653                <NA> 1597353564162363392                <NA>
## 1654                <NA> 1597353553429147648                <NA>
## 1655                <NA> 1597353542654001155                <NA>
## 1656                <NA> 1597353511330906112                <NA>
## 1657                <NA> 1597353509711904769                <NA>
## 1658                <NA> 1597353493748076544                <NA>
## 1659                <NA> 1597353482020802560                <NA>
## 1660                <NA> 1597353474932428800                <NA>
## 1661                <NA> 1597353458704691200                <NA>
## 1662                <NA> 1597353455319801858                <NA>
## 1663                <NA> 1597353441030197254                <NA>
## 1664                <NA> 1597353440132628480                <NA>
## 1665                <NA> 1597353431139688449                <NA>
## 1666                <NA> 1597353427381592065                <NA>
## 1667                <NA> 1597353426945732608                <NA>
## 1668                <NA> 1597353416296402944                <NA>
## 1669                <NA> 1597353409841356800                <NA>
## 1670                <NA> 1597353383459172352                <NA>
## 1671 1597334668822867968 1597353364551237632 1216079629989052419
## 1672                <NA> 1597353342573109248                <NA>
## 1673                <NA> 1597353339028910082                <NA>
## 1674                <NA> 1597353308511166465                <NA>
## 1675                <NA> 1597353299367559170                <NA>
## 1676                <NA> 1597353289321955328                <NA>
## 1677                <NA> 1597353288957321218                <NA>
## 1678                <NA> 1597353255536775168                <NA>
## 1679                <NA> 1597353249618919424                <NA>
## 1680                <NA> 1597353248025120768                <NA>
## 1681                <NA> 1597353239850020869                <NA>
## 1682                <NA> 1597353239321903106                <NA>
## 1683                <NA> 1597353236637573120                <NA>
## 1684                <NA> 1597353220837629952                <NA>
## 1685                <NA> 1597353218862120960                <NA>
## 1686                <NA> 1597353195470102529                <NA>
## 1687                <NA> 1597353186444337153                <NA>
## 1688                <NA> 1597353179884449792                <NA>
## 1689                <NA> 1597353177753718784                <NA>
## 1690                <NA> 1597353141678538752                <NA>
## 1691                <NA> 1597353126977495040                <NA>
## 1692                <NA> 1597353126042161153                <NA>
## 1693                <NA> 1597353119612284928                <NA>
## 1694                <NA> 1597353117921988608                <NA>
## 1695                <NA> 1597353108970954752                <NA>
## 1696                <NA> 1597353077560213504                <NA>
## 1697                <NA> 1597353076733923328                <NA>
## 1698                <NA> 1597353070253391872                <NA>
## 1699                <NA> 1597353044064075776                <NA>
## 1700                <NA> 1597353040108871681                <NA>
## 1701                <NA> 1597353038041481217                <NA>
## 1702                <NA> 1597353035751395328                <NA>
## 1703                <NA> 1597353030277812226                <NA>
## 1704                <NA> 1597353028151291904                <NA>
## 1705                <NA> 1597353025148182528                <NA>
## 1706                <NA> 1597353020165001216                <NA>
## 1707                <NA> 1597353013202415618                <NA>
## 1708                <NA> 1597353011554447362                <NA>
## 1709                <NA> 1597353009335668736                <NA>
## 1710                <NA> 1597353003811766272                <NA>
## 1711                <NA> 1597352999508066304                <NA>
## 1712                <NA> 1597352973008801792                <NA>
## 1713                <NA> 1597352969543901185                <NA>
## 1714                <NA> 1597352967963049985                <NA>
## 1715                <NA> 1597352965815562240                <NA>
## 1716                <NA> 1597352949742960640                <NA>
## 1717                <NA> 1597352944457814016                <NA>
## 1718                <NA> 1597352933712334848                <NA>
## 1719                <NA> 1597352927445716992                <NA>
## 1720                <NA> 1597352925298569216                <NA>
## 1721                <NA> 1597352915794300928                <NA>
## 1722                <NA> 1597352915056099328                <NA>
## 1723                <NA> 1597352894780837888                <NA>
## 1724                <NA> 1597352885708554245                <NA>
## 1725                <NA> 1597352873813487616                <NA>
## 1726                <NA> 1597352872404221953                <NA>
## 1727                <NA> 1597352861276381184                <NA>
## 1728                <NA> 1597352847594885120                <NA>
## 1729                <NA> 1597352845917184000                <NA>
## 1730                <NA> 1597352840418115584                <NA>
## 1731                <NA> 1597352827080560641                <NA>
## 1732                <NA> 1597352821632139266                <NA>
## 1733                <NA> 1597352819191066625                <NA>
## 1734                <NA> 1597352808030023680                <NA>
## 1735                <NA> 1597352802980089856                <NA>
## 1736                <NA> 1597352776983797761                <NA>
## 1737                <NA> 1597352756133523457                <NA>
## 1738                <NA> 1597352754938548224                <NA>
## 1739                <NA> 1597352740845277184                <NA>
## 1740                <NA> 1597352733358854144                <NA>
## 1741                <NA> 1597352722855972866                <NA>
## 1742 1597092976626475009 1597352711238070272            17230018
## 1743                <NA> 1597352704262950912                <NA>
## 1744                <NA> 1597352701251457030                <NA>
## 1745                <NA> 1597352700093812737                <NA>
## 1746                <NA> 1597352680187625472                <NA>
## 1747                <NA> 1597352677821714432                <NA>
## 1748                <NA> 1597352660906414081                <NA>
## 1749                <NA> 1597352638906961921                <NA>
## 1750                <NA> 1597352637833220097                <NA>
## 1751                <NA> 1597352637514780673                <NA>
## 1752                <NA> 1597352632942989312                <NA>
## 1753                <NA> 1597352623492898816                <NA>
## 1754                <NA> 1597352606871203840                <NA>
## 1755                <NA> 1597352600370024448                <NA>
## 1756                <NA> 1597352589607440384                <NA>
## 1757                <NA> 1597352582888198144                <NA>
## 1758                <NA> 1597352565414727681                <NA>
## 1759                <NA> 1597352543885328385                <NA>
## 1760                <NA> 1597352532392960000                <NA>
## 1761                <NA> 1597352524302127105                <NA>
## 1762                <NA> 1597352516181581824                <NA>
## 1763                <NA> 1597352503926222848                <NA>
## 1764                <NA> 1597352492995874816                <NA>
## 1765                <NA> 1597352474301460480                <NA>
## 1766                <NA> 1597352457377837056                <NA>
## 1767                <NA> 1597352438331486209                <NA>
## 1768                <NA> 1597352427870883841                <NA>
## 1769                <NA> 1597352422279905280                <NA>
## 1770                <NA> 1597352407302033408                <NA>
## 1771                <NA> 1597352398414307332                <NA>
## 1772                <NA> 1597352360661364737                <NA>
## 1773                <NA> 1597352334241460224                <NA>
## 1774                <NA> 1597352325496311810                <NA>
## 1775                <NA> 1597352321607864320                <NA>
## 1776                <NA> 1597352308194836482                <NA>
## 1777                <NA> 1597352305124605953                <NA>
## 1778                <NA> 1597352299537772544                <NA>
## 1779                <NA> 1597352286401204224                <NA>
## 1780                <NA> 1597352276544610304                <NA>
## 1781                <NA> 1597352242629464065                <NA>
## 1782                <NA> 1597352219300413440                <NA>
## 1783                <NA> 1597352215127429121                <NA>
## 1784                <NA> 1597352209360236544                <NA>
## 1785                <NA> 1597352207418265603                <NA>
## 1786                <NA> 1597352199860137985                <NA>
## 1787                <NA> 1597352195959451648                <NA>
## 1788                <NA> 1597352193874481152                <NA>
## 1789                <NA> 1597352179744256000                <NA>
## 1790                <NA> 1597352171133366273                <NA>
## 1791                <NA> 1597352166691598336                <NA>
## 1792                <NA> 1597352163675889665                <NA>
## 1793                <NA> 1597352157548011520                <NA>
## 1794                <NA> 1597352154054152193                <NA>
## 1795                <NA> 1597352153995436034                <NA>
## 1796                <NA> 1597352126984093696                <NA>
## 1797                <NA> 1597352103017877504                <NA>
## 1798                <NA> 1597352094700572672                <NA>
## 1799                <NA> 1597352087507304448                <NA>
## 1800                <NA> 1597352087339569152                <NA>
## 1801                <NA> 1597352037515419648                <NA>
## 1802                <NA> 1597352023997153280                <NA>
## 1803                <NA> 1597352016304803840                <NA>
## 1804                <NA> 1597351992468602881                <NA>
## 1805                <NA> 1597351986865016832                <NA>
## 1806                <NA> 1597351971295735809                <NA>
## 1807                <NA> 1597351969987112961                <NA>
## 1808                <NA> 1597351916853657600                <NA>
## 1809                <NA> 1597351905852010496                <NA>
## 1810                <NA> 1597351883630600193                <NA>
## 1811                <NA> 1597351840517001218                <NA>
## 1812                <NA> 1597351838885773312                <NA>
## 1813                <NA> 1597351829704089600                <NA>
## 1814                <NA> 1597351826147651586                <NA>
## 1815                <NA> 1597351806585438208                <NA>
## 1816                <NA> 1597351786289168386                <NA>
## 1817                <NA> 1597351783860699137                <NA>
## 1818                <NA> 1597351775182299137                <NA>
## 1819                <NA> 1597351763740590081                <NA>
## 1820                <NA> 1597351749463216129                <NA>
## 1821                <NA> 1597351741745692672                <NA>
## 1822                <NA> 1597351715140882432                <NA>
## 1823                <NA> 1597351700113027072                <NA>
## 1824                <NA> 1597351698623696896                <NA>
## 1825                <NA> 1597351684833161218                <NA>
## 1826                <NA> 1597351670333472768                <NA>
## 1827                <NA> 1597351665988153345                <NA>
## 1828                <NA> 1597351617753665537                <NA>
## 1829                <NA> 1597351614305927168                <NA>
## 1830                <NA> 1597351605661478914                <NA>
## 1831                <NA> 1597351603711152128                <NA>
## 1832                <NA> 1597351589802835968                <NA>
## 1833                <NA> 1597351586769928192                <NA>
## 1834                <NA> 1597351584761282561                <NA>
## 1835                <NA> 1597351555552120832                <NA>
## 1836                <NA> 1597351540716892160                <NA>
## 1837                <NA> 1597351529408651265                <NA>
## 1838                <NA> 1597351519137169408                <NA>
## 1839                <NA> 1597351514859012096                <NA>
## 1840                <NA> 1597351506701082624                <NA>
## 1841 1597351129045557248 1597351497767223301 1541845258102775808
## 1842                <NA> 1597351478175621120                <NA>
## 1843                <NA> 1597351471884152832                <NA>
## 1844                <NA> 1597351453722828800                <NA>
## 1845                <NA> 1597351449855684608                <NA>
## 1846                <NA> 1597351434357727232                <NA>
## 1847                <NA> 1597351432386392064                <NA>
## 1848                <NA> 1597351427495849984                <NA>
## 1849                <NA> 1597351426845335552                <NA>
## 1850                <NA> 1597351366787497985                <NA>
## 1851                <NA> 1597351365323653120                <NA>
## 1852                <NA> 1597351358054559745                <NA>
## 1853                <NA> 1597351356020690944                <NA>
## 1854                <NA> 1597351306150445056                <NA>
## 1855                <NA> 1597351298701365248                <NA>
## 1856                <NA> 1597351286579421185                <NA>
## 1857                <NA> 1597351284952436736                <NA>
## 1858                <NA> 1597351235903840256                <NA>
## 1859                <NA> 1597351232846585858                <NA>
## 1860                <NA> 1597351229575028737                <NA>
## 1861                <NA> 1597351202525937665                <NA>
## 1862                <NA> 1597351198428106752                <NA>
## 1863                <NA> 1597351176856829952                <NA>
## 1864                <NA> 1597351162554257408                <NA>
## 1865                <NA> 1597351151070228480                <NA>
## 1866                <NA> 1597351135081558016                <NA>
## 1867                <NA> 1597351132074242048                <NA>
## 1868                <NA> 1597351086301806595                <NA>
## 1869                <NA> 1597351083277373440                <NA>
## 1870                <NA> 1597351081339924480                <NA>
## 1871                <NA> 1597351041904742400                <NA>
## 1872                <NA> 1597351034070110208                <NA>
## 1873                <NA> 1597351018970243072                <NA>
## 1874                <NA> 1597351011253116929                <NA>
## 1875                <NA> 1597351000159162370                <NA>
## 1876                <NA> 1597350998653009921                <NA>
## 1877                <NA> 1597350995771916288                <NA>
## 1878                <NA> 1597350989228822529                <NA>
## 1879                <NA> 1597350943305060352                <NA>
## 1880                <NA> 1597350918932267009                <NA>
## 1881                <NA> 1597350904289976322                <NA>
## 1882                <NA> 1597350896286896128                <NA>
## 1883                <NA> 1597350881011597312                <NA>
## 1884                <NA> 1597350866163748864                <NA>
## 1885                <NA> 1597350853438246915                <NA>
## 1886                <NA> 1597350821616037889                <NA>
## 1887                <NA> 1597350812791230469                <NA>
## 1888                <NA> 1597350808781488128                <NA>
## 1889                <NA> 1597350793958789120                <NA>
## 1890                <NA> 1597350792519770112                <NA>
## 1891                <NA> 1597350783514980352                <NA>
## 1892                <NA> 1597350778687361026                <NA>
## 1893                <NA> 1597350755463483393                <NA>
## 1894                <NA> 1597350748710670336                <NA>
## 1895                <NA> 1597350747636912129                <NA>
## 1896                <NA> 1597350746030477313                <NA>
## 1897                <NA> 1597350744998699008                <NA>
## 1898                <NA> 1597350732889718784                <NA>
## 1899                <NA> 1597350716162871296                <NA>
## 1900                <NA> 1597350701273059328                <NA>
## 1901                <NA> 1597350695568805889                <NA>
## 1902                <NA> 1597350692704116736                <NA>
## 1903                <NA> 1597350678506061824                <NA>
## 1904                <NA> 1597350655055650817                <NA>
## 1905                <NA> 1597350628141174785                <NA>
## 1906                <NA> 1597350620591435776                <NA>
## 1907                <NA> 1597350615784779777                <NA>
## 1908                <NA> 1597350601607696384                <NA>
## 1909                <NA> 1597350597870911489                <NA>
## 1910                <NA> 1597350591877238784                <NA>
## 1911                <NA> 1597350581496352769                <NA>
## 1912                <NA> 1597350575712051200                <NA>
## 1913                <NA> 1597350572021395457                <NA>
## 1914                <NA> 1597350556041089025                <NA>
## 1915                <NA> 1597350553243119616                <NA>
## 1916                <NA> 1597350548310589441                <NA>
## 1917                <NA> 1597350545861537793                <NA>
## 1918                <NA> 1597350537498066944                <NA>
## 1919                <NA> 1597350534151041025                <NA>
## 1920                <NA> 1597350526546776064                <NA>
## 1921                <NA> 1597350502622461952                <NA>
## 1922                <NA> 1597350475049111552                <NA>
## 1923                <NA> 1597350473417494528                <NA>
## 1924                <NA> 1597350446624276481                <NA>
## 1925                <NA> 1597350433798131717                <NA>
## 1926                <NA> 1597350421018062849                <NA>
## 1927                <NA> 1597350416169123841                <NA>
## 1928                <NA> 1597350405960527873                <NA>
## 1929                <NA> 1597350405314580480                <NA>
## 1930                <NA> 1597350387128111104                <NA>
## 1931                <NA> 1597350368706715648                <NA>
## 1932                <NA> 1597350364566941696                <NA>
## 1933                <NA> 1597350363891630082                <NA>
## 1934                <NA> 1597350359646994433                <NA>
## 1935                <NA> 1597350340071854080                <NA>
## 1936                <NA> 1597350337446563842                <NA>
## 1937                <NA> 1597350287253000193                <NA>
## 1938                <NA> 1597350283788505088                <NA>
## 1939                <NA> 1597350282278887424                <NA>
## 1940                <NA> 1597350259440906240                <NA>
## 1941                <NA> 1597350225919635457                <NA>
## 1942                <NA> 1597350201886642177                <NA>
## 1943                <NA> 1597350200284094470                <NA>
## 1944                <NA> 1597350191937785857                <NA>
## 1945                <NA> 1597350187781230592                <NA>
## 1946                <NA> 1597350181300686848                <NA>
## 1947                <NA> 1597350173717712896                <NA>
## 1948                <NA> 1597350171272101888                <NA>
## 1949                <NA> 1597350158806634496                <NA>
## 1950                <NA> 1597350154159288320                <NA>
## 1951                <NA> 1597350150279946241                <NA>
## 1952                <NA> 1597350147486519296                <NA>
## 1953                <NA> 1597350144982142976                <NA>
## 1954                <NA> 1597350122811445248                <NA>
## 1955                <NA> 1597350100421947392                <NA>
## 1956                <NA> 1597350084056076288                <NA>
## 1957                <NA> 1597350068327444481                <NA>
## 1958                <NA> 1597350066406141953                <NA>
## 1959                <NA> 1597350058755620864                <NA>
## 1960                <NA> 1597350057971679234                <NA>
## 1961                <NA> 1597350054011904000                <NA>
## 1962                <NA> 1597350012672827393                <NA>
## 1963                <NA> 1597350000564244481                <NA>
## 1964                <NA> 1597349969652248576                <NA>
## 1965                <NA> 1597349967773200385                <NA>
## 1966                <NA> 1597349957828505600                <NA>
## 1967                <NA> 1597349939893653504                <NA>
## 1968                <NA> 1597349924580229120                <NA>
## 1969                <NA> 1597349923116429314                <NA>
## 1970                <NA> 1597349891910430720                <NA>
## 1971                <NA> 1597349869953634304                <NA>
## 1972                <NA> 1597349868917645312                <NA>
## 1973                <NA> 1597349862424866816                <NA>
## 1974                <NA> 1597349858226360320                <NA>
## 1975                <NA> 1597349857563652096                <NA>
## 1976                <NA> 1597349855818833920                <NA>
## 1977                <NA> 1597349839582695425                <NA>
## 1978                <NA> 1597349814898855936                <NA>
## 1979                <NA> 1597349756627406848                <NA>
## 1980                <NA> 1597349747378880512                <NA>
## 1981                <NA> 1597349741259501568                <NA>
## 1982                <NA> 1597349735299702784                <NA>
## 1983                <NA> 1597349729675137025                <NA>
## 1984                <NA> 1597349712558194689                <NA>
## 1985                <NA> 1597349678475272193                <NA>
## 1986                <NA> 1597349676545515522                <NA>
## 1987                <NA> 1597349661810909184                <NA>
## 1988                <NA> 1597349655578386432                <NA>
## 1989                <NA> 1597349632085880832                <NA>
## 1990                <NA> 1597349621906358272            17230018
## 1991                <NA> 1597349611546750976                <NA>
## 1992                <NA> 1597349608996601862                <NA>
## 1993                <NA> 1597349589631352835                <NA>
## 1994                <NA> 1597349557608009728                <NA>
## 1995                <NA> 1597349555883765761                <NA>
## 1996                <NA> 1597349555817050113                <NA>
## 1997                <NA> 1597349550091833345                <NA>
## 1998                <NA> 1597349528637562880                <NA>
## 1999                <NA> 1597349525639041024                <NA>
## 2000                <NA> 1597349524514607104                <NA>
## 2001                <NA> 1597349524342996993                <NA>
## 2002                <NA> 1597349501567905792                <NA>
## 2003                <NA> 1597349501161046016                <NA>
## 2004                <NA> 1597349492030066693                <NA>
## 2005                <NA> 1597349477178052608                <NA>
## 2006                <NA> 1597349475319631874                <NA>
## 2007                <NA> 1597349473877135360                <NA>
## 2008                <NA> 1597349472920817665                <NA>
## 2009                <NA> 1597349471595397121                <NA>
## 2010                <NA> 1597349469758009344            44196397
## 2011                <NA> 1597349463982772226                <NA>
## 2012                <NA> 1597349444546334720                <NA>
## 2013                <NA> 1597349436891754498                <NA>
## 2014                <NA> 1597349423939391489                <NA>
## 2015                <NA> 1597349418277433345                <NA>
## 2016                <NA> 1597349412325707776                <NA>
## 2017                <NA> 1597349406223003649                <NA>
## 2018                <NA> 1597349399562444800                <NA>
## 2019                <NA> 1597349393719775232                <NA>
## 2020                <NA> 1597349387788640257                <NA>
## 2021                <NA> 1597349370885976065                <NA>
## 2022                <NA> 1597349370663665664                <NA>
## 2023                <NA> 1597349355669065729                <NA>
## 2024                <NA> 1597349355098640384                <NA>
## 2025                <NA> 1597349345934053376                <NA>
## 2026                <NA> 1597349339827146752                <NA>
## 2027                <NA> 1597349334231969793                <NA>
## 2028                <NA> 1597349323096088576                <NA>
## 2029                <NA> 1597349319581274112                <NA>
## 2030                <NA> 1597349296554520577                <NA>
## 2031                <NA> 1597349295899877376                <NA>
## 2032                <NA> 1597349284625944576                <NA>
## 2033                <NA> 1597349282985959424                <NA>
## 2034                <NA> 1597349281983508483                <NA>
## 2035                <NA> 1597349276455403520                <NA>
## 2036                <NA> 1597349267211194368                <NA>
## 2037                <NA> 1597349264858152960                <NA>
## 2038                <NA> 1597349263566327810                <NA>
## 2039                <NA> 1597349261007802368                <NA>
## 2040                <NA> 1597349259372023808                <NA>
## 2041                <NA> 1597349231073071105                <NA>
## 2042                <NA> 1597349224878084096                <NA>
## 2043                <NA> 1597349217382830080                <NA>
## 2044                <NA> 1597349207299354624                <NA>
## 2045                <NA> 1597349199657324544                <NA>
## 2046                <NA> 1597349194507096064                <NA>
## 2047                <NA> 1597349189238652929                <NA>
## 2048                <NA> 1597349188479508480                <NA>
## 2049                <NA> 1597349183404806144                <NA>
## 2050                <NA> 1597349165918740481                <NA>
## 2051                <NA> 1597349162814967809                <NA>
## 2052                <NA> 1597349153730093056                <NA>
## 2053                <NA> 1597349140094423041                <NA>
## 2054                <NA> 1597349130807824384                <NA>
## 2055                <NA> 1597349119307440128                <NA>
## 2056                <NA> 1597349113020190720                <NA>
## 2057                <NA> 1597349111803834369                <NA>
## 2058                <NA> 1597349095512809472                <NA>
## 2059                <NA> 1597349085090283521                <NA>
## 2060                <NA> 1597349082028466176                <NA>
## 2061                <NA> 1597349081164419072                <NA>
## 2062                <NA> 1597349079675473920                <NA>
## 2063                <NA> 1597349069713993728                <NA>
## 2064                <NA> 1597349069089017856                <NA>
## 2065                <NA> 1597349068916723712                <NA>
## 2066                <NA> 1597349067734282240                <NA>
## 2067                <NA> 1597349064223621121                <NA>
## 2068                <NA> 1597349051028377601                <NA>
## 2069                <NA> 1597349046133223424                <NA>
## 2070                <NA> 1597349042740420609                <NA>
## 2071                <NA> 1597349038084411392                <NA>
## 2072                <NA> 1597349028777578496                <NA>
## 2073                <NA> 1597349025334063104                <NA>
## 2074                <NA> 1597349023018409984                <NA>
## 2075                <NA> 1597349011991957504                <NA>
## 2076                <NA> 1597348987048427520                <NA>
## 2077                <NA> 1597348979129217024                <NA>
## 2078                <NA> 1597348976780808193                <NA>
## 2079                <NA> 1597348962012626944                <NA>
## 2080                <NA> 1597348956052520960                <NA>
## 2081                <NA> 1597348954215092224                <NA>
## 2082                <NA> 1597348949089652737                <NA>
## 2083                <NA> 1597348946841829377                <NA>
## 2084                <NA> 1597348941741559809                <NA>
## 2085                <NA> 1597348921764106240                <NA>
## 2086                <NA> 1597348921747329025                <NA>
## 2087                <NA> 1597348913862029313                <NA>
## 2088                <NA> 1597348902222856194                <NA>
## 2089                <NA> 1597348900222164992                <NA>
## 2090                <NA> 1597348890574868481                <NA>
## 2091                <NA> 1597348861269659648                <NA>
## 2092                <NA> 1597348858618556416                <NA>
## 2093                <NA> 1597348851337555968                <NA>
## 2094                <NA> 1597348850716803072                <NA>
## 2095                <NA> 1597348844760883200                <NA>
## 2096                <NA> 1597348843867496448                <NA>
## 2097                <NA> 1597348833557905408                <NA>
## 2098                <NA> 1597348830684803072                <NA>
## 2099                <NA> 1597348828222742528                <NA>
## 2100                <NA> 1597348827895279617                <NA>
## 2101                <NA> 1597348823831306240                <NA>
## 2102                <NA> 1597348813085474816                <NA>
## 2103                <NA> 1597348785205960704                <NA>
## 2104                <NA> 1597348783398203394                <NA>
## 2105                <NA> 1597348775496151040                <NA>
## 2106                <NA> 1597348771649974272                <NA>
## 2107                <NA> 1597348770164793344                <NA>
## 2108                <NA> 1597348758106570752                <NA>
## 2109                <NA> 1597348756525289473                <NA>
## 2110                <NA> 1597348755539660800                <NA>
## 2111                <NA> 1597348754096783360                <NA>
## 2112                <NA> 1597348741430013952                <NA>
## 2113                <NA> 1597348731908927488                <NA>
## 2114                <NA> 1597348720508829698                <NA>
## 2115                <NA> 1597348719221149698                <NA>
## 2116                <NA> 1597348711658827776                <NA>
## 2117                <NA> 1597348709188390912                <NA>
## 2118                <NA> 1597348701898698754                <NA>
## 2119                <NA> 1597348700963368960                <NA>
## 2120                <NA> 1597348697259462656                <NA>
## 2121                <NA> 1597348693623320579                <NA>
## 2122                <NA> 1597348673142525952                <NA>
## 2123                <NA> 1597348670139437056                <NA>
## 2124                <NA> 1597348667467259906                <NA>
## 2125                <NA> 1597348665634742273                <NA>
## 2126                <NA> 1597348660966477824                <NA>
## 2127                <NA> 1597348653353799680                <NA>
## 2128                <NA> 1597348652883640320                <NA>
## 2129                <NA> 1597348650673659905                <NA>
## 2130                <NA> 1597348642322796546                <NA>
## 2131                <NA> 1597348628821336071                <NA>
## 2132                <NA> 1597348612396421120                <NA>
## 2133                <NA> 1597348605299658752                <NA>
## 2134                <NA> 1597348598832058368                <NA>
## 2135                <NA> 1597348597477298176                <NA>
## 2136                <NA> 1597348587352260608                <NA>
## 2137                <NA> 1597348565680291841                <NA>
## 2138                <NA> 1597348559103590401                <NA>
## 2139                <NA> 1597348543798575112                <NA>
## 2140                <NA> 1597348537293234182                <NA>
## 2141                <NA> 1597348534420111362                <NA>
## 2142                <NA> 1597348532809527296                <NA>
## 2143                <NA> 1597348531324719105                <NA>
## 2144                <NA> 1597348517386649601                <NA>
## 2145                <NA> 1597348508310216705                <NA>
## 2146                <NA> 1597348494716518401                <NA>
## 2147                <NA> 1597348481030828032                <NA>
## 2148 1597348475095683075 1597348477910097921          2447777506
## 2149                <NA> 1597348461103681537                <NA>
## 2150                <NA> 1597348425426939904                <NA>
## 2151                <NA> 1597348422067290112                <NA>
## 2152                <NA> 1597348403939536896                <NA>
## 2153                <NA> 1597348375229526016                <NA>
## 2154                <NA> 1597348343771906050                <NA>
## 2155 1597092976626475009 1597348331961069569            17230018
## 2156                <NA> 1597348330941534210                <NA>
## 2157                <NA> 1597348300662788097                <NA>
## 2158                <NA> 1597348300235354112                <NA>
## 2159                <NA> 1597348286712926208                <NA>
## 2160                <NA> 1597348286654205952                <NA>
## 2161                <NA> 1597348284171157505                <NA>
## 2162                <NA> 1597348284066324481                <NA>
## 2163                <NA> 1597348275979399168                <NA>
## 2164                <NA> 1597348269264601088                <NA>
## 2165                <NA> 1597348248662216705                <NA>
## 2166                <NA> 1597348242911793152                <NA>
## 2167                <NA> 1597348239875133442                <NA>
## 2168                <NA> 1597348237412704256                <NA>
## 2169                <NA> 1597348231662698496                <NA>
## 2170                <NA> 1597348219545010177                <NA>
## 2171                <NA> 1597348209713885184                <NA>
## 2172                <NA> 1597348206392012800                <NA>
## 2173                <NA> 1597348201274933249                <NA>
## 2174                <NA> 1597348185282052096                <NA>
## 2175                <NA> 1597348181393960960                <NA>
## 2176                <NA> 1597348178151768064                <NA>
## 2177                <NA> 1597348172673691648                <NA>
## 2178                <NA> 1597348167724376065                <NA>
## 2179                <NA> 1597348120824008704                <NA>
## 2180                <NA> 1597348111474884608                <NA>
## 2181                <NA> 1597348110162079745                <NA>
## 2182                <NA> 1597348103547650049                <NA>
## 2183                <NA> 1597348103325376512                <NA>
## 2184                <NA> 1597348081460445185                <NA>
## 2185                <NA> 1597348080600645634                <NA>
## 2186 1597348028444446720 1597348072908296193 1414646847163994112
## 2187                <NA> 1597348062275387392                <NA>
## 2188                <NA> 1597348047515631616                <NA>
## 2189                <NA> 1597348041346154496                <NA>
## 2190 1597346167133974528 1597348028444446720 1414646847163994112
## 2191                <NA> 1597347992193097728                <NA>
## 2192                <NA> 1597347954549223424                <NA>
## 2193                <NA> 1597347951671578624                <NA>
## 2194                <NA> 1597347928280268800                <NA>
## 2195                <NA> 1597347914023854081                <NA>
## 2196                <NA> 1597347911381454848                <NA>
## 2197                <NA> 1597347897606955008                <NA>
## 2198                <NA> 1597347890707714048                <NA>
## 2199                <NA> 1597347889876910082                <NA>
## 2200                <NA> 1597347859745378305                <NA>
## 2201                <NA> 1597347852862124032                <NA>
## 2202                <NA> 1597347843433705473                <NA>
## 2203                <NA> 1597347835145752576                <NA>
## 2204                <NA> 1597347811477327872                <NA>
## 2205                <NA> 1597347797145042944                <NA>
## 2206                <NA> 1597347794229960704                <NA>
## 2207                <NA> 1597347787061895169                <NA>
## 2208                <NA> 1597347757089755136                <NA>
## 2209                <NA> 1597347750039150593                <NA>
## 2210                <NA> 1597347742283505664                <NA>
## 2211                <NA> 1597347741566320641                <NA>
## 2212                <NA> 1597347709673177089                <NA>
## 2213                <NA> 1597347691159486464                <NA>
## 2214                <NA> 1597347688978481153                <NA>
## 2215                <NA> 1597347684553461760                <NA>
## 2216                <NA> 1597347680640192512                <NA>
## 2217                <NA> 1597347666903859200                <NA>
## 2218                <NA> 1597347654627119104                <NA>
## 2219                <NA> 1597347650382495744                <NA>
## 2220                <NA> 1597347624717516802                <NA>
## 2221                <NA> 1597347613632008192                <NA>
## 2222                <NA> 1597347597811077122                <NA>
## 2223                <NA> 1597347586226388995                <NA>
## 2224                <NA> 1597347584636395524                <NA>
## 2225                <NA> 1597347582677635072                <NA>
## 2226                <NA> 1597347580442456065                <NA>
## 2227                <NA> 1597347532853907456                <NA>
## 2228                <NA> 1597347522783371265          1409798257
## 2229                <NA> 1597347512603783168                <NA>
## 2230                <NA> 1597347504382582784                <NA>
## 2231                <NA> 1597347503396921344                <NA>
## 2232                <NA> 1597347490080391168                <NA>
## 2233                <NA> 1597347478898020352                <NA>
## 2234                <NA> 1597347466881675264                <NA>
## 2235                <NA> 1597347463735963648                <NA>
## 2236                <NA> 1597347451807346688                <NA>
## 2237                <NA> 1597347425353871360                <NA>
## 2238                <NA> 1597347418626215938                <NA>
## 2239                <NA> 1597347371520000000                <NA>
## 2240                <NA> 1597347370806947840                <NA>
## 2241                <NA> 1597347363169107968                <NA>
## 2242                <NA> 1597347348098621440                <NA>
## 2243                <NA> 1597347334920503297                <NA>
## 2244                <NA> 1597347328939421696                <NA>
## 2245                <NA> 1597347321595199489                <NA>
## 2246                <NA> 1597347315609931776                <NA>
## 2247                <NA> 1597347265735430145                <NA>
## 2248                <NA> 1597347254108577793                <NA>
## 2249                <NA> 1597347234097811456           264248576
## 2250                <NA> 1597347216251027456                <NA>
## 2251                <NA> 1597347181681291270                <NA>
## 2252                <NA> 1597347162626875393                <NA>
## 2253                <NA> 1597347155110678528                <NA>
## 2254                <NA> 1597347140833271809                <NA>
## 2255                <NA> 1597347138790649857                <NA>
## 2256                <NA> 1597347132062961666                <NA>
## 2257                <NA> 1597347127717662720                <NA>
## 2258                <NA> 1597347113742241795                <NA>
## 2259                <NA> 1597347093584433152                <NA>
## 2260                <NA> 1597347089994113024                <NA>
## 2261                <NA> 1597347086013300736                <NA>
## 2262                <NA> 1597347026240274432                <NA>
## 2263                <NA> 1597347024906571777                <NA>
## 2264                <NA> 1597346985454891009                <NA>
## 2265                <NA> 1597346983471370240                <NA>
## 2266                <NA> 1597346967478489088                <NA>
## 2267                <NA> 1597346947299684352                <NA>
## 2268                <NA> 1597346930450993154                <NA>
## 2269                <NA> 1597346900591939585                <NA>
## 2270                <NA> 1597346898850947072                <NA>
## 2271                <NA> 1597346894854107137                <NA>
## 2272                <NA> 1597346888935936000                <NA>
## 2273                <NA> 1597346882170523648                <NA>
## 2274                <NA> 1597346880782237696                <NA>
## 2275                <NA> 1597346866135343106                <NA>
## 2276                <NA> 1597346834552623104                <NA>
## 2277                <NA> 1597346818668777472                <NA>
## 2278                <NA> 1597346809210277889                <NA>
## 2279                <NA> 1597346769767370752                <NA>
## 2280                <NA> 1597346760934195200                <NA>
## 2281                <NA> 1597346748506443776                <NA>
## 2282                <NA> 1597346720702435328                <NA>
## 2283                <NA> 1597346697981853696                <NA>
## 2284                <NA> 1597346693137170433                <NA>
## 2285                <NA> 1597346692004659202                <NA>
## 2286                <NA> 1597346661621063680                <NA>
## 2287                <NA> 1597346649420214272                <NA>
## 2288                <NA> 1597346616834654208                <NA>
## 2289                <NA> 1597346616645935112                <NA>
## 2290                <NA> 1597346605568790529                <NA>
## 2291                <NA> 1597346605409374208                <NA>
## 2292                <NA> 1597346556096966656                <NA>
## 2293                <NA> 1597346537503608832                <NA>
## 2294                <NA> 1597346532722106368                <NA>
## 2295                <NA> 1597346518620864512                <NA>
## 2296                <NA> 1597346507946356736                <NA>
## 2297 1597341615865020418 1597346499096383488            44196397
## 2298                <NA> 1597346484206567424                <NA>
## 2299                <NA> 1597346467194490880                <NA>
## 2300                <NA> 1597346447300898816                <NA>
## 2301                <NA> 1597346441898627072                <NA>
## 2302                <NA> 1597346432524046337                <NA>
## 2303                <NA> 1597346379021840384                <NA>
## 2304                <NA> 1597346363163148288                <NA>
## 2305                <NA> 1597346353902129152                <NA>
## 2306                <NA> 1597346352631250944                <NA>
## 2307                <NA> 1597346350441824257                <NA>
## 2308                <NA> 1597346346096537600                <NA>
## 2309                <NA> 1597346294586306560                <NA>
## 2310                <NA> 1597346281105788928                <NA>
## 2311                <NA> 1597346220250259456                <NA>
## 2312                <NA> 1597346198960345088                <NA>
## 2313 1596887328496066560 1597346197722714112 1477313944670846981
## 2314                <NA> 1597346192626978817                <NA>
## 2315                <NA> 1597346185425039360                <NA>
## 2316                <NA> 1597346185018163200                <NA>
## 2317                <NA> 1597346167133974528                <NA>
## 2318                <NA> 1597346162033709056                <NA>
## 2319                <NA> 1597346160410513409                <NA>
## 2320                <NA> 1597346142895079424                <NA>
## 2321                <NA> 1597346141322235904                <NA>
## 2322                <NA> 1597346093830131713                <NA>
## 2323                <NA> 1597346086796275712                <NA>
## 2324                <NA> 1597346084346793984                <NA>
## 2325                <NA> 1597346028310892544                <NA>
## 2326                <NA> 1597346013987373056                <NA>
## 2327                <NA> 1597346013790244865                <NA>
## 2328                <NA> 1597345998941978624                <NA>
## 2329                <NA> 1597345980378017793                <NA>
## 2330                <NA> 1597345935398690816                <NA>
## 2331                <NA> 1597345932861145088                <NA>
## 2332                <NA> 1597345919699390465                <NA>
## 2333                <NA> 1597345919246405632                <NA>
## 2334                <NA> 1597345893875056641                <NA>
## 2335                <NA> 1597345886769938435                <NA>
## 2336 1596987234523267074 1597345884731473920 1356983336435130369
## 2337                <NA> 1597345878452600833                <NA>
## 2338                <NA> 1597345860383576064                <NA>
## 2339                <NA> 1597345860039639040                <NA>
## 2340 1597266097262108672 1597345813747077120  947610497435754497
## 2341                <NA> 1597345767618129920                <NA>
## 2342                <NA> 1597345749242908672                <NA>
## 2343                <NA> 1597345747389018112                <NA>
## 2344                <NA> 1597345707500793856                <NA>
## 2345                <NA> 1597345688840724483                <NA>
## 2346                <NA> 1597345668502544384                <NA>
## 2347                <NA> 1597345649355210753                <NA>
## 2348                <NA> 1597345648227254274                <NA>
## 2349 1597300166008393728 1597345635640152064           866953267
## 2350                <NA> 1597345619248820224                <NA>
## 2351                <NA> 1597345615817502721                <NA>
## 2352                <NA> 1597345593701322753                <NA>
## 2353                <NA> 1597345582007259136                <NA>
## 2354                <NA> 1597345566530633728                <NA>
## 2355                <NA> 1597345558401728512                <NA>
## 2356                <NA> 1597345531545923585                <NA>
## 2357                <NA> 1597345443826262016                <NA>
## 2358                <NA> 1597345427359412224                <NA>
## 2359                <NA> 1597345421742907392                <NA>
## 2360                <NA> 1597345407134470144                <NA>
## 2361                <NA> 1597345390315327489                <NA>
## 2362                <NA> 1597345388952162304                <NA>
## 2363                <NA> 1597345350217449472                <NA>
## 2364                <NA> 1597345337701593088                <NA>
## 2365                <NA> 1597345326859710464                <NA>
## 2366                <NA> 1597345326851321856                <NA>
## 2367                <NA> 1597345294689374209                <NA>
## 2368                <NA> 1597345291040325632                <NA>
## 2369                <NA> 1597345274925809665                <NA>
## 2370                <NA> 1597345266419789825                <NA>
## 2371                <NA> 1597345252398215168                <NA>
## 2372                <NA> 1597345204092403712                <NA>
## 2373                <NA> 1597345168478203904                <NA>
## 2374                <NA> 1597345158349348865                <NA>
## 2375                <NA> 1597345154335404032                <NA>
## 2376                <NA> 1597345138518347778                <NA>
## 2377                <NA> 1597345119195533313                <NA>
## 2378                <NA> 1597345082319200256                <NA>
## 2379                <NA> 1597345082130460673                <NA>
## 2380                <NA> 1597345042871439360                <NA>
## 2381                <NA> 1597345039742828545                <NA>
## 2382                <NA> 1597345039486980096                <NA>
## 2383                <NA> 1597344992749445121                <NA>
## 2384                <NA> 1597344970989801472                <NA>
## 2385                <NA> 1597344929629765633                <NA>
## 2386                <NA> 1597344926001696769                <NA>
## 2387                <NA> 1597344921790296065                <NA>
## 2388                <NA> 1597344906011242499                <NA>
## 2389                <NA> 1597344849971142656                <NA>
## 2390                <NA> 1597344835614126081                <NA>
## 2391                <NA> 1597344833672093696                <NA>
## 2392                <NA> 1597344831369805824                <NA>
## 2393                <NA> 1597344810171760640                <NA>
## 2394                <NA> 1597344804278767616                <NA>
## 2395                <NA> 1597344793398763521                <NA>
## 2396                <NA> 1597344791540695042                <NA>
## 2397                <NA> 1597344753946746880                <NA>
## 2398                <NA> 1597344748926545920                <NA>
## 2399                <NA> 1597344676608364544                <NA>
## 2400                <NA> 1597344669108932608                <NA>
## 2401                <NA> 1597344666172928000                <NA>
## 2402                <NA> 1597344660808089600            17230018
## 2403                <NA> 1597344656177893377                <NA>
## 2404                <NA> 1597344643305259008                <NA>
## 2405                <NA> 1597344616608849921                <NA>
## 2406                <NA> 1597344599441567744                <NA>
## 2407                <NA> 1597344554797395968                <NA>
## 2408                <NA> 1597344549567107074                <NA>
## 2409                <NA> 1597344543351132160                <NA>
## 2410                <NA> 1597344534060756993                <NA>
## 2411                <NA> 1597344524572839936                <NA>
## 2412                <NA> 1597344514058117120                <NA>
## 2413                <NA> 1597344510220304384                <NA>
## 2414                <NA> 1597344500187209729                <NA>
## 2415                <NA> 1597344493446975491                <NA>
## 2416                <NA> 1597344491383721984                <NA>
## 2417                <NA> 1597344485104840704                <NA>
## 2418                <NA> 1597344481153458176                <NA>
## 2419                <NA> 1597344446894350336                <NA>
## 2420                <NA> 1597344445451542528                <NA>
## 2421                <NA> 1597344444407500801                <NA>
## 2422                <NA> 1597344437038088192                <NA>
## 2423                <NA> 1597344430272675842                <NA>
## 2424                <NA> 1597344397498384384                <NA>
## 2425                <NA> 1597344395099267072                <NA>
## 2426                <NA> 1597344353223168001                <NA>
## 2427                <NA> 1597344350161506304                <NA>
## 2428                <NA> 1597344331048030209                <NA>
## 2429                <NA> 1597344329575452672                <NA>
## 2430                <NA> 1597344308319092736                <NA>
## 2431                <NA> 1597344285237485568                <NA>
## 2432                <NA> 1597344281294798848                <NA>
## 2433                <NA> 1597344264664809472                <NA>
## 2434                <NA> 1597344247392632833                <NA>
## 2435                <NA> 1597344239352188929                <NA>
## 2436                <NA> 1597344227239026688                <NA>
## 2437                <NA> 1597344221291511808                <NA>
## 2438                <NA> 1597344220888862721                <NA>
## 2439                <NA> 1597344216471900160                <NA>
## 2440                <NA> 1597344211812356096                <NA>
## 2441                <NA> 1597344207941013505                <NA>
## 2442                <NA> 1597344206871150592                <NA>
## 2443                <NA> 1597344201272070144                <NA>
## 2444                <NA> 1597344191608389635 1050779471731707904
## 2445                <NA> 1597344180811898881                <NA>
## 2446                <NA> 1597344166358306817                <NA>
## 2447                <NA> 1597344165100425216                <NA>
## 2448                <NA> 1597344127603310593                <NA>
## 2449                <NA> 1597344121102172162                <NA>
## 2450                <NA> 1597344084645249024                <NA>
## 2451                <NA> 1597344079138140160                <NA>
## 2452                <NA> 1597344058363772928                <NA>
## 2453                <NA> 1597344045617250304                <NA>
## 2454                <NA> 1597344030459072512                <NA>
## 2455                <NA> 1597344019625168897                <NA>
## 2456                <NA> 1597344008421842944                <NA>
## 2457                <NA> 1597343970430156801                <NA>
## 2458                <NA> 1597343967108296705                <NA>
## 2459                <NA> 1597343958472196096                <NA>
## 2460                <NA> 1597343957092302848                <NA>
## 2461                <NA> 1597343954265337856                <NA>
## 2462                <NA> 1597343947751587840                <NA>
## 2463 1597333438524448768 1597343930563317760            44196397
## 2464                <NA> 1597343929762209792                <NA>
## 2465                <NA> 1597343924989100032                <NA>
## 2466                <NA> 1597343906672574464                <NA>
## 2467                <NA> 1597343904265031680                <NA>
## 2468                <NA> 1597343881536098304                <NA>
## 2469                <NA> 1597343868143357952                <NA>
## 2470                <NA> 1597343863685124096                <NA>
## 2471                <NA> 1597343854688350208                <NA>
## 2472                <NA> 1597343847163760642                <NA>
## 2473                <NA> 1597343826984595456                <NA>
## 2474                <NA> 1597343804612567040                <NA>
## 2475                <NA> 1597343800761819138                <NA>
## 2476                <NA> 1597343799172550656                <NA>
## 2477 1597248836879405056 1597343793829015555           626468979
## 2478                <NA> 1597343783527424000                <NA>
## 2479                <NA> 1597343762757586944                <NA>
## 2480                <NA> 1597343751583989760                <NA>
## 2481                <NA> 1597343746236219392                <NA>
## 2482                <NA> 1597343745791340544                <NA>
## 2483                <NA> 1597343732642508800                <NA>
## 2484                <NA> 1597343708370055168                <NA>
## 2485                <NA> 1597343702275751937                <NA>
## 2486                <NA> 1597343690837876736                <NA>
## 2487                <NA> 1597343663612628992                <NA>
## 2488                <NA> 1597343651520471040                <NA>
## 2489                <NA> 1597343648026624001                <NA>
## 2490                <NA> 1597343643878105088                <NA>
## 2491                <NA> 1597343638845296641                <NA>
## 2492                <NA> 1597343622193905664                <NA>
## 2493                <NA> 1597343611409944576                <NA>
## 2494                <NA> 1597343600081502208                <NA>
## 2495                <NA> 1597343598290554881                <NA>
## 2496                <NA> 1597343533434011656                <NA>
## 2497                <NA> 1597343531030695937                <NA>
## 2498                <NA> 1597343518644588544                <NA>
## 2499                <NA> 1597343492191432704                <NA>
## 2500                <NA> 1597343487372201985                <NA>
## 2501                <NA> 1597343480564441088                <NA>
## 2502                <NA> 1597343475510697984                <NA>
## 2503                <NA> 1597343464601300992                <NA>
## 2504                <NA> 1597343462973579264                <NA>
## 2505                <NA> 1597343458825744385                <NA>
## 2506                <NA> 1597343450143203328                <NA>
## 2507                <NA> 1597343430048239616                <NA>
## 2508                <NA> 1597343405864255488                <NA>
## 2509                <NA> 1597343401719910400                <NA>
## 2510                <NA> 1597343377141682177                <NA>
## 2511                <NA> 1597343347131428864                <NA>
## 2512                <NA> 1597343337119612930                <NA>
## 2513                <NA> 1597343333193764864                <NA>
## 2514                <NA> 1597343328479379456                <NA>
## 2515                <NA> 1597343300301692928                <NA>
## 2516                <NA> 1597343293171331072                <NA>
## 2517                <NA> 1597343282362650624                <NA>
## 2518                <NA> 1597343274221842432                <NA>
## 2519                <NA> 1597343232740196352                <NA>
## 2520                <NA> 1597343229870895104                <NA>
## 2521                <NA> 1597343219058380800                <NA>
## 2522                <NA> 1597343161739022336                <NA>
## 2523                <NA> 1597343136166350848                <NA>
## 2524                <NA> 1597343116528611328                <NA>
## 2525                <NA> 1597343110534955008                <NA>
## 2526                <NA> 1597343083963637760                <NA>
## 2527                <NA> 1597343067228745730                <NA>
## 2528                <NA> 1597343054825893888                <NA>
## 2529                <NA> 1597343052406067201                <NA>
## 2530                <NA> 1597343046596628480                <NA>
## 2531                <NA> 1597343033413947393                <NA>
## 2532                <NA> 1597343021435351040                <NA>
## 2533                <NA> 1597343005337595906                <NA>
## 2534                <NA> 1597342971929989120                <NA>
## 2535                <NA> 1597342949188198400                <NA>
## 2536                <NA> 1597342935263039488                <NA>
## 2537                <NA> 1597342928975761408                <NA>
## 2538                <NA> 1597342927927533569                <NA>
## 2539                <NA> 1597342923162808321                <NA>
## 2540                <NA> 1597342915826970624                <NA>
## 2541                <NA> 1597342876253683713                <NA>
## 2542                <NA> 1597342845312331776                <NA>
## 2543                <NA> 1597342813007806464                <NA>
## 2544                <NA> 1597342741620756483                <NA>
## 2545                <NA> 1597342727381090304                <NA>
## 2546                <NA> 1597342724134670336                <NA>
## 2547                <NA> 1597342668690165760                <NA>
## 2548                <NA> 1597342642622582784                <NA>
## 2549                <NA> 1597342568966242306                <NA>
## 2550                <NA> 1597342568865746944                <NA>
## 2551                <NA> 1597342568853143553                <NA>
## 2552                <NA> 1597342558535184385                <NA>
## 2553                <NA> 1597342491917045763                <NA>
## 2554                <NA> 1597342363823013890                <NA>
## 2555                <NA> 1597342362388561920                <NA>
## 2556                <NA> 1597342320328077312                <NA>
## 2557                <NA> 1597342305488621568                <NA>
## 2558                <NA> 1597342301453717505                <NA>
## 2559                <NA> 1597342283178860545                <NA>
## 2560                <NA> 1597342276534956033                <NA>
## 2561                <NA> 1597342257727709185                <NA>
## 2562                <NA> 1597342210839941121                <NA>
## 2563                <NA> 1597342175175774208                <NA>
## 2564                <NA> 1597342172839567361                <NA>
## 2565                <NA> 1597342111007125504                <NA>
## 2566                <NA> 1597342093567234048                <NA>
## 2567                <NA> 1597342092908720129                <NA>
## 2568                <NA> 1597342043398733825                <NA>
## 2569                <NA> 1597342031638327297                <NA>
## 2570                <NA> 1597342026806480896                <NA>
## 2571                <NA> 1597341992065044480                <NA>
## 2572                <NA> 1597341954819313664                <NA>
## 2573                <NA> 1597341928240349184                <NA>
## 2574                <NA> 1597341927820914688                <NA>
## 2575                <NA> 1597341900859904000                <NA>
## 2576                <NA> 1597341894455226370                <NA>
## 2577                <NA> 1597341873492066304                <NA>
## 2578                <NA> 1597341866412105728                <NA>
## 2579                <NA> 1597341854760341504                <NA>
## 2580                <NA> 1597341852134682625                <NA>
## 2581                <NA> 1597341830856998913                <NA>
## 2582                <NA> 1597341824850411520                <NA>
## 2583                <NA> 1597341813563883520                <NA>
## 2584                <NA> 1597341806072455168                <NA>
## 2585                <NA> 1597341799462600704                <NA>
## 2586                <NA> 1597341749055459329                <NA>
## 2587                <NA> 1597341728503369728                <NA>
## 2588                <NA> 1597341708022607872                <NA>
## 2589                <NA> 1597341698732224512                <NA>
## 2590                <NA> 1597341682567385088                <NA>
## 2591                <NA> 1597341657829347328                <NA>
## 2592                <NA> 1597341655488921600                <NA>
## 2593                <NA> 1597341635649867776                <NA>
## 2594                <NA> 1597341632923570176                <NA>
## 2595                <NA> 1597341617253646336                <NA>
## 2596                <NA> 1597341598966087680                <NA>
## 2597                <NA> 1597341588728184832                <NA>
## 2598                <NA> 1597341586894909441                <NA>
## 2599                <NA> 1597341581279113226                <NA>
## 2600                <NA> 1597341576594063361                <NA>
## 2601                <NA> 1597341570289651713                <NA>
## 2602                <NA> 1597341569006194690                <NA>
## 2603                <NA> 1597341540430401536                <NA>
## 2604                <NA> 1597341530595168257                <NA>
## 2605                <NA> 1597341527474573312                <NA>
## 2606                <NA> 1597341525176094720                <NA>
## 2607                <NA> 1597341521048907777                <NA>
## 2608                <NA> 1597341514786811905                <NA>
## 2609                <NA> 1597341505337065472                <NA>
## 2610                <NA> 1597341431970295809                <NA>
## 2611                <NA> 1597341399472828416                <NA>
## 2612                <NA> 1597341365167611905                <NA>
## 2613                <NA> 1597341340454748161                <NA>
## 2614                <NA> 1597341338995142657                <NA>
## 2615                <NA> 1597341331818700800                <NA>
## 2616                <NA> 1597341320284057600                <NA>
## 2617                <NA> 1597341295781244928                <NA>
## 2618                <NA> 1597341283051192320                <NA>
## 2619                <NA> 1597341280534925312                <NA>
## 2620                <NA> 1597341243876737024                <NA>
## 2621                <NA> 1597341229674823680                <NA>
## 2622                <NA> 1597341208145428480                <NA>
## 2623                <NA> 1597341204240556032                <NA>
## 2624                <NA> 1597341181419040768                <NA>
## 2625                <NA> 1597341171222999042                <NA>
## 2626                <NA> 1597341150356332547                <NA>
## 2627                <NA> 1597341145289625600                <NA>
## 2628                <NA> 1597341120022818816                <NA>
## 2629                <NA> 1597341097553862657                <NA>
## 2630                <NA> 1597341085683970048                <NA>
## 2631                <NA> 1597341084064964608                <NA>
## 2632                <NA> 1597341081125150720                <NA>
## 2633                <NA> 1597341052289290240                <NA>
## 2634                <NA> 1597341045175771137                <NA>
## 2635                <NA> 1597341018420310016                <NA>
## 2636                <NA> 1597341001588563968                <NA>
## 2637                <NA> 1597341000514473985                <NA>
## 2638                <NA> 1597340943023484929                <NA>
## 2639                <NA> 1597340893497163779                <NA>
## 2640                <NA> 1597340878330556417                <NA>
## 2641                <NA> 1597340818540756992                <NA>
## 2642                <NA> 1597340796952674304                <NA>
## 2643                <NA> 1597340790275026944                <NA>
## 2644                <NA> 1597340754728603649                <NA>
## 2645                <NA> 1597340733811589120                <NA>
## 2646                <NA> 1597340673224900609                <NA>
## 2647 1597340386535804928 1597340664429449218 1348029002301243396
## 2648                <NA> 1597340664165208064                <NA>
## 2649                <NA> 1597340653989801984                <NA>
## 2650                <NA> 1597340642295701504                <NA>
## 2651                <NA> 1597340630472327168                <NA>
## 2652                <NA> 1597340600176902144                <NA>
## 2653                <NA> 1597340597068894209                <NA>
## 2654                <NA> 1597340589204590592                <NA>
## 2655                <NA> 1597340583441231872                <NA>
## 2656                <NA> 1597340544950480897                <NA>
## 2657                <NA> 1597340487479762944                <NA>
## 2658                <NA> 1597340471353016321                <NA>
## 2659 1597337984097226752 1597340457977393152 1587044682785341443
## 2660 1597092976626475009 1597340447038656512            17230018
## 2661                <NA> 1597340439979270144                <NA>
## 2662                <NA> 1597340438415159296                <NA>
## 2663                <NA> 1597340410451402753                <NA>
## 2664                <NA> 1597340388456824832                <NA>
## 2665                <NA> 1597340386535804928                <NA>
## 2666                <NA> 1597340376926277633                <NA>
## 2667                <NA> 1597340346866098176                <NA>
## 2668                <NA> 1597340333540806656                <NA>
## 2669                <NA> 1597340304256159744                <NA>
## 2670                <NA> 1597340303765417984                <NA>
## 2671                <NA> 1597340302783938561                <NA>
## 2672                <NA> 1597340288569454594                <NA>
## 2673                <NA> 1597340286560051200                <NA>
## 2674                <NA> 1597340281288167429                <NA>
## 2675                <NA> 1597340277567782912                <NA>
## 2676                <NA> 1597340249218109440                <NA>
## 2677                <NA> 1597340241542598656                <NA>
## 2678                <NA> 1597340224350490624                <NA>
## 2679                <NA> 1597340223952007169                <NA>
## 2680                <NA> 1597340220193935360                <NA>
## 2681                <NA> 1597340172080664576                <NA>
## 2682                <NA> 1597340158176919553                <NA>
## 2683                <NA> 1597340151990349824                <NA>
## 2684                <NA> 1597340142360203265                <NA>
## 2685 1597338365908897792 1597340133766107136 1348029002301243396
## 2686                <NA> 1597340094167650304                <NA>
## 2687                <NA> 1597340073254879232                <NA>
## 2688                <NA> 1597340041373577217                <NA>
## 2689                <NA> 1597340032876310529                <NA>
## 2690                <NA> 1597340024944877568                <NA>
## 2691                <NA> 1597340016916992000                <NA>
## 2692                <NA> 1597339984523993090                <NA>
## 2693                <NA> 1597339969533591552                <NA>
## 2694                <NA> 1597339948876980224                <NA>
## 2695                <NA> 1597339916308221953                <NA>
## 2696                <NA> 1597339872427024386                <NA>
## 2697                <NA> 1597339860788219904                <NA>
## 2698                <NA> 1597339812608237568           155659213
## 2699                <NA> 1597339756970610695                <NA>
## 2700                <NA> 1597339743825448960                <NA>
## 2701                <NA> 1597339727832944641           361289499
## 2702                <NA> 1597339725190553600                <NA>
## 2703                <NA> 1597339710942515200                <NA>
## 2704                <NA> 1597339698254729216                <NA>
## 2705                <NA> 1597339686158340096                <NA>
## 2706                <NA> 1597339664771608576                <NA>
## 2707                <NA> 1597339620014186496                <NA>
## 2708                <NA> 1597339595926302720                <NA>
## 2709                <NA> 1597339572194549762                <NA>
## 2710                <NA> 1597339570273943552                <NA>
## 2711                <NA> 1597339552242245632                <NA>
## 2712                <NA> 1597339549885026304                <NA>
## 2713                <NA> 1597339494210207745                <NA>
## 2714                <NA> 1597339487763574785                <NA>
## 2715                <NA> 1597339469849702400                <NA>
## 2716                <NA> 1597339406675107840                <NA>
## 2717                <NA> 1597339390510264320                <NA>
## 2718                <NA> 1597339387842670593                <NA>
## 2719                <NA> 1597339387573829632                <NA>
## 2720                <NA> 1597339363209535488                <NA>
## 2721                <NA> 1597339354598641665                <NA>
## 2722                <NA> 1597339297530580993                <NA>
## 2723                <NA> 1597339289771474944                <NA>
## 2724                <NA> 1597339276999479299                <NA>
## 2725                <NA> 1597339212449484800                <NA>
## 2726                <NA> 1597339187920785408                <NA>
## 2727                <NA> 1597339145281470464                <NA>
## 2728                <NA> 1597339108141326336                <NA>
## 2729                <NA> 1597339085307523073                <NA>
## 2730                <NA> 1597339042257195008                <NA>
## 2731                <NA> 1597338981334937600                <NA>
## 2732                <NA> 1597338979069620225                <NA>
## 2733                <NA> 1597338975512932353                <NA>
## 2734                <NA> 1597338930390921218                <NA>
## 2735                <NA> 1597338929895964672                <NA>
## 2736                <NA> 1597338915052343296                <NA>
## 2737                <NA> 1597338914922332160                <NA>
## 2738                <NA> 1597338910572810240                <NA>
## 2739                <NA> 1597338896672894976                <NA>
## 2740                <NA> 1597338888585900032                <NA>
## 2741                <NA> 1597338860417355776                <NA>
## 2742                <NA> 1597338833921933312                <NA>
## 2743                <NA> 1597338818172301312                <NA>
## 2744                <NA> 1597338814305165314                <NA>
## 2745                <NA> 1597338803550982144                <NA>
## 2746                <NA> 1597338791941144577                <NA>
## 2747                <NA> 1597338791358128129                <NA>
## 2748                <NA> 1597338775541063680                <NA>
## 2749                <NA> 1597338772261462017                <NA>
## 2750                <NA> 1597338765529206785                <NA>
## 2751                <NA> 1597338762031177730                <NA>
## 2752                <NA> 1597338743547232256                <NA>
## 2753                <NA> 1597338726597681152                <NA>
## 2754                <NA> 1597338708948418560                <NA>
## 2755                <NA> 1597338706200797184                <NA>
## 2756                <NA> 1597338703210614784                <NA>
## 2757                <NA> 1597338697468633088                <NA>
## 2758                <NA> 1597338690480898048                <NA>
## 2759                <NA> 1597338677893816320                <NA>
## 2760                <NA> 1597338674391179265                <NA>
## 2761                <NA> 1597338670079832065                <NA>
## 2762                <NA> 1597338663339577345            18208354
## 2763                <NA> 1597338659812159488                <NA>
## 2764                <NA> 1597338658453204994                <NA>
## 2765                <NA> 1597338639675293696                <NA>
## 2766                <NA> 1597338638089883650                <NA>
## 2767 1597338529649987584 1597338637573582848  973244981182910464
## 2768                <NA> 1597338583492591616                <NA>
## 2769                <NA> 1597338576672681984                <NA>
## 2770                <NA> 1597338572730007552                <NA>
## 2771                <NA> 1597338567550046208                <NA>
## 2772                <NA> 1597338565968801793                <NA>
## 2773                <NA> 1597338562084540416                <NA>
## 2774                <NA> 1597338555181060096                <NA>
## 2775                <NA> 1597338554744512512                <NA>
## 2776                <NA> 1597338530220761088                <NA>
## 2777                <NA> 1597338506891665408                <NA>
## 2778                <NA> 1597338500713484288                <NA>
## 2779                <NA> 1597338477624188929                <NA>
## 2780                <NA> 1597338475136970752                <NA>
## 2781                <NA> 1597338474947887104                <NA>
## 2782                <NA> 1597338471433371648                <NA>
## 2783                <NA> 1597338467050360834                <NA>
## 2784                <NA> 1597338466542817280                <NA>
## 2785                <NA> 1597338463153836033                <NA>
## 2786                <NA> 1597338427824881664                <NA>
## 2787                <NA> 1597338399345496064                <NA>
## 2788                <NA> 1597338388486451200                <NA>
## 2789                <NA> 1597338374058409984                <NA>
## 2790                <NA> 1597338365908897792                <NA>
## 2791                <NA> 1597338363006431233                <NA>
## 2792                <NA> 1597338351543390208                <NA>
## 2793                <NA> 1597338346501861376                <NA>
## 2794                <NA> 1597338333214310402                <NA>
## 2795                <NA> 1597338324955729920                <NA>
## 2796                <NA> 1597338314797092866                <NA>
## 2797                <NA> 1597338308371435521                <NA>
## 2798                <NA> 1597338218554601473                <NA>
## 2799                <NA> 1597338176297009153                <NA>
## 2800                <NA> 1597338113332097024                <NA>
## 2801                <NA> 1597338077067780096                <NA>
## 2802                <NA> 1597338074400567296                <NA>
## 2803                <NA> 1597338061041725440                <NA>
## 2804                <NA> 1597338025671168000                <NA>
## 2805                <NA> 1597338025302052865                <NA>
## 2806                <NA> 1597338018397896704                <NA>
## 2807                <NA> 1597338012731715584                <NA>
## 2808                <NA> 1597337992766840832                <NA>
## 2809                <NA> 1597337991491395587                <NA>
## 2810                <NA> 1597337988173733888                <NA>
## 2811                <NA> 1597337969374863360                <NA>
## 2812                <NA> 1597337967328198656                <NA>
## 2813                <NA> 1597337949888446464                <NA>
## 2814                <NA> 1597337928442970112                <NA>
## 2815                <NA> 1597337915826524160                <NA>
## 2816                <NA> 1597337913951326208                <NA>
## 2817                <NA> 1597337903717572608                <NA>
## 2818                <NA> 1597337876140032001                <NA>
## 2819                <NA> 1597337856707809280                <NA>
## 2820                <NA> 1597337846909915136                <NA>
## 2821                <NA> 1597337844720488448                <NA>
## 2822                <NA> 1597337844640780290                <NA>
## 2823                <NA> 1597337833773334528                <NA>
## 2824                <NA> 1597337827804860417                <NA>
## 2825                <NA> 1597337824680108034                <NA>
## 2826                <NA> 1597337810230706176                <NA>
## 2827                <NA> 1597337783529766913                <NA>
## 2828                <NA> 1597337782153752576                <NA>
## 2829                <NA> 1597337779159306240                <NA>
## 2830 1597124936916946944 1597337772305813504  970675617913036801
## 2831                <NA> 1597337763543584769                <NA>
## 2832                <NA> 1597337718270627840                <NA>
## 2833                <NA> 1597337707641860096                <NA>
## 2834                <NA> 1597337696686706688                <NA>
## 2835                <NA> 1597337695763976192                <NA>
## 2836                <NA> 1597337687257935872                <NA>
## 2837                <NA> 1597337684732567552                <NA>
## 2838                <NA> 1597337682539319296                <NA>
## 2839                <NA> 1597337679519449088                <NA>
## 2840                <NA> 1597337665736957952                <NA>
## 2841                <NA> 1597337665468497920                <NA>
## 2842                <NA> 1597337635185258496                <NA>
## 2843                <NA> 1597337631892725760                <NA>
## 2844                <NA> 1597337562867437568                <NA>
## 2845                <NA> 1597337551450230784                <NA>
## 2846                <NA> 1597337546811318273                <NA>
## 2847                <NA> 1597337532353896449                <NA>
## 2848                <NA> 1597337455682023424                <NA>
## 2849                <NA> 1597337451508666369                <NA>
## 2850                <NA> 1597337448472010752                <NA>
## 2851                <NA> 1597337443149021184                <NA>
## 2852                <NA> 1597337437369688065                <NA>
## 2853                <NA> 1597337430591668224                <NA>
## 2854                <NA> 1597337415902863360                <NA>
## 2855                <NA> 1597337403739758597                <NA>
## 2856                <NA> 1597337396752027648                <NA>
## 2857                <NA> 1597337379014332416                <NA>
## 2858                <NA> 1597337363440898049                <NA>
## 2859                <NA> 1597337336559579136                <NA>
## 2860                <NA> 1597337335523602433                <NA>
## 2861                <NA> 1597337326396399616                <NA>
## 2862                <NA> 1597337278858559488                <NA>
## 2863                <NA> 1597337277336031232                <NA>
## 2864                <NA> 1597337268846743552                <NA>
## 2865                <NA> 1597337241650868229                <NA>
## 2866                <NA> 1597337235006795776                <NA>
## 2867                <NA> 1597337218536075265                <NA>
## 2868                <NA> 1597337175959703552                <NA>
## 2869                <NA> 1597337154224410624                <NA>
## 2870                <NA> 1597337136193470465                <NA>
## 2871                <NA> 1597337132183744512                <NA>
## 2872                <NA> 1597337126353666049                <NA>
## 2873                <NA> 1597337124441059328                <NA>
## 2874                <NA> 1597337108695613440                <NA>
## 2875                <NA> 1597337096041422848                <NA>
## 2876                <NA> 1597337091444117509                <NA>
## 2877                <NA> 1597337082078167041                <NA>
## 2878                <NA> 1597337076667944961                <NA>
## 2879                <NA> 1597337074436550656                <NA>
## 2880                <NA> 1597337057201778691                <NA>
## 2881                <NA> 1597337020237770752                <NA>
## 2882                <NA> 1597337007520649216                <NA>
## 2883                <NA> 1597336994136621056                <NA>
## 2884                <NA> 1597336952444813314                <NA>
## 2885                <NA> 1597336923168993280                <NA>
## 2886                <NA> 1597336909562318849                <NA>
## 2887                <NA> 1597336907158986754                <NA>
## 2888                <NA> 1597336896513789952                <NA>
## 2889                <NA> 1597336857762992130                <NA>
## 2890                <NA> 1597336829807976448                <NA>
## 2891                <NA> 1597336800703713281                <NA>
## 2892                <NA> 1597336800250720256                <NA>
## 2893                <NA> 1597336794605195265                <NA>
## 2894                <NA> 1597336754729922560                <NA>
## 2895                <NA> 1597336711922855936                <NA>
## 2896                <NA> 1597336684311773185                <NA>
## 2897                <NA> 1597336661909966850                <NA>
## 2898                <NA> 1597336554514833408                <NA>
## 2899                <NA> 1597336492145520640  770148194256904192
## 2900                <NA> 1597336484448964609                <NA>
## 2901                <NA> 1597336475691266048                <NA>
## 2902                <NA> 1597336455470518273                <NA>
## 2903                <NA> 1597336447451025408                <NA>
## 2904                <NA> 1597336435736031233                <NA>
## 2905                <NA> 1597336422746566658                <NA>
## 2906                <NA> 1597336411375796225                <NA>
## 2907                <NA> 1597336392799064064                <NA>
## 2908                <NA> 1597336383529844736                <NA>
## 2909                <NA> 1597336367402430464                <NA>
## 2910                <NA> 1597336338524930050                <NA>
## 2911                <NA> 1597336325438734336                <NA>
## 2912                <NA> 1597336296237584389                <NA>
## 2913                <NA> 1597336231171719168                <NA>
## 2914                <NA> 1597336227241668608                <NA>
## 2915                <NA> 1597336215833153536                <NA>
## 2916                <NA> 1597336188800888833                <NA>
## 2917                <NA> 1597336177605939200                <NA>
## 2918                <NA> 1597336152297852928                <NA>
## 2919                <NA> 1597336151798337537                <NA>
## 2920                <NA> 1597336144651644928                <NA>
## 2921                <NA> 1597336104294023168                <NA>
## 2922                <NA> 1597336081606709248                <NA>
## 2923                <NA> 1597336061868670976                <NA>
## 2924                <NA> 1597336057346871296                <NA>
## 2925                <NA> 1597336030629498880                <NA>
## 2926                <NA> 1597336022211493888                <NA>
## 2927                <NA> 1597336021527842817                <NA>
## 2928                <NA> 1597335991140110336                <NA>
## 2929                <NA> 1597335971531722752                <NA>
## 2930                <NA> 1597335968176308224                <NA>
## 2931                <NA> 1597335960907575296                <NA>
## 2932                <NA> 1597335959565389824                <NA>
## 2933                <NA> 1597335957837344768                <NA>
## 2934                <NA> 1597335943127916544                <NA>
## 2935                <NA> 1597335908311007233                <NA>
## 2936                <NA> 1597335908290002944                <NA>
## 2937                <NA> 1597335901256159232                <NA>
## 2938                <NA> 1597335898625957888                <NA>
## 2939                <NA> 1597335895115698177                <NA>
## 2940                <NA> 1597335868779671553                <NA>
## 2941                <NA> 1597335850005979136                <NA>
## 2942                <NA> 1597335840333582336                <NA>
## 2943                <NA> 1597335829495500800                <NA>
## 2944                <NA> 1597335824634634241                <NA>
## 2945                <NA> 1597335779692318720                <NA>
## 2946                <NA> 1597335771329220608                <NA>
## 2947                <NA> 1597335770767187968                <NA>
## 2948                <NA> 1597335760935727109                <NA>
## 2949                <NA> 1597335753251770368                <NA>
## 2950                <NA> 1597335726970253312                <NA>
## 2951                <NA> 1597335710687633409                <NA>
## 2952                <NA> 1597335698549657600                <NA>
## 2953                <NA> 1597335695932391425                <NA>
## 2954                <NA> 1597335692233015296                <NA>
## 2955                <NA> 1597335664840019968                <NA>
## 2956                <NA> 1597335653993193472                <NA>
## 2957                <NA> 1597335626663108608                <NA>
## 2958                <NA> 1597335611773714432                <NA>
## 2959                <NA> 1597335596317696001                <NA>
## 2960                <NA> 1597335594547302401                <NA>
## 2961                <NA> 1597335583671848960                <NA>
## 2962                <NA> 1597335574217883648                <NA>
## 2963                <NA> 1597335378784288768                <NA>
## 2964                <NA> 1597335378717200384                <NA>
## 2965                <NA> 1597335357661405184                <NA>
## 2966                <NA> 1597335343367262208                <NA>
## 2967                <NA> 1597335330302357504                <NA>
## 2968                <NA> 1597335313965551616                <NA>
## 2969                <NA> 1597335278557229056                <NA>
## 2970                <NA> 1597335261461241856                <NA>
## 2971                <NA> 1597335261008252930                <NA>
## 2972                <NA> 1597335232931573760                <NA>
## 2973                <NA> 1597335218255695874                <NA>
## 2974                <NA> 1597335210152300544                <NA>
## 2975                <NA> 1597335206109020160                <NA>
## 2976                <NA> 1597335179127054336                <NA>
## 2977                <NA> 1597335178372091905                <NA>
## 2978                <NA> 1597335169433993216                <NA>
## 2979                <NA> 1597335138551353346                <NA>
## 2980                <NA> 1597335127574872064                <NA>
## 2981                <NA> 1597335122138714112                <NA>
## 2982                <NA> 1597335099884068864                <NA>
## 2983                <NA> 1597335093655527424                <NA>
## 2984                <NA> 1597335089612222464                <NA>
## 2985                <NA> 1597335059941376000                <NA>
## 2986                <NA> 1597335043193868290                <NA>
## 2987                <NA> 1597335035698241566                <NA>
## 2988                <NA> 1597335033609871363                <NA>
## 2989                <NA> 1597335001422770177                <NA>
## 2990                <NA> 1597334995492024320                <NA>
## 2991                <NA> 1597334984884244495                <NA>
## 2992                <NA> 1597334949975052289                <NA>
## 2993                <NA> 1597334890516606977                <NA>
## 2994                <NA> 1597334883931938817                <NA>
## 2995                <NA> 1597334840587583490                <NA>
## 2996                <NA> 1597334735583182848                <NA>
## 2997                <NA> 1597334717401292801                <NA>
## 2998                <NA> 1597334685377785856                <NA>
## 2999                <NA> 1597334678255857664                <NA>
## 3000                <NA> 1597334677739950080                <NA>
## 3001                <NA> 1597334668315340800                <NA>
## 3002                <NA> 1597334661373788160                <NA>
## 3003                <NA> 1597334650531196929                <NA>
## 3004                <NA> 1597334632307253249                <NA>
## 3005                <NA> 1597334629463494657                <NA>
## 3006                <NA> 1597334624493260801                <NA>
## 3007                <NA> 1597334609502818307                <NA>
## 3008                <NA> 1597334587213893632                <NA>
## 3009                <NA> 1597334545296072704                <NA>
## 3010                <NA> 1597334539466346496                <NA>
## 3011                <NA> 1597334521464389632                <NA>
## 3012                <NA> 1597334521204334592                <NA>
## 3013                <NA> 1597334514233024517                <NA>
## 3014                <NA> 1597334505873846272            17230018
## 3015                <NA> 1597334489054998528                <NA>
## 3016                <NA> 1597334477306404866                <NA>
## 3017                <NA> 1597334473292779521                <NA>
## 3018                <NA> 1597334472680427520                <NA>
## 3019                <NA> 1597334461880107011                <NA>
## 3020                <NA> 1597334452476477441                <NA>
## 3021                <NA> 1597334451196899328                <NA>
## 3022                <NA> 1597334433061048320                <NA>
## 3023                <NA> 1597334432893239296                <NA>
## 3024                <NA> 1597334430951297025                <NA>
## 3025                <NA> 1597334428141121538                <NA>
## 3026                <NA> 1597334423204429824                <NA>
## 3027                <NA> 1597334417173020672                <NA>
## 3028                <NA> 1597334393445810176                <NA>
## 3029                <NA> 1597334362587963394                <NA>
## 3030                <NA> 1597334330409652224                <NA>
## 3031                <NA> 1597334325464551424                <NA>
## 3032                <NA> 1597334307483226112                <NA>
## 3033                <NA> 1597334280681623552                <NA>
## 3034                <NA> 1597334272913813505                <NA>
## 3035 1597330750923329536 1597334261568524289 1349149096909668363
## 3036                <NA> 1597334258267217920                <NA>
## 3037                <NA> 1597334225254248448                <NA>
## 3038                <NA> 1597334213883473920                <NA>
## 3039                <NA> 1597334185852928000                <NA>
## 3040                <NA> 1597334171021905920                <NA>
## 3041                <NA> 1597334164722049026                <NA>
## 3042                <NA> 1597334148947267584                <NA>
## 3043                <NA> 1597334148066091009                <NA>
## 3044                <NA> 1597334137148698624                <NA>
## 3045                <NA> 1597334136305618946                <NA>
## 3046                <NA> 1597334126163464192                <NA>
## 3047                <NA> 1597334047877128192                <NA>
## 3048                <NA> 1597334041585647616                <NA>
## 3049                <NA> 1597334033280962561                <NA>
## 3050                <NA> 1597334026267738112                <NA>
## 3051                <NA> 1597333996307816448                <NA>
## 3052                <NA> 1597333988380925952                <NA>
## 3053                <NA> 1597333965773291520                <NA>
## 3054                <NA> 1597333933146112000                <NA>
## 3055                <NA> 1597333920043143168                <NA>
## 3056                <NA> 1597333868817764352                <NA>
## 3057                <NA> 1597333857576984576                <NA>
## 3058                <NA> 1597333833137139713                <NA>
## 3059                <NA> 1597333815391059969                <NA>
## 3060                <NA> 1597333806155194368                <NA>
## 3061                <NA> 1597333802002808833                <NA>
## 3062                <NA> 1597333772957274112                <NA>
## 3063                <NA> 1597333761389367296                <NA>
## 3064                <NA> 1597333757069262849                <NA>
## 3065                <NA> 1597333756582367232                <NA>
## 3066                <NA> 1597333742359826432                <NA>
## 3067                <NA> 1597333721258299392                <NA>
## 3068                <NA> 1597333681596948481                <NA>
## 3069                <NA> 1597333661422358528                <NA>
## 3070                <NA> 1597333654317195265                <NA>
## 3071                <NA> 1597333621672939520                <NA>
## 3072                <NA> 1597333621441822721                <NA>
## 3073                <NA> 1597333605076074497                <NA>
## 3074                <NA> 1597333586318741505                <NA>
## 3075                <NA> 1597333580963016704                <NA>
## 3076                <NA> 1597333530547466240                <NA>
## 3077                <NA> 1597333526214737922                <NA>
## 3078                <NA> 1597333502189793281                <NA>
## 3079                <NA> 1597333499807436802                <NA>
## 3080                <NA> 1597333484766629889                <NA>
## 3081                <NA> 1597333450662744064                <NA>
## 3082                <NA> 1597333438868377600                <NA>
## 3083                <NA> 1597333388016619521                <NA>
## 3084                <NA> 1597333377836675072                <NA>
## 3085                <NA> 1597333347000537089                <NA>
## 3086                <NA> 1597333298858323968                <NA>
## 3087                <NA> 1597333290024722432                <NA>
## 3088                <NA> 1597333280751509504                <NA>
## 3089                <NA> 1597333279623217152                <NA>
## 3090                <NA> 1597333278964740096                <NA>
## 3091                <NA> 1597333271469494272                <NA>
## 3092                <NA> 1597333266360864769                <NA>
## 3093                <NA> 1597333240993325056                <NA>
## 3094                <NA> 1597333225252474880                <NA>
## 3095                <NA> 1597333222505185281                <NA>
## 3096                <NA> 1597333202607407104                <NA>
## 3097                <NA> 1597333188824924160                <NA>
## 3098                <NA> 1597333171351085056                <NA>
## 3099                <NA> 1597333169518555137                <NA>
## 3100                <NA> 1597333148932935680                <NA>
## 3101                <NA> 1597333144973496320                <NA>
## 3102                <NA> 1597333128728948736                <NA>
## 3103                <NA> 1597333076706988034                <NA>
## 3104                <NA> 1597333067588591617                <NA>
## 3105                <NA> 1597333053407625216                <NA>
## 3106                <NA> 1597333053135032320                <NA>
## 3107                <NA> 1597333050287099905                <NA>
## 3108                <NA> 1597333033597952000                <NA>
## 3109                <NA> 1597333006586630144                <NA>
## 3110 1597326718112604166 1597333005315383302  970675617913036801
## 3111                <NA> 1597333005047304192                <NA>
## 3112                <NA> 1597332995090051074                <NA>
## 3113                <NA> 1597332988811173889                <NA>
## 3114                <NA> 1597332985740943360                <NA>
## 3115                <NA> 1597332965952229377                <NA>
## 3116                <NA> 1597332952655884290                <NA>
## 3117                <NA> 1597332921785847808                <NA>
## 3118                <NA> 1597332910386089986                <NA>
## 3119                <NA> 1597332901598621696                <NA>
## 3120                <NA> 1597332862285778944                <NA>
## 3121                <NA> 1597332848587177984                <NA>
## 3122                <NA> 1597332830333566976                <NA>
## 3123                <NA> 1597332819579088901                <NA>
## 3124                <NA> 1597332797500567552                <NA>
## 3125                <NA> 1597332789564956674                <NA>
## 3126                <NA> 1597332700427587584                <NA>
## 3127                <NA> 1597332700322738176                <NA>
## 3128                <NA> 1597332697772589056                <NA>
## 3129                <NA> 1597332684271124481                <NA>
## 3130                <NA> 1597332660757893120                <NA>
## 3131                <NA> 1597332645897457664                <NA>
## 3132                <NA> 1597332633465524224                <NA>
## 3133                <NA> 1597332619426861057                <NA>
## 3134                <NA> 1597332597666783233                <NA>
## 3135                <NA> 1597332550103732224                <NA>
## 3136                <NA> 1597332548602200064                <NA>
## 3137                <NA> 1597332537357250560                <NA>
## 3138                <NA> 1597332532529274881                <NA>
## 3139                <NA> 1597332527097995265                <NA>
## 3140                <NA> 1597332504159350784                <NA>
## 3141                <NA> 1597332498052440064                <NA>
## 3142                <NA> 1597332485352095745                <NA>
## 3143                <NA> 1597332478368567296                <NA>
## 3144                <NA> 1597332462996434944                <NA>
## 3145                <NA> 1597332456566181888                <NA>
## 3146                <NA> 1597332453336588291                <NA>
## 3147                <NA> 1597332444356567040                <NA>
## 3148                <NA> 1597332429207146497                <NA>
## 3149                <NA> 1597332403936055296                <NA>
## 3150                <NA> 1597332392972537858                <NA>
## 3151                <NA> 1597332377768185856                <NA>
## 3152                <NA> 1597332371757748224                <NA>
## 3153                <NA> 1597332370255855617                <NA>
## 3154                <NA> 1597332351776075776                <NA>
## 3155                <NA> 1597332351578931200                <NA>
## 3156                <NA> 1597332307848798208                <NA>
## 3157                <NA> 1597332291801714688                <NA>
## 3158                <NA> 1597332286340759552                <NA>
## 3159                <NA> 1597332284549758977                <NA>
## 3160                <NA> 1597332252878594048                <NA>
## 3161                <NA> 1597332239024472064                <NA>
## 3162                <NA> 1597332192015048705                <NA>
## 3163                <NA> 1597332186906374144                <NA>
## 3164                <NA> 1597332151808458752                <NA>
## 3165                <NA> 1597332146993401856                <NA>
## 3166                <NA> 1597332126952660993                <NA>
## 3167                <NA> 1597332066785689601                <NA>
## 3168                <NA> 1597332029418442753                <NA>
## 3169                <NA> 1597332028273610752                <NA>
## 3170                <NA> 1597332012742103040                <NA>
## 3171                <NA> 1597331992257122304                <NA>
## 3172                <NA> 1597331991175004160                <NA>
## 3173                <NA> 1597331961944559616                <NA>
## 3174                <NA> 1597331940188864518                <NA>
## 3175                <NA> 1597331938783567873                <NA>
## 3176                <NA> 1597331923067510787                <NA>
## 3177                <NA> 1597331887084965890                <NA>
## 3178                <NA> 1597331861356716033                <NA>
## 3179                <NA> 1597331856340312064                <NA>
## 3180                <NA> 1597331836010921984                <NA>
## 3181                <NA> 1597331806738866176                <NA>
## 3182                <NA> 1597331786421645314                <NA>
## 3183                <NA> 1597331766586802177                <NA>
## 3184                <NA> 1597331757908783105                <NA>
## 3185                <NA> 1597331744750870528                <NA>
## 3186                <NA> 1597331728322138113                <NA>
## 3187                <NA> 1597331705018298368                <NA>
## 3188                <NA> 1597331680989425664                <NA>
## 3189                <NA> 1597331668473647105                <NA>
## 3190                <NA> 1597331637733560320                <NA>
## 3191                <NA> 1597331603809652736                <NA>
## 3192                <NA> 1597331593001336832                <NA>
## 3193                <NA> 1597331561875062784 1581844046380781569
## 3194                <NA> 1597331537498091521                <NA>
## 3195                <NA> 1597331487338074112                <NA>
## 3196                <NA> 1597331480589389825                <NA>
## 3197                <NA> 1597331413388636161                <NA>
## 3198                <NA> 1597331407961223169                <NA>
## 3199                <NA> 1597331405033603074                <NA>
## 3200                <NA> 1597331382585655296                <NA>
## 3201                <NA> 1597331327640276993                <NA>
## 3202                <NA> 1597331319553331200                <NA>
## 3203                <NA> 1597331296547897347                <NA>
## 3204                <NA> 1597331286372196353                <NA>
## 3205                <NA> 1597331278210048000                <NA>
## 3206                <NA> 1597331275668680704                <NA>
## 3207                <NA> 1597331258094522369                <NA>
## 3208                <NA> 1597331251207503872                <NA>
## 3209                <NA> 1597331249466847232                <NA>
## 3210                <NA> 1597331245108957185                <NA>
## 3211                <NA> 1597331234304462848                <NA>
## 3212                <NA> 1597331208295546880                <NA>
## 3213                <NA> 1597331176066535424                <NA>
## 3214                <NA> 1597331171490136066                <NA>
## 3215                <NA> 1597331149310742528                <NA>
## 3216                <NA> 1597331141987475458                <NA>
## 3217                <NA> 1597331093006725120                <NA>
## 3218                <NA> 1597331080767733760                <NA>
## 3219                <NA> 1597331073016672256                <NA>
## 3220                <NA> 1597331072916000770                <NA>
## 3221                <NA> 1597331029408505856                <NA>
## 3222                <NA> 1597331011536584705                <NA>
## 3223                <NA> 1597331005920378880                <NA>
## 3224                <NA> 1597330975796916224                <NA>
## 3225                <NA> 1597330974437621761                <NA>
## 3226                <NA> 1597330970570477568                <NA>
## 3227                <NA> 1597330951272792064                <NA>
## 3228                <NA> 1597330939348398080                <NA>
## 3229                <NA> 1597330936424988673                <NA>
## 3230                <NA> 1597330883039858688                <NA>
## 3231                <NA> 1597330877142339584                <NA>
## 3232                <NA> 1597330873015500800                <NA>
## 3233                <NA> 1597330854753095680                <NA>
## 3234                <NA> 1597330851142201345                <NA>
## 3235                <NA> 1597330835828789248                <NA>
## 3236                <NA> 1597330819588444160                <NA>
## 3237                <NA> 1597330810637811712                <NA>
## 3238                <NA> 1597330786637991937                <NA>
## 3239                <NA> 1597330775904776192                <NA>
## 3240                <NA> 1597330764877950976                <NA>
## 3241                <NA> 1597330744182906881                <NA>
## 3242                <NA> 1597330681872670721                <NA>
## 3243                <NA> 1597330679280586753                <NA>
## 3244                <NA> 1597330671403692032                <NA>
## 3245                <NA> 1597330652369940480                <NA>
## 3246                <NA> 1597330640697167872                <NA>
## 3247                <NA> 1597330619981533184                <NA>
## 3248                <NA> 1597330614994149376                <NA>
## 3249                <NA> 1597330612716597248                <NA>
## 3250                <NA> 1597330608040325121                <NA>
## 3251                <NA> 1597330576696307713                <NA>
## 3252                <NA> 1597330563001888770                <NA>
## 3253                <NA> 1597330560225271808                <NA>
## 3254                <NA> 1597330558648188928                <NA>
## 3255                <NA> 1597330520408748032                <NA>
## 3256                <NA> 1597330499185172480                <NA>
## 3257                <NA> 1597330421133766657                <NA>
## 3258                <NA> 1597330411696558080                <NA>
## 3259                <NA> 1597330410534735872                <NA>
## 3260                <NA> 1597330409704292352                <NA>
## 3261                <NA> 1597330395141672961                <NA>
## 3262                <NA> 1597330390213349376                <NA>
## 3263                <NA> 1597330369271173120                <NA>
## 3264                <NA> 1597330363797626880                <NA>
## 3265                <NA> 1597330351374110720                <NA>
## 3266                <NA> 1597330348429709312                <NA>
## 3267                <NA> 1597330302845583360                <NA>
## 3268                <NA> 1597330301252161536                <NA>
## 3269                <NA> 1597330280364539904                <NA>
## 3270                <NA> 1597330273783668736                <NA>
## 3271                <NA> 1597330227835072512                <NA>
## 3272                <NA> 1597330216807936000                <NA>
## 3273                <NA> 1597330211586330624                <NA>
## 3274                <NA> 1597330191701114880                <NA>
## 3275                <NA> 1597330190534746117                <NA>
## 3276                <NA> 1597330150106206209                <NA>
## 3277                <NA> 1597330146859839490                <NA>
## 3278                <NA> 1597330145375039488                <NA>
## 3279                <NA> 1597330102555410437                <NA>
## 3280                <NA> 1597330097937477632                <NA>
## 3281                <NA> 1597330096607887360                <NA>
## 3282                <NA> 1597330094015778817                <NA>
## 3283                <NA> 1597330091348209668                <NA>
## 3284                <NA> 1597330085748449282                <NA>
## 3285                <NA> 1597330073903804416                <NA>
## 3286                <NA> 1597330069743362048                <NA>
## 3287                <NA> 1597330054975197185                <NA>
## 3288                <NA> 1597330032195575808                <NA>
## 3289                <NA> 1597330020329873408                <NA>
## 3290                <NA> 1597329997114806273                <NA>
## 3291                <NA> 1597329992131567616                <NA>
## 3292                <NA> 1597329991930286082                <NA>
## 3293                <NA> 1597329969415606272                <NA>
## 3294                <NA> 1597329964948676608                <NA>
## 3295                <NA> 1597329895537152000                <NA>
## 3296                <NA> 1597329859231256577                <NA>
## 3297                <NA> 1597329848552558592                <NA>
## 3298                <NA> 1597329801143934976                <NA>
## 3299                <NA> 1597329797377822721                <NA>
## 3300                <NA> 1597329774678257664                <NA>
## 3301                <NA> 1597329759276765184                <NA>
## 3302                <NA> 1597329740557619200                <NA>
## 3303                <NA> 1597329726351478785                <NA>
## 3304                <NA> 1597329700615237632                <NA>
## 3305                <NA> 1597329697452740609                <NA>
## 3306                <NA> 1597329688212303872                <NA>
## 3307                <NA> 1597329685243121664                <NA>
## 3308                <NA> 1597329675767816192                <NA>
## 3309                <NA> 1597329673322913793                <NA>
## 3310                <NA> 1597329673322889217                <NA>
## 3311                <NA> 1597329615605075968                <NA>
## 3312                <NA> 1597329582801424384                <NA>
## 3313                <NA> 1597329569039597570                <NA>
## 3314                <NA> 1597329560307380224                <NA>
## 3315                <NA> 1597329552535347200                <NA>
## 3316                <NA> 1597329539902103552                <NA>
## 3317                <NA> 1597329538341797888                <NA>
## 3318                <NA> 1597329533476036609                <NA>
## 3319                <NA> 1597329520042049536                <NA>
## 3320                <NA> 1597329498340401152                <NA>
## 3321                <NA> 1597329496780070913                <NA>
## 3322                <NA> 1597329487850401792                <NA>
## 3323                <NA> 1597329461145632768                <NA>
## 3324                <NA> 1597329438190227456                <NA>
## 3325                <NA> 1597329419009290241                <NA>
## 3326                <NA> 1597329403897208832                <NA>
## 3327                <NA> 1597329403348127744                <NA>
## 3328                <NA> 1597329401850757120                <NA>
## 3329                <NA> 1597329391477878784                <NA>
## 3330                <NA> 1597329362600091648                <NA>
## 3331                <NA> 1597329357017878528                <NA>
## 3332                <NA> 1597329323916431360                <NA>
## 3333                <NA> 1597329313250316290                <NA>
## 3334                <NA> 1597329309592473601                <NA>
## 3335                <NA> 1597329276592087040                <NA>
## 3336                <NA> 1597329269537275904                <NA>
## 3337                <NA> 1597329253905084416                <NA>
## 3338                <NA> 1597329245679734784                <NA>
## 3339                <NA> 1597329231599792128                <NA>
## 3340                <NA> 1597329215505854464                <NA>
## 3341                <NA> 1597329215107391488                <NA>
## 3342                <NA> 1597329203808325633                <NA>
## 3343                <NA> 1597329190520762369                <NA>
## 3344                <NA> 1597329187005943808                <NA>
## 3345                <NA> 1597329180072427520                <NA>
## 3346                <NA> 1597329165690105856                <NA>
## 3347 1597328895526998016 1597329163790462976 1344672120480145414
## 3348                <NA> 1597329151878651905                <NA>
## 3349                <NA> 1597329131053539328                <NA>
## 3350                <NA> 1597329099995090944                <NA>
## 3351                <NA> 1597329068013539328                <NA>
## 3352                <NA> 1597329042604056576                <NA>
## 3353                <NA> 1597328994911019008                <NA>
## 3354                <NA> 1597328947662184448                <NA>
## 3355                <NA> 1597328946055766017                <NA>
## 3356                <NA> 1597328940158570496                <NA>
## 3357                <NA> 1597328916821463040                <NA>
## 3358 1597304286119366656 1597328895526998016 1344672120480145414
## 3359                <NA> 1597328872776663040                <NA>
## 3360                <NA> 1597328862563962881                <NA>
## 3361                <NA> 1597328816745349121                <NA>
## 3362                <NA> 1597328803566874625                <NA>
## 3363                <NA> 1597328789146460161                <NA>
## 3364                <NA> 1597328775230148609                <NA>
## 3365                <NA> 1597328768091443200                <NA>
## 3366                <NA> 1597328740555816960                <NA>
## 3367                <NA> 1597328737548513281                <NA>
## 3368                <NA> 1597328737204199424                <NA>
## 3369                <NA> 1597328702916161536                <NA>
## 3370                <NA> 1597328692166131712                <NA>
## 3371                <NA> 1597328683458793472                <NA>
## 3372                <NA> 1597328672913952768                <NA>
## 3373                <NA> 1597328669470773248                <NA>
## 3374                <NA> 1597328651007451137                <NA>
## 3375                <NA> 1597328635932790784                <NA>
## 3376                <NA> 1597328501518270464                <NA>
## 3377                <NA> 1597328499978620929                <NA>
## 3378                <NA> 1597328493440020481                <NA>
## 3379                <NA> 1597328476091994113                <NA>
## 3380                <NA> 1597328423822970880                <NA>
## 3381                <NA> 1597328401726963712                <NA>
## 3382                <NA> 1597328392747388928                <NA>
## 3383                <NA> 1597328380134686720                <NA>
## 3384                <NA> 1597328361743089666                <NA>
## 3385                <NA> 1597328338401767425                <NA>
## 3386                <NA> 1597328334991818752                <NA>
## 3387                <NA> 1597328327072960512                <NA>
## 3388 1597328186576338944 1597328325000953856          2279875495
## 3389                <NA> 1597328301412220928                <NA>
## 3390                <NA> 1597328296521654278                <NA>
## 3391                <NA> 1597328280050274306                <NA>
## 3392                <NA> 1597328235314188289                <NA>
## 3393                <NA> 1597328218805399553                <NA>
## 3394                <NA> 1597328193748226048                <NA>
## 3395                <NA> 1597328186576338944                <NA>
## 3396                <NA> 1597328167622299650                <NA>
## 3397                <NA> 1597328143567970304                <NA>
## 3398                <NA> 1597328119622696960                <NA>
## 3399                <NA> 1597328104019877888                <NA>
## 3400                <NA> 1597328092972068864                <NA>
## 3401                <NA> 1597328080493637633                <NA>
## 3402                <NA> 1597328016858042368                <NA>
## 3403                <NA> 1597327989343408129                <NA>
## 3404                <NA> 1597327983366533120                <NA>
## 3405                <NA> 1597327951879901184                <NA>
## 3406                <NA> 1597327948763123714                <NA>
## 3407                <NA> 1597327948184707072                <NA>
## 3408                <NA> 1597327943310934016                <NA>
## 3409                <NA> 1597327937514409984                <NA>
## 3410                <NA> 1597327866831994881                <NA>
## 3411                <NA> 1597327850595831809                <NA>
## 3412                <NA> 1597327780181442560                <NA>
## 3413                <NA> 1597327764495142913                <NA>
## 3414                <NA> 1597327737391570944                <NA>
## 3415 1597100861938839552 1597327708509601792  744260935527735296
## 3416                <NA> 1597327697898016774                <NA>
## 3417                <NA> 1597327678981672961                <NA>
## 3418                <NA> 1597327677936893953                <NA>
## 3419                <NA> 1597327671226413056                <NA>
## 3420                <NA> 1597327619787456513                <NA>
## 3421                <NA> 1597327612598452224                <NA>
## 3422                <NA> 1597327598727856128                <NA>
## 3423                <NA> 1597327584832126976                <NA>
## 3424                <NA> 1597327577253019648                <NA>
## 3425                <NA> 1597327574048575489                <NA>
## 3426                <NA> 1597327573130055680                <NA>
## 3427                <NA> 1597327570047242242                <NA>
## 3428                <NA> 1597327569493557248                <NA>
## 3429                <NA> 1597327567077642240                <NA>
## 3430                <NA> 1597327558478991360                <NA>
## 3431                <NA> 1597327538636091392                <NA>
## 3432                <NA> 1597327528511012864                <NA>
## 3433                <NA> 1597327527231787008                <NA>
## 3434                <NA> 1597327517941395457                <NA>
## 3435                <NA> 1597327500316590080                <NA>
## 3436                <NA> 1597327498504589312                <NA>
## 3437                <NA> 1597327458474553344                <NA>
## 3438                <NA> 1597327446000701441                <NA>
## 3439                <NA> 1597327442859155456                <NA>
## 3440                <NA> 1597327442561335296                <NA>
## 3441                <NA> 1597327439830491137                <NA>
## 3442                <NA> 1597327439239483394                <NA>
## 3443                <NA> 1597327435782971392                <NA>
## 3444                <NA> 1597327406355730432                <NA>
## 3445                <NA> 1597327406226083841                <NA>
## 3446                <NA> 1597327406125105152                <NA>
## 3447                <NA> 1597327403218788353                <NA>
## 3448                <NA> 1597327387913748480                <NA>
## 3449                <NA> 1597327387494350848                <NA>
## 3450                <NA> 1597327338462904322                <NA>
## 3451                <NA> 1597327319475326977                <NA>
## 3452                <NA> 1597327319160741888                <NA>
## 3453                <NA> 1597327283013881856                <NA>
## 3454                <NA> 1597327180530610177                <NA>
## 3455                <NA> 1597327169662787584                <NA>
## 3456                <NA> 1597327166059859968                <NA>
## 3457                <NA> 1597327165242355714                <NA>
## 3458                <NA> 1597327158791536640                <NA>
## 3459                <NA> 1597327126088515585                <NA>
## 3460                <NA> 1597327061865361409                <NA>
## 3461                <NA> 1597327051522183168                <NA>
## 3462                <NA> 1597327049303420928                <NA>
## 3463                <NA> 1597327014792658946                <NA>
## 3464                <NA> 1597327002729877505                <NA>
## 3465                <NA> 1597326997755396101                <NA>
## 3466                <NA> 1597326994647445506                <NA>
## 3467                <NA> 1597326992537718784                <NA>
## 3468                <NA> 1597326974686760961                <NA>
## 3469                <NA> 1597326973688504320                <NA>
## 3470                <NA> 1597326962980425729                <NA>
## 3471                <NA> 1597326946522009610                <NA>
## 3472                <NA> 1597326945230159873                <NA>
## 3473                <NA> 1597326932290416640                <NA>
## 3474                <NA> 1597326920584400897                <NA>
## 3475                <NA> 1597326919049281537                <NA>
## 3476                <NA> 1597326892356759552                <NA>
## 3477                <NA> 1597326847460933632            17230018
## 3478                <NA> 1597326832919248896                <NA>
## 3479                <NA> 1597326832566939648                <NA>
## 3480                <NA> 1597326795891609600                <NA>
## 3481                <NA> 1597326779420921856                <NA>
## 3482                <NA> 1597326777487331330                <NA>
## 3483                <NA> 1597326772726796288                <NA>
## 3484                <NA> 1597326772680654848                <NA>
## 3485                <NA> 1597326729823256576                <NA>
## 3486                <NA> 1597326729437413376                <NA>
## 3487                <NA> 1597326721728270336                <NA>
## 3488                <NA> 1597326696692469760                <NA>
## 3489                <NA> 1597326676748562432                <NA>
## 3490                <NA> 1597326659514142721                <NA>
## 3491                <NA> 1597326652660682757                <NA>
## 3492                <NA> 1597326643260846080                <NA>
## 3493                <NA> 1597326636265111552                <NA>
## 3494                <NA> 1597326635275255808                <NA>
## 3495                <NA> 1597326631072600064                <NA>
## 3496                <NA> 1597326583949189121                <NA>
## 3497                <NA> 1597326565817610240                <NA>
## 3498                <NA> 1597326557680631809                <NA>
## 3499                <NA> 1597326544279830528                <NA>
## 3500                <NA> 1597326523597410305                <NA>
## 3501                <NA> 1597326516052185088                <NA>
## 3502                <NA> 1597326510654107648                <NA>
## 3503                <NA> 1597326502076747776                <NA>
## 3504                <NA> 1597326426092449792                <NA>
## 3505                <NA> 1597326366973710336                <NA>
## 3506                <NA> 1597326350146473984                <NA>
## 3507                <NA> 1597326323739131904                <NA>
## 3508                <NA> 1597326323676254208                <NA>
## 3509                <NA> 1597326242344501248                <NA>
## 3510                <NA> 1597326239127465984                <NA>
## 3511                <NA> 1597326201198358530                <NA>
## 3512                <NA> 1597326160882700289                <NA>
## 3513                <NA> 1597326139457884161                <NA>
## 3514                <NA> 1597326112241377280                <NA>
## 3515                <NA> 1597326076552019968                <NA>
## 3516                <NA> 1597326059569283072                <NA>
## 3517                <NA> 1597326055378862080                <NA>
## 3518                <NA> 1597326044909817856                <NA>
## 3519                <NA> 1597325947812065281                <NA>
## 3520                <NA> 1597325941029556224                <NA>
## 3521                <NA> 1597325894850600961                <NA>
## 3522                <NA> 1597325847232663553                <NA>
## 3523                <NA> 1597325816194826240                <NA>
## 3524                <NA> 1597325808657641473                <NA>
## 3525                <NA> 1597325783294672896                <NA>
## 3526                <NA> 1597325770074247168                <NA>
## 3527                <NA> 1597325733608972289                <NA>
## 3528                <NA> 1597325711999574016                <NA>
## 3529                <NA> 1597325661324312577                <NA>
## 3530                <NA> 1597325661269823488                <NA>
## 3531                <NA> 1597325622941929472                <NA>
## 3532                <NA> 1597325618374639617                <NA>
## 3533                <NA> 1597325602788630529                <NA>
## 3534                <NA> 1597325597168275456                <NA>
## 3535                <NA> 1597325582286868480                <NA>
## 3536                <NA> 1597325571142230016                <NA>
## 3537                <NA> 1597325547708612609                <NA>
## 3538                <NA> 1597325523985702912                <NA>
## 3539                <NA> 1597325513252474880                <NA>
## 3540                <NA> 1597325468935413760                <NA>
## 3541                <NA> 1597325456461549568                <NA>
## 3542                <NA> 1597325452951293952                <NA>
## 3543                <NA> 1597325424433897472                <NA>
## 3544                <NA> 1597325410332573697                <NA>
## 3545                <NA> 1597325410018426880                <NA>
## 3546                <NA> 1597325396768268288                <NA>
## 3547                <NA> 1597325384793542656                <NA>
## 3548                <NA> 1597325381350363136                <NA>
## 3549                <NA> 1597325380506898432                <NA>
## 3550                <NA> 1597325377822945280                <NA>
## 3551                <NA> 1597325358030032897                <NA>
## 3552                <NA> 1597325309065703424                <NA>
## 3553                <NA> 1597325299943079936                <NA>
## 3554                <NA> 1597325259958804483                <NA>
## 3555                <NA> 1597325244318244864                <NA>
## 3556                <NA> 1597325234545491970                <NA>
## 3557                <NA> 1597325227645886464                <NA>
## 3558                <NA> 1597325208209494016                <NA>
## 3559                <NA> 1597325162055028736                <NA>
## 3560                <NA> 1597325158905446400                <NA>
## 3561                <NA> 1597325152110653441                <NA>
## 3562                <NA> 1597325126961598464                <NA>
## 3563                <NA> 1597325103603146752                <NA>
## 3564                <NA> 1597325103137574912                <NA>
## 3565                <NA> 1597325081952518144                <NA>
## 3566                <NA> 1597325022154338304                <NA>
## 3567                <NA> 1597325021348626432                <NA>
## 3568                <NA> 1597324983638036480                <NA>
## 3569                <NA> 1597324945331486720                <NA>
## 3570                <NA> 1597324920656367616                <NA>
## 3571                <NA> 1597324876985290752                <NA>
## 3572                <NA> 1597324847516119040                <NA>
## 3573                <NA> 1597324835839160320                <NA>
## 3574                <NA> 1597324801206804481                <NA>
## 3575                <NA> 1597324800636358657                <NA>
## 3576                <NA> 1597324742218121217                <NA>
## 3577                <NA> 1597324723297603586                <NA>
## 3578                <NA> 1597324718478172167                <NA>
## 3579                <NA> 1597324694700847104                <NA>
## 3580                <NA> 1597324677998735361                <NA>
## 3581                <NA> 1597324672248737793                <NA>
## 3582                <NA> 1597324668859744256                <NA>
## 3583                <NA> 1597324652791365633                <NA>
## 3584                <NA> 1597324652665507840                <NA>
## 3585                <NA> 1597324651167744001                <NA>
## 3586                <NA> 1597324624102322182                <NA>
## 3587                <NA> 1597324620880715776                <NA>
## 3588                <NA> 1597324601297887232                <NA>
## 3589                <NA> 1597324545576566785                <NA>
## 3590                <NA> 1597324531651162112                <NA>
## 3591                <NA> 1597324529067753472                <NA>
## 3592                <NA> 1597324525959467008                <NA>
## 3593                <NA> 1597324524810162176                <NA>
## 3594                <NA> 1597324522105212928                <NA>
## 3595                <NA> 1597324503285370880                <NA>
## 3596                <NA> 1597324498671632384                <NA>
## 3597                <NA> 1597324451473162240                <NA>
## 3598                <NA> 1597324442174394368                <NA>
## 3599                <NA> 1597324400545890305                <NA>
## 3600                <NA> 1597324366433304576                <NA>
## 3601                <NA> 1597324328730624000                <NA>
## 3602                <NA> 1597324323882401792                <NA>
## 3603                <NA> 1597324322380865537                <NA>
## 3604                <NA> 1597324301459656704                <NA>
## 3605                <NA> 1597324296363606016                <NA>
## 3606                <NA> 1597324255867285506                <NA>
## 3607                <NA> 1597324248225570817                <NA>
## 3608                <NA> 1597324244282912769                <NA>
## 3609                <NA> 1597324210745257984                <NA>
## 3610                <NA> 1597324210460037120                <NA>
## 3611                <NA> 1597324208690040832                <NA>
## 3612                <NA> 1597324171633397761                <NA>
## 3613                <NA> 1597324170056306688                <NA>
## 3614                <NA> 1597324165312237569                <NA>
## 3615                <NA> 1597324145263796224                <NA>
## 3616                <NA> 1597324124203798528                <NA>
## 3617                <NA> 1597324091660570624                <NA>
## 3618                <NA> 1597324078146519040                <NA>
## 3619                <NA> 1597324047591047169                <NA>
## 3620                <NA> 1597324042335588352                <NA>
## 3621                <NA> 1597324036601962496                <NA>
## 3622                <NA> 1597324026111987712                <NA>
## 3623                <NA> 1597324025151119360                <NA>
## 3624                <NA> 1597323994847670274                <NA>
## 3625                <NA> 1597323990082949120                <NA>
## 3626                <NA> 1597323978435362816                <NA>
## 3627 1597323951507574784 1597323962329227266 1529435489555697665
## 3628 1597323941319946242 1597323951507574784 1529435489555697665
## 3629 1597323378012323840 1597323942519529472  878135903478317057
## 3630 1597323925456793600 1597323941319946242 1529435489555697665
## 3631                <NA> 1597323938895626240                <NA>
## 3632 1597323915528839168 1597323925456793600 1529435489555697665
## 3633                <NA> 1597323919069184001                <NA>
## 3634                <NA> 1597323918456811520                <NA>
## 3635                <NA> 1597323915528839168                <NA>
## 3636                <NA> 1597323901679603712                <NA>
## 3637                <NA> 1597323876757012480                <NA>
## 3638                <NA> 1597323868397441024                <NA>
## 3639                <NA> 1597323858977382400                <NA>
## 3640                <NA> 1597323848352813056                <NA>
## 3641                <NA> 1597323843886284800                <NA>
## 3642                <NA> 1597323840870584320                <NA>
## 3643                <NA> 1597323829449220102                <NA>
## 3644                <NA> 1597323824936419329                <NA>
## 3645                <NA> 1597323802060681218                <NA>
## 3646                <NA> 1597323793122615296                <NA>
## 3647                <NA> 1597323763213012992                <NA>
## 3648                <NA> 1597323742891253761                <NA>
## 3649                <NA> 1597323716186103808                <NA>
## 3650                <NA> 1597323709529743361                <NA>
## 3651                <NA> 1597323705335832578                <NA>
## 3652                <NA> 1597323697764769792                <NA>
## 3653                <NA> 1597323685014122496                <NA>
## 3654                <NA> 1597323680261939200                <NA>
## 3655                <NA> 1597323675728216065                <NA>
## 3656                <NA> 1597323665510924288                <NA>
## 3657                <NA> 1597323653019971584                <NA>
## 3658                <NA> 1597323626117992448                <NA>
## 3659                <NA> 1597323612201291776                <NA>
## 3660                <NA> 1597323586238222336                <NA>
## 3661                <NA> 1597323516503764994                <NA>
## 3662                <NA> 1597323513391878145                <NA>
## 3663                <NA> 1597323497990393857                <NA>
## 3664                <NA> 1597323462783401985                <NA>
## 3665                <NA> 1597323460031569920                <NA>
## 3666                <NA> 1597323441023029249                <NA>
## 3667                <NA> 1597323434538958849                <NA>
## 3668                <NA> 1597323431640723456                <NA>
## 3669                <NA> 1597323424304869376                <NA>
## 3670                <NA> 1597323422358724609                <NA>
## 3671                <NA> 1597323407082651648                <NA>
## 3672                <NA> 1597323400321847296                <NA>
## 3673                <NA> 1597323382088876032                <NA>
## 3674 1597323027016220672 1597323378012323840  878135903478317057
## 3675                <NA> 1597323324459483136                <NA>
## 3676                <NA> 1597323316636704768                <NA>
## 3677                <NA> 1597323285028810752                <NA>
## 3678                <NA> 1597323284646764547                <NA>
## 3679                <NA> 1597323284517117952                <NA>
## 3680                <NA> 1597323272407830528                <NA>
## 3681                <NA> 1597323246827114499                <NA>
## 3682                <NA> 1597323244708974593                <NA>
## 3683                <NA> 1597323228682166272                <NA>
## 3684                <NA> 1597323196826800128                <NA>
## 3685                <NA> 1597323196184698890                <NA>
## 3686                <NA> 1597323181660209152                <NA>
## 3687                <NA> 1597323115067244544                <NA>
## 3688                <NA> 1597323105936232448                <NA>
## 3689                <NA> 1597323105705562112                <NA>
## 3690 1597317616720576512 1597323088034942976            95505854
## 3691                <NA> 1597323085904220160                <NA>
## 3692                <NA> 1597323081977954305                <NA>
## 3693                <NA> 1597323075367751681                <NA>
## 3694 1597323043394965504 1597323045974122496 1373779182841425923
## 3695 1597323040169537536 1597323043394965504 1373779182841425923
## 3696 1597323038730883072 1597323040169537536 1373779182841425923
## 3697                <NA> 1597323039183888385                <NA>
## 3698                <NA> 1597323038730883072                <NA>
## 3699                <NA> 1597323030673657856                <NA>
## 3700                <NA> 1597323027016220672                <NA>
## 3701                <NA> 1597322983823245312                <NA>
## 3702                <NA> 1597322969055121408                <NA>
## 3703                <NA> 1597322946640760833                <NA>
## 3704                <NA> 1597322911706411008                <NA>
## 3705                <NA> 1597322909542146049                <NA>
## 3706                <NA> 1597322903510749184                <NA>
## 3707                <NA> 1597322889891811330                <NA>
## 3708                <NA> 1597322876289314816                <NA>
## 3709 1597322094794010624 1597322841699254275 1276687338601680896
## 3710                <NA> 1597322837920223232                <NA>
## 3711                <NA> 1597322837639172096                <NA>
## 3712                <NA> 1597322836368306176                <NA>
## 3713                <NA> 1597322774011600897                <NA>
## 3714                <NA> 1597322769951096832                <NA>
## 3715                <NA> 1597322723080167424                <NA>
## 3716                <NA> 1597322717753413632                <NA>
## 3717                <NA> 1597322707993251840                <NA>
## 3718                <NA> 1597322694705393664                <NA>
## 3719                <NA> 1597322686317101056                <NA>
## 3720                <NA> 1597322675625791488                <NA>
## 3721                <NA> 1597322670298701827                <NA>
## 3722                <NA> 1597322630150819840                <NA>
## 3723                <NA> 1597322598161223680                <NA>
## 3724                <NA> 1597322592318210049                <NA>
## 3725                <NA> 1597322584088932353                <NA>
## 3726                <NA> 1597322577495539715                <NA>
## 3727                <NA> 1597322569614786561                <NA>
## 3728                <NA> 1597322559619756032                <NA>
## 3729                <NA> 1597322554154229760                <NA>
## 3730                <NA> 1597322543102582785                <NA>
## 3731                <NA> 1597322540653117441                <NA>
## 3732                <NA> 1597322534021910529                <NA>
## 3733                <NA> 1597322520121987072                <NA>
## 3734                <NA> 1597322517664141312                <NA>
## 3735                <NA> 1597322482964262912                <NA>
## 3736                <NA> 1597322467395063808                <NA>
## 3737                <NA> 1597322461028450304                <NA>
## 3738                <NA> 1597322431966117888                <NA>
## 3739                <NA> 1597322431655333889                <NA>
## 3740                <NA> 1597322424668028929                <NA>
## 3741                <NA> 1597322341788553218                <NA>
## 3742                <NA> 1597322331931615233                <NA>
## 3743                <NA> 1597322326651318272                <NA>
## 3744                <NA> 1597322325179133952                <NA>
## 3745                <NA> 1597322308993306625                <NA>
## 3746                <NA> 1597322282937905153                <NA>
## 3747                <NA> 1597322266747932678                <NA>
## 3748                <NA> 1597322260356157440                <NA>
## 3749                <NA> 1597322244317130752                <NA>
## 3750                <NA> 1597322210330673152                <NA>
## 3751                <NA> 1597322193603813376                <NA>
## 3752                <NA> 1597322179473178625                <NA>
## 3753                <NA> 1597322175983550464                <NA>
## 3754                <NA> 1597322112686907393                <NA>
## 3755                <NA> 1597322094794010624                <NA>
## 3756                <NA> 1597322036678127616                <NA>
## 3757                <NA> 1597321981623676928                <NA>
## 3758                <NA> 1597321962325348353                <NA>
## 3759                <NA> 1597321939403804672                <NA>
## 3760                <NA> 1597321939281772544                <NA>
## 3761                <NA> 1597321903890264064                <NA>
## 3762                <NA> 1597321900459712512                <NA>
## 3763                <NA> 1597321898681323520                <NA>
## 3764                <NA> 1597321894105337858                <NA>
## 3765                <NA> 1597321871682568192                <NA>
## 3766                <NA> 1597321867211046912                <NA>
## 3767                <NA> 1597321833581510656                <NA>
## 3768                <NA> 1597321831073345536                <NA>
## 3769                <NA> 1597321830716805121                <NA>
## 3770                <NA> 1597321789734281222                <NA>
## 3771                <NA> 1597321781823823872                <NA>
## 3772                <NA> 1597321780137689088                <NA>
## 3773                <NA> 1597321752421376000                <NA>
## 3774                <NA> 1597321730502316033                <NA>
## 3775                <NA> 1597321723791413249                <NA>
## 3776                <NA> 1597321707672723456                <NA>
## 3777                <NA> 1597321693940568064                <NA>
## 3778                <NA> 1597321668741193728                <NA>
## 3779                <NA> 1597321666866348032                <NA>
## 3780                <NA> 1597321665658368005                <NA>
## 3781                <NA> 1597321663980269568                <NA>
## 3782                <NA> 1597321650214928384                <NA>
## 3783                <NA> 1597321629226651648                <NA>
## 3784                <NA> 1597321627951595520                <NA>
## 3785                <NA> 1597321624977448960                <NA>
## 3786                <NA> 1597321617943965700                <NA>
## 3787                <NA> 1597321597706440704                <NA>
## 3788                <NA> 1597321595265384448                <NA>
## 3789                <NA> 1597321584447868929                <NA>
## 3790                <NA> 1597321583215116288                <NA>
## 3791                <NA> 1597321579738075136                <NA>
## 3792                <NA> 1597321562473910272                <NA>
## 3793                <NA> 1597321547316072448                <NA>
## 3794                <NA> 1597321530698256384                <NA>
## 3795                <NA> 1597321518710935557                <NA>
## 3796 1597227962847592450 1597321516512780288  947987451200593923
## 3797                <NA> 1597321500918710272                <NA>
## 3798                <NA> 1597321489325645824                <NA>
## 3799                <NA> 1597321453485318145                <NA>
## 3800                <NA> 1597321445197361153                <NA>
## 3801                <NA> 1597321335143018496                <NA>
## 3802                <NA> 1597321308014272512                <NA>
## 3803                <NA> 1597321303190818816                <NA>
## 3804                <NA> 1597321282655174657                <NA>
## 3805                <NA> 1597321268906274817                <NA>
## 3806                <NA> 1597321261335474176                <NA>
## 3807                <NA> 1597321252959850496                <NA>
## 3808                <NA> 1597321235628961792                <NA>
## 3809                <NA> 1597321228569628672                <NA>
## 3810                <NA> 1597321203060178944                <NA>
## 3811                <NA> 1597321198987116544                <NA>
## 3812                <NA> 1597321198773604352                <NA>
## 3813                <NA> 1597321159905005568                <NA>
## 3814                <NA> 1597321158994497536                <NA>
## 3815                <NA> 1597321152296542208                <NA>
## 3816                <NA> 1597321132340031490                <NA>
## 3817                <NA> 1597321132272943104                <NA>
## 3818                <NA> 1597321122777010176                <NA>
## 3819                <NA> 1597321097304629248                <NA>
## 3820                <NA> 1597321092414451712                <NA>
## 3821                <NA> 1597321061129150464                <NA>
## 3822                <NA> 1597321058553835521                <NA>
## 3823                <NA> 1597321057870184449                <NA>
## 3824                <NA> 1597321051482251266                <NA>
## 3825                <NA> 1597321002316619777                <NA>
## 3826                <NA> 1597320995622486016                <NA>
## 3827                <NA> 1597320982699528192                <NA>
## 3828                <NA> 1597320967055093760                <NA>
## 3829                <NA> 1597320904845197312                <NA>
## 3830                <NA> 1597320873748615169                <NA>
## 3831                <NA> 1597320869424291840                <NA>
## 3832                <NA> 1597320854404493313                <NA>
## 3833                <NA> 1597320843046313984                <NA>
## 3834                <NA> 1597320806341967872                <NA>
## 3835                <NA> 1597320802139267072                <NA>
## 3836                <NA> 1597320676154966016                <NA>
## 3837                <NA> 1597320662552453120                <NA>
## 3838                <NA> 1597320621410902017                <NA>
## 3839                <NA> 1597320550652661762                <NA>
## 3840                <NA> 1597320513915088896                <NA>
## 3841                <NA> 1597320489445515265                <NA>
## 3842                <NA> 1597320471326097408                <NA>
## 3843                <NA> 1597320460869328896                <NA>
## 3844                <NA> 1597320456645726208                <NA>
## 3845                <NA> 1597320434919571456                <NA>
## 3846                <NA> 1597320432977612801                <NA>
## 3847                <NA> 1597320427864350720                <NA>
## 3848                <NA> 1597320408067231745                <NA>
## 3849                <NA> 1597320318556991489                <NA>
## 3850                <NA> 1597320289200721920                <NA>
## 3851                <NA> 1597320282951204864                <NA>
## 3852                <NA> 1597320261467983872                <NA>
## 3853                <NA> 1597320249484845056                <NA>
## 3854                <NA> 1597320239875690496                <NA>
## 3855                <NA> 1597320237044547584                <NA>
## 3856                <NA> 1597320201313587200                <NA>
## 3857                <NA> 1597320195865186304                <NA>
## 3858                <NA> 1597320187996667904                <NA>
## 3859                <NA> 1597320162528858115                <NA>
## 3860                <NA> 1597320134825168897                <NA>
## 3861                <NA> 1597320131004485633                <NA>
## 3862                <NA> 1597320110703722496                <NA>
## 3863                <NA> 1597319990570811392                <NA>
## 3864                <NA> 1597319985114001408                <NA>
## 3865                <NA> 1597319977425842176                <NA>
## 3866                <NA> 1597319924602789889                <NA>
## 3867                <NA> 1597319907297095682                <NA>
## 3868                <NA> 1597319841501020160                <NA>
## 3869                <NA> 1597319814812663808                <NA>
## 3870                <NA> 1597319774253772800            17230018
## 3871                <NA> 1597319773935005697                <NA>
## 3872                <NA> 1597319740057231360                <NA>
## 3873                <NA> 1597319737876549632                <NA>
## 3874                <NA> 1597319733472530433                <NA>
## 3875                <NA> 1597319728774934530                <NA>
## 3876                <NA> 1597319724626415616                <NA>
## 3877                <NA> 1597319703646859265                <NA>
## 3878                <NA> 1597319694935289861                <NA>
## 3879                <NA> 1597319623728242690                <NA>
## 3880                <NA> 1597319581861048321                <NA>
## 3881                <NA> 1597319571052310529                <NA>
## 3882                <NA> 1597319484968427521                <NA>
## 3883                <NA> 1597319456539414528                <NA>
## 3884                <NA> 1597319449488809984                <NA>
## 3885                <NA> 1597319444434329600                <NA>
## 3886                <NA> 1597319419402678272                <NA>
## 3887                <NA> 1597319418677075969                <NA>
## 3888                <NA> 1597319397697523712                <NA>
## 3889                <NA> 1597319392945377281                <NA>
## 3890                <NA> 1597319341027971072                <NA>
## 3891                <NA> 1597319334963351552                <NA>
## 3892                <NA> 1597319319544684544                <NA>
## 3893                <NA> 1597319312569925632                <NA>
## 3894                <NA> 1597319311953375232                <NA>
## 3895                <NA> 1597319275064496128                <NA>
## 3896                <NA> 1597319241669435392                <NA>
## 3897                <NA> 1597319203652268032                <NA>
## 3898                <NA> 1597319183406338048                <NA>
## 3899                <NA> 1597319131753512960                <NA>
## 3900                <NA> 1597319127617589249                <NA>
## 3901                <NA> 1597319123981459456                <NA>
## 3902                <NA> 1597319072886112258                <NA>
## 3903                <NA> 1597319059284295680                <NA>
## 3904                <NA> 1597319014732398592                <NA>
## 3905                <NA> 1597318988719357952                <NA>
## 3906                <NA> 1597318939687915520                <NA>
## 3907                <NA> 1597318917227417600                <NA>
## 3908                <NA> 1597318909077909504                <NA>
## 3909                <NA> 1597318890346119169                <NA>
## 3910                <NA> 1597318847945576449                <NA>
## 3911                <NA> 1597318836788658176                <NA>
## 3912                <NA> 1597318831772696576                <NA>
## 3913                <NA> 1597318800541880320                <NA>
## 3914                <NA> 1597318794895949824                <NA>
## 3915                <NA> 1597318771202752514                <NA>
## 3916                <NA> 1597318770288009216                <NA>
## 3917                <NA> 1597318741590945792                <NA>
## 3918                <NA> 1597318732606767104                <NA>
## 3919                <NA> 1597318731054854144                <NA>
## 3920                <NA> 1597318728571838464                <NA>
## 3921                <NA> 1597318703837696000                <NA>
## 3922                <NA> 1597318703078440960                <NA>
## 3923                <NA> 1597318692458573824                <NA>
## 3924                <NA> 1597318691028602880                <NA>
## 3925                <NA> 1597318684342484992                <NA>
## 3926                <NA> 1597318677392547840           157545420
## 3927                <NA> 1597318648125083649                <NA>
## 3928                <NA> 1597318646678065153                <NA>
## 3929                <NA> 1597318640076222464                <NA>
## 3930                <NA> 1597318608233074688                <NA>
## 3931                <NA> 1597318608119795712                <NA>
## 3932                <NA> 1597318571428040707                <NA>
## 3933                <NA> 1597318554558205953                <NA>
## 3934                <NA> 1597318542583427073                <NA>
## 3935                <NA> 1597318512238030848                <NA>
## 3936                <NA> 1597318504600199168                <NA>
## 3937                <NA> 1597318491522338817                <NA>
## 3938                <NA> 1597318483825823745                <NA>
## 3939                <NA> 1597318399264428032                <NA>
## 3940                <NA> 1597318395531497472                <NA>
## 3941                <NA> 1597318395531124736                <NA>
## 3942                <NA> 1597318363449298944                <NA>
## 3943                <NA> 1597318330821799936                <NA>
## 3944                <NA> 1597318328934354944                <NA>
## 3945                <NA> 1597318325968986112                <NA>
## 3946                <NA> 1597318244854992897                <NA>
## 3947                <NA> 1597318231508688896                <NA>
## 3948                <NA> 1597318223984488448                <NA>
## 3949                <NA> 1597318214790172672                <NA>
## 3950                <NA> 1597318194393292800                <NA>
## 3951                <NA> 1597318131302948864                <NA>
## 3952                <NA> 1597318109865861120                <NA>
## 3953                <NA> 1597318102894927872                <NA>
## 3954                <NA> 1597318069550190592                <NA>
## 3955                <NA> 1597318065175564288                <NA>
## 3956                <NA> 1597318062738636800                <NA>
## 3957                <NA> 1597318039464464384                <NA>
## 3958                <NA> 1597318024003919872                <NA>
## 3959                <NA> 1597317993494499328                <NA>
## 3960                <NA> 1597317961391697920                <NA>
## 3961                <NA> 1597317951614377984                <NA>
## 3962                <NA> 1597317938297851905                <NA>
## 3963                <NA> 1597317903103062016                <NA>
## 3964                <NA> 1597317899911188480                <NA>
## 3965                <NA> 1597317877631438848                <NA>
## 3966                <NA> 1597317877606285312                <NA>
## 3967                <NA> 1597317876922601474                <NA>
## 3968                <NA> 1597317875274240000                <NA>
## 3969                <NA> 1597317865425625088                <NA>
## 3970                <NA> 1597317834987933696                <NA>
## 3971                <NA> 1597317828306407424                <NA>
## 3972                <NA> 1597317804008812545                <NA>
## 3973                <NA> 1597317800292651012                <NA>
## 3974                <NA> 1597317770655715328                <NA>
## 3975                <NA> 1597317745045299201                <NA>
## 3976                <NA> 1597317742998081537                <NA>
## 3977                <NA> 1597317740569972737                <NA>
## 3978                <NA> 1597317716947320834                <NA>
## 3979                <NA> 1597317696890499073                <NA>
## 3980                <NA> 1597317683200290816                <NA>
## 3981 1597317662371360768 1597317672060194817 1593449703810953217
## 3982                <NA> 1597317618012418049                <NA>
## 3983                <NA> 1597317607417614336                <NA>
## 3984 1597276293854244864 1597317595870658561           975654422
## 3985                <NA> 1597317595341869056                <NA>
## 3986                <NA> 1597317584809910273                <NA>
## 3987                <NA> 1597317565474574336                <NA>
## 3988                <NA> 1597317547602628608                <NA>
## 3989                <NA> 1597317545153159168                <NA>
## 3990                <NA> 1597317504262893569                <NA>
## 3991                <NA> 1597317480426262528                <NA>
## 3992                <NA> 1597317464882556928                <NA>
## 3993                <NA> 1597317439095595008                <NA>
## 3994                <NA> 1597317437728309248                <NA>
## 3995                <NA> 1597317430732558337                <NA>
## 3996                <NA> 1597317414093721601                <NA>
## 3997                <NA> 1597317408758194180                <NA>
## 3998                <NA> 1597317389997469697                <NA>
## 3999                <NA> 1597317337119477760                <NA>
## 4000                <NA> 1597317331159764992                <NA>
## 4001                <NA> 1597317326793478145                <NA>
## 4002                <NA> 1597317279254925313                <NA>
## 4003                <NA> 1597317261593051136                <NA>
## 4004                <NA> 1597317222254653440                <NA>
## 4005                <NA> 1597317220300132353                <NA>
## 4006                <NA> 1597317217406046208                <NA>
## 4007                <NA> 1597317185516732417                <NA>
## 4008                <NA> 1597317164125802497                <NA>
## 4009                <NA> 1597317160191549440                <NA>
## 4010                <NA> 1597317151391879168                <NA>
## 4011                <NA> 1597317146090303488                <NA>
## 4012 1597317134107181056 1597317136867012608 1424305497595944961
## 4013 1597317131057893376 1597317134107181056 1424305497595944961
## 4014                <NA> 1597317131057893376                <NA>
## 4015                <NA> 1597317119448076289                <NA>
## 4016                <NA> 1597317111403393024                <NA>
## 4017                <NA> 1597317110522183680                <NA>
## 4018                <NA> 1597317090935177218                <NA>
## 4019                <NA> 1597317057036840960                <NA>
## 4020                <NA> 1597317046785945601                <NA>
## 4021                <NA> 1597317045170802688                <NA>
## 4022                <NA> 1597316991387598848                <NA>
## 4023                <NA> 1597316989542076416                <NA>
## 4024                <NA> 1597316988451553282                <NA>
## 4025                <NA> 1597316957552119808                <NA>
## 4026                <NA> 1597316942658146306                <NA>
## 4027                <NA> 1597316912748593152                <NA>
## 4028                <NA> 1597316901989859336                <NA>
## 4029                <NA> 1597316882591547393                <NA>
## 4030 1597316791189270528 1597316855689285633 1435195358007726083
## 4031                <NA> 1597316853072003072                <NA>
## 4032                <NA> 1597316808172015616                <NA>
## 4033 1597316666287091713 1597316791189270528 1435195358007726083
## 4034                <NA> 1597316766786793472                <NA>
## 4035                <NA> 1597316764534444032                <NA>
## 4036                <NA> 1597316759081865217                <NA>
## 4037                <NA> 1597316699040014336                <NA>
## 4038                <NA> 1597316695554928640                <NA>
## 4039 1597316554684657664 1597316666287091713 1435195358007726083
## 4040                <NA> 1597316654077468672                <NA>
## 4041                <NA> 1597316646065954817                <NA>
## 4042                <NA> 1597316628407980032                <NA>
## 4043                <NA> 1597316620883759104                <NA>
## 4044                <NA> 1597316597458182144                <NA>
## 4045                <NA> 1597316577640452097                <NA>
## 4046 1597316298698297344 1597316554684657664 1435195358007726083
## 4047                <NA> 1597316535512883200                <NA>
## 4048                <NA> 1597316493452378112                <NA>
## 4049                <NA> 1597316490604474368                <NA>
## 4050                <NA> 1597316469544845312                <NA>
## 4051                <NA> 1597316427203039233                <NA>
## 4052                <NA> 1597316422845497345                <NA>
## 4053                <NA> 1597316387008966657                <NA>
## 4054                <NA> 1597316376657416193                <NA>
## 4055                <NA> 1597316368160133120                <NA>
## 4056                <NA> 1597316348874366976                <NA>
## 4057                <NA> 1597316346253279232                <NA>
## 4058                <NA> 1597316342499377155                <NA>
## 4059                <NA> 1597316298698297344                <NA>
## 4060                <NA> 1597316274534567936                <NA>
## 4061                <NA> 1597316239160119296                <NA>
## 4062                <NA> 1597316231451017216                <NA>
## 4063                <NA> 1597316176388173824                <NA>
## 4064                <NA> 1597316142825017344                <NA>
## 4065                <NA> 1597316133123940353                <NA>
## 4066                <NA> 1597316106816888834                <NA>
## 4067                <NA> 1597316087472799745                <NA>
## 4068                <NA> 1597316066396368896                <NA>
## 4069                <NA> 1597316065994117120                <NA>
## 4070                <NA> 1597316035467964416                <NA>
## 4071                <NA> 1597316024969281537                <NA>
## 4072                <NA> 1597316014144114688                <NA>
## 4073                <NA> 1597315975082561536                <NA>
## 4074                <NA> 1597315945789534208                <NA>
## 4075                <NA> 1597315942098571264                <NA>
## 4076                <NA> 1597315936117469185                <NA>
## 4077                <NA> 1597315921055428608                <NA>
## 4078                <NA> 1597315914034073600                <NA>
## 4079                <NA> 1597315870761529344                <NA>
## 4080                <NA> 1597315869448998912                <NA>
## 4081                <NA> 1597315852529176577                <NA>
## 4082                <NA> 1597315843452305408                <NA>
## 4083                <NA> 1597315842294751232                <NA>
## 4084                <NA> 1597315841015828480                <NA>
## 4085                <NA> 1597315828210630657                <NA>
## 4086                <NA> 1597315821973315584                <NA>
## 4087                <NA> 1597315815824855040                <NA>
## 4088                <NA> 1597315788892880896                <NA>
## 4089                <NA> 1597315784803393536                <NA>
## 4090                <NA> 1597315775345594368                <NA>
## 4091                <NA> 1597315771365199895                <NA>
## 4092                <NA> 1597315766944047105                <NA>
## 4093                <NA> 1597315765551607809                <NA>
## 4094                <NA> 1597315760132476928                <NA>
## 4095                <NA> 1597315741052997633                <NA>
## 4096                <NA> 1597315737990725632                <NA>
## 4097                <NA> 1597315704805797888                <NA>
## 4098                <NA> 1597315696106819584                <NA>
## 4099                <NA> 1597315672505487362                <NA>
## 4100                <NA> 1597315652783853568                <NA>
## 4101                <NA> 1597315647339655168                <NA>
## 4102                <NA> 1597315634211479553                <NA>
## 4103                <NA> 1597315620185702400                <NA>
## 4104                <NA> 1597315615634882561                <NA>
## 4105                <NA> 1597315613415813120                <NA>
## 4106                <NA> 1597315605455343616                <NA>
## 4107                <NA> 1597315584823205889                <NA>
## 4108                <NA> 1597315561649643520                <NA>
## 4109                <NA> 1597315552363843584                <NA>
## 4110                <NA> 1597315490871152642                <NA>
## 4111                <NA> 1597315488023212032                <NA>
## 4112                <NA> 1597315486618103808                <NA>
## 4113                <NA> 1597315474089725953                <NA>
## 4114                <NA> 1597315472000974848                <NA>
## 4115                <NA> 1597315460621807616                <NA>
## 4116                <NA> 1597315446671216642                <NA>
## 4117                <NA> 1597315410285985792                <NA>
## 4118                <NA> 1597315379814334464                <NA>
## 4119                <NA> 1597315372016799744                <NA>
## 4120                <NA> 1597315360503787520                <NA>
## 4121 1597092976626475009 1597315345500758017            17230018
## 4122                <NA> 1597315335258263552                <NA>
## 4123                <NA> 1597315323249586177                <NA>
## 4124                <NA> 1597315321945534464                <NA>
## 4125                <NA> 1597315310750924806                <NA>
## 4126                <NA> 1597315309714935808                <NA>
## 4127                <NA> 1597315307273494533                <NA>
## 4128                <NA> 1597315302341025792                <NA>
## 4129                <NA> 1597315260054007808                <NA>
## 4130                <NA> 1597315250248126464                <NA>
## 4131                <NA> 1597315220363710465                <NA>
## 4132                <NA> 1597315212172218368                <NA>
## 4133                <NA> 1597315207873069056                <NA>
## 4134                <NA> 1597315200046489600                <NA>
## 4135                <NA> 1597315185882312705                <NA>
## 4136                <NA> 1597315178458382337                <NA>
## 4137                <NA> 1597315171562983424                <NA>
## 4138                <NA> 1597315161525981184                <NA>
## 4139                <NA> 1597315137039323136                <NA>
## 4140                <NA> 1597315103384555520                <NA>
## 4141                <NA> 1597315087412625409                <NA>
## 4142                <NA> 1597315086229864448                <NA>
## 4143                <NA> 1597315073445605376                <NA>
## 4144                <NA> 1597315014700183553                <NA>
## 4145                <NA> 1597314986912919552                <NA>
## 4146                <NA> 1597314973205934080                <NA>
## 4147                <NA> 1597314958391267328                <NA>
## 4148                <NA> 1597314947587117057                <NA>
## 4149                <NA> 1597314940448432128                <NA>
## 4150                <NA> 1597314928775659520                <NA>
## 4151                <NA> 1597314874086141952                <NA>
## 4152                <NA> 1597314868251889664                <NA>
## 4153                <NA> 1597314862530834438                <NA>
## 4154                <NA> 1597314851776651265                <NA>
## 4155                <NA> 1597314851223007233                <NA>
## 4156                <NA> 1597314844633747456                <NA>
## 4157                <NA> 1597314795333881856                <NA>
## 4158                <NA> 1597314772999237633                <NA>
## 4159                <NA> 1597314756678852608                <NA>
## 4160                <NA> 1597314731265888257                <NA>
## 4161                <NA> 1597314692913188865                <NA>
## 4162                <NA> 1597314667181150208                <NA>
## 4163                <NA> 1597314652421390336                <NA>
## 4164                <NA> 1597314651519619074                <NA>
## 4165                <NA> 1597314648940105731                <NA>
## 4166                <NA> 1597314642069827584                <NA>
## 4167                <NA> 1597314628807462913                <NA>
## 4168                <NA> 1597314622696349696                <NA>
## 4169                <NA> 1597314597589225472                <NA>
## 4170                <NA> 1597314578949754881                <NA>
## 4171                <NA> 1597314567146991616                <NA>
## 4172                <NA> 1597314566215860227                <NA>
## 4173                <NA> 1597314562638106625                <NA>
## 4174                <NA> 1597314562167959552                <NA>
## 4175                <NA> 1597314523735928832                <NA>
## 4176                <NA> 1597314521517150209                <NA>
## 4177                <NA> 1597314482833076225                <NA>
## 4178                <NA> 1597314456014712832                <NA>
## 4179                <NA> 1597314453883977728                <NA>
## 4180                <NA> 1597314409583775744                <NA>
## 4181                <NA> 1597314300766396418                <NA>
## 4182                <NA> 1597314289471090688                <NA>
## 4183                <NA> 1597314286933581825                <NA>
## 4184                <NA> 1597314259205378049                <NA>
## 4185                <NA> 1597314255489228800                <NA>
## 4186                <NA> 1597314243463766017                <NA>
## 4187                <NA> 1597314237084278784                <NA>
## 4188                <NA> 1597314207812571136                <NA>
## 4189                <NA> 1597314203353632768                <NA>
## 4190                <NA> 1597314199100616704                <NA>
## 4191                <NA> 1597314161523838976                <NA>
## 4192                <NA> 1597314101901815808                <NA>
## 4193                <NA> 1597314096726441984                <NA>
## 4194                <NA> 1597314065420148736                <NA>
## 4195                <NA> 1597314048408031232                <NA>
## 4196                <NA> 1597314039943921664                <NA>
## 4197                <NA> 1597314031689535489                <NA>
## 4198                <NA> 1597314004107812866                <NA>
## 4199                <NA> 1597313942161829888                <NA>
## 4200                <NA> 1597313925904990209                <NA>
## 4201                <NA> 1597313914374848513                <NA>
## 4202                <NA> 1597313907059617792                <NA>
## 4203                <NA> 1597313894011502592                <NA>
## 4204                <NA> 1597313835886841859                <NA>
## 4205                <NA> 1597313832271380481                <NA>
## 4206                <NA> 1597313784661409792                <NA>
## 4207                <NA> 1597313754542534656                <NA>
## 4208                <NA> 1597313742366461952                <NA>
## 4209                <NA> 1597313718895128576                <NA>
## 4210                <NA> 1597313704093429760                <NA>
## 4211                <NA> 1597313701333569536                <NA>
## 4212                <NA> 1597313673352990720                <NA>
## 4213                <NA> 1597313635902111744                <NA>
## 4214                <NA> 1597313628264624129                <NA>
## 4215                <NA> 1597313602855190528                <NA>
## 4216                <NA> 1597313586711658496                <NA>
## 4217                <NA> 1597313576292974592                <NA>
## 4218                <NA> 1597313574644649984          2850397899
## 4219                <NA> 1597313567090692096                <NA>
## 4220                <NA> 1597313546270175232                <NA>
## 4221                <NA> 1597313541316698112                <NA>
## 4222                <NA> 1597313523197308929                <NA>
## 4223                <NA> 1597313504553627649                <NA>
## 4224                <NA> 1597313486996254720                <NA>
## 4225                <NA> 1597313386903392257                <NA>
## 4226                <NA> 1597313331810820096                <NA>
## 4227                <NA> 1597313331345625088                <NA>
## 4228                <NA> 1597313317961273344                <NA>
## 4229                <NA> 1597313313603727360                <NA>
## 4230                <NA> 1597313304896372737                <NA>
## 4231                <NA> 1597313293105844225                <NA>
## 4232                <NA> 1597313247866425347                <NA>
## 4233                <NA> 1597313239553314818                <NA>
## 4234                <NA> 1597313234364571648                <NA>
## 4235                <NA> 1597313166345895936                <NA>
## 4236                <NA> 1597313153666547712                <NA>
## 4237                <NA> 1597313151178969088                <NA>
## 4238                <NA> 1597313123312373761                <NA>
## 4239                <NA> 1597313105515585536                <NA>
## 4240                <NA> 1597313062125867008                <NA>
## 4241                <NA> 1597313046644686848                <NA>
## 4242                <NA> 1597313046401019905                <NA>
## 4243                <NA> 1597312997516402688                <NA>
## 4244                <NA> 1597312982455054336                <NA>
## 4245                <NA> 1597312936246382593                <NA>
## 4246                <NA> 1597312916168257537                <NA>
## 4247                <NA> 1597312902125740033                <NA>
## 4248                <NA> 1597312879921102849                <NA>
## 4249                <NA> 1597312846593167360                <NA>
## 4250                <NA> 1597312831862755328                <NA>
## 4251                <NA> 1597312796785795073                <NA>
## 4252                <NA> 1597312784064471041                <NA>
## 4253                <NA> 1597312776908992512                <NA>
## 4254                <NA> 1597312773431906304                <NA>
## 4255                <NA> 1597312759800401920                <NA>
## 4256                <NA> 1597312733778960384                <NA>
## 4257                <NA> 1597312677172613120                <NA>
## 4258                <NA> 1597312645408825344                <NA>
## 4259                <NA> 1597312644230545408                <NA>
## 4260                <NA> 1597312619723231232                <NA>
## 4261                <NA> 1597312609430040576                <NA>
## 4262                <NA> 1597312596386152449                <NA>
## 4263                <NA> 1597312595282644992                <NA>
## 4264                <NA> 1597312555935883264                <NA>
## 4265                <NA> 1597312545899307008                <NA>
## 4266                <NA> 1597312509320785920                <NA>
## 4267                <NA> 1597312488231477248                <NA>
## 4268                <NA> 1597312427204677632                <NA>
## 4269                <NA> 1597312425103331329                <NA>
## 4270                <NA> 1597312408933974016                <NA>
## 4271                <NA> 1597312371391070210                <NA>
## 4272                <NA> 1597312322489700354                <NA>
## 4273                <NA> 1597312306295504896                <NA>
## 4274                <NA> 1597312273084997633                <NA>
## 4275                <NA> 1597312271214333952                <NA>
## 4276                <NA> 1597312270731988992                <NA>
## 4277                <NA> 1597312244504997888                <NA>
## 4278                <NA> 1597312218323857408                <NA>
## 4279                <NA> 1597312171784155136                <NA>
## 4280                <NA> 1597312144449900546                <NA>
## 4281                <NA> 1597312144303083524                <NA>
## 4282                <NA> 1597312118260264961                <NA>
## 4283                <NA> 1597312103903133696                <NA>
## 4284                <NA> 1597312038635638784                <NA>
## 4285                <NA> 1597312032617164800                <NA>
## 4286                <NA> 1597312022227865601                <NA>
## 4287                <NA> 1597312016745889792                <NA>
## 4288                <NA> 1597312013197545474                <NA>
## 4289                <NA> 1597311971350966273                <NA>
## 4290                <NA> 1597311955735580672                <NA>
## 4291                <NA> 1597311934231347201                <NA>
## 4292                <NA> 1597311931542802433                <NA>
## 4293                <NA> 1597311918792118272                <NA>
## 4294                <NA> 1597311883333099520                <NA>
## 4295                <NA> 1597311863880310785                <NA>
## 4296                <NA> 1597311862617821184                <NA>
## 4297                <NA> 1597311806690988032                <NA>
## 4298                <NA> 1597311805780824065                <NA>
## 4299                <NA> 1597311777288904704                <NA>
## 4300                <NA> 1597311768837386240                <NA>
## 4301                <NA> 1597311749690388481                <NA>
## 4302                <NA> 1597311741087862785                <NA>
## 4303                <NA> 1597311713355128832                <NA>
## 4304                <NA> 1597311636892962816                <NA>
## 4305                <NA> 1597311628168814592                <NA>
## 4306                <NA> 1597311573676109824                <NA>
## 4307                <NA> 1597311458135535616                <NA>
## 4308                <NA> 1597311437906771969                <NA>
## 4309                <NA> 1597311430084419585                <NA>
## 4310 1597065792650346496 1597311386937589762 1232086304093024257
## 4311                <NA> 1597311362979749888                <NA>
## 4312                <NA> 1597311344227012608                <NA>
## 4313                <NA> 1597311292863152128                <NA>
## 4314                <NA> 1597311292452524034                <NA>
## 4315                <NA> 1597311287549390848                <NA>
## 4316                <NA> 1597311274647715845                <NA>
## 4317                <NA> 1597311263586992129                <NA>
## 4318                <NA> 1597311262131916800                <NA>
## 4319                <NA> 1597311254607327232                <NA>
## 4320                <NA> 1597311242401878017                <NA>
## 4321                <NA> 1597311218238525440                <NA>
## 4322                <NA> 1597311177650233344                <NA>
## 4323                <NA> 1597311153591705600                <NA>
## 4324                <NA> 1597311138576097280                <NA>
## 4325                <NA> 1597311127306014721                <NA>
## 4326                <NA> 1597311100214988800                <NA>
## 4327                <NA> 1597311097509642241                <NA>
## 4328                <NA> 1597311096490438656                <NA>
## 4329                <NA> 1597311090660368384                <NA>
## 4330                <NA> 1597311080124289024                <NA>
## 4331                <NA> 1597311079784542209                <NA>
## 4332                <NA> 1597311063405756416                <NA>
## 4333                <NA> 1597311050738982912                <NA>
## 4334                <NA> 1597311029243183104                <NA>
## 4335                <NA> 1597311020741332992                <NA>
## 4336                <NA> 1597311019671437312                <NA>
## 4337                <NA> 1597311008485564416                <NA>
## 4338                <NA> 1597311006883340288                <NA>
## 4339                <NA> 1597310991255359488                <NA>
## 4340                <NA> 1597310986016677888                <NA>
## 4341                <NA> 1597310980035575810                <NA>
## 4342                <NA> 1597310954144157697                <NA>
## 4343                <NA> 1597310936318345216                <NA>
## 4344                <NA> 1597310934648700928                <NA>
## 4345                <NA> 1597310917640757248                <NA>
## 4346                <NA> 1597310916823240704                <NA>
## 4347                <NA> 1597310872245874688                <NA>
## 4348                <NA> 1597310867418517505                <NA>
## 4349                <NA> 1597310866927411200                <NA>
## 4350                <NA> 1597310850112839681                <NA>
## 4351                <NA> 1597310825811021824                <NA>
## 4352                <NA> 1597310819871916032                <NA>
## 4353                <NA> 1597310789550948353                <NA>
## 4354                <NA> 1597310787470884865                <NA>
## 4355                <NA> 1597310771830349824                <NA>
## 4356                <NA> 1597310765111087106                <NA>
## 4357                <NA> 1597310750909149188                <NA>
## 4358                <NA> 1597310749046886400                <NA>
## 4359                <NA> 1597310732668129280                <NA>
## 4360                <NA> 1597310731682476033                <NA>
## 4361 1597092976626475009 1597310718562701313            17230018
## 4362                <NA> 1597310715052032002                <NA>
## 4363                <NA> 1597310698568421378                <NA>
## 4364                <NA> 1597310661000073216                <NA>
## 4365                <NA> 1597310660656123906                <NA>
## 4366                <NA> 1597310646886203392                <NA>
## 4367                <NA> 1597310642117316608                <NA>
## 4368                <NA> 1597310595497615360                <NA>
## 4369                <NA> 1597310583627710464                <NA>
## 4370                <NA> 1597310581455073280                <NA>
## 4371                <NA> 1597310573485903873                <NA>
## 4372                <NA> 1597310555261280256                <NA>
## 4373                <NA> 1597310526975283200                <NA>
## 4374                <NA> 1597310520369238017                <NA>
## 4375                <NA> 1597310507861827584                <NA>
## 4376                <NA> 1597310503898210304                <NA>
## 4377                <NA> 1597310454866800642                <NA>
## 4378                <NA> 1597310424198045696                <NA>
## 4379                <NA> 1597310376911450113                <NA>
## 4380                <NA> 1597310375128887296                <NA>
## 4381                <NA> 1597310366023024640                <NA>
## 4382                <NA> 1597310359466954752                <NA>
## 4383                <NA> 1597310274012614656                <NA>
## 4384                <NA> 1597310251673726977                <NA>
## 4385                <NA> 1597310250410946560                <NA>
## 4386                <NA> 1597310229984600067                <NA>
## 4387                <NA> 1597310223194415104                <NA>
## 4388                <NA> 1597310216349306880                <NA>
## 4389                <NA> 1597310215983988736                <NA>
## 4390                <NA> 1597310195423907842                <NA>
## 4391                <NA> 1597310179703283712                <NA>
## 4392                <NA> 1597310174372327425                <NA>
## 4393                <NA> 1597310154915004418                <NA>
## 4394                <NA> 1597310150293213184                <NA>
## 4395                <NA> 1597310148657418240                <NA>
## 4396                <NA> 1597310144387641344                <NA>
## 4397                <NA> 1597310138141986817 1597142588640833536
## 4398                <NA> 1597310136057757696                <NA>
## 4399                <NA> 1597310117942538240                <NA>
## 4400                <NA> 1597310095423340547                <NA>
## 4401                <NA> 1597310072501469184                <NA>
## 4402 1597309927709892608 1597310069422821377           905146825
## 4403                <NA> 1597310046085357570                <NA>
## 4404                <NA> 1597310039177719808                <NA>
## 4405                <NA> 1597310032974352386                <NA>
## 4406                <NA> 1597310026993258497                <NA>
## 4407                <NA> 1597310023679766528                <NA>
## 4408                <NA> 1597309963038494722                <NA>
## 4409                <NA> 1597309957111586818                <NA>
## 4410                <NA> 1597309949390237697                <NA>
## 4411                <NA> 1597309927709892608                <NA>
## 4412                <NA> 1597309925591425024                <NA>
## 4413                <NA> 1597309875947966464                <NA>
## 4414                <NA> 1597309866498199552                <NA>
## 4415                <NA> 1597309840724209664                <NA>
## 4416                <NA> 1597309825033306112                <NA>
## 4417                <NA> 1597309818129485824                <NA>
## 4418                <NA> 1597309796566577153                <NA>
## 4419                <NA> 1597309795467669504                <NA>
## 4420                <NA> 1597309773737000961                <NA>
## 4421                <NA> 1597309746582736896                <NA>
## 4422                <NA> 1597309700626059264                <NA>
## 4423                <NA> 1597309693927763968                <NA>
## 4424                <NA> 1597309655587647490                <NA>
## 4425                <NA> 1597309630266281984                <NA>
## 4426                <NA> 1597309576097198080                <NA>
## 4427                <NA> 1597309540416258048                <NA>
## 4428 1597309200446603264 1597309538600103936            17230018
## 4429                <NA> 1597309517104295936                <NA>
## 4430                <NA> 1597309482237034496                <NA>
## 4431                <NA> 1597309431896997889                <NA>
## 4432                <NA> 1597309430860652544                <NA>
## 4433                <NA> 1597309417996754946                <NA>
## 4434                <NA> 1597309380608741376                <NA>
## 4435                <NA> 1597309379732443137                <NA>
## 4436                <NA> 1597309379174277120                <NA>
## 4437                <NA> 1597309376754159617                <NA>
## 4438                <NA> 1597309375169069057                <NA>
## 4439                <NA> 1597309332735262722                <NA>
## 4440                <NA> 1597309323683635200                <NA>
## 4441                <NA> 1597309289194221569                <NA>
## 4442                <NA> 1597309279215624192                <NA>
## 4443                <NA> 1597309274190815232                <NA>
## 4444                <NA> 1597309273826295808                <NA>
## 4445                <NA> 1597309216586596352                <NA>
## 4446                <NA> 1597309200501444608                <NA>
## 4447                <NA> 1597309168217903105                <NA>
## 4448                <NA> 1597309151189041152                <NA>
## 4449                <NA> 1597309143085637634                <NA>
## 4450                <NA> 1597309098269315073                <NA>
## 4451                <NA> 1597309097480982530                <NA>
## 4452                <NA> 1597309089859923968                <NA>
## 4453                <NA> 1597309086348951552                <NA>
## 4454                <NA> 1597309074802348032                <NA>
## 4455                <NA> 1597309041080172544                <NA>
## 4456                <NA> 1597309015058702336                <NA>
## 4457                <NA> 1597308999535558656                <NA>
## 4458                <NA> 1597308976190087169                <NA>
## 4459                <NA> 1597308968258658304                <NA>
## 4460                <NA> 1597308956325867521                <NA>
## 4461                <NA> 1597308946779607040                <NA>
## 4462                <NA> 1597308944376270849                <NA>
## 4463                <NA> 1597308940517535744                <NA>
## 4464                <NA> 1597308936017051649                <NA>
## 4465                <NA> 1597308925975572480                <NA>
## 4466                <NA> 1597308922544939008                <NA>
## 4467                <NA> 1597308890169114624                <NA>
## 4468                <NA> 1597308875153473537                <NA>
## 4469                <NA> 1597308849853468672                <NA>
## 4470                <NA> 1597308824578232320                <NA>
## 4471                <NA> 1597308809403600897                <NA>
## 4472                <NA> 1597308796518666240                <NA>
## 4473                <NA> 1597308789992329217                <NA>
## 4474                <NA> 1597308781225857024                <NA>
## 4475                <NA> 1597308775639420929                <NA>
## 4476                <NA> 1597308769683525637                <NA>
## 4477                <NA> 1597308766143541248                <NA>
## 4478                <NA> 1597308766059233280                <NA>
## 4479                <NA> 1597308763785994240                <NA>
## 4480                <NA> 1597308762171539457                <NA>
## 4481                <NA> 1597308759721639936                <NA>
## 4482                <NA> 1597308744714838017                <NA>
## 4483                <NA> 1597308730470977536                <NA>
## 4484                <NA> 1597308713831833600                <NA>
## 4485                <NA> 1597308708429922304                <NA>
## 4486                <NA> 1597308700448133120                <NA>
## 4487                <NA> 1597308686653087744                <NA>
## 4488                <NA> 1597308659964719104                <NA>
## 4489                <NA> 1597308614091628544                <NA>
## 4490                <NA> 1597308613252780033                <NA>
## 4491                <NA> 1597308609880522753                <NA>
## 4492                <NA> 1597308601449664513                <NA>
## 4493                <NA> 1597308564301053952                <NA>
## 4494                <NA> 1597308560857186304                <NA>
## 4495                <NA> 1597308551877513216                <NA>
## 4496                <NA> 1597308536039800833                <NA>
## 4497                <NA> 1597308518226198528                <NA>
## 4498                <NA> 1597308493987708928                <NA>
## 4499                <NA> 1597308492435853312                <NA>
## 4500                <NA> 1597308491408236544                <NA>
## 4501                <NA> 1597308488874876928                <NA>
## 4502                <NA> 1597308481576456194                <NA>
## 4503                <NA> 1597308456444522498                <NA>
## 4504                <NA> 1597308453252640768                <NA>
## 4505                <NA> 1597308417139691520                <NA>
## 4506                <NA> 1597308416212365312                <NA>
## 4507                <NA> 1597308408704937984                <NA>
## 4508                <NA> 1597308364064555009                <NA>
## 4509                <NA> 1597308333790474240                <NA>
## 4510                <NA> 1597308309752541184                <NA>
## 4511                <NA> 1597308261036085248                <NA>
## 4512                <NA> 1597308211400704000                <NA>
## 4513                <NA> 1597308181231075328                <NA>
## 4514                <NA> 1597308157575168000                <NA>
## 4515                <NA> 1597308097474678784                <NA>
## 4516                <NA> 1597308081519890432                <NA>
## 4517                <NA> 1597308066965647360                <NA>
## 4518                <NA> 1597308061022294016                <NA>
## 4519                <NA> 1597308046845235200                <NA>
## 4520                <NA> 1597308042051084288                <NA>
## 4521                <NA> 1597308013144338433                <NA>
## 4522                <NA> 1597307988276318208                <NA>
## 4523                <NA> 1597307977773776896                <NA>
## 4524                <NA> 1597307972556058627                <NA>
## 4525                <NA> 1597307935528738816                <NA>
## 4526                <NA> 1597307931758071808                <NA>
## 4527                <NA> 1597307897146318848           380749300
## 4528                <NA> 1597307865148293120                <NA>
## 4529                <NA> 1597307833745543168                <NA>
## 4530                <NA> 1597307817890750464                <NA>
## 4531                <NA> 1597307814460162048                <NA>
## 4532                <NA> 1597307800031358976                <NA>
## 4533                <NA> 1597307792804970497                <NA>
## 4534                <NA> 1597307784357634049                <NA>
## 4535                <NA> 1597307763826184192                <NA>
## 4536                <NA> 1597307757006565377                <NA>
## 4537                <NA> 1597307756146753537                <NA>
## 4538                <NA> 1597307749423251456                <NA>
## 4539                <NA> 1597307732365029376                <NA>
## 4540                <NA> 1597307723581833217                <NA>
## 4541                <NA> 1597307673590239232                <NA>
## 4542                <NA> 1597307670381621249                <NA>
## 4543                <NA> 1597307667449794560                <NA>
## 4544                <NA> 1597307632582213633                <NA>
## 4545                <NA> 1597307618284142593                <NA>
## 4546                <NA> 1597307616233160704                <NA>
## 4547                <NA> 1597307613477470213                <NA>
## 4548                <NA> 1597307610147221504                <NA>
## 4549                <NA> 1597307603344035840                <NA>
## 4550                <NA> 1597307584431562752                <NA>
## 4551                <NA> 1597307581860843520                <NA>
## 4552                <NA> 1597307580397031424                <NA>
## 4553                <NA> 1597307578085933056                <NA>
## 4554                <NA> 1597307556212285440                <NA>
## 4555                <NA> 1597307521274089472                <NA>
## 4556                <NA> 1597307485043716099                <NA>
## 4557                <NA> 1597307478186033153                <NA>
## 4558                <NA> 1597307473693921280                <NA>
## 4559                <NA> 1597307445990129664                <NA>
## 4560                <NA> 1597307439715876864                <NA>
## 4561                <NA> 1597307434057445376                <NA>
## 4562                <NA> 1597307368702115840                <NA>
## 4563                <NA> 1597307326192832512                <NA>
## 4564                <NA> 1597307324619952128                <NA>
## 4565                <NA> 1597307318110388226                <NA>
## 4566                <NA> 1597307316780793857                <NA>
## 4567                <NA> 1597307287978508289                <NA>
## 4568                <NA> 1597307263118905344                <NA>
## 4569                <NA> 1597307204138602497                <NA>
## 4570                <NA> 1597307099507085317                <NA>
## 4571                <NA> 1597307090317365248                <NA>
## 4572                <NA> 1597307086177984513                <NA>
## 4573                <NA> 1597307033170358272                <NA>
## 4574                <NA> 1597307016812191745                <NA>
## 4575                <NA> 1597306997212581888                <NA>
## 4576                <NA> 1597306993278320640                <NA>
## 4577                <NA> 1597306974794043392                <NA>
## 4578                <NA> 1597306938991075328                <NA>
## 4579                <NA> 1597306846481903617                <NA>
## 4580                <NA> 1597306833756356609                <NA>
## 4581                <NA> 1597306789661327360                <NA>
## 4582                <NA> 1597306691137441794                <NA>
## 4583                <NA> 1597306690323431424  880142286176231425
## 4584                <NA> 1597306617598717952                <NA>
## 4585                <NA> 1597306532605046785                <NA>
## 4586                <NA> 1597306479916175362                <NA>
## 4587                <NA> 1597306424568471556                <NA>
## 4588                <NA> 1597306420244152321                <NA>
## 4589                <NA> 1597306410890846209                <NA>
## 4590                <NA> 1597306374656262145                <NA>
## 4591                <NA> 1597306347808514050                <NA>
## 4592                <NA> 1597306342578225152                <NA>
## 4593                <NA> 1597306297073795072                <NA>
## 4594                <NA> 1597306294196613120                <NA>
## 4595                <NA> 1597306291562893312                <NA>
## 4596                <NA> 1597306280443777024                <NA>
## 4597                <NA> 1597306246901559296                <NA>
## 4598                <NA> 1597306219571863552                <NA>
## 4599                <NA> 1597306217806061568                <NA>
## 4600                <NA> 1597306202634887170                <NA>
## 4601                <NA> 1597306156044943360                <NA>
## 4602                <NA> 1597306153331216384                <NA>
## 4603                <NA> 1597306150814642176                <NA>
## 4604                <NA> 1597306145781448705                <NA>
## 4605                <NA> 1597306139271917568                <NA>
## 4606                <NA> 1597306128710664192                <NA>
## 4607                <NA> 1597306107025727488                <NA>
## 4608                <NA> 1597306100755623936                <NA>
## 4609                <NA> 1597306100025393153                <NA>
## 4610                <NA> 1597306094963273729                <NA>
## 4611                <NA> 1597306082724286465                <NA>
## 4612                <NA> 1597306061618556929                <NA>
## 4613                <NA> 1597306040923537409                <NA>
## 4614                <NA> 1597306030169681920                <NA>
## 4615                <NA> 1597306017226067971                <NA>
## 4616                <NA> 1597306012469690368                <NA>
## 4617                <NA> 1597306009789530112                <NA>
## 4618                <NA> 1597305992425123842                <NA>
## 4619                <NA> 1597305956823891968                <NA>
## 4620                <NA> 1597305937815285760                <NA>
## 4621                <NA> 1597305927145000960                <NA>
## 4622                <NA> 1597305911726731266                <NA>
## 4623                <NA> 1597305907503067136                <NA>
## 4624                <NA> 1597305881171218432                <NA>
## 4625                <NA> 1597305853727870976                <NA>
## 4626                <NA> 1597305812699213824                <NA>
## 4627                <NA> 1597305785129713665                <NA>
## 4628                <NA> 1597305769300758528                <NA>
## 4629                <NA> 1597305754956226561                <NA>
## 4630                <NA> 1597305749339676672                <NA>
## 4631                <NA> 1597305743824531456                <NA>
## 4632                <NA> 1597305717509132288                <NA>
## 4633                <NA> 1597305704083206144                <NA>
## 4634                <NA> 1597305701889900549                <NA>
## 4635 1597276485274198016 1597305664887435265  929521965592756225
## 4636                <NA> 1597305658373963776                <NA>
## 4637                <NA> 1597305656784011265                <NA>
## 4638                <NA> 1597305614421483520                <NA>
## 4639                <NA> 1597305608616960001                <NA>
## 4640                <NA> 1597305597354905601                <NA>
## 4641                <NA> 1597305586584260612                <NA>
## 4642                <NA> 1597305583052681216                <NA>
## 4643                <NA> 1597305539280900097                <NA>
## 4644                <NA> 1597305523379978241                <NA>
## 4645                <NA> 1597305475514912770                <NA>
## 4646                <NA> 1597305457672335360                <NA>
## 4647                <NA> 1597305448360972288                <NA>
## 4648                <NA> 1597305442644160512                <NA>
## 4649                <NA> 1597305379498602496                <NA>
## 4650                <NA> 1597305349291544577                <NA>
## 4651                <NA> 1597305331700609024                <NA>
## 4652 1597220124054130690 1597305319956582407  781337756773519360
## 4653                <NA> 1597305289539465216                <NA>
## 4654                <NA> 1597305219867561985                <NA>
## 4655                <NA> 1597305215623237632                <NA>
## 4656                <NA> 1597305181267693569                <NA>
## 4657                <NA> 1597305171477815296                <NA>
## 4658                <NA> 1597305156118323200                <NA>
## 4659                <NA> 1597305133918228480                <NA>
## 4660                <NA> 1597305126535897089                <NA>
## 4661                <NA> 1597305103836336128                <NA>
## 4662                <NA> 1597305068155699200                <NA>
## 4663                <NA> 1597305057489211392                <NA>
## 4664                <NA> 1597305031447162880                <NA>
## 4665                <NA> 1597305023846719488                <NA>
## 4666 1597304960878010369 1597304971175026688 1597291758358089728
## 4667                <NA> 1597304952145448960                <NA>
## 4668                <NA> 1597304920646221830                <NA>
## 4669                <NA> 1597304873908809728                <NA>
## 4670                <NA> 1597304858675060736                <NA>
## 4671                <NA> 1597304829298511873                <NA>
## 4672                <NA> 1597304826979037185                <NA>
## 4673                <NA> 1597304821714780161                <NA>
## 4674                <NA> 1597304800575913984                <NA>
## 4675                <NA> 1597304796196708354                <NA>
## 4676                <NA> 1597304791754891265                <NA>
## 4677                <NA> 1597304761153638400                <NA>
## 4678                <NA> 1597304756313026560                <NA>
## 4679                <NA> 1597304708200542209                <NA>
## 4680                <NA> 1597304686670843905                <NA>
## 4681                <NA> 1597304663652851712                <NA>
## 4682                <NA> 1597304643172069377                <NA>
## 4683                <NA> 1597304592714588160                <NA>
## 4684                <NA> 1597304581062479873                <NA>
## 4685                <NA> 1597304573655658496                <NA>
## 4686                <NA> 1597304536418619394                <NA>
## 4687                <NA> 1597304517745577985                <NA>
## 4688                <NA> 1597304503702732800                <NA>
## 4689                <NA> 1597304482337280000                <NA>
## 4690                <NA> 1597304440989843457                <NA>
## 4691                <NA> 1597304407179153408                <NA>
## 4692                <NA> 1597304394814750720                <NA>
## 4693                <NA> 1597304388527493120                <NA>
## 4694                <NA> 1597304375332212736                <NA>
## 4695                <NA> 1597304371737264128                <NA>
## 4696                <NA> 1597304369816670208                <NA>
## 4697 1597303892693643264 1597304286119366656 1344672120480145414
## 4698                <NA> 1597304265886019584                <NA>
## 4699                <NA> 1597304259049324544                <NA>
## 4700                <NA> 1597304223305437185                <NA>
## 4701 1597304185443475456 1597304188324941824 1178478912193650691
## 4702 1597304182511632384 1597304185443475456 1178478912193650691
## 4703 1597304178699010048 1597304182511632384 1178478912193650691
## 4704                <NA> 1597304178699010048                <NA>
## 4705                <NA> 1597304153885519872                <NA>
## 4706                <NA> 1597304132230320128                <NA>
## 4707                <NA> 1597304130388643841                <NA>
## 4708                <NA> 1597304126182154243                <NA>
## 4709                <NA> 1597304114173849601                <NA>
## 4710                <NA> 1597304078425796608                <NA>
## 4711                <NA> 1597304057311686657                <NA>
## 4712                <NA> 1597304018292072448                <NA>
## 4713                <NA> 1597303930341720064                <NA>
## 4714                <NA> 1597303920266969088                <NA>
## 4715                <NA> 1597303889161728000                <NA>
## 4716                <NA> 1597303879435452416                <NA>
## 4717                <NA> 1597303876809392128                <NA>
## 4718                <NA> 1597303875765436416                <NA>
## 4719                <NA> 1597303866441101312                <NA>
## 4720                <NA> 1597303845025026048                <NA>
## 4721                <NA> 1597303840986267648                <NA>
## 4722                <NA> 1597303815568773121                <NA>
## 4723                <NA> 1597303814356627456                <NA>
## 4724                <NA> 1597303806941093888                <NA>
## 4725                <NA> 1597303799512985600                <NA>
## 4726                <NA> 1597303798007230464                <NA>
## 4727                <NA> 1597303782798692353                <NA>
## 4728                <NA> 1597303779275468800                <NA>
## 4729                <NA> 1597303753354678272                <NA>
## 4730                <NA> 1597303750359941121                <NA>
## 4731                <NA> 1597303746874454016                <NA>
## 4732                <NA> 1597303737579868160                <NA>
## 4733                <NA> 1597303714813206529                <NA>
## 4734                <NA> 1597303709138288640                <NA>
## 4735                <NA> 1597303681774669824                <NA>
## 4736                <NA> 1597303673373085696                <NA>
## 4737                <NA> 1597303664212725760                <NA>
## 4738                <NA> 1597303662782476288                <NA>
## 4739                <NA> 1597303647859187712                <NA>
## 4740                <NA> 1597303626686693377                <NA>
## 4741                <NA> 1597303610584420352                <NA>
## 4742                <NA> 1597303607480963075                <NA>
## 4743                <NA> 1597303605983600640                <NA>
## 4744                <NA> 1597303568994009088                <NA>
## 4745                <NA> 1597303561511407616                <NA>
## 4746                <NA> 1597303541340651520                <NA>
## 4747                <NA> 1597303496990392320                <NA>
## 4748                <NA> 1597303459120025601                <NA>
## 4749                <NA> 1597303430040915969                <NA>
## 4750                <NA> 1597303426404478976                <NA>
## 4751                <NA> 1597303415713202177                <NA>
## 4752                <NA> 1597303398768205824                <NA>
## 4753                <NA> 1597303397879001088                <NA>
## 4754                <NA> 1597303396461338624                <NA>
## 4755                <NA> 1597303382208745472                <NA>
## 4756                <NA> 1597303367063457794                <NA>
## 4757                <NA> 1597303353092214785                <NA>
## 4758                <NA> 1597303346645602304                <NA>
## 4759                <NA> 1597303340031176704                <NA>
## 4760                <NA> 1597303339246845953                <NA>
## 4761                <NA> 1597303324516438018                <NA>
## 4762                <NA> 1597303315511275522                <NA>
## 4763                <NA> 1597303290966192130                <NA>
## 4764                <NA> 1597303279519961088                <NA>
## 4765                <NA> 1597303259525357568                <NA>
## 4766                <NA> 1597303250553753607                <NA>
## 4767                <NA> 1597303220547686401                <NA>
## 4768                <NA> 1597303197881991169                <NA>
## 4769                <NA> 1597303165799780354                <NA>
## 4770                <NA> 1597303153703399425                <NA>
## 4771                <NA> 1597303103354679297                <NA>
## 4772                <NA> 1597303084048580609                <NA>
## 4773                <NA> 1597303061479051265                <NA>
## 4774                <NA> 1597303031154241543                <NA>
## 4775                <NA> 1597303028566347776                <NA>
## 4776                <NA> 1597303010262384640                <NA>
## 4777                <NA> 1597303003182411776                <NA>
## 4778                <NA> 1597303002616168448                <NA>
## 4779                <NA> 1597302998513774592                <NA>
## 4780                <NA> 1597302995540406274                <NA>
## 4781                <NA> 1597302988598484992                <NA>
## 4782                <NA> 1597302963617566720                <NA>
## 4783                <NA> 1597302918503624704                <NA>
## 4784                <NA> 1597302913482661888                <NA>
## 4785                <NA> 1597302892930555911                <NA>
## 4786                <NA> 1597302886694014976                <NA>
## 4787                <NA> 1597302880880701440                <NA>
## 4788                <NA> 1597302851440476160                <NA>
## 4789                <NA> 1597302814719758336                <NA>
## 4790                <NA> 1597302806255325184                <NA>
## 4791                <NA> 1597302782171938819                <NA>
## 4792                <NA> 1597302778069540865                <NA>
## 4793                <NA> 1597302762458390528                <NA>
## 4794                <NA> 1597302749884186624                <NA>
## 4795                <NA> 1597302748567212032                <NA>
## 4796                <NA> 1597302748101632002                <NA>
## 4797                <NA> 1597302741617225728                <NA>
## 4798                <NA> 1597302717239939072                <NA>
## 4799                <NA> 1597302713519591424                <NA>
## 4800                <NA> 1597302695186300928                <NA>
## 4801                <NA> 1597302690824224768                <NA>
## 4802                <NA> 1597302689838137344                <NA>
## 4803                <NA> 1597302648163938304                <NA>
## 4804                <NA> 1597302648058761217                <NA>
## 4805                <NA> 1597302599652605953                <NA>
## 4806                <NA> 1597302586948063232                <NA>
## 4807                <NA> 1597302555830538241                <NA>
## 4808                <NA> 1597302534913212416                <NA>
## 4809                <NA> 1597302522158665728                <NA>
## 4810                <NA> 1597302507944148992                <NA>
## 4811                <NA> 1597302486309609472                <NA>
## 4812                <NA> 1597302467196485632                <NA>
## 4813                <NA> 1597302451702362112                <NA>
## 4814                <NA> 1597302448070488066                <NA>
## 4815                <NA> 1597302414922903552                <NA>
## 4816                <NA> 1597302385738932225                <NA>
## 4817                <NA> 1597302380873515008                <NA>
## 4818                <NA> 1597302374007087104                <NA>
## 4819                <NA> 1597302368429039617                <NA>
## 4820 1597295345155084291 1597302360954413056 1372947784521895943
## 4821                <NA> 1597302341761667072                <NA>
## 4822                <NA> 1597302270349443073                <NA>
## 4823                <NA> 1597302238376259586                <NA>
## 4824                <NA> 1597302229371092993                <NA>
## 4825                <NA> 1597302204536623104                <NA>
## 4826                <NA> 1597302190888321024                <NA>
## 4827                <NA> 1597302186215890944                <NA>
## 4828                <NA> 1597302167257636864                <NA>
## 4829                <NA> 1597302146860740608                <NA>
## 4830                <NA> 1597302130691674113                <NA>
## 4831                <NA> 1597302119421603841                <NA>
## 4832                <NA> 1597302079684419584                <NA>
## 4833                <NA> 1597302054590230530                <NA>
## 4834                <NA> 1597302048680480768                <NA>
## 4835                <NA> 1597302013741912064                <NA>
## 4836                <NA> 1597302013733515265                <NA>
## 4837                <NA> 1597301994561343488                <NA>
## 4838                <NA> 1597301989729501184                <NA>
## 4839                <NA> 1597301975254634496                <NA>
## 4840                <NA> 1597301931512279040                <NA>
## 4841                <NA> 1597301905369468928                <NA>
## 4842                <NA> 1597301886826127360                <NA>
## 4843                <NA> 1597301884918071297                <NA>
## 4844                <NA> 1597301880623104001                <NA>
## 4845                <NA> 1597301871500066816                <NA>
## 4846                <NA> 1597301814634106880                <NA>
## 4847                <NA> 1597301749932752896                <NA>
## 4848 1597100861938839552 1597301740021616640  744260935527735296
## 4849                <NA> 1597301735110115329                <NA>
## 4850                <NA> 1597301727249649666                <NA>
## 4851                <NA> 1597301711093530624                <NA>
## 4852                <NA> 1597301700981030912                <NA>
## 4853                <NA> 1597301645817581568                <NA>
## 4854                <NA> 1597301610446979072                <NA>
## 4855                <NA> 1597301607531565058                <NA>
## 4856                <NA> 1597301597528526848                <NA>
## 4857                <NA> 1597301596798713857                <NA>
## 4858                <NA> 1597301589152526336                <NA>
## 4859                <NA> 1597301570127147008                <NA>
## 4860                <NA> 1597301537797451777                <NA>
## 4861                <NA> 1597301504796676096                <NA>
## 4862                <NA> 1597301493266161664                <NA>
## 4863                <NA> 1597301471053115392                <NA>
## 4864                <NA> 1597301444138643457                <NA>
## 4865                <NA> 1597301438883196928                <NA>
## 4866                <NA> 1597301395128225793                <NA>
## 4867                <NA> 1597301371669123072                <NA>
## 4868                <NA> 1597301323841835008                <NA>
## 4869                <NA> 1597301311204388864                <NA>
## 4870                <NA> 1597301299602952193                <NA>
## 4871                <NA> 1597301274730713088                <NA>
## 4872                <NA> 1597301257215303680                <NA>
## 4873                <NA> 1597301254417711104                <NA>
## 4874                <NA> 1597301250911272961                <NA>
## 4875                <NA> 1597301219982446593                <NA>
## 4876                <NA> 1597301218975846400                <NA>
## 4877                <NA> 1597301206300250117                <NA>
## 4878                <NA> 1597301198226612224                <NA>
## 4879                <NA> 1597301179888738305                <NA>
## 4880                <NA> 1597301144241713152                <NA>
## 4881                <NA> 1597301110372732928                <NA>
## 4882                <NA> 1597301096770588673                <NA>
## 4883                <NA> 1597301016654843905                <NA>
## 4884                <NA> 1597301010632171521                <NA>
## 4885                <NA> 1597301006433648641                <NA>
## 4886                <NA> 1597300983390171136                <NA>
## 4887                <NA> 1597300961214550016                <NA>
## 4888                <NA> 1597300955430924290                <NA>
## 4889                <NA> 1597300949441445888                <NA>
## 4890                <NA> 1597300921318264832                <NA>
## 4891                <NA> 1597300903366664193                <NA>
## 4892                <NA> 1597300894097641473                <NA>
## 4893                <NA> 1597300864649416704                <NA>
## 4894                <NA> 1597300848492949504                <NA>
## 4895                <NA> 1597300839894306817                <NA>
## 4896                <NA> 1597300826024079360                <NA>
## 4897                <NA> 1597300805274865664                <NA>
## 4898                <NA> 1597300800853708800                <NA>
## 4899                <NA> 1597300781421539328                <NA>
## 4900                <NA> 1597300754284711936                <NA>
## 4901                <NA> 1597300726048645120                <NA>
## 4902                <NA> 1597300606493806592                <NA>
## 4903                <NA> 1597300584931299328                <NA>
## 4904                <NA> 1597300567910408192                <NA>
## 4905                <NA> 1597300463187394560                <NA>
## 4906                <NA> 1597300453095505923                <NA>
## 4907                <NA> 1597300433932161025                <NA>
## 4908                <NA> 1597300395100884992                <NA>
## 4909                <NA> 1597300377119956992                <NA>
## 4910                <NA> 1597300316814262273                <NA>
## 4911                <NA> 1597300266247692293                <NA>
## 4912                <NA> 1597300230416142336                <NA>
## 4913                <NA> 1597300212657451009                <NA>
## 4914                <NA> 1597300184782082048                <NA>
## 4915                <NA> 1597300179929272320                <NA>
## 4916                <NA> 1597300177471438848                <NA>
## 4917                <NA> 1597300155140964352                <NA>
## 4918                <NA> 1597300126808420354                <NA>
## 4919                <NA> 1597300123544866816                <NA>
## 4920                <NA> 1597300114238083072                <NA>
## 4921                <NA> 1597300098559488001                <NA>
## 4922                <NA> 1597300083154120704                <NA>
## 4923                <NA> 1597300080050307073                <NA>
## 4924                <NA> 1597300036198862850                <NA>
## 4925                <NA> 1597300001923026944                <NA>
## 4926                <NA> 1597299948063961088                <NA>
## 4927                <NA> 1597299945425756164                <NA>
## 4928                <NA> 1597299936579964928                <NA>
## 4929                <NA> 1597299877985554432                <NA>
## 4930                <NA> 1597299871186243585                <NA>
## 4931                <NA> 1597299788298747904                <NA>
## 4932                <NA> 1597299779800735744                <NA>
## 4933                <NA> 1597299769809829889                <NA>
## 4934                <NA> 1597299756157480960                <NA>
## 4935                <NA> 1597299724385923073                <NA>
## 4936                <NA> 1597299721001127936                <NA>
## 4937                <NA> 1597299715330420736                <NA>
## 4938                <NA> 1597299709429059584                <NA>
## 4939                <NA> 1597299701074001920                <NA>
## 4940                <NA> 1597299650385833984                <NA>
## 4941                <NA> 1597299636729180160                <NA>
## 4942                <NA> 1597299626272751618                <NA>
## 4943                <NA> 1597299592902889473                <NA>
## 4944                <NA> 1597299589412814848                <NA>
## 4945                <NA> 1597299588691824640                <NA>
## 4946                <NA> 1597299545427222528                <NA>
## 4947                <NA> 1597299539962396672                <NA>
## 4948                <NA> 1597299529128488960                <NA>
## 4949                <NA> 1597299513831849986                <NA>
## 4950                <NA> 1597299495892815877                <NA>
## 4951                <NA> 1597299493925703680                <NA>
## 4952                <NA> 1597299484949499904                <NA>
## 4953                <NA> 1597299462698696704                <NA>
## 4954                <NA> 1597299440288952321                <NA>
## 4955                <NA> 1597299400858271744                <NA>
## 4956                <NA> 1597299382847967234                <NA>
## 4957                <NA> 1597299361113075712                <NA>
## 4958                <NA> 1597299355383648256                <NA>
## 4959                <NA> 1597299354377027584                <NA>
## 4960                <NA> 1597299332361121793                <NA>
## 4961                <NA> 1597299314505977856                <NA>
## 4962                <NA> 1597299297292324864                <NA>
## 4963                <NA> 1597299279118225408                <NA>
## 4964                <NA> 1597299263834574850                <NA>
## 4965                <NA> 1597299252543512576                <NA>
## 4966                <NA> 1597299247665188864                <NA>
## 4967                <NA> 1597299243693531136                <NA>
## 4968                <NA> 1597299187799838725                <NA>
## 4969                <NA> 1597299184599650305                <NA>
## 4970                <NA> 1597299160109436928                <NA>
## 4971                <NA> 1597299095550709760                <NA>
## 4972                <NA> 1597299085023019008                <NA>
## 4973                <NA> 1597299075963322370                <NA>
## 4974                <NA> 1597299040747945984                <NA>
## 4975                <NA> 1597299021059862528                <NA>
## 4976                <NA> 1597299006446927872                <NA>
## 4977                <NA> 1597299005868113920                <NA>
## 4978                <NA> 1597298990462009344                <NA>
## 4979                <NA> 1597298934279720960                <NA>
## 4980                <NA> 1597298930546798592                <NA>
## 4981                <NA> 1597298896224411648                <NA>
## 4982                <NA> 1597298894484172800                <NA>
## 4983                <NA> 1597298891699159041                <NA>
## 4984                <NA> 1597298800531427328                <NA>
## 4985                <NA> 1597298788405637120                <NA>
## 4986                <NA> 1597298744466477056                <NA>
## 4987                <NA> 1597298716490493953                <NA>
## 4988                <NA> 1597298693656391680                <NA>
## 4989                <NA> 1597298691500830720                <NA>
## 4990                <NA> 1597298675361153025                <NA>
## 4991                <NA> 1597298629341237250                <NA>
## 4992                <NA> 1597298626241658881                <NA>
## 4993                <NA> 1597298612693860356                <NA>
## 4994                <NA> 1597298590619439104                <NA>
## 4995                <NA> 1597298582843183106                <NA>
## 4996                <NA> 1597298566133088256                <NA>
## 4997                <NA> 1597298545270587392                <NA>
## 4998                <NA> 1597298545052172293                <NA>
## 4999                <NA> 1597298500857139200                <NA>
## 5000                <NA> 1597298483840847874                <NA>
## 5001                <NA> 1597298480321470464                <NA>
## 5002                <NA> 1597298470687510529                <NA>
## 5003                <NA> 1597298451401670656                <NA>
## 5004                <NA> 1597298432762609664                <NA>
## 5005                <NA> 1597298419735093248                <NA>
## 5006                <NA> 1597298413783388161                <NA>
## 5007                <NA> 1597298406757920768                <NA>
## 5008                <NA> 1597298395936624640                <NA>
## 5009                <NA> 1597298309051187200                <NA>
## 5010                <NA> 1597298304735330305                <NA>
## 5011                <NA> 1597298252420112384                <NA>
## 5012                <NA> 1597298245449175040                <NA>
## 5013 1597288880839217152 1597298245423988736           779898205
## 5014                <NA> 1597298209230987264                <NA>
## 5015                <NA> 1597298194664157184                <NA>
## 5016                <NA> 1597298193704050688                <NA>
## 5017                <NA> 1597298173910822915                <NA>
## 5018                <NA> 1597298154285989888                <NA>
## 5019                <NA> 1597298145641508864                <NA>
## 5020                <NA> 1597298126779736064                <NA>
## 5021                <NA> 1597298108915798016                <NA>
## 5022                <NA> 1597298102515695616                <NA>
## 5023                <NA> 1597298091094593539                <NA>
## 5024                <NA> 1597298082588557312                <NA>
## 5025                <NA> 1597298059956060160                <NA>
## 5026                <NA> 1597298036551843841                <NA>
## 5027                <NA> 1597298033179652096                <NA>
## 5028                <NA> 1597298019082579968                <NA>
## 5029                <NA> 1597297970042789889                <NA>
## 5030                <NA> 1597297961566109696                <NA>
## 5031                <NA> 1597297947481608192                <NA>
## 5032                <NA> 1597297937897250816                <NA>
## 5033                <NA> 1597297925327294466                <NA>
## 5034                <NA> 1597297909640622080                <NA>
## 5035                <NA> 1597297901595635712                <NA>
## 5036                <NA> 1597297877579345920                <NA>
## 5037                <NA> 1597297845279023105                <NA>
## 5038                <NA> 1597297812689256451                <NA>
## 5039                <NA> 1597297800337055744                <NA>
## 5040                <NA> 1597297799229771777                <NA>
## 5041                <NA> 1597297792300756995                <NA>
## 5042                <NA> 1597297786474893312                <NA>
## 5043                <NA> 1597297774210748417                <NA>
## 5044                <NA> 1597297767910866946                <NA>
## 5045                <NA> 1597297759086071808                <NA>
## 5046                <NA> 1597297739582570496                <NA>
## 5047                <NA> 1597297707227705345                <NA>
## 5048                <NA> 1597297678190542849                <NA>
## 5049                <NA> 1597297663162339328                <NA>
## 5050                <NA> 1597297654543056897                <NA>
## 5051 1597296434365071360 1597297565808349184 1448003698689445896
## 5052                <NA> 1597297557608501249                <NA>
## 5053                <NA> 1597297557461663744                <NA>
## 5054                <NA> 1597297547353423872                <NA>
## 5055                <NA> 1597297546925596672                <NA>
## 5056                <NA> 1597297485055021056                <NA>
## 5057                <NA> 1597297484740845568                <NA>
## 5058                <NA> 1597297481515036672                <NA>
## 5059                <NA> 1597297438402183168                <NA>
## 5060                <NA> 1597297435084480512                <NA>
## 5061                <NA> 1597297432680800256                <NA>
## 5062                <NA> 1597297379962605568                <NA>
## 5063                <NA> 1597297377194704896                <NA>
## 5064                <NA> 1597297365332873216                <NA>
## 5065                <NA> 1597297360081932288                <NA>
## 5066                <NA> 1597297354008571905                <NA>
## 5067                <NA> 1597297348828622848                <NA>
## 5068                <NA> 1597297347121532931                <NA>
## 5069                <NA> 1597297309368614914                <NA>
## 5070                <NA> 1597297271401369600                <NA>
## 5071                <NA> 1597297263789080577                <NA>
## 5072                <NA> 1597297248140144640                <NA>
## 5073                <NA> 1597297242225852417                <NA>
## 5074                <NA> 1597297192871813120                <NA>
## 5075                <NA> 1597297190971486208                <NA>
## 5076                <NA> 1597297185606942721                <NA>
## 5077                <NA> 1597297162853183488                <NA>
## 5078                <NA> 1597297153885421568                <NA>
## 5079                <NA> 1597297153621491712                <NA>
## 5080                <NA> 1597297142754078721                <NA>
## 5081                <NA> 1597297125792296961                <NA>
## 5082                <NA> 1597297119387217920                <NA>
## 5083                <NA> 1597297106292969473                <NA>
## 5084                <NA> 1597297093131251712                <NA>
## 5085                <NA> 1597297068636516354                <NA>
## 5086                <NA> 1597297027695931394                <NA>
## 5087                <NA> 1597297017604427777                <NA>
## 5088                <NA> 1597296957101576193                <NA>
## 5089                <NA> 1597296937232760832                <NA>
## 5090                <NA> 1597296908917436416                <NA>
## 5091 1597295174388183042 1597296889132507136  986118161522151424
## 5092                <NA> 1597296862901387264                <NA>
## 5093                <NA> 1597296849375088640                <NA>
## 5094                <NA> 1597296830907183104                <NA>
## 5095                <NA> 1597296829200502784                <NA>
## 5096                <NA> 1597296812808818688                <NA>
## 5097                <NA> 1597296794454888448                <NA>
## 5098                <NA> 1597296787592970241                <NA>
## 5099                <NA> 1597296774863278080                <NA>
## 5100                <NA> 1597296744542646272                <NA>
## 5101                <NA> 1597296712498184192                <NA>
## 5102                <NA> 1597296702381494274                <NA>
## 5103                <NA> 1597296697977483264                <NA>
## 5104                <NA> 1597296693380546560                <NA>
## 5105                <NA> 1597296689400139777                <NA>
## 5106                <NA> 1597296670764838914                <NA>
## 5107                <NA> 1597296657603104769                <NA>
## 5108                <NA> 1597296653559828480                <NA>
## 5109                <NA> 1597296647452516352                <NA>
## 5110                <NA> 1597296646102331392                <NA>
## 5111                <NA> 1597296640242565121                <NA>
## 5112                <NA> 1597296614024282112                <NA>
## 5113                <NA> 1597296611868016640                <NA>
## 5114                <NA> 1597296610857263105                <NA>
## 5115                <NA> 1597296607199830016                <NA>
## 5116                <NA> 1597296603555299329                <NA>
## 5117                <NA> 1597296599612674048                <NA>
## 5118                <NA> 1597296588409696257                <NA>
## 5119                <NA> 1597296579203174400                <NA>
## 5120                <NA> 1597296570432884736                <NA>
## 5121                <NA> 1597296556591706113                <NA>
## 5122                <NA> 1597296546026229760                <NA>
## 5123                <NA> 1597296532360818689                <NA>
## 5124                <NA> 1597296530897108992                <NA>
## 5125                <NA> 1597296490145525761                <NA>
## 5126                <NA> 1597296482184372224                <NA>
## 5127                <NA> 1597296475616464898                <NA>
## 5128                <NA> 1597296473430818816                <NA>
## 5129                <NA> 1597296451432099840                <NA>
## 5130                <NA> 1597296439318937601                <NA>
## 5131                <NA> 1597296417223356416                <NA>
## 5132                <NA> 1597296406129438720                <NA>
## 5133                <NA> 1597296405001146369                <NA>
## 5134                <NA> 1597296390245212160                <NA>
## 5135                <NA> 1597296388144238592                <NA>
## 5136                <NA> 1597296384356806657                <NA>
## 5137                <NA> 1597296378111176704                <NA>
## 5138                <NA> 1597296373522919424                <NA>
## 5139                <NA> 1597296293449445376                <NA>
## 5140                <NA> 1597296292182380545                <NA>
## 5141                <NA> 1597296291779792897                <NA>
## 5142                <NA> 1597296288642781185                <NA>
## 5143                <NA> 1597296286750846977                <NA>
## 5144                <NA> 1597296274478243840                <NA>
## 5145                <NA> 1597296263820890112                <NA>
## 5146                <NA> 1597296259055775744                <NA>
## 5147                <NA> 1597296255373578240                <NA>
## 5148                <NA> 1597296238713802752                <NA>
## 5149                <NA> 1597296232187076609                <NA>
## 5150                <NA> 1597296196695232512                <NA>
## 5151                <NA> 1597296182765551616                <NA>
## 5152                <NA> 1597296170677972993                <NA>
## 5153                <NA> 1597296154873540609                <NA>
## 5154                <NA> 1597296141401354240                <NA>
## 5155                <NA> 1597296113945804801                <NA>
## 5156                <NA> 1597296082320781312                <NA>
## 5157                <NA> 1597296046673399808                <NA>
## 5158                <NA> 1597295988275761152                <NA>
## 5159                <NA> 1597295982546673665                <NA>
## 5160                <NA> 1597295937717608448                <NA>
## 5161                <NA> 1597295934568030209                <NA>
## 5162                <NA> 1597295898933202945                <NA>
## 5163                <NA> 1597295881522667520                <NA>
## 5164                <NA> 1597295866519654400                <NA>
## 5165                <NA> 1597295863214542849                <NA>
## 5166                <NA> 1597295856964628480                <NA>
## 5167                <NA> 1597295829223870464                <NA>
## 5168                <NA> 1597295826618884096                <NA>
## 5169                <NA> 1597295794281123841                <NA>
## 5170                <NA> 1597295792540512256                <NA>
## 5171                <NA> 1597295776849620992                <NA>
## 5172                <NA> 1597295770192949248                <NA>
## 5173                <NA> 1597295765293891584                <NA>
## 5174                <NA> 1597295742464692224                <NA>
## 5175                <NA> 1597295729143611397                <NA>
## 5176                <NA> 1597295692187570177                <NA>
## 5177                <NA> 1597295689004126208                <NA>
## 5178                <NA> 1597295682217353216                <NA>
## 5179                <NA> 1597295657236455426                <NA>
## 5180                <NA> 1597295637766164480                <NA>
## 5181                <NA> 1597295637330296832                <NA>
## 5182                <NA> 1597295620800548864                <NA>
## 5183                <NA> 1597295615758995456                <NA>
## 5184                <NA> 1597295609782099968                <NA>
## 5185                <NA> 1597295606359523328                <NA>
## 5186                <NA> 1597295590307926016                <NA>
## 5187                <NA> 1597295580455538688                <NA>
## 5188                <NA> 1597295569604870148                <NA>
## 5189                <NA> 1597295568841101313                <NA>
## 5190                <NA> 1597295555587473409                <NA>
## 5191                <NA> 1597295544270848000                <NA>
## 5192                <NA> 1597295531445092354                <NA>
## 5193                <NA> 1597295507461656576                <NA>
## 5194                <NA> 1597295471990820865                <NA>
## 5195                <NA> 1597295455146512384                <NA>
## 5196                <NA> 1597295449421279232                <NA>
## 5197                <NA> 1597295433071878144                <NA>
## 5198                <NA> 1597295431368601601                <NA>
## 5199                <NA> 1597295391669510144                <NA>
## 5200                <NA> 1597295366629564418                <NA>
## 5201                <NA> 1597295360791060480                <NA>
## 5202                <NA> 1597295326615855104                <NA>
## 5203                <NA> 1597295323713798144                <NA>
## 5204                <NA> 1597295317581729796                <NA>
## 5205                <NA> 1597295315975294978                <NA>
## 5206                <NA> 1597295308593324032                <NA>
## 5207                <NA> 1597295264473452544                <NA>
## 5208                <NA> 1597295262552428544                <NA>
## 5209                <NA> 1597295248463790080                <NA>
## 5210                <NA> 1597295214234066944                <NA>
## 5211                <NA> 1597295177990754304                <NA>
## 5212                <NA> 1597295177927753728                <NA>
## 5213                <NA> 1597295123171184640                <NA>
## 5214                <NA> 1597295104188112896                <NA>
## 5215                <NA> 1597295097992794113                <NA>
## 5216                <NA> 1597295095015165952                <NA>
## 5217                <NA> 1597295085112070144                <NA>
## 5218                <NA> 1597295072512704512                <NA>
## 5219                <NA> 1597295050668781569                <NA>
## 5220                <NA> 1597295045602054145                <NA>
## 5221                <NA> 1597294980996902912                <NA>
## 5222                <NA> 1597294957274230784                <NA>
## 5223                <NA> 1597294950164869120                <NA>
## 5224                <NA> 1597294947102646272                <NA>
## 5225                <NA> 1597294882808532994                <NA>
## 5226                <NA> 1597294879016914945                <NA>
## 5227                <NA> 1597294875204280320                <NA>
## 5228                <NA> 1597294824935522304                <NA>
## 5229                <NA> 1597294822393774081                <NA>
## 5230                <NA> 1597294801237352449                <NA>
## 5231                <NA> 1597294762876612608                <NA>
## 5232                <NA> 1597294749865902081                <NA>
## 5233                <NA> 1597294733512306689                <NA>
## 5234                <NA> 1597294713274789888                <NA>
## 5235                <NA> 1597294699823628288                <NA>
## 5236                <NA> 1597294694618525701                <NA>
## 5237                <NA> 1597294681553264640                <NA>
## 5238                <NA> 1597294681276436480                <NA>
## 5239                <NA> 1597294681037361152                <NA>
## 5240                <NA> 1597294663643209728                <NA>
## 5241                <NA> 1597294651286835200                <NA>
## 5242                <NA> 1597294638590631937                <NA>
## 5243                <NA> 1597294593997144065                <NA>
## 5244                <NA> 1597294577589063680                <NA>
## 5245                <NA> 1597294565706584064                <NA>
## 5246                <NA> 1597294552695865344                <NA>
## 5247                <NA> 1597294551500492801                <NA>
## 5248                <NA> 1597294538988478464                <NA>
## 5249                <NA> 1597294463683940352                <NA>
## 5250                <NA> 1597294451294359553                <NA>
## 5251                <NA> 1597294444998688768                <NA>
## 5252                <NA> 1597294440905084929                <NA>
## 5253                <NA> 1597294426342072321                <NA>
## 5254                <NA> 1597294418423271425                <NA>
## 5255                <NA> 1597294399746342913                <NA>
## 5256                <NA> 1597294390091083778                <NA>
## 5257                <NA> 1597294344436060161                <NA>
## 5258                <NA> 1597294333883191297                <NA>
## 5259                <NA> 1597294297178857474                <NA>
## 5260                <NA> 1597294278136717312                <NA>
## 5261                <NA> 1597294264329080834                <NA>
## 5262                <NA> 1597294258574491648                <NA>
## 5263                <NA> 1597294242837467136                <NA>
## 5264                <NA> 1597294226051846144                <NA>
## 5265                <NA> 1597294223354920960                <NA>
## 5266                <NA> 1597294215871926274                <NA>
## 5267                <NA> 1597294210939772928                <NA>
## 5268                <NA> 1597294209287221248                <NA>
## 5269                <NA> 1597294203008008192                <NA>
## 5270                <NA> 1597294178182238208                <NA>
## 5271                <NA> 1597294152680869889                <NA>
## 5272                <NA> 1597294134632804352                <NA>
## 5273                <NA> 1597294130761461767                <NA>
## 5274                <NA> 1597294116756328448                <NA>
## 5275                <NA> 1597294115346993152                <NA>
## 5276                <NA> 1597294109139476482                <NA>
## 5277                <NA> 1597294103925993474                <NA>
## 5278                <NA> 1597294062448836608                <NA>
## 5279                <NA> 1597294057713471492                <NA>
## 5280                <NA> 1597294010271690752                <NA>
## 5281                <NA> 1597293981255155712                <NA>
## 5282                <NA> 1597293966831259649                <NA>
## 5283                <NA> 1597293936481304576                <NA>
## 5284                <NA> 1597293923147591680                <NA>
## 5285                <NA> 1597293891006308352                <NA>
## 5286                <NA> 1597293813600759808                <NA>
## 5287                <NA> 1597293797460783105                <NA>
## 5288                <NA> 1597293792360804353                <NA>
## 5289                <NA> 1597293736576561152                <NA>
## 5290                <NA> 1597293726896128000                <NA>
## 5291                <NA> 1597293615004647425                <NA>
## 5292                <NA> 1597293546012565505                <NA>
## 5293                <NA> 1597293498717605888                <NA>
## 5294                <NA> 1597293456220917760                <NA>
## 5295                <NA> 1597293417239023616                <NA>
## 5296                <NA> 1597293404429627392                <NA>
## 5297                <NA> 1597293395147620352                <NA>
## 5298                <NA> 1597293387534987265                <NA>
## 5299                <NA> 1597293302235426816                <NA>
## 5300                <NA> 1597293295813599233                <NA>
## 5301                <NA> 1597293285248491520                <NA>
## 5302                <NA> 1597293258282917888                <NA>
## 5303                <NA> 1597293257829933056                <NA>
## 5304                <NA> 1597293247734616064                <NA>
## 5305                <NA> 1597293239546978304                <NA>
## 5306                <NA> 1597293231687225344                <NA>
## 5307                <NA> 1597293224284295168                <NA>
## 5308                <NA> 1597293224154238977                <NA>
## 5309                <NA> 1597293219674345472                <NA>
## 5310                <NA> 1597293217807884288                <NA>
## 5311                <NA> 1597293213899182088                <NA>
## 5312                <NA> 1597293187118542849                <NA>
## 5313                <NA> 1597293177110548480                <NA>
## 5314                <NA> 1597293171259887616                <NA>
## 5315                <NA> 1597293169481519104                <NA>
## 5316                <NA> 1597293129396555778                <NA>
## 5317                <NA> 1597293106529202176                <NA>
## 5318                <NA> 1597293104473968640                <NA>
## 5319                <NA> 1597293102901129217                <NA>
## 5320                <NA> 1597293085608009728                <NA>
## 5321                <NA> 1597293083712188417                <NA>
## 5322                <NA> 1597293073406431233                <NA>
## 5323                <NA> 1597293056721440768                <NA>
## 5324                <NA> 1597293056684085250                <NA>
## 5325                <NA> 1597293009846272000                <NA>
## 5326 1597277577844252674 1597292970918973441            17230018
## 5327                <NA> 1597292962463240194                <NA>
## 5328                <NA> 1597292939981467648                <NA>
## 5329                <NA> 1597292935376404480                <NA>
## 5330                <NA> 1597292907337494529                <NA>
## 5331                <NA> 1597292901708754946                <NA>
## 5332 1597291623175491585 1597292892174704640           186711492
## 5333                <NA> 1597292891235573760                <NA>
## 5334                <NA> 1597292887842377728                <NA>
## 5335                <NA> 1597292846813696000                <NA>
## 5336                <NA> 1597292841633734657                <NA>
## 5337                <NA> 1597292828299706368                <NA>
## 5338                <NA> 1597292804132073472                <NA>
## 5339                <NA> 1597292782213017600                <NA>
## 5340                <NA> 1597292762902458368                <NA>
## 5341                <NA> 1597292753083588608                <NA>
## 5342                <NA> 1597292699211927553                <NA>
## 5343                <NA> 1597292681314521088                <NA>
## 5344                <NA> 1597292663354499072                <NA>
## 5345                <NA> 1597292600675164162                <NA>
## 5346                <NA> 1597292598946721792                <NA>
## 5347                <NA> 1597292553371807745                <NA>
## 5348                <NA> 1597292548565118976                <NA>
## 5349                <NA> 1597292517833072641                <NA>
## 5350                <NA> 1597292505179230208                <NA>
## 5351                <NA> 1597292496463495168                <NA>
## 5352                <NA> 1597292448786489344                <NA>
## 5353                <NA> 1597292448127995904                <NA>
## 5354                <NA> 1597292429883117568                <NA>
## 5355                <NA> 1597292425726525440                <NA>
## 5356                <NA> 1597292410622468096                <NA>
## 5357                <NA> 1597292381912432641                <NA>
## 5358                <NA> 1597292381573087234                <NA>
## 5359                <NA> 1597292374446977024                <NA>
## 5360                <NA> 1597292358105563136                <NA>
## 5361                <NA> 1597292336383660032                <NA>
## 5362                <NA> 1597292324085981190                <NA>
## 5363                <NA> 1597292288358887425                <NA>
## 5364                <NA> 1597292260110241792                <NA>
## 5365                <NA> 1597292246692687873                <NA>
## 5366                <NA> 1597292229344698368                <NA>
## 5367                <NA> 1597292210214432768                <NA>
## 5368                <NA> 1597292208641937408                <NA>
## 5369                <NA> 1597292206741942272                <NA>
## 5370                <NA> 1597292200626307072            24764593
## 5371                <NA> 1597292142665568258                <NA>
## 5372                <NA> 1597292128391921664                <NA>
## 5373                <NA> 1597292113804546048                <NA>
## 5374                <NA> 1597292101632655360                <NA>
## 5375                <NA> 1597292047685517314                <NA>
## 5376                <NA> 1597292044996968449                <NA>
## 5377                <NA> 1597292022464815104                <NA>
## 5378                <NA> 1597292016345690113                <NA>
## 5379                <NA> 1597291997777182720                <NA>
## 5380                <NA> 1597291994803765248                <NA>
## 5381                <NA> 1597291977896513536                <NA>
## 5382                <NA> 1597291973404422144                <NA>
## 5383                <NA> 1597291960980897792                <NA>
## 5384                <NA> 1597291931285221376                <NA>
## 5385                <NA> 1597291870979502080                <NA>
## 5386                <NA> 1597291822648553472                <NA>
## 5387                <NA> 1597291819221815296                <NA>
## 5388                <NA> 1597291811286183936                <NA>
## 5389                <NA> 1597291811097042944                <NA>
## 5390                <NA> 1597291764947161088                <NA>
## 5391                <NA> 1597291749117898752                <NA>
## 5392                <NA> 1597291702980526080                <NA>
## 5393                <NA> 1597291695619481601                <NA>
## 5394                <NA> 1597291689902997505                <NA>
## 5395                <NA> 1597291676619661313                <NA>
## 5396                <NA> 1597291672114958336                <NA>
## 5397                <NA> 1597291663214641152                <NA>
## 5398                <NA> 1597291658558963713                <NA>
## 5399                <NA> 1597291625746935808                <NA>
## 5400                <NA> 1597291611792498690                <NA>
## 5401                <NA> 1597291607774011393                <NA>
## 5402                <NA> 1597291571078057984                <NA>
## 5403                <NA> 1597291559791120384                <NA>
## 5404                <NA> 1597291360393928705                <NA>
## 5405                <NA> 1597291345689083906                <NA>
## 5406                <NA> 1597291315691421696                <NA>
## 5407                <NA> 1597291304438108161                <NA>
## 5408                <NA> 1597291286574542850                <NA>
## 5409 1597271575489052672 1597291279200579584 1322960928997081090
## 5410                <NA> 1597291256992129024                <NA>
## 5411                <NA> 1597291241779011584                <NA>
## 5412                <NA> 1597291240973774848                <NA>
## 5413                <NA> 1597291237887070208                <NA>
## 5414                <NA> 1597291230907756545                <NA>
## 5415                <NA> 1597291184543928320                <NA>
## 5416                <NA> 1597291106760536064                <NA>
## 5417                <NA> 1597291075970150401                <NA>
## 5418                <NA> 1597291015341506560                <NA>
## 5419                <NA> 1597290969086320640                <NA>
## 5420                <NA> 1597290939625902080                <NA>
## 5421                <NA> 1597290876040282113                <NA>
## 5422                <NA> 1597290873057775627                <NA>
## 5423                <NA> 1597290857769508864                <NA>
## 5424                <NA> 1597290799313850369                <NA>
## 5425                <NA> 1597290793240514561                <NA>
## 5426                <NA> 1597290773367558145                <NA>
## 5427                <NA> 1597290771010686977                <NA>
## 5428                <NA> 1597290769043558405                <NA>
## 5429                <NA> 1597290749661700096                <NA>
## 5430                <NA> 1597290712412073990                <NA>
## 5431                <NA> 1597290691465388032                <NA>
## 5432                <NA> 1597290673413459969                <NA>
## 5433                <NA> 1597290672478130176                <NA>
## 5434                <NA> 1597290646980943875                <NA>
## 5435                <NA> 1597290645818728448                <NA>
## 5436                <NA> 1597290644183351297                <NA>
## 5437                <NA> 1597290625774206976                <NA>
## 5438                <NA> 1597290597123231744                <NA>
## 5439                <NA> 1597290552680382465                <NA>
## 5440                <NA> 1597290514482880513                <NA>
## 5441                <NA> 1597290512905830400                <NA>
## 5442                <NA> 1597290509822984192                <NA>
## 5443                <NA> 1597290507431862272                <NA>
## 5444                <NA> 1597290485139152896                <NA>
## 5445 1597290368412057600 1597290391623327745 1248719838765289474
## 5446                <NA> 1597290379422101504                <NA>
## 5447 1597290061867122688 1597290368412057600 1248719838765289474
## 5448                <NA> 1597290357225852929                <NA>
## 5449                <NA> 1597290316432044034                <NA>
## 5450                <NA> 1597290216536281088                <NA>
## 5451                <NA> 1597290206029549568                <NA>
## 5452                <NA> 1597290201130229760                <NA>
## 5453                <NA> 1597290173402079232                <NA>
## 5454                <NA> 1597290115197390848                <NA>
## 5455                <NA> 1597290061867122688                <NA>
## 5456                <NA> 1597290047270977537                <NA>
## 5457                <NA> 1597290014521819138                <NA>
## 5458                <NA> 1597290012113924096                <NA>
## 5459                <NA> 1597289926659145728                <NA>
## 5460                <NA> 1597289901174960128                <NA>
## 5461                <NA> 1597289891767160832                <NA>
## 5462                <NA> 1597289850708758529                <NA>
## 5463                <NA> 1597289842240794625                <NA>
## 5464                <NA> 1597289838910525445                <NA>
## 5465                <NA> 1597289831222366208                <NA>
## 5466                <NA> 1597289803372191744                <NA>
## 5467                <NA> 1597289798548746241                <NA>
## 5468                <NA> 1597289791581626368                <NA>
## 5469                <NA> 1597289790444957697                <NA>
## 5470                <NA> 1597289744215736320                <NA>
## 5471                <NA> 1597289737408385024                <NA>
## 5472                <NA> 1597289708455088130                <NA>
## 5473                <NA> 1597289663236304897                <NA>
## 5474                <NA> 1597289659947966465                <NA>
## 5475                <NA> 1597289643464347648                <NA>
## 5476                <NA> 1597289639403876354                <NA>
## 5477                <NA> 1597289629983838208                <NA>
## 5478                <NA> 1597289622136315904                <NA>
## 5479                <NA> 1597289612132900864                <NA>
## 5480                <NA> 1597289605228683264                <NA>
## 5481                <NA> 1597289605120032769                <NA>
## 5482                <NA> 1597289595116589057                <NA>
## 5483                <NA> 1597289574329634816                <NA>
## 5484                <NA> 1597289570655080449                <NA>
## 5485                <NA> 1597289554465427456                <NA>
## 5486                <NA> 1597289553605570561                <NA>
## 5487                <NA> 1597289546802089984                <NA>
## 5488                <NA> 1597289544260653058                <NA>
## 5489                <NA> 1597289514204286978                <NA>
## 5490                <NA> 1597289483367763968                <NA>
## 5491                <NA> 1597289463734231040                <NA>
## 5492                <NA> 1597289437389787136                <NA>
## 5493                <NA> 1597289410633924609                <NA>
## 5494                <NA> 1597289394503057409                <NA>
## 5495                <NA> 1597289355768639488                <NA>
## 5496                <NA> 1597289332876115970                <NA>
## 5497                <NA> 1597289314307932162                <NA>
## 5498                <NA> 1597289246829981696                <NA>
## 5499                <NA> 1597289230354780160                <NA>
## 5500                <NA> 1597289216295440384                <NA>
## 5501                <NA> 1597289151229222912                <NA>
## 5502                <NA> 1597289145659166722                <NA>
## 5503                <NA> 1597289125500985345                <NA>
## 5504                <NA> 1597289101342183424                <NA>
## 5505                <NA> 1597289090969669632                <NA>
## 5506                <NA> 1597289088692150272                <NA>
## 5507                <NA> 1597289073991114753                <NA>
## 5508                <NA> 1597289063664734208                <NA>
## 5509                <NA> 1597289050981142530                <NA>
## 5510                <NA> 1597289041539448833                <NA>
## 5511                <NA> 1597289037488066560                <NA>
## 5512                <NA> 1597289028021538816                <NA>
## 5513                <NA> 1597289024204705792                <NA>
## 5514                <NA> 1597289019443798019                <NA>
## 5515                <NA> 1597289017707757571                <NA>
## 5516                <NA> 1597289002675363841                <NA>
## 5517                <NA> 1597288967376097280                <NA>
## 5518                <NA> 1597288926007660546                <NA>
## 5519                <NA> 1597288918210482176                <NA>
## 5520                <NA> 1597288896408088576                <NA>
## 5521                <NA> 1597288883779407872                <NA>
## 5522                <NA> 1597288879559958530                <NA>
## 5523                <NA> 1597288843476013056                <NA>
## 5524                <NA> 1597288797989109760                <NA>
## 5525                <NA> 1597288791252733952                <NA>
## 5526                <NA> 1597288782973521920                <NA>
## 5527                <NA> 1597288781824299009                <NA>
## 5528                <NA> 1597288765705240576                <NA>
## 5529                <NA> 1597288758985883649                <NA>
## 5530                <NA> 1597288751872761856                <NA>
## 5531                <NA> 1597288728221057024                <NA>
## 5532                <NA> 1597288727956844549                <NA>
## 5533                <NA> 1597288716984545280                <NA>
## 5534                <NA> 1597288696511754240                <NA>
## 5535                <NA> 1597288692892471297                <NA>
## 5536                <NA> 1597288675230244864                <NA>
## 5537                <NA> 1597288670729760768                <NA>
## 5538                <NA> 1597288608515297280                <NA>
## 5539                <NA> 1597288597312327680                <NA>
## 5540                <NA> 1597288590543052800                <NA>
## 5541                <NA> 1597288578044026880                <NA>
## 5542                <NA> 1597288540647587845                <NA>
## 5543                <NA> 1597288515670536192                <NA>
## 5544                <NA> 1597288514848452609                <NA>
## 5545                <NA> 1597288488709210113                <NA>
## 5546                <NA> 1597288488701165571                <NA>
## 5547                <NA> 1597288462411091973                <NA>
## 5548                <NA> 1597288461987631104                <NA>
## 5549                <NA> 1597288459454279680                <NA>
## 5550                <NA> 1597288395956711425                <NA>
## 5551                <NA> 1597288354345005058                <NA>
## 5552                <NA> 1597288328675864576                <NA>
## 5553                <NA> 1597288324908998657                <NA>
## 5554                <NA> 1597288302411132929                <NA>
## 5555                <NA> 1597288299806486529                <NA>
## 5556                <NA> 1597288286661513216                <NA>
## 5557                <NA> 1597288281741590530                <NA>
## 5558                <NA> 1597288241572769792                <NA>
## 5559                <NA> 1597288240846757889                <NA>
## 5560                <NA> 1597288237286174720                <NA>
## 5561                <NA> 1597288232366280704                <NA>
## 5562                <NA> 1597288229476380675                <NA>
## 5563                <NA> 1597288227630886912                <NA>
## 5564                <NA> 1597288214293016577                <NA>
## 5565                <NA> 1597288209225961475                <NA>
## 5566                <NA> 1597288208068677634                <NA>
## 5567                <NA> 1597288190838464513                <NA>
## 5568                <NA> 1597288186207956992                <NA>
## 5569                <NA> 1597288157435027456                <NA>
## 5570                <NA> 1597288145972006912                <NA>
## 5571                <NA> 1597288134844514305                <NA>
## 5572                <NA> 1597288134651580416                <NA>
## 5573                <NA> 1597288117509029889                <NA>
## 5574                <NA> 1597288105266278400                <NA>
## 5575                <NA> 1597288104087662593                <NA>
## 5576                <NA> 1597288085426872321                <NA>
## 5577                <NA> 1597288079412563968                <NA>
## 5578                <NA> 1597288067379126272                <NA>
## 5579                <NA> 1597288064933822464                <NA>
## 5580                <NA> 1597288050702581761                <NA>
## 5581                <NA> 1597288049527779328                <NA>
## 5582                <NA> 1597288044788613120                <NA>
## 5583                <NA> 1597288035590508544                <NA>
## 5584                <NA> 1597288033703071745                <NA>
## 5585                <NA> 1597287997669793792                <NA>
## 5586                <NA> 1597287993550995456                <NA>
## 5587                <NA> 1597287959673593856                <NA>
## 5588                <NA> 1597287958956347393                <NA>
## 5589                <NA> 1597287943169019905                <NA>
## 5590                <NA> 1597287942015561728                <NA>
## 5591 1597287870712381441 1597287939054395394 1504689424692649987
## 5592                <NA> 1597287931546595329                <NA>
## 5593                <NA> 1597287929956929536                <NA>
## 5594                <NA> 1597287880295997440                <NA>
## 5595                <NA> 1597287875724201984                <NA>
## 5596                <NA> 1597287816819781632                <NA>
## 5597                <NA> 1597287804152991745                <NA>
## 5598                <NA> 1597287797840547840                <NA>
## 5599                <NA> 1597287791368744962                <NA>
## 5600                <NA> 1597287783668002818                <NA>
## 5601                <NA> 1597287752835665921                <NA>
## 5602                <NA> 1597287729754411008                <NA>
## 5603                <NA> 1597287729674743809                <NA>
## 5604                <NA> 1597287728546127874                <NA>
## 5605                <NA> 1597287720149471232                <NA>
## 5606                <NA> 1597287682526171136                <NA>
## 5607                <NA> 1597287633314807811                <NA>
## 5608                <NA> 1597287629904805889                <NA>
## 5609                <NA> 1597287626050252800                <NA>
## 5610                <NA> 1597287613760966657                <NA>
## 5611                <NA> 1597287540008325121                <NA>
## 5612                <NA> 1597287510916620290                <NA>
## 5613                <NA> 1597287505677942785                <NA>
## 5614                <NA> 1597287485222301699                <NA>
## 5615                <NA> 1597287451042938880                <NA>
## 5616                <NA> 1597287427827453953                <NA>
## 5617                <NA> 1597287395715846144                <NA>
## 5618                <NA> 1597287392398168065                <NA>
## 5619                <NA> 1597287375587397632                <NA>
## 5620                <NA> 1597287362111082496                <NA>
## 5621                <NA> 1597287334663557121                <NA>
## 5622                <NA> 1597287327537434627                <NA>
## 5623                <NA> 1597287325394169857                <NA>
## 5624                <NA> 1597287318813278209                <NA>
## 5625                <NA> 1597287259602309122                <NA>
## 5626                <NA> 1597287239150899200                <NA>
## 5627                <NA> 1597287148981735424                <NA>
## 5628                <NA> 1597287139724886016                <NA>
## 5629                <NA> 1597287097421168640                <NA>
## 5630                <NA> 1597287080593616897                <NA>
## 5631                <NA> 1597287058154086400                <NA>
## 5632                <NA> 1597287012633309184                <NA>
## 5633                <NA> 1597286982300094465                <NA>
## 5634                <NA> 1597286969309949953                <NA>
## 5635                <NA> 1597286964742717442                <NA>
## 5636                <NA> 1597286943360176133                <NA>
## 5637                <NA> 1597286941384245248                <NA>
## 5638                <NA> 1597286938750308352                <NA>
## 5639                <NA> 1597286917309358080                <NA>
## 5640                <NA> 1597286895478001664                <NA>
## 5641                <NA> 1597286865945563136                <NA>
## 5642                <NA> 1597286828037771264                <NA>
## 5643                <NA> 1597286823449202689                <NA>
## 5644                <NA> 1597286814913794048                <NA>
## 5645                <NA> 1597286805162033152                <NA>
## 5646                <NA> 1597286788938489856                <NA>
## 5647                <NA> 1597286772710735872                <NA>
## 5648                <NA> 1597286746911551488                <NA>
## 5649                <NA> 1597286732965482499                <NA>
## 5650                <NA> 1597286726682415104                <NA>
## 5651                <NA> 1597286717568200705                <NA>
## 5652                <NA> 1597286705870299137                <NA>
## 5653                <NA> 1597286702841675778                <NA>
## 5654                <NA> 1597286685657952256                <NA>
## 5655                <NA> 1597286678275973121                <NA>
## 5656                <NA> 1597286662601854976                <NA>
## 5657                <NA> 1597286659519033344                <NA>
## 5658                <NA> 1597286650694238210                <NA>
## 5659                <NA> 1597286628208259072                <NA>
## 5660                <NA> 1597286620293894145                <NA>
## 5661                <NA> 1597286618087714817                <NA>
## 5662                <NA> 1597286598257041408                <NA>
## 5663                <NA> 1597286580301230080                <NA>
## 5664                <NA> 1597286562932609028                <NA>
## 5665                <NA> 1597286557659955202                <NA>
## 5666                <NA> 1597286553088581633                <NA>
## 5667                <NA> 1597286539985555456                <NA>
## 5668                <NA> 1597286538580463616                <NA>
## 5669                <NA> 1597286506078425088                <NA>
## 5670                <NA> 1597286472406953984                <NA>
## 5671                <NA> 1597286471396118528                <NA>
## 5672                <NA> 1597286445366272001                <NA>
## 5673                <NA> 1597286426282201090                <NA>
## 5674                <NA> 1597286425879142400                <NA>
## 5675                <NA> 1597286422624378881                <NA>
## 5676                <NA> 1597286409726853122                <NA>
## 5677                <NA> 1597286407705628672                <NA>
## 5678                <NA> 1597286407508459520                <NA>
## 5679                <NA> 1597286361438253057                <NA>
## 5680                <NA> 1597286352642793472                <NA>
## 5681                <NA> 1597286352240119808                <NA>
## 5682                <NA> 1597286324939427840                <NA>
## 5683                <NA> 1597286311739944961                <NA>
## 5684                <NA> 1597286310817202176                <NA>
## 5685                <NA> 1597286299035394048                <NA>
## 5686                <NA> 1597286291476926464                <NA>
## 5687                <NA> 1597286275849285633                <NA>
## 5688                <NA> 1597286243829940224                <NA>
## 5689                <NA> 1597286234736726018                <NA>
## 5690                <NA> 1597286232715067392                <NA>
## 5691                <NA> 1597286230613712897                <NA>
## 5692                <NA> 1597286225777655808                <NA>
## 5693                <NA> 1597286217271644160                <NA>
## 5694                <NA> 1597286196962820097                <NA>
## 5695                <NA> 1597286185969147905                <NA>
## 5696                <NA> 1597286175441440768                <NA>
## 5697                <NA> 1597286159402799104                <NA>
## 5698                <NA> 1597286087499862016                <NA>
## 5699                <NA> 1597286061566095361                <NA>
## 5700                <NA> 1597286038166155264                <NA>
## 5701                <NA> 1597286018142842881                <NA>
## 5702                <NA> 1597286012639903744                <NA>
## 5703                <NA> 1597285996290543618                <NA>
## 5704                <NA> 1597285967634702336                <NA>
## 5705                <NA> 1597285959263227905                <NA>
## 5706                <NA> 1597285931979247618                <NA>
## 5707                <NA> 1597285900647813120                <NA>
## 5708                <NA> 1597285884118077440                <NA>
## 5709                <NA> 1597285880976113665                <NA>
## 5710                <NA> 1597285853638037504                <NA>
## 5711                <NA> 1597285847531159552                <NA>
## 5712                <NA> 1597285825192275968                <NA>
## 5713                <NA> 1597285817457967108                <NA>
## 5714                <NA> 1597285810524803072                <NA>
## 5715                <NA> 1597285786936029184                <NA>
## 5716                <NA> 1597285769692909568                <NA>
## 5717                <NA> 1597285743969566722                <NA>
## 5718                <NA> 1597285743726333954                <NA>
## 5719                <NA> 1597285739699441664                <NA>
## 5720                <NA> 1597285731160174592                <NA>
## 5721                <NA> 1597285716127494144                <NA>
## 5722                <NA> 1597285701858402305                <NA>
## 5723                <NA> 1597285637240934400                <NA>
## 5724                <NA> 1597285635542614016                <NA>
## 5725                <NA> 1597285596916944897                <NA>
## 5726                <NA> 1597285594505547776                <NA>
## 5727                <NA> 1597285591858937856                <NA>
## 5728                <NA> 1597285579527696385                <NA>
## 5729                <NA> 1597285572154101761                <NA>
## 5730                <NA> 1597285543926038529                <NA>
## 5731                <NA> 1597285523982536707                <NA>
## 5732                <NA> 1597285513446100992                <NA>
## 5733                <NA> 1597285477656461313                <NA>
## 5734                <NA> 1597285472828788738                <NA>
## 5735                <NA> 1597285466365386754                <NA>
## 5736                <NA> 1597285464029163520                <NA>
## 5737                <NA> 1597285447369388032                <NA>
## 5738                <NA> 1597285434932924416                <NA>
## 5739                <NA> 1597285394575659011                <NA>
## 5740                <NA> 1597285378079088646                <NA>
## 5741                <NA> 1597285372677218304                <NA>
## 5742                <NA> 1597285370747420673                <NA>
## 5743                <NA> 1597285351718293509                <NA>
## 5744                <NA> 1597285345431007233                <NA>
## 5745                <NA> 1597285320231653377                <NA>
## 5746                <NA> 1597285319304675328                <NA>
## 5747                <NA> 1597285288996241408                <NA>
## 5748                <NA> 1597285280951963649                <NA>
## 5749                <NA> 1597285247699529728                <NA>
## 5750                <NA> 1597285247527550976                <NA>
## 5751                <NA> 1597285243077431303                <NA>
## 5752                <NA> 1597285242145976320                <NA>
## 5753                <NA> 1597285236915679234                <NA>
## 5754                <NA> 1597285229001334784                <NA>
## 5755                <NA> 1597285223137705984                <NA>
## 5756                <NA> 1597285222617583616                <NA>
## 5757                <NA> 1597285205798440960                <NA>
## 5758                <NA> 1597285171623235585                <NA>
## 5759                <NA> 1597285158750937089                <NA>
## 5760                <NA> 1597285151465054208                <NA>
## 5761                <NA> 1597285115461132289                <NA>
## 5762                <NA> 1597285114492653568                <NA>
## 5763                <NA> 1597285109551374337                <NA>
## 5764                <NA> 1597285103809757190                <NA>
## 5765                <NA> 1597285086881542144                <NA>
## 5766                <NA> 1597285062839799808                <NA>
## 5767                <NA> 1597285051305451520                <NA>
## 5768                <NA> 1597285044342894595                <NA>
## 5769                <NA> 1597285038546382848                <NA>
## 5770                <NA> 1597285038088802304                <NA>
## 5771                <NA> 1597285023090343936                <NA>
## 5772                <NA> 1597285021689470976                <NA>
## 5773                <NA> 1597285007592419332                <NA>
## 5774                <NA> 1597285005260369921                <NA>
## 5775                <NA> 1597285002147864576                <NA>
## 5776                <NA> 1597284987254243328                <NA>
## 5777                <NA> 1597284962012901376                <NA>
## 5778                <NA> 1597284940520923136                <NA>
## 5779                <NA> 1597284922150244353            17230018
## 5780                <NA> 1597284916559241217                <NA>
## 5781                <NA> 1597284910343290883                <NA>
## 5782                <NA> 1597284909218861056                <NA>
## 5783                <NA> 1597284835026153472                <NA>
## 5784                <NA> 1597284834011123712                <NA>
## 5785                <NA> 1597284830831874048                <NA>
## 5786                <NA> 1597284821885407233                <NA>
## 5787                <NA> 1597284797893967873                <NA>
## 5788                <NA> 1597284797029965824                <NA>
## 5789 1596940342938730496 1597284792625553408 1329514970489425920
## 5790                <NA> 1597284769100103681                <NA>
## 5791                <NA> 1597284766663217153                <NA>
## 5792                <NA> 1597284741698371587                <NA>
## 5793                <NA> 1597284733435908097                <NA>
## 5794                <NA> 1597284631908605953                <NA>
## 5795                <NA> 1597284578645147649                <NA>
## 5796                <NA> 1597284578330173440                <NA>
## 5797                <NA> 1597284536370749440                <NA>
## 5798                <NA> 1597284534059311105                <NA>
## 5799                <NA> 1597284528221212672                <NA>
## 5800                <NA> 1597284489721352194                <NA>
## 5801                <NA> 1597284485497700352                <NA>
## 5802                <NA> 1597284482746568710                <NA>
## 5803                <NA> 1597284480259354624                <NA>
## 5804                <NA> 1597284460915228673                <NA>
## 5805                <NA> 1597284457400397824                <NA>
## 5806                <NA> 1597284446985629696                <NA>
## 5807                <NA> 1597284436760223744                <NA>
## 5808                <NA> 1597284423808221191                <NA>
## 5809                <NA> 1597284414756913154                <NA>
## 5810                <NA> 1597284387997253632                <NA>
## 5811                <NA> 1597284364114489344                <NA>
## 5812                <NA> 1597284312637808642                <NA>
## 5813                <NA> 1597284309895110657                <NA>
## 5814                <NA> 1597284269663326208                <NA>
## 5815                <NA> 1597284251623645186                <NA>
## 5816                <NA> 1597284249748791297                <NA>
## 5817                <NA> 1597284248696033283                <NA>
## 5818                <NA> 1597284240114487296                <NA>
## 5819                <NA> 1597284206681665536                <NA>
## 5820                <NA> 1597284197143818245                <NA>
## 5821                <NA> 1597284181243232258                <NA>
## 5822                <NA> 1597284175429922816                <NA>
## 5823                <NA> 1597284147982401537                <NA>
## 5824                <NA> 1597284130907357186                <NA>
## 5825                <NA> 1597284130693451776                <NA>
## 5826                <NA> 1597284078902206464                <NA>
## 5827                <NA> 1597284069402120192                <NA>
## 5828                <NA> 1597284057645473792                <NA>
## 5829                <NA> 1597284053472116736                <NA>
## 5830                <NA> 1597284051580497920                <NA>
## 5831                <NA> 1597284051463057408                <NA>
## 5832                <NA> 1597284037877723136                <NA>
## 5833                <NA> 1597284024103620609                <NA>
## 5834                <NA> 1597283993355177985                <NA>
## 5835                <NA> 1597283992885432320                <NA>
## 5836                <NA> 1597283989957378048                <NA>
## 5837                <NA> 1597283984236773376                <NA>
## 5838                <NA> 1597283974711504896                <NA>
## 5839                <NA> 1597283968985899008                <NA>
## 5840                <NA> 1597283961507827713                <NA>
## 5841                <NA> 1597283955233140737                <NA>
## 5842                <NA> 1597283919782907905                <NA>
## 5843                <NA> 1597283915492134914                <NA>
## 5844                <NA> 1597283913915052033                <NA>
## 5845                <NA> 1597283909519085573                <NA>
## 5846 1597283380378611713 1597283898903658503  820070142348554240
## 5847                <NA> 1597283893404610560                <NA>
## 5848                <NA> 1597283859775000576                <NA>
## 5849                <NA> 1597283856952217603                <NA>
## 5850                <NA> 1597283842834198529                <NA>
## 5851                <NA> 1597283829441777664                <NA>
## 5852                <NA> 1597283827994726400                <NA>
## 5853                <NA> 1597283818511421440                <NA>
## 5854                <NA> 1597283812920020992                <NA>
## 5855                <NA> 1597283804430749697                <NA>
## 5856                <NA> 1597283776555810816                <NA>
## 5857                <NA> 1597283767856812032                <NA>
## 5858                <NA> 1597283758402523138                <NA>
## 5859                <NA> 1597283756662214657                <NA>
## 5860                <NA> 1597283756087578625                <NA>
## 5861                <NA> 1597283743529828353                <NA>
## 5862                <NA> 1597283736877690880                <NA>
## 5863                <NA> 1597283707035201536                <NA>
## 5864                <NA> 1597283685606514689                <NA>
## 5865                <NA> 1597283653847244801                <NA>
## 5866                <NA> 1597283631734484992                <NA>
## 5867                <NA> 1597283619097128961                <NA>
## 5868                <NA> 1597283531767812098                <NA>
## 5869                <NA> 1597283513329676288                <NA>
## 5870                <NA> 1597283493117308930                <NA>
## 5871                <NA> 1597283488268705793                <NA>
## 5872                <NA> 1597283483134885888                <NA>
## 5873                <NA> 1597283469154918400                <NA>
## 5874                <NA> 1597283467871805440                <NA>
## 5875                <NA> 1597283452248018944                <NA>
## 5876                <NA> 1597283448154034177                <NA>
## 5877                <NA> 1597283408723718145                <NA>
## 5878                <NA> 1597283406798540801                <NA>
## 5879                <NA> 1597283395159326720                <NA>
## 5880                <NA> 1597283391795212288                <NA>
## 5881                <NA> 1597283380378611713                <NA>
## 5882                <NA> 1597283376964472832                <NA>
##                                                                                               statusSource
## 1                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 6                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 7                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 8                       <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 9                     <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 10                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 11                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 12                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 13                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 14                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 15                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 16                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 17                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 18                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 19                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 20                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 21                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 22                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 23                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 24                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 25                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 26                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 27                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 28                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 29                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 30                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 31                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 32                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 33                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 34                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 35                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 36                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 37                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 38                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 39                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 40                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 41                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 42                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 43                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 44                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 45                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 46                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 47                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 48                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 49                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 50                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 51                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 52                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 53                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 54                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 55                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 56                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 57                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 58                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 59                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 60                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 61                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 62                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 63                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 64                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 65                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 66                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 67                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 68                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 69                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 70                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 71                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 72                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 73                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 74                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 75                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 76                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 77                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 78                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 79                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 80                                 <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 81                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 82                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 83                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 84                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 85                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 86                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 87                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 88                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 89                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 90                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 91                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 92                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 93                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 94                    <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 95                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 96                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 97                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 98                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 99                      <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 100                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 101                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 102                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 103                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 104                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 105                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 106                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 107                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 108                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 109                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 110                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 111                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 112                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 113                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 114                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 115                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 116                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 117                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 118                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 119                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 120                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 121                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 122                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 123                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 124                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 125                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 126                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 127                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 128                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 129                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 130                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 131                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 132                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 133                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 134                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 135                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 136                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 137                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 138                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 139                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 140                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 141                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 142                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 143                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 144                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 145                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 146                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 147                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 148                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 149                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 150                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 151                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 152                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 153                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 154                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 155                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 156                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 157                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 158                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 159                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 160                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 161                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 162                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 163                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 164                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 165                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 166                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 167                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 168                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 169                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 170                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 171                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 172                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 173                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 174                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 175                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 176                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 177                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 178                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 179                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 180                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 181                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 182                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 183                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 184                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 185                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 186                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 187                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 188                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 189                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 190                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 191                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 192                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 193                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 194                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 195                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 196                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 197                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 198                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 199                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 200                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 201                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 202                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 203                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 204                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 205                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 206                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 207                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 208                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 209                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 210                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 211                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 212                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 213                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 214                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 215                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 216                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 217                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 218                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 219                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 220                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 221                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 222                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 223                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 224                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 225                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 226                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 227                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 228                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 229                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 230                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 231                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 232                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 233                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 234                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 235                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 236                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 237                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 238                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 239                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 240                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 241                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 242                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 243                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 244                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 245                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 246                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 247                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 248                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 249                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 250                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 251                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 252                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 253                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 254                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 255                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 256                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 257                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 258                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 259                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 260                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 261                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 262                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 263                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 264                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 265                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 266                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 267                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 268                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 269                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 270                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 271                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 272                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 273                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 274                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 275                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 276                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 277                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 278                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 279                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 280                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 281                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 282                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 283                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 284                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 285                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 286                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 287                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 288                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 289                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 290                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 291                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 292                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 293                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 294                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 295                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 296                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 297                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 298                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 299                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 300                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 301                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 302                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 303                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 304                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 305                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 306                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 307                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 308                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 309                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 310                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 311                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 312                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 313                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 314                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 315                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 316                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 317                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 318                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 319                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 320                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 321                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 322                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 323                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 324                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 325                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 326                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 327                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 328                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 329                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 330                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 331                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 332                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 333                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 334                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 335                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 336                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 337                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 338                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 339                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 340                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 341                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 342                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 343                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 344                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 345                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 346                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 347                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 348                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 349                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 350                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 351                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 352                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 353                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 354                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 355                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 356                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 357                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 358                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 359                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 360                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 361                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 362                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 363                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 364                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 365                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 366                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 367                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 368                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 369                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 370                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 371                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 372                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 373                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 374                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 375                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 376                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 377                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 378                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 379                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 380                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 381                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 382                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 383                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 384                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 385                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 386                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 387                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 388                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 389                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 390                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 391                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 392                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 393                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 394                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 395                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 396                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 397                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 398                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 399                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 400                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 401                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 402                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 403                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 404                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 405                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 406                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 407                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 408                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 409                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 410                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 411                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 412                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 413                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 414                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 415                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 416                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 417                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 418                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 419                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 420                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 421                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 422                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 423                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 424                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 425                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 426                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 427                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 428                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 429                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 430                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 431                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 432                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 433                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 434                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 435                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 436                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 437                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 438                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 439                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 440                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 441                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 442                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 443                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 444                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 445                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 446                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 447                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 448                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 449                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 450                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 451                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 452                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 453                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 454                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 455                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 456                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 457                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 458                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 459                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 460                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 461                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 462                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 463                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 464                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 465                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 466                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 467                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 468                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 469                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 470                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 471                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 472                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 473                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 474                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 475                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 476                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 477                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 478                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 479                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 480                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 481                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 482                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 483                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 484                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 485                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 486                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 487                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 488                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 489                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 490                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 491                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 492                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 493                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 494                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 495                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 496                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 497                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 498                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 499                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 500                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 501                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 502                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 503                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 504                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 505                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 506                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 507                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 508                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 509                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 510                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 511                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 512                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 513                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 514                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 515                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 516                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 517                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 518                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 519                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 520                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 521                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 522                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 523                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 524                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 525                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 526                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 527                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 528                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 529                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 530                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 531                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 532                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 533                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 534                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 535                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 536                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 537                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 538                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 539                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 540                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 541                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 542                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 543                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 544                    <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 545                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 546                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 547                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 548                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 549                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 550                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 551                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 552                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 553                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 554                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 555                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 556                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 557                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 558                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 559                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 560                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 561                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 562                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 563                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 564                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 565                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 566                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 567                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 568                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 569                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 570                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 571                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 572                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 573                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 574                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 575                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 576                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 577                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 578                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 579                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 580                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 581                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 582                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 583                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 584                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 585                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 586                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 587                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 588                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 589                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 590                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 591                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 592                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 593                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 594                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 595                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 596                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 597                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 598                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 599                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 600                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 601                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 602                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 603                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 604                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 605                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 606                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 607                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 608                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 609                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 610                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 611                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 612                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 613                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 614                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 615                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 616                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 617                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 618                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 619                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 620                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 621                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 622                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 623                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 624                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 625                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 626                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 627                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 628                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 629                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 630                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 631                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 632                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 633                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 634                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 635                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 636                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 637                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 638                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 639                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 640                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 641                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 642                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 643                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 644                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 645                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 646                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 647                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 648                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 649                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 650                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 651                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 652                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 653                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 654                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 655                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 656                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 657                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 658                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 659                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 660                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 661                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 662                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 663                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 664                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 665                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 666                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 667                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 668                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 669                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 670                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 671                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 672                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 673                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 674                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 675                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 676                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 677                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 678                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 679                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 680                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 681                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 682                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 683                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 684                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 685                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 686                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 687                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 688                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 689                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 690                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 691                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 692                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 693                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 694                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 695                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 696                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 697                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 698                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 699                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 700                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 701                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 702                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 703                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 704                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 705                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 706                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 707                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 708                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 709                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 710                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 711                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 712                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 713                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 714                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 715                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 716                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 717                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 718                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 719                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 720                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 721                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 722                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 723                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 724                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 725                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 726                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 727                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 728                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 729                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 730                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 731                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 732                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 733                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 734                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 735                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 736                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 737                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 738                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 739                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 740                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 741                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 742                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 743                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 744                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 745                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 746                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 747                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 748                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 749                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 750                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 751                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 752                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 753                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 754                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 755                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 756                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 757                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 758                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 759                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 760                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 761                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 762                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 763                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 764                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 765                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 766                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 767                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 768                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 769                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 770                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 771                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 772                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 773                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 774                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 775                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 776                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 777                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 778                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 779                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 780                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 781                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 782                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 783                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 784                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 785                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 786                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 787                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 788                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 789                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 790                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 791                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 792                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 793                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 794                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 795                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 796                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 797                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 798                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 799                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 800                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 801                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 802                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 803                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 804                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 805                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 806                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 807                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 808                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 809                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 810                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 811                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 812                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 813                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 814                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 815                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 816                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 817                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 818                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 819                                    <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 820                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 821                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 822                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 823                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 824                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 825                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 826                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 827                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 828                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 829                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 830                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 831                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 832                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 833                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 834                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 835                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 836                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 837                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 838                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 839                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 840                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 841                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 842                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 843                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 844                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 845                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 846                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 847                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 848                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 849                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 850                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 851                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 852                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 853                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 854                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 855                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 856                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 857                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 858                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 859                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 860                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 861                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 862                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 863                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 864                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 865                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 866                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 867                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 868                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 869                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 870                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 871                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 872                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 873                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 874                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 875                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 876                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 877                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 878                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 879                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 880                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 881                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 882                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 883                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 884                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 885                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 886                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 887                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 888                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 889                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 890                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 891                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 892                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 893                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 894                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 895                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 896                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 897                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 898                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 899                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 900                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 901                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 902                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 903                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 904                      <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 905                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 906                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 907                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 908                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 909                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 910                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 911                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 912                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 913                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 914                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 915                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 916                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 917                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 918                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 919                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 920                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 921                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 922                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 923                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 924                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 925                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 926                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 927                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 928                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 929                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 930                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 931                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 932                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 933                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 934                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 935                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 936                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 937                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 938                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 939                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 940                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 941                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 942                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 943                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 944                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 945                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 946                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 947                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 948                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 949                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 950                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 951                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 952                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 953                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 954                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 955                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 956                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 957                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 958                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 959                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 960                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 961                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 962                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 963                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 964                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 965                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 966                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 967                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 968                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 969                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 970                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 971                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 972                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 973                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 974                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 975                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 976                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 977                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 978                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 979                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 980                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 981                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 982                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 983                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 984                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 985                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 986                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 987                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 988                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 989                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 990                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 991                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 992                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 993                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 994                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 995                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 996                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 997                                <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 998                   <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 999                     <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1000                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1001                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1002                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1003                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1004                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1005                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1006                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1007                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1008                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1009                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1010                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1011                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1012                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1013                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1014                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1015                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1016                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1017                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1018                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1019                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1020                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1021                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1022                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1023                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1024                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1025                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1026                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1027                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1028                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1029                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1030                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1031                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1032                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1033                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1034                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1035                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1036                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1037                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1038                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1039                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1040                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1041                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1042                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1043                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1044                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1045                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1046                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1047                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1048                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1049                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1050                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1051                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1052                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1053                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1054                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1055                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1056                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1057                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1058                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1059                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1060                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1061                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1062                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1063                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1064                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1065                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1066                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1067                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1068                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1069                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1070                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1071                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1072                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1073                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1074                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1075                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1076                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1077                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1078                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1079                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1080                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1081                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1082                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1083                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1084                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1085                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1086                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1087                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1088                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1089                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1090                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1091                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1092                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1093                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1094                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1095                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1096                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1097                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1098                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1099                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1100                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1101                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1102                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1103                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1104                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1105                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1106                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1107                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1108                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1109                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1110                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1111                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1112                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1113                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1114                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1115                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1116                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1117                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1118                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1119                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1120                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1121                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1122                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1123                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1124                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1125                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1126                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1127                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1128                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1129                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1130                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1131                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1132                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1133                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1134                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1135                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1136                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1137                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1138                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1139                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1140                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1141                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1142                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1143                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1144                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1145                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1146                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1147                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1148                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1149                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1150                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1151                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1152                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1153                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1154                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1155                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1156                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1157                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1158                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1159                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1160                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1161                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1162                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1163                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1164                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1165                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1166                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1167                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1168                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1169                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1170                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1171                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1172                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1173                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1174                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1175                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1176                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1177                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1178                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1179                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1180                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1181                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1182                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1183                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1184                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1185                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1186                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1187                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1188                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1189                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1190                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1191                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1192                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1193                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1194                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1195                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1196                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1197                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1198                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1199                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1200                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1201                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1202                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1203                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1204                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1205                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1206                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1207                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1208                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1209                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1210                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1211                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1212                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1213                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1214                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1215                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1216                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1217                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1218                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1219                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1220                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1221                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1222                             <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 1223                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1224                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1225                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1226                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1227                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1228                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1229                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1230                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1231                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1232                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1233                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1234                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1235                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1236                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1237                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1238                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1239                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1240                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1241                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1242                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1243                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1244                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1245                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1246                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1247                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1248                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1249                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1250                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1251                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1252                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1253                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1254                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1255                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1256                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1257                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1258                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1259                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1260                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1261                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1262                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1263                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1264                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1265                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1266                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1267                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1268                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1269                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1270                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1271                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1272                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1273                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1274                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1275                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1276                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1277                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1278                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1279                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1280                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1281                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1282                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1283                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1284                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1285                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1286                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1287                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1288                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1289                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1290                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1291                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1292                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1293                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1294                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1295                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1296                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1297                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1298                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1299                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1300                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1301                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1302                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1303                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1304                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1305                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1306                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1307                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1308                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1309                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1310                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1311                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1312                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1313                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1314                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1315                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1316                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1317                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1318                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1319                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1320                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1321                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1322                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1323                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1324                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1325                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1326                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1327                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1328                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1329                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1330                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1331                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1332                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1333                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1334                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1335                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1336                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1337                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1338                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1339                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1340                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1341                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1342                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1343                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1344                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1345                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1346                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1347                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1348                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1349                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1350                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1351                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1352                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1353                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1354                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1355                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1356                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1357                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1358                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1359                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1360                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1361                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1362                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1363                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1364                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1365                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1366                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1367                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1368                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1369                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1370                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1371                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1372                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1373                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1374                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1375                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1376                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1377                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1378                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1379                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1380                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1381                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1382                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1383                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1384                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1385                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1386                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1387                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1388                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1389                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1390                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1391                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1392                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1393                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1394                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1395                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1396                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1397                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1398                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1399                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1400                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1401                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1402                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1403                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1404                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1405                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1406                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1407                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1408                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1409                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1410                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1411                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1412                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1413                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1414                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1415                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1416                                     <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 1417                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1418                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1419                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1420                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1421                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1422                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1423                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1424                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1425                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1426                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1427                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1428                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1429                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1430                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1431                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1432                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1433                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1434                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1435                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1436                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1437                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1438                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1439                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1440                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1441                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1442                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1443                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1444                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1445                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1446                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1447                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1448                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1449                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1450                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1451                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1452                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1453                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1454                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1455                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1456                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1457                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1458                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1459                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1460                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1461                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1462                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1463                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1464                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1465                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1466                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1467                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1468                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1469                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1470                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1471                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1472                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1473                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1474                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1475                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1476                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1477                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1478                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1479                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1480                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1481                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1482                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1483                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1484                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1485                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1486                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1487                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1488                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1489                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1490                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1491                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1492                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1493                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1494                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1495                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1496                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1497                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1498                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1499                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1500                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1501                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1502                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1503                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1504                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1505                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1506                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1507                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1508                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1509                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1510                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1511                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1512                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1513                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1514                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1515                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1516                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1517                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1518                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1519                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1520                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1521                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1522                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1523                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1524                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1525                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1526                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1527                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1528                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1529                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1530                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1531                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1532                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1533                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1534                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1535                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1536                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1537                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1538                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1539                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1540                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1541                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1542                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1543                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1544                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1545                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1546                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1547                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1548                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1549                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1550                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1551                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1552                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1553                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1554                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1555                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1556                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1557                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1558                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1559                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1560                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1561                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1562                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1563                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1564                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1565                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1566                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1567                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1568                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1569                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1570                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1571                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1572                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1573                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1574                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1575                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1576                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1577                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1578                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1579                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1580                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1581                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 1582                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1583                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1584                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1585                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1586                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1587                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1588                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1589                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1590                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1591                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1592                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1593                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1594                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1595                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1596                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1597                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1598                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1599                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1600                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1601                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1602                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1603                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1604                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1605                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1606                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1607                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1608                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1609                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1610                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1611                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1612                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1613                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1614                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1615                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1616                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1617                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1618                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1619                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1620                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1621                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1622                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1623                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1624                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1625                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1626                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1627                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1628                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1629                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1630                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1631                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1632                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1633                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1634                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1635                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1636                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1637                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1638                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1639                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1640                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1641                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1642                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1643                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1644                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1645                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1646                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1647                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1648                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1649                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1650                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1651                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1652                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1653                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1654                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1655                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1656                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1657                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1658                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1659                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1660                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1661                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1662                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1663                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1664                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1665                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1666                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1667                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1668                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1669                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1670                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1671                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1672                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1673                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1674                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1675                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1676                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1677                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1678                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1679                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1680                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1681                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1682                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1683                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1684                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1685                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1686                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1687                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1688                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1689                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1690                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1691                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1692                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1693                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1694                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1695                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1696                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1697                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1698                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1699                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1700                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1701                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1702                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1703                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1704                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1705                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1706                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1707                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1708                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1709                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1710                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1711                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1712                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1713                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1714                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1715                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1716                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1717                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1718                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1719                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1720                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1721                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1722                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1723                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1724                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1725                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1726                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1727                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1728                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1729                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1730                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1731                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1732                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1733                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1734                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1735                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1736                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1737                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1738                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1739                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1740                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1741                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1742                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1743                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1744                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1745                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1746                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1747                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1748                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1749                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1750                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1751                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1752                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1753                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1754                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1755                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1756                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1757                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1758                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1759                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1760                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1761                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1762                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1763                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1764                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1765                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1766                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1767                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1768                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1769                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1770                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1771                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1772                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1773                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1774                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1775                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1776                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1777                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1778                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1779                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1780                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1781                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1782                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1783                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1784                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1785                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1786                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1787                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1788                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1789                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1790                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1791                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1792                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1793                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1794                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1795                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1796                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1797                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1798                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1799                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1800                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1801                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1802                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1803                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1804                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1805                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1806                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1807                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1808                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1809                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1810                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1811                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1812                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1813                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1814                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1815                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1816                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1817                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1818                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1819                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1820                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1821                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1822                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1823                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1824                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1825                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1826                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1827                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1828                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1829                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 1830                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1831                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1832                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1833                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1834                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1835                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1836                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1837                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1838                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1839                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1840                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1841                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1842                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1843                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1844                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1845                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1846                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1847                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1848                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1849                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1850                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1851                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1852                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1853                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1854                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1855                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1856                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1857                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1858                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1859                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1860                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1861                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1862                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1863                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1864                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1865                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1866                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1867                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1868                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1869                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1870                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1871                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1872                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1873                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1874                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1875                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1876                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1877                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1878                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1879                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1880                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1881                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1882                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1883                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1884                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1885                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1886                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1887                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1888                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1889                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1890                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1891                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1892                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1893                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1894                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1895                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1896                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1897                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1898                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1899                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1900                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1901                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1902                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1903                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1904                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1905                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1906                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1907                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1908                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1909                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1910                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1911                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1912                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1913                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1914                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1915                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1916                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1917                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1918                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1919                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1920                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1921                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1922                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1923                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1924                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1925                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1926                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1927                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1928                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1929                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1930                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1931                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1932                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1933                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1934                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1935                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1936                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1937                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1938                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1939                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1940                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1941                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1942                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1943                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1944                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1945                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1946                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1947                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1948                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1949                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1950                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1951                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1952                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1953                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1954                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1955                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1956                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1957                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1958                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1959                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1960                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1961                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 1962                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1963                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1964                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1965                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1966                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1967                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1968                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1969                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1970                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1971                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1972                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1973                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1974                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1975                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1976                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1977                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1978                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1979                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1980                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1981                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1982                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1983                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1984                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1985                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1986                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1987                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1988                                  <a href="https://tweethunter.io" rel="nofollow">Tweet Hunter Pro</a>
## 1989                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1990                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 1991                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1992                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1993                                           <a href="http://instagram.com" rel="nofollow">Instagram</a>
## 1994                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1995                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1996                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1997                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1998                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 1999                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2000                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2001                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2002                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2003                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2004                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2005                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2006                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2007                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2008                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2009                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2010                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2011                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2012                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2013                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2014                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2015                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2016                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2017                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2018                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2019                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2020                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2021                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2022                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2023                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2024                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2025                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2026                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2027                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2028                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2029                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2030                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2031                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2032                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2033                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2034                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2035                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2036                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2037                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2038                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2039                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2040                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2041                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2042                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2043                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2044                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2045                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2046                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2047                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2048                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2049                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2050                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2051                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2052                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2053                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2054                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2055                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2056                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2057                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2058                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2059                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2060                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2061                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2062                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2063                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2064                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2065                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2066                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2067                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2068                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2069                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2070                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2071                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2072                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2073                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2074                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2075                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2076                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2077                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2078                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2079                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2080                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2081                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2082                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2083                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2084                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2085                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2086                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2087                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2088                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2089                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2090                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2091                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2092                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2093                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2094                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2095                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2096                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2097                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2098                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2099                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2100                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2101                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2102                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2103                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2104                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2105                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2106                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2107                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2108                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2109                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2110                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2111                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2112                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2113                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2114                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2115                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2116                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2117                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2118                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2119                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2120                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2121                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2122                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2123                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2124                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2125                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2126                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2127                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2128                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2129                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2130                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2131                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2132                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2133                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2134                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2135                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2136                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2137                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2138                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2139                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2140                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2141                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2142                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2143                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2144                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2145                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2146                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2147                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2148                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2149                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2150                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2151                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2152                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2153                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2154                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2155                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2156                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2157                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2158                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2159                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2160                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2161                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2162                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2163                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2164                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2165                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2166                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2167                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2168                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2169                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2170                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2171                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2172                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2173                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2174                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2175                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2176                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2177                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2178                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2179                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2180                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2181                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2182                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2183                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2184                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2185                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2186                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2187                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2188                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2189                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2190                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2191                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2192                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2193                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2194                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2195                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2196                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2197                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2198                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2199                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2200                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2201                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2202                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2203                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2204                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2205                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2206                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2207                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2208                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2209                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2210                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2211                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2212                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2213                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2214                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2215                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2216                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2217                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2218                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2219                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2220                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2221                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2222                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2223                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2224                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2225                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2226                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2227                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2228                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2229                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2230                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2231                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2232                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2233                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2234                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2235                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2236                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2237                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2238                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2239                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2240                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2241                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2242                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2243                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2244                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2245                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2246                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2247                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2248                                                  <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 2249                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2250                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2251                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2252                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2253                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2254                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2255                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2256                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2257                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2258                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2259                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2260                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2261                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2262                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2263                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2264                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2265                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2266                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2267                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2268                             <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 2269                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2270                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2271                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2272                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2273                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2274                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2275                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2276                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2277                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2278                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2279                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2280                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2281                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2282                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2283                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2284                                                  <a href="https://ifttt.com" rel="nofollow">IFTTT</a>
## 2285                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2286                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2287                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2288                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2289                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2290                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2291                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2292                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2293                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2294                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2295                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2296                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2297                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2298                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2299                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2300                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2301                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2302                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2303                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2304                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2305                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2306                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2307                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2308                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2309                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2310                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2311                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2312                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2313                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2314                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2315                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2316                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2317                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2318                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2319                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2320                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2321                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2322                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2323                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2324                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2325                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2326                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2327                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2328                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2329                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2330                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2331                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2332                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2333                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2334                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2335                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2336                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2337                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2338                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2339                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2340                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2341                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2342                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2343                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2344                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2345                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2346                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2347                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2348                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2349                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2350                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2351                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2352                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2353                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2354                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2355                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2356                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2357                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2358                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2359                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2360                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2361                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2362                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2363                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2364                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2365                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2366                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2367                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2368                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2369                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2370                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2371                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2372                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2373                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2374                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2375                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2376                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2377                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2378                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2379                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2380                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2381                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2382                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2383                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2384                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2385                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2386                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2387                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2388                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2389                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2390                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2391                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2392                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2393                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2394                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2395                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2396                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2397                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2398                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2399                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2400                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2401                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2402                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2403                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2404                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2405                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2406                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2407                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2408                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2409                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2410                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2411                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2412                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2413                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2414                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2415                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2416                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2417                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2418                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2419                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2420                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2421                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2422                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2423                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2424                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2425                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2426                                   <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 2427                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2428                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2429                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2430                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2431                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2432                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2433                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2434                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2435                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2436                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2437                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2438                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2439                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2440                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2441                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2442                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2443                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2444                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2445                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2446                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2447                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2448                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2449                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2450                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2451                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2452                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2453                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2454                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2455                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2456                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2457                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2458                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2459                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2460                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2461                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2462                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2463                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2464                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2465                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2466                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2467                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2468                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2469                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2470                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2471                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2472                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2473                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2474                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2475                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2476                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2477                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2478                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2479                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2480                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2481                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2482                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2483                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2484                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2485                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2486                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2487                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2488                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2489                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2490                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2491                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2492                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2493                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2494                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2495                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2496                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2497                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2498                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2499                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2500                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2501                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2502                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2503                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2504                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2505                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2506                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2507                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2508                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2509                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2510                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2511                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2512                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2513                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2514                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2515                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2516                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2517                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2518                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2519                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2520                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2521                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2522                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2523                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2524                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2525                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2526                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2527                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2528                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2529                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2530                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2531                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2532                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2533                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2534                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2535                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2536                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2537                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2538                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2539                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2540                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2541                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2542                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2543                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2544                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2545                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2546                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2547                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2548                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2549                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2550                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2551                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2552                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2553                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2554                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2555                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2556                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2557                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2558                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2559                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2560                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2561                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2562                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2563                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2564                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2565                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2566                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2567                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2568                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2569                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2570                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2571                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2572                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2573                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2574                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2575                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2576                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2577                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2578                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2579                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2580                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2581                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2582                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2583                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2584                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2585                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2586                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2587                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2588                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2589                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2590                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2591                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2592                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2593                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2594                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2595                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2596                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2597                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2598                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2599                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2600                                              <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 2601                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2602                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2603                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2604                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2605                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2606                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2607                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2608                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2609                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2610                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2611                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2612                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2613                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2614                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2615                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2616                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2617                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2618                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2619                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2620                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2621                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2622                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2623                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2624                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2625                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2626                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2627                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2628                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2629                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2630                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2631                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2632                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2633                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2634                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2635                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2636                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2637                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2638                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2639                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2640                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2641                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2642                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2643                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2644                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2645                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2646                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2647                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2648                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2649                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2650                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2651                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2652                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2653                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2654                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2655                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2656                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2657                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2658                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2659                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2660                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2661                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2662                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2663                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2664                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2665                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2666                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2667                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2668                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2669                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2670                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2671                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2672                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2673                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2674                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2675                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2676                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2677                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2678                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2679                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2680                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2681                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2682                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2683                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2684                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2685                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2686                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2687                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2688                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2689                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2690                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2691                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2692                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2693                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2694                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2695                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2696                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2697                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2698                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2699                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2700                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2701                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2702                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2703                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2704                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2705                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2706                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2707                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2708                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2709                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2710                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2711                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2712                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2713                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2714                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2715                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2716                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2717                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2718                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2719                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2720                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2721                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2722                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 2723                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2724                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2725                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2726                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2727                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2728                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2729                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2730                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2731                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2732                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2733                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2734                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2735                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2736                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2737                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2738                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2739                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2740                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2741                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2742                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2743                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2744                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2745                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2746                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2747                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2748                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2749                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2750                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2751                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2752                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2753                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2754                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2755                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2756                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2757                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2758                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2759                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2760                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2761                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2762                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2763                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 2764                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2765                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2766                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2767                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2768                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2769                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2770                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2771                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2772                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2773                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2774                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2775                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2776                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2777                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2778                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2779                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2780                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2781                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2782                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2783                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2784                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2785                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2786                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2787                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2788                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2789                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2790                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2791                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2792                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2793                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2794                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2795                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2796                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2797                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2798                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2799                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2800                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2801                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2802                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2803                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2804                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2805                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2806                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2807                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2808                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2809                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2810                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2811                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2812                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2813                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2814                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2815                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2816                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2817                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2818                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2819                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2820                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2821                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2822                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2823                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2824                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2825                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2826                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2827                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2828                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2829                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2830                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2831                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2832                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2833                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2834                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2835                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2836                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2837                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2838                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2839                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2840                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2841                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2842                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2843                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2844                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2845                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2846                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2847                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2848                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2849                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2850                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2851                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2852                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2853                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2854                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2855                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2856                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2857                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2858                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2859                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2860                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2861                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2862                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2863                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2864                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2865                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2866                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2867                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2868                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2869                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2870                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2871                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2872                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2873                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2874                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2875                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2876                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2877                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2878                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2879                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2880                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2881                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2882                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2883                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2884                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2885                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2886                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2887                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2888                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2889                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2890                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2891                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2892                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2893                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2894                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2895                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2896                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2897                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2898                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2899                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2900                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2901                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2902                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2903                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2904                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2905                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2906                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2907                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2908                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2909                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2910                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2911                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2912                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2913                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2914                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2915                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2916                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2917                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2918                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2919                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2920                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2921                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2922                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2923                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2924                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2925                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2926                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2927                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2928                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2929                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2930                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2931                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2932                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2933                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2934                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2935                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2936                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2937                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2938                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2939                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2940                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2941                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2942                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2943                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2944                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2945                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2946                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2947                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2948                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2949                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2950                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2951                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2952                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2953                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2954                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2955                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2956                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2957                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2958                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2959                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2960                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2961                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2962                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2963                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2964                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2965                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2966                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2967                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2968                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2969                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2970                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2971                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2972                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2973                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2974                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2975                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2976                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2977                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2978                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2979                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2980                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2981                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2982                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2983                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2984                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2985                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2986                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2987                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2988                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2989                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2990                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2991                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2992                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2993                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2994                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2995                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2996                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 2997                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 2998                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 2999                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3000                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3001                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3002                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3003                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3004                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3005                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3006                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3007                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3008                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3009                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3010                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3011                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3012                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3013                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3014                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3015                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3016                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3017                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3018                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3019                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3020                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3021                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3022                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3023                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3024                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3025                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3026                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3027                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3028                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3029                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3030                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3031                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3032                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3033                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3034                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3035                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3036                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3037                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3038                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3039                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3040                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3041                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3042                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3043                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3044                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3045                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3046                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3047                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3048                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3049                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3050                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3051                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3052                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3053                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3054                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3055                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3056                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3057                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3058                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3059                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3060                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3061                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3062                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3063                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3064                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3065                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3066                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3067                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3068                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3069                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3070                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3071                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3072                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3073                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3074                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3075                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3076                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3077                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3078                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3079                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3080                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3081                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3082                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3083                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3084                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3085                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3086                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3087                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3088                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3089                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3090                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3091                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3092                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3093                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3094                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3095                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3096                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3097                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3098                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3099                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3100                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3101                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3102                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3103                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3104                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3105                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3106                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3107                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3108                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3109                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3110                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3111                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3112                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3113                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3114                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3115                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3116                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3117                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3118                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3119                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3120                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3121                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3122                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3123                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3124                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3125                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3126                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3127                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3128                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3129                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3130                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3131                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3132                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3133                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3134                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3135                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3136                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3137                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3138                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3139                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3140                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3141                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3142                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3143                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3144                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3145                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3146                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3147                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3148                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3149                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3150                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3151                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3152                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3153                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3154                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3155                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3156                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3157                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3158                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3159                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3160                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3161                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3162                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3163                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3164                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3165                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3166                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3167                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3168                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3169                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3170                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3171                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3172                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3173                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3174                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3175                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3176                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3177                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3178                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3179                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3180                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3181                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3182                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3183                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3184                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3185                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3186                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3187                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3188                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3189                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3190                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3191                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3192                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3193                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3194                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3195                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3196                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3197                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3198                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3199                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3200                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3201                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3202                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3203                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3204                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3205                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3206                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3207                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3208                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3209                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3210                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3211                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3212                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3213                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3214                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3215                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3216                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3217                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3218                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3219                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3220                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3221                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3222                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3223                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3224                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3225                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3226                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3227                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3228                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3229                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3230                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3231                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3232                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3233                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3234                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3235                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3236                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3237                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3238                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3239                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3240                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3241                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3242                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3243                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3244                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3245                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3246                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3247                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3248                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3249                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3250                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3251                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3252                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3253                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3254                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3255                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3256                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3257                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3258                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3259                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3260                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3261                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3262                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3263                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3264                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3265                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3266                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3267                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3268                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3269                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3270                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3271                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3272                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3273                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3274                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3275                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3276                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3277                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3278                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3279                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3280                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3281                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3282                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3283                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3284                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3285                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3286                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3287                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3288                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3289                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3290                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3291                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3292                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3293                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3294                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3295 <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 3296                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3297                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3298                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3299                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3300                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3301                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3302                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3303                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3304                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3305                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3306                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3307                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3308                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3309                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3310                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3311                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3312                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3313                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3314                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3315                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3316                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3317                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3318                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3319                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3320                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3321                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3322                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3323                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3324                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3325                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3326                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3327                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3328                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3329                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3330                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3331                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3332                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3333                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3334                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3335                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3336                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3337                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3338                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3339                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3340                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3341                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3342                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3343                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3344                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3345                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3346                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3347                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3348                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3349                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3350                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3351                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3352                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3353                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3354                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3355                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3356                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3357                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3358                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3359                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3360                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3361                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3362                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3363                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3364                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3365                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3366                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3367                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3368                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3369                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3370                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3371                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3372                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3373                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3374                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3375                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3376                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3377                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3378                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3379                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3380                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3381                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3382                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3383                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3384                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3385                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3386                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3387                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3388                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3389                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3390                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3391                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3392                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3393                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3394                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3395                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3396                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3397                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3398                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3399                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3400                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3401                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3402                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3403                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3404                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3405                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3406                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3407                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3408                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3409                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3410                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3411                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3412                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3413                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3414                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3415                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3416                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3417                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3418                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3419                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3420                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3421                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3422                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3423                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3424                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3425                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3426                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3427                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3428                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3429                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3430                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3431                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3432                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3433                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3434                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3435                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3436                                          <a href="http://www.echofon.com/" rel="nofollow">Echofon</a>
## 3437                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3438                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3439                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3440                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3441                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3442                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3443                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3444                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3445                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3446                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3447                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3448                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3449                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3450                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3451                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3452                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3453                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3454                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3455                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3456                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3457                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3458                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3459                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3460                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3461                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3462                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3463                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3464                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3465                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3466                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3467                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3468                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3469                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3470                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3471                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3472                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3473                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3474                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3475                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3476                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3477                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3478                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3479                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3480                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3481                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3482                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3483                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3484                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3485                                     <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 3486                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3487                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3488                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3489                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3490                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3491                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3492                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3493                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3494                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3495                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3496                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3497                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3498                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3499                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3500                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3501                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3502                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3503                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3504                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3505                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3506                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3507                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3508                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3509                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3510                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3511                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3512                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3513                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3514                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3515                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3516                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3517                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3518                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3519                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3520                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3521                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3522                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3523                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3524                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3525                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3526                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3527                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3528                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3529                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3530                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3531                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3532                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3533                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3534                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3535                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3536                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3537                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3538                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3539                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3540                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3541                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3542                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3543                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3544                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3545                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3546                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3547                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3548                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3549                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3550                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3551                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3552                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3553                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3554                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3555                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3556                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3557                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3558                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3559                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3560                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3561                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3562                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3563                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3564                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3565                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3566                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3567                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3568                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3569                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3570                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3571                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3572                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3573                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3574                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3575                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3576                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3577                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3578                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3579                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3580                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3581                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3582                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3583                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3584                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3585                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3586                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3587                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3588                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3589                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3590                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3591                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3592                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3593                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3594                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3595                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3596                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3597                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3598                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3599                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3600                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3601                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3602                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3603                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3604                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3605                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3606                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3607                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3608                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3609                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3610                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3611                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3612                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3613                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3614                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3615                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3616                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3617                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3618                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3619                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3620                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3621                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3622                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3623                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3624                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3625                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3626                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3627                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3628                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3629                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3630                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3631                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3632                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3633                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3634                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3635                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3636                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3637                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3638                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3639                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3640                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3641                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3642                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3643                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3644                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3645                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3646                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3647                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3648                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3649                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3650                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3651                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3652                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3653                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3654                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3655                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3656                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3657                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3658                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3659                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3660                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3661                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3662                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3663                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3664                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3665                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3666                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3667                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3668                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3669                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3670                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3671                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3672                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3673                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3674                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3675                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3676                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3677                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3678                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3679                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3680                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3681                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3682                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3683                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3684                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3685                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3686                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3687                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3688                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3689                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3690                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3691                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3692                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3693                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3694                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3695                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3696                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3697                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3698                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3699                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3700                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3701                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3702                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3703                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3704                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3705                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3706                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3707                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3708                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3709                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3710                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3711                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3712                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3713                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3714                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3715                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3716                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3717                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3718                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3719                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3720                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3721                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3722                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3723                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3724                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3725                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3726                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3727                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3728                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3729                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3730                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3731                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3732                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3733                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3734                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3735                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3736                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3737                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3738                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3739                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3740                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3741                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3742                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3743                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3744                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3745                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3746                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3747                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3748                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3749                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3750                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3751                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3752                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3753                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3754                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3755                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3756                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3757                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3758                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3759                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3760                                         <a href="https://profile.uproxx.com" rel="nofollow">Thred</a>
## 3761                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3762                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3763                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3764                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3765                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3766                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3767                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3768                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3769                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3770                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3771                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3772                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3773                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3774                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3775                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3776                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3777                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3778                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3779                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3780                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3781                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3782                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3783                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3784                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3785                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3786                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3787                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3788                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3789                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3790                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3791                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3792                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3793                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3794                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3795                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3796                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3797                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3798                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3799                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3800                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3801                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3802                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3803                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3804                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3805                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3806                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3807                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3808                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3809                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3810                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3811                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3812                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3813                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3814                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3815                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3816                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3817                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3818                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3819                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3820                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3821                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3822                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3823                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3824                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3825                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3826                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3827                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3828                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3829                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3830                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3831                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3832                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3833                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3834                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3835                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3836                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3837                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3838                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3839                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3840                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3841                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3842                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3843                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3844                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3845                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3846                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3847                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3848                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3849                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3850                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3851                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3852                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3853                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3854                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3855                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3856                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3857                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3858                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3859                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3860                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3861                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3862                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3863                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3864                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3865                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3866                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3867                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3868                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3869                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3870                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3871                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3872                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3873                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3874                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3875                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3876                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3877                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3878                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3879                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3880                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3881                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3882                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3883                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3884                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3885                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3886                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3887                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3888                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3889                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3890                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3891                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3892                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3893                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3894                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3895                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3896                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3897                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3898                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3899                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3900                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3901                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3902                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3903                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3904                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3905                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3906                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3907                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3908                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3909                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3910                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3911                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3912                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3913                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3914                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3915                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3916                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3917                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3918                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3919                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3920                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3921                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3922                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3923                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3924                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3925                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3926                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3927                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3928                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3929                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3930                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3931                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3932                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3933                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3934                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3935                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3936                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3937                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3938                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3939                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3940                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3941                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3942                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3943                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3944                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3945                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3946                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3947                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3948                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3949                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3950                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3951                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3952                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3953                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3954                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3955                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3956                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3957                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3958                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3959                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3960                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3961                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3962                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3963                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3964                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3965                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3966                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3967                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3968                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3969                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3970                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3971                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3972                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3973                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3974                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3975                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3976                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3977                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3978                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3979                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3980                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3981                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 3982                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3983                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3984                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3985                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3986                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3987                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3988                                              <a href="https://dlvrit.com/" rel="nofollow">dlvr.it</a>
## 3989                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3990                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3991                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3992                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3993                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 3994                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 3995                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3996                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3997                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3998                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 3999                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4000                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4001                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4002                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4003                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4004                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4005                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4006                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4007                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4008                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4009                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4010                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4011                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4012                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4013                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4014                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4015                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4016                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4017                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4018                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4019                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4020                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4021                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4022                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4023                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4024                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4025                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4026                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4027                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4028                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4029                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4030                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4031                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4032                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4033                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4034                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4035                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4036                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4037                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4038                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4039                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4040                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4041                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4042                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4043                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4044                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4045                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4046                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4047                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4048                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4049                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4050                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4051                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4052                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4053                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4054                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4055                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4056                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4057                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4058                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4059                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4060                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4061 <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 4062                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4063                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4064                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4065                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4066                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4067                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4068                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4069                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4070                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4071                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4072                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4073                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4074                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4075                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4076                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4077                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4078                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4079                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4080                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4081                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4082                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4083                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4084                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4085                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4086                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4087                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4088                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4089                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4090                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4091                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4092                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4093                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4094                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4095                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4096                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4097                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4098                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4099                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4100                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4101                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4102                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4103                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4104                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4105                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4106                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4107                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4108                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4109                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4110                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4111                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4112                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4113                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4114                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4115                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4116                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4117                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4118                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4119                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4120                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4121                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4122                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4123                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4124                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4125                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4126                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4127                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4128                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4129                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4130                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4131                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4132                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4133                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4134                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4135                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4136                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4137                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4138                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4139                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4140                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4141                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4142                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4143                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4144                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4145                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4146                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4147                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4148                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4149                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4150                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4151                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4152                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4153                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4154                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4155                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4156                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4157                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4158                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4159                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4160                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4161                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4162                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4163                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4164                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4165                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4166                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4167                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4168                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4169                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4170                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4171                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4172                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4173                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4174                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4175                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4176                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4177                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4178                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4179                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4180                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4181                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4182                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4183                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4184                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4185                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4186                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4187                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4188                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4189                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4190                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4191                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4192                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4193                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4194                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4195                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4196                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4197                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4198                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4199                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4200                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4201                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4202                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4203                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4204                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4205                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4206                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4207                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4208                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4209                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4210                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4211                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4212                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4213                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4214                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4215                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4216                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4217                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4218                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4219                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4220                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4221                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4222                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4223                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4224                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4225                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4226                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4227                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4228                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4229                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4230                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4231                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4232                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4233                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4234                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4235                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4236                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4237                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4238                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4239                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4240                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4241                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4242                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4243                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4244                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4245                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4246                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4247                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4248                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4249                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4250                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4251                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4252                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4253                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4254                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4255                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4256                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4257                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4258                                   <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 4259                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4260                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4261                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4262                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4263                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4264                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4265                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4266                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4267                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4268                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4269                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4270                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4271                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4272                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4273                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4274                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4275                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4276                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4277                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4278                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4279                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4280                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4281                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4282                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4283                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4284                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4285                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4286                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4287                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4288                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4289                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4290                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4291                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4292                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4293                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4294                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4295                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4296                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4297                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4298                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4299                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4300                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4301                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4302                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4303                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4304                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4305                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4306                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4307                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4308                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4309                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4310                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4311                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4312                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4313                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4314                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4315                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4316                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4317                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4318                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4319                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4320                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4321                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4322                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4323                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4324                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4325                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4326                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4327                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4328                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4329                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4330                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4331                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4332                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4333                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4334                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4335                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4336                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4337                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4338                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4339                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4340                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4341                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4342                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4343                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4344                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4345                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4346                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4347                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4348                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4349                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4350                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4351                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4352                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4353                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4354                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4355                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4356                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4357                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4358                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4359                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4360                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4361                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4362                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4363                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4364                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4365                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4366                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4367                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4368                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4369                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4370                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4371                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4372                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4373                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4374                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4375                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4376                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4377                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4378                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4379                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4380                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4381                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4382                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4383                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4384                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4385                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4386                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4387                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4388                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4389                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4390                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4391                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4392                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4393                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4394                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4395                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4396                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4397                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4398                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4399                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4400                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4401                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4402                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4403                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4404                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4405                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4406                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4407                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4408                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4409                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4410                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4411                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4412                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4413                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4414                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4415                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4416                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4417                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4418                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4419                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4420                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4421                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4422                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4423                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4424                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4425                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4426                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4427                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4428                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4429                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4430                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4431                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4432 <a href="http://itunes.apple.com/us/app/twitter/id409789998?mt=12" rel="nofollow">Twitter for Mac</a>
## 4433                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4434                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4435                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4436                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4437                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4438                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4439                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4440                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4441                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4442                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4443                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4444                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4445                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4446                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4447                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4448                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4449                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4450                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4451                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4452                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4453                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4454                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4455                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4456                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4457                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4458                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4459                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4460                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4461                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4462                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4463                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4464                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4465                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4466                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4467                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4468                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4469                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4470                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4471                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4472                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4473                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4474                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4475                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4476                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4477                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4478                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4479                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4480                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4481                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4482                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4483                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4484                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4485                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4486                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4487                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4488                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4489                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4490                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4491                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4492                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4493                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4494                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4495                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4496                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4497                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4498                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4499                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4500                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4501                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4502                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4503                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4504                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4505                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4506                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4507                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4508                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4509                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4510                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4511                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4512                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4513                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4514                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4515                                                <a href="https://buffer.com" rel="nofollow">Buffer</a>
## 4516                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4517                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4518                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4519                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4520                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4521                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4522                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4523                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4524                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4525                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4526                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4527                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4528                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4529                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4530                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4531                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4532                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4533                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4534                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4535                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4536                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4537                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4538                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4539                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4540                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4541                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4542                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4543                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4544                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4545                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4546                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4547                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4548                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4549                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4550                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4551                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4552                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4553                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4554                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4555                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4556                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4557                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4558                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4559                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4560                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4561                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4562                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4563                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4564                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4565                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4566                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4567                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4568                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4569                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4570                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4571                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4572                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4573                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4574                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4575                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4576                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4577                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4578                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4579                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4580                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4581                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4582                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4583                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4584                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4585                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4586                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4587                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4588                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4589                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4590                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4591                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4592                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4593                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4594                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4595                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4596                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4597                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4598                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4599                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4600                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4601                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4602                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4603                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4604                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4605                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4606                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4607                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4608                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4609                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4610                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4611                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4612                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4613                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4614                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4615                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4616                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4617                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4618                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4619                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4620                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4621                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4622                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4623                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4624                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4625                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4626                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4627                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4628                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4629                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4630                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4631                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4632                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4633                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4634                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4635                             <a href="http://tapbots.com/tweetbot" rel="nofollow">Tweetbot for iΟS</a>
## 4636                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4637                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4638                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4639                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4640                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4641                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4642                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4643                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4644                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4645                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4646                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4647                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4648                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4649                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4650                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4651                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4652                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4653                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4654                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4655                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4656                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4657                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4658                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4659                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4660                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4661                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4662                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4663                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4664                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4665                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4666                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4667                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4668                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4669                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4670                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4671                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4672                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4673                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4674                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4675                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4676                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4677                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4678                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4679                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4680                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4681                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4682                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4683                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4684                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4685                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4686                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4687                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4688                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4689                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4690                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4691                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4692                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4693                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4694                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4695                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4696                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4697                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4698                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4699                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4700                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4701                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4702                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4703                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4704                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4705                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4706                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4707                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4708                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4709                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4710                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4711                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4712                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4713                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4714                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4715                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4716                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4717                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4718                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4719                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4720                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4721                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4722                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4723                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4724                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4725                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4726                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4727                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4728                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4729                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4730                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4731                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4732                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4733                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4734                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4735                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4736                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4737                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4738                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4739                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4740                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4741                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4742                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4743                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4744                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4745                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4746                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4747                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4748                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4749                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4750                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4751                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4752                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4753                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4754                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4755                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4756                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4757                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4758                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4759                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4760                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4761                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4762                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4763                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4764                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4765                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4766                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4767                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4768                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4769                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4770                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4771                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4772                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4773                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4774                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4775                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4776                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4777                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4778                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4779                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4780                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4781                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4782                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4783                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4784                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4785                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4786                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4787                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4788                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4789                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4790                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4791                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4792                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4793                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4794                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4795                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4796                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4797                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4798                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4799                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4800                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4801                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4802                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4803                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4804                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4805                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4806                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4807                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4808                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4809                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4810                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4811                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4812                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4813                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4814                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4815                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4816                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4817                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4818                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4819                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4820                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4821                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4822                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4823                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4824                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4825                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4826                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4827                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4828                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4829                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4830                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4831                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4832                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4833                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4834                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4835                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4836                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4837                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4838                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4839                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4840                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4841                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4842                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4843                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4844                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4845                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4846                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4847                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4848                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4849                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4850                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4851                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4852                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4853                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4854                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4855                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4856                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4857                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4858                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4859                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4860                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4861                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4862                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4863                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4864                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4865                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4866                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4867                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4868                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4869                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4870                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4871                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4872                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4873                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4874                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4875                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4876                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4877                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4878                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4879                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4880                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4881                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4882                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4883                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4884                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4885                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4886                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4887                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4888                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4889                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4890                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4891                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4892                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4893                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4894                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4895                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4896                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4897                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4898                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4899                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4900                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4901                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4902                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4903                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4904                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4905                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4906                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4907                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4908                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4909                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4910                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4911                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4912                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4913                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4914                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4915                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4916                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4917                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4918                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4919                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4920                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4921                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4922                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4923                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4924                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4925                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4926                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4927                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4928                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4929                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4930                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4931                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4932                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4933                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4934                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4935                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4936                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4937                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4938                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4939                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4940                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4941                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4942                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4943                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4944                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4945                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4946                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4947                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4948                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4949                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4950                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4951                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4952                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4953                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4954                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4955                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4956                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4957                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4958                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4959                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4960                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 4961                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4962                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4963                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4964                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4965                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4966                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4967                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4968                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4969                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4970                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4971                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4972                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4973                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4974                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4975                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4976                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4977                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4978                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4979                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4980                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4981                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4982                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 4983                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4984                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4985                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4986                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4987                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4988                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4989                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4990                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4991                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4992                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4993                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 4994                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4995                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4996                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 4997                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4998                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 4999                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5000                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5001                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5002                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5003                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5004                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5005                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5006                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5007                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5008                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5009                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5010                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5011                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5012                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5013                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5014                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5015                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5016                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5017                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5018                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5019                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5020                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5021                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5022                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5023                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5024                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5025                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5026                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5027                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5028                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5029                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5030                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5031                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5032                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5033                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5034                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5035                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5036                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5037                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5038                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5039                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5040                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5041                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5042                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5043                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5044                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5045                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5046                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5047                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5048                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5049                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5050                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5051                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5052                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5053                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5054                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5055                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5056                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5057                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5058                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5059                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5060                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5061                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5062                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5063                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5064                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5065                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5066                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5067                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5068                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5069                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5070                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5071                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5072                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5073                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5074                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5075                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5076                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5077                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5078                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5079                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5080                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5081                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5082                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5083                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5084                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5085                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5086                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5087                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5088                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5089                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5090                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5091                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5092                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5093                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5094                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5095                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5096                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5097                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5098                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5099                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5100                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5101                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5102                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5103                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5104                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5105                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5106                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5107                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5108                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5109                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5110                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5111                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5112                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5113                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5114                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5115                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5116                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5117                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5118                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5119                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5120                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5121                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5122                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5123                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5124                                     <a href="https://twitter.com/m2i_tw" rel="nofollow">tweet4mti</a>
## 5125                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5126                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5127                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5128                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5129                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5130                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5131                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5132                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5133                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5134                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5135                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5136                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5137                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5138                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5139                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5140                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5141                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5142                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5143                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5144                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5145                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5146                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5147                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5148                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5149                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5150                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5151                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5152                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5153                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5154                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5155                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5156                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5157                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5158                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5159                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5160                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5161                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5162                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5163                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5164                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5165                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5166                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5167                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5168                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5169                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5170                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5171                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5172                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5173                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5174                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5175                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5176                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5177                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5178                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5179                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5180                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5181                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5182                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5183                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5184                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5185                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5186                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5187                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5188                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5189                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5190                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5191                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5192                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5193                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5194                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5195                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5196                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5197                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5198                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5199                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5200                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5201                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5202                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5203                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5204                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5205                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5206                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5207                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5208                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5209                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5210                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5211                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5212                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5213                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5214                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5215                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5216                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5217                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5218                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5219                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5220                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5221                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5222                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5223                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5224                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5225                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5226                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5227                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5228                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5229                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5230                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5231                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5232                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5233                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5234                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5235                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5236                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5237                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5238                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5239                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5240                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5241                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5242                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5243                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5244                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5245                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5246                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5247                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5248                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5249                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5250                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5251                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5252                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5253                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5254                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5255                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5256                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5257                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5258                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5259                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5260                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5261                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5262                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5263                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5264                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5265                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5266                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5267                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5268                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5269                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5270                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5271                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5272                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5273                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5274                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5275                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5276                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5277                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5278                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5279                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5280                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5281                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5282                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5283                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5284                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5285                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5286                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5287                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5288                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5289                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5290                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5291                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5292                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5293                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5294                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5295                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5296                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5297                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5298                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5299                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5300                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5301                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5302                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5303                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5304                                   <a href="https://sproutsocial.com" rel="nofollow">Sprout Social</a>
## 5305                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5306                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5307                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5308                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5309                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5310                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5311                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5312                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5313                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5314                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5315                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5316                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5317                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5318                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5319                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5320                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5321                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5322                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5323                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5324                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5325                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5326                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5327                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5328                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5329                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5330                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5331                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5332                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5333                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5334                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5335                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5336                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5337                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5338                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5339                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5340                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5341                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5342                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5343                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5344                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5345                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5346                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5347                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5348                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5349                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5350                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5351                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5352                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5353                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5354                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5355                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5356                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5357                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5358                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5359                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5360                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5361                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5362                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5363                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5364                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5365                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5366                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5367                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5368                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5369                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5370                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5371                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5372                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5373                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5374                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5375                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5376                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5377                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5378                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5379                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5380                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5381                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5382                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5383                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5384                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5385                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5386                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5387                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5388                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5389                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5390                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5391                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5392                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5393                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5394                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5395                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5396                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5397                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5398                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5399                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5400                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5401                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5402                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5403                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5404                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5405                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5406                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5407                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5408                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5409                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5410                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5411                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5412                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5413                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5414                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5415                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5416                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5417                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5418                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5419                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5420                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5421                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5422                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5423                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5424                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5425                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5426                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5427                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5428                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5429                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5430                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5431                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5432                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5433                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5434                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5435                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5436                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5437                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5438                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5439                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5440                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5441                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5442                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5443                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5444                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5445                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5446                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5447                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5448                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5449                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5450                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5451                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5452                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5453                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5454                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5455                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5456                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5457                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5458                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5459                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5460                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5461                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5462                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5463                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5464                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5465                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5466                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5467                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5468                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5469                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5470                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5471                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5472                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5473                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5474                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5475                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5476                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5477                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5478                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5479                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5480                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5481                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5482                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5483                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5484                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5485                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5486                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5487                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5488                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5489                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5490                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5491                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5492                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5493                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5494                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5495                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5496                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5497                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5498                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5499                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5500                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5501                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5502                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5503                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5504                   <a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>
## 5505                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5506                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5507                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5508                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5509                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5510                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5511                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5512                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5513                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5514                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5515                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5516                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5517                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5518                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5519                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5520                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5521                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5522                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5523                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5524                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5525                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5526                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5527                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5528                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5529                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5530                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5531                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5532                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5533                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5534                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5535                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5536                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5537                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5538                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5539                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5540                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5541                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5542                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5543                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5544                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5545                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5546                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5547                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5548                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5549                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5550                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5551                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5552                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5553                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5554                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5555                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5556                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5557                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5558                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5559                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5560                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5561                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5562                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5563                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5564                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5565                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5566                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5567                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5568                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5569                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5570                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5571                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5572                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5573                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5574                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5575                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5576                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5577                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5578                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5579                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5580                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5581                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5582                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5583                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5584                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5585                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5586                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5587                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5588                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5589                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5590                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5591                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5592                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5593                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5594                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5595                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5596                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5597                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5598                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5599                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5600                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5601                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5602                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5603                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5604                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5605                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5606                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5607                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5608                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5609                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5610                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5611                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5612                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5613                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5614                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5615                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5616                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5617                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5618                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5619                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5620                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5621                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5622                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5623                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5624                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5625                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5626                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5627                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5628                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5629                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5630                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5631                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5632                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5633                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5634                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5635                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5636                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5637                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5638                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5639                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5640                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5641                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5642                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5643                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5644                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5645                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5646                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5647                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5648                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5649                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5650                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5651                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5652                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5653                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5654                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5655                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5656                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5657                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5658                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5659                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5660                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5661                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5662                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5663                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5664                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5665                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5666                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5667                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5668                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5669                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5670                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5671                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5672                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5673                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5674                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5675                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5676                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5677                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5678                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5679                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5680                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5681                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5682                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5683                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5684                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5685                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5686                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5687                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5688                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5689                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5690                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5691                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5692                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5693                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5694                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5695                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5696                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5697                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5698                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5699                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5700                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5701                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5702                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5703                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5704                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5705                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5706                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5707                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5708                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5709                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5710                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5711                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5712                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5713                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5714                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5715                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5716                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5717                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5718                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5719                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5720                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5721                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5722                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5723                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5724                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5725                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5726                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5727                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5728                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5729                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5730                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5731                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5732                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5733                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5734                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5735                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5736                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5737                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5738                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5739                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5740                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5741                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5742                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5743                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5744                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5745                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5746                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5747                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5748                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5749                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5750                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5751                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5752                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5753                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5754                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5755                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5756                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5757                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5758                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5759                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5760                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5761                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5762                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5763                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5764                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5765                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5766                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5767                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5768                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5769                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5770                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5771                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5772                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5773                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5774                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5775                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5776                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5777                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5778                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5779                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5780                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5781                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5782                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5783                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5784                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5785                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5786                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5787                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5788                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5789                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5790                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5791                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5792                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5793                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5794                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5795                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5796                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5797                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5798                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5799                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5800                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5801                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5802                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5803                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5804                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5805                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5806                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5807                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5808                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5809                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5810                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5811                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5812                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5813                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5814                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5815                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5816                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5817                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5818                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5819                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5820                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5821                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5822                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5823                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5824                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5825                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5826                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5827                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5828                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5829                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5830                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5831                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5832                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5833                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5834                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5835                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5836                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5837                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5838                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5839                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5840                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5841                     <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a>
## 5842                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5843                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5844                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5845                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5846                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5847                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5848                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5849                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5850                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5851                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5852                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5853                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5854                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5855                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5856                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5857                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5858                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5859                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5860                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5861                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5862                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5863                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5864                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5865                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5866                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5867                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5868                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5869                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5870                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5871                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5872                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5873                  <a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>
## 5874                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5875                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5876                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5877                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5878                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5879                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5880                               <a href="https://mobile.twitter.com" rel="nofollow">Twitter Web App</a>
## 5881                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
## 5882                    <a href="http://twitter.com/download/iphone" rel="nofollow">Twitter for iPhone</a>
##           screenName retweetCount isRetweet retweeted longitude latitude
## 1           heliosk_            0     FALSE     FALSE        NA       NA
## 2              m4ac1            0     FALSE     FALSE        NA       NA
## 3     bottomindenial            0     FALSE     FALSE        NA       NA
## 4         CliffosPin            0     FALSE     FALSE        NA       NA
## 5        TreeshVille            0     FALSE     FALSE        NA       NA
## 6     bottomindenial            0     FALSE     FALSE        NA       NA
## 7       carolinetpwk            0     FALSE     FALSE        NA       NA
## 8       carolinetpwk            0     FALSE     FALSE        NA       NA
## 9          Gabhy1522            0     FALSE     FALSE        NA       NA
## 10        CliffosPin            0     FALSE     FALSE        NA       NA
## 11      LupitaVee713            1     FALSE     FALSE        NA       NA
## 12             ckyp_            0     FALSE     FALSE        NA       NA
## 13          sariashi            0     FALSE     FALSE        NA       NA
## 14      warnerofvere            0     FALSE     FALSE        NA       NA
## 15     SUPERR1CHKIDS            0     FALSE     FALSE        NA       NA
## 16        Seb_Dharma            6     FALSE     FALSE        NA       NA
## 17   stpbcksillygirl            0     FALSE     FALSE        NA       NA
## 18    kali_heartbeat            0     FALSE     FALSE        NA       NA
## 19     hackwithClark            0     FALSE     FALSE        NA       NA
## 20     SUPERR1CHKIDS            0     FALSE     FALSE        NA       NA
## 21   emilyirizarry02            0     FALSE     FALSE        NA       NA
## 22        CliffosPin            0     FALSE     FALSE        NA       NA
## 23          MLBONFAX            0     FALSE     FALSE        NA       NA
## 24       ArtisticXP_            0     FALSE     FALSE        NA       NA
## 25     SUPERR1CHKIDS            0     FALSE     FALSE        NA       NA
## 26            guzuiz            0     FALSE     FALSE        NA       NA
## 27   thecherrieberry            0     FALSE     FALSE        NA       NA
## 28        CliffosPin            0     FALSE     FALSE        NA       NA
## 29    kristenmurdock            0     FALSE     FALSE        NA       NA
## 30   Mr_BalIoonhands            0     FALSE     FALSE        NA       NA
## 31          ItsnotuK            0     FALSE     FALSE        NA       NA
## 32          vivis_so            0     FALSE     FALSE        NA       NA
## 33        equalssign            0     FALSE     FALSE        NA       NA
## 34     LandoBurdette            0     FALSE     FALSE        NA       NA
## 35          vivis_so            0     FALSE     FALSE        NA       NA
## 36   childerolandusa            0     FALSE     FALSE        NA       NA
## 37     marileezafari            0     FALSE     FALSE        NA       NA
## 38          vivis_so            0     FALSE     FALSE        NA       NA
## 39          vivis_so            0     FALSE     FALSE        NA       NA
## 40     saymynamegabi            0     FALSE     FALSE        NA       NA
## 41    massiveballscb            0     FALSE     FALSE        NA       NA
## 42       wnwgalleria            0     FALSE     FALSE        NA       NA
## 43            vv3spa            0     FALSE     FALSE        NA       NA
## 44            vv3spa            0     FALSE     FALSE        NA       NA
## 45    PaintWaterChug            0     FALSE     FALSE        NA       NA
## 46            vv3spa            0     FALSE     FALSE        NA       NA
## 47    apriljeanapril            0     FALSE     FALSE        NA       NA
## 48     TheC0baltBlu3            0     FALSE     FALSE        NA       NA
## 49    apriljeanapril            0     FALSE     FALSE        NA       NA
## 50      AParedeOrtis            0     FALSE     FALSE        NA       NA
## 51    GoldenDreams50            0     FALSE     FALSE        NA       NA
## 52        slimytrain            0     FALSE     FALSE        NA       NA
## 53      HackwithFred            0     FALSE     FALSE        NA       NA
## 54   BraydenMeechan1            0     FALSE     FALSE        NA       NA
## 55       SunbeaM_GSW            0     FALSE     FALSE        NA       NA
## 56    deathisbac1001            0     FALSE     FALSE        NA       NA
## 57       Meateater89            0     FALSE     FALSE        NA       NA
## 58          agustdxk            0     FALSE     FALSE        NA       NA
## 59    apriljeanapril            0     FALSE     FALSE        NA       NA
## 60       OncoDancing            0     FALSE     FALSE        NA       NA
## 61          sunnasg_            0     FALSE     FALSE        NA       NA
## 62   BraydenMeechan1            0     FALSE     FALSE        NA       NA
## 63   macedodouglas13            0     FALSE     FALSE        NA       NA
## 64        slimytrain            0     FALSE     FALSE        NA       NA
## 65    Josefa98167895            1     FALSE     FALSE        NA       NA
## 66    deathisbac1001            0     FALSE     FALSE        NA       NA
## 67    DBakerOutdoors            0     FALSE     FALSE        NA       NA
## 68     itsoliveyalll            0     FALSE     FALSE        NA       NA
## 69    apriljeanapril            0     FALSE     FALSE        NA       NA
## 70   BraydenMeechan1            0     FALSE     FALSE        NA       NA
## 71        slimytrain            0     FALSE     FALSE        NA       NA
## 72          rotnsick            0     FALSE     FALSE        NA       NA
## 73        Darlyn_twt            0     FALSE     FALSE        NA       NA
## 74           MikyleK            0     FALSE     FALSE        NA       NA
## 75         pnwlife77            0     FALSE     FALSE        NA       NA
## 76        slimytrain            0     FALSE     FALSE        NA       NA
## 77         roxyposie            0     FALSE     FALSE        NA       NA
## 78     savestheday91            0     FALSE     FALSE        NA       NA
## 79         dhiyaulzz            0     FALSE     FALSE        NA       NA
## 80   macedodouglas13            0     FALSE     FALSE        NA       NA
## 81       nicolasmavr            0     FALSE     FALSE        NA       NA
## 82         dhiyaulzz            0     FALSE     FALSE        NA       NA
## 83    ladyofdaycourt            0     FALSE     FALSE        NA       NA
## 84       nicolasmavr            0     FALSE     FALSE        NA       NA
## 85         dhiyaulzz            0     FALSE     FALSE        NA       NA
## 86     QueenpinClark            0     FALSE     FALSE        NA       NA
## 87      drsweetnlowe            0     FALSE     FALSE        NA       NA
## 88     Enigma_Soul01            0     FALSE     FALSE        NA       NA
## 89       nicolasmavr            0     FALSE     FALSE        NA       NA
## 90        __mallorym            0     FALSE     FALSE        NA       NA
## 91     savestheday91            0     FALSE     FALSE        NA       NA
## 92            hsreid            0     FALSE     FALSE        NA       NA
## 93      drsweetnlowe            0     FALSE     FALSE        NA       NA
## 94         phaniehcr            0     FALSE     FALSE        NA       NA
## 95     Imerikalozano            0     FALSE     FALSE        NA       NA
## 96        Boston_Box            0     FALSE     FALSE        NA       NA
## 97     Imerikalozano            0     FALSE     FALSE        NA       NA
## 98      drsweetnlowe            0     FALSE     FALSE        NA       NA
## 99          bbunniev            0     FALSE     FALSE        NA       NA
## 100    LifeonArisTwo            1     FALSE     FALSE        NA       NA
## 101    QueenCityBird           40     FALSE     FALSE        NA       NA
## 102      scrapxmusic            1     FALSE     FALSE        NA       NA
## 103         Pazanato            0     FALSE     FALSE        NA       NA
## 104        angela2k1            0     FALSE     FALSE        NA       NA
## 105       ApolloViet            0     FALSE     FALSE        NA       NA
## 106       omgsihyuna            0     FALSE     FALSE        NA       NA
## 107         Boeing74            0     FALSE     FALSE        NA       NA
## 108          SUN34TR            0     FALSE     FALSE        NA       NA
## 109    allieemackeyy            0     FALSE     FALSE        NA       NA
## 110          Halo_JJ            1     FALSE     FALSE        NA       NA
## 111   jimmy_plz_help            0     FALSE     FALSE        NA       NA
## 112    allieemackeyy            0     FALSE     FALSE        NA       NA
## 113       omgsihyuna            0     FALSE     FALSE        NA       NA
## 114       omgsihyuna            0     FALSE     FALSE        NA       NA
## 115      TheDFSguys_            0     FALSE     FALSE        NA       NA
## 116    theitaliamoon            0     FALSE     FALSE        NA       NA
## 117  ScarboroughTWTC            0     FALSE     FALSE        NA       NA
## 118       omgsihyuna            0     FALSE     FALSE        NA       NA
## 119      LZZYHALE666            0     FALSE     FALSE        NA       NA
## 120      SengokuSeju            0     FALSE     FALSE        NA       NA
## 121         franefig            0     FALSE     FALSE        NA       NA
## 122      LZZYHALE666            0     FALSE     FALSE        NA       NA
## 123    stupidlylogic            0     FALSE     FALSE        NA       NA
## 124      klausthorne            0     FALSE     FALSE        NA       NA
## 125  ToiletMonster31            0     FALSE     FALSE        NA       NA
## 126      SengokuSeju            0     FALSE     FALSE        NA       NA
## 127  JahblessAzubui2            0     FALSE     FALSE        NA       NA
## 128    DazedSkiezTTV            3     FALSE     FALSE        NA       NA
## 129       ojoanemile            0     FALSE     FALSE        NA       NA
## 130     SolimanRacha            0     FALSE     FALSE        NA       NA
## 131  ToiletMonster31            0     FALSE     FALSE        NA       NA
## 132      LZZYHALE666            0     FALSE     FALSE        NA       NA
## 133       iamochayan            0     FALSE     FALSE        NA       NA
## 134  theboyzbrainrot            0     FALSE     FALSE        NA       NA
## 135    RickTheBuilda            0     FALSE     FALSE        NA       NA
## 136      josephcup18            1     FALSE     FALSE        NA       NA
## 137  KevWatchedAFilm            0     FALSE     FALSE        NA       NA
## 138          BTTG161            0     FALSE     FALSE        NA       NA
## 139    stupidlylogic            0     FALSE     FALSE        NA       NA
## 140         2viccruz            0     FALSE     FALSE        NA       NA
## 141  ToiletMonster31            0     FALSE     FALSE        NA       NA
## 142       alopez1197            0     FALSE     FALSE        NA       NA
## 143          xime_nh            0     FALSE     FALSE        NA       NA
## 144       iamochayan            0     FALSE     FALSE        NA       NA
## 145       Tkubo_afro            0     FALSE     FALSE        NA       NA
## 146  marynherfangirl            0     FALSE     FALSE        NA       NA
## 147       Tkubo_afro            0     FALSE     FALSE        NA       NA
## 148       iamochayan            0     FALSE     FALSE        NA       NA
## 149  theboyzbrainrot            0     FALSE     FALSE        NA       NA
## 150    stupidlylogic            0     FALSE     FALSE        NA       NA
## 151    mxdnight_rxin            0     FALSE     FALSE        NA       NA
## 152       Tkubo_afro            0     FALSE     FALSE        NA       NA
## 153         punzbaby            0     FALSE     FALSE        NA       NA
## 154  theboyzbrainrot            0     FALSE     FALSE        NA       NA
## 155  chrisderespino_            0     FALSE     FALSE        NA       NA
## 156  theboyzbrainrot            0     FALSE     FALSE        NA       NA
## 157       Boston_Box            0     FALSE     FALSE        NA       NA
## 158  user42069666420            0     FALSE     FALSE        NA       NA
## 159     TheeAstroDot            1     FALSE     FALSE        NA       NA
## 160  chrisderespino_            0     FALSE     FALSE        NA       NA
## 161        ShutUp_AJ            0     FALSE     FALSE        NA       NA
## 162  chrisderespino_            0     FALSE     FALSE        NA       NA
## 163       VaginaPlug            0     FALSE     FALSE        NA       NA
## 164  user42069666420            0     FALSE     FALSE        NA       NA
## 165  chrisderespino_            0     FALSE     FALSE        NA       NA
## 166       Boston_Box            0     FALSE     FALSE        NA       NA
## 167  user42069666420            0     FALSE     FALSE        NA       NA
## 168           aroc88            0     FALSE     FALSE        NA       NA
## 169  user42069666420            0     FALSE     FALSE        NA       NA
## 170   nickipinkprink            0     FALSE     FALSE        NA       NA
## 171   migos_kilosfit            0     FALSE     FALSE        NA       NA
## 172          m0hs1n1            1     FALSE     FALSE        NA       NA
## 173       mal_aki_01            0     FALSE     FALSE        NA       NA
## 174    taylahcabello            0     FALSE     FALSE        NA       NA
## 175      EmiMulligan            0     FALSE     FALSE        NA       NA
## 176  SwiftieJess19XX            0     FALSE     FALSE        NA       NA
## 177          M6_6_06            0     FALSE     FALSE        NA       NA
## 178       doctordave            0     FALSE     FALSE        NA       NA
## 179   nickipinkprink            0     FALSE     FALSE        NA       NA
## 180       Boston_Box            0     FALSE     FALSE        NA       NA
## 181        Marshyism            0     FALSE     FALSE        NA       NA
## 182    taylahcabello            0     FALSE     FALSE        NA       NA
## 183      Izzeythedon            3     FALSE     FALSE        NA       NA
## 184      EmiMulligan            0     FALSE     FALSE        NA       NA
## 185   nickipinkprink            0     FALSE     FALSE        NA       NA
## 186    taylahcabello            0     FALSE     FALSE        NA       NA
## 187          M6_6_06            0     FALSE     FALSE        NA       NA
## 188   nickipinkprink            0     FALSE     FALSE        NA       NA
## 189   andybidibidis_            0     FALSE     FALSE        NA       NA
## 190         Big_46_2            0     FALSE     FALSE        NA       NA
## 191     imisspurpIed            0     FALSE     FALSE        NA       NA
## 192    francisco_b22            0     FALSE     FALSE        NA       NA
## 193       raul_ipina            0     FALSE     FALSE        NA       NA
## 194        AuthorMrE            0     FALSE     FALSE        NA       NA
## 195          catbat0            1     FALSE     FALSE        NA       NA
## 196       Darlyn_twt            0     FALSE     FALSE        NA       NA
## 197        nikkieeli            0     FALSE     FALSE        NA       NA
## 198  LaurieFinlayson            0     FALSE     FALSE        NA       NA
## 199          catbat0            1     FALSE     FALSE        NA       NA
## 200      OlmecPrince            0     FALSE     FALSE        NA       NA
## 201  thepencilbaber_            0     FALSE     FALSE        NA       NA
## 202         Big_46_2            0     FALSE     FALSE        NA       NA
## 203          catbat0            1     FALSE     FALSE        NA       NA
## 204        Roooowwws            0     FALSE     FALSE        NA       NA
## 205      leisakimone            0     FALSE     FALSE        NA       NA
## 206       briiii_lyn            0     FALSE     FALSE        NA       NA
## 207          catbat0            1     FALSE     FALSE        NA       NA
## 208  mariasofiamenez            0     FALSE     FALSE        NA       NA
## 209      BronxBombrs            0     FALSE     FALSE        NA       NA
## 210       briiii_lyn            0     FALSE     FALSE        NA       NA
## 211       briiii_lyn            0     FALSE     FALSE        NA       NA
## 212         skyebro_            0     FALSE     FALSE        NA       NA
## 213      leisakimone            0     FALSE     FALSE        NA       NA
## 214  baddispositioon            0     FALSE     FALSE        NA       NA
## 215    cowsupremacyy            0     FALSE     FALSE        NA       NA
## 216      Heyyoongiah            0     FALSE     FALSE        NA       NA
## 217    astrid_belova            0     FALSE     FALSE        NA       NA
## 218     Hansumbunnie            0     FALSE     FALSE        NA       NA
## 219     Georgia_1037            0     FALSE     FALSE        NA       NA
## 220    cowsupremacyy            0     FALSE     FALSE        NA       NA
## 221     WeezYbloomix            0     FALSE     FALSE        NA       NA
## 222    astrid_belova            0     FALSE     FALSE        NA       NA
## 223  KateLoganBeauty            0     FALSE     FALSE        NA       NA
## 224    fixed_surebet            1     FALSE     FALSE        NA       NA
## 225     College_IRL_            0     FALSE     FALSE        NA       NA
## 226        wafflemak            0     FALSE     FALSE        NA       NA
## 227   goldrushstan13            0     FALSE     FALSE        NA       NA
## 228     itmecatalina            0     FALSE     FALSE        NA       NA
## 229      metobomerng            0     FALSE     FALSE        NA       NA
## 230   goldrushstan13            0     FALSE     FALSE        NA       NA
## 231        maroeteez            0     FALSE     FALSE        NA       NA
## 232     WeezYbloomix            0     FALSE     FALSE        NA       NA
## 233       allremixes            0     FALSE     FALSE        NA       NA
## 234      ADelphinius            1     FALSE     FALSE        NA       NA
## 235   goldrushstan13            0     FALSE     FALSE        NA       NA
## 236       maryavliss            0     FALSE     FALSE        NA       NA
## 237   goldrushstan13            0     FALSE     FALSE        NA       NA
## 238    PrettySophieK            0     FALSE     FALSE        NA       NA
## 239     heartpotters            0     FALSE     FALSE        NA       NA
## 240         04_jerrr            0     FALSE     FALSE        NA       NA
## 241       allremixes            0     FALSE     FALSE        NA       NA
## 242     heartpotters            0     FALSE     FALSE        NA       NA
## 243  SMPingForTheSMP            0     FALSE     FALSE        NA       NA
## 244   Essential_Mark            0     FALSE     FALSE        NA       NA
## 245       svndayclub            0     FALSE     FALSE        NA       NA
## 246   deareadernovia            0     FALSE     FALSE        NA       NA
## 247     OurPodFather            0     FALSE     FALSE        NA       NA
## 248      Jm76Mendoza            0     FALSE     FALSE        NA       NA
## 249         caitinlv            0     FALSE     FALSE        NA       NA
## 250   voltaire_marie            1     FALSE     FALSE        NA       NA
## 251      YourBoyGavo            0     FALSE     FALSE        NA       NA
## 252     heyyouguys18            0     FALSE     FALSE        NA       NA
## 253        sav_anna2            0     FALSE     FALSE        NA       NA
## 254   CodeNameRetro1            0     FALSE     FALSE        NA       NA
## 255       Luevermore            0     FALSE     FALSE        NA       NA
## 256         j2dat419            0     FALSE     FALSE        NA       NA
## 257       majabxrger            0     FALSE     FALSE        NA       NA
## 258      vanessitarv            0     FALSE     FALSE        NA       NA
## 259       Luevermore            0     FALSE     FALSE        NA       NA
## 260     ShaySetura22            0     FALSE     FALSE        NA       NA
## 261     mischiefhale            0     FALSE     FALSE        NA       NA
## 262     yankeegoomba            0     FALSE     FALSE        NA       NA
## 263  StellaArcticFox            0     FALSE     FALSE        NA       NA
## 264  Person123432123            0     FALSE     FALSE        NA       NA
## 265     _lucaaraujoo            0     FALSE     FALSE        NA       NA
## 266     cannacutie24            3     FALSE     FALSE        NA       NA
## 267    jackeelantern            0     FALSE     FALSE        NA       NA
## 268       biza_sarah            1     FALSE     FALSE        NA       NA
## 269     yankeegoomba            0     FALSE     FALSE        NA       NA
## 270       wild_flowa            0     FALSE     FALSE        NA       NA
## 271     purityempire            0     FALSE     FALSE        NA       NA
## 272         tenderyv            0     FALSE     FALSE        NA       NA
## 273     mischiefhale            0     FALSE     FALSE        NA       NA
## 274       RawwwMoney            0     FALSE     FALSE        NA       NA
## 275   parttimeobiwan            0     FALSE     FALSE        NA       NA
## 276     _lucaaraujoo            0     FALSE     FALSE        NA       NA
## 277         anavitxt            0     FALSE     FALSE        NA       NA
## 278     sovadashopee            0     FALSE     FALSE        NA       NA
## 279     yankeegoomba            0     FALSE     FALSE        NA       NA
## 280      VRoyTheGOAT            0     FALSE     FALSE        NA       NA
## 281     mischiefhale            0     FALSE     FALSE        NA       NA
## 282    Iawrencenovia            0     FALSE     FALSE        NA       NA
## 283     WeezYbloomix            0     FALSE     FALSE        NA       NA
## 284      STATEOFTEAR            0     FALSE     FALSE        NA       NA
## 285  Person123432123            0     FALSE     FALSE        NA       NA
## 286           le0xrd            0     FALSE     FALSE        NA       NA
## 287   angie959262342            0     FALSE     FALSE        NA       NA
## 288       17dinogasm            6     FALSE     FALSE        NA       NA
## 289   SilentlyDark69            0     FALSE     FALSE        NA       NA
## 290   goldenxcoacoac            0     FALSE     FALSE        NA       NA
## 291         anavitxt            0     FALSE     FALSE        NA       NA
## 292     FalconAlbane            0     FALSE     FALSE        NA       NA
## 293         kerongbb            1     FALSE     FALSE        NA       NA
## 294         anavitxt            0     FALSE     FALSE        NA       NA
## 295         i6jxnini            0     FALSE     FALSE        NA       NA
## 296          iKay_Mo            0     FALSE     FALSE        NA       NA
## 297          McLushy            0     FALSE     FALSE        NA       NA
## 298   onlycarolknows            0     FALSE     FALSE        NA       NA
## 299         i6jxnini            0     FALSE     FALSE        NA       NA
## 300       AkiraCoded            0     FALSE     FALSE        NA       NA
## 301      dmillerwats            0     FALSE     FALSE        NA       NA
## 302       MoomooPtpt            1     FALSE     FALSE        NA       NA
## 303       ZanAycicek            0     FALSE     FALSE        NA       NA
## 304     ShaySetura22            0     FALSE     FALSE        NA       NA
## 305   onlycarolknows            0     FALSE     FALSE        NA       NA
## 306       AkiraCoded            0     FALSE     FALSE        NA       NA
## 307       salemified            0     FALSE     FALSE        NA       NA
## 308     IsaacLarrier            0     FALSE     FALSE        NA       NA
## 309          iKay_Mo            0     FALSE     FALSE        NA       NA
## 310   PinstripeSZN99            0     FALSE     FALSE        NA       NA
## 311       salemified            0     FALSE     FALSE        NA       NA
## 312     MeghanSchrag            0     FALSE     FALSE        NA       NA
## 313      vanessajaye            0     FALSE     FALSE        NA       NA
## 314        mature_13            0     FALSE     FALSE        NA       NA
## 315   whyidontsmilee            0     FALSE     FALSE        NA       NA
## 316  YoursTrulySofia            0     FALSE     FALSE        NA       NA
## 317  Alice_Targaryen            0     FALSE     FALSE        NA       NA
## 318  Justfordogshop1            0     FALSE     FALSE        NA       NA
## 319      Leanel_Hell            0     FALSE     FALSE        NA       NA
## 320        manox_eth            0     FALSE     FALSE        NA       NA
## 321        jzfallows            0     FALSE     FALSE        NA       NA
## 322        mature_13            0     FALSE     FALSE        NA       NA
## 323    elysespeaches            0     FALSE     FALSE        NA       NA
## 324     Sheisty12Big            0     FALSE     FALSE        NA       NA
## 325        Ade197303            0     FALSE     FALSE        NA       NA
## 326   theCOURTsystem            0     FALSE     FALSE        NA       NA
## 327  marissacrenwlge            0     FALSE     FALSE        NA       NA
## 328  DROWNINGZLESSON            0     FALSE     FALSE        NA       NA
## 329    lyOness_pride            0     FALSE     FALSE        NA       NA
## 330     ShirellHill3            0     FALSE     FALSE        NA       NA
## 331  DROWNINGZLESSON            0     FALSE     FALSE        NA       NA
## 332     Sheisty12Big            0     FALSE     FALSE        NA       NA
## 333        Lottedek_            0     FALSE     FALSE        NA       NA
## 334          njnic23            0     FALSE     FALSE        NA       NA
## 335      MetronomeGh            0     FALSE     FALSE        NA       NA
## 336          K_Rinou           12     FALSE     FALSE        NA       NA
## 337         sdmc_004            0     FALSE     FALSE        NA       NA
## 338  DROWNINGZLESSON            0     FALSE     FALSE        NA       NA
## 339     Youngfolarge            0     FALSE     FALSE        NA       NA
## 340       cascoded67            0     FALSE     FALSE        NA       NA
## 341    Arvinthehuman            0     FALSE     FALSE        NA       NA
## 342       AmymKimble            0     FALSE     FALSE        NA       NA
## 343  DROWNINGZLESSON            0     FALSE     FALSE        NA       NA
## 344        aeagle624            0     FALSE     FALSE        NA       NA
## 345           mabfx3            0     FALSE     FALSE        NA       NA
## 346      _useryoongi            0     FALSE     FALSE        NA       NA
## 347     Sheisty12Big            0     FALSE     FALSE        NA       NA
## 348     MMcn03062875            0     FALSE     FALSE        NA       NA
## 349    ClassyLady_24            0     FALSE     FALSE        NA       NA
## 350     BonnieAuntea            0     FALSE     FALSE        NA       NA
## 351       FRY1N6_P4N            0     FALSE     FALSE        NA       NA
## 352        b0dypaint            0     FALSE     FALSE        NA       NA
## 353     Lauracoder12            1     FALSE     FALSE        NA       NA
## 354  JawshieTheShark            0     FALSE     FALSE        NA       NA
## 355          vkemp01            0     FALSE     FALSE        NA       NA
## 356   AlohaScoobyDoo            0     FALSE     FALSE        NA       NA
## 357         Arti767_            0     FALSE     FALSE        NA       NA
## 358     ShaySetura22            0     FALSE     FALSE        NA       NA
## 359      _maroonmoon            0     FALSE     FALSE        NA       NA
## 360      vanessajaye            2     FALSE     FALSE        NA       NA
## 361         GirlTema           13     FALSE     FALSE        NA       NA
## 362   holidaygrl1225            0     FALSE     FALSE        NA       NA
## 363     rissalutions            0     FALSE     FALSE        NA       NA
## 364     JAMIESDARLIN            1     FALSE     FALSE        NA       NA
## 365      AndyUTorres            0     FALSE     FALSE        NA       NA
## 366           miggon            0     FALSE     FALSE        NA       NA
## 367       jakedashed            0     FALSE     FALSE        NA       NA
## 368      vanessajaye            1     FALSE     FALSE        NA       NA
## 369         vixltoon            0     FALSE     FALSE        NA       NA
## 370  Jdemonallthaway            0     FALSE     FALSE        NA       NA
## 371          iKay_Mo            0     FALSE     FALSE        NA       NA
## 372   leighsmanipink            0     FALSE     FALSE        NA       NA
## 373     Youngfolarge            0     FALSE     FALSE        NA       NA
## 374         vixltoon            0     FALSE     FALSE        NA       NA
## 375      sayilysally            0     FALSE     FALSE        NA       NA
## 376  sandrablunt1958            6     FALSE     FALSE        NA       NA
## 377  iwouldntaskyouu            0     FALSE     FALSE        NA       NA
## 378     Julie_lmao13            0     FALSE     FALSE        NA       NA
## 379   brownskinkage1            0     FALSE     FALSE        NA       NA
## 380        linifiles            0     FALSE     FALSE        NA       NA
## 381       Vijoelante            0     FALSE     FALSE        NA       NA
## 382           28Sabs            0     FALSE     FALSE        NA       NA
## 383     1ElectricMag            1     FALSE     FALSE        NA       NA
## 384        linifiles            0     FALSE     FALSE        NA       NA
## 385       Starstrux3            0     FALSE     FALSE        NA       NA
## 386      tgzerosugar            0     FALSE     FALSE        NA       NA
## 387       josephh__m            0     FALSE     FALSE        NA       NA
## 388       noeyedgirI            0     FALSE     FALSE        NA       NA
## 389   crzygrnflashes            0     FALSE     FALSE        NA       NA
## 390          ilyj913            0     FALSE     FALSE        NA       NA
## 391       noeyedgirI            0     FALSE     FALSE        NA       NA
## 392   daddymyershere            0     FALSE     FALSE        NA       NA
## 393       noeyedgirI            0     FALSE     FALSE        NA       NA
## 394        linifiles            0     FALSE     FALSE        NA       NA
## 395       noeyedgirI            0     FALSE     FALSE        NA       NA
## 396  RaulLop76366986            0     FALSE     FALSE        NA       NA
## 397     MdollarBetts            0     FALSE     FALSE        NA       NA
## 398       R_jeonko22           13     FALSE     FALSE        NA       NA
## 399       Starstrux3            0     FALSE     FALSE        NA       NA
## 400   crzygrnflashes            0     FALSE     FALSE        NA       NA
## 401          ilyj913            0     FALSE     FALSE        NA       NA
## 402    davieskeller9            0     FALSE     FALSE        NA       NA
## 403    akselineemeli            0     FALSE     FALSE        NA       NA
## 404        WAHBamboo            0     FALSE     FALSE        NA       NA
## 405    HatcherSophie            0     FALSE     FALSE        NA       NA
## 406       AshDaAries            0     FALSE     FALSE        NA       NA
## 407    KEYNGofBOSTON            0     FALSE     FALSE        NA       NA
## 408   giovancreano11            0     FALSE     FALSE        NA       NA
## 409       ilyjunniee            0     FALSE     FALSE        NA       NA
## 410          ilyj913            0     FALSE     FALSE        NA       NA
## 411           dio82_            0     FALSE     FALSE        NA       NA
## 412      KaosCryptid            1     FALSE     FALSE        NA       NA
## 413        CestEliza            0     FALSE     FALSE        NA       NA
## 414      nikitavance            0     FALSE     FALSE        NA       NA
## 415       AshDaAries            0     FALSE     FALSE        NA       NA
## 416       Starstrux3            0     FALSE     FALSE        NA       NA
## 417  lttlfreakmattie            0     FALSE     FALSE        NA       NA
## 418       Kxtxerinne            0     FALSE     FALSE        NA       NA
## 419         sourtaem            0     FALSE     FALSE        NA       NA
## 420      sock_footed            0     FALSE     FALSE        NA       NA
## 421           dio82_            0     FALSE     FALSE        NA       NA
## 422      supafly1974            0     FALSE     FALSE        NA       NA
## 423         Avr9teen            0     FALSE     FALSE        NA       NA
## 424           dio82_            0     FALSE     FALSE        NA       NA
## 425       styleofjvo            0     FALSE     FALSE        NA       NA
## 426         forsiwoo            0     FALSE     FALSE        NA       NA
## 427    lorenshtarkey            0     FALSE     FALSE        NA       NA
## 428       fanxieturt            0     FALSE     FALSE        NA       NA
## 429    kindagoldrush            0     FALSE     FALSE        NA       NA
## 430     sound_saint1            1     FALSE     FALSE        NA       NA
## 431  cewulidgabxyau9            2     FALSE     FALSE        NA       NA
## 432   MadisonTrudeau            0     FALSE     FALSE        NA       NA
## 433     mjeaster1000            0     FALSE     FALSE        NA       NA
## 434      KaosCryptid            0     FALSE     FALSE        NA       NA
## 435    kindagoldrush            0     FALSE     FALSE        NA       NA
## 436    franklin48205            0     FALSE     FALSE        NA       NA
## 437    funkyenderboy            0     FALSE     FALSE        NA       NA
## 438     mjeaster1000            0     FALSE     FALSE        NA       NA
## 439   CheriflyTwitch            0     FALSE     FALSE        NA       NA
## 440      oddeyegirIs            0     FALSE     FALSE        NA       NA
## 441  GamingTherap1st            0     FALSE     FALSE        NA       NA
## 442    kindagoldrush            0     FALSE     FALSE        NA       NA
## 443    ganjagoblinnn            0     FALSE     FALSE        NA       NA
## 444     mjeaster1000            0     FALSE     FALSE        NA       NA
## 445     katelafraise            0     FALSE     FALSE        NA       NA
## 446   multiskpopstan            0     FALSE     FALSE        NA       NA
## 447     m0shim0nster            0     FALSE     FALSE        NA       NA
## 448   TheFakeMaalikM            0     FALSE     FALSE        NA       NA
## 449           29jonn            0     FALSE     FALSE        NA       NA
## 450     mjeaster1000            0     FALSE     FALSE        NA       NA
## 451   carlabradley89            0     FALSE     FALSE        NA       NA
## 452           29jonn            0     FALSE     FALSE        NA       NA
## 453   Sapphiredrogon            0     FALSE     FALSE        NA       NA
## 454    squiliamfancy            0     FALSE     FALSE        NA       NA
## 455  lttlfreakmattie            0     FALSE     FALSE        NA       NA
## 456     AndroidZNerd            0     FALSE     FALSE        NA       NA
## 457      skellyrizzy            0     FALSE     FALSE        NA       NA
## 458  eatkelpeveryday            1     FALSE     FALSE        NA       NA
## 459           29jonn            0     FALSE     FALSE        NA       NA
## 460    PSMartiniFest            0     FALSE     FALSE        NA       NA
## 461  lttlfreakmattie            0     FALSE     FALSE        NA       NA
## 462      y_swiftie13            0     FALSE     FALSE        NA       NA
## 463   Sapphiredrogon            0     FALSE     FALSE        NA       NA
## 464      skellyrizzy            0     FALSE     FALSE        NA       NA
## 465     D_Dandridge1            0     FALSE     FALSE        NA       NA
## 466        Ruby12325            0     FALSE     FALSE        NA       NA
## 467   efffortlessley            0     FALSE     FALSE        NA       NA
## 468  Mattie_TweetBox            0     FALSE     FALSE        NA       NA
## 469     CanineDeBoii            0     FALSE     FALSE        NA       NA
## 470     alvaromurgui            0     FALSE     FALSE        NA       NA
## 471      y_swiftie13            0     FALSE     FALSE        NA       NA
## 472      skellyrizzy            0     FALSE     FALSE        NA       NA
## 473  lttlfreakmattie            0     FALSE     FALSE        NA       NA
## 474     lemon_chief_            0     FALSE     FALSE        NA       NA
## 475          swuidge            0     FALSE     FALSE        NA       NA
## 476  Mattie_TweetBox            0     FALSE     FALSE        NA       NA
## 477     CanineDeBoii            0     FALSE     FALSE        NA       NA
## 478         kithyook            0     FALSE     FALSE        NA       NA
## 479      y_swiftie13            0     FALSE     FALSE        NA       NA
## 480    britlikesnaps            0     FALSE     FALSE        NA       NA
## 481   TheFakeMaalikM            0     FALSE     FALSE        NA       NA
## 482   Sapphiredrogon            0     FALSE     FALSE        NA       NA
## 483     alvaromurgui            0     FALSE     FALSE        NA       NA
## 484      obitchuaryx            0     FALSE     FALSE        NA       NA
## 485  CelestialKitte3            0     FALSE     FALSE        NA       NA
## 486          jdurugo            0     FALSE     FALSE        NA       NA
## 487     alvaromurgui            0     FALSE     FALSE        NA       NA
## 488         mojo1404            0     FALSE     FALSE        NA       NA
## 489     CanineDeBoii            0     FALSE     FALSE        NA       NA
## 490       AdnovacMcr            0     FALSE     FALSE        NA       NA
## 491    Jazzgoesindie            0     FALSE     FALSE        NA       NA
## 492        cookem_fr            0     FALSE     FALSE        NA       NA
## 493     CanineDeBoii            0     FALSE     FALSE        NA       NA
## 494    Jazzgoesindie            0     FALSE     FALSE        NA       NA
## 495     MsSandoval15            0     FALSE     FALSE        NA       NA
## 496         mojo1404            0     FALSE     FALSE        NA       NA
## 497          tadeuwu            0     FALSE     FALSE        NA       NA
## 498        cookem_fr            0     FALSE     FALSE        NA       NA
## 499  Epicnes66127354            0     FALSE     FALSE        NA       NA
## 500     m0shim0nster            0     FALSE     FALSE        NA       NA
## 501          tadeuwu            0     FALSE     FALSE        NA       NA
## 502          xCrymzn            0     FALSE     FALSE        NA       NA
## 503  TheLexGabrielle            0     FALSE     FALSE        NA       NA
## 504      S1LVERH0UND            0     FALSE     FALSE        NA       NA
## 505        cookem_fr            0     FALSE     FALSE        NA       NA
## 506    Jazzgoesindie            0     FALSE     FALSE        NA       NA
## 507        cookem_fr            0     FALSE     FALSE        NA       NA
## 508   JordanWillis18            0     FALSE     FALSE        NA       NA
## 509         kbankks_            0     FALSE     FALSE        NA       NA
## 510  SchlegelBagel05            0     FALSE     FALSE        NA       NA
## 511    Jazzgoesindie            0     FALSE     FALSE        NA       NA
## 512     The5LPodcast            0     FALSE     FALSE        NA       NA
## 513       RP23005965            0     FALSE     FALSE        NA       NA
## 514   mads_was_taken            0     FALSE     FALSE        NA       NA
## 515   obvioushartley            0     FALSE     FALSE        NA       NA
## 516           Mvne16            0     FALSE     FALSE        NA       NA
## 517     charxstyles_            0     FALSE     FALSE        NA       NA
## 518         retinarn            0     FALSE     FALSE        NA       NA
## 519  addie__ramsdell            0     FALSE     FALSE        NA       NA
## 520          Koin_AI            1     FALSE     FALSE        NA       NA
## 521  SchlegelBagel05            1     FALSE     FALSE        NA       NA
## 522     katelafraise            0     FALSE     FALSE        NA       NA
## 523   michaela_gelb_            0     FALSE     FALSE        NA       NA
## 524       clownguttz            0     FALSE     FALSE        NA       NA
## 525         ttotheyx            0     FALSE     FALSE        NA       NA
## 526     liquorsquick            0     FALSE     FALSE        NA       NA
## 527   TheFakeMaalikM            0     FALSE     FALSE        NA       NA
## 528         ttotheyx            0     FALSE     FALSE        NA       NA
## 529  mediocrebitch47            0     FALSE     FALSE        NA       NA
## 530          _OMOBOY            1     FALSE     FALSE        NA       NA
## 531       BruceBullu           13     FALSE     FALSE        NA       NA
## 532         ttotheyx            0     FALSE     FALSE        NA       NA
## 533       Florianzii            0     FALSE     FALSE        NA       NA
## 534       Danielklss            0     FALSE     FALSE        NA       NA
## 535   TheFakeMaalikM            0     FALSE     FALSE        NA       NA
## 536      zxawakening            0     FALSE     FALSE        NA       NA
## 537   michaela_gelb_            0     FALSE     FALSE        NA       NA
## 538     InkAndHoney1            0     FALSE     FALSE        NA       NA
## 539      madrigrober            0     FALSE     FALSE        NA       NA
## 540   wonsangbeloved            0     FALSE     FALSE        NA       NA
## 541     iluvtaylor17            0     FALSE     FALSE        NA       NA
## 542      itz_notaldo            0     FALSE     FALSE        NA       NA
## 543       adrinbooks            0     FALSE     FALSE        NA       NA
## 544  Patrick31370308            0     FALSE     FALSE        NA       NA
## 545      zxawakening            0     FALSE     FALSE        NA       NA
## 546         Ccubby17            3     FALSE     FALSE        NA       NA
## 547       Florianzii            0     FALSE     FALSE        NA       NA
## 548  rayleennotfound            0     FALSE     FALSE        NA       NA
## 549       Danielklss            0     FALSE     FALSE        NA       NA
## 550       realbanjar            0     FALSE     FALSE        NA       NA
## 551     dontviewmypg            0     FALSE     FALSE        NA       NA
## 552  rayleennotfound            0     FALSE     FALSE        NA       NA
## 553       realbanjar            0     FALSE     FALSE        NA       NA
## 554   salonedesserts            0     FALSE     FALSE        NA       NA
## 555       adrinbooks            0     FALSE     FALSE        NA       NA
## 556   michaela_gelb_            0     FALSE     FALSE        NA       NA
## 557     iluvtaylor17            0     FALSE     FALSE        NA       NA
## 558  rayleennotfound            0     FALSE     FALSE        NA       NA
## 559      gumgumangel            0     FALSE     FALSE        NA       NA
## 560       adrinbooks            0     FALSE     FALSE        NA       NA
## 561       Florianzii            0     FALSE     FALSE        NA       NA
## 562     iluvtaylor17            0     FALSE     FALSE        NA       NA
## 563  rayleennotfound            0     FALSE     FALSE        NA       NA
## 564     Boppinpop123            0     FALSE     FALSE        NA       NA
## 565     iluvtaylor17            0     FALSE     FALSE        NA       NA
## 566       ohwell_10_            0     FALSE     FALSE        NA       NA
## 567  JoshuaR15493426            0     FALSE     FALSE        NA       NA
## 568    GregoryMarc95            0     FALSE     FALSE        NA       NA
## 569     fetusrrysimp            0     FALSE     FALSE        NA       NA
## 570        OSchleppi            0     FALSE     FALSE        NA       NA
## 571  Night_somewhere            1     FALSE     FALSE        NA       NA
## 572     thanawithanh            0     FALSE     FALSE        NA       NA
## 573      gumgumangel            0     FALSE     FALSE        NA       NA
## 574      91DEARLOUIS            0     FALSE     FALSE        NA       NA
## 575       ohwell_10_            0     FALSE     FALSE        NA       NA
## 576   michaela_gelb_            0     FALSE     FALSE        NA       NA
## 577        OSchleppi            0     FALSE     FALSE        NA       NA
## 578     Boppinpop123            0     FALSE     FALSE        NA       NA
## 579    Karla_perez41            0     FALSE     FALSE        NA       NA
## 580      madrigrober            0     FALSE     FALSE        NA       NA
## 581         KrisE_bz            0     FALSE     FALSE        NA       NA
## 582      follentoken            0     FALSE     FALSE        NA       NA
## 583        OSchleppi            0     FALSE     FALSE        NA       NA
## 584      madrigrober            0     FALSE     FALSE        NA       NA
## 585        Utd_Emily            0     FALSE     FALSE        NA       NA
## 586      marsisdying            0     FALSE     FALSE        NA       NA
## 587      gumgumangel            0     FALSE     FALSE        NA       NA
## 588  JoshuaR15493426            0     FALSE     FALSE        NA       NA
## 589         Virtopia            0     FALSE     FALSE        NA       NA
## 590     Boppinpop123            0     FALSE     FALSE        NA       NA
## 591         bgsexy16            0     FALSE     FALSE        NA       NA
## 592  JoshuaR15493426            0     FALSE     FALSE        NA       NA
## 593     Boppinpop123            0     FALSE     FALSE        NA       NA
## 594       SidoHikami            0     FALSE     FALSE        NA       NA
## 595    thecozylorain            0     FALSE     FALSE        NA       NA
## 596          purevvs            0     FALSE     FALSE        NA       NA
## 597    nouisfinity28            0     FALSE     FALSE        NA       NA
## 598         selslovr            0     FALSE     FALSE        NA       NA
## 599     hugzforgrian            0     FALSE     FALSE        NA       NA
## 600   SybilleColombe            0     FALSE     FALSE        NA       NA
## 601  childerolandusa            0     FALSE     FALSE        NA       NA
## 602    nouisfinity28            0     FALSE     FALSE        NA       NA
## 603    oApZ_Official            0     FALSE     FALSE        NA       NA
## 604   annikaxkerstin            0     FALSE     FALSE        NA       NA
## 605       Florianzii            0     FALSE     FALSE        NA       NA
## 606       SmokedSalt           13     FALSE     FALSE        NA       NA
## 607      racheljoy23            0     FALSE     FALSE        NA       NA
## 608       phermida99            0     FALSE     FALSE        NA       NA
## 609        LindsTS19            0     FALSE     FALSE        NA       NA
## 610    iced_cilantro            0     FALSE     FALSE        NA       NA
## 611    shesamerihann            0     FALSE     FALSE        NA       NA
## 612    michaelbellu4            0     FALSE     FALSE        NA       NA
## 613    GivenLungile2            0     FALSE     FALSE        NA       NA
## 614     Hillbilly762            0     FALSE     FALSE        NA       NA
## 615     courtkneelyn            0     FALSE     FALSE        NA       NA
## 616         softymak            0     FALSE     FALSE        NA       NA
## 617       eunchaeria            0     FALSE     FALSE        NA       NA
## 618      addieislame            0     FALSE     FALSE        NA       NA
## 619      Djskip_litk            0     FALSE     FALSE        NA       NA
## 620     courtkneelyn            0     FALSE     FALSE        NA       NA
## 621    thecozylorain            0     FALSE     FALSE        NA       NA
## 622  MaximilianoPl18            0     FALSE     FALSE        NA       NA
## 623  pabstblue_lover            0     FALSE     FALSE        NA       NA
## 624    shesamerihann            0     FALSE     FALSE        NA       NA
## 625     Hillbilly762            0     FALSE     FALSE        NA       NA
## 626       LimbuLbina            0     FALSE     FALSE        NA       NA
## 627      sidneyfmelb            0     FALSE     FALSE        NA       NA
## 628          Rhi5SOS            0     FALSE     FALSE        NA       NA
## 629  FedericaFaggia7            0     FALSE     FALSE        NA       NA
## 630  KutulloManthat2            0     FALSE     FALSE        NA       NA
## 631      sleepymilk_            0     FALSE     FALSE        NA       NA
## 632        MandieIRL            0     FALSE     FALSE        NA       NA
## 633    dietheverhack            0     FALSE     FALSE        NA       NA
## 634       uponreason            0     FALSE     FALSE        NA       NA
## 635         mathllnd            0     FALSE     FALSE        NA       NA
## 636     HackwithFred            0     FALSE     FALSE        NA       NA
## 637       hrtspandas            0     FALSE     FALSE        NA       NA
## 638     yoongurtmoon            0     FALSE     FALSE        NA       NA
## 639     focusonbts__            0     FALSE     FALSE        NA       NA
## 640         Quapsins            0     FALSE     FALSE        NA       NA
## 641    auditoraddict            0     FALSE     FALSE        NA       NA
## 642     focusonbts__            0     FALSE     FALSE        NA       NA
## 643      humancallum            0     FALSE     FALSE        NA       NA
## 644     Bidoofisgod3            0     FALSE     FALSE        NA       NA
## 645     focusonbts__            0     FALSE     FALSE        NA       NA
## 646    shesamerihann            0     FALSE     FALSE        NA       NA
## 647      haddadwlt74            0     FALSE     FALSE        NA       NA
## 648  TheAmericoSousa            0     FALSE     FALSE        NA       NA
## 649       NatiRivers            0     FALSE     FALSE        NA       NA
## 650    BRlGHTESTBLUE            0     FALSE     FALSE        NA       NA
## 651      humancallum            0     FALSE     FALSE        NA       NA
## 652     Bidoofisgod3            0     FALSE     FALSE        NA       NA
## 653  pettytrashmouth            0     FALSE     FALSE        NA       NA
## 654        MandieIRL            0     FALSE     FALSE        NA       NA
## 655    yokiothesquid            0     FALSE     FALSE        NA       NA
## 656        IsheBarry            0     FALSE     FALSE        NA       NA
## 657      itsemmaella            0     FALSE     FALSE        NA       NA
## 658          Rhi5SOS            0     FALSE     FALSE        NA       NA
## 659         Raulgz93            0     FALSE     FALSE        NA       NA
## 660      humancallum            0     FALSE     FALSE        NA       NA
## 661         kms_kali            0     FALSE     FALSE        NA       NA
## 662     getphysicool            0     FALSE     FALSE        NA       NA
## 663     HackwithFred            0     FALSE     FALSE        NA       NA
## 664    lovesartists3            0     FALSE     FALSE        NA       NA
## 665    lovesartists3            0     FALSE     FALSE        NA       NA
## 666      LarsonEvans            0     FALSE     FALSE        NA       NA
## 667  TheAmericoSousa            0     FALSE     FALSE        NA       NA
## 668  temProudPeasant            0     FALSE     FALSE        NA       NA
## 669    Zenon56140617            0     FALSE     FALSE        NA       NA
## 670     getphysicool            0     FALSE     FALSE        NA       NA
## 671       loreG_0404            0     FALSE     FALSE        NA       NA
## 672        MandieIRL            0     FALSE     FALSE        NA       NA
## 673  TheAmericoSousa            0     FALSE     FALSE        NA       NA
## 674           ralauw            0     FALSE     FALSE        NA       NA
## 675        tiredjean            0     FALSE     FALSE        NA       NA
## 676      itsemmaella            0     FALSE     FALSE        NA       NA
## 677       loreG_0404            0     FALSE     FALSE        NA       NA
## 678        _KingKole            0     FALSE     FALSE        NA       NA
## 679     al_squared99            0     FALSE     FALSE        NA       NA
## 680  TheAmericoSousa            0     FALSE     FALSE        NA       NA
## 681  Jaeighgallagher            0     FALSE     FALSE        NA       NA
## 682     kaedecrochet            0     FALSE     FALSE        NA       NA
## 683         Chor_les            0     FALSE     FALSE        NA       NA
## 684          Rhi5SOS            0     FALSE     FALSE        NA       NA
## 685     getphysicool            0     FALSE     FALSE        NA       NA
## 686   blackghoulette            0     FALSE     FALSE        NA       NA
## 687     KAIAXGIFFORD            0     FALSE     FALSE        NA       NA
## 688        tiredjean            0     FALSE     FALSE        NA       NA
## 689         Chor_les            0     FALSE     FALSE        NA       NA
## 690       krimmydawg            0     FALSE     FALSE        NA       NA
## 691    elfeliebhaber            0     FALSE     FALSE        NA       NA
## 692            Seraa            6     FALSE     FALSE        NA       NA
## 693     KAIAXGIFFORD            0     FALSE     FALSE        NA       NA
## 694          remb_16            0     FALSE     FALSE        NA       NA
## 695        MandieIRL            0     FALSE     FALSE        NA       NA
## 696       ilem_ilem3            4     FALSE     FALSE        NA       NA
## 697      KayPopKraze            0     FALSE     FALSE        NA       NA
## 698    elfeliebhaber            0     FALSE     FALSE        NA       NA
## 699        CA_Cart28            0     FALSE     FALSE        NA       NA
## 700      itsemmaella            0     FALSE     FALSE        NA       NA
## 701     getphysicool            0     FALSE     FALSE        NA       NA
## 702    elfeliebhaber            0     FALSE     FALSE        NA       NA
## 703     KAIAXGIFFORD           29     FALSE     FALSE        NA       NA
## 704       single4tay            0     FALSE     FALSE        NA       NA
## 705       mrlouque75            0     FALSE     FALSE        NA       NA
## 706      POVPODCAST_            0     FALSE     FALSE        NA       NA
## 707      lanarose_r1            0     FALSE     FALSE        NA       NA
## 708     YoBoyOatmeal            0     FALSE     FALSE        NA       NA
## 709      nicolagrxce            0     FALSE     FALSE        NA       NA
## 710         SYMB1988            0     FALSE     FALSE        NA       NA
## 711     YoBoyOatmeal            0     FALSE     FALSE        NA       NA
## 712      KayPopKraze            0     FALSE     FALSE        NA       NA
## 713     TheChrisRand            0     FALSE     FALSE        NA       NA
## 714     YoBoyOatmeal            0     FALSE     FALSE        NA       NA
## 715      itsemmaella            0     FALSE     FALSE        NA       NA
## 716     Chaos__Idiot            0     FALSE     FALSE        NA       NA
## 717      MinaACypert            0     FALSE     FALSE        NA       NA
## 718     YoBoyOatmeal            0     FALSE     FALSE        NA       NA
## 719      rean_angelo            0     FALSE     FALSE        NA       NA
## 720  FromNazWithLove            0     FALSE     FALSE        NA       NA
## 721     mine_m0nster            0     FALSE     FALSE        NA       NA
## 722    jamiestelling            0     FALSE     FALSE        NA       NA
## 723      KayPopKraze            0     FALSE     FALSE        NA       NA
## 724    txm_mybeloved            0     FALSE     FALSE        NA       NA
## 725     mine_m0nster            0     FALSE     FALSE        NA       NA
## 726   solacedusoleil            0     FALSE     FALSE        NA       NA
## 727      Wilbah_4057            0     FALSE     FALSE        NA       NA
## 728     fredrickwass            0     FALSE     FALSE        NA       NA
## 729         kmskenzz            0     FALSE     FALSE        NA       NA
## 730      emperor_svc            0     FALSE     FALSE        NA       NA
## 731       summer_0_d            0     FALSE     FALSE        NA       NA
## 732      Wilbah_4057            0     FALSE     FALSE        NA       NA
## 733   guessurallmine            0     FALSE     FALSE        NA       NA
## 734        MelAnnGro            0     FALSE     FALSE        NA       NA
## 735      itzlyssa_xo            0     FALSE     FALSE        NA       NA
## 736   SkylersRevenge            0     FALSE     FALSE        NA       NA
## 737       arthurguim            0     FALSE     FALSE        NA       NA
## 738   guessurallmine            0     FALSE     FALSE        NA       NA
## 739      Wilbah_4057            0     FALSE     FALSE        NA       NA
## 740    Viviennehyene            0     FALSE     FALSE        NA       NA
## 741       summer_0_d            0     FALSE     FALSE        NA       NA
## 742    Ridhogrowinup            0     FALSE     FALSE        NA       NA
## 743   KayleighForde1            0     FALSE     FALSE        NA       NA
## 744      Wilbah_4057            0     FALSE     FALSE        NA       NA
## 745   SkylersRevenge            0     FALSE     FALSE        NA       NA
## 746      ShanChan_37            0     FALSE     FALSE        NA       NA
## 747          stimk33            0     FALSE     FALSE        NA       NA
## 748      sarah_12605            0     FALSE     FALSE        NA       NA
## 749   GustaveDeresse            0     FALSE     FALSE        NA       NA
## 750    Mark_Hanson17            0     FALSE     FALSE        NA       NA
## 751   QuotesfromtheP            0     FALSE     FALSE        NA       NA
## 752      sarah_12605            0     FALSE     FALSE        NA       NA
## 753   KayleighForde1            0     FALSE     FALSE        NA       NA
## 754    fixed_surebet            1     FALSE     FALSE        NA       NA
## 755       summer_0_d            0     FALSE     FALSE        NA       NA
## 756      sarah_12605            0     FALSE     FALSE        NA       NA
## 757         senkozuu            0     FALSE     FALSE        NA       NA
## 758   SkylersRevenge            0     FALSE     FALSE        NA       NA
## 759         otbjules            0     FALSE     FALSE        NA       NA
## 760   solacedusoleil            0     FALSE     FALSE        NA       NA
## 761   KayleighForde1            0     FALSE     FALSE        NA       NA
## 762       1905steven            0     FALSE     FALSE        NA       NA
## 763       summer_0_d            0     FALSE     FALSE        NA       NA
## 764         otbjules            0     FALSE     FALSE        NA       NA
## 765  AvishaiLindenb1            0     FALSE     FALSE        NA       NA
## 766    jesse_gambrah            0     FALSE     FALSE        NA       NA
## 767       1905steven            0     FALSE     FALSE        NA       NA
## 768       LulRedZazi            0     FALSE     FALSE        NA       NA
## 769        _ANOBRAIN            0     FALSE     FALSE        NA       NA
## 770   KayleighForde1            0     FALSE     FALSE        NA       NA
## 771         sgfgmilf            0     FALSE     FALSE        NA       NA
## 772       1905steven            0     FALSE     FALSE        NA       NA
## 773      satelliites            0     FALSE     FALSE        NA       NA
## 774  AvishaiLindenb1            0     FALSE     FALSE        NA       NA
## 775      iblamedrake            0     FALSE     FALSE        NA       NA
## 776    sogoldencarli            0     FALSE     FALSE        NA       NA
## 777         sgfgmilf            0     FALSE     FALSE        NA       NA
## 778       summer_0_d            0     FALSE     FALSE        NA       NA
## 779  AvishaiLindenb1            0     FALSE     FALSE        NA       NA
## 780       1905steven            0     FALSE     FALSE        NA       NA
## 781       Unknoxnn__            0     FALSE     FALSE        NA       NA
## 782      satelliites            0     FALSE     FALSE        NA       NA
## 783         otbjules            0     FALSE     FALSE        NA       NA
## 784           flxnt_            0     FALSE     FALSE        NA       NA
## 785        esanghelo            0     FALSE     FALSE        NA       NA
## 786       wibblytoes            0     FALSE     FALSE        NA       NA
## 787       pugsly6338            0     FALSE     FALSE        NA       NA
## 788       Unknoxnn__            0     FALSE     FALSE        NA       NA
## 789  gh0stinthewaIIs            0     FALSE     FALSE        NA       NA
## 790       Unknoxnn__            0     FALSE     FALSE        NA       NA
## 791    radiodreading            0     FALSE     FALSE        NA       NA
## 792  AvishaiLindenb1            0     FALSE     FALSE        NA       NA
## 793    NintendoCuber            0     FALSE     FALSE        NA       NA
## 794         NeonBLK3            0     FALSE     FALSE        NA       NA
## 795    Swiftie_jazzy            0     FALSE     FALSE        NA       NA
## 796    fixed_surebet            1     FALSE     FALSE        NA       NA
## 797          B1ngusB            0     FALSE     FALSE        NA       NA
## 798  thederpymanboii            0     FALSE     FALSE        NA       NA
## 799     HackwithFred            0     FALSE     FALSE        NA       NA
## 800         DaBacon7            0     FALSE     FALSE        NA       NA
## 801         stewperb            0     FALSE     FALSE        NA       NA
## 802          DJNPR04            0     FALSE     FALSE        NA       NA
## 803     Wirehead2000            0     FALSE     FALSE        NA       NA
## 804    Swiftie_jazzy            0     FALSE     FALSE        NA       NA
## 805    cosmic_loser_            0     FALSE     FALSE        NA       NA
## 806    Swiftie_jazzy            0     FALSE     FALSE        NA       NA
## 807          sayylem            0     FALSE     FALSE        NA       NA
## 808   meatloaf369296            0     FALSE     FALSE        NA       NA
## 809  yeahhhN1ghtfall            0     FALSE     FALSE        NA       NA
## 810      VivaLaSasha            0     FALSE     FALSE        NA       NA
## 811         ANGShots            0     FALSE     FALSE        NA       NA
## 812  yeahhhN1ghtfall            0     FALSE     FALSE        NA       NA
## 813         juschase            0     FALSE     FALSE        NA       NA
## 814     Dinnymuthoni            0     FALSE     FALSE        NA       NA
## 815    miscmartyrdom            0     FALSE     FALSE        NA       NA
## 816     HackwithFred            0     FALSE     FALSE        NA       NA
## 817  yeahhhN1ghtfall            0     FALSE     FALSE        NA       NA
## 818         seaneneh            1     FALSE     FALSE        NA       NA
## 819       EliteDaily            2     FALSE     FALSE        NA       NA
## 820      skzjuicyboi            0     FALSE     FALSE        NA       NA
## 821      Gracie_Days            0     FALSE     FALSE        NA       NA
## 822  yeahhhN1ghtfall            0     FALSE     FALSE        NA       NA
## 823      phantom9073            0     FALSE     FALSE        NA       NA
## 824  FromNazWithLove            0     FALSE     FALSE        NA       NA
## 825     Smt1Drelated            0     FALSE     FALSE        NA       NA
## 826     Smt1Drelated            0     FALSE     FALSE        NA       NA
## 827          7kquaso            0     FALSE     FALSE        NA       NA
## 828     Smt1Drelated            0     FALSE     FALSE        NA       NA
## 829     Smt1Drelated            0     FALSE     FALSE        NA       NA
## 830     beyondjikook            0     FALSE     FALSE        NA       NA
## 831     Ohok20160600            0     FALSE     FALSE        NA       NA
## 832     Marc53295108            0     FALSE     FALSE        NA       NA
## 833    vaishnavi_ot7            0     FALSE     FALSE        NA       NA
## 834         luksidee            0     FALSE     FALSE        NA       NA
## 835     beyondjikook            0     FALSE     FALSE        NA       NA
## 836   solacedusoleil            0     FALSE     FALSE        NA       NA
## 837  perfectlycosmic            0     FALSE     FALSE        NA       NA
## 838      EARLYHOOKUP            0     FALSE     FALSE        NA       NA
## 839         basil067            1     FALSE     FALSE        NA       NA
## 840         NeonBLK3            0     FALSE     FALSE        NA       NA
## 841    enzomarajjjjj            0     FALSE     FALSE        NA       NA
## 842     liquorsquick            0     FALSE     FALSE        NA       NA
## 843      KOTORevan93            0     FALSE     FALSE        NA       NA
## 844     FlooQuill194            0     FALSE     FALSE        NA       NA
## 845          urbooye            0     FALSE     FALSE        NA       NA
## 846  facelessGh0stly            0     FALSE     FALSE        NA       NA
## 847    enzomarajjjjj            0     FALSE     FALSE        NA       NA
## 848     FlooQuill194            0     FALSE     FALSE        NA       NA
## 849   BorowikMateusz            0     FALSE     FALSE        NA       NA
## 850  Phoenix96278002            0     FALSE     FALSE        NA       NA
## 851         BxbaTea4            0     FALSE     FALSE        NA       NA
## 852  thunderousknigh            0     FALSE     FALSE        NA       NA
## 853  TheSophiaAlexis            0     FALSE     FALSE        NA       NA
## 854    enzomarajjjjj            0     FALSE     FALSE        NA       NA
## 855     FlooQuill194            0     FALSE     FALSE        NA       NA
## 856    enzomarajjjjj            0     FALSE     FALSE        NA       NA
## 857           CH8KED            0     FALSE     FALSE        NA       NA
## 858         BxbaTea4            0     FALSE     FALSE        NA       NA
## 859      JrHyun_soft            0     FALSE     FALSE        NA       NA
## 860       420laura69            0     FALSE     FALSE        NA       NA
## 861        mbab_2001            0     FALSE     FALSE        NA       NA
## 862   crypto_gold_XX            3     FALSE     FALSE        NA       NA
## 863         BxbaTea4            0     FALSE     FALSE        NA       NA
## 864         B505Matt            0     FALSE     FALSE        NA       NA
## 865   MarajStarships            0     FALSE     FALSE        NA       NA
## 866         BxbaTea4            0     FALSE     FALSE        NA       NA
## 867      WeMadeItOut            0     FALSE     FALSE        NA       NA
## 868    the_new_wavee            0     FALSE     FALSE        NA       NA
## 869    _elladenicola            0     FALSE     FALSE        NA       NA
## 870    fixed_surebet            1     FALSE     FALSE        NA       NA
## 871        mbab_2001            0     FALSE     FALSE        NA       NA
## 872       420laura69            0     FALSE     FALSE        NA       NA
## 873    _elladenicola            0     FALSE     FALSE        NA       NA
## 874       SmokedSalt            3     FALSE     FALSE        NA       NA
## 875       420laura69            0     FALSE     FALSE        NA       NA
## 876        button401            0     FALSE     FALSE        NA       NA
## 877        sojuspplr            0     FALSE     FALSE        NA       NA
## 878  StephensVlogsYT            0     FALSE     FALSE        NA       NA
## 879        mbab_2001            0     FALSE     FALSE        NA       NA
## 880        JackAegon            0     FALSE     FALSE        NA       NA
## 881        sojuspplr            0     FALSE     FALSE        NA       NA
## 882      MayorSilent           21     FALSE     FALSE        NA       NA
## 883  ionfwthissocial            0     FALSE     FALSE        NA       NA
## 884   AheadfullofBTS            0     FALSE     FALSE        NA       NA
## 885  ionfwthissocial            0     FALSE     FALSE        NA       NA
## 886   LisRodriguez06            0     FALSE     FALSE        NA       NA
## 887  jamesmeowrriott            0     FALSE     FALSE        NA       NA
## 888  ionfwthissocial            0     FALSE     FALSE        NA       NA
## 889       foxycasper            0     FALSE     FALSE        NA       NA
## 890    KerriOlorcain            0     FALSE     FALSE        NA       NA
## 891   AheadfullofBTS            0     FALSE     FALSE        NA       NA
## 892    yeehawnatalie            0     FALSE     FALSE        NA       NA
## 893     JonnieLamour            0     FALSE     FALSE        NA       NA
## 894  ionfwthissocial            0     FALSE     FALSE        NA       NA
## 895      WeMadeItOut            0     FALSE     FALSE        NA       NA
## 896     ConanSmith96            0     FALSE     FALSE        NA       NA
## 897  let_alpha_write            0     FALSE     FALSE        NA       NA
## 898    ana_manizales            0     FALSE     FALSE        NA       NA
## 899      mybanisters            0     FALSE     FALSE        NA       NA
## 900        Dashint0n            0     FALSE     FALSE        NA       NA
## 901    iced_cilantro            0     FALSE     FALSE        NA       NA
## 902      WeMadeItOut            0     FALSE     FALSE        NA       NA
## 903       kendoIlroy            0     FALSE     FALSE        NA       NA
## 904     ConanSmith96            0     FALSE     FALSE        NA       NA
## 905       QViolet_97            0     FALSE     FALSE        NA       NA
## 906  brvothcantsleep            0     FALSE     FALSE        NA       NA
## 907         helllyh_            0     FALSE     FALSE        NA       NA
## 908  let_alpha_write            0     FALSE     FALSE        NA       NA
## 909    frappucinarry            0     FALSE     FALSE        NA       NA
## 910       STARCL0UDD            0     FALSE     FALSE        NA       NA
## 911     rainberrykmm            0     FALSE     FALSE        NA       NA
## 912  HannahLovesLIV1            0     FALSE     FALSE        NA       NA
## 913    maddiefan2974            0     FALSE     FALSE        NA       NA
## 914  brvothcantsleep            0     FALSE     FALSE        NA       NA
## 915        chaneklix            0     FALSE     FALSE        NA       NA
## 916         kaitill_            0     FALSE     FALSE        NA       NA
## 917  brvothcantsleep            0     FALSE     FALSE        NA       NA
## 918     rainberrykmm            0     FALSE     FALSE        NA       NA
## 919   AnthonyBragger            0     FALSE     FALSE        NA       NA
## 920  HannahLovesLIV1            0     FALSE     FALSE        NA       NA
## 921   Doctor0fTerror            0     FALSE     FALSE        NA       NA
## 922          minpjmz            0     FALSE     FALSE        NA       NA
## 923     rainberrykmm            0     FALSE     FALSE        NA       NA
## 924      Sav_angel07            0     FALSE     FALSE        NA       NA
## 925        chaneklix            0     FALSE     FALSE        NA       NA
## 926    zachisgr8ness            0     FALSE     FALSE        NA       NA
## 927           akaur0            0     FALSE     FALSE        NA       NA
## 928       Ace_Cyber_            0     FALSE     FALSE        NA       NA
## 929  HannahLovesLIV1            0     FALSE     FALSE        NA       NA
## 930   Doctor0fTerror            0     FALSE     FALSE        NA       NA
## 931      loverofjaya            0     FALSE     FALSE        NA       NA
## 932    zachisgr8ness            0     FALSE     FALSE        NA       NA
## 933     caitnottaken            0     FALSE     FALSE        NA       NA
## 934  brvothcantsleep            0     FALSE     FALSE        NA       NA
## 935    the_new_wavee            3     FALSE     FALSE        NA       NA
## 936          minpjmz            0     FALSE     FALSE        NA       NA
## 937    chatterboxnat            0     FALSE     FALSE        NA       NA
## 938    zachisgr8ness            0     FALSE     FALSE        NA       NA
## 939    talkativetess            0     FALSE     FALSE        NA       NA
## 940          minpjmz            0     FALSE     FALSE        NA       NA
## 941     robot_rocker            1     FALSE     FALSE        NA       NA
## 942    kerry_marie17            0     FALSE     FALSE        NA       NA
## 943          minpjmz            0     FALSE     FALSE        NA       NA
## 944   romanadebruyne            0     FALSE     FALSE        NA       NA
## 945    etherialf4iry            0     FALSE     FALSE        NA       NA
## 946    MrsGabbyGecko            0     FALSE     FALSE        NA       NA
## 947        slmanbero            0     FALSE     FALSE        NA       NA
## 948     atb__william            0     FALSE     FALSE        NA       NA
## 949      Brandy_Sade            0     FALSE     FALSE        NA       NA
## 950      havingIived            0     FALSE     FALSE        NA       NA
## 951  bwtchdmbdyasoul            0     FALSE     FALSE        NA       NA
## 952           LyndaN            0     FALSE     FALSE        NA       NA
## 953       yeoreumzzz            0     FALSE     FALSE        NA       NA
## 954    MrsGabbyGecko            0     FALSE     FALSE        NA       NA
## 955   LIFEWITHNUANCE            0     FALSE     FALSE        NA       NA
## 956  Jessemckenzie06            0     FALSE     FALSE        NA       NA
## 957       SquadRises            0     FALSE     FALSE        NA       NA
## 958   Jesse_Jones_92            0     FALSE     FALSE        NA       NA
## 959     BaraketZaine            0     FALSE     FALSE        NA       NA
## 960       GandalfVRC            0     FALSE     FALSE        NA       NA
## 961    MrsGabbyGecko            0     FALSE     FALSE        NA       NA
## 962      Brandy_Sade            0     FALSE     FALSE        NA       NA
## 963      klarissaaan            0     FALSE     FALSE        NA       NA
## 964          4unouis            0     FALSE     FALSE        NA       NA
## 965    MrsGabbyGecko            0     FALSE     FALSE        NA       NA
## 966      Mineko12208            0     FALSE     FALSE        NA       NA
## 967         aethumus            0     FALSE     FALSE        NA       NA
## 968     karanicedric            0     FALSE     FALSE        NA       NA
## 969     WorthmoreBiz            0     FALSE     FALSE        NA       NA
## 970      Brandy_Sade            0     FALSE     FALSE        NA       NA
## 971     HackwithFred            0     FALSE     FALSE        NA       NA
## 972  plutinjordan_23            0     FALSE     FALSE        NA       NA
## 973        CiscoYork           87     FALSE     FALSE        NA       NA
## 974    chatterboxnat            0     FALSE     FALSE        NA       NA
## 975   LIFEWITHNUANCE            0     FALSE     FALSE        NA       NA
## 976       geasylagos            0     FALSE     FALSE        NA       NA
## 977      Mineko12208            0     FALSE     FALSE        NA       NA
## 978      charlnorris            0     FALSE     FALSE        NA       NA
## 979      ghoulia_irl            0     FALSE     FALSE        NA       NA
## 980   LIFEWITHNUANCE            0     FALSE     FALSE        NA       NA
## 981   MaSSaPowerHour            1     FALSE     FALSE        NA       NA
## 982     Glasgow_Live            0     FALSE     FALSE        NA       NA
## 983   belovedcentral            0     FALSE     FALSE        NA       NA
## 984    AgunobiBethel            0     FALSE     FALSE        NA       NA
## 985         aethumus            0     FALSE     FALSE        NA       NA
## 986       geasylagos            0     FALSE     FALSE        NA       NA
## 987     t3ddyhyuck66            0     FALSE     FALSE        NA       NA
## 988  TechnicolorNick            0     FALSE     FALSE        NA       NA
## 989    letterstoesme            0     FALSE     FALSE        NA       NA
## 990      Mineko12208            0     FALSE     FALSE        NA       NA
## 991           ArjooX            0     FALSE     FALSE        NA       NA
## 992           taemqa            0     FALSE     FALSE        NA       NA
## 993       ltlivbells            0     FALSE     FALSE        NA       NA
## 994       Prissyamor            0     FALSE     FALSE        NA       NA
## 995   venomaesthetic            0     FALSE     FALSE        NA       NA
## 996         aethumus            0     FALSE     FALSE        NA       NA
## 997           ArjooX            0     FALSE     FALSE        NA       NA
## 998   venomaesthetic            0     FALSE     FALSE        NA       NA
## 999       Prissyamor            0     FALSE     FALSE        NA       NA
## 1000      islandboee            0     FALSE     FALSE        NA       NA
## 1001          taemqa            0     FALSE     FALSE        NA       NA
## 1002          ArjooX            0     FALSE     FALSE        NA       NA
## 1003   The0_Capsicle            0     FALSE     FALSE        NA       NA
## 1004          45slur            0     FALSE     FALSE        NA       NA
## 1005        aethumus            0     FALSE     FALSE        NA       NA
## 1006      Lian_zhrrr            0     FALSE     FALSE        NA       NA
## 1007      ltlivbells            0     FALSE     FALSE        NA       NA
## 1008   kennypowell55            0     FALSE     FALSE        NA       NA
## 1009          taemqa            0     FALSE     FALSE        NA       NA
## 1010        HarkomsV            0     FALSE     FALSE        NA       NA
## 1011     havingIived            0     FALSE     FALSE        NA       NA
## 1012   soundsgoodBOS            0     FALSE     FALSE        NA       NA
## 1013    austin_imoru            0     FALSE     FALSE        NA       NA
## 1014          taemqa            0     FALSE     FALSE        NA       NA
## 1015 LEVlTATETHEHYPE            0     FALSE     FALSE        NA       NA
## 1016         AskoDsc            0     FALSE     FALSE        NA       NA
## 1017      WhoisDenim            0     FALSE     FALSE        NA       NA
## 1018  AnneHe70044514            0     FALSE     FALSE        NA       NA
## 1019     havingIived            0     FALSE     FALSE        NA       NA
## 1020     _ellielou97            0     FALSE     FALSE        NA       NA
## 1021  venomaesthetic            0     FALSE     FALSE        NA       NA
## 1022     finnisajedi            0     FALSE     FALSE        NA       NA
## 1023     peachyverse            0     FALSE     FALSE        NA       NA
## 1024        kgmtskii            0     FALSE     FALSE        NA       NA
## 1025  AnneHe70044514            0     FALSE     FALSE        NA       NA
## 1026         beewitc            0     FALSE     FALSE        NA       NA
## 1027        qquinny_            0     FALSE     FALSE        NA       NA
## 1028      silviaseee            0     FALSE     FALSE        NA       NA
## 1029  AnneHe70044514            0     FALSE     FALSE        NA       NA
## 1030    CeasarTowers            0     FALSE     FALSE        NA       NA
## 1031 Atlantic__Azure            2     FALSE     FALSE        NA       NA
## 1032    HalfBloodPJP            0     FALSE     FALSE        NA       NA
## 1033      PMercier31            0     FALSE     FALSE        NA       NA
## 1034  AnneHe70044514            0     FALSE     FALSE        NA       NA
## 1035      xxzoeyxx51            0     FALSE     FALSE        NA       NA
## 1036    hijabigaming            0     FALSE     FALSE        NA       NA
## 1037      PMercier31            0     FALSE     FALSE        NA       NA
## 1038  bubblegumx2020            0     FALSE     FALSE        NA       NA
## 1039    gebrandonkyw            0     FALSE     FALSE        NA       NA
## 1040      silviaseee            0     FALSE     FALSE        NA       NA
## 1041   Army7_Ahgase7            0     FALSE     FALSE        NA       NA
## 1042  arisvideodiary            0     FALSE     FALSE        NA       NA
## 1043    newpackrunna            0     FALSE     FALSE        NA       NA
## 1044  arisvideodiary            0     FALSE     FALSE        NA       NA
## 1045 let_alpha_write            0     FALSE     FALSE        NA       NA
## 1046   RyutoSetsujin            0     FALSE     FALSE        NA       NA
## 1047         xyenoh_            0     FALSE     FALSE        NA       NA
## 1048        sa1httam            0     FALSE     FALSE        NA       NA
## 1049       SpotifyAU            1     FALSE     FALSE        NA       NA
## 1050 jeviendemercure            0     FALSE     FALSE        NA       NA
## 1051     darius_monk            0     FALSE     FALSE        NA       NA
## 1052      silviaseee            0     FALSE     FALSE        NA       NA
## 1053      emoblkthot            0     FALSE     FALSE        NA       NA
## 1054    newpackrunna            0     FALSE     FALSE        NA       NA
## 1055    HackwithFred            0     FALSE     FALSE        NA       NA
## 1056     itsjustkeel            0     FALSE     FALSE        NA       NA
## 1057      silviaseee            0     FALSE     FALSE        NA       NA
## 1058       Iamdstar1            1     FALSE     FALSE        NA       NA
## 1059        LiNailah            0     FALSE     FALSE        NA       NA
## 1060       WolfiedaA            0     FALSE     FALSE        NA       NA
## 1061     itsjustkeel            0     FALSE     FALSE        NA       NA
## 1062    WolfiedaAqua            0     FALSE     FALSE        NA       NA
## 1063        LiNailah            0     FALSE     FALSE        NA       NA
## 1064         SLX_13_            0     FALSE     FALSE        NA       NA
## 1065     itsjustkeel            0     FALSE     FALSE        NA       NA
## 1066     Coolgirlk22            0     FALSE     FALSE        NA       NA
## 1067        NidgeOCE            0     FALSE     FALSE        NA       NA
## 1068        LiNailah            0     FALSE     FALSE        NA       NA
## 1069      _sirisaiah            0     FALSE     FALSE        NA       NA
## 1070   VillimanMagee            0     FALSE     FALSE        NA       NA
## 1071        Morgandy            0     FALSE     FALSE        NA       NA
## 1072      _sirisaiah            0     FALSE     FALSE        NA       NA
## 1073        Morgandy            0     FALSE     FALSE        NA       NA
## 1074    Cosmopalitan            0     FALSE     FALSE        NA       NA
## 1075         niskuik            1     FALSE     FALSE        NA       NA
## 1076       READY2MIX            0     FALSE     FALSE        NA       NA
## 1077    abby21898184            0     FALSE     FALSE        NA       NA
## 1078      _sirisaiah            0     FALSE     FALSE        NA       NA
## 1079      lifeofciel            0     FALSE     FALSE        NA       NA
## 1080        Morgandy            0     FALSE     FALSE        NA       NA
## 1081        HarkomsV            0     FALSE     FALSE        NA       NA
## 1082       ItsTiDALL            0     FALSE     FALSE        NA       NA
## 1083   pizzaaaqueeen            0     FALSE     FALSE        NA       NA
## 1084        GLuck354            0     FALSE     FALSE        NA       NA
## 1085 softservehoseok            0     FALSE     FALSE        NA       NA
## 1086         ariwlll            1     FALSE     FALSE        NA       NA
## 1087      _sirisaiah            0     FALSE     FALSE        NA       NA
## 1088        RiendzYT            1     FALSE     FALSE        NA       NA
## 1089  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1090    abby21898184            0     FALSE     FALSE        NA       NA
## 1091      Abu_sardiq            0     FALSE     FALSE        NA       NA
## 1092 softservehoseok            0     FALSE     FALSE        NA       NA
## 1093       triffiths            0     FALSE     FALSE        NA       NA
## 1094         ariwlll            0     FALSE     FALSE        NA       NA
## 1095    Cosmopalitan            0     FALSE     FALSE        NA       NA
## 1096     sophs_moran            0     FALSE     FALSE        NA       NA
## 1097      imagingpdx           10     FALSE     FALSE        NA       NA
## 1098    harperthejay            0     FALSE     FALSE        NA       NA
## 1099         ariwlll            0     FALSE     FALSE        NA       NA
## 1100    fischylchips            0     FALSE     FALSE        NA       NA
## 1101    screaminglip            0     FALSE     FALSE        NA       NA
## 1102    Cosmopalitan            0     FALSE     FALSE        NA       NA
## 1103 softservehoseok            0     FALSE     FALSE        NA       NA
## 1104   The0_Capsicle            0     FALSE     FALSE        NA       NA
## 1105         ISwag93            0     FALSE     FALSE        NA       NA
## 1106         ariwlll            0     FALSE     FALSE        NA       NA
## 1107       crainfly1            0     FALSE     FALSE        NA       NA
## 1108  astoldbyalahni            0     FALSE     FALSE        NA       NA
## 1109   The0_Capsicle            0     FALSE     FALSE        NA       NA
## 1110     ABaldwin636            0     FALSE     FALSE        NA       NA
## 1111    fischylchips            0     FALSE     FALSE        NA       NA
## 1112  kennedytcooper            0     FALSE     FALSE        NA       NA
## 1113         teeyup_            0     FALSE     FALSE        NA       NA
## 1114 LetMeSimpNPeace            0     FALSE     FALSE        NA       NA
## 1115   The0_Capsicle            0     FALSE     FALSE        NA       NA
## 1116      Jeniferium            0     FALSE     FALSE        NA       NA
## 1117      ManSpiiduh            0     FALSE     FALSE        NA       NA
## 1118  OlajumokeSings            0     FALSE     FALSE        NA       NA
## 1119      earnedabel            0     FALSE     FALSE        NA       NA
## 1120     denlightful            0     FALSE     FALSE        NA       NA
## 1121 meg_interrupted            0     FALSE     FALSE        NA       NA
## 1122      _daviidjc_            0     FALSE     FALSE        NA       NA
## 1123 originalnicoleg            0     FALSE     FALSE        NA       NA
## 1124      Ravener182            0     FALSE     FALSE        NA       NA
## 1125         JRman99            0     FALSE     FALSE        NA       NA
## 1126        mollycej            0     FALSE     FALSE        NA       NA
## 1127 phil_a_cardwell            0     FALSE     FALSE        NA       NA
## 1128   BruhITzMisael            0     FALSE     FALSE        NA       NA
## 1129     denlightful            0     FALSE     FALSE        NA       NA
## 1130    WikkedBlissy            0     FALSE     FALSE        NA       NA
## 1131 Nessa_Smackable            0     FALSE     FALSE        NA       NA
## 1132    dwaeofficial            0     FALSE     FALSE        NA       NA
## 1133     projectingx            0     FALSE     FALSE        NA       NA
## 1134        annabtww            0     FALSE     FALSE        NA       NA
## 1135 phil_a_cardwell            0     FALSE     FALSE        NA       NA
## 1136 TheYeetmaster22            0     FALSE     FALSE        NA       NA
## 1137      staryeol98            0     FALSE     FALSE        NA       NA
## 1138 a_a_ronofficial            0     FALSE     FALSE        NA       NA
## 1139   Iqvenderhazes            0     FALSE     FALSE        NA       NA
## 1140         lucylee            0     FALSE     FALSE        NA       NA
## 1141     projectingx            0     FALSE     FALSE        NA       NA
## 1142  thatgayguyjosh            0     FALSE     FALSE        NA       NA
## 1143      staryeol98            0     FALSE     FALSE        NA       NA
## 1144   Iqvenderhazes            0     FALSE     FALSE        NA       NA
## 1145      Newsmacoll            0     FALSE     FALSE        NA       NA
## 1146 EberhardyPayton            0     FALSE     FALSE        NA       NA
## 1147      staryeol98            0     FALSE     FALSE        NA       NA
## 1148 meg_interrupted            0     FALSE     FALSE        NA       NA
## 1149   Iqvenderhazes            0     FALSE     FALSE        NA       NA
## 1150 TheYeetmaster22            0     FALSE     FALSE        NA       NA
## 1151     projectingx            0     FALSE     FALSE        NA       NA
## 1152      staryeol98            0     FALSE     FALSE        NA       NA
## 1153 rainbowmisandry            0     FALSE     FALSE        NA       NA
## 1154   SopranosWorld           49     FALSE     FALSE        NA       NA
## 1155   CarterSwigert            0     FALSE     FALSE        NA       NA
## 1156     vinceXbeans            0     FALSE     FALSE        NA       NA
## 1157 KamakshiGanduri            0     FALSE     FALSE        NA       NA
## 1158 celestialbinchh            0     FALSE     FALSE        NA       NA
## 1159 meg_interrupted            0     FALSE     FALSE        NA       NA
## 1160     Plopperingo            0     FALSE     FALSE        NA       NA
## 1161  HorridGameplay            0     FALSE     FALSE        NA       NA
## 1162  thatgayguyjosh            0     FALSE     FALSE        NA       NA
## 1163 KamakshiGanduri            0     FALSE     FALSE        NA       NA
## 1164 phil_a_cardwell            0     FALSE     FALSE        NA       NA
## 1165      matlaelawr            0     FALSE     FALSE        NA       NA
## 1166    f1x_1t_fel1x            0     FALSE     FALSE        NA       NA
## 1167  thatgayguyjosh            0     FALSE     FALSE        NA       NA
## 1168 TheYeetmaster22            0     FALSE     FALSE        NA       NA
## 1169    HackwithFred            1     FALSE     FALSE        NA       NA
## 1170 KamakshiGanduri            0     FALSE     FALSE        NA       NA
## 1171    bellawazowsk            0     FALSE     FALSE        NA       NA
## 1172 thesickrosevamp            0     FALSE     FALSE        NA       NA
## 1173      Nsrt_Usrnm            0     FALSE     FALSE        NA       NA
## 1174      Frothy_boy            0     FALSE     FALSE        NA       NA
## 1175         macush_            4     FALSE     FALSE        NA       NA
## 1176 EberhardyPayton            0     FALSE     FALSE        NA       NA
## 1177 EberhardyPayton            0     FALSE     FALSE        NA       NA
## 1178       jihansluv            0     FALSE     FALSE        NA       NA
## 1179      Nsrt_Usrnm            0     FALSE     FALSE        NA       NA
## 1180 EberhardyPayton            0     FALSE     FALSE        NA       NA
## 1181     curlyfuqnae            0     FALSE     FALSE        NA       NA
## 1182          _ortxa            0     FALSE     FALSE        NA       NA
## 1183 OfficialBacon37            0     FALSE     FALSE        NA       NA
## 1184  definitelydevv            0     FALSE     FALSE        NA       NA
## 1185   avalon_jewelz            0     FALSE     FALSE        NA       NA
## 1186         Jenxrmm            0     FALSE     FALSE        NA       NA
## 1187 phil_a_cardwell            0     FALSE     FALSE        NA       NA
## 1188 TheYeetmaster22            0     FALSE     FALSE        NA       NA
## 1189  definitelydevv            0     FALSE     FALSE        NA       NA
## 1190       Kyan__223            0     FALSE     FALSE        NA       NA
## 1191     curlyfuqnae            0     FALSE     FALSE        NA       NA
## 1192 OfficialBacon37            0     FALSE     FALSE        NA       NA
## 1193      Nsrt_Usrnm            0     FALSE     FALSE        NA       NA
## 1194          PizzaX            1     FALSE     FALSE        NA       NA
## 1195  YAMADA52137629            0     FALSE     FALSE        NA       NA
## 1196          _ortxa            0     FALSE     FALSE        NA       NA
## 1197       lizdotgov            0     FALSE     FALSE        NA       NA
## 1198        ariskyy_            0     FALSE     FALSE        NA       NA
## 1199  definitelydevv            0     FALSE     FALSE        NA       NA
## 1200      Nsrt_Usrnm            0     FALSE     FALSE        NA       NA
## 1201      MuseArtCo_            0     FALSE     FALSE        NA       NA
## 1202    bostonguy924            0     FALSE     FALSE        NA       NA
## 1203       heyyou_md            0     FALSE     FALSE        NA       NA
## 1204  kenjiharimaily            0     FALSE     FALSE        NA       NA
## 1205          effeot            0     FALSE     FALSE        NA       NA
## 1206   therebelbunny            0     FALSE     FALSE        NA       NA
## 1207  definitelydevv            0     FALSE     FALSE        NA       NA
## 1208   DoughBoyMOIST            0     FALSE     FALSE        NA       NA
## 1209        tpops111            0     FALSE     FALSE        NA       NA
## 1210      Lacheln___            2     FALSE     FALSE        NA       NA
## 1211 Megan_OnTwitt3r            0     FALSE     FALSE        NA       NA
## 1212       amooloona            0     FALSE     FALSE        NA       NA
## 1213        Guackiki            0     FALSE     FALSE        NA       NA
## 1214  kenjiharimaily            0     FALSE     FALSE        NA       NA
## 1215      kraydragon            0     FALSE     FALSE        NA       NA
## 1216       JadeC1412            0     FALSE     FALSE        NA       NA
## 1217       GHOSTXIUK            0     FALSE     FALSE        NA       NA
## 1218      rayray_twt            0     FALSE     FALSE        NA       NA
## 1219        tpops111            0     FALSE     FALSE        NA       NA
## 1220    Novaboogaloo            0     FALSE     FALSE        NA       NA
## 1221 Megan_OnTwitt3r            0     FALSE     FALSE        NA       NA
## 1222         Britt_Z            0     FALSE     FALSE        NA       NA
## 1223      EsnyMorgan            0     FALSE     FALSE        NA       NA
## 1224      Caddieoops            0     FALSE     FALSE        NA       NA
## 1225 Megan_OnTwitt3r            0     FALSE     FALSE        NA       NA
## 1226  Pantherheart13            0     FALSE     FALSE        NA       NA
## 1227 raveisnotacrime            0     FALSE     FALSE        NA       NA
## 1228   trobediscanon            0     FALSE     FALSE        NA       NA
## 1229 namutambowataka            0     FALSE     FALSE        NA       NA
## 1230       Afroreal1            0     FALSE     FALSE        NA       NA
## 1231       iloooo666            0     FALSE     FALSE        NA       NA
## 1232   lilginapamish            0     FALSE     FALSE        NA       NA
## 1233  Pantherheart13            0     FALSE     FALSE        NA       NA
## 1234      EsnyMorgan            0     FALSE     FALSE        NA       NA
## 1235       GHOSTXIUK            0     FALSE     FALSE        NA       NA
## 1236 raveisnotacrime            0     FALSE     FALSE        NA       NA
## 1237       Afroreal1            0     FALSE     FALSE        NA       NA
## 1238       iloooo666            0     FALSE     FALSE        NA       NA
## 1239         xNeivax            0     FALSE     FALSE        NA       NA
## 1240       myiwilife            0     FALSE     FALSE        NA       NA
## 1241      EsnyMorgan            0     FALSE     FALSE        NA       NA
## 1242       iloooo666            0     FALSE     FALSE        NA       NA
## 1243       Afroreal1            0     FALSE     FALSE        NA       NA
## 1244 raveisnotacrime            0     FALSE     FALSE        NA       NA
## 1245   NolanKelley16            0     FALSE     FALSE        NA       NA
## 1246       iloooo666            0     FALSE     FALSE        NA       NA
## 1247       jaeiuyang            0     FALSE     FALSE        NA       NA
## 1248      EsnyMorgan            0     FALSE     FALSE        NA       NA
## 1249    Connorbankey            0     FALSE     FALSE        NA       NA
## 1250   missbambidoll            0     FALSE     FALSE        NA       NA
## 1251       GHOSTXIUK            0     FALSE     FALSE        NA       NA
## 1252 raveisnotacrime            0     FALSE     FALSE        NA       NA
## 1253    eileenofeire            0     FALSE     FALSE        NA       NA
## 1254 Darker_diamonds            0     FALSE     FALSE        NA       NA
## 1255       liztakeit            0     FALSE     FALSE        NA       NA
## 1256     Silenciaga_            0     FALSE     FALSE        NA       NA
## 1257     ughsheshere            0     FALSE     FALSE        NA       NA
## 1258    eileenofeire            0     FALSE     FALSE        NA       NA
## 1259  RockstarRhidoy           10     FALSE     FALSE        NA       NA
## 1260    DarkLion2704            0     FALSE     FALSE        NA       NA
## 1261  UnoUno90604608            0     FALSE     FALSE        NA       NA
## 1262    DarkLion2704            0     FALSE     FALSE        NA       NA
## 1263         liabyte            0     FALSE     FALSE        NA       NA
## 1264 Darker_diamonds            0     FALSE     FALSE        NA       NA
## 1265    eileenofeire            0     FALSE     FALSE        NA       NA
## 1266          _tfish            0     FALSE     FALSE        NA       NA
## 1267 Rafaela53949671            4     FALSE     FALSE        NA       NA
## 1268    DarkLion2704            0     FALSE     FALSE        NA       NA
## 1269   enhyskiescafe            0     FALSE     FALSE        NA       NA
## 1270  FattahMagazine            2     FALSE     FALSE        NA       NA
## 1271      BlueKyndra            0     FALSE     FALSE        NA       NA
## 1272   enhyskiescafe            0     FALSE     FALSE        NA       NA
## 1273         12Ice_2            0     FALSE     FALSE        NA       NA
## 1274        teayuji_            0     FALSE     FALSE        NA       NA
## 1275       AleximoYT            0     FALSE     FALSE        NA       NA
## 1276   enhyskiescafe            0     FALSE     FALSE        NA       NA
## 1277       Vulturnia            0     FALSE     FALSE        NA       NA
## 1278         PearVoz            0     FALSE     FALSE        NA       NA
## 1279 ilovefaouziato1            0     FALSE     FALSE        NA       NA
## 1280 ilovefaouziato1            0     FALSE     FALSE        NA       NA
## 1281          gnfzay            0     FALSE     FALSE        NA       NA
## 1282   evandertweets            0     FALSE     FALSE        NA       NA
## 1283     thatonemush            0     FALSE     FALSE        NA       NA
## 1284    lusgathewise            0     FALSE     FALSE        NA       NA
## 1285     pipebomb404            0     FALSE     FALSE        NA       NA
## 1286          gnfzay            0     FALSE     FALSE        NA       NA
## 1287 ilovefaouziato1            0     FALSE     FALSE        NA       NA
## 1288         BEQYpng            0     FALSE     FALSE        NA       NA
## 1289       AleximoYT            0     FALSE     FALSE        NA       NA
## 1290  WinxForeverPod            0     FALSE     FALSE        NA       NA
## 1291     G_M_Dlamini            0     FALSE     FALSE        NA       NA
## 1292    lusgathewise            0     FALSE     FALSE        NA       NA
## 1293   evandertweets            0     FALSE     FALSE        NA       NA
## 1294 AmyMitc82310834            0     FALSE     FALSE        NA       NA
## 1295     Stantonio_A            0     FALSE     FALSE        NA       NA
## 1296  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1297     erasehrhead            0     FALSE     FALSE        NA       NA
## 1298    katwithclaws            0     FALSE     FALSE        NA       NA
## 1299      wormholeef            0     FALSE     FALSE        NA       NA
## 1300        HarkomsV            0     FALSE     FALSE        NA       NA
## 1301        dubuqiqi            0     FALSE     FALSE        NA       NA
## 1302      ZanAycicek            0     FALSE     FALSE        NA       NA
## 1303       Squish815            0     FALSE     FALSE        NA       NA
## 1304    eddygotsalsa            0     FALSE     FALSE        NA       NA
## 1305     luvinn_jess            0     FALSE     FALSE        NA       NA
## 1306        dubuqiqi            0     FALSE     FALSE        NA       NA
## 1307        HarkomsV            0     FALSE     FALSE        NA       NA
## 1308     delforcee01            0     FALSE     FALSE        NA       NA
## 1309       mgateszie            0     FALSE     FALSE        NA       NA
## 1310    jesrenee1487            0     FALSE     FALSE        NA       NA
## 1311    _cinnamoncat            0     FALSE     FALSE        NA       NA
## 1312  emidowntheline            0     FALSE     FALSE        NA       NA
## 1313        dubuqiqi            0     FALSE     FALSE        NA       NA
## 1314  swiftienette17            0     FALSE     FALSE        NA       NA
## 1315       tvgirIfan            0     FALSE     FALSE        NA       NA
## 1316   evandertweets            0     FALSE     FALSE        NA       NA
## 1317    eddygotsalsa            0     FALSE     FALSE        NA       NA
## 1318      Dragoneggy            0     FALSE     FALSE        NA       NA
## 1319        dubuqiqi            0     FALSE     FALSE        NA       NA
## 1320       mgateszie            0     FALSE     FALSE        NA       NA
## 1321   gojonifficent            0     FALSE     FALSE        NA       NA
## 1322     awayfrommyg            0     FALSE     FALSE        NA       NA
## 1323      Dragoneggy            0     FALSE     FALSE        NA       NA
## 1324       sadlebyyy            0     FALSE     FALSE        NA       NA
## 1325     cyberzeroer            0     FALSE     FALSE        NA       NA
## 1326  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1327       tvgirIfan            0     FALSE     FALSE        NA       NA
## 1328       mgateszie            0     FALSE     FALSE        NA       NA
## 1329     FreddersF14            0     FALSE     FALSE        NA       NA
## 1330      Dragoneggy            0     FALSE     FALSE        NA       NA
## 1331    jesrenee1487            0     FALSE     FALSE        NA       NA
## 1332     FreddersF14            0     FALSE     FALSE        NA       NA
## 1333     GingerSwizz            0     FALSE     FALSE        NA       NA
## 1334 GeneralPedroArt            0     FALSE     FALSE        NA       NA
## 1335        Pttyslim            0     FALSE     FALSE        NA       NA
## 1336     Stantonio_A            0     FALSE     FALSE        NA       NA
## 1337 DemaraDrknguard            0     FALSE     FALSE        NA       NA
## 1338     FreddersF14            0     FALSE     FALSE        NA       NA
## 1339       tvgirIfan            0     FALSE     FALSE        NA       NA
## 1340        WeStay08            0     FALSE     FALSE        NA       NA
## 1341    BriannaRob13            0     FALSE     FALSE        NA       NA
## 1342     Swampgobl1n            0     FALSE     FALSE        NA       NA
## 1343  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1344   couponblender            0     FALSE     FALSE        NA       NA
## 1345     MarxusScott            0     FALSE     FALSE        NA       NA
## 1346   scarzonreplay            0     FALSE     FALSE        NA       NA
## 1347     GingerSwizz            0     FALSE     FALSE        NA       NA
## 1348    bernabasagre            0     FALSE     FALSE        NA       NA
## 1349        WeStay08            0     FALSE     FALSE        NA       NA
## 1350     _Adamisneat            0     FALSE     FALSE        NA       NA
## 1351  golden__ariana            0     FALSE     FALSE        NA       NA
## 1352     madalenaaaa            0     FALSE     FALSE        NA       NA
## 1353      L3m0nL1l4c            0     FALSE     FALSE        NA       NA
## 1354 PitchesOfficial            0     FALSE     FALSE        NA       NA
## 1355     GingerSwizz            0     FALSE     FALSE        NA       NA
## 1356   HimanshuT4200            1     FALSE     FALSE        NA       NA
## 1357       Dmcity619            0     FALSE     FALSE        NA       NA
## 1358     Jamdungghal            0     FALSE     FALSE        NA       NA
## 1359      2L2Q_JGMan            0     FALSE     FALSE        NA       NA
## 1360        IbraLile            0     FALSE     FALSE        NA       NA
## 1361     Swampgobl1n            0     FALSE     FALSE        NA       NA
## 1362       B14091993            0     FALSE     FALSE        NA       NA
## 1363       Dmcity619            0     FALSE     FALSE        NA       NA
## 1364     _Adamisneat            0     FALSE     FALSE        NA       NA
## 1365        bens0nnn            0     FALSE     FALSE        NA       NA
## 1366     Swampgobl1n            0     FALSE     FALSE        NA       NA
## 1367     delforcee01            0     FALSE     FALSE        NA       NA
## 1368    LizzyLizz_xo            0     FALSE     FALSE        NA       NA
## 1369        bens0nnn            0     FALSE     FALSE        NA       NA
## 1370   teenage_wh0r3            0     FALSE     FALSE        NA       NA
## 1371   comphetforBTS            0     FALSE     FALSE        NA       NA
## 1372       denebolia            1     FALSE     FALSE        NA       NA
## 1373     apriliaspar            0     FALSE     FALSE        NA       NA
## 1374   eggrollsfromu            0     FALSE     FALSE        NA       NA
## 1375 DemaraDrknguard            0     FALSE     FALSE        NA       NA
## 1376   abe_schonfeld            0     FALSE     FALSE        NA       NA
## 1377     apriliaspar            0     FALSE     FALSE        NA       NA
## 1378    BrookeKriner            0     FALSE     FALSE        NA       NA
## 1379 PitchesOfficial            0     FALSE     FALSE        NA       NA
## 1380     apriliaspar            0     FALSE     FALSE        NA       NA
## 1381    eden_anapple            0     FALSE     FALSE        NA       NA
## 1382 vernesa27292271            9     FALSE     FALSE        NA       NA
## 1383 feverdreamhuddy            0     FALSE     FALSE        NA       NA
## 1384    wallsxagustd            0     FALSE     FALSE        NA       NA
## 1385      PewPewChar            0     FALSE     FALSE        NA       NA
## 1386        WeStay08            0     FALSE     FALSE        NA       NA
## 1387       kkalechip            0     FALSE     FALSE        NA       NA
## 1388    jpeg2thehead            0     FALSE     FALSE        NA       NA
## 1389    eden_anapple            0     FALSE     FALSE        NA       NA
## 1390         kuonesh            0     FALSE     FALSE        NA       NA
## 1391    h34rtstopp3d            0     FALSE     FALSE        NA       NA
## 1392       didphoebe            0     FALSE     FALSE        NA       NA
## 1393    anarchytater            0     FALSE     FALSE        NA       NA
## 1394 vernesa27292271            0     FALSE     FALSE        NA       NA
## 1395       kkalechip            0     FALSE     FALSE        NA       NA
## 1396    h34rtstopp3d            0     FALSE     FALSE        NA       NA
## 1397   PhattieBlaise            0     FALSE     FALSE        NA       NA
## 1398    wallsxagustd            0     FALSE     FALSE        NA       NA
## 1399    ki222urheart            1     FALSE     FALSE        NA       NA
## 1400 feverdreamhuddy            0     FALSE     FALSE        NA       NA
## 1401    h34rtstopp3d            0     FALSE     FALSE        NA       NA
## 1402 MoneyBagSports1            0     FALSE     FALSE        NA       NA
## 1403        TBYOFTEN            0     FALSE     FALSE        NA       NA
## 1404       DeeClose1            0     FALSE     FALSE        NA       NA
## 1405     t4tkawoshin            0     FALSE     FALSE        NA       NA
## 1406 flowers_the_guy            0     FALSE     FALSE        NA       NA
## 1407      kylieagang            0     FALSE     FALSE        NA       NA
## 1408  em_enchanted13            0     FALSE     FALSE        NA       NA
## 1409 feverdreamhuddy            0     FALSE     FALSE        NA       NA
## 1410     t4tkawoshin            0     FALSE     FALSE        NA       NA
## 1411  usernotanyname            0     FALSE     FALSE        NA       NA
## 1412     t4tkawoshin            0     FALSE     FALSE        NA       NA
## 1413    SwiftCheck13            0     FALSE     FALSE        NA       NA
## 1414  yunhotriever24            0     FALSE     FALSE        NA       NA
## 1415  usernotanyname            0     FALSE     FALSE        NA       NA
## 1416        brktrend            0     FALSE     FALSE        NA       NA
## 1417 feverdreamhuddy            0     FALSE     FALSE        NA       NA
## 1418       TaptrickD            0     FALSE     FALSE        NA       NA
## 1419       BallKaan2            2     FALSE     FALSE        NA       NA
## 1420          PIIKOK            0     FALSE     FALSE        NA       NA
## 1421   PARANOIDJULES            0     FALSE     FALSE        NA       NA
## 1422      wtxnewsusa            0     FALSE     FALSE        NA       NA
## 1423          PIIKOK            0     FALSE     FALSE        NA       NA
## 1424       eyemusing            0     FALSE     FALSE        NA       NA
## 1425          rmzz08            0     FALSE     FALSE        NA       NA
## 1426  usernotanyname            0     FALSE     FALSE        NA       NA
## 1427         lothani            0     FALSE     FALSE        NA       NA
## 1428     bell_allens            0     FALSE     FALSE        NA       NA
## 1429  Swatsniper_716            0     FALSE     FALSE        NA       NA
## 1430      mocellosag            0     FALSE     FALSE        NA       NA
## 1431  usernotanyname            0     FALSE     FALSE        NA       NA
## 1432   martaftgerard            0     FALSE     FALSE        NA       NA
## 1433  yunhotriever24            0     FALSE     FALSE        NA       NA
## 1434    online_rhino            0     FALSE     FALSE        NA       NA
## 1435       eyemusing            0     FALSE     FALSE        NA       NA
## 1436    martibeenfly            0     FALSE     FALSE        NA       NA
## 1437   thisisedel_xo            0     FALSE     FALSE        NA       NA
## 1438   thee_LuiRemix            0     FALSE     FALSE        NA       NA
## 1439     V1rus_Alert            0     FALSE     FALSE        NA       NA
## 1440 EmmaJac28300283            0     FALSE     FALSE        NA       NA
## 1441     V1rus_Alert            0     FALSE     FALSE        NA       NA
## 1442  aquarianweekly            0     FALSE     FALSE        NA       NA
## 1443     AshaWasHere            0     FALSE     FALSE        NA       NA
## 1444      DoinsSport            0     FALSE     FALSE        NA       NA
## 1445       eyemusing            0     FALSE     FALSE        NA       NA
## 1446 Felix_Onyenugwu            0     FALSE     FALSE        NA       NA
## 1447      DerivJay12            0     FALSE     FALSE        NA       NA
## 1448       BLACKM0SS            0     FALSE     FALSE        NA       NA
## 1449     V1rus_Alert            0     FALSE     FALSE        NA       NA
## 1450  harpersversion            0     FALSE     FALSE        NA       NA
## 1451        idlmdylm            0     FALSE     FALSE        NA       NA
## 1452 HayleyR90286123            0     FALSE     FALSE        NA       NA
## 1453      NavInkling            0     FALSE     FALSE        NA       NA
## 1454      365WHISTLE            0     FALSE     FALSE        NA       NA
## 1455         amyphxm            0     FALSE     FALSE        NA       NA
## 1456       BLACKM0SS            0     FALSE     FALSE        NA       NA
## 1457     troysweater            0     FALSE     FALSE        NA       NA
## 1458  harpersversion            0     FALSE     FALSE        NA       NA
## 1459  Mrjimsmith1234            0     FALSE     FALSE        NA       NA
## 1460       eyemusing            0     FALSE     FALSE        NA       NA
## 1461      NavInkling            0     FALSE     FALSE        NA       NA
## 1462    Peteywee337_            0     FALSE     FALSE        NA       NA
## 1463   GiuliaMazzaPh            0     FALSE     FALSE        NA       NA
## 1464   ActorAngelina            0     FALSE     FALSE        NA       NA
## 1465      NavInkling            0     FALSE     FALSE        NA       NA
## 1466       amooloona            0     FALSE     FALSE        NA       NA
## 1467      Dali_lama8            1     FALSE     FALSE        NA       NA
## 1468    ReginaMundi7            0     FALSE     FALSE        NA       NA
## 1469  nessamartins97            0     FALSE     FALSE        NA       NA
## 1470   ActorAngelina            0     FALSE     FALSE        NA       NA
## 1471   undercoverbri            0     FALSE     FALSE        NA       NA
## 1472  harpersversion            0     FALSE     FALSE        NA       NA
## 1473 farhan__mehmood            0     FALSE     FALSE        NA       NA
## 1474      NavInkling            0     FALSE     FALSE        NA       NA
## 1475   ActorAngelina            0     FALSE     FALSE        NA       NA
## 1476 HayleyR90286123            0     FALSE     FALSE        NA       NA
## 1477     erinkoleary            0     FALSE     FALSE        NA       NA
## 1478  nessamartins97            0     FALSE     FALSE        NA       NA
## 1479    RoninStarted            0     FALSE     FALSE        NA       NA
## 1480     wingobingus            0     FALSE     FALSE        NA       NA
## 1481     foundeasily            0     FALSE     FALSE        NA       NA
## 1482  harpersversion            0     FALSE     FALSE        NA       NA
## 1483        martyw82            0     FALSE     FALSE        NA       NA
## 1484   ActorAngelina            0     FALSE     FALSE        NA       NA
## 1485          DM8315            0     FALSE     FALSE        NA       NA
## 1486         margmak            1     FALSE     FALSE        NA       NA
## 1487    thetinysilva            0     FALSE     FALSE        NA       NA
## 1488      1Informer2            0     FALSE     FALSE        NA       NA
## 1489       HectorDMS            0     FALSE     FALSE        NA       NA
## 1490    idkitsnicole            0     FALSE     FALSE        NA       NA
## 1491       kplayfest            0     FALSE     FALSE        NA       NA
## 1492    thetinysilva            0     FALSE     FALSE        NA       NA
## 1493  sh0rtest_str4w            0     FALSE     FALSE        NA       NA
## 1494          PIIKOK            0     FALSE     FALSE        NA       NA
## 1495       sirensinb            0     FALSE     FALSE        NA       NA
## 1496       DulljshhA            0     FALSE     FALSE        NA       NA
## 1497       sirensinb            0     FALSE     FALSE        NA       NA
## 1498      jeenonamit            0     FALSE     FALSE        NA       NA
## 1499    phantomghafa            0     FALSE     FALSE        NA       NA
## 1500        thea__25            0     FALSE     FALSE        NA       NA
## 1501    thetinysilva            0     FALSE     FALSE        NA       NA
## 1502     LVJYadmirer            0     FALSE     FALSE        NA       NA
## 1503        martyw82            0     FALSE     FALSE        NA       NA
## 1504       HectorDMS            0     FALSE     FALSE        NA       NA
## 1505       gowonning            0     FALSE     FALSE        NA       NA
## 1506       sirensinb            0     FALSE     FALSE        NA       NA
## 1507    phantomghafa            0     FALSE     FALSE        NA       NA
## 1508  Melissa_Wasser            0     FALSE     FALSE        NA       NA
## 1509     Haifinphoto            0     FALSE     FALSE        NA       NA
## 1510        neeeloys            0     FALSE     FALSE        NA       NA
## 1511       HectorDMS            0     FALSE     FALSE        NA       NA
## 1512   whatthe_hayls            0     FALSE     FALSE        NA       NA
## 1513    drachenovska            1     FALSE     FALSE        NA       NA
## 1514    phantomghafa            0     FALSE     FALSE        NA       NA
## 1515 curtainfarewell            0     FALSE     FALSE        NA       NA
## 1516       ya_SKZ731            0     FALSE     FALSE        NA       NA
## 1517    phantomghafa            0     FALSE     FALSE        NA       NA
## 1518       HectorDMS            0     FALSE     FALSE        NA       NA
## 1519   SplinterRatio            0     FALSE     FALSE        NA       NA
## 1520    drachenovska            0     FALSE     FALSE        NA       NA
## 1521         Ms_KatW            0     FALSE     FALSE        NA       NA
## 1522        HarkomsV            0     FALSE     FALSE        NA       NA
## 1523 StuffFromBlock3            0     FALSE     FALSE        NA       NA
## 1524 RagingWhormoans            0     FALSE     FALSE        NA       NA
## 1525 Tarrah_Danielle            0     FALSE     FALSE        NA       NA
## 1526       sirensinb            0     FALSE     FALSE        NA       NA
## 1527       kayladon9            0     FALSE     FALSE        NA       NA
## 1528        neeeloys            0     FALSE     FALSE        NA       NA
## 1529 simona_bargagli            0     FALSE     FALSE        NA       NA
## 1530  devilmidwinter            0     FALSE     FALSE        NA       NA
## 1531       ya_SKZ731            0     FALSE     FALSE        NA       NA
## 1532 curtainfarewell            0     FALSE     FALSE        NA       NA
## 1533       MikPikRik            0     FALSE     FALSE        NA       NA
## 1534       ya_SKZ731            0     FALSE     FALSE        NA       NA
## 1535         Ms_KatW            0     FALSE     FALSE        NA       NA
## 1536     Jamdungghal            0     FALSE     FALSE        NA       NA
## 1537       wowyolotv            0     FALSE     FALSE        NA       NA
## 1538  Robert_scott30            1     FALSE     FALSE        NA       NA
## 1539   salimishmael_            0     FALSE     FALSE        NA       NA
## 1540        JosszzoL            0     FALSE     FALSE        NA       NA
## 1541        HarkomsV            0     FALSE     FALSE        NA       NA
## 1542 simona_bargagli            0     FALSE     FALSE        NA       NA
## 1543    BonnieAuntea            0     FALSE     FALSE        NA       NA
## 1544     TinaDarwell            0     FALSE     FALSE        NA       NA
## 1545       TonicForg            0     FALSE     FALSE        NA       NA
## 1546      SirHotLaps            0     FALSE     FALSE        NA       NA
## 1547       KaosBunny            0     FALSE     FALSE        NA       NA
## 1548       ya_SKZ731            0     FALSE     FALSE        NA       NA
## 1549   rocketenginee            0     FALSE     FALSE        NA       NA
## 1550       cardigron            0     FALSE     FALSE        NA       NA
## 1551   Albas_Fortune            0     FALSE     FALSE        NA       NA
## 1552 simona_bargagli            0     FALSE     FALSE        NA       NA
## 1553        LM_woomy            0     FALSE     FALSE        NA       NA
## 1554    EpinardGuard            0     FALSE     FALSE        NA       NA
## 1555 ihopeudrownmore            0     FALSE     FALSE        NA       NA
## 1556 simona_bargagli            0     FALSE     FALSE        NA       NA
## 1557 sarahbethismyl1            0     FALSE     FALSE        NA       NA
## 1558   emotrash_wuff            0     FALSE     FALSE        NA       NA
## 1559 di_shun_meh_die            0     FALSE     FALSE        NA       NA
## 1560       cardigron            0     FALSE     FALSE        NA       NA
## 1561        maemaedc            0     FALSE     FALSE        NA       NA
## 1562       nikfinite            0     FALSE     FALSE        NA       NA
## 1563 MoonlightsCoven            0     FALSE     FALSE        NA       NA
## 1564         margmak            2     FALSE     FALSE        NA       NA
## 1565       cardigron            0     FALSE     FALSE        NA       NA
## 1566      macks_page            0     FALSE     FALSE        NA       NA
## 1567        LM_woomy            0     FALSE     FALSE        NA       NA
## 1568       Uwusukuru            0     FALSE     FALSE        NA       NA
## 1569 CALIFORNIAW0RLD            0     FALSE     FALSE        NA       NA
## 1570    kurzedificio            1     FALSE     FALSE        NA       NA
## 1571        LM_woomy            0     FALSE     FALSE        NA       NA
## 1572    xamitexmusic            0     FALSE     FALSE        NA       NA
## 1573       nikfinite            0     FALSE     FALSE        NA       NA
## 1574 MoonlightsCoven            0     FALSE     FALSE        NA       NA
## 1575        maemaedc            0     FALSE     FALSE        NA       NA
## 1576    starsrsocool            0     FALSE     FALSE        NA       NA
## 1577   musubigarbage            0     FALSE     FALSE        NA       NA
## 1578 CALIFORNIAW0RLD            0     FALSE     FALSE        NA       NA
## 1579  Startup_Canada            0     FALSE     FALSE        NA       NA
## 1580    DIEGUIRRI_89            0     FALSE     FALSE        NA       NA
## 1581  NosleepPodcast            1     FALSE     FALSE        NA       NA
## 1582  Samantha_lilac            0     FALSE     FALSE        NA       NA
## 1583       shiemisss            0     FALSE     FALSE        NA       NA
## 1584  therealparis23            0     FALSE     FALSE        NA       NA
## 1585        LM_woomy            0     FALSE     FALSE        NA       NA
## 1586    starsrsocool            0     FALSE     FALSE        NA       NA
## 1587       nikfinite            0     FALSE     FALSE        NA       NA
## 1588 neverlastinline            0     FALSE     FALSE        NA       NA
## 1589   Kinga_Ninurta            0     FALSE     FALSE        NA       NA
## 1590    starsrsocool            0     FALSE     FALSE        NA       NA
## 1591       itsvdanni            0     FALSE     FALSE        NA       NA
## 1592           gwyx6            0     FALSE     FALSE        NA       NA
## 1593        maemaedc            1     FALSE     FALSE        NA       NA
## 1594    starsrsocool            0     FALSE     FALSE        NA       NA
## 1595        sncaffee            2     FALSE     FALSE        NA       NA
## 1596         GapsFNT            0     FALSE     FALSE        NA       NA
## 1597          FevenA            0     FALSE     FALSE        NA       NA
## 1598   sapphohyunjin            0     FALSE     FALSE        NA       NA
## 1599 cewulidgabxyau9            2     FALSE     FALSE        NA       NA
## 1600     TeeRexradio            0     FALSE     FALSE        NA       NA
## 1601  GeorgeColuccia            0     FALSE     FALSE        NA       NA
## 1602   sapphohyunjin            0     FALSE     FALSE        NA       NA
## 1603     ZellBellArt            0     FALSE     FALSE        NA       NA
## 1604  baekseongseung            0     FALSE     FALSE        NA       NA
## 1605      Lurifodase            0     FALSE     FALSE        NA       NA
## 1606   sapphohyunjin            0     FALSE     FALSE        NA       NA
## 1607     UncleHerpes            0     FALSE     FALSE        NA       NA
## 1608  etherealheartt            0     FALSE     FALSE        NA       NA
## 1609    5w1tchGaming            0     FALSE     FALSE        NA       NA
## 1610      Lurifodase            0     FALSE     FALSE        NA       NA
## 1611       itsvdanni            0     FALSE     FALSE        NA       NA
## 1612        HarkomsV            0     FALSE     FALSE        NA       NA
## 1613       Uwusukuru            0     FALSE     FALSE        NA       NA
## 1614    swiftwonders            0     FALSE     FALSE        NA       NA
## 1615  etherealheartt            0     FALSE     FALSE        NA       NA
## 1616    m1dn1ght5_13            0     FALSE     FALSE        NA       NA
## 1617    5w1tchGaming            0     FALSE     FALSE        NA       NA
## 1618  etherealheartt            0     FALSE     FALSE        NA       NA
## 1619       itsvdanni            0     FALSE     FALSE        NA       NA
## 1620        mkaRocki            0     FALSE     FALSE        NA       NA
## 1621  etherealheartt            0     FALSE     FALSE        NA       NA
## 1622         Bezvard            0     FALSE     FALSE        NA       NA
## 1623 makelessharries            1     FALSE     FALSE        NA       NA
## 1624 _darklikemysoul            0     FALSE     FALSE        NA       NA
## 1625     trivialtony            0     FALSE     FALSE        NA       NA
## 1626   Grace_Costags            0     FALSE     FALSE        NA       NA
## 1627      enchantlwt            0     FALSE     FALSE        NA       NA
## 1628        Nami_501            0     FALSE     FALSE        NA       NA
## 1629     trivialtony            0     FALSE     FALSE        NA       NA
## 1630        sncaffee            0     FALSE     FALSE        NA       NA
## 1631        alloeium            0     FALSE     FALSE        NA       NA
## 1632         inezwil            0     FALSE     FALSE        NA       NA
## 1633   Grace_Costags            0     FALSE     FALSE        NA       NA
## 1634    fxckoklahoma            1     FALSE     FALSE        NA       NA
## 1635 _darklikemysoul            0     FALSE     FALSE        NA       NA
## 1636  I_need_theatre            0     FALSE     FALSE        NA       NA
## 1637      augustlore            0     FALSE     FALSE        NA       NA
## 1638   MormanCalorie            0     FALSE     FALSE        NA       NA
## 1639   Grace_Costags            0     FALSE     FALSE        NA       NA
## 1640      augustlore            0     FALSE     FALSE        NA       NA
## 1641     trivialtony            0     FALSE     FALSE        NA       NA
## 1642        HarkomsV            0     FALSE     FALSE        NA       NA
## 1643  2blaqofficial1            1     FALSE     FALSE        NA       NA
## 1644     RosieHoranx            0     FALSE     FALSE        NA       NA
## 1645  loveforitadori            0     FALSE     FALSE        NA       NA
## 1646  fandeaitanaaax            0     FALSE     FALSE        NA       NA
## 1647    krissybeeean            0     FALSE     FALSE        NA       NA
## 1648   MormanCalorie            0     FALSE     FALSE        NA       NA
## 1649          melc91            0     FALSE     FALSE        NA       NA
## 1650    BootsPerkins            0     FALSE     FALSE        NA       NA
## 1651       kayladon9            0     FALSE     FALSE        NA       NA
## 1652  I_need_theatre            0     FALSE     FALSE        NA       NA
## 1653     OakenHooHoo            0     FALSE     FALSE        NA       NA
## 1654   MormanCalorie            0     FALSE     FALSE        NA       NA
## 1655 namutambowataka            0     FALSE     FALSE        NA       NA
## 1656  loveforitadori            0     FALSE     FALSE        NA       NA
## 1657       briesglcw            0     FALSE     FALSE        NA       NA
## 1658  PenThePenguin_            0     FALSE     FALSE        NA       NA
## 1659     juanduenas_            0     FALSE     FALSE        NA       NA
## 1660  fandeaitanaaax            0     FALSE     FALSE        NA       NA
## 1661   0xWaldoVision            0     FALSE     FALSE        NA       NA
## 1662      iamaudreyp            0     FALSE     FALSE        NA       NA
## 1663     WalterGarre            0     FALSE     FALSE        NA       NA
## 1664  fandeaitanaaax            0     FALSE     FALSE        NA       NA
## 1665  loveforitadori            0     FALSE     FALSE        NA       NA
## 1666  I_need_theatre            0     FALSE     FALSE        NA       NA
## 1667    Jace98127644            0     FALSE     FALSE        NA       NA
## 1668   clshields1980            0     FALSE     FALSE        NA       NA
## 1669  PenThePenguin_            0     FALSE     FALSE        NA       NA
## 1670          Neziy_            0     FALSE     FALSE        NA       NA
## 1671     bravefortzu            0     FALSE     FALSE        NA       NA
## 1672     lexicozartt            0     FALSE     FALSE        NA       NA
## 1673     juanduenas_            0     FALSE     FALSE        NA       NA
## 1674         fem_yeq            0     FALSE     FALSE        NA       NA
## 1675      ZoomSlay28            0     FALSE     FALSE        NA       NA
## 1676       NanaAkwan            0     FALSE     FALSE        NA       NA
## 1677  PenThePenguin_            0     FALSE     FALSE        NA       NA
## 1678 RealFlexiAfrica            1     FALSE     FALSE        NA       NA
## 1679     bigtimedogs            0     FALSE     FALSE        NA       NA
## 1680      Trojan0026            0     FALSE     FALSE        NA       NA
## 1681 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1682  iGuessItsBlake            0     FALSE     FALSE        NA       NA
## 1683     juanduenas_            0     FALSE     FALSE        NA       NA
## 1684  PenThePenguin_            0     FALSE     FALSE        NA       NA
## 1685  SharkieSkittle            0     FALSE     FALSE        NA       NA
## 1686     OakenHooHoo            0     FALSE     FALSE        NA       NA
## 1687      ZoomSlay28            0     FALSE     FALSE        NA       NA
## 1688  iGuessItsBlake            0     FALSE     FALSE        NA       NA
## 1689  SharkieSkittle            0     FALSE     FALSE        NA       NA
## 1690 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1691     pskeedesign            0     FALSE     FALSE        NA       NA
## 1692  WakandriaJones            0     FALSE     FALSE        NA       NA
## 1693         Anzy_aa            0     FALSE     FALSE        NA       NA
## 1694  SharkieSkittle            0     FALSE     FALSE        NA       NA
## 1695     juanduenas_            0     FALSE     FALSE        NA       NA
## 1696        happyy08            0     FALSE     FALSE        NA       NA
## 1697     OakenHooHoo            0     FALSE     FALSE        NA       NA
## 1698     jaimelozc09            0     FALSE     FALSE        NA       NA
## 1699          melc91            0     FALSE     FALSE        NA       NA
## 1700      CPLD_music            0     FALSE     FALSE        NA       NA
## 1701 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1702  iGuessItsBlake            0     FALSE     FALSE        NA       NA
## 1703 Dannica32000657            0     FALSE     FALSE        NA       NA
## 1704         S_vannn            0     FALSE     FALSE        NA       NA
## 1705   michaelbergla            0     FALSE     FALSE        NA       NA
## 1706      DKZENJOYER            0     FALSE     FALSE        NA       NA
## 1707     VlCT0RYSTAR            0     FALSE     FALSE        NA       NA
## 1708     sofiapease4            0     FALSE     FALSE        NA       NA
## 1709   michaelbergla            0     FALSE     FALSE        NA       NA
## 1710      garffan985            0     FALSE     FALSE        NA       NA
## 1711     theslayence            0     FALSE     FALSE        NA       NA
## 1712 Dannica32000657            0     FALSE     FALSE        NA       NA
## 1713     jaimelozc09            0     FALSE     FALSE        NA       NA
## 1714 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1715    ACNH_kitty44            0     FALSE     FALSE        NA       NA
## 1716  iGuessItsBlake            0     FALSE     FALSE        NA       NA
## 1717 Dannica32000657            0     FALSE     FALSE        NA       NA
## 1718  WakandriaJones            0     FALSE     FALSE        NA       NA
## 1719     sofiapease4            0     FALSE     FALSE        NA       NA
## 1720   goro_pancakes            0     FALSE     FALSE        NA       NA
## 1721     Luisfavicii            0     FALSE     FALSE        NA       NA
## 1722 Dannica32000657            0     FALSE     FALSE        NA       NA
## 1723 Magicalharvest1            0     FALSE     FALSE        NA       NA
## 1724       offmalibu            0     FALSE     FALSE        NA       NA
## 1725    ACNH_kitty44            0     FALSE     FALSE        NA       NA
## 1726       rma2saucy            0     FALSE     FALSE        NA       NA
## 1727      iammandurr            0     FALSE     FALSE        NA       NA
## 1728     sofiapease4            0     FALSE     FALSE        NA       NA
## 1729  JerseyKidPicks            7     FALSE     FALSE        NA       NA
## 1730       florasiac            0     FALSE     FALSE        NA       NA
## 1731 247MzansUpdates            0     FALSE     FALSE        NA       NA
## 1732     PoppyUpdate            9     FALSE     FALSE        NA       NA
## 1733       tiaTiahTT            0     FALSE     FALSE        NA       NA
## 1734      iammandurr            0     FALSE     FALSE        NA       NA
## 1735    ACNH_kitty44            0     FALSE     FALSE        NA       NA
## 1736      garffan985            0     FALSE     FALSE        NA       NA
## 1737    tyunkngomhrt            0     FALSE     FALSE        NA       NA
## 1738        SkierBen            1     FALSE     FALSE        NA       NA
## 1739      iammandurr            0     FALSE     FALSE        NA       NA
## 1740  WakandriaJones            0     FALSE     FALSE        NA       NA
## 1741        _thloVer            0     FALSE     FALSE        NA       NA
## 1742       DeeClose1            1     FALSE     FALSE        NA       NA
## 1743       urluvnabi            0     FALSE     FALSE        NA       NA
## 1744       florasiac            0     FALSE     FALSE        NA       NA
## 1745      garffan985            0     FALSE     FALSE        NA       NA
## 1746      iammandurr            0     FALSE     FALSE        NA       NA
## 1747    tyunkngomhrt            0     FALSE     FALSE        NA       NA
## 1748       florasiac            0     FALSE     FALSE        NA       NA
## 1749  WakandriaJones            0     FALSE     FALSE        NA       NA
## 1750       shyawaycd            0     FALSE     FALSE        NA       NA
## 1751        _thloVer            0     FALSE     FALSE        NA       NA
## 1752 KenedyRemontada            0     FALSE     FALSE        NA       NA
## 1753       florasiac            0     FALSE     FALSE        NA       NA
## 1754    DidntAskBro7            0     FALSE     FALSE        NA       NA
## 1755      garffan985            0     FALSE     FALSE        NA       NA
## 1756    tyunkngomhrt            0     FALSE     FALSE        NA       NA
## 1757       KosimaBiz            0     FALSE     FALSE        NA       NA
## 1758   DailyTaxMemes            0     FALSE     FALSE        NA       NA
## 1759        _thloVer            0     FALSE     FALSE        NA       NA
## 1760  ChiSIammaJamma            0     FALSE     FALSE        NA       NA
## 1761 isayrandomshiit            0     FALSE     FALSE        NA       NA
## 1762         ToywMe1            1     FALSE     FALSE        NA       NA
## 1763       urluvnabi            0     FALSE     FALSE        NA       NA
## 1764    DidntAskBro7            0     FALSE     FALSE        NA       NA
## 1765    2Chipmunks43            0     FALSE     FALSE        NA       NA
## 1766 KenedyRemontada            0     FALSE     FALSE        NA       NA
## 1767  ChiSIammaJamma            0     FALSE     FALSE        NA       NA
## 1768       urluvnabi            0     FALSE     FALSE        NA       NA
## 1769   nuttelaspread            0     FALSE     FALSE        NA       NA
## 1770   1CrowdedTable            1     FALSE     FALSE        NA       NA
## 1771        Rubao112            0     FALSE     FALSE        NA       NA
## 1772        Syphtolo            0     FALSE     FALSE        NA       NA
## 1773   nuttelaspread            0     FALSE     FALSE        NA       NA
## 1774  soaked_nbleach            0     FALSE     FALSE        NA       NA
## 1775       JaredOnYT            0     FALSE     FALSE        NA       NA
## 1776         TBFINDS            0     FALSE     FALSE        NA       NA
## 1777 KenedyRemontada            0     FALSE     FALSE        NA       NA
## 1778        Syphtolo            0     FALSE     FALSE        NA       NA
## 1779     j1annamar1a            0     FALSE     FALSE        NA       NA
## 1780     zoobee_zaba            0     FALSE     FALSE        NA       NA
## 1781         Gratych            0     FALSE     FALSE        NA       NA
## 1782     LitzyBrown1            0     FALSE     FALSE        NA       NA
## 1783      kvnq_teeza            0     FALSE     FALSE        NA       NA
## 1784        Syphtolo            0     FALSE     FALSE        NA       NA
## 1785      EgoStreams            0     FALSE     FALSE        NA       NA
## 1786  justastargirl9            0     FALSE     FALSE        NA       NA
## 1787  Apollo_Knightt            0     FALSE     FALSE        NA       NA
## 1788    DolefulLions            0     FALSE     FALSE        NA       NA
## 1789    KellyHart147            0     FALSE     FALSE        NA       NA
## 1790   nuttelaspread            0     FALSE     FALSE        NA       NA
## 1791        wipeyman            0     FALSE     FALSE        NA       NA
## 1792     itsmeraymel            0     FALSE     FALSE        NA       NA
## 1793  Ollie_loves_fr            0     FALSE     FALSE        NA       NA
## 1794   ImnotRichard6            0     FALSE     FALSE        NA       NA
## 1795        Syphtolo            0     FALSE     FALSE        NA       NA
## 1796  Apollo_Knightt            0     FALSE     FALSE        NA       NA
## 1797        jashinko            0     FALSE     FALSE        NA       NA
## 1798  Ollie_loves_fr            0     FALSE     FALSE        NA       NA
## 1799 xephas_official            1     FALSE     FALSE        NA       NA
## 1800   IdealGameroom            0     FALSE     FALSE        NA       NA
## 1801     LitzyBrown1            0     FALSE     FALSE        NA       NA
## 1802     itsmeraymel            0     FALSE     FALSE        NA       NA
## 1803     ysuftloverr            0     FALSE     FALSE        NA       NA
## 1804  Drownincheddar            0     FALSE     FALSE        NA       NA
## 1805  Ollie_loves_fr            0     FALSE     FALSE        NA       NA
## 1806        jashinko            0     FALSE     FALSE        NA       NA
## 1807   edetedemakpan            1     FALSE     FALSE        NA       NA
## 1808  udbparanoidtoo            0     FALSE     FALSE        NA       NA
## 1809     ysuftloverr            0     FALSE     FALSE        NA       NA
## 1810 SimplyChaotic26            0     FALSE     FALSE        NA       NA
## 1811          Smvvth            0     FALSE     FALSE        NA       NA
## 1812          jvjmjx            0     FALSE     FALSE        NA       NA
## 1813        jashinko            0     FALSE     FALSE        NA       NA
## 1814       offmalibu            0     FALSE     FALSE        NA       NA
## 1815     ysuftloverr            0     FALSE     FALSE        NA       NA
## 1816       sativ4grl            0     FALSE     FALSE        NA       NA
## 1817        itsdreqa            0     FALSE     FALSE        NA       NA
## 1818        CptLongD            0     FALSE     FALSE        NA       NA
## 1819 Darker_diamonds            0     FALSE     FALSE        NA       NA
## 1820        yermies3            0     FALSE     FALSE        NA       NA
## 1821 tw_porn_on_here            0     FALSE     FALSE        NA       NA
## 1822  kaffienatedkat            0     FALSE     FALSE        NA       NA
## 1823        yermies3            0     FALSE     FALSE        NA       NA
## 1824   PauPalauVidal            0     FALSE     FALSE        NA       NA
## 1825       tonisrage            0     FALSE     FALSE        NA       NA
## 1826     ysuftloverr            0     FALSE     FALSE        NA       NA
## 1827       Blxndkidz            0     FALSE     FALSE        NA       NA
## 1828      Beast_Dank            1     FALSE     FALSE        NA       NA
## 1829  kaffienatedkat            0     FALSE     FALSE        NA       NA
## 1830   AlshababRadio            2     FALSE     FALSE        NA       NA
## 1831       offmalibu            0     FALSE     FALSE        NA       NA
## 1832   JaireLockdown            0     FALSE     FALSE        NA       NA
## 1833        imDudsz_            0     FALSE     FALSE        NA       NA
## 1834      Insider747            0     FALSE     FALSE        NA       NA
## 1835        yermies3            0     FALSE     FALSE        NA       NA
## 1836          VABG__            0     FALSE     FALSE        NA       NA
## 1837    Brandisandre            0     FALSE     FALSE        NA       NA
## 1838       thafckora            0     FALSE     FALSE        NA       NA
## 1839       Nakasanga            0     FALSE     FALSE        NA       NA
## 1840      Beast_Dank            0     FALSE     FALSE        NA       NA
## 1841   indianafantum            0     FALSE     FALSE        NA       NA
## 1842          VABG__            0     FALSE     FALSE        NA       NA
## 1843   balthazar_and            0     FALSE     FALSE        NA       NA
## 1844        exhawkyx            0     FALSE     FALSE        NA       NA
## 1845      Beast_Dank            0     FALSE     FALSE        NA       NA
## 1846       joanammel            0     FALSE     FALSE        NA       NA
## 1847          VABG__            0     FALSE     FALSE        NA       NA
## 1848     juIiansands            0     FALSE     FALSE        NA       NA
## 1849       intake444            0     FALSE     FALSE        NA       NA
## 1850     juIiansands            0     FALSE     FALSE        NA       NA
## 1851      Beast_Dank            0     FALSE     FALSE        NA       NA
## 1852        anseonii            0     FALSE     FALSE        NA       NA
## 1853 InfernalAmigops            0     FALSE     FALSE        NA       NA
## 1854       intake444            0     FALSE     FALSE        NA       NA
## 1855    arshpatel123            0     FALSE     FALSE        NA       NA
## 1856 TheOffi14494401            0     FALSE     FALSE        NA       NA
## 1857   balthazar_and            0     FALSE     FALSE        NA       NA
## 1858        reellita            0     FALSE     FALSE        NA       NA
## 1859      bageItower            0     FALSE     FALSE        NA       NA
## 1860    Damain_cyber            1     FALSE     FALSE        NA       NA
## 1861     cyclops2022            0     FALSE     FALSE        NA       NA
## 1862       joanammel            0     FALSE     FALSE        NA       NA
## 1863       intake444            0     FALSE     FALSE        NA       NA
## 1864  Apollo_Knightt            0     FALSE     FALSE        NA       NA
## 1865  Stay_Vicious20            0     FALSE     FALSE        NA       NA
## 1866    arshpatel123            0     FALSE     FALSE        NA       NA
## 1867 TheOffi14494401            0     FALSE     FALSE        NA       NA
## 1868        reellita            0     FALSE     FALSE        NA       NA
## 1869  Stay_Vicious20            0     FALSE     FALSE        NA       NA
## 1870    arshpatel123            0     FALSE     FALSE        NA       NA
## 1871      ZanAycicek            0     FALSE     FALSE        NA       NA
## 1872     0_Dantess_0            0     FALSE     FALSE        NA       NA
## 1873  Stay_Vicious20            0     FALSE     FALSE        NA       NA
## 1874        scrivzLJ            0     FALSE     FALSE        NA       NA
## 1875       joanammel            0     FALSE     FALSE        NA       NA
## 1876     LilMamaNat_            0     FALSE     FALSE        NA       NA
## 1877  maryondeeznuts            0     FALSE     FALSE        NA       NA
## 1878  Christine_meow            0     FALSE     FALSE        NA       NA
## 1879 TheOffi14494401            0     FALSE     FALSE        NA       NA
## 1880      ytmlab6_23            0     FALSE     FALSE        NA       NA
## 1881  Christine_meow            0     FALSE     FALSE        NA       NA
## 1882         KR0WNNN            0     FALSE     FALSE        NA       NA
## 1883     CeleneElric            0     FALSE     FALSE        NA       NA
## 1884  maryondeeznuts            0     FALSE     FALSE        NA       NA
## 1885        reellita            0     FALSE     FALSE        NA       NA
## 1886  maryondeeznuts            0     FALSE     FALSE        NA       NA
## 1887  Christine_meow            0     FALSE     FALSE        NA       NA
## 1888 VikkiCh21052435            0     FALSE     FALSE        NA       NA
## 1889       asmogotti            0     FALSE     FALSE        NA       NA
## 1890     CeleneElric            0     FALSE     FALSE        NA       NA
## 1891 maureenroseama1            0     FALSE     FALSE        NA       NA
## 1892       C_to_the_            0     FALSE     FALSE        NA       NA
## 1893    SplatoonPeru            0     FALSE     FALSE        NA       NA
## 1894  Christine_meow            0     FALSE     FALSE        NA       NA
## 1895  EkoClubNigeria            1     FALSE     FALSE        NA       NA
## 1896       glamroclc            0     FALSE     FALSE        NA       NA
## 1897    SplatoonPeru            0     FALSE     FALSE        NA       NA
## 1898    SplatoonPeru            0     FALSE     FALSE        NA       NA
## 1899    SplatoonPeru            0     FALSE     FALSE        NA       NA
## 1900 maureenroseama1            0     FALSE     FALSE        NA       NA
## 1901     CeleneElric            0     FALSE     FALSE        NA       NA
## 1902       shregg4PF            0     FALSE     FALSE        NA       NA
## 1903  shosplecolupus            0     FALSE     FALSE        NA       NA
## 1904  bytheshannynkt            0     FALSE     FALSE        NA       NA
## 1905  anna__holcombe            0     FALSE     FALSE        NA       NA
## 1906  Swatsniper_716            0     FALSE     FALSE        NA       NA
## 1907  maryondeeznuts            0     FALSE     FALSE        NA       NA
## 1908          jvjmjx            0     FALSE     FALSE        NA       NA
## 1909 EllieLennie2491            0     FALSE     FALSE        NA       NA
## 1910 iluvcharlixcx21            0     FALSE     FALSE        NA       NA
## 1911 maureenroseama1            0     FALSE     FALSE        NA       NA
## 1912    aloisi_tribe            0     FALSE     FALSE        NA       NA
## 1913       dacool661            0     FALSE     FALSE        NA       NA
## 1914       pinkbxbie            0     FALSE     FALSE        NA       NA
## 1915          lxvvie            0     FALSE     FALSE        NA       NA
## 1916   darla65201189            0     FALSE     FALSE        NA       NA
## 1917 iluvcharlixcx21            0     FALSE     FALSE        NA       NA
## 1918   ItsKatnissxxx            0     FALSE     FALSE        NA       NA
## 1919  anna__holcombe            0     FALSE     FALSE        NA       NA
## 1920           J4KHz            0     FALSE     FALSE        NA       NA
## 1921     CeleneElric            0     FALSE     FALSE        NA       NA
## 1922      LostBakaTV            0     FALSE     FALSE        NA       NA
## 1923      bek_zepeda            0     FALSE     FALSE        NA       NA
## 1924     lesser_afim            0     FALSE     FALSE        NA       NA
## 1925      _edgelxrd_            0     FALSE     FALSE        NA       NA
## 1926    0_SteveKosie            0     FALSE     FALSE        NA       NA
## 1927 xephas_official            0     FALSE     FALSE        NA       NA
## 1928     lesser_afim            0     FALSE     FALSE        NA       NA
## 1929   ducklingsissy            0     FALSE     FALSE        NA       NA
## 1930        fvcknuts            0     FALSE     FALSE        NA       NA
## 1931      bek_zepeda            0     FALSE     FALSE        NA       NA
## 1932     imkrissuela            0     FALSE     FALSE        NA       NA
## 1933     lesser_afim            0     FALSE     FALSE        NA       NA
## 1934   ducklingsissy            0     FALSE     FALSE        NA       NA
## 1935    retroflordia            0     FALSE     FALSE        NA       NA
## 1936   sapphicforlwt            0     FALSE     FALSE        NA       NA
## 1937    aloisi_tribe            0     FALSE     FALSE        NA       NA
## 1938     Iegallylisa            0     FALSE     FALSE        NA       NA
## 1939     lesser_afim            0     FALSE     FALSE        NA       NA
## 1940     huachen_zhu            0     FALSE     FALSE        NA       NA
## 1941      _edgelxrd_            0     FALSE     FALSE        NA       NA
## 1942     Iegallylisa            0     FALSE     FALSE        NA       NA
## 1943      bek_zepeda            0     FALSE     FALSE        NA       NA
## 1944   sapphicforlwt            0     FALSE     FALSE        NA       NA
## 1945        enslashy            0     FALSE     FALSE        NA       NA
## 1946        Gionosai            0     FALSE     FALSE        NA       NA
## 1947     huachen_zhu            0     FALSE     FALSE        NA       NA
## 1948  charlotte_luve            0     FALSE     FALSE        NA       NA
## 1949    aloisi_tribe            0     FALSE     FALSE        NA       NA
## 1950 madeleineisswag            0     FALSE     FALSE        NA       NA
## 1951     gingercat02            0     FALSE     FALSE        NA       NA
## 1952        cammirry            0     FALSE     FALSE        NA       NA
## 1953     thecapguy24            0     FALSE     FALSE        NA       NA
## 1954   sapphicforlwt            0     FALSE     FALSE        NA       NA
## 1955 madeleineisswag            0     FALSE     FALSE        NA       NA
## 1956  bellaboolovesj            0     FALSE     FALSE        NA       NA
## 1957   ducklingsissy            0     FALSE     FALSE        NA       NA
## 1958   sapphicforlwt            0     FALSE     FALSE        NA       NA
## 1959     huachen_zhu            0     FALSE     FALSE        NA       NA
## 1960     Iegallylisa            0     FALSE     FALSE        NA       NA
## 1961      SmoodiWolf            0     FALSE     FALSE        NA       NA
## 1962  butterflynbuds            1     FALSE     FALSE        NA       NA
## 1963      ___joffrey            0     FALSE     FALSE        NA       NA
## 1964      emstunning            0     FALSE     FALSE        NA       NA
## 1965        cammirry            0     FALSE     FALSE        NA       NA
## 1966     Luisfavicii            0     FALSE     FALSE        NA       NA
## 1967           Seraa            0     FALSE     FALSE        NA       NA
## 1968    Master_monke            0     FALSE     FALSE        NA       NA
## 1969        Gionosai            0     FALSE     FALSE        NA       NA
## 1970     jademelody_            0     FALSE     FALSE        NA       NA
## 1971     PassyAlyssa            0     FALSE     FALSE        NA       NA
## 1972   CatLoversAsso            0     FALSE     FALSE        NA       NA
## 1973    TigerOffcial            0     FALSE     FALSE        NA       NA
## 1974  aluthordanvers            0     FALSE     FALSE        NA       NA
## 1975    Master_monke            0     FALSE     FALSE        NA       NA
## 1976     kamehamiltn            0     FALSE     FALSE        NA       NA
## 1977        cammirry            0     FALSE     FALSE        NA       NA
## 1978    Master_monke            0     FALSE     FALSE        NA       NA
## 1979 kevinswillliams            0     FALSE     FALSE        NA       NA
## 1980   tressaburns22            0     FALSE     FALSE        NA       NA
## 1981     konpietokoo            0     FALSE     FALSE        NA       NA
## 1982    say_number33            0     FALSE     FALSE        NA       NA
## 1983        cammirry            0     FALSE     FALSE        NA       NA
## 1984    aisuruuuuuuu            0     FALSE     FALSE        NA       NA
## 1985      floverjoon            0     FALSE     FALSE        NA       NA
## 1986    say_number33            0     FALSE     FALSE        NA       NA
## 1987  soyguiacarmona            0     FALSE     FALSE        NA       NA
## 1988  LilVeroodletwt            0     FALSE     FALSE        NA       NA
## 1989     fr_simone_m           20     FALSE     FALSE        NA       NA
## 1990   DiegoSerafimm            0     FALSE     FALSE        NA       NA
## 1991   ImnotRichard6            0     FALSE     FALSE        NA       NA
## 1992  Scotsman_Games            0     FALSE     FALSE        NA       NA
## 1993      JayLando22            0     FALSE     FALSE        NA       NA
## 1994        Gionosai            0     FALSE     FALSE        NA       NA
## 1995    aisuruuuuuuu            0     FALSE     FALSE        NA       NA
## 1996     N4TTYNIGGAC            0     FALSE     FALSE        NA       NA
## 1997     wavyrebecca            0     FALSE     FALSE        NA       NA
## 1998   queers4yoongi            0     FALSE     FALSE        NA       NA
## 1999         vidddit            0     FALSE     FALSE        NA       NA
## 2000         Sheadra            0     FALSE     FALSE        NA       NA
## 2001       Cool_Clay            0     FALSE     FALSE        NA       NA
## 2002        harrry91            0     FALSE     FALSE        NA       NA
## 2003  Scotsman_Games            0     FALSE     FALSE        NA       NA
## 2004     cozykarlnap            0     FALSE     FALSE        NA       NA
## 2005        marizpov            0     FALSE     FALSE        NA       NA
## 2006   kariheartstae            0     FALSE     FALSE        NA       NA
## 2007          sapdnf            0     FALSE     FALSE        NA       NA
## 2008    aisuruuuuuuu            0     FALSE     FALSE        NA       NA
## 2009 TintinMinecraft            0     FALSE     FALSE        NA       NA
## 2010   GreekGirl2012            0     FALSE     FALSE        NA       NA
## 2011 arianatoratcore            1     FALSE     FALSE        NA       NA
## 2012   w3ird_fanatic            0     FALSE     FALSE        NA       NA
## 2013         Sheadra            0     FALSE     FALSE        NA       NA
## 2014     cozykarlnap            0     FALSE     FALSE        NA       NA
## 2015 TintinMinecraft            0     FALSE     FALSE        NA       NA
## 2016   queers4yoongi            0     FALSE     FALSE        NA       NA
## 2017     unstablebih            0     FALSE     FALSE        NA       NA
## 2018   BlitzerTweets            0     FALSE     FALSE        NA       NA
## 2019     _belleamor_            0     FALSE     FALSE        NA       NA
## 2020      BluSilurus            2     FALSE     FALSE        NA       NA
## 2021   w3ird_fanatic            0     FALSE     FALSE        NA       NA
## 2022       NlGHTLOCK            0     FALSE     FALSE        NA       NA
## 2023 TintinMinecraft            0     FALSE     FALSE        NA       NA
## 2024       joanammel            1     FALSE     FALSE        NA       NA
## 2025         Sheadra            0     FALSE     FALSE        NA       NA
## 2026      amaroscuro            0     FALSE     FALSE        NA       NA
## 2027     cozykarlnap            0     FALSE     FALSE        NA       NA
## 2028      _DrNichols            0     FALSE     FALSE        NA       NA
## 2029         Ijir0VT            0     FALSE     FALSE        NA       NA
## 2030      mi_aps2002            0     FALSE     FALSE        NA       NA
## 2031   w3ird_fanatic            0     FALSE     FALSE        NA       NA
## 2032         jun10ie            0     FALSE     FALSE        NA       NA
## 2033        dlibskzh            0     FALSE     FALSE        NA       NA
## 2034          BRH_KK            0     FALSE     FALSE        NA       NA
## 2035    _alex_elena_            0     FALSE     FALSE        NA       NA
## 2036   ItHadtoBeYou_            0     FALSE     FALSE        NA       NA
## 2037 TintinMinecraft            0     FALSE     FALSE        NA       NA
## 2038    say_number33            0     FALSE     FALSE        NA       NA
## 2039   CatLoversAsso            0     FALSE     FALSE        NA       NA
## 2040   NovakEveryday            0     FALSE     FALSE        NA       NA
## 2041          BRH_KK            0     FALSE     FALSE        NA       NA
## 2042   eliizabxthann            0     FALSE     FALSE        NA       NA
## 2043 vijay_thakur083            0     FALSE     FALSE        NA       NA
## 2044        e4bluesc            0     FALSE     FALSE        NA       NA
## 2045     NOAKES_ISMS            0     FALSE     FALSE        NA       NA
## 2046    adriiananana            0     FALSE     FALSE        NA       NA
## 2047  ykthat1fangirl            0     FALSE     FALSE        NA       NA
## 2048        dlibskzh            0     FALSE     FALSE        NA       NA
## 2049          BRH_KK            0     FALSE     FALSE        NA       NA
## 2050        deepumi5            0     FALSE     FALSE        NA       NA
## 2051 BrwnSugarSalmon            0     FALSE     FALSE        NA       NA
## 2052  thebrookeriley            0     FALSE     FALSE        NA       NA
## 2053 Stefan27_Swifty            0     FALSE     FALSE        NA       NA
## 2054          BRH_KK            0     FALSE     FALSE        NA       NA
## 2055 VihaanChennare1            0     FALSE     FALSE        NA       NA
## 2056 ichor__ambrosia            0     FALSE     FALSE        NA       NA
## 2057 BrwnSugarSalmon            0     FALSE     FALSE        NA       NA
## 2058       DeeClose1            0     FALSE     FALSE        NA       NA
## 2059 stovecookcowboy            0     FALSE     FALSE        NA       NA
## 2060        Niuvenis            0     FALSE     FALSE        NA       NA
## 2061    GoredSpencer            0     FALSE     FALSE        NA       NA
## 2062 kindredaquarian            0     FALSE     FALSE        NA       NA
## 2063          rxaul7            0     FALSE     FALSE        NA       NA
## 2064    LIBRASGR0OVE            0     FALSE     FALSE        NA       NA
## 2065 ThatJustinPeery            0     FALSE     FALSE        NA       NA
## 2066      irishyanks            0     FALSE     FALSE        NA       NA
## 2067 lovestorystreet            0     FALSE     FALSE        NA       NA
## 2068  thebrookeriley            0     FALSE     FALSE        NA       NA
## 2069 whoopsalldeoxys            0     FALSE     FALSE        NA       NA
## 2070        Gionosai            0     FALSE     FALSE        NA       NA
## 2071      ber_damien            0     FALSE     FALSE        NA       NA
## 2072  patriciaashman            0     FALSE     FALSE        NA       NA
## 2073 BrwnSugarSalmon            0     FALSE     FALSE        NA       NA
## 2074 ZiemniakTerroru            0     FALSE     FALSE        NA       NA
## 2075      iforgot_28            0     FALSE     FALSE        NA       NA
## 2076 Stefan27_Swifty            0     FALSE     FALSE        NA       NA
## 2077    PetePete2112            0     FALSE     FALSE        NA       NA
## 2078   BeccaFarrugia            0     FALSE     FALSE        NA       NA
## 2079  Motema71632882            0     FALSE     FALSE        NA       NA
## 2080  soyguiacarmona            0     FALSE     FALSE        NA       NA
## 2081   petttylabelle            0     FALSE     FALSE        NA       NA
## 2082      adelineyo_            0     FALSE     FALSE        NA       NA
## 2083      iforgot_28            0     FALSE     FALSE        NA       NA
## 2084 ConspiraciesACC            0     FALSE     FALSE        NA       NA
## 2085 stovecookcowboy            0     FALSE     FALSE        NA       NA
## 2086      JaJaFaRah1            5     FALSE     FALSE        NA       NA
## 2087 Stefan27_Swifty            0     FALSE     FALSE        NA       NA
## 2088  thebrookeriley            0     FALSE     FALSE        NA       NA
## 2089        __LUC1AN            0     FALSE     FALSE        NA       NA
## 2090      Shmotzknot            0     FALSE     FALSE        NA       NA
## 2091          rxaul7            0     FALSE     FALSE        NA       NA
## 2092  soyguiacarmona            0     FALSE     FALSE        NA       NA
## 2093 stovecookcowboy            0     FALSE     FALSE        NA       NA
## 2094    LIBRASGR0OVE            0     FALSE     FALSE        NA       NA
## 2095        snowiisa            0     FALSE     FALSE        NA       NA
## 2096  EarlTheSeventh            1     FALSE     FALSE        NA       NA
## 2097 Stefan27_Swifty            0     FALSE     FALSE        NA       NA
## 2098          cojqul            0     FALSE     FALSE        NA       NA
## 2099        MFroggii            0     FALSE     FALSE        NA       NA
## 2100        _tklmnop            9     FALSE     FALSE        NA       NA
## 2101  thebrookeriley            0     FALSE     FALSE        NA       NA
## 2102          f23157            0     FALSE     FALSE        NA       NA
## 2103        strwboi_            0     FALSE     FALSE        NA       NA
## 2104     momoringzap            0     FALSE     FALSE        NA       NA
## 2105     TheIroncane            1     FALSE     FALSE        NA       NA
## 2106  secondoenjoyer            0     FALSE     FALSE        NA       NA
## 2107   DiegoSerafimm            0     FALSE     FALSE        NA       NA
## 2108     minstarlost            0     FALSE     FALSE        NA       NA
## 2109        Bernnzzz            0     FALSE     FALSE        NA       NA
## 2110 stovecookcowboy            0     FALSE     FALSE        NA       NA
## 2111 geeking_around_            1     FALSE     FALSE        NA       NA
## 2112 sadnessandbeans            0     FALSE     FALSE        NA       NA
## 2113      vwolfmusic            0     FALSE     FALSE        NA       NA
## 2114   BILLIESSHEART            0     FALSE     FALSE        NA       NA
## 2115      iforgot_28            0     FALSE     FALSE        NA       NA
## 2116   ireland__skye            0     FALSE     FALSE        NA       NA
## 2117  ThatCreepyGoat            0     FALSE     FALSE        NA       NA
## 2118          f23157            0     FALSE     FALSE        NA       NA
## 2119    erikadcharts            0     FALSE     FALSE        NA       NA
## 2120        Bernnzzz            0     FALSE     FALSE        NA       NA
## 2121 sadnessandbeans            0     FALSE     FALSE        NA       NA
## 2122        avatron4            0     FALSE     FALSE        NA       NA
## 2123         imsnoot            0     FALSE     FALSE        NA       NA
## 2124  EarlTheSeventh            0     FALSE     FALSE        NA       NA
## 2125       karkopolo            0     FALSE     FALSE        NA       NA
## 2126          f23157            0     FALSE     FALSE        NA       NA
## 2127      iforgot_28            0     FALSE     FALSE        NA       NA
## 2128  NlNACRlEDP0WER            0     FALSE     FALSE        NA       NA
## 2129        ly_sosaa            0     FALSE     FALSE        NA       NA
## 2130   latenightslay            0     FALSE     FALSE        NA       NA
## 2131   AlshababRadio            1     FALSE     FALSE        NA       NA
## 2132 cameronjosephhh            0     FALSE     FALSE        NA       NA
## 2133  Persona5Royal_            0     FALSE     FALSE        NA       NA
## 2134        Bernnzzz            0     FALSE     FALSE        NA       NA
## 2135    xamitexmusic            0     FALSE     FALSE        NA       NA
## 2136 sadnessandbeans            0     FALSE     FALSE        NA       NA
## 2137     bundloofjoy            0     FALSE     FALSE        NA       NA
## 2138         cimfla9            0     FALSE     FALSE        NA       NA
## 2139          f23157            0     FALSE     FALSE        NA       NA
## 2140      kwandarine            0     FALSE     FALSE        NA       NA
## 2141       zaneyrxnf            0     FALSE     FALSE        NA       NA
## 2142 Rafael_Ferreras            0     FALSE     FALSE        NA       NA
## 2143      noah_wizzy            0     FALSE     FALSE        NA       NA
## 2144         MyCheri            0     FALSE     FALSE        NA       NA
## 2145   junkafunktron            0     FALSE     FALSE        NA       NA
## 2146       notnicogv            1     FALSE     FALSE        NA       NA
## 2147      kwandarine            0     FALSE     FALSE        NA       NA
## 2148       keydonjoe            0     FALSE     FALSE        NA       NA
## 2149     _bewtyfort_            0     FALSE     FALSE        NA       NA
## 2150     justusmaddo            0     FALSE     FALSE        NA       NA
## 2151       inxrilxcy            0     FALSE     FALSE        NA       NA
## 2152   HarrisonYork3            0     FALSE     FALSE        NA       NA
## 2153    ethanbogardd            0     FALSE     FALSE        NA       NA
## 2154    ColdestLilac            0     FALSE     FALSE        NA       NA
## 2155           Seraa            9     FALSE     FALSE        NA       NA
## 2156   HarrisonYork3            0     FALSE     FALSE        NA       NA
## 2157          T8tumz            0     FALSE     FALSE        NA       NA
## 2158     Fromthevill            0     FALSE     FALSE        NA       NA
## 2159     _bewtyfort_            0     FALSE     FALSE        NA       NA
## 2160    ethanbogardd            0     FALSE     FALSE        NA       NA
## 2161       ludacribs            1     FALSE     FALSE        NA       NA
## 2162       _kcnvrmnd            0     FALSE     FALSE        NA       NA
## 2163       Manna__14            0     FALSE     FALSE        NA       NA
## 2164  be11arodrigues            0     FALSE     FALSE        NA       NA
## 2165 _Lewis_Jamieson            0     FALSE     FALSE        NA       NA
## 2166    KBreadsticks            1     FALSE     FALSE        NA       NA
## 2167   dreamsofcheol            1     FALSE     FALSE        NA       NA
## 2168     LurkerMedia            1     FALSE     FALSE        NA       NA
## 2169   alfred_makura            0     FALSE     FALSE        NA       NA
## 2170 chaeyeonshooter            0     FALSE     FALSE        NA       NA
## 2171      kwandarine            0     FALSE     FALSE        NA       NA
## 2172       ludacribs            0     FALSE     FALSE        NA       NA
## 2173  charlotte_luve            0     FALSE     FALSE        NA       NA
## 2174     _bewtyfort_            0     FALSE     FALSE        NA       NA
## 2175           GBO26            0     FALSE     FALSE        NA       NA
## 2176       bigfinish            9     FALSE     FALSE        NA       NA
## 2177          ska834            1     FALSE     FALSE        NA       NA
## 2178     senorcool87            0     FALSE     FALSE        NA       NA
## 2179 independentalto            0     FALSE     FALSE        NA       NA
## 2180 _Lewis_Jamieson            0     FALSE     FALSE        NA       NA
## 2181       kydkahlil            4     FALSE     FALSE        NA       NA
## 2182   thegenzmystic            0     FALSE     FALSE        NA       NA
## 2183       ludacribs            0     FALSE     FALSE        NA       NA
## 2184          mcgkel            1     FALSE     FALSE        NA       NA
## 2185     _bewtyfort_            0     FALSE     FALSE        NA       NA
## 2186   TheGroupieApp            0     FALSE     FALSE        NA       NA
## 2187     Lizzie_1924            0     FALSE     FALSE        NA       NA
## 2188      redmigacha            0     FALSE     FALSE        NA       NA
## 2189 _Lewis_Jamieson            0     FALSE     FALSE        NA       NA
## 2190   TheGroupieApp            0     FALSE     FALSE        NA       NA
## 2191    seungminsice            0     FALSE     FALSE        NA       NA
## 2192  Panquequinha__            0     FALSE     FALSE        NA       NA
## 2193    seungminsice            0     FALSE     FALSE        NA       NA
## 2194  Panquequinha__            0     FALSE     FALSE        NA       NA
## 2195  Panquequinha__            0     FALSE     FALSE        NA       NA
## 2196 Mireille_Mirela            0     FALSE     FALSE        NA       NA
## 2197       sdbobatea            0     FALSE     FALSE        NA       NA
## 2198    seungminsice            0     FALSE     FALSE        NA       NA
## 2199      jissell_97            0     FALSE     FALSE        NA       NA
## 2200       ludacribs            0     FALSE     FALSE        NA       NA
## 2201           gs3OO            0     FALSE     FALSE        NA       NA
## 2202  Panquequinha__            0     FALSE     FALSE        NA       NA
## 2203 _Lewis_Jamieson            0     FALSE     FALSE        NA       NA
## 2204   AlshababRadio            1     FALSE     FALSE        NA       NA
## 2205        Onepcorn            0     FALSE     FALSE        NA       NA
## 2206   lukaaaaaaaa_a            0     FALSE     FALSE        NA       NA
## 2207    horny_bi_top            0     FALSE     FALSE        NA       NA
## 2208           GBO26            0     FALSE     FALSE        NA       NA
## 2209     margiabelle            0     FALSE     FALSE        NA       NA
## 2210   lukaaaaaaaa_a            0     FALSE     FALSE        NA       NA
## 2211        BrainEX9            0     FALSE     FALSE        NA       NA
## 2212     MadBunny___            0     FALSE     FALSE        NA       NA
## 2213  mike___diamond            0     FALSE     FALSE        NA       NA
## 2214     TomanyJames            0     FALSE     FALSE        NA       NA
## 2215   lukaaaaaaaa_a            0     FALSE     FALSE        NA       NA
## 2216     meluvseunbi            0     FALSE     FALSE        NA       NA
## 2217       adam_ughh            0     FALSE     FALSE        NA       NA
## 2218     margiabelle            0     FALSE     FALSE        NA       NA
## 2219     MadBunny___            0     FALSE     FALSE        NA       NA
## 2220   Ramboletswork            0     FALSE     FALSE        NA       NA
## 2221     TomanyJames            0     FALSE     FALSE        NA       NA
## 2222     meluvseunbi            0     FALSE     FALSE        NA       NA
## 2223        naaddinz            0     FALSE     FALSE        NA       NA
## 2224  CallumWatkinss            0     FALSE     FALSE        NA       NA
## 2225   ToningByTeddy            0     FALSE     FALSE        NA       NA
## 2226        JMAN_iAm            0     FALSE     FALSE        NA       NA
## 2227 jiminko18192336            0     FALSE     FALSE        NA       NA
## 2228 jiminko18192336            0     FALSE     FALSE        NA       NA
## 2229     meluvseunbi            0     FALSE     FALSE        NA       NA
## 2230     spitealone_            0     FALSE     FALSE        NA       NA
## 2231     TomanyJames            0     FALSE     FALSE        NA       NA
## 2232     margiabelle            0     FALSE     FALSE        NA       NA
## 2233     donramon___            0     FALSE     FALSE        NA       NA
## 2234      thervdhood            0     FALSE     FALSE        NA       NA
## 2235    blossominseo            0     FALSE     FALSE        NA       NA
## 2236 jiminko18192336            0     FALSE     FALSE        NA       NA
## 2237 jiminko18192336            0     FALSE     FALSE        NA       NA
## 2238       milkybunk            0     FALSE     FALSE        NA       NA
## 2239    Arcadegutzzz            0     FALSE     FALSE        NA       NA
## 2240 SerenityOracle1            0     FALSE     FALSE        NA       NA
## 2241 thejonsternator            0     FALSE     FALSE        NA       NA
## 2242     margiabelle            0     FALSE     FALSE        NA       NA
## 2243      amaroscuro            0     FALSE     FALSE        NA       NA
## 2244     MadBunny___            0     FALSE     FALSE        NA       NA
## 2245  nudaearthangel            0     FALSE     FALSE        NA       NA
## 2246     PLAN3T_ZOOM            0     FALSE     FALSE        NA       NA
## 2247    blossominseo            0     FALSE     FALSE        NA       NA
## 2248          FCBbot            0     FALSE     FALSE        NA       NA
## 2249 VictorD39626666            0     FALSE     FALSE        NA       NA
## 2250   iamstargazing            0     FALSE     FALSE        NA       NA
## 2251        mcxcurls            0     FALSE     FALSE        NA       NA
## 2252    TriciaOrgana            0     FALSE     FALSE        NA       NA
## 2253        mcxcurls            0     FALSE     FALSE        NA       NA
## 2254        mcxcurls            0     FALSE     FALSE        NA       NA
## 2255 WEAPONISEDWORDS            0     FALSE     FALSE        NA       NA
## 2256    kloopmusic69            0     FALSE     FALSE        NA       NA
## 2257 gomezupdateseur            1     FALSE     FALSE        NA       NA
## 2258        mcxcurls            0     FALSE     FALSE        NA       NA
## 2259      bookwhitey            0     FALSE     FALSE        NA       NA
## 2260  monteirolari13            0     FALSE     FALSE        NA       NA
## 2261 WEAPONISEDWORDS            0     FALSE     FALSE        NA       NA
## 2262 WEAPONISEDWORDS            0     FALSE     FALSE        NA       NA
## 2263    ian_abalos98            0     FALSE     FALSE        NA       NA
## 2264        RexatyXD            0     FALSE     FALSE        NA       NA
## 2265 ZeroThunder1738            0     FALSE     FALSE        NA       NA
## 2266       geo_pahpi            1     FALSE     FALSE        NA       NA
## 2267   starkeybestie            0     FALSE     FALSE        NA       NA
## 2268      chichard41            0     FALSE     FALSE        NA       NA
## 2269      amaroscuro            0     FALSE     FALSE        NA       NA
## 2270  Tusharverma549            0     FALSE     FALSE        NA       NA
## 2271 smnsinistertoit            0     FALSE     FALSE        NA       NA
## 2272       ElimzzTV_            0     FALSE     FALSE        NA       NA
## 2273 liv_laugh_lovee            0     FALSE     FALSE        NA       NA
## 2274   CArmstrongGFS            0     FALSE     FALSE        NA       NA
## 2275    kloopmusic69            0     FALSE     FALSE        NA       NA
## 2276   PhoneAccess01            0     FALSE     FALSE        NA       NA
## 2277 grissomsladybug            0     FALSE     FALSE        NA       NA
## 2278    ian_abalos98            0     FALSE     FALSE        NA       NA
## 2279   Neptune_Leo22            0     FALSE     FALSE        NA       NA
## 2280       _QueenET_            0     FALSE     FALSE        NA       NA
## 2281 grissomsladybug            0     FALSE     FALSE        NA       NA
## 2282    JaredsEmpire            0     FALSE     FALSE        NA       NA
## 2283 grissomsladybug            0     FALSE     FALSE        NA       NA
## 2284 NEW_SONGS_DA1LY            0     FALSE     FALSE        NA       NA
## 2285       ElimzzTV_            0     FALSE     FALSE        NA       NA
## 2286    ian_abalos98            0     FALSE     FALSE        NA       NA
## 2287       padme9876            0     FALSE     FALSE        NA       NA
## 2288       ElimzzTV_            0     FALSE     FALSE        NA       NA
## 2289 grissomsladybug            0     FALSE     FALSE        NA       NA
## 2290 StaydangerousFP            6     FALSE     FALSE        NA       NA
## 2291        Ootorvic            0     FALSE     FALSE        NA       NA
## 2292    shootytodope            0     FALSE     FALSE        NA       NA
## 2293    aman_tweets5            1     FALSE     FALSE        NA       NA
## 2294    SmokaToka420            0     FALSE     FALSE        NA       NA
## 2295    ian_abalos98            0     FALSE     FALSE        NA       NA
## 2296 PerfectDilemma2            0     FALSE     FALSE        NA       NA
## 2297    TheLastAesir            0     FALSE     FALSE        NA       NA
## 2298  L1vingdxadgirl            0     FALSE     FALSE        NA       NA
## 2299     pugmartin14            0     FALSE     FALSE        NA       NA
## 2300         Boishaw            0     FALSE     FALSE        NA       NA
## 2301    nagireocidio            0     FALSE     FALSE        NA       NA
## 2302 theadultmatilda            0     FALSE     FALSE        NA       NA
## 2303    nagireocidio            0     FALSE     FALSE        NA       NA
## 2304 FandomEmpress11            0     FALSE     FALSE        NA       NA
## 2305    LilBlueDucky            0     FALSE     FALSE        NA       NA
## 2306       ElimzzTV_            0     FALSE     FALSE        NA       NA
## 2307  L1vingdxadgirl            0     FALSE     FALSE        NA       NA
## 2308      burefan723            0     FALSE     FALSE        NA       NA
## 2309    nagireocidio            0     FALSE     FALSE        NA       NA
## 2310     startdying1            0     FALSE     FALSE        NA       NA
## 2311       lozzakins            1     FALSE     FALSE        NA       NA
## 2312   applecrumblin            0     FALSE     FALSE        NA       NA
## 2313 OlguisSantillan           19     FALSE     FALSE        NA       NA
## 2314 AnirudhMusicFvr            6     FALSE     FALSE        NA       NA
## 2315       ok_mydude            0     FALSE     FALSE        NA       NA
## 2316   SAVAGE_KAT_SA            0     FALSE     FALSE        NA       NA
## 2317   TheGroupieApp            0     FALSE     FALSE        NA       NA
## 2318    homesicktown            0     FALSE     FALSE        NA       NA
## 2319 YCMC_PRODUCTION            0     FALSE     FALSE        NA       NA
## 2320          mo2the            2     FALSE     FALSE        NA       NA
## 2321  howlingfantogs            0     FALSE     FALSE        NA       NA
## 2322     annenothere            0     FALSE     FALSE        NA       NA
## 2323   whatisgooding            0     FALSE     FALSE        NA       NA
## 2324 ikidnapthestars            0     FALSE     FALSE        NA       NA
## 2325       lozzakins            0     FALSE     FALSE        NA       NA
## 2326    JhonnieDarko            0     FALSE     FALSE        NA       NA
## 2327     annenothere            0     FALSE     FALSE        NA       NA
## 2328      dehrlich25            0     FALSE     FALSE        NA       NA
## 2329      SabrinaY2k            0     FALSE     FALSE        NA       NA
## 2330   jlmsupremacyx            1     FALSE     FALSE        NA       NA
## 2331     annenothere            0     FALSE     FALSE        NA       NA
## 2332    RayPhantom98            0     FALSE     FALSE        NA       NA
## 2333     techfunnell            1     FALSE     FALSE        NA       NA
## 2334      Rachousame            9     FALSE     FALSE        NA       NA
## 2335  Sabahattin1985            0     FALSE     FALSE        NA       NA
## 2336 TrentAr94633264            0     FALSE     FALSE        NA       NA
## 2337       KcNxtdoor            0     FALSE     FALSE        NA       NA
## 2338      btharris93            0     FALSE     FALSE        NA       NA
## 2339  howlingfantogs            0     FALSE     FALSE        NA       NA
## 2340  IncorrectTakes            1     FALSE     FALSE        NA       NA
## 2341        Jimweave            0     FALSE     FALSE        NA       NA
## 2342     SeraphToons            1     FALSE     FALSE        NA       NA
## 2343  natashasoojung            0     FALSE     FALSE        NA       NA
## 2344       yvesgleek            1     FALSE     FALSE        NA       NA
## 2345        Loganzpr            0     FALSE     FALSE        NA       NA
## 2346      jobijosimp            0     FALSE     FALSE        NA       NA
## 2347    RayPhantom98            0     FALSE     FALSE        NA       NA
## 2348     ollie_ellio            0     FALSE     FALSE        NA       NA
## 2349 TrentAr94633264            0     FALSE     FALSE        NA       NA
## 2350    hAidEr__aLie            0     FALSE     FALSE        NA       NA
## 2351       m1lkbabyy            0     FALSE     FALSE        NA       NA
## 2352      lingstahle            0     FALSE     FALSE        NA       NA
## 2353   causeursodark            0     FALSE     FALSE        NA       NA
## 2354        Jimweave            0     FALSE     FALSE        NA       NA
## 2355 TrentAr94633264            0     FALSE     FALSE        NA       NA
## 2356     DollyDemeli            0     FALSE     FALSE        NA       NA
## 2357    Invent_pedia            0     FALSE     FALSE        NA       NA
## 2358        Jimweave            0     FALSE     FALSE        NA       NA
## 2359    marika_donne            0     FALSE     FALSE        NA       NA
## 2360    marika_donne            0     FALSE     FALSE        NA       NA
## 2361    emma17992722            0     FALSE     FALSE        NA       NA
## 2362    marika_donne            0     FALSE     FALSE        NA       NA
## 2363 YourBirthCertif            0     FALSE     FALSE        NA       NA
## 2364       lilgoshey            0     FALSE     FALSE        NA       NA
## 2365 lavendervioIets            0     FALSE     FALSE        NA       NA
## 2366  LaurenChristyy            0     FALSE     FALSE        NA       NA
## 2367    marika_donne            0     FALSE     FALSE        NA       NA
## 2368     BensonTedd3            0     FALSE     FALSE        NA       NA
## 2369        smooney9            0     FALSE     FALSE        NA       NA
## 2370  LaurenChristyy            0     FALSE     FALSE        NA       NA
## 2371       Bolts_pog            0     FALSE     FALSE        NA       NA
## 2372        jas_afia            0     FALSE     FALSE        NA       NA
## 2373    daneen_g2645            0     FALSE     FALSE        NA       NA
## 2374     Otakustar13            0     FALSE     FALSE        NA       NA
## 2375     BensonTedd3            0     FALSE     FALSE        NA       NA
## 2376  spuffysmixtape            0     FALSE     FALSE        NA       NA
## 2377       Uwusukuru            0     FALSE     FALSE        NA       NA
## 2378         makdde_            0     FALSE     FALSE        NA       NA
## 2379    RayPhantom98            0     FALSE     FALSE        NA       NA
## 2380    daneen_g2645            0     FALSE     FALSE        NA       NA
## 2381      AanaMoren0            0     FALSE     FALSE        NA       NA
## 2382  MsTheestallion            0     FALSE     FALSE        NA       NA
## 2383         makdde_            0     FALSE     FALSE        NA       NA
## 2384   ukrainehelpuk            0     FALSE     FALSE        NA       NA
## 2385   n0t_dominique           12     FALSE     FALSE        NA       NA
## 2386      jisungtnkr            0     FALSE     FALSE        NA       NA
## 2387     gummywurmmy            0     FALSE     FALSE        NA       NA
## 2388      percysimpp            1     FALSE     FALSE        NA       NA
## 2389    daneen_g2645            0     FALSE     FALSE        NA       NA
## 2390     rinkrat8383            0     FALSE     FALSE        NA       NA
## 2391         livvi78            0     FALSE     FALSE        NA       NA
## 2392     gummywurmmy            0     FALSE     FALSE        NA       NA
## 2393  btscuresdeprsn            0     FALSE     FALSE        NA       NA
## 2394     _Backtrackz            2     FALSE     FALSE        NA       NA
## 2395         sbrsimp            0     FALSE     FALSE        NA       NA
## 2396     Abiadeking1            0     FALSE     FALSE        NA       NA
## 2397      AlfWilsonn            0     FALSE     FALSE        NA       NA
## 2398       berrytpwk            0     FALSE     FALSE        NA       NA
## 2399         r4pIin3            0     FALSE     FALSE        NA       NA
## 2400  Sabahattin1985            0     FALSE     FALSE        NA       NA
## 2401       Uwusukuru            2     FALSE     FALSE        NA       NA
## 2402   brittanywhose            0     FALSE     FALSE        NA       NA
## 2403    gaymergeek26            0     FALSE     FALSE        NA       NA
## 2404   zorijaramillo            0     FALSE     FALSE        NA       NA
## 2405         makdde_            0     FALSE     FALSE        NA       NA
## 2406  Sabahattin1985            0     FALSE     FALSE        NA       NA
## 2407    mennaw3alena            0     FALSE     FALSE        NA       NA
## 2408       sxllout17            0     FALSE     FALSE        NA       NA
## 2409        jemjemid            0     FALSE     FALSE        NA       NA
## 2410    girIaIm1ghty            0     FALSE     FALSE        NA       NA
## 2411        Welman_B            0     FALSE     FALSE        NA       NA
## 2412  SashaaNatashaa            0     FALSE     FALSE        NA       NA
## 2413      jisungtnkr            0     FALSE     FALSE        NA       NA
## 2414         sbrsimp            1     FALSE     FALSE        NA       NA
## 2415      AlfWilsonn            0     FALSE     FALSE        NA       NA
## 2416        Besldjuu            0     FALSE     FALSE        NA       NA
## 2417   ii_love_bowee            0     FALSE     FALSE        NA       NA
## 2418   heelpatrickmc            0     FALSE     FALSE        NA       NA
## 2419        ayush03d            0     FALSE     FALSE        NA       NA
## 2420        Welman_B            0     FALSE     FALSE        NA       NA
## 2421   eipuriru_desu            0     FALSE     FALSE        NA       NA
## 2422      cedanewsgh            0     FALSE     FALSE        NA       NA
## 2423    mennaw3alena            0     FALSE     FALSE        NA       NA
## 2424       EmobunnyE            0     FALSE     FALSE        NA       NA
## 2425    paridiecoole            0     FALSE     FALSE        NA       NA
## 2426       SonnysBBQ            0     FALSE     FALSE        NA       NA
## 2427    paridiecoole            0     FALSE     FALSE        NA       NA
## 2428    StayClassyJM            0     FALSE     FALSE        NA       NA
## 2429    mennaw3alena            0     FALSE     FALSE        NA       NA
## 2430 AccademicWriter            0     FALSE     FALSE        NA       NA
## 2431         tmth421            0     FALSE     FALSE        NA       NA
## 2432       EmobunnyE            0     FALSE     FALSE        NA       NA
## 2433     wiktoria419            1     FALSE     FALSE        NA       NA
## 2434      57b9j4fcqh            0     FALSE     FALSE        NA       NA
## 2435    paridiecoole            0     FALSE     FALSE        NA       NA
## 2436     ronimiah_bd            0     FALSE     FALSE        NA       NA
## 2437  notmfpumkinduh            0     FALSE     FALSE        NA       NA
## 2438      Cakinator_            0     FALSE     FALSE        NA       NA
## 2439       EmobunnyE            0     FALSE     FALSE        NA       NA
## 2440   lunacannabica            0     FALSE     FALSE        NA       NA
## 2441    mennaw3alena            0     FALSE     FALSE        NA       NA
## 2442      fkathatnsh            0     FALSE     FALSE        NA       NA
## 2443    SomethinClub            0     FALSE     FALSE        NA       NA
## 2444    dauktaurslim            0     FALSE     FALSE        NA       NA
## 2445    paridiecoole            0     FALSE     FALSE        NA       NA
## 2446      Cakinator_            0     FALSE     FALSE        NA       NA
## 2447         tmth421            0     FALSE     FALSE        NA       NA
## 2448     KarysBelger            0     FALSE     FALSE        NA       NA
## 2449       EmobunnyE            0     FALSE     FALSE        NA       NA
## 2450          RMotti            0     FALSE     FALSE        NA       NA
## 2451    Mha_Dreamsmp            0     FALSE     FALSE        NA       NA
## 2452         tmth421            0     FALSE     FALSE        NA       NA
## 2453        Keisshay            0     FALSE     FALSE        NA       NA
## 2454      kaylee_xcx            0     FALSE     FALSE        NA       NA
## 2455       jeonbamBv            0     FALSE     FALSE        NA       NA
## 2456    RedsVelocity            0     FALSE     FALSE        NA       NA
## 2457    RedsVelocity            0     FALSE     FALSE        NA       NA
## 2458    Mha_Dreamsmp            0     FALSE     FALSE        NA       NA
## 2459      fkathatnsh            0     FALSE     FALSE        NA       NA
## 2460       jimmyghad            0     FALSE     FALSE        NA       NA
## 2461      kaylee_xcx           30     FALSE     FALSE        NA       NA
## 2462          huaxln            0     FALSE     FALSE        NA       NA
## 2463       MeyetMiss            0     FALSE     FALSE        NA       NA
## 2464  notmfpumkinduh            0     FALSE     FALSE        NA       NA
## 2465    RedsVelocity            0     FALSE     FALSE        NA       NA
## 2466    Mha_Dreamsmp            0     FALSE     FALSE        NA       NA
## 2467   ChandramDutta            0     FALSE     FALSE        NA       NA
## 2468    RedsVelocity            0     FALSE     FALSE        NA       NA
## 2469          fvklgn            0     FALSE     FALSE        NA       NA
## 2470        hyooryyy            0     FALSE     FALSE        NA       NA
## 2471       AguaDieta            0     FALSE     FALSE        NA       NA
## 2472      youforiafm            0     FALSE     FALSE        NA       NA
## 2473    walker_88793            0     FALSE     FALSE        NA       NA
## 2474       AguaDieta            0     FALSE     FALSE        NA       NA
## 2475        hyooryyy            0     FALSE     FALSE        NA       NA
## 2476     ilovebyidle            0     FALSE     FALSE        NA       NA
## 2477 Fredrik_Larsen_            0     FALSE     FALSE        NA       NA
## 2478         tmth421            0     FALSE     FALSE        NA       NA
## 2479   KendraBTaylor            0     FALSE     FALSE        NA       NA
## 2480       AguaDieta            0     FALSE     FALSE        NA       NA
## 2481     ilovebyidle            0     FALSE     FALSE        NA       NA
## 2482        wtfmlili            0     FALSE     FALSE        NA       NA
## 2483   DOREMIDOKYE0M            0     FALSE     FALSE        NA       NA
## 2484      sleepy_rio            0     FALSE     FALSE        NA       NA
## 2485     ilovebyidle            0     FALSE     FALSE        NA       NA
## 2486       AguaDieta            0     FALSE     FALSE        NA       NA
## 2487   pedrosierramx            1     FALSE     FALSE        NA       NA
## 2488        hyooryyy            0     FALSE     FALSE        NA       NA
## 2489         luzxray            0     FALSE     FALSE        NA       NA
## 2490     ilovebyidle            0     FALSE     FALSE        NA       NA
## 2491 4thPresidentKE3            2     FALSE     FALSE        NA       NA
## 2492   KendraBTaylor            0     FALSE     FALSE        NA       NA
## 2493    its_veronica            0     FALSE     FALSE        NA       NA
## 2494      sleepy_rio            0     FALSE     FALSE        NA       NA
## 2495      imnotmimmy            0     FALSE     FALSE        NA       NA
## 2496      imnotmimmy            0     FALSE     FALSE        NA       NA
## 2497    pollystaffle            0     FALSE     FALSE        NA       NA
## 2498         luzxray            0     FALSE     FALSE        NA       NA
## 2499      ZanAycicek            0     FALSE     FALSE        NA       NA
## 2500   PieroPereyra4            0     FALSE     FALSE        NA       NA
## 2501 matthewlaurie19            0     FALSE     FALSE        NA       NA
## 2502   DOREMIDOKYE0M            0     FALSE     FALSE        NA       NA
## 2503 SwiftBelieber89            0     FALSE     FALSE        NA       NA
## 2504 TheNameIsCitrix            0     FALSE     FALSE        NA       NA
## 2505 satellitesilho1            0     FALSE     FALSE        NA       NA
## 2506         luzxray            0     FALSE     FALSE        NA       NA
## 2507  cowboylikeaddi            0     FALSE     FALSE        NA       NA
## 2508   DOREMIDOKYE0M            0     FALSE     FALSE        NA       NA
## 2509       Afiemo_AO            0     FALSE     FALSE        NA       NA
## 2510         luzxray            0     FALSE     FALSE        NA       NA
## 2511      imnotmimmy            0     FALSE     FALSE        NA       NA
## 2512  cowboylikeaddi            0     FALSE     FALSE        NA       NA
## 2513        NychPrxr            0     FALSE     FALSE        NA       NA
## 2514       JGroomsZN            0     FALSE     FALSE        NA       NA
## 2515    SeamusCalder            0     FALSE     FALSE        NA       NA
## 2516   DOREMIDOKYE0M            0     FALSE     FALSE        NA       NA
## 2517     badussy8913            0     FALSE     FALSE        NA       NA
## 2518   ClydepactDisc            0     FALSE     FALSE        NA       NA
## 2519            WDBM            0     FALSE     FALSE        NA       NA
## 2520      elequantig            0     FALSE     FALSE        NA       NA
## 2521        kiabbwwi            0     FALSE     FALSE        NA       NA
## 2522     mypurplesun            0     FALSE     FALSE        NA       NA
## 2523      elequantig            0     FALSE     FALSE        NA       NA
## 2524        NychPrxr            0     FALSE     FALSE        NA       NA
## 2525      Dirty_Roll            0     FALSE     FALSE        NA       NA
## 2526    young_ckash1            1     FALSE     FALSE        NA       NA
## 2527  lex_the_rex_24            0     FALSE     FALSE        NA       NA
## 2528      elequantig            0     FALSE     FALSE        NA       NA
## 2529 marquandisdaddy            0     FALSE     FALSE        NA       NA
## 2530   JulieMayville            0     FALSE     FALSE        NA       NA
## 2531 aestheticdaydr1            0     FALSE     FALSE        NA       NA
## 2532        NychPrxr            0     FALSE     FALSE        NA       NA
## 2533        SamBawse            0     FALSE     FALSE        NA       NA
## 2534    CrystalEdits            0     FALSE     FALSE        NA       NA
## 2535    Divinebet130            1     FALSE     FALSE        NA       NA
## 2536   iamantonia_cj            0     FALSE     FALSE        NA       NA
## 2537       bendifyyt            0     FALSE     FALSE        NA       NA
## 2538 v1g1lantesh1t13            0     FALSE     FALSE        NA       NA
## 2539      Laserlord_            0     FALSE     FALSE        NA       NA
## 2540  lex_the_rex_24            0     FALSE     FALSE        NA       NA
## 2541       TashB2205            0     FALSE     FALSE        NA       NA
## 2542         dejease            1     FALSE     FALSE        NA       NA
## 2543      Next_G_EAS            0     FALSE     FALSE        NA       NA
## 2544       Fungussy3            0     FALSE     FALSE        NA       NA
## 2545       mcalive01            0     FALSE     FALSE        NA       NA
## 2546         dejease            0     FALSE     FALSE        NA       NA
## 2547  tae_alexandria            0     FALSE     FALSE        NA       NA
## 2548  Hahaha10989852            0     FALSE     FALSE        NA       NA
## 2549   WhatsTrending            0     FALSE     FALSE        NA       NA
## 2550   Uttamk16t6543            1     FALSE     FALSE        NA       NA
## 2551     nbutler_art            0     FALSE     FALSE        NA       NA
## 2552          s0fqia            0     FALSE     FALSE        NA       NA
## 2553  kissy_carolina            0     FALSE     FALSE        NA       NA
## 2554  kissy_carolina            0     FALSE     FALSE        NA       NA
## 2555         sbrsimp            0     FALSE     FALSE        NA       NA
## 2556 exclusivedeal16            0     FALSE     FALSE        NA       NA
## 2557  kissy_carolina            0     FALSE     FALSE        NA       NA
## 2558      miacoyle07            0     FALSE     FALSE        NA       NA
## 2559    Divinebet130            1     FALSE     FALSE        NA       NA
## 2560   NikolajZamo89            0     FALSE     FALSE        NA       NA
## 2561   JulieMayville            0     FALSE     FALSE        NA       NA
## 2562     sophs_moran            0     FALSE     FALSE        NA       NA
## 2563  RebeccaWright4            0     FALSE     FALSE        NA       NA
## 2564  shad0w_unkn0wn            0     FALSE     FALSE        NA       NA
## 2565  shad0w_unkn0wn            0     FALSE     FALSE        NA       NA
## 2566  RebeccaWright4            0     FALSE     FALSE        NA       NA
## 2567           h41ey            0     FALSE     FALSE        NA       NA
## 2568   ClutchRaptors            0     FALSE     FALSE        NA       NA
## 2569  RebeccaWright4            0     FALSE     FALSE        NA       NA
## 2570 whereisbillllie            0     FALSE     FALSE        NA       NA
## 2571  xxJodieMariexx            0     FALSE     FALSE        NA       NA
## 2572 whereisbillllie            0     FALSE     FALSE        NA       NA
## 2573 ill3gallybl0nde            0     FALSE     FALSE        NA       NA
## 2574  BlissfulOrange            0     FALSE     FALSE        NA       NA
## 2575       JustmoveG            0     FALSE     FALSE        NA       NA
## 2576 whereisbillllie            0     FALSE     FALSE        NA       NA
## 2577  Daniel_barb_v2            0     FALSE     FALSE        NA       NA
## 2578  BlissfulOrange            0     FALSE     FALSE        NA       NA
## 2579        lunedel_            0     FALSE     FALSE        NA       NA
## 2580  pnggangoffical            0     FALSE     FALSE        NA       NA
## 2581      George4559            0     FALSE     FALSE        NA       NA
## 2582      LiLCjBaby1            0     FALSE     FALSE        NA       NA
## 2583    helencity_94            0     FALSE     FALSE        NA       NA
## 2584  BlissfulOrange            0     FALSE     FALSE        NA       NA
## 2585   Nathan_Evans9            0     FALSE     FALSE        NA       NA
## 2586 ill3gallybl0nde            0     FALSE     FALSE        NA       NA
## 2587       yuujikoos            0     FALSE     FALSE        NA       NA
## 2588   royceda69real            0     FALSE     FALSE        NA       NA
## 2589       Wormysaur            0     FALSE     FALSE        NA       NA
## 2590      stu4niolos            0     FALSE     FALSE        NA       NA
## 2591    prettypilled            0     FALSE     FALSE        NA       NA
## 2592      stu4niolos            0     FALSE     FALSE        NA       NA
## 2593  ArbitraryTingz            1     FALSE     FALSE        NA       NA
## 2594      impastamac            0     FALSE     FALSE        NA       NA
## 2595      stu4niolos            0     FALSE     FALSE        NA       NA
## 2596       yuujikoos            0     FALSE     FALSE        NA       NA
## 2597    OurFrequency           30     FALSE     FALSE        NA       NA
## 2598       HelenArvi            0     FALSE     FALSE        NA       NA
## 2599      stu4niolos            0     FALSE     FALSE        NA       NA
## 2600   INDOBARCA_BKL            0     FALSE     FALSE        NA       NA
## 2601      impastamac            0     FALSE     FALSE        NA       NA
## 2602       yuujikoos            0     FALSE     FALSE        NA       NA
## 2603      Kara_Ann_C            0     FALSE     FALSE        NA       NA
## 2604       yuujikoos            0     FALSE     FALSE        NA       NA
## 2605  GoneInTheDark5            0     FALSE     FALSE        NA       NA
## 2606       rayyprayy            0     FALSE     FALSE        NA       NA
## 2607     nadanuffgum            0     FALSE     FALSE        NA       NA
## 2608   royceda69real            0     FALSE     FALSE        NA       NA
## 2609     LFMKINGPJAY            1     FALSE     FALSE        NA       NA
## 2610        gohivanj            0     FALSE     FALSE        NA       NA
## 2611    brigadiearnb            0     FALSE     FALSE        NA       NA
## 2612       rayyprayy            0     FALSE     FALSE        NA       NA
## 2613   EvanEtaitPris            0     FALSE     FALSE        NA       NA
## 2614       jupit33rr            0     FALSE     FALSE        NA       NA
## 2615    Larishlisten            0     FALSE     FALSE        NA       NA
## 2616  HarryFan4Life_            0     FALSE     FALSE        NA       NA
## 2617 OMETinyHeartsMD            0     FALSE     FALSE        NA       NA
## 2618     everydayori            0     FALSE     FALSE        NA       NA
## 2619      mythias675            0     FALSE     FALSE        NA       NA
## 2620       rayyprayy            0     FALSE     FALSE        NA       NA
## 2621   royceda69real            0     FALSE     FALSE        NA       NA
## 2622  HarryFan4Life_            0     FALSE     FALSE        NA       NA
## 2623  keandrianjones            0     FALSE     FALSE        NA       NA
## 2624 inbetweenness__            0     FALSE     FALSE        NA       NA
## 2625       TailsmenT            0     FALSE     FALSE        NA       NA
## 2626      ChloeCombi            0     FALSE     FALSE        NA       NA
## 2627 inbetweenness__            0     FALSE     FALSE        NA       NA
## 2628        _sweats_            0     FALSE     FALSE        NA       NA
## 2629 inbetweenness__            0     FALSE     FALSE        NA       NA
## 2630    gracelyndupe            0     FALSE     FALSE        NA       NA
## 2631      klawmachin            0     FALSE     FALSE        NA       NA
## 2632       rayyprayy            0     FALSE     FALSE        NA       NA
## 2633    harpergruffy            2     FALSE     FALSE        NA       NA
## 2634   royceda69real            0     FALSE     FALSE        NA       NA
## 2635    drmuhammadsf            0     FALSE     FALSE        NA       NA
## 2636  keandrianjones            0     FALSE     FALSE        NA       NA
## 2637       wynterNM_            0     FALSE     FALSE        NA       NA
## 2638   amanda_emblem            0     FALSE     FALSE        NA       NA
## 2639     Miranda4069            0     FALSE     FALSE        NA       NA
## 2640 hushleberryspam            0     FALSE     FALSE        NA       NA
## 2641     RANSUMARONS            0     FALSE     FALSE        NA       NA
## 2642 hushleberryspam            0     FALSE     FALSE        NA       NA
## 2643        gh029mdz            0     FALSE     FALSE        NA       NA
## 2644     theantiflop            0     FALSE     FALSE        NA       NA
## 2645    itsjakeaaron            0     FALSE     FALSE        NA       NA
## 2646 hushleberryspam            0     FALSE     FALSE        NA       NA
## 2647       TIfe_eNTG            0     FALSE     FALSE        NA       NA
## 2648     bryanxtomas            0     FALSE     FALSE        NA       NA
## 2649         LouBell            0     FALSE     FALSE        NA       NA
## 2650    mushrooomgrl            0     FALSE     FALSE        NA       NA
## 2651    jesseUnknown            0     FALSE     FALSE        NA       NA
## 2652 hushleberryspam            0     FALSE     FALSE        NA       NA
## 2653      We_Are_SSD            0     FALSE     FALSE        NA       NA
## 2654     pandasbugzz            0     FALSE     FALSE        NA       NA
## 2655    TheCapThorne            0     FALSE     FALSE        NA       NA
## 2656       merxuriia            0     FALSE     FALSE        NA       NA
## 2657       kibet____            0     FALSE     FALSE        NA       NA
## 2658  reevemealone02            0     FALSE     FALSE        NA       NA
## 2659      slim_lady1            0     FALSE     FALSE        NA       NA
## 2660          taemqa            0     FALSE     FALSE        NA       NA
## 2661   Biden82469108            0     FALSE     FALSE        NA       NA
## 2662        benfoard            0     FALSE     FALSE        NA       NA
## 2663 unicornlover69p            0     FALSE     FALSE        NA       NA
## 2664       SouthJawn            0     FALSE     FALSE        NA       NA
## 2665       TIfe_eNTG            3     FALSE     FALSE        NA       NA
## 2666  reevemealone02            0     FALSE     FALSE        NA       NA
## 2667      ivyissofun            0     FALSE     FALSE        NA       NA
## 2668   tpwkrozalie28            0     FALSE     FALSE        NA       NA
## 2669  NadyaNyakinyua            0     FALSE     FALSE        NA       NA
## 2670     TotalDamian            0     FALSE     FALSE        NA       NA
## 2671  perennialosers            0     FALSE     FALSE        NA       NA
## 2672     beanchuffer            0     FALSE     FALSE        NA       NA
## 2673       Korae_Dae            4     FALSE     FALSE        NA       NA
## 2674      cocoiguess            0     FALSE     FALSE        NA       NA
## 2675  herkisstheriot            0     FALSE     FALSE        NA       NA
## 2676  reevemealone02            0     FALSE     FALSE        NA       NA
## 2677     beanchuffer            0     FALSE     FALSE        NA       NA
## 2678  herkisstheriot            0     FALSE     FALSE        NA       NA
## 2679     Onix_kheeng            0     FALSE     FALSE        NA       NA
## 2680       IamJClary            0     FALSE     FALSE        NA       NA
## 2681         JamjoKB            0     FALSE     FALSE        NA       NA
## 2682    TimLockwood_            0     FALSE     FALSE        NA       NA
## 2683 Ashcrash_studio            0     FALSE     FALSE        NA       NA
## 2684     beanchuffer            0     FALSE     FALSE        NA       NA
## 2685       TIfe_eNTG            0     FALSE     FALSE        NA       NA
## 2686  herkisstheriot            0     FALSE     FALSE        NA       NA
## 2687   AyandaMbatha4            0     FALSE     FALSE        NA       NA
## 2688       TheMosh77            0     FALSE     FALSE        NA       NA
## 2689       lheajane_            0     FALSE     FALSE        NA       NA
## 2690        dshcare1            0     FALSE     FALSE        NA       NA
## 2691    casey_lemmer            0     FALSE     FALSE        NA       NA
## 2692 JoshuaGarzaniti            0     FALSE     FALSE        NA       NA
## 2693       TheMosh77            0     FALSE     FALSE        NA       NA
## 2694  lu_on_the_m00n            1     FALSE     FALSE        NA       NA
## 2695       TheMosh77            0     FALSE     FALSE        NA       NA
## 2696       lheajane_            0     FALSE     FALSE        NA       NA
## 2697       LOWESMATE            0     FALSE     FALSE        NA       NA
## 2698      BlndHaji11            0     FALSE     FALSE        NA       NA
## 2699      sadiiq_101            0     FALSE     FALSE        NA       NA
## 2700  RidetoShredPow            0     FALSE     FALSE        NA       NA
## 2701 Kobbyphlakesghz            0     FALSE     FALSE        NA       NA
## 2702     multi_lunax            0     FALSE     FALSE        NA       NA
## 2703   imjustherebru            0     FALSE     FALSE        NA       NA
## 2704        NOLADawn            0     FALSE     FALSE        NA       NA
## 2705 fakeitflowerss1            2     FALSE     FALSE        NA       NA
## 2706  wanttobeaghost            0     FALSE     FALSE        NA       NA
## 2707        ga_bril_            0     FALSE     FALSE        NA       NA
## 2708  wanttobeaghost            0     FALSE     FALSE        NA       NA
## 2709      angelide01            0     FALSE     FALSE        NA       NA
## 2710      AirbudsApp            0     FALSE     FALSE        NA       NA
## 2711        lwtzehes            0     FALSE     FALSE        NA       NA
## 2712  selenaswiftb99            1     FALSE     FALSE        NA       NA
## 2713       timdams8x            0     FALSE     FALSE        NA       NA
## 2714  USAT0PWRITER4u            6     FALSE     FALSE        NA       NA
## 2715       mamertime            0     FALSE     FALSE        NA       NA
## 2716  sapphiretears7            0     FALSE     FALSE        NA       NA
## 2717  Robert_scott30            0     FALSE     FALSE        NA       NA
## 2718    rebelroscrey            0     FALSE     FALSE        NA       NA
## 2719     sixthirtyy_            0     FALSE     FALSE        NA       NA
## 2720        mbyulist            0     FALSE     FALSE        NA       NA
## 2721  VillagePixel64            0     FALSE     FALSE        NA       NA
## 2722 Patrick31370308            0     FALSE     FALSE        NA       NA
## 2723        mbyulist            0     FALSE     FALSE        NA       NA
## 2724         999_Icy            0     FALSE     FALSE        NA       NA
## 2725        mbyulist            0     FALSE     FALSE        NA       NA
## 2726          tncmno            0     FALSE     FALSE        NA       NA
## 2727   Hakeemlennox_            0     FALSE     FALSE        NA       NA
## 2728   NachoSoriano8            0     FALSE     FALSE        NA       NA
## 2729        mbyulist            0     FALSE     FALSE        NA       NA
## 2730     Bladimir25_            0     FALSE     FALSE        NA       NA
## 2731  TheWriteUpSite            0     FALSE     FALSE        NA       NA
## 2732   lilkanyewest1            0     FALSE     FALSE        NA       NA
## 2733       arocks_75            0     FALSE     FALSE        NA       NA
## 2734       holden050            0     FALSE     FALSE        NA       NA
## 2735        NJMiles1            0     FALSE     FALSE        NA       NA
## 2736     Fructuosa19            1     FALSE     FALSE        NA       NA
## 2737        redman36            0     FALSE     FALSE        NA       NA
## 2738      Lilpetey24            0     FALSE     FALSE        NA       NA
## 2739      MonkeMyths            3     FALSE     FALSE        NA       NA
## 2740     vhopekookgi            0     FALSE     FALSE        NA       NA
## 2741    J_Lawrence34            0     FALSE     FALSE        NA       NA
## 2742         skofiix            0     FALSE     FALSE        NA       NA
## 2743      GhastlyLNX            0     FALSE     FALSE        NA       NA
## 2744 yoongis_wife_27            0     FALSE     FALSE        NA       NA
## 2745     vhopekookgi            0     FALSE     FALSE        NA       NA
## 2746       lacrimads            0     FALSE     FALSE        NA       NA
## 2747      farhofarho            0     FALSE     FALSE        NA       NA
## 2748  USAT0PWRITER4u            5     FALSE     FALSE        NA       NA
## 2749        MissAHxx            0     FALSE     FALSE        NA       NA
## 2750       TillGoins            0     FALSE     FALSE        NA       NA
## 2751        redman36            0     FALSE     FALSE        NA       NA
## 2752    J_Lawrence34            0     FALSE     FALSE        NA       NA
## 2753     LSUgymtiger            0     FALSE     FALSE        NA       NA
## 2754      farhofarho            0     FALSE     FALSE        NA       NA
## 2755 yoongis_wife_27            0     FALSE     FALSE        NA       NA
## 2756     ALLDAY4HOBI            0     FALSE     FALSE        NA       NA
## 2757 xWildestDreams_            0     FALSE     FALSE        NA       NA
## 2758        kwonnist            0     FALSE     FALSE        NA       NA
## 2759 AngelTheEmpress            0     FALSE     FALSE        NA       NA
## 2760      ERRyan1999            0     FALSE     FALSE        NA       NA
## 2761   brinaslullaby            0     FALSE     FALSE        NA       NA
## 2762     DebasmitRay            0     FALSE     FALSE        NA       NA
## 2763      Lilpetey24            0     FALSE     FALSE        NA       NA
## 2764        redman36            0     FALSE     FALSE        NA       NA
## 2765     LSUgymtiger            0     FALSE     FALSE        NA       NA
## 2766        kwonnist            0     FALSE     FALSE        NA       NA
## 2767  TheWriteUpSite            0     FALSE     FALSE        NA       NA
## 2768        kwonnist            0     FALSE     FALSE        NA       NA
## 2769  OriginalArmada            0     FALSE     FALSE        NA       NA
## 2770      ERRyan1999            0     FALSE     FALSE        NA       NA
## 2771        redman36            0     FALSE     FALSE        NA       NA
## 2772        Vika0245            0     FALSE     FALSE        NA       NA
## 2773         Leap250            0     FALSE     FALSE        NA       NA
## 2774    TheCapThorne            0     FALSE     FALSE        NA       NA
## 2775     ALLDAY4HOBI            0     FALSE     FALSE        NA       NA
## 2776      jbird14526            0     FALSE     FALSE        NA       NA
## 2777     LSUgymtiger            0     FALSE     FALSE        NA       NA
## 2778     SailorSilvi            0     FALSE     FALSE        NA       NA
## 2779      ERRyan1999            0     FALSE     FALSE        NA       NA
## 2780   jessica_62408            0     FALSE     FALSE        NA       NA
## 2781      whoscoline            0     FALSE     FALSE        NA       NA
## 2782       TillGoins            1     FALSE     FALSE        NA       NA
## 2783   MariaPamukova            0     FALSE     FALSE        NA       NA
## 2784       MerkMark_            0     FALSE     FALSE        NA       NA
## 2785    TheCapThorne            0     FALSE     FALSE        NA       NA
## 2786 DinahstyHarmony            0     FALSE     FALSE        NA       NA
## 2787   BratzDoll8493            0     FALSE     FALSE        NA       NA
## 2788      ERRyan1999            0     FALSE     FALSE        NA       NA
## 2789      whoscoline            0     FALSE     FALSE        NA       NA
## 2790       TIfe_eNTG            4     FALSE     FALSE        NA       NA
## 2791      GuruNauman            0     FALSE     FALSE        NA       NA
## 2792      FoxtrotDan            0     FALSE     FALSE        NA       NA
## 2793      cocoiguess            0     FALSE     FALSE        NA       NA
## 2794       TheKuakTT            0     FALSE     FALSE        NA       NA
## 2795     ALLDAY4HOBI            0     FALSE     FALSE        NA       NA
## 2796      whoscoline            0     FALSE     FALSE        NA       NA
## 2797       SaibotXXV            0     FALSE     FALSE        NA       NA
## 2798        Limekidd            0     FALSE     FALSE        NA       NA
## 2799      cocoiguess            0     FALSE     FALSE        NA       NA
## 2800  TheWriteUpSite            0     FALSE     FALSE        NA       NA
## 2801     Tabicat2020            0     FALSE     FALSE        NA       NA
## 2802        03Alexjh            0     FALSE     FALSE        NA       NA
## 2803   QueenCityBird            1     FALSE     FALSE        NA       NA
## 2804      cocoiguess            0     FALSE     FALSE        NA       NA
## 2805      GazparConZ            0     FALSE     FALSE        NA       NA
## 2806        03Alexjh            0     FALSE     FALSE        NA       NA
## 2807    bannedalt123            0     FALSE     FALSE        NA       NA
## 2808   skipperwabalo            0     FALSE     FALSE        NA       NA
## 2809     emmahemmsty            0     FALSE     FALSE        NA       NA
## 2810        NiInMiCe            0     FALSE     FALSE        NA       NA
## 2811   ricardodiazm6            0     FALSE     FALSE        NA       NA
## 2812  SportsBasketgh            0     FALSE     FALSE        NA       NA
## 2813  irissversion13            2     FALSE     FALSE        NA       NA
## 2814        Craylorr            0     FALSE     FALSE        NA       NA
## 2815    bannedalt123            0     FALSE     FALSE        NA       NA
## 2816        TeleBunn            0     FALSE     FALSE        NA       NA
## 2817 whyyougottaplay            0     FALSE     FALSE        NA       NA
## 2818      GazparConZ            0     FALSE     FALSE        NA       NA
## 2819        Craylorr            0     FALSE     FALSE        NA       NA
## 2820    krissybubble            0     FALSE     FALSE        NA       NA
## 2821       rcolleary            0     FALSE     FALSE        NA       NA
## 2822    bannedalt123            0     FALSE     FALSE        NA       NA
## 2823      cryptstina            0     FALSE     FALSE        NA       NA
## 2824        iiJoelxJ            1     FALSE     FALSE        NA       NA
## 2825   ExpoDevSequel            0     FALSE     FALSE        NA       NA
## 2826     T_BonezLive            0     FALSE     FALSE        NA       NA
## 2827       EnderDev_            0     FALSE     FALSE        NA       NA
## 2828    bannedalt123            0     FALSE     FALSE        NA       NA
## 2829          dilski            0     FALSE     FALSE        NA       NA
## 2830      Im_Omphile            0     FALSE     FALSE        NA       NA
## 2831       rcolleary            0     FALSE     FALSE        NA       NA
## 2832    GoodIdeaAdia            0     FALSE     FALSE        NA       NA
## 2833       rcolleary            0     FALSE     FALSE        NA       NA
## 2834    theyarenther            0     FALSE     FALSE        NA       NA
## 2835     Uncle_Pilpy            0     FALSE     FALSE        NA       NA
## 2836     lovequarrel            0     FALSE     FALSE        NA       NA
## 2837  Infantry_bucky            0     FALSE     FALSE        NA       NA
## 2838   ricardodiazm6            0     FALSE     FALSE        NA       NA
## 2839      Otto5002O6            0     FALSE     FALSE        NA       NA
## 2840     kokushiboop            0     FALSE     FALSE        NA       NA
## 2841  bittylittlebat            0     FALSE     FALSE        NA       NA
## 2842    krissybubble            0     FALSE     FALSE        NA       NA
## 2843       rcolleary            0     FALSE     FALSE        NA       NA
## 2844 Haruhipureheart            0     FALSE     FALSE        NA       NA
## 2845     SonnyKissXO            2     FALSE     FALSE        NA       NA
## 2846    GoodIdeaAdia            0     FALSE     FALSE        NA       NA
## 2847   sabishiitsumo            0     FALSE     FALSE        NA       NA
## 2848 akward_turtle_7            0     FALSE     FALSE        NA       NA
## 2849 dang3rouswoman7            0     FALSE     FALSE        NA       NA
## 2850 Haruhipureheart            0     FALSE     FALSE        NA       NA
## 2851     SlTHLECLERC            0     FALSE     FALSE        NA       NA
## 2852     supercutsam            0     FALSE     FALSE        NA       NA
## 2853          kkqqvm            0     FALSE     FALSE        NA       NA
## 2854       hagrid994            0     FALSE     FALSE        NA       NA
## 2855    RavagersRuin            0     FALSE     FALSE        NA       NA
## 2856 Haruhipureheart            0     FALSE     FALSE        NA       NA
## 2857  USAT0PWRITER4u            5     FALSE     FALSE        NA       NA
## 2858        DunkwaTv            0     FALSE     FALSE        NA       NA
## 2859      luisanaroa            0     FALSE     FALSE        NA       NA
## 2860   cookingmama48            0     FALSE     FALSE        NA       NA
## 2861 Haruhipureheart            0     FALSE     FALSE        NA       NA
## 2862    bunnyboo0802            0     FALSE     FALSE        NA       NA
## 2863  Chaotic_Girl55            0     FALSE     FALSE        NA       NA
## 2864      luisanaroa            0     FALSE     FALSE        NA       NA
## 2865    badthings2ya            0     FALSE     FALSE        NA       NA
## 2866    MuhammadDaur            0     FALSE     FALSE        NA       NA
## 2867       paulienuh            0     FALSE     FALSE        NA       NA
## 2868   mrmonstercat1            0     FALSE     FALSE        NA       NA
## 2869        DunkwaTv            0     FALSE     FALSE        NA       NA
## 2870        gyuulife            0     FALSE     FALSE        NA       NA
## 2871   SaritaZapater            0     FALSE     FALSE        NA       NA
## 2872     Ike_Bongani            1     FALSE     FALSE        NA       NA
## 2873 localemogabriel            0     FALSE     FALSE        NA       NA
## 2874         Nzxtime            0     FALSE     FALSE        NA       NA
## 2875      nixaltzero            0     FALSE     FALSE        NA       NA
## 2876          gahtek            0     FALSE     FALSE        NA       NA
## 2877   SpotifyStages            0     FALSE     FALSE        NA       NA
## 2878   mrmonstercat1            0     FALSE     FALSE        NA       NA
## 2879 gspiredofficial            1     FALSE     FALSE        NA       NA
## 2880        gyuulife            0     FALSE     FALSE        NA       NA
## 2881        Jvst2709            0     FALSE     FALSE        NA       NA
## 2882  Robert_scott30            0     FALSE     FALSE        NA       NA
## 2883   mrmonstercat1            0     FALSE     FALSE        NA       NA
## 2884          gahtek            0     FALSE     FALSE        NA       NA
## 2885     CurruchagaD            0     FALSE     FALSE        NA       NA
## 2886 kyungsoomilover            0     FALSE     FALSE        NA       NA
## 2887        ItzRay20            0     FALSE     FALSE        NA       NA
## 2888   mrmonstercat1            0     FALSE     FALSE        NA       NA
## 2889   mystinkyhorse            0     FALSE     FALSE        NA       NA
## 2890   imoonliight__            0     FALSE     FALSE        NA       NA
## 2891    emmiiscooler            0     FALSE     FALSE        NA       NA
## 2892   mystinkyhorse            0     FALSE     FALSE        NA       NA
## 2893       SYMNJAYMS            0     FALSE     FALSE        NA       NA
## 2894   mystinkyhorse            0     FALSE     FALSE        NA       NA
## 2895   mystinkyhorse            0     FALSE     FALSE        NA       NA
## 2896 TrinityXavier69            3     FALSE     FALSE        NA       NA
## 2897         AbyMc34            0     FALSE     FALSE        NA       NA
## 2898  hypothetilarry            0     FALSE     FALSE        NA       NA
## 2899       AniemordJ            0     FALSE     FALSE        NA       NA
## 2900  hypothetilarry            0     FALSE     FALSE        NA       NA
## 2901     Danny_Bird1            0     FALSE     FALSE        NA       NA
## 2902 TrinityXavier69            0     FALSE     FALSE        NA       NA
## 2903        R6MANOVA            0     FALSE     FALSE        NA       NA
## 2904       SYMNJAYMS            0     FALSE     FALSE        NA       NA
## 2905        ASVKband            0     FALSE     FALSE        NA       NA
## 2906     AshisWeirdo            0     FALSE     FALSE        NA       NA
## 2907       ayorandy_            0     FALSE     FALSE        NA       NA
## 2908      sunnyxluna            0     FALSE     FALSE        NA       NA
## 2909   policelawnews            0     FALSE     FALSE        NA       NA
## 2910 LaCeballonetaRM            0     FALSE     FALSE        NA       NA
## 2911  hypothetilarry            0     FALSE     FALSE        NA       NA
## 2912    sleepiestkid            0     FALSE     FALSE        NA       NA
## 2913 LaCeballonetaRM            0     FALSE     FALSE        NA       NA
## 2914        R6MANOVA            0     FALSE     FALSE        NA       NA
## 2915    sleepiestkid            0     FALSE     FALSE        NA       NA
## 2916         fay_klr            0     FALSE     FALSE        NA       NA
## 2917 LaCeballonetaRM            0     FALSE     FALSE        NA       NA
## 2918        R6MANOVA            0     FALSE     FALSE        NA       NA
## 2919     sydknee_123            0     FALSE     FALSE        NA       NA
## 2920     outhouse069            0     FALSE     FALSE        NA       NA
## 2921    sleepiestkid            0     FALSE     FALSE        NA       NA
## 2922      cramburry_            0     FALSE     FALSE        NA       NA
## 2923 KillingArtMusic            0     FALSE     FALSE        NA       NA
## 2924          8wolf1            0     FALSE     FALSE        NA       NA
## 2925    danipasekoff            0     FALSE     FALSE        NA       NA
## 2926       Minjiuwuu            0     FALSE     FALSE        NA       NA
## 2927 La75771764Chris            0     FALSE     FALSE        NA       NA
## 2928       ben5stone            0     FALSE     FALSE        NA       NA
## 2929      meetirving            0     FALSE     FALSE        NA       NA
## 2930        XMegzX_X            0     FALSE     FALSE        NA       NA
## 2931      _Aldaveee_            0     FALSE     FALSE        NA       NA
## 2932        R6MANOVA            0     FALSE     FALSE        NA       NA
## 2933         fay_klr            0     FALSE     FALSE        NA       NA
## 2934      ZanAycicek            0     FALSE     FALSE        NA       NA
## 2935 the_chakra_khan            0     FALSE     FALSE        NA       NA
## 2936      _Aldaveee_            0     FALSE     FALSE        NA       NA
## 2937    whittneyrich            0     FALSE     FALSE        NA       NA
## 2938 baseballhero245            0     FALSE     FALSE        NA       NA
## 2939         fay_klr            0     FALSE     FALSE        NA       NA
## 2940    violetvolume            0     FALSE     FALSE        NA       NA
## 2941       Minjiuwuu            0     FALSE     FALSE        NA       NA
## 2942      _Aldaveee_            0     FALSE     FALSE        NA       NA
## 2943          cars1n            0     FALSE     FALSE        NA       NA
## 2944         fay_klr            0     FALSE     FALSE        NA       NA
## 2945       Rizkyzh97            0     FALSE     FALSE        NA       NA
## 2946    OshieDidnt14            0     FALSE     FALSE        NA       NA
## 2947      _Aldaveee_            0     FALSE     FALSE        NA       NA
## 2948 baseballhero245            0     FALSE     FALSE        NA       NA
## 2949       zairaas92            0     FALSE     FALSE        NA       NA
## 2950       Jay_kid__            0     FALSE     FALSE        NA       NA
## 2951 PineOfTheApple0            0     FALSE     FALSE        NA       NA
## 2952       mdnghthes            0     FALSE     FALSE        NA       NA
## 2953       Minjiuwuu            0     FALSE     FALSE        NA       NA
## 2954    sleepiestkid            0     FALSE     FALSE        NA       NA
## 2955     woojoongsbf            0     FALSE     FALSE        NA       NA
## 2956      Native_365            0     FALSE     FALSE        NA       NA
## 2957   BGmusicjourno            1     FALSE     FALSE        NA       NA
## 2958 baseballhero245            0     FALSE     FALSE        NA       NA
## 2959     woojoongsbf            0     FALSE     FALSE        NA       NA
## 2960        gelodawg            0     FALSE     FALSE        NA       NA
## 2961       Doogievet            0     FALSE     FALSE        NA       NA
## 2962  SamuelDaWriter            0     FALSE     FALSE        NA       NA
## 2963       Doogievet            0     FALSE     FALSE        NA       NA
## 2964  DemonMentions1            0     FALSE     FALSE        NA       NA
## 2965      xoangel_20            0     FALSE     FALSE        NA       NA
## 2966    YesiSaidiTTT            0     FALSE     FALSE        NA       NA
## 2967     AshisWeirdo            0     FALSE     FALSE        NA       NA
## 2968          xB1aZe            0     FALSE     FALSE        NA       NA
## 2969     WeBeenCroft            0     FALSE     FALSE        NA       NA
## 2970        ZainA700            1     FALSE     FALSE        NA       NA
## 2971    IsntIt10vely            0     FALSE     FALSE        NA       NA
## 2972        urielbmr            0     FALSE     FALSE        NA       NA
## 2973      sunny_jayx            0     FALSE     FALSE        NA       NA
## 2974   John_BoogleYT            0     FALSE     FALSE        NA       NA
## 2975 PineOfTheApple0            0     FALSE     FALSE        NA       NA
## 2976       jdpgators            0     FALSE     FALSE        NA       NA
## 2977     fricyfire__            0     FALSE     FALSE        NA       NA
## 2978        Thekidg2            0     FALSE     FALSE        NA       NA
## 2979        geekykoo            0     FALSE     FALSE        NA       NA
## 2980 FilipeGabriel__            0     FALSE     FALSE        NA       NA
## 2981     MeanBean_04            0     FALSE     FALSE        NA       NA
## 2982      sugaabloom            0     FALSE     FALSE        NA       NA
## 2983        averaiii            0     FALSE     FALSE        NA       NA
## 2984     thelakeswft            0     FALSE     FALSE        NA       NA
## 2985 eniolaemmanuel_            0     FALSE     FALSE        NA       NA
## 2986      sugaabloom            0     FALSE     FALSE        NA       NA
## 2987      edgar_94_p            0     FALSE     FALSE        NA       NA
## 2988       jdpgators            0     FALSE     FALSE        NA       NA
## 2989        geekykoo            0     FALSE     FALSE        NA       NA
## 2990      sugaabloom            0     FALSE     FALSE        NA       NA
## 2991       IFALLSX94            0     FALSE     FALSE        NA       NA
## 2992       jdpgators            0     FALSE     FALSE        NA       NA
## 2993       lloydtroe            0     FALSE     FALSE        NA       NA
## 2994       IFALLSX94            0     FALSE     FALSE        NA       NA
## 2995       IFALLSX94            1     FALSE     FALSE        NA       NA
## 2996 clearestrainbow            1     FALSE     FALSE        NA       NA
## 2997       MrsMPoppy            0     FALSE     FALSE        NA       NA
## 2998   dnfsecretclub            0     FALSE     FALSE        NA       NA
## 2999         maiats2            0     FALSE     FALSE        NA       NA
## 3000        catire98            0     FALSE     FALSE        NA       NA
## 3001        Leemon_X            0     FALSE     FALSE        NA       NA
## 3002   youphoria_ao3            0     FALSE     FALSE        NA       NA
## 3003        rylennnn            0     FALSE     FALSE        NA       NA
## 3004 barchiesjabitha            0     FALSE     FALSE        NA       NA
## 3005          d49kmj            0     FALSE     FALSE        NA       NA
## 3006   HelloKiKi1717            0     FALSE     FALSE        NA       NA
## 3007         NMPILA2            0     FALSE     FALSE        NA       NA
## 3008   youphoria_ao3            0     FALSE     FALSE        NA       NA
## 3009       Camsxsuns            0     FALSE     FALSE        NA       NA
## 3010   youphoria_ao3            0     FALSE     FALSE        NA       NA
## 3011        ZazaOpp1            0     FALSE     FALSE        NA       NA
## 3012 lemonbecherovka            0     FALSE     FALSE        NA       NA
## 3013  limpbizkitstan            0     FALSE     FALSE        NA       NA
## 3014 trueoffherchest            0     FALSE     FALSE        NA       NA
## 3015    Stimulfuriac            0     FALSE     FALSE        NA       NA
## 3016 emotionsonvinyl            0     FALSE     FALSE        NA       NA
## 3017   TetsuAndBucky            0     FALSE     FALSE        NA       NA
## 3018   youphoria_ao3            0     FALSE     FALSE        NA       NA
## 3019        xPlutoBH            0     FALSE     FALSE        NA       NA
## 3020   carly_dwyer13            0     FALSE     FALSE        NA       NA
## 3021 oratileratsoma_            1     FALSE     FALSE        NA       NA
## 3022       kirbypunk            0     FALSE     FALSE        NA       NA
## 3023       AuzReacts            0     FALSE     FALSE        NA       NA
## 3024    iTakeYeonjun            0     FALSE     FALSE        NA       NA
## 3025   OnlyTheMorgan            0     FALSE     FALSE        NA       NA
## 3026    Stimulfuriac            0     FALSE     FALSE        NA       NA
## 3027      fentibratz            0     FALSE     FALSE        NA       NA
## 3028 clearestrainbow            0     FALSE     FALSE        NA       NA
## 3029    iTakeYeonjun            0     FALSE     FALSE        NA       NA
## 3030      svndayclub            1     FALSE     FALSE        NA       NA
## 3031      fentibratz            0     FALSE     FALSE        NA       NA
## 3032    Stimulfuriac            0     FALSE     FALSE        NA       NA
## 3033    iTakeYeonjun            0     FALSE     FALSE        NA       NA
## 3034      JhoselynAA            0     FALSE     FALSE        NA       NA
## 3035       Ciotti001            0     FALSE     FALSE        NA       NA
## 3036          _bcl16            0     FALSE     FALSE        NA       NA
## 3037      fentibratz            0     FALSE     FALSE        NA       NA
## 3038  kingdreamyyboi            0     FALSE     FALSE        NA       NA
## 3039  anouk_truijenn            1     FALSE     FALSE        NA       NA
## 3040          K1NGQ1            0     FALSE     FALSE        NA       NA
## 3041       JerseySV5            0     FALSE     FALSE        NA       NA
## 3042         sioamai            0     FALSE     FALSE        NA       NA
## 3043      Beeperfect            0     FALSE     FALSE        NA       NA
## 3044      Beeperfect            0     FALSE     FALSE        NA       NA
## 3045       philo_ooo            0     FALSE     FALSE        NA       NA
## 3046  anouk_truijenn            0     FALSE     FALSE        NA       NA
## 3047       JerseySV5            0     FALSE     FALSE        NA       NA
## 3048    iTakeYeonjun            0     FALSE     FALSE        NA       NA
## 3049  anouk_truijenn            0     FALSE     FALSE        NA       NA
## 3050         minospw            0     FALSE     FALSE        NA       NA
## 3051     shadow_kinz            0     FALSE     FALSE        NA       NA
## 3052      alex12321_            0     FALSE     FALSE        NA       NA
## 3053      urrdiehard            0     FALSE     FALSE        NA       NA
## 3054     dylaaanking            1     FALSE     FALSE        NA       NA
## 3055    aaron_rexman            0     FALSE     FALSE        NA       NA
## 3056   AlshababRadio            5     FALSE     FALSE        NA       NA
## 3057      alesiaa444            0     FALSE     FALSE        NA       NA
## 3058   teawithtiger_            0     FALSE     FALSE        NA       NA
## 3059    Arizonasalon            0     FALSE     FALSE        NA       NA
## 3060        waoyflwt            0     FALSE     FALSE        NA       NA
## 3061         minospw            0     FALSE     FALSE        NA       NA
## 3062   shrutithenaik            0     FALSE     FALSE        NA       NA
## 3063     imshuhaib18            0     FALSE     FALSE        NA       NA
## 3064    Crystals_Bra            0     FALSE     FALSE        NA       NA
## 3065      LuciDracul            0     FALSE     FALSE        NA       NA
## 3066       waIlstaIk            0     FALSE     FALSE        NA       NA
## 3067          Chilis            7     FALSE     FALSE        NA       NA
## 3068   monnnalisa143            0     FALSE     FALSE        NA       NA
## 3069      velislav44            0     FALSE     FALSE        NA       NA
## 3070 Cassie__complex            0     FALSE     FALSE        NA       NA
## 3071      alesiaa444            0     FALSE     FALSE        NA       NA
## 3072       LewisMac_            0     FALSE     FALSE        NA       NA
## 3073   its_ageething            0     FALSE     FALSE        NA       NA
## 3074   DanielSleigh3            0     FALSE     FALSE        NA       NA
## 3075  ScaringTheCrow            0     FALSE     FALSE        NA       NA
## 3076 jelversionsofme            0     FALSE     FALSE        NA       NA
## 3077     imshuhaib18            0     FALSE     FALSE        NA       NA
## 3078  woooooooooood_            1     FALSE     FALSE        NA       NA
## 3079   Relax2daMax99            0     FALSE     FALSE        NA       NA
## 3080          auzlul            2     FALSE     FALSE        NA       NA
## 3081    IamR_Everson            0     FALSE     FALSE        NA       NA
## 3082    PictureGame2            0     FALSE     FALSE        NA       NA
## 3083   monnnalisa143            0     FALSE     FALSE        NA       NA
## 3084      alesiaa444            0     FALSE     FALSE        NA       NA
## 3085 sunandmoonddani            0     FALSE     FALSE        NA       NA
## 3086     etnaflonnie            0     FALSE     FALSE        NA       NA
## 3087       rainyjaes            0     FALSE     FALSE        NA       NA
## 3088     chaeincubus            0     FALSE     FALSE        NA       NA
## 3089      alesiaa444            0     FALSE     FALSE        NA       NA
## 3090     version2cat            0     FALSE     FALSE        NA       NA
## 3091    Uniquearts28            0     FALSE     FALSE        NA       NA
## 3092    john63942689            0     FALSE     FALSE        NA       NA
## 3093     Natasha5560            0     FALSE     FALSE        NA       NA
## 3094        DMWASI12            0     FALSE     FALSE        NA       NA
## 3095     chaeincubus            0     FALSE     FALSE        NA       NA
## 3096  NeptunesDigest            0     FALSE     FALSE        NA       NA
## 3097        hwahyune            0     FALSE     FALSE        NA       NA
## 3098      LuciDracul            0     FALSE     FALSE        NA       NA
## 3099 vampireallegory            0     FALSE     FALSE        NA       NA
## 3100     chaeincubus            0     FALSE     FALSE        NA       NA
## 3101         mossyoa            0     FALSE     FALSE        NA       NA
## 3102   monnnalisa143            1     FALSE     FALSE        NA       NA
## 3103        hwahyune            0     FALSE     FALSE        NA       NA
## 3104  ScaringTheCrow            0     FALSE     FALSE        NA       NA
## 3105         mossyoa            0     FALSE     FALSE        NA       NA
## 3106      chunkysixx            0     FALSE     FALSE        NA       NA
## 3107    jamestankrah            0     FALSE     FALSE        NA       NA
## 3108     Patriot6915            0     FALSE     FALSE        NA       NA
## 3109 cursedwithsilly            0     FALSE     FALSE        NA       NA
## 3110 AppleAfrica2022            0     FALSE     FALSE        NA       NA
## 3111  JairoEAKABilly            0     FALSE     FALSE        NA       NA
## 3112        hwahyune            0     FALSE     FALSE        NA       NA
## 3113     lekkiloaded            0     FALSE     FALSE        NA       NA
## 3114        JvstJaci            0     FALSE     FALSE        NA       NA
## 3115         mossyoa            0     FALSE     FALSE        NA       NA
## 3116      Big_Nixk12            0     FALSE     FALSE        NA       NA
## 3117      chunkysixx            0     FALSE     FALSE        NA       NA
## 3118  JairoEAKABilly            0     FALSE     FALSE        NA       NA
## 3119        LanaBoss            0     FALSE     FALSE        NA       NA
## 3120      chunkysixx            0     FALSE     FALSE        NA       NA
## 3121          GYUTl3            0     FALSE     FALSE        NA       NA
## 3122        kalycede            0     FALSE     FALSE        NA       NA
## 3123        disgukie            0     FALSE     FALSE        NA       NA
## 3124      chunkysixx            0     FALSE     FALSE        NA       NA
## 3125        JvstJaci            0     FALSE     FALSE        NA       NA
## 3126 karmaisacat13TS            0     FALSE     FALSE        NA       NA
## 3127       krissnazy            0     FALSE     FALSE        NA       NA
## 3128           NCG87            0     FALSE     FALSE        NA       NA
## 3129          GYUTl3            0     FALSE     FALSE        NA       NA
## 3130       sabslucky           10     FALSE     FALSE        NA       NA
## 3131    kennedyrayyy            0     FALSE     FALSE        NA       NA
## 3132 karmaisacat13TS            0     FALSE     FALSE        NA       NA
## 3133   Chip_MoaBlink            0     FALSE     FALSE        NA       NA
## 3134  Sophie30429697            0     FALSE     FALSE        NA       NA
## 3135 karmaisacat13TS            0     FALSE     FALSE        NA       NA
## 3136      imagingpdx           11     FALSE     FALSE        NA       NA
## 3137        JvstJaci            0     FALSE     FALSE        NA       NA
## 3138          GYUTl3            0     FALSE     FALSE        NA       NA
## 3139   Chip_MoaBlink            0     FALSE     FALSE        NA       NA
## 3140  thevinyljagoff            0     FALSE     FALSE        NA       NA
## 3141        fazg1996            0     FALSE     FALSE        NA       NA
## 3142      Ivygrows10            0     FALSE     FALSE        NA       NA
## 3143      305NERVOUS            0     FALSE     FALSE        NA       NA
## 3144  MsLindsieStarr            0     FALSE     FALSE        NA       NA
## 3145   Chip_MoaBlink            0     FALSE     FALSE        NA       NA
## 3146         Mrotoo4            0     FALSE     FALSE        NA       NA
## 3147         imnuu13            0     FALSE     FALSE        NA       NA
## 3148      305NERVOUS            0     FALSE     FALSE        NA       NA
## 3149 dougrosenberg27            0     FALSE     FALSE        NA       NA
## 3150      305NERVOUS            0     FALSE     FALSE        NA       NA
## 3151         mossyoa            0     FALSE     FALSE        NA       NA
## 3152  thevinyljagoff            0     FALSE     FALSE        NA       NA
## 3153        daheeloo            0     FALSE     FALSE        NA       NA
## 3154      laurenk130            0     FALSE     FALSE        NA       NA
## 3155    KimTaeisKing            0     FALSE     FALSE        NA       NA
## 3156 emilyelixabeth_            0     FALSE     FALSE        NA       NA
## 3157        VeryZebb            0     FALSE     FALSE        NA       NA
## 3158    KimTaeisKing            0     FALSE     FALSE        NA       NA
## 3159          GYUTl3            0     FALSE     FALSE        NA       NA
## 3160        JvstJaci            0     FALSE     FALSE        NA       NA
## 3161        daheeloo            0     FALSE     FALSE        NA       NA
## 3162    KimTaeisKing            0     FALSE     FALSE        NA       NA
## 3163        VeryZebb            0     FALSE     FALSE        NA       NA
## 3164    livsrodrihoe            0     FALSE     FALSE        NA       NA
## 3165  official_noria            0     FALSE     FALSE        NA       NA
## 3166 KaitlynCeline15            0     FALSE     FALSE        NA       NA
## 3167 cowboyliketayta            0     FALSE     FALSE        NA       NA
## 3168      JhoselynAA            0     FALSE     FALSE        NA       NA
## 3169      Rhys_Dyson            0     FALSE     FALSE        NA       NA
## 3170  official_noria            0     FALSE     FALSE        NA       NA
## 3171     DoBotherMe2            1     FALSE     FALSE        NA       NA
## 3172 msantiagophotos            0     FALSE     FALSE        NA       NA
## 3173       athenaa95            0     FALSE     FALSE        NA       NA
## 3174      JhoselynAA            1     FALSE     FALSE        NA       NA
## 3175    Divinebet130            0     FALSE     FALSE        NA       NA
## 3176        moastays            0     FALSE     FALSE        NA       NA
## 3177       NaraNidhi            0     FALSE     FALSE        NA       NA
## 3178        moastays            0     FALSE     FALSE        NA       NA
## 3179     Al_Brown313            0     FALSE     FALSE        NA       NA
## 3180      ZeBadmedic            0     FALSE     FALSE        NA       NA
## 3181 barbiesobodittt            0     FALSE     FALSE        NA       NA
## 3182        ItsRim2K            0     FALSE     FALSE        NA       NA
## 3183   Lil_D12345678            0     FALSE     FALSE        NA       NA
## 3184 barbiesobodittt            0     FALSE     FALSE        NA       NA
## 3185      ihrtaejoon            0     FALSE     FALSE        NA       NA
## 3186 barbiesobodittt            0     FALSE     FALSE        NA       NA
## 3187 barbiesobodittt            0     FALSE     FALSE        NA       NA
## 3188  MsLindsieStarr            0     FALSE     FALSE        NA       NA
## 3189        ItsRim2K            0     FALSE     FALSE        NA       NA
## 3190         Mega4L_            0     FALSE     FALSE        NA       NA
## 3191       aesteetic            0     FALSE     FALSE        NA       NA
## 3192    cleanlight19            0     FALSE     FALSE        NA       NA
## 3193  bozofreakazoid            0     FALSE     FALSE        NA       NA
## 3194         Mhduke2            0     FALSE     FALSE        NA       NA
## 3195  Low_Tier_Jacob            0     FALSE     FALSE        NA       NA
## 3196        raeshrey            0     FALSE     FALSE        NA       NA
## 3197  NyahWashington            0     FALSE     FALSE        NA       NA
## 3198       jinxdorii            0     FALSE     FALSE        NA       NA
## 3199         Mhduke2            0     FALSE     FALSE        NA       NA
## 3200          444hal            0     FALSE     FALSE        NA       NA
## 3201  Harrysaykholar            0     FALSE     FALSE        NA       NA
## 3202  BellaHoneyErot            0     FALSE     FALSE        NA       NA
## 3203         roturru            0     FALSE     FALSE        NA       NA
## 3204    DavidHuzzard            0     FALSE     FALSE        NA       NA
## 3205         axilatl            0     FALSE     FALSE        NA       NA
## 3206      ZeBadmedic            0     FALSE     FALSE        NA       NA
## 3207   Danny46236441            0     FALSE     FALSE        NA       NA
## 3208      ethersh4rk            0     FALSE     FALSE        NA       NA
## 3209        Dolamieu            0     FALSE     FALSE        NA       NA
## 3210         Mhduke2            0     FALSE     FALSE        NA       NA
## 3211         Cutewdx            0     FALSE     FALSE        NA       NA
## 3212      shakirazyx            0     FALSE     FALSE        NA       NA
## 3213 SheikhoSuleiman            0     FALSE     FALSE        NA       NA
## 3214    Pancake_Punk            0     FALSE     FALSE        NA       NA
## 3215     LUVBOATBOYS            0     FALSE     FALSE        NA       NA
## 3216      ethersh4rk            0     FALSE     FALSE        NA       NA
## 3217      ZeBadmedic            0     FALSE     FALSE        NA       NA
## 3218      parisrae13            0     FALSE     FALSE        NA       NA
## 3219    SanticoSecre            0     FALSE     FALSE        NA       NA
## 3220  ScaringTheCrow            0     FALSE     FALSE        NA       NA
## 3221     amandasuxks            0     FALSE     FALSE        NA       NA
## 3222     callmelexis            0     FALSE     FALSE        NA       NA
## 3223     ColorMeTris            0     FALSE     FALSE        NA       NA
## 3224    jules_hooper            0     FALSE     FALSE        NA       NA
## 3225     MochiMouse_            0     FALSE     FALSE        NA       NA
## 3226      BlazzianC1            0     FALSE     FALSE        NA       NA
## 3227     ColorMeTris            0     FALSE     FALSE        NA       NA
## 3228   theghostk1ng_            0     FALSE     FALSE        NA       NA
## 3229    6adboyafrika            2     FALSE     FALSE        NA       NA
## 3230    Shark_Horses            0     FALSE     FALSE        NA       NA
## 3231        Clumpter            0     FALSE     FALSE        NA       NA
## 3232      phrigphrog            0     FALSE     FALSE        NA       NA
## 3233     zmcnair2000            0     FALSE     FALSE        NA       NA
## 3234         4Naeemm            0     FALSE     FALSE        NA       NA
## 3235      Tommy_Byrn            0     FALSE     FALSE        NA       NA
## 3236  IamGoalsetting            0     FALSE     FALSE        NA       NA
## 3237  MsLindsieStarr            0     FALSE     FALSE        NA       NA
## 3238     ColorMeTris            0     FALSE     FALSE        NA       NA
## 3239        deepumi5            0     FALSE     FALSE        NA       NA
## 3240 Rhys_fantastico            0     FALSE     FALSE        NA       NA
## 3241     splash13223            6     FALSE     FALSE        NA       NA
## 3242   stelllawunder            0     FALSE     FALSE        NA       NA
## 3243    ponyos_ocean            0     FALSE     FALSE        NA       NA
## 3244        Oinkert1            0     FALSE     FALSE        NA       NA
## 3245       terryjgeo            0     FALSE     FALSE        NA       NA
## 3246        meowguro            0     FALSE     FALSE        NA       NA
## 3247   stelllawunder            0     FALSE     FALSE        NA       NA
## 3248        scasagra            0     FALSE     FALSE        NA       NA
## 3249   theghostk1ng_            0     FALSE     FALSE        NA       NA
## 3250    Eu4n_H4mm0nD            0     FALSE     FALSE        NA       NA
## 3251 Daniellasicon2L            0     FALSE     FALSE        NA       NA
## 3252  MyLittIeForest            0     FALSE     FALSE        NA       NA
## 3253      The_Yakyra            1     FALSE     FALSE        NA       NA
## 3254   khanke_suprit            0     FALSE     FALSE        NA       NA
## 3255    fckthetories            0     FALSE     FALSE        NA       NA
## 3256        MJ_PARKS            0     FALSE     FALSE        NA       NA
## 3257  MyLittIeForest            0     FALSE     FALSE        NA       NA
## 3258       dannyolix            0     FALSE     FALSE        NA       NA
## 3259      cartomutti            0     FALSE     FALSE        NA       NA
## 3260        arisaroo            0     FALSE     FALSE        NA       NA
## 3261     splash13223            6     FALSE     FALSE        NA       NA
## 3262  BluCocoSlushie            0     FALSE     FALSE        NA       NA
## 3263          135Alx            0     FALSE     FALSE        NA       NA
## 3264     Ragnarock_1            0     FALSE     FALSE        NA       NA
## 3265 SappireMoon1312            1     FALSE     FALSE        NA       NA
## 3266         nov4bee            0     FALSE     FALSE        NA       NA
## 3267     Ragnarock_1            0     FALSE     FALSE        NA       NA
## 3268          135Alx            0     FALSE     FALSE        NA       NA
## 3269      96chelseah            0     FALSE     FALSE        NA       NA
## 3270    lilstepstone            0     FALSE     FALSE        NA       NA
## 3271   ashstarstruck            0     FALSE     FALSE        NA       NA
## 3272          135Alx            0     FALSE     FALSE        NA       NA
## 3273         Kouaii_            0     FALSE     FALSE        NA       NA
## 3274    lilstepstone            0     FALSE     FALSE        NA       NA
## 3275   redlinekiller            0     FALSE     FALSE        NA       NA
## 3276       GlansAnja            0     FALSE     FALSE        NA       NA
## 3277  Supremecmdrike            0     FALSE     FALSE        NA       NA
## 3278      cartomutti            0     FALSE     FALSE        NA       NA
## 3279 xorcismemlyrose            0     FALSE     FALSE        NA       NA
## 3280         _AriBee            0     FALSE     FALSE        NA       NA
## 3281 sellingdreams77            0     FALSE     FALSE        NA       NA
## 3282         nov4bee            0     FALSE     FALSE        NA       NA
## 3283 AmberThaGambler            0     FALSE     FALSE        NA       NA
## 3284    lilstepstone            0     FALSE     FALSE        NA       NA
## 3285  Supremecmdrike            0     FALSE     FALSE        NA       NA
## 3286   MollyTierney9            0     FALSE     FALSE        NA       NA
## 3287     Ragnarock_1            0     FALSE     FALSE        NA       NA
## 3288        okuuzen_            0     FALSE     FALSE        NA       NA
## 3289    lilstepstone            0     FALSE     FALSE        NA       NA
## 3290       HalfrackP            0     FALSE     FALSE        NA       NA
## 3291     Ragnarock_1            0     FALSE     FALSE        NA       NA
## 3292         patrvee            0     FALSE     FALSE        NA       NA
## 3293 AUNKNOWNPERSON0            0     FALSE     FALSE        NA       NA
## 3294          135Alx            0     FALSE     FALSE        NA       NA
## 3295    spookychiaki            0     FALSE     FALSE        NA       NA
## 3296 serendipity4_jm            0     FALSE     FALSE        NA       NA
## 3297   Ocean_Pearl09            0     FALSE     FALSE        NA       NA
## 3298       _Eric9000            0     FALSE     FALSE        NA       NA
## 3299  Arianahasfaith            0     FALSE     FALSE        NA       NA
## 3300        kamzori_            4     FALSE     FALSE        NA       NA
## 3301        urielbmr            0     FALSE     FALSE        NA       NA
## 3302       liliacy_d            0     FALSE     FALSE        NA       NA
## 3303     TheAimercat            0     FALSE     FALSE        NA       NA
## 3304       kiran_l_g            0     FALSE     FALSE        NA       NA
## 3305     mattvettese            0     FALSE     FALSE        NA       NA
## 3306         vibeyTM            0     FALSE     FALSE        NA       NA
## 3307    DashingDebby            0     FALSE     FALSE        NA       NA
## 3308      stanhijabi            0     FALSE     FALSE        NA       NA
## 3309    Starlost_Han            0     FALSE     FALSE        NA       NA
## 3310    FaeWitchKlae            0     FALSE     FALSE        NA       NA
## 3311     Tayliviafan            0     FALSE     FALSE        NA       NA
## 3312 EllingerBrandon            0     FALSE     FALSE        NA       NA
## 3313    andromustdie            0     FALSE     FALSE        NA       NA
## 3314  Desideriumbook            0     FALSE     FALSE        NA       NA
## 3315           Rnckw            0     FALSE     FALSE        NA       NA
## 3316    FaeWitchKlae            0     FALSE     FALSE        NA       NA
## 3317      Grymmsnarl            0     FALSE     FALSE        NA       NA
## 3318       KDWORLD17            0     FALSE     FALSE        NA       NA
## 3319      wookookbin            0     FALSE     FALSE        NA       NA
## 3320 Treasuregodwin_            0     FALSE     FALSE        NA       NA
## 3321      andres5396            0     FALSE     FALSE        NA       NA
## 3322        urielbmr            0     FALSE     FALSE        NA       NA
## 3323  remindmetoread            0     FALSE     FALSE        NA       NA
## 3324   WanderingLana            0     FALSE     FALSE        NA       NA
## 3325        hrtmates            0     FALSE     FALSE        NA       NA
## 3326    Eth4nkar4te1            0     FALSE     FALSE        NA       NA
## 3327   brother_trees            0     FALSE     FALSE        NA       NA
## 3328       KDWORLD17            0     FALSE     FALSE        NA       NA
## 3329    FaeWitchKlae            0     FALSE     FALSE        NA       NA
## 3330 forevermoreshea            0     FALSE     FALSE        NA       NA
## 3331    krallan70700            0     FALSE     FALSE        NA       NA
## 3332  remindmetoread            0     FALSE     FALSE        NA       NA
## 3333        urielbmr            0     FALSE     FALSE        NA       NA
## 3334          Viinxe            0     FALSE     FALSE        NA       NA
## 3335         VChibyk            0     FALSE     FALSE        NA       NA
## 3336    ElCangri_Ish            0     FALSE     FALSE        NA       NA
## 3337          srhbat            0     FALSE     FALSE        NA       NA
## 3338          Viinxe            0     FALSE     FALSE        NA       NA
## 3339    krallan70700            0     FALSE     FALSE        NA       NA
## 3340      TG_Bizkiit            0     FALSE     FALSE        NA       NA
## 3341   vivscinntoast            0     FALSE     FALSE        NA       NA
## 3342 TinyButMighty17            0     FALSE     FALSE        NA       NA
## 3343  Action_Jeffson            0     FALSE     FALSE        NA       NA
## 3344     twicetagasm            0     FALSE     FALSE        NA       NA
## 3345   LovingRoscoe_            0     FALSE     FALSE        NA       NA
## 3346          Viinxe            0     FALSE     FALSE        NA       NA
## 3347        forsiwoo            0     FALSE     FALSE        NA       NA
## 3348    krallan70700            0     FALSE     FALSE        NA       NA
## 3349        Zenify1x            0     FALSE     FALSE        NA       NA
## 3350          Viinxe            0     FALSE     FALSE        NA       NA
## 3351 francisthccarts            0     FALSE     FALSE        NA       NA
## 3352      corroduste            0     FALSE     FALSE        NA       NA
## 3353    jakeylantern            0     FALSE     FALSE        NA       NA
## 3354  johnson_adeolu            0     FALSE     FALSE        NA       NA
## 3355 onlinesaleseldo            0     FALSE     FALSE        NA       NA
## 3356  DaRealOblivion            0     FALSE     FALSE        NA       NA
## 3357    cakeofsodomy            0     FALSE     FALSE        NA       NA
## 3358        forsiwoo            0     FALSE     FALSE        NA       NA
## 3359  smores_michael            0     FALSE     FALSE        NA       NA
## 3360   LovingRoscoe_            0     FALSE     FALSE        NA       NA
## 3361        m_dean75            0     FALSE     FALSE        NA       NA
## 3362    velvetbunnys            0     FALSE     FALSE        NA       NA
## 3363        boxisalt            0     FALSE     FALSE        NA       NA
## 3364       WeeJimmii            0     FALSE     FALSE        NA       NA
## 3365   Smackwater790            2     FALSE     FALSE        NA       NA
## 3366  CherryAnimates            0     FALSE     FALSE        NA       NA
## 3367 francisthccarts            0     FALSE     FALSE        NA       NA
## 3368    JohnViking17            0     FALSE     FALSE        NA       NA
## 3369 GraceOghenevwde            0     FALSE     FALSE        NA       NA
## 3370        xXeriTum            0     FALSE     FALSE        NA       NA
## 3371    cakeofsodomy            0     FALSE     FALSE        NA       NA
## 3372 GiveAwa67117250            6     FALSE     FALSE        NA       NA
## 3373   LovingRoscoe_            0     FALSE     FALSE        NA       NA
## 3374 pride12thedevil            0     FALSE     FALSE        NA       NA
## 3375       gothzeIda            0     FALSE     FALSE        NA       NA
## 3376     Braidsupzaa            1     FALSE     FALSE        NA       NA
## 3377 OfficialEdenMae            0     FALSE     FALSE        NA       NA
## 3378      Bamlover03            0     FALSE     FALSE        NA       NA
## 3379   hooplajessica            0     FALSE     FALSE        NA       NA
## 3380     callmelexis            0     FALSE     FALSE        NA       NA
## 3381        Wo1fishh            0     FALSE     FALSE        NA       NA
## 3382      ZanAycicek            0     FALSE     FALSE        NA       NA
## 3383     fxirydust__            0     FALSE     FALSE        NA       NA
## 3384      loveschrry            0     FALSE     FALSE        NA       NA
## 3385       pinko_art            0     FALSE     FALSE        NA       NA
## 3386     wollowolles            0     FALSE     FALSE        NA       NA
## 3387           DJGEE            0     FALSE     FALSE        NA       NA
## 3388       Ciotti001            0     FALSE     FALSE        NA       NA
## 3389   trentonhaney7            0     FALSE     FALSE        NA       NA
## 3390       SirriaNMB            0     FALSE     FALSE        NA       NA
## 3391         koesine            0     FALSE     FALSE        NA       NA
## 3392      loveschrry            0     FALSE     FALSE        NA       NA
## 3393           DJGEE            0     FALSE     FALSE        NA       NA
## 3394    b3ttysg4rd3n            0     FALSE     FALSE        NA       NA
## 3395       Ciotti001            0     FALSE     FALSE        NA       NA
## 3396      danvernite            1     FALSE     FALSE        NA       NA
## 3397  trashbandic00t            0     FALSE     FALSE        NA       NA
## 3398    JanicaBrooke            0     FALSE     FALSE        NA       NA
## 3399    deanny_merry            0     FALSE     FALSE        NA       NA
## 3400       alexlpz97            0     FALSE     FALSE        NA       NA
## 3401    b3ttysg4rd3n            0     FALSE     FALSE        NA       NA
## 3402    deanny_merry            0     FALSE     FALSE        NA       NA
## 3403 junior_maCHaALA            1     FALSE     FALSE        NA       NA
## 3404    ohtheresarry            0     FALSE     FALSE        NA       NA
## 3405     raedmiranda            0     FALSE     FALSE        NA       NA
## 3406        MAXBIANS            0     FALSE     FALSE        NA       NA
## 3407       JhonashaS            0     FALSE     FALSE        NA       NA
## 3408    JanicaBrooke            0     FALSE     FALSE        NA       NA
## 3409    ohtheresarry            0     FALSE     FALSE        NA       NA
## 3410    ohtheresarry            0     FALSE     FALSE        NA       NA
## 3411 whotfiskndajaay            0     FALSE     FALSE        NA       NA
## 3412      triviatori            0     FALSE     FALSE        NA       NA
## 3413      KeefHerbin            0     FALSE     FALSE        NA       NA
## 3414     thepinks816            0     FALSE     FALSE        NA       NA
## 3415  TheRealFatWalt            0     FALSE     FALSE        NA       NA
## 3416     JoeDrakeNYC            0     FALSE     FALSE        NA       NA
## 3417      burstchaoz            0     FALSE     FALSE        NA       NA
## 3418  shadowstochase            0     FALSE     FALSE        NA       NA
## 3419     thepinks816            0     FALSE     FALSE        NA       NA
## 3420      KeefHerbin            0     FALSE     FALSE        NA       NA
## 3421      burstchaoz            0     FALSE     FALSE        NA       NA
## 3422     thepinks816            0     FALSE     FALSE        NA       NA
## 3423   isaacmcortess            0     FALSE     FALSE        NA       NA
## 3424    littlehobito            0     FALSE     FALSE        NA       NA
## 3425     JoeDrakeNYC            0     FALSE     FALSE        NA       NA
## 3426  Alessandro2170            0     FALSE     FALSE        NA       NA
## 3427      burstchaoz            0     FALSE     FALSE        NA       NA
## 3428       Jaebi_oce            0     FALSE     FALSE        NA       NA
## 3429        pjmjewel            0     FALSE     FALSE        NA       NA
## 3430      judithred7            0     FALSE     FALSE        NA       NA
## 3431      kennetthss            0     FALSE     FALSE        NA       NA
## 3432      KeefHerbin            0     FALSE     FALSE        NA       NA
## 3433      burstchaoz            0     FALSE     FALSE        NA       NA
## 3434  amyis_confused            0     FALSE     FALSE        NA       NA
## 3435 jeremydiesel191            0     FALSE     FALSE        NA       NA
## 3436    lovehermadly            0     FALSE     FALSE        NA       NA
## 3437        Fabicisf            0     FALSE     FALSE        NA       NA
## 3438   East_Boogie2c            0     FALSE     FALSE        NA       NA
## 3439     JoeDrakeNYC            0     FALSE     FALSE        NA       NA
## 3440 karmaisacat13TS            0     FALSE     FALSE        NA       NA
## 3441 BlackprintWidow            0     FALSE     FALSE        NA       NA
## 3442 AdamsUnoriginal            0     FALSE     FALSE        NA       NA
## 3443    ahmedwael127            0     FALSE     FALSE        NA       NA
## 3444  KidrauhlsFaith            0     FALSE     FALSE        NA       NA
## 3445        Fabicisf            0     FALSE     FALSE        NA       NA
## 3446    dupras_paige            0     FALSE     FALSE        NA       NA
## 3447    jpeg2thehead            0     FALSE     FALSE        NA       NA
## 3448      judithred7            0     FALSE     FALSE        NA       NA
## 3449    yellowcat_13            0     FALSE     FALSE        NA       NA
## 3450     JoeDrakeNYC            0     FALSE     FALSE        NA       NA
## 3451    ahmedwael127            0     FALSE     FALSE        NA       NA
## 3452      KeefHerbin            0     FALSE     FALSE        NA       NA
## 3453        anjelcph            1     FALSE     FALSE        NA       NA
## 3454  blanchettbabe1            0     FALSE     FALSE        NA       NA
## 3455        DapieMoe            1     FALSE     FALSE        NA       NA
## 3456  tamagotchibabe            0     FALSE     FALSE        NA       NA
## 3457  RACZestforLife            1     FALSE     FALSE        NA       NA
## 3458    yellowcat_13            0     FALSE     FALSE        NA       NA
## 3459       lemonxpri            0     FALSE     FALSE        NA       NA
## 3460  Alessandro2170            0     FALSE     FALSE        NA       NA
## 3461  tamagotchibabe            0     FALSE     FALSE        NA       NA
## 3462      ilze_jez03            0     FALSE     FALSE        NA       NA
## 3463         LobzyF1            0     FALSE     FALSE        NA       NA
## 3464     Luiisvi1321            0     FALSE     FALSE        NA       NA
## 3465 accidentallybri            1     FALSE     FALSE        NA       NA
## 3466    yellowcat_13            0     FALSE     FALSE        NA       NA
## 3467  blanchettbabe1            0     FALSE     FALSE        NA       NA
## 3468       AmberNH12            0     FALSE     FALSE        NA       NA
## 3469    ahmedwael127            0     FALSE     FALSE        NA       NA
## 3470     Luiisvi1321            0     FALSE     FALSE        NA       NA
## 3471    SarahMarble6            0     FALSE     FALSE        NA       NA
## 3472     NokchaFFXIV            0     FALSE     FALSE        NA       NA
## 3473        DCgehrke            0     FALSE     FALSE        NA       NA
## 3474     Luiisvi1321            0     FALSE     FALSE        NA       NA
## 3475   elegantpizzaa            0     FALSE     FALSE        NA       NA
## 3476    yellowcat_13            0     FALSE     FALSE        NA       NA
## 3477   ellisesballon            0     FALSE     FALSE        NA       NA
## 3478        etbowser            0     FALSE     FALSE        NA       NA
## 3479  blanchettbabe1            0     FALSE     FALSE        NA       NA
## 3480     weishentiny            0     FALSE     FALSE        NA       NA
## 3481 LauraZambrano02            0     FALSE     FALSE        NA       NA
## 3482 mirrorballarryy            0     FALSE     FALSE        NA       NA
## 3483        thuxgirl            5     FALSE     FALSE        NA       NA
## 3484       AmberNH12            0     FALSE     FALSE        NA       NA
## 3485        brktrend            0     FALSE     FALSE        NA       NA
## 3486    paurestrepos            0     FALSE     FALSE        NA       NA
## 3487     thelylashow            0     FALSE     FALSE        NA       NA
## 3488    cosdivatrend            0     FALSE     FALSE        NA       NA
## 3489      ellizibeth            0     FALSE     FALSE        NA       NA
## 3490      McevoyOlga            0     FALSE     FALSE        NA       NA
## 3491       AmberNH12            0     FALSE     FALSE        NA       NA
## 3492     thelylashow            0     FALSE     FALSE        NA       NA
## 3493   nicogandaglia            0     FALSE     FALSE        NA       NA
## 3494     Mystic_5247            0     FALSE     FALSE        NA       NA
## 3495      ellizibeth            0     FALSE     FALSE        NA       NA
## 3496     leois_upset            0     FALSE     FALSE        NA       NA
## 3497     thelylashow            0     FALSE     FALSE        NA       NA
## 3498       BrajBliss            0     FALSE     FALSE        NA       NA
## 3499   mmelestrange_            0     FALSE     FALSE        NA       NA
## 3500       who_sushi            0     FALSE     FALSE        NA       NA
## 3501    Kagaridreams            0     FALSE     FALSE        NA       NA
## 3502       AmberNH12            0     FALSE     FALSE        NA       NA
## 3503     thelylashow            0     FALSE     FALSE        NA       NA
## 3504   nicogandaglia            0     FALSE     FALSE        NA       NA
## 3505        hunger84            0     FALSE     FALSE        NA       NA
## 3506   nicogandaglia            0     FALSE     FALSE        NA       NA
## 3507     wilburloona            0     FALSE     FALSE        NA       NA
## 3508    AstroSteIIar            0     FALSE     FALSE        NA       NA
## 3509        Caktus28            0     FALSE     FALSE        NA       NA
## 3510 KehlaniRicoStan            0     FALSE     FALSE        NA       NA
## 3511    KayleenaDawn            0     FALSE     FALSE        NA       NA
## 3512    StephenB1906            0     FALSE     FALSE        NA       NA
## 3513     uiralaflame            0     FALSE     FALSE        NA       NA
## 3514     iam_maranga            0     FALSE     FALSE        NA       NA
## 3515      AstolfoTwt            0     FALSE     FALSE        NA       NA
## 3516   Noahlopez2020            0     FALSE     FALSE        NA       NA
## 3517    _malibuhoney            0     FALSE     FALSE        NA       NA
## 3518      Pssssst_hi            0     FALSE     FALSE        NA       NA
## 3519   Noahlopez2020            0     FALSE     FALSE        NA       NA
## 3520       LARULRICH            0     FALSE     FALSE        NA       NA
## 3521       LARULRICH            0     FALSE     FALSE        NA       NA
## 3522       LARULRICH            0     FALSE     FALSE        NA       NA
## 3523 agustdkookietae            0     FALSE     FALSE        NA       NA
## 3524    Enderscythe2            0     FALSE     FALSE        NA       NA
## 3525        BringaDj            0     FALSE     FALSE        NA       NA
## 3526   nicogandaglia            0     FALSE     FALSE        NA       NA
## 3527        DqwnBlue            1     FALSE     FALSE        NA       NA
## 3528        cheffiee            0     FALSE     FALSE        NA       NA
## 3529    WaifuMelanin            0     FALSE     FALSE        NA       NA
## 3530  stargirlevelyn            0     FALSE     FALSE        NA       NA
## 3531          aza_hm            0     FALSE     FALSE        NA       NA
## 3532     iam_maranga            0     FALSE     FALSE        NA       NA
## 3533    WaifuMelanin            0     FALSE     FALSE        NA       NA
## 3534    Enderscythe2            0     FALSE     FALSE        NA       NA
## 3535    JordanFroese            0     FALSE     FALSE        NA       NA
## 3536     emmasowards            0     FALSE     FALSE        NA       NA
## 3537      kaihihanto            0     FALSE     FALSE        NA       NA
## 3538          aza_hm            0     FALSE     FALSE        NA       NA
## 3539 Jennifercarlo95            0     FALSE     FALSE        NA       NA
## 3540         vmiss33            0     FALSE     FALSE        NA       NA
## 3541        coolat23            0     FALSE     FALSE        NA       NA
## 3542 openingendinggg            0     FALSE     FALSE        NA       NA
## 3543        cheffiee            0     FALSE     FALSE        NA       NA
## 3544    tarothalicue            0     FALSE     FALSE        NA       NA
## 3545    WaifuMelanin            0     FALSE     FALSE        NA       NA
## 3546    JordanFroese            0     FALSE     FALSE        NA       NA
## 3547       SnailShea            0     FALSE     FALSE        NA       NA
## 3548       hatsunama            0     FALSE     FALSE        NA       NA
## 3549     emmasowards            0     FALSE     FALSE        NA       NA
## 3550        badnsbor            1     FALSE     FALSE        NA       NA
## 3551    WaifuMelanin            0     FALSE     FALSE        NA       NA
## 3552      RadioQuinn            0     FALSE     FALSE        NA       NA
## 3553      kalopsided            0     FALSE     FALSE        NA       NA
## 3554        lucytewk            0     FALSE     FALSE        NA       NA
## 3555    Enderscythe2            0     FALSE     FALSE        NA       NA
## 3556        cheffiee            0     FALSE     FALSE        NA       NA
## 3557     emmasowards            0     FALSE     FALSE        NA       NA
## 3558        lucytewk            0     FALSE     FALSE        NA       NA
## 3559    Enderscythe2            0     FALSE     FALSE        NA       NA
## 3560        lucytewk            0     FALSE     FALSE        NA       NA
## 3561     spriternals            0     FALSE     FALSE        NA       NA
## 3562    roorah_riley            0     FALSE     FALSE        NA       NA
## 3563        lucytewk            0     FALSE     FALSE        NA       NA
## 3564     emmasowards            0     FALSE     FALSE        NA       NA
## 3565  ThatVideoJacob            0     FALSE     FALSE        NA       NA
## 3566    roorah_riley            0     FALSE     FALSE        NA       NA
## 3567       LOSTlNLUV            0     FALSE     FALSE        NA       NA
## 3568        Popkid71            0     FALSE     FALSE        NA       NA
## 3569        Estuko_1            0     FALSE     FALSE        NA       NA
## 3570    egirItriIogy            0     FALSE     FALSE        NA       NA
## 3571       Tegan2130            0     FALSE     FALSE        NA       NA
## 3572       Pip_est89            0     FALSE     FALSE        NA       NA
## 3573    roorah_riley            0     FALSE     FALSE        NA       NA
## 3574    Krispy_Kay08            0     FALSE     FALSE        NA       NA
## 3575     aurochedici            0     FALSE     FALSE        NA       NA
## 3576    Krispy_Kay08            0     FALSE     FALSE        NA       NA
## 3577        Mongaair            0     FALSE     FALSE        NA       NA
## 3578     Mariasv1912            0     FALSE     FALSE        NA       NA
## 3579       Khendry15            0     FALSE     FALSE        NA       NA
## 3580    Krispy_Kay08            0     FALSE     FALSE        NA       NA
## 3581       himbology            0     FALSE     FALSE        NA       NA
## 3582       Tegan2130            0     FALSE     FALSE        NA       NA
## 3583 FilmNerdReviews            0     FALSE     FALSE        NA       NA
## 3584  longlivewallss            0     FALSE     FALSE        NA       NA
## 3585      cryessence            0     FALSE     FALSE        NA       NA
## 3586       Khendry15            0     FALSE     FALSE        NA       NA
## 3587     Mariasv1912            0     FALSE     FALSE        NA       NA
## 3588    Krispy_Kay08            0     FALSE     FALSE        NA       NA
## 3589       ftccodttv            0     FALSE     FALSE        NA       NA
## 3590         h_eatrr            0     FALSE     FALSE        NA       NA
## 3591   AngelicTears3            0     FALSE     FALSE        NA       NA
## 3592      DayWithAle            0     FALSE     FALSE        NA       NA
## 3593       ccdesorcy            0     FALSE     FALSE        NA       NA
## 3594      user101299            0     FALSE     FALSE        NA       NA
## 3595  longlivewallss            0     FALSE     FALSE        NA       NA
## 3596       astroneb_            0     FALSE     FALSE        NA       NA
## 3597       Glascoian            0     FALSE     FALSE        NA       NA
## 3598       ftccodttv            0     FALSE     FALSE        NA       NA
## 3599  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3600   Christina_Lad            0     FALSE     FALSE        NA       NA
## 3601 catnoirswhisker            0     FALSE     FALSE        NA       NA
## 3602     chanye_oh_l            0     FALSE     FALSE        NA       NA
## 3603         ImKoyle            0     FALSE     FALSE        NA       NA
## 3604    roorah_riley            0     FALSE     FALSE        NA       NA
## 3605       Glascoian            0     FALSE     FALSE        NA       NA
## 3606  The_angrei_gay            0     FALSE     FALSE        NA       NA
## 3607   cherrybabysav            0     FALSE     FALSE        NA       NA
## 3608         ImKoyle            0     FALSE     FALSE        NA       NA
## 3609        BrewMatt            0     FALSE     FALSE        NA       NA
## 3610         VeMont_            0     FALSE     FALSE        NA       NA
## 3611      aajones007            1     FALSE     FALSE        NA       NA
## 3612     joshualance            0     FALSE     FALSE        NA       NA
## 3613 WinterWolf107th            0     FALSE     FALSE        NA       NA
## 3614        nasxmyaa            2     FALSE     FALSE        NA       NA
## 3615         ImKoyle            0     FALSE     FALSE        NA       NA
## 3616     joshualance            0     FALSE     FALSE        NA       NA
## 3617     chanye_oh_l            0     FALSE     FALSE        NA       NA
## 3618       theooodns            0     FALSE     FALSE        NA       NA
## 3619       theooodns            0     FALSE     FALSE        NA       NA
## 3620     joshualance            0     FALSE     FALSE        NA       NA
## 3621 marco_martins14            0     FALSE     FALSE        NA       NA
## 3622       theooodns            0     FALSE     FALSE        NA       NA
## 3623      aajones007            0     FALSE     FALSE        NA       NA
## 3624       lola___xx            0     FALSE     FALSE        NA       NA
## 3625   Showtimestein            1     FALSE     FALSE        NA       NA
## 3626     chanye_oh_l            0     FALSE     FALSE        NA       NA
## 3627   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3628   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3629  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3630   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3631   dametokillfor            0     FALSE     FALSE        NA       NA
## 3632   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3633      Rita_Rogni            0     FALSE     FALSE        NA       NA
## 3634      aajones007            0     FALSE     FALSE        NA       NA
## 3635   AlshababRadio            1     FALSE     FALSE        NA       NA
## 3636      MCMStudio_            0     FALSE     FALSE        NA       NA
## 3637      Rita_Rogni            0     FALSE     FALSE        NA       NA
## 3638 catnoirswhisker            0     FALSE     FALSE        NA       NA
## 3639     Infomundoed            0     FALSE     FALSE        NA       NA
## 3640       lola___xx            0     FALSE     FALSE        NA       NA
## 3641  CawmeKrazeeSFW            0     FALSE     FALSE        NA       NA
## 3642      Rita_Rogni            0     FALSE     FALSE        NA       NA
## 3643     Mariasv1912            0     FALSE     FALSE        NA       NA
## 3644  vmastrangelooo            1     FALSE     FALSE        NA       NA
## 3645     dug_masters            1     FALSE     FALSE        NA       NA
## 3646   karen05025005            0     FALSE     FALSE        NA       NA
## 3647       lola___xx            0     FALSE     FALSE        NA       NA
## 3648        1jokudah            0     FALSE     FALSE        NA       NA
## 3649   enoch_ayodeji            0     FALSE     FALSE        NA       NA
## 3650      aajones007            0     FALSE     FALSE        NA       NA
## 3651        QueenS21            0     FALSE     FALSE        NA       NA
## 3652   enoch_ayodeji            0     FALSE     FALSE        NA       NA
## 3653     MonyChina07            0     FALSE     FALSE        NA       NA
## 3654     Mariasv1912            0     FALSE     FALSE        NA       NA
## 3655  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3656         YoTxddy            0     FALSE     FALSE        NA       NA
## 3657   enoch_ayodeji            0     FALSE     FALSE        NA       NA
## 3658 MitchellTropman            0     FALSE     FALSE        NA       NA
## 3659     Landonian20            0     FALSE     FALSE        NA       NA
## 3660    CHERRYGAL0RE            2     FALSE     FALSE        NA       NA
## 3661     Landonian20            0     FALSE     FALSE        NA       NA
## 3662   theHamzaMan64            0     FALSE     FALSE        NA       NA
## 3663         YoTxddy            0     FALSE     FALSE        NA       NA
## 3664   karen05025005            0     FALSE     FALSE        NA       NA
## 3665  queercornsnake            0     FALSE     FALSE        NA       NA
## 3666   abby_lisewski            1     FALSE     FALSE        NA       NA
## 3667  Johnlopez12220            0     FALSE     FALSE        NA       NA
## 3668     tauruskelIs            0     FALSE     FALSE        NA       NA
## 3669         YoTxddy            0     FALSE     FALSE        NA       NA
## 3670      h0wlswitch            0     FALSE     FALSE        NA       NA
## 3671     iamnotaflop            0     FALSE     FALSE        NA       NA
## 3672    tiffyMontana            8     FALSE     FALSE        NA       NA
## 3673  Johnlopez12220            0     FALSE     FALSE        NA       NA
## 3674  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3675     howtodrawme            0     FALSE     FALSE        NA       NA
## 3676  Johnlopez12220            0     FALSE     FALSE        NA       NA
## 3677  shadindipankar            0     FALSE     FALSE        NA       NA
## 3678   theHamzaMan64            0     FALSE     FALSE        NA       NA
## 3679     howtodrawme            0     FALSE     FALSE        NA       NA
## 3680  Johnlopez12220            0     FALSE     FALSE        NA       NA
## 3681     howtodrawme            0     FALSE     FALSE        NA       NA
## 3682       Pip_est89            0     FALSE     FALSE        NA       NA
## 3683      AnnSchafer            0     FALSE     FALSE        NA       NA
## 3684       itst13ler            0     FALSE     FALSE        NA       NA
## 3685     QueenTlholo            0     FALSE     FALSE        NA       NA
## 3686   sammyblaisszn            0     FALSE     FALSE        NA       NA
## 3687  TheJoblessJack            0     FALSE     FALSE        NA       NA
## 3688   sammyblaisszn            0     FALSE     FALSE        NA       NA
## 3689        _Nineter            0     FALSE     FALSE        NA       NA
## 3690 caeley_robinson            0     FALSE     FALSE        NA       NA
## 3691        gummlolz            0     FALSE     FALSE        NA       NA
## 3692    demisholyfck            0     FALSE     FALSE        NA       NA
## 3693 leitnerpiper420            0     FALSE     FALSE        NA       NA
## 3694    _TweetCritic            0     FALSE     FALSE        NA       NA
## 3695    _TweetCritic            0     FALSE     FALSE        NA       NA
## 3696    _TweetCritic            0     FALSE     FALSE        NA       NA
## 3697   karen05025005            0     FALSE     FALSE        NA       NA
## 3698    _TweetCritic            0     FALSE     FALSE        NA       NA
## 3699       ColeFoxxy            0     FALSE     FALSE        NA       NA
## 3700  themalbecbaddy            0     FALSE     FALSE        NA       NA
## 3701    paridiecoole            0     FALSE     FALSE        NA       NA
## 3702         _pooshh            0     FALSE     FALSE        NA       NA
## 3703 leitnerpiper420            0     FALSE     FALSE        NA       NA
## 3704  GingerNicole91            0     FALSE     FALSE        NA       NA
## 3705  TheJoblessJack            0     FALSE     FALSE        NA       NA
## 3706  CourtneyCorboy            1     FALSE     FALSE        NA       NA
## 3707           hyxqe            0     FALSE     FALSE        NA       NA
## 3708        c2ashlee            0     FALSE     FALSE        NA       NA
## 3709  The_angrei_gay            0     FALSE     FALSE        NA       NA
## 3710  TheJoblessJack            0     FALSE     FALSE        NA       NA
## 3711  alter_cristian            0     FALSE     FALSE        NA       NA
## 3712  msjessdavidgrl            4     FALSE     FALSE        NA       NA
## 3713   MaryFortier11            0     FALSE     FALSE        NA       NA
## 3714        gummlolz            0     FALSE     FALSE        NA       NA
## 3715        LongToop            0     FALSE     FALSE        NA       NA
## 3716     howtodrawme            0     FALSE     FALSE        NA       NA
## 3717  BearcatBetch27            2     FALSE     FALSE        NA       NA
## 3718        c2ashlee            0     FALSE     FALSE        NA       NA
## 3719  GingerNicole91            0     FALSE     FALSE        NA       NA
## 3720 th3saddestbitch            0     FALSE     FALSE        NA       NA
## 3721   haleyyharbour            0     FALSE     FALSE        NA       NA
## 3722         vrnnmrk            0     FALSE     FALSE        NA       NA
## 3723 freddiedreddfan            1     FALSE     FALSE        NA       NA
## 3724         marls__            0     FALSE     FALSE        NA       NA
## 3725  GingerNicole91            0     FALSE     FALSE        NA       NA
## 3726   haleyyharbour            0     FALSE     FALSE        NA       NA
## 3727 MillennialGran7            0     FALSE     FALSE        NA       NA
## 3728       tropic_xo            0     FALSE     FALSE        NA       NA
## 3729        c2ashlee            0     FALSE     FALSE        NA       NA
## 3730 freddiedreddfan            0     FALSE     FALSE        NA       NA
## 3731        beaky173            0     FALSE     FALSE        NA       NA
## 3732     serpent_sky            0     FALSE     FALSE        NA       NA
## 3733         marls__            0     FALSE     FALSE        NA       NA
## 3734   haleyyharbour            0     FALSE     FALSE        NA       NA
## 3735         vrnnmrk            0     FALSE     FALSE        NA       NA
## 3736     micchaaleth            0     FALSE     FALSE        NA       NA
## 3737        Jas1337_            0     FALSE     FALSE        NA       NA
## 3738  KrissyWakeUp86            0     FALSE     FALSE        NA       NA
## 3739         vrnnmrk            0     FALSE     FALSE        NA       NA
## 3740         marls__            0     FALSE     FALSE        NA       NA
## 3741       mrdbann93            0     FALSE     FALSE        NA       NA
## 3742        Bylerbae            0     FALSE     FALSE        NA       NA
## 3743       yoiamluca            0     FALSE     FALSE        NA       NA
## 3744    ShellvpSmith            0     FALSE     FALSE        NA       NA
## 3745  JacobValcarce3            0     FALSE     FALSE        NA       NA
## 3746     WeirdGuyJay            0     FALSE     FALSE        NA       NA
## 3747       liyah_vvs            0     FALSE     FALSE        NA       NA
## 3748        Bylerbae            0     FALSE     FALSE        NA       NA
## 3749  angeIenergy111            1     FALSE     FALSE        NA       NA
## 3750       _haranna_            0     FALSE     FALSE        NA       NA
## 3751  msjessdavidgrl            0     FALSE     FALSE        NA       NA
## 3752      Mrbrooks21            0     FALSE     FALSE        NA       NA
## 3753       mrdbann93            0     FALSE     FALSE        NA       NA
## 3754         camxsgh            0     FALSE     FALSE        NA       NA
## 3755  The_angrei_gay            0     FALSE     FALSE        NA       NA
## 3756         camxsgh            0     FALSE     FALSE        NA       NA
## 3757     Melnameless            0     FALSE     FALSE        NA       NA
## 3758      Mrbrooks21            0     FALSE     FALSE        NA       NA
## 3759   jessielynne__            0     FALSE     FALSE        NA       NA
## 3760          UPROXX            1     FALSE     FALSE        NA       NA
## 3761      Mrbrooks21            0     FALSE     FALSE        NA       NA
## 3762      meganpsitn            0     FALSE     FALSE        NA       NA
## 3763         camxsgh            0     FALSE     FALSE        NA       NA
## 3764 SmoothieEmpress            0     FALSE     FALSE        NA       NA
## 3765   chonamaeSANDS            8     FALSE     FALSE        NA       NA
## 3766 Rainydayreadsv3            0     FALSE     FALSE        NA       NA
## 3767       yungkekee            0     FALSE     FALSE        NA       NA
## 3768       supaSheva            0     FALSE     FALSE        NA       NA
## 3769  King_Crescendo            0     FALSE     FALSE        NA       NA
## 3770       yungkekee            0     FALSE     FALSE        NA       NA
## 3771  princessdeleon            0     FALSE     FALSE        NA       NA
## 3772   joseph_palles            0     FALSE     FALSE        NA       NA
## 3773  outlander_frog            0     FALSE     FALSE        NA       NA
## 3774  King_Crescendo            0     FALSE     FALSE        NA       NA
## 3775   chonamaeSANDS            4     FALSE     FALSE        NA       NA
## 3776   joseph_palles            0     FALSE     FALSE        NA       NA
## 3777    sunsetchrisy            0     FALSE     FALSE        NA       NA
## 3778      cami1023ds            0     FALSE     FALSE        NA       NA
## 3779 eternalswiftie1            0     FALSE     FALSE        NA       NA
## 3780       supaSheva            0     FALSE     FALSE        NA       NA
## 3781        zxebella            3     FALSE     FALSE        NA       NA
## 3782         mef_986            0     FALSE     FALSE        NA       NA
## 3783       Makanju92            0     FALSE     FALSE        NA       NA
## 3784  King_Crescendo            0     FALSE     FALSE        NA       NA
## 3785  KIRACOLDNIGHTS            0     FALSE     FALSE        NA       NA
## 3786 MillennialGran7            0     FALSE     FALSE        NA       NA
## 3787     damlagrantt            0     FALSE     FALSE        NA       NA
## 3788         seodilf            0     FALSE     FALSE        NA       NA
## 3789   exolification            0     FALSE     FALSE        NA       NA
## 3790       supaSheva            0     FALSE     FALSE        NA       NA
## 3791   rocketenginee            0     FALSE     FALSE        NA       NA
## 3792   sillystringay            0     FALSE     FALSE        NA       NA
## 3793  RubyP109484873            0     FALSE     FALSE        NA       NA
## 3794      cami1023ds            0     FALSE     FALSE        NA       NA
## 3795  outlander_frog            0     FALSE     FALSE        NA       NA
## 3796          lowd70            0     FALSE     FALSE        NA       NA
## 3797       supaSheva            0     FALSE     FALSE        NA       NA
## 3798 Jennifercarlo95            0     FALSE     FALSE        NA       NA
## 3799 MelanieHandrest            0     FALSE     FALSE        NA       NA
## 3800      cami1023ds            0     FALSE     FALSE        NA       NA
## 3801 Jennifercarlo95            0     FALSE     FALSE        NA       NA
## 3802 Jennifercarlo95            0     FALSE     FALSE        NA       NA
## 3803         seodilf            0     FALSE     FALSE        NA       NA
## 3804      IvarsOsis1            0     FALSE     FALSE        NA       NA
## 3805    partyatjerms            0     FALSE     FALSE        NA       NA
## 3806     saenz_herre            0     FALSE     FALSE        NA       NA
## 3807 SalvatoreMilic1            0     FALSE     FALSE        NA       NA
## 3808  RubyP109484873            0     FALSE     FALSE        NA       NA
## 3809  CourtneyCorboy            0     FALSE     FALSE        NA       NA
## 3810    ThommoAndrew            0     FALSE     FALSE        NA       NA
## 3811         seodilf            0     FALSE     FALSE        NA       NA
## 3812       Jamersxn1            0     FALSE     FALSE        NA       NA
## 3813  RubyP109484873            0     FALSE     FALSE        NA       NA
## 3814      IvarsOsis1            0     FALSE     FALSE        NA       NA
## 3815        bb4rbiee            0     FALSE     FALSE        NA       NA
## 3816       Jamersxn1            0     FALSE     FALSE        NA       NA
## 3817     saenz_herre            0     FALSE     FALSE        NA       NA
## 3818         seodilf            0     FALSE     FALSE        NA       NA
## 3819      IvarsOsis1            0     FALSE     FALSE        NA       NA
## 3820    hrts4buckley            1     FALSE     FALSE        NA       NA
## 3821       Jamersxn1            0     FALSE     FALSE        NA       NA
## 3822        FeezFeed            0     FALSE     FALSE        NA       NA
## 3823  RubyP109484873            0     FALSE     FALSE        NA       NA
## 3824  PotatoLovesTae            0     FALSE     FALSE        NA       NA
## 3825    LiliForRosie            0     FALSE     FALSE        NA       NA
## 3826        deepumi5            0     FALSE     FALSE        NA       NA
## 3827       snezhink4            0     FALSE     FALSE        NA       NA
## 3828  _likedynamight            0     FALSE     FALSE        NA       NA
## 3829    LiliForRosie            0     FALSE     FALSE        NA       NA
## 3830     sunshinecxn            0     FALSE     FALSE        NA       NA
## 3831    beet_lejuice            0     FALSE     FALSE        NA       NA
## 3832 Kristen_Henners            0     FALSE     FALSE        NA       NA
## 3833      ZanAycicek            0     FALSE     FALSE        NA       NA
## 3834      gracelizyx            0     FALSE     FALSE        NA       NA
## 3835  shubhmbendkule            0     FALSE     FALSE        NA       NA
## 3836  shubhmbendkule            0     FALSE     FALSE        NA       NA
## 3837  giovancreano11            0     FALSE     FALSE        NA       NA
## 3838      jlawsslave            0     FALSE     FALSE        NA       NA
## 3839       swiftkrma            0     FALSE     FALSE        NA       NA
## 3840    VG_Blackwell            0     FALSE     FALSE        NA       NA
## 3841    xNickyUrinex            0     FALSE     FALSE        NA       NA
## 3842       swiftkrma            0     FALSE     FALSE        NA       NA
## 3843 ShuckingFinnick            0     FALSE     FALSE        NA       NA
## 3844   111forevercal            0     FALSE     FALSE        NA       NA
## 3845 HENRYJEDIKNIGHT            0     FALSE     FALSE        NA       NA
## 3846     pdxmeredith            0     FALSE     FALSE        NA       NA
## 3847    ally99730110            0     FALSE     FALSE        NA       NA
## 3848         Cia_6v6            0     FALSE     FALSE        NA       NA
## 3849      posgillies            2     FALSE     FALSE        NA       NA
## 3850 childerolandusa            0     FALSE     FALSE        NA       NA
## 3851   111forevercal            0     FALSE     FALSE        NA       NA
## 3852      jmartins05            0     FALSE     FALSE        NA       NA
## 3853         _bryze_            0     FALSE     FALSE        NA       NA
## 3854   lajibolalla95            0     FALSE     FALSE        NA       NA
## 3855   111forevercal            0     FALSE     FALSE        NA       NA
## 3856   lajibolalla95            0     FALSE     FALSE        NA       NA
## 3857          V1tchh            0     FALSE     FALSE        NA       NA
## 3858   111forevercal            0     FALSE     FALSE        NA       NA
## 3859      YutaFrrita            0     FALSE     FALSE        NA       NA
## 3860   lajibolalla95            0     FALSE     FALSE        NA       NA
## 3861 daawesomeprieto            0     FALSE     FALSE        NA       NA
## 3862          F1N4N4         1598     FALSE     FALSE        NA       NA
## 3863       squg_game            0     FALSE     FALSE        NA       NA
## 3864         thizbiz            0     FALSE     FALSE        NA       NA
## 3865         ramykld            0     FALSE     FALSE        NA       NA
## 3866         madfl3a            0     FALSE     FALSE        NA       NA
## 3867  queenthebunbun            0     FALSE     FALSE        NA       NA
## 3868       Evalvape2            0     FALSE     FALSE        NA       NA
## 3869  queenthebunbun            0     FALSE     FALSE        NA       NA
## 3870   WhoiisElijaah            0     FALSE     FALSE        NA       NA
## 3871     esnyhabitss            0     FALSE     FALSE        NA       NA
## 3872  queenthebunbun            0     FALSE     FALSE        NA       NA
## 3873       Evalvape2            0     FALSE     FALSE        NA       NA
## 3874    izaaaaaaaaak            0     FALSE     FALSE        NA       NA
## 3875      Deadgoth95            0     FALSE     FALSE        NA       NA
## 3876         ramykld            0     FALSE     FALSE        NA       NA
## 3877     esnyhabitss            0     FALSE     FALSE        NA       NA
## 3878     acidpop_fox            0     FALSE     FALSE        NA       NA
## 3879  brinasafetynet            0     FALSE     FALSE        NA       NA
## 3880     esnyhabitss            0     FALSE     FALSE        NA       NA
## 3881          ekm748            0     FALSE     FALSE        NA       NA
## 3882    _HopeThePope            0     FALSE     FALSE        NA       NA
## 3883          ekm748            0     FALSE     FALSE        NA       NA
## 3884     SacchCoffee            0     FALSE     FALSE        NA       NA
## 3885  gonzalodetarde            0     FALSE     FALSE        NA       NA
## 3886       Evalvape2            0     FALSE     FALSE        NA       NA
## 3887    JoyRideEntmt            3     FALSE     FALSE        NA       NA
## 3888          ekm748            0     FALSE     FALSE        NA       NA
## 3889    deancliddell            0     FALSE     FALSE        NA       NA
## 3890    TomInToonami            0     FALSE     FALSE        NA       NA
## 3891  brinasafetynet            0     FALSE     FALSE        NA       NA
## 3892     julinhalol1            0     FALSE     FALSE        NA       NA
## 3893 MadisonBarnhil2            1     FALSE     FALSE        NA       NA
## 3894 WILLHASAPROBLEM            1     FALSE     FALSE        NA       NA
## 3895          dnky27            0     FALSE     FALSE        NA       NA
## 3896  franklynforeal            0     FALSE     FALSE        NA       NA
## 3897     hookingahoy            0     FALSE     FALSE        NA       NA
## 3898      messtrogen            0     FALSE     FALSE        NA       NA
## 3899    deancliddell            0     FALSE     FALSE        NA       NA
## 3900   SamiamMarkson            0     FALSE     FALSE        NA       NA
## 3901     hookingahoy            0     FALSE     FALSE        NA       NA
## 3902    Pulp_Ficti0n            0     FALSE     FALSE        NA       NA
## 3903    deancliddell            0     FALSE     FALSE        NA       NA
## 3904     hookingahoy            0     FALSE     FALSE        NA       NA
## 3905    deancliddell            0     FALSE     FALSE        NA       NA
## 3906    itzinsanity2            0     FALSE     FALSE        NA       NA
## 3907      messtrogen            0     FALSE     FALSE        NA       NA
## 3908 loverhippimusic            0     FALSE     FALSE        NA       NA
## 3909       cagspears            6     FALSE     FALSE        NA       NA
## 3910     JulianGumbo            0     FALSE     FALSE        NA       NA
## 3911 NyanKittyWaffl1            0     FALSE     FALSE        NA       NA
## 3912      messtrogen            0     FALSE     FALSE        NA       NA
## 3913      ellizibeth            0     FALSE     FALSE        NA       NA
## 3914  lovecherrysumi            0     FALSE     FALSE        NA       NA
## 3915 loverhippimusic            0     FALSE     FALSE        NA       NA
## 3916     kccloud1107            0     FALSE     FALSE        NA       NA
## 3917 CharlieTheRanga            0     FALSE     FALSE        NA       NA
## 3918 confettinhavana            0     FALSE     FALSE        NA       NA
## 3919      j__1998__o            0     FALSE     FALSE        NA       NA
## 3920   buttercupprry            0     FALSE     FALSE        NA       NA
## 3921 loverhippimusic            0     FALSE     FALSE        NA       NA
## 3922    reasybecerra            0     FALSE     FALSE        NA       NA
## 3923   davidcantswim            0     FALSE     FALSE        NA       NA
## 3924     D4YL1GHTRRY            0     FALSE     FALSE        NA       NA
## 3925 confettinhavana            0     FALSE     FALSE        NA       NA
## 3926       a_parry92            0     FALSE     FALSE        NA       NA
## 3927    dqofficial__            0     FALSE     FALSE        NA       NA
## 3928 confettinhavana            0     FALSE     FALSE        NA       NA
## 3929  brightantidote            0     FALSE     FALSE        NA       NA
## 3930   Thoma_Beloved            0     FALSE     FALSE        NA       NA
## 3931     itsme__Dori            0     FALSE     FALSE        NA       NA
## 3932     trans_heeho            0     FALSE     FALSE        NA       NA
## 3933     itsme__Dori            0     FALSE     FALSE        NA       NA
## 3934   kandresmiller            0     FALSE     FALSE        NA       NA
## 3935   Thoma_Beloved            0     FALSE     FALSE        NA       NA
## 3936      j__1998__o            0     FALSE     FALSE        NA       NA
## 3937     itsme__Dori            0     FALSE     FALSE        NA       NA
## 3938     D4YL1GHTRRY            0     FALSE     FALSE        NA       NA
## 3939       PhonySelf            1     FALSE     FALSE        NA       NA
## 3940    realmandefro            0     FALSE     FALSE        NA       NA
## 3941     D4YL1GHTRRY            0     FALSE     FALSE        NA       NA
## 3942        UnniSumi            0     FALSE     FALSE        NA       NA
## 3943     D4YL1GHTRRY            0     FALSE     FALSE        NA       NA
## 3944   onlytruejames            0     FALSE     FALSE        NA       NA
## 3945         nurssi_            0     FALSE     FALSE        NA       NA
## 3946          vrrtix            0     FALSE     FALSE        NA       NA
## 3947          AP0R14            0     FALSE     FALSE        NA       NA
## 3948     kccloud1107            0     FALSE     FALSE        NA       NA
## 3949         nurssi_            0     FALSE     FALSE        NA       NA
## 3950     animel20201            3     FALSE     FALSE        NA       NA
## 3951      NYgrateful            8     FALSE     FALSE        NA       NA
## 3952  easylikepheezy            1     FALSE     FALSE        NA       NA
## 3953       topher057            0     FALSE     FALSE        NA       NA
## 3954  thedaryltucker            0     FALSE     FALSE        NA       NA
## 3955         nurssi_            0     FALSE     FALSE        NA       NA
## 3956     brandonnyip            0     FALSE     FALSE        NA       NA
## 3957    callie_kent1            0     FALSE     FALSE        NA       NA
## 3958      e_twiggy23            0     FALSE     FALSE        NA       NA
## 3959       sunncheol            0     FALSE     FALSE        NA       NA
## 3960       Withorone            0     FALSE     FALSE        NA       NA
## 3961       sunncheol            0     FALSE     FALSE        NA       NA
## 3962     yyyang__cox            0     FALSE     FALSE        NA       NA
## 3963       sunncheol            0     FALSE     FALSE        NA       NA
## 3964      e_twiggy23            0     FALSE     FALSE        NA       NA
## 3965       Withorone            0     FALSE     FALSE        NA       NA
## 3966   meganotmorgan            0     FALSE     FALSE        NA       NA
## 3967       anacaro24            0     FALSE     FALSE        NA       NA
## 3968        RealQwig            0     FALSE     FALSE        NA       NA
## 3969       sunncheol            0     FALSE     FALSE        NA       NA
## 3970    MoisturiseMe            0     FALSE     FALSE        NA       NA
## 3971      e_twiggy23            0     FALSE     FALSE        NA       NA
## 3972   laurameijer27            0     FALSE     FALSE        NA       NA
## 3973       Withorone            0     FALSE     FALSE        NA       NA
## 3974      e_twiggy23            0     FALSE     FALSE        NA       NA
## 3975    Jorgie774312            0     FALSE     FALSE        NA       NA
## 3976  Panic_AtTheBBQ            0     FALSE     FALSE        NA       NA
## 3977     browngirlja            0     FALSE     FALSE        NA       NA
## 3978 BricksDontMusic            1     FALSE     FALSE        NA       NA
## 3979    andreaandtia            0     FALSE     FALSE        NA       NA
## 3980   laurameijer27            0     FALSE     FALSE        NA       NA
## 3981 Hereisyourstuff            0     FALSE     FALSE        NA       NA
## 3982  aryfreakinanna            0     FALSE     FALSE        NA       NA
## 3983    michaelmwm07            0     FALSE     FALSE        NA       NA
## 3984      aloosesona            0     FALSE     FALSE        NA       NA
## 3985    FierceJersey            0     FALSE     FALSE        NA       NA
## 3986  parxiesforever            0     FALSE     FALSE        NA       NA
## 3987  Ley_MoArmyGenE            0     FALSE     FALSE        NA       NA
## 3988    concert_next            0     FALSE     FALSE        NA       NA
## 3989    michaelmwm07            0     FALSE     FALSE        NA       NA
## 3990     remuspoems_            0     FALSE     FALSE        NA       NA
## 3991  Ley_MoArmyGenE            0     FALSE     FALSE        NA       NA
## 3992   d0mEaFav0rhls            0     FALSE     FALSE        NA       NA
## 3993 OdinaniOfficial            0     FALSE     FALSE        NA       NA
## 3994    michaelmwm07            0     FALSE     FALSE        NA       NA
## 3995     remuspoems_            0     FALSE     FALSE        NA       NA
## 3996     sophieontwt            0     FALSE     FALSE        NA       NA
## 3997        seafog14            0     FALSE     FALSE        NA       NA
## 3998   d0mEaFav0rhls            0     FALSE     FALSE        NA       NA
## 3999     sophieontwt            0     FALSE     FALSE        NA       NA
## 4000     Extreme7323            0     FALSE     FALSE        NA       NA
## 4001    lucitatoelle            0     FALSE     FALSE        NA       NA
## 4002      aguscont96            0     FALSE     FALSE        NA       NA
## 4003        AshlyGfx            2     FALSE     FALSE        NA       NA
## 4004    Jorgie774312            0     FALSE     FALSE        NA       NA
## 4005  AdrianEvanKirk            0     FALSE     FALSE        NA       NA
## 4006   kathyloredo19            0     FALSE     FALSE        NA       NA
## 4007  aryfreakinanna            0     FALSE     FALSE        NA       NA
## 4008     Extreme7323            0     FALSE     FALSE        NA       NA
## 4009    K8thegreat80            0     FALSE     FALSE        NA       NA
## 4010    IstiakShihab            0     FALSE     FALSE        NA       NA
## 4011   kathyloredo19            0     FALSE     FALSE        NA       NA
## 4012        LUZSPELL            0     FALSE     FALSE        NA       NA
## 4013        LUZSPELL            0     FALSE     FALSE        NA       NA
## 4014        LUZSPELL            0     FALSE     FALSE        NA       NA
## 4015    WeezYbloomix            0     FALSE     FALSE        NA       NA
## 4016     iblamedrake            0     FALSE     FALSE        NA       NA
## 4017    xXTommyTNTXx            0     FALSE     FALSE        NA       NA
## 4018      aguscont96            0     FALSE     FALSE        NA       NA
## 4019  aryfreakinanna            0     FALSE     FALSE        NA       NA
## 4020      KevinDLC50            0     FALSE     FALSE        NA       NA
## 4021      Gogo123316            0     FALSE     FALSE        NA       NA
## 4022     Extreme7323            0     FALSE     FALSE        NA       NA
## 4023     heedfulsoul            0     FALSE     FALSE        NA       NA
## 4024         woahdyl            0     FALSE     FALSE        NA       NA
## 4025  happybrilidays            0     FALSE     FALSE        NA       NA
## 4026      aguscont96            0     FALSE     FALSE        NA       NA
## 4027  aryfreakinanna            0     FALSE     FALSE        NA       NA
## 4028 enchanteleclevc            0     FALSE     FALSE        NA       NA
## 4029     BitLifeWrld            0     FALSE     FALSE        NA       NA
## 4030       DanLit111            0     FALSE     FALSE        NA       NA
## 4031 Depressed_Devil            0     FALSE     FALSE        NA       NA
## 4032    cosdivatrend            0     FALSE     FALSE        NA       NA
## 4033       DanLit111            0     FALSE     FALSE        NA       NA
## 4034        CekChan_            0     FALSE     FALSE        NA       NA
## 4035    Jorgie774312            0     FALSE     FALSE        NA       NA
## 4036       yujifiIms            0     FALSE     FALSE        NA       NA
## 4037      AmymKimble            0     FALSE     FALSE        NA       NA
## 4038       KhanArt92            0     FALSE     FALSE        NA       NA
## 4039       DanLit111            0     FALSE     FALSE        NA       NA
## 4040  jlcorcorcorcor            0     FALSE     FALSE        NA       NA
## 4041  summercardinal            0     FALSE     FALSE        NA       NA
## 4042  kingb_official            0     FALSE     FALSE        NA       NA
## 4043    feelmypussay            0     FALSE     FALSE        NA       NA
## 4044      heartedtbp            0     FALSE     FALSE        NA       NA
## 4045      dschanaika            0     FALSE     FALSE        NA       NA
## 4046       DanLit111            0     FALSE     FALSE        NA       NA
## 4047  carlosesierraf            0     FALSE     FALSE        NA       NA
## 4048  LifeonWheels95            0     FALSE     FALSE        NA       NA
## 4049    blackrose3kr            0     FALSE     FALSE        NA       NA
## 4050    it_was_reaps            0     FALSE     FALSE        NA       NA
## 4051     heedfulsoul            0     FALSE     FALSE        NA       NA
## 4052  carlosesierraf            0     FALSE     FALSE        NA       NA
## 4053   AdrianReeder7            0     FALSE     FALSE        NA       NA
## 4054          keeksy           33     FALSE     FALSE        NA       NA
## 4055      JamesL_TRW            0     FALSE     FALSE        NA       NA
## 4056 webdevelopercde            6     FALSE     FALSE        NA       NA
## 4057 maureenroseama1            0     FALSE     FALSE        NA       NA
## 4058  LifeonWheels95            0     FALSE     FALSE        NA       NA
## 4059       DanLit111            0     FALSE     FALSE        NA       NA
## 4060     heedfulsoul            0     FALSE     FALSE        NA       NA
## 4061       bradsucks            0     FALSE     FALSE        NA       NA
## 4062   itwillbeohkay            0     FALSE     FALSE        NA       NA
## 4063   revelinmemory            0     FALSE     FALSE        NA       NA
## 4064   Jenna_Coffey5            0     FALSE     FALSE        NA       NA
## 4065   banqtanswrldd            0     FALSE     FALSE        NA       NA
## 4066      m00ns_baby            0     FALSE     FALSE        NA       NA
## 4067       eXpNaruto            0     FALSE     FALSE        NA       NA
## 4068  aadriangarciac            0     FALSE     FALSE        NA       NA
## 4069     ayumicruzzz            0     FALSE     FALSE        NA       NA
## 4070    Lauracoder12            3     FALSE     FALSE        NA       NA
## 4071  TheSandMasterr            1     FALSE     FALSE        NA       NA
## 4072  basiccoalminer            0     FALSE     FALSE        NA       NA
## 4073       jayerlofi            0     FALSE     FALSE        NA       NA
## 4074     staygoldgyu            0     FALSE     FALSE        NA       NA
## 4075  aadriangarciac            1     FALSE     FALSE        NA       NA
## 4076 JuanDeL81607394            0     FALSE     FALSE        NA       NA
## 4077       dlibyhcaz            0     FALSE     FALSE        NA       NA
## 4078         Cbarts5            0     FALSE     FALSE        NA       NA
## 4079 imgonnachaseit6            0     FALSE     FALSE        NA       NA
## 4080   cowboycatcafe            0     FALSE     FALSE        NA       NA
## 4081    hannahsquill            0     FALSE     FALSE        NA       NA
## 4082 angyllblackwyng            0     FALSE     FALSE        NA       NA
## 4083       eXpNaruto            0     FALSE     FALSE        NA       NA
## 4084  aadriangarciac            0     FALSE     FALSE        NA       NA
## 4085    clawsonhonda            0     FALSE     FALSE        NA       NA
## 4086      LadyJestah            1     FALSE     FALSE        NA       NA
## 4087   cowboycatcafe            0     FALSE     FALSE        NA       NA
## 4088    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4089   cowboycatcafe            0     FALSE     FALSE        NA       NA
## 4090  aadriangarciac            0     FALSE     FALSE        NA       NA
## 4091  LifeonWheels95            0     FALSE     FALSE        NA       NA
## 4092       eXpNaruto            0     FALSE     FALSE        NA       NA
## 4093    KanekiZero99            0     FALSE     FALSE        NA       NA
## 4094     Kris__sToRm            0     FALSE     FALSE        NA       NA
## 4095   tilly_sheldon            0     FALSE     FALSE        NA       NA
## 4096 angyllblackwyng            0     FALSE     FALSE        NA       NA
## 4097    KanekiZero99            0     FALSE     FALSE        NA       NA
## 4098       jayerlofi            0     FALSE     FALSE        NA       NA
## 4099    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4100 podlingjustista            0     FALSE     FALSE        NA       NA
## 4101 2003unbearable_            0     FALSE     FALSE        NA       NA
## 4102    KanekiZero99            0     FALSE     FALSE        NA       NA
## 4103  witchywoman608            0     FALSE     FALSE        NA       NA
## 4104     melinadurre            0     FALSE     FALSE        NA       NA
## 4105    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4106 angyllblackwyng            0     FALSE     FALSE        NA       NA
## 4107  sunflowervol1d            0     FALSE     FALSE        NA       NA
## 4108       jayerlofi            0     FALSE     FALSE        NA       NA
## 4109    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4110    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4111  sunflowervol1d            0     FALSE     FALSE        NA       NA
## 4112         44Jackk            0     FALSE     FALSE        NA       NA
## 4113  witchywoman608            0     FALSE     FALSE        NA       NA
## 4114       KeefenOwO            0     FALSE     FALSE        NA       NA
## 4115      frankyquin            0     FALSE     FALSE        NA       NA
## 4116    vansrryfreak            0     FALSE     FALSE        NA       NA
## 4117    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4118   Thrishank4521            0     FALSE     FALSE        NA       NA
## 4119    vansrryfreak            0     FALSE     FALSE        NA       NA
## 4120       my_surrey            0     FALSE     FALSE        NA       NA
## 4121     chick_canon            0     FALSE     FALSE        NA       NA
## 4122    digitaldiaz1            0     FALSE     FALSE        NA       NA
## 4123      arianauras            0     FALSE     FALSE        NA       NA
## 4124      b_storm796            0     FALSE     FALSE        NA       NA
## 4125   __jonosmith__            0     FALSE     FALSE        NA       NA
## 4126 GraceOghenevwde            0     FALSE     FALSE        NA       NA
## 4127  Remssupportbat            0     FALSE     FALSE        NA       NA
## 4128    vansrryfreak            0     FALSE     FALSE        NA       NA
## 4129    vansrryfreak            0     FALSE     FALSE        NA       NA
## 4130   Haleymarie_j2            0     FALSE     FALSE        NA       NA
## 4131      b_storm796            0     FALSE     FALSE        NA       NA
## 4132         1Xenius            0     FALSE     FALSE        NA       NA
## 4133 JuanDeL81607394            1     FALSE     FALSE        NA       NA
## 4134     Antagionist            0     FALSE     FALSE        NA       NA
## 4135   Thrishank4521            0     FALSE     FALSE        NA       NA
## 4136     Whatleydude            0     FALSE     FALSE        NA       NA
## 4137        neckeope            0     FALSE     FALSE        NA       NA
## 4138    cspikemurray            0     FALSE     FALSE        NA       NA
## 4139     Funko_Jules            0     FALSE     FALSE        NA       NA
## 4140     Shapingrime            1     FALSE     FALSE        NA       NA
## 4141  jaimitoperalta            0     FALSE     FALSE        NA       NA
## 4142      b_storm796            0     FALSE     FALSE        NA       NA
## 4143         1Xenius            0     FALSE     FALSE        NA       NA
## 4144        LoveITx0            0     FALSE     FALSE        NA       NA
## 4145  EnglishDesigns            0     FALSE     FALSE        NA       NA
## 4146    sailorcringe            0     FALSE     FALSE        NA       NA
## 4147        rigby113            0     FALSE     FALSE        NA       NA
## 4148      frankyquin            0     FALSE     FALSE        NA       NA
## 4149        tntbursz            0     FALSE     FALSE        NA       NA
## 4150    PeterTorch16            0     FALSE     FALSE        NA       NA
## 4151    PeterTorch16            0     FALSE     FALSE        NA       NA
## 4152      dlaniger22            0     FALSE     FALSE        NA       NA
## 4153        alennono            0     FALSE     FALSE        NA       NA
## 4154    Jacksquared_            3     FALSE     FALSE        NA       NA
## 4155      ronnie2029            0     FALSE     FALSE        NA       NA
## 4156      EySoyIsaaa            0     FALSE     FALSE        NA       NA
## 4157      musubiitou            0     FALSE     FALSE        NA       NA
## 4158    PeterTorch16            0     FALSE     FALSE        NA       NA
## 4159   BlazynFire123            0     FALSE     FALSE        NA       NA
## 4160     JayAcortado            0     FALSE     FALSE        NA       NA
## 4161     tiffanyclay            0     FALSE     FALSE        NA       NA
## 4162 thisisntmegannn            0     FALSE     FALSE        NA       NA
## 4163   GovernorSleme            0     FALSE     FALSE        NA       NA
## 4164   BlazynFire123            0     FALSE     FALSE        NA       NA
## 4165          FrBoat            0     FALSE     FALSE        NA       NA
## 4166     JayAcortado            0     FALSE     FALSE        NA       NA
## 4167  thelovelyerica            0     FALSE     FALSE        NA       NA
## 4168      b_storm796            0     FALSE     FALSE        NA       NA
## 4169      frankyquin            0     FALSE     FALSE        NA       NA
## 4170     tiffanyclay            0     FALSE     FALSE        NA       NA
## 4171     JayAcortado            0     FALSE     FALSE        NA       NA
## 4172       HBrickboy            0     FALSE     FALSE        NA       NA
## 4173  mitchellmb2004            0     FALSE     FALSE        NA       NA
## 4174       VanniCobs            0     FALSE     FALSE        NA       NA
## 4175         1Xenius            0     FALSE     FALSE        NA       NA
## 4176   BlazynFire123            0     FALSE     FALSE        NA       NA
## 4177     JayAcortado            0     FALSE     FALSE        NA       NA
## 4178     tiffanyclay            0     FALSE     FALSE        NA       NA
## 4179   GovernorSleme            0     FALSE     FALSE        NA       NA
## 4180   BlazynFire123            0     FALSE     FALSE        NA       NA
## 4181   clarissamcfly            0     FALSE     FALSE        NA       NA
## 4182  iamlemarwilson            0     FALSE     FALSE        NA       NA
## 4183   umeenterprise            0     FALSE     FALSE        NA       NA
## 4184    kaeunshabets            0     FALSE     FALSE        NA       NA
## 4185      DareRider8            0     FALSE     FALSE        NA       NA
## 4186  mitchellmb2004            0     FALSE     FALSE        NA       NA
## 4187 Cho_gath_gaming            0     FALSE     FALSE        NA       NA
## 4188  ICallThemIdols            0     FALSE     FALSE        NA       NA
## 4189        __cw24__            0     FALSE     FALSE        NA       NA
## 4190   sosorrybye789            0     FALSE     FALSE        NA       NA
## 4191       thvglittr            0     FALSE     FALSE        NA       NA
## 4192   sosorrybye789            0     FALSE     FALSE        NA       NA
## 4193         GOWENYT            0     FALSE     FALSE        NA       NA
## 4194     FandWWaffle            0     FALSE     FALSE        NA       NA
## 4195  alexandrerstos            0     FALSE     FALSE        NA       NA
## 4196    brenden_lmao            0     FALSE     FALSE        NA       NA
## 4197      BAmbergaze            0     FALSE     FALSE        NA       NA
## 4198     crackerboxx            0     FALSE     FALSE        NA       NA
## 4199        ariserii            0     FALSE     FALSE        NA       NA
## 4200      DareRider8            0     FALSE     FALSE        NA       NA
## 4201  wild3st_dreams            0     FALSE     FALSE        NA       NA
## 4202 SpaceSoldier_01            0     FALSE     FALSE        NA       NA
## 4203     MechaMaiden            0     FALSE     FALSE        NA       NA
## 4204       bratfvckr            0     FALSE     FALSE        NA       NA
## 4205 angyllblackwyng            0     FALSE     FALSE        NA       NA
## 4206  wild3st_dreams            0     FALSE     FALSE        NA       NA
## 4207   dukeofpeckham            0     FALSE     FALSE        NA       NA
## 4208   kiryuuwakatsu            0     FALSE     FALSE        NA       NA
## 4209  wild3st_dreams            0     FALSE     FALSE        NA       NA
## 4210 wermusmaximusii            0     FALSE     FALSE        NA       NA
## 4211     strilondian            0     FALSE     FALSE        NA       NA
## 4212  FloridaMike100            0     FALSE     FALSE        NA       NA
## 4213   karenkagamine            0     FALSE     FALSE        NA       NA
## 4214     FandWWaffle            0     FALSE     FALSE        NA       NA
## 4215   dukeofpeckham            0     FALSE     FALSE        NA       NA
## 4216     strilondian            0     FALSE     FALSE        NA       NA
## 4217   beratmehmedii            0     FALSE     FALSE        NA       NA
## 4218       supaSheva            0     FALSE     FALSE        NA       NA
## 4219 arifckingspring            0     FALSE     FALSE        NA       NA
## 4220      aviniertwt            0     FALSE     FALSE        NA       NA
## 4221     megalodon_k           14     FALSE     FALSE        NA       NA
## 4222   dukeofpeckham            0     FALSE     FALSE        NA       NA
## 4223    ryleejean051            0     FALSE     FALSE        NA       NA
## 4224     FandWWaffle            0     FALSE     FALSE        NA       NA
## 4225 prettytreatment            0     FALSE     FALSE        NA       NA
## 4226     AlanCrashGZ            0     FALSE     FALSE        NA       NA
## 4227 prettytreatment            0     FALSE     FALSE        NA       NA
## 4228 halfdeadairhead            0     FALSE     FALSE        NA       NA
## 4229 webdevelopercde            5     FALSE     FALSE        NA       NA
## 4230       Martaim__            0     FALSE     FALSE        NA       NA
## 4231      ZanAycicek            0     FALSE     FALSE        NA       NA
## 4232       ryanavfcc            0     FALSE     FALSE        NA       NA
## 4233       HeZamboni            0     FALSE     FALSE        NA       NA
## 4234 halfdeadairhead            0     FALSE     FALSE        NA       NA
## 4235 prettytreatment            0     FALSE     FALSE        NA       NA
## 4236       HeZamboni            0     FALSE     FALSE        NA       NA
## 4237 halfdeadairhead            0     FALSE     FALSE        NA       NA
## 4238     danieliskoo            0     FALSE     FALSE        NA       NA
## 4239       hanyulton            0     FALSE     FALSE        NA       NA
## 4240         abianst            1     FALSE     FALSE        NA       NA
## 4241       hanyulton            0     FALSE     FALSE        NA       NA
## 4242       HeZamboni            0     FALSE     FALSE        NA       NA
## 4243 halfdeadairhead            0     FALSE     FALSE        NA       NA
## 4244       hanyulton            0     FALSE     FALSE        NA       NA
## 4245   yourdollmochi            0     FALSE     FALSE        NA       NA
## 4246          a_yrmb            0     FALSE     FALSE        NA       NA
## 4247  airplane_flaps            0     FALSE     FALSE        NA       NA
## 4248 brian_23_gibson            1     FALSE     FALSE        NA       NA
## 4249     Klahasphemy            0     FALSE     FALSE        NA       NA
## 4250  mepradayounada            0     FALSE     FALSE        NA       NA
## 4251       aaajfabio            0     FALSE     FALSE        NA       NA
## 4252   annabel______            0     FALSE     FALSE        NA       NA
## 4253   XH_VillainLaw            0     FALSE     FALSE        NA       NA
## 4254     Klahasphemy            0     FALSE     FALSE        NA       NA
## 4255  __cockgoblin__            0     FALSE     FALSE        NA       NA
## 4256   XH_VillainLaw            0     FALSE     FALSE        NA       NA
## 4257  mepradayounada            0     FALSE     FALSE        NA       NA
## 4258  FromPaperchase            0     FALSE     FALSE        NA       NA
## 4259  ithinkimsophia            0     FALSE     FALSE        NA       NA
## 4260 Pokemaster55551            0     FALSE     FALSE        NA       NA
## 4261    arismaximoff            0     FALSE     FALSE        NA       NA
## 4262  mepradayounada            0     FALSE     FALSE        NA       NA
## 4263    theikonickay            0     FALSE     FALSE        NA       NA
## 4264    arismaximoff            0     FALSE     FALSE        NA       NA
## 4265   yourdollmochi            0     FALSE     FALSE        NA       NA
## 4266     Klahasphemy            0     FALSE     FALSE        NA       NA
## 4267    spokanehouse            0     FALSE     FALSE        NA       NA
## 4268      alex_uhh_2            0     FALSE     FALSE        NA       NA
## 4269      vicohyland            0     FALSE     FALSE        NA       NA
## 4270     Sno94627256            0     FALSE     FALSE        NA       NA
## 4271      alex_uhh_2            0     FALSE     FALSE        NA       NA
## 4272      alex_uhh_2            0     FALSE     FALSE        NA       NA
## 4273         hnidgaf            0     FALSE     FALSE        NA       NA
## 4274        rwdrygoo            0     FALSE     FALSE        NA       NA
## 4275         shazzCS            0     FALSE     FALSE        NA       NA
## 4276      alex_uhh_2            0     FALSE     FALSE        NA       NA
## 4277      theanarice            1     FALSE     FALSE        NA       NA
## 4278    Bean71075702            0     FALSE     FALSE        NA       NA
## 4279   gabewalker_26            0     FALSE     FALSE        NA       NA
## 4280    shartzcutely            0     FALSE     FALSE        NA       NA
## 4281        needyriy            4     FALSE     FALSE        NA       NA
## 4282 PhuturePhocused            0     FALSE     FALSE        NA       NA
## 4283    Bean71075702            0     FALSE     FALSE        NA       NA
## 4284 PhuturePhocused            0     FALSE     FALSE        NA       NA
## 4285    Bean71075702            0     FALSE     FALSE        NA       NA
## 4286       anamarchl            0     FALSE     FALSE        NA       NA
## 4287   gabewalker_26            0     FALSE     FALSE        NA       NA
## 4288    LastChanceXD            0     FALSE     FALSE        NA       NA
## 4289     sososhbrt12            0     FALSE     FALSE        NA       NA
## 4290   goodoneoliver            0     FALSE     FALSE        NA       NA
## 4291       miaaochoa            0     FALSE     FALSE        NA       NA
## 4292   gabewalker_26            0     FALSE     FALSE        NA       NA
## 4293     Carlos31789            0     FALSE     FALSE        NA       NA
## 4294 PhuturePhocused            0     FALSE     FALSE        NA       NA
## 4295     sososhbrt12            0     FALSE     FALSE        NA       NA
## 4296    LastChanceXD            0     FALSE     FALSE        NA       NA
## 4297     Carlos31789            0     FALSE     FALSE        NA       NA
## 4298   SarahCat_XOXO            0     FALSE     FALSE        NA       NA
## 4299   joeyeinberger            0     FALSE     FALSE        NA       NA
## 4300    LastChanceXD            0     FALSE     FALSE        NA       NA
## 4301 PhuturePhocused            0     FALSE     FALSE        NA       NA
## 4302  RecticOfficial            0     FALSE     FALSE        NA       NA
## 4303     Carlos31789            0     FALSE     FALSE        NA       NA
## 4304   namjooning111            0     FALSE     FALSE        NA       NA
## 4305   melaniehotaux            0     FALSE     FALSE        NA       NA
## 4306  ShashwatVaish2            0     FALSE     FALSE        NA       NA
## 4307         TyRezac            0     FALSE     FALSE        NA       NA
## 4308     DEVILINRUIN            0     FALSE     FALSE        NA       NA
## 4309     Joeadelphia            0     FALSE     FALSE        NA       NA
## 4310        r_blankk            0     FALSE     FALSE        NA       NA
## 4311 LisaBra59850659            0     FALSE     FALSE        NA       NA
## 4312     Joeadelphia            0     FALSE     FALSE        NA       NA
## 4313      Armakanzas            0     FALSE     FALSE        NA       NA
## 4314       DxrkSpawn            0     FALSE     FALSE        NA       NA
## 4315 SabrinaCamaril5            0     FALSE     FALSE        NA       NA
## 4316     hataaramune            0     FALSE     FALSE        NA       NA
## 4317        LVJY1975            0     FALSE     FALSE        NA       NA
## 4318    Logandev_owo            0     FALSE     FALSE        NA       NA
## 4319       luvjust1n            0     FALSE     FALSE        NA       NA
## 4320     10BOUJEEBOY            0     FALSE     FALSE        NA       NA
## 4321 aminabi54146383            0     FALSE     FALSE        NA       NA
## 4322 SabrinaCamaril5            0     FALSE     FALSE        NA       NA
## 4323       its_sp4rk            0     FALSE     FALSE        NA       NA
## 4324          jgagec            0     FALSE     FALSE        NA       NA
## 4325  cutyouoffleigh            0     FALSE     FALSE        NA       NA
## 4326       simarinna            0     FALSE     FALSE        NA       NA
## 4327 SabrinaCamaril5            0     FALSE     FALSE        NA       NA
## 4328       DITENTION            0     FALSE     FALSE        NA       NA
## 4329      trans_tank            0     FALSE     FALSE        NA       NA
## 4330   Musical_Rando            0     FALSE     FALSE        NA       NA
## 4331       Enamine99            0     FALSE     FALSE        NA       NA
## 4332          jgagec            0     FALSE     FALSE        NA       NA
## 4333     10BOUJEEBOY            0     FALSE     FALSE        NA       NA
## 4334   Musical_Rando            0     FALSE     FALSE        NA       NA
## 4335 SabrinaCamaril5            0     FALSE     FALSE        NA       NA
## 4336     Cookimonter            0     FALSE     FALSE        NA       NA
## 4337    MikeEverest7            0     FALSE     FALSE        NA       NA
## 4338  SilverPandora2            0     FALSE     FALSE        NA       NA
## 4339     RathHorizon            0     FALSE     FALSE        NA       NA
## 4340     01___farina            0     FALSE     FALSE        NA       NA
## 4341       simarinna            0     FALSE     FALSE        NA       NA
## 4342        c6aihtny            0     FALSE     FALSE        NA       NA
## 4343   AlshababRadio            1     FALSE     FALSE        NA       NA
## 4344    cefffylbottt            0     FALSE     FALSE        NA       NA
## 4345  guadalupeob_02            0     FALSE     FALSE        NA       NA
## 4346      marcoapg96            0     FALSE     FALSE        NA       NA
## 4347     krillfluids            0     FALSE     FALSE        NA       NA
## 4348    cefffylbottt            0     FALSE     FALSE        NA       NA
## 4349  guadalupeob_02            0     FALSE     FALSE        NA       NA
## 4350     10BOUJEEBOY            0     FALSE     FALSE        NA       NA
## 4351  girls4annabeth            0     FALSE     FALSE        NA       NA
## 4352   TalhahQureshi            0     FALSE     FALSE        NA       NA
## 4353        GeyserRL            0     FALSE     FALSE        NA       NA
## 4354  guadalupeob_02            0     FALSE     FALSE        NA       NA
## 4355     _usamallama            0     FALSE     FALSE        NA       NA
## 4356   ConnorAaron06            0     FALSE     FALSE        NA       NA
## 4357     turbobakshi            0     FALSE     FALSE        NA       NA
## 4358        TeoNik16            0     FALSE     FALSE        NA       NA
## 4359 SleepColorsCity            0     FALSE     FALSE        NA       NA
## 4360         AysiaMN            0     FALSE     FALSE        NA       NA
## 4361      breakdecks            0     FALSE     FALSE        NA       NA
## 4362    cefffylbottt            0     FALSE     FALSE        NA       NA
## 4363        TeoNik16            0     FALSE     FALSE        NA       NA
## 4364   ConnorAaron06            0     FALSE     FALSE        NA       NA
## 4365       savabagel            0     FALSE     FALSE        NA       NA
## 4366   AmonaMatthias            0     FALSE     FALSE        NA       NA
## 4367 bryansofficiall            0     FALSE     FALSE        NA       NA
## 4368 bryansofficiall            0     FALSE     FALSE        NA       NA
## 4369   ConnorAaron06            0     FALSE     FALSE        NA       NA
## 4370     lexiconsays            0     FALSE     FALSE        NA       NA
## 4371   flowIikewaves            0     FALSE     FALSE        NA       NA
## 4372 bryansofficiall            0     FALSE     FALSE        NA       NA
## 4373       savabagel            0     FALSE     FALSE        NA       NA
## 4374   AThermopolisR            0     FALSE     FALSE        NA       NA
## 4375 ParalelOrcz_ofc            0     FALSE     FALSE        NA       NA
## 4376      stowns1981            0     FALSE     FALSE        NA       NA
## 4377         Bfc_ell            0     FALSE     FALSE        NA       NA
## 4378          Quimnz            0     FALSE     FALSE        NA       NA
## 4379    49daysbefore            0     FALSE     FALSE        NA       NA
## 4380 ParalelOrcz_ofc            0     FALSE     FALSE        NA       NA
## 4381        NotStan5            1     FALSE     FALSE        NA       NA
## 4382   ZackMossMusic            3     FALSE     FALSE        NA       NA
## 4383       DustyKion            0     FALSE     FALSE        NA       NA
## 4384 ParalelOrcz_ofc            0     FALSE     FALSE        NA       NA
## 4385       Nickdekks            0     FALSE     FALSE        NA       NA
## 4386   goodoneoliver            0     FALSE     FALSE        NA       NA
## 4387    alice_hubble            0     FALSE     FALSE        NA       NA
## 4388   Musical_Rando            0     FALSE     FALSE        NA       NA
## 4389        GeyserRL            0     FALSE     FALSE        NA       NA
## 4390    FoxGalaxy511            0     FALSE     FALSE        NA       NA
## 4391        GeyserRL            0     FALSE     FALSE        NA       NA
## 4392  chrispy_kreeme            0     FALSE     FALSE        NA       NA
## 4393 ParalelOrcz_ofc            0     FALSE     FALSE        NA       NA
## 4394       Nickdekks            0     FALSE     FALSE        NA       NA
## 4395        ambyhd12            0     FALSE     FALSE        NA       NA
## 4396      peeyyyyton            0     FALSE     FALSE        NA       NA
## 4397 AnanyaC02818922            3     FALSE     FALSE        NA       NA
## 4398       DustyKion            0     FALSE     FALSE        NA       NA
## 4399         xempyra            0     FALSE     FALSE        NA       NA
## 4400         ManaRBX            0     FALSE     FALSE        NA       NA
## 4401       DustyKion            0     FALSE     FALSE        NA       NA
## 4402      obsidian98            0     FALSE     FALSE        NA       NA
## 4403     abnormalvic            0     FALSE     FALSE        NA       NA
## 4404 hotmilkatlantic            0     FALSE     FALSE        NA       NA
## 4405 mialoui40932197            0     FALSE     FALSE        NA       NA
## 4406    mgc_castaway            0     FALSE     FALSE        NA       NA
## 4407    misscynthiax            0     FALSE     FALSE        NA       NA
## 4408 mialoui40932197            0     FALSE     FALSE        NA       NA
## 4409     DaenysSarah            0     FALSE     FALSE        NA       NA
## 4410    HgMercury200            0     FALSE     FALSE        NA       NA
## 4411      obsidian98            0     FALSE     FALSE        NA       NA
## 4412         ManaRBX            0     FALSE     FALSE        NA       NA
## 4413 aminabi54146383            0     FALSE     FALSE        NA       NA
## 4414          pkmnsp            0     FALSE     FALSE        NA       NA
## 4415    mgc_castaway            0     FALSE     FALSE        NA       NA
## 4416 mialoui40932197            0     FALSE     FALSE        NA       NA
## 4417        MONNCATH            0     FALSE     FALSE        NA       NA
## 4418         ManaRBX            0     FALSE     FALSE        NA       NA
## 4419 exomakemefeelmh            0     FALSE     FALSE        NA       NA
## 4420     tzuweemamaa            0     FALSE     FALSE        NA       NA
## 4421 exomakemefeelmh            0     FALSE     FALSE        NA       NA
## 4422         ManaRBX            0     FALSE     FALSE        NA       NA
## 4423      IsaactPaul            0     FALSE     FALSE        NA       NA
## 4424       starlumas            0     FALSE     FALSE        NA       NA
## 4425    HgMercury200            0     FALSE     FALSE        NA       NA
## 4426      IsaactPaul            0     FALSE     FALSE        NA       NA
## 4427        LilDJcat            0     FALSE     FALSE        NA       NA
## 4428  homicidalbirde            0     FALSE     FALSE        NA       NA
## 4429  sitruspuserrin            0     FALSE     FALSE        NA       NA
## 4430      IsaactPaul            0     FALSE     FALSE        NA       NA
## 4431    feelmypussay            0     FALSE     FALSE        NA       NA
## 4432     sickboyfilm            0     FALSE     FALSE        NA       NA
## 4433    User_potatto            0     FALSE     FALSE        NA       NA
## 4434    carolinextrx            0     FALSE     FALSE        NA       NA
## 4435        LilDJcat            0     FALSE     FALSE        NA       NA
## 4436    QveenHLately            0     FALSE     FALSE        NA       NA
## 4437  micheallemire1            0     FALSE     FALSE        NA       NA
## 4438       Luv_Stray            0     FALSE     FALSE        NA       NA
## 4439    SrcsticSamyy            0     FALSE     FALSE        NA       NA
## 4440    User_potatto            0     FALSE     FALSE        NA       NA
## 4441      GubbyBongo            0     FALSE     FALSE        NA       NA
## 4442      coupspouts            0     FALSE     FALSE        NA       NA
## 4443     nutonemuzic            0     FALSE     FALSE        NA       NA
## 4444    blob_blobby_            0     FALSE     FALSE        NA       NA
## 4445      IsaactPaul            0     FALSE     FALSE        NA       NA
## 4446    sana_fanatic            0     FALSE     FALSE        NA       NA
## 4447      GubbyBongo            0     FALSE     FALSE        NA       NA
## 4448    HgMercury200            0     FALSE     FALSE        NA       NA
## 4449   flowIikewaves            0     FALSE     FALSE        NA       NA
## 4450 Patrick31370308            0     FALSE     FALSE        NA       NA
## 4451      GubbyBongo            0     FALSE     FALSE        NA       NA
## 4452   Jared_Raccoon            0     FALSE     FALSE        NA       NA
## 4453        livmencl            0     FALSE     FALSE        NA       NA
## 4454  micheallemire1            0     FALSE     FALSE        NA       NA
## 4455   Charlietate02            0     FALSE     FALSE        NA       NA
## 4456    HgMercury200            0     FALSE     FALSE        NA       NA
## 4457 SEROTONINSEEKIN            0     FALSE     FALSE        NA       NA
## 4458  torturedshordy            0     FALSE     FALSE        NA       NA
## 4459    jbincircles_            0     FALSE     FALSE        NA       NA
## 4460        ocdalvey            0     FALSE     FALSE        NA       NA
## 4461      GubbyBongo            0     FALSE     FALSE        NA       NA
## 4462      CiaraVodka            0     FALSE     FALSE        NA       NA
## 4463    WitCoDesigns            0     FALSE     FALSE        NA       NA
## 4464    ThisJustIntw            0     FALSE     FALSE        NA       NA
## 4465        kateho85            0     FALSE     FALSE        NA       NA
## 4466   itzbestiebear            1     FALSE     FALSE        NA       NA
## 4467   Jared_Raccoon            0     FALSE     FALSE        NA       NA
## 4468       littleCT5            0     FALSE     FALSE        NA       NA
## 4469   ArnoldsCuelin            0     FALSE     FALSE        NA       NA
## 4470      InverseYrc            0     FALSE     FALSE        NA       NA
## 4471    TheHorizonDX            0     FALSE     FALSE        NA       NA
## 4472   Jared_Raccoon            0     FALSE     FALSE        NA       NA
## 4473   antiherogomez            0     FALSE     FALSE        NA       NA
## 4474   ArnoldsCuelin            0     FALSE     FALSE        NA       NA
## 4475      PhilippaJG            0     FALSE     FALSE        NA       NA
## 4476      MarsShad0w            0     FALSE     FALSE        NA       NA
## 4477      m00ns_baby            0     FALSE     FALSE        NA       NA
## 4478      SeanSolo27            0     FALSE     FALSE        NA       NA
## 4479  charloteaugust            0     FALSE     FALSE        NA       NA
## 4480     GrldNovales            0     FALSE     FALSE        NA       NA
## 4481        lvieblue            0     FALSE     FALSE        NA       NA
## 4482      jesusgworl            0     FALSE     FALSE        NA       NA
## 4483    bisexualmqtt            0     FALSE     FALSE        NA       NA
## 4484   Jared_Raccoon            0     FALSE     FALSE        NA       NA
## 4485    TheHorizonDX            0     FALSE     FALSE        NA       NA
## 4486         maxsztx            0     FALSE     FALSE        NA       NA
## 4487   ArnoldsCuelin            0     FALSE     FALSE        NA       NA
## 4488  charloteaugust            0     FALSE     FALSE        NA       NA
## 4489      iambebefan            0     FALSE     FALSE        NA       NA
## 4490     GrldNovales            0     FALSE     FALSE        NA       NA
## 4491    TheHorizonDX            0     FALSE     FALSE        NA       NA
## 4492  pi3rc3dn1pples            0     FALSE     FALSE        NA       NA
## 4493      lisetweetz            0     FALSE     FALSE        NA       NA
## 4494      jesusgworl            0     FALSE     FALSE        NA       NA
## 4495     quinnnthony            0     FALSE     FALSE        NA       NA
## 4496      iambebefan            0     FALSE     FALSE        NA       NA
## 4497     RblxTracker            1     FALSE     FALSE        NA       NA
## 4498        ivyw1tch            0     FALSE     FALSE        NA       NA
## 4499   ChrisSexyTime            0     FALSE     FALSE        NA       NA
## 4500      JayDaSmiff            0     FALSE     FALSE        NA       NA
## 4501     GrldNovales            0     FALSE     FALSE        NA       NA
## 4502    HgMercury200            0     FALSE     FALSE        NA       NA
## 4503         maxsztx            0     FALSE     FALSE        NA       NA
## 4504       iamgiusee            0     FALSE     FALSE        NA       NA
## 4505        WsgLucid            0     FALSE     FALSE        NA       NA
## 4506   nevillebujang            0     FALSE     FALSE        NA       NA
## 4507 BetterCallSadie            0     FALSE     FALSE        NA       NA
## 4508        LDiolosa            0     FALSE     FALSE        NA       NA
## 4509         r4nched            0     FALSE     FALSE        NA       NA
## 4510  micheallemire1            0     FALSE     FALSE        NA       NA
## 4511      Min__hisui            1     FALSE     FALSE        NA       NA
## 4512          BRU_76            0     FALSE     FALSE        NA       NA
## 4513    FaithLloyd19            0     FALSE     FALSE        NA       NA
## 4514       OnlyMyron            0     FALSE     FALSE        NA       NA
## 4515    topicstories            0     FALSE     FALSE        NA       NA
## 4516     victoriaoa_            0     FALSE     FALSE        NA       NA
## 4517 BetterCallSadie            0     FALSE     FALSE        NA       NA
## 4518      nickhere34            0     FALSE     FALSE        NA       NA
## 4519        Porkadel            0     FALSE     FALSE        NA       NA
## 4520        undead08            0     FALSE     FALSE        NA       NA
## 4521     lodedsoobin            0     FALSE     FALSE        NA       NA
## 4522 ThexAphroditex_            0     FALSE     FALSE        NA       NA
## 4523      nickelkeep            0     FALSE     FALSE        NA       NA
## 4524     victoriaoa_            0     FALSE     FALSE        NA       NA
## 4525         maxsztx            0     FALSE     FALSE        NA       NA
## 4526   flowIikewaves            0     FALSE     FALSE        NA       NA
## 4527       Kennyd345            0     FALSE     FALSE        NA       NA
## 4528      nickelkeep            0     FALSE     FALSE        NA       NA
## 4529  LogieLover0696            0     FALSE     FALSE        NA       NA
## 4530     SandraRmer1            0     FALSE     FALSE        NA       NA
## 4531         omgx3no            0     FALSE     FALSE        NA       NA
## 4532   satanscowgirl            0     FALSE     FALSE        NA       NA
## 4533      nickelkeep            0     FALSE     FALSE        NA       NA
## 4534        kll3b3er            0     FALSE     FALSE        NA       NA
## 4535   FAIRYODDPENlS            0     FALSE     FALSE        NA       NA
## 4536      cbabyyblue            0     FALSE     FALSE        NA       NA
## 4537   flynnriderbff            0     FALSE     FALSE        NA       NA
## 4538       bigiboyon            0     FALSE     FALSE        NA       NA
## 4539       sammmyyyd            0     FALSE     FALSE        NA       NA
## 4540     SandraRmer1            0     FALSE     FALSE        NA       NA
## 4541      cbabyyblue            0     FALSE     FALSE        NA       NA
## 4542        akkermin            0     FALSE     FALSE        NA       NA
## 4543     SandraRmer1            0     FALSE     FALSE        NA       NA
## 4544    indiagrace20            0     FALSE     FALSE        NA       NA
## 4545    Kristoeferrr            0     FALSE     FALSE        NA       NA
## 4546     kkingmarlin            0     FALSE     FALSE        NA       NA
## 4547       OnlyMyron            0     FALSE     FALSE        NA       NA
## 4548       rgemini__            0     FALSE     FALSE        NA       NA
## 4549    oIiviadawson            0     FALSE     FALSE        NA       NA
## 4550      cbabyyblue            0     FALSE     FALSE        NA       NA
## 4551   ryan358428369            0     FALSE     FALSE        NA       NA
## 4552     SandraRmer1            0     FALSE     FALSE        NA       NA
## 4553      nickelkeep            0     FALSE     FALSE        NA       NA
## 4554        akkermin            0     FALSE     FALSE        NA       NA
## 4555     RizzyBeamen            0     FALSE     FALSE        NA       NA
## 4556        akkermin            0     FALSE     FALSE        NA       NA
## 4557      crazymaxwi            0     FALSE     FALSE        NA       NA
## 4558  sisterscqrlett            0     FALSE     FALSE        NA       NA
## 4559 theshoereviews7            0     FALSE     FALSE        NA       NA
## 4560 EllieLennie2491            0     FALSE     FALSE        NA       NA
## 4561        akkermin            0     FALSE     FALSE        NA       NA
## 4562      crazymaxwi            0     FALSE     FALSE        NA       NA
## 4563        vanggukh            0     FALSE     FALSE        NA       NA
## 4564   blackswan_myg            0     FALSE     FALSE        NA       NA
## 4565    ashercrafter            0     FALSE     FALSE        NA       NA
## 4566     zavdontcare            0     FALSE     FALSE        NA       NA
## 4567      crazymaxwi            0     FALSE     FALSE        NA       NA
## 4568   blackswan_myg            0     FALSE     FALSE        NA       NA
## 4569   blackswan_myg            0     FALSE     FALSE        NA       NA
## 4570     StylesMilky           49     FALSE     FALSE        NA       NA
## 4571 theAshutoshDave            0     FALSE     FALSE        NA       NA
## 4572  FunnyBandMusic            0     FALSE     FALSE        NA       NA
## 4573 OyeDanielHutton            1     FALSE     FALSE        NA       NA
## 4574 theAshutoshDave            0     FALSE     FALSE        NA       NA
## 4575     SUMGroup_PK            1     FALSE     FALSE        NA       NA
## 4576       PopokHati            0     FALSE     FALSE        NA       NA
## 4577   JennyRigney11            0     FALSE     FALSE        NA       NA
## 4578   scarl3ttwid0w            0     FALSE     FALSE        NA       NA
## 4579    stupidgirl45            0     FALSE     FALSE        NA       NA
## 4580     JWillSoReal            0     FALSE     FALSE        NA       NA
## 4581  r1ng0s_d34db1t            0     FALSE     FALSE        NA       NA
## 4582    stupidgirl45            0     FALSE     FALSE        NA       NA
## 4583       effigials            0     FALSE     FALSE        NA       NA
## 4584       Bryn69420            0     FALSE     FALSE        NA       NA
## 4585  chiedzawith2ds            0     FALSE     FALSE        NA       NA
## 4586   youwakeupdead            0     FALSE     FALSE        NA       NA
## 4587    PenisEsports            0     FALSE     FALSE        NA       NA
## 4588   youwakeupdead            0     FALSE     FALSE        NA       NA
## 4589    Mlle_Jessica            0     FALSE     FALSE        NA       NA
## 4590    theeseoklace            0     FALSE     FALSE        NA       NA
## 4591   gabeorgabeidk            0     FALSE     FALSE        NA       NA
## 4592 YesIWearBEFNDay            0     FALSE     FALSE        NA       NA
## 4593 carolineroseexe            0     FALSE     FALSE        NA       NA
## 4594    theeseoklace            0     FALSE     FALSE        NA       NA
## 4595         choigrf            0     FALSE     FALSE        NA       NA
## 4596     yoursadboii            0     FALSE     FALSE        NA       NA
## 4597     AngieLaC528            0     FALSE     FALSE        NA       NA
## 4598 carolineroseexe            0     FALSE     FALSE        NA       NA
## 4599    theeseoklace            0     FALSE     FALSE        NA       NA
## 4600        Deffshot            0     FALSE     FALSE        NA       NA
## 4601      rothbourne            0     FALSE     FALSE        NA       NA
## 4602    theeseoklace            0     FALSE     FALSE        NA       NA
## 4603     AngieLaC528            0     FALSE     FALSE        NA       NA
## 4604    solomoonmono            0     FALSE     FALSE        NA       NA
## 4605 carolineroseexe            0     FALSE     FALSE        NA       NA
## 4606 Kenneth_Ekandem            0     FALSE     FALSE        NA       NA
## 4607  leapyearking92            0     FALSE     FALSE        NA       NA
## 4608    JuniorKwasi_            0     FALSE     FALSE        NA       NA
## 4609       b68412537            0     FALSE     FALSE        NA       NA
## 4610        Deffshot            0     FALSE     FALSE        NA       NA
## 4611         defMako            0     FALSE     FALSE        NA       NA
## 4612 carolineroseexe            0     FALSE     FALSE        NA       NA
## 4613     AngieLaC528            0     FALSE     FALSE        NA       NA
## 4614     AnnaTiecken            0     FALSE     FALSE        NA       NA
## 4615       Beyyyyy04            0     FALSE     FALSE        NA       NA
## 4616        Deffshot            0     FALSE     FALSE        NA       NA
## 4617   youwakeupdead            0     FALSE     FALSE        NA       NA
## 4618      rothbourne            0     FALSE     FALSE        NA       NA
## 4619   Rikku_Revenge            0     FALSE     FALSE        NA       NA
## 4620       Beyyyyy04            0     FALSE     FALSE        NA       NA
## 4621     AnnaTiecken            0     FALSE     FALSE        NA       NA
## 4622      rothbourne            0     FALSE     FALSE        NA       NA
## 4623   TrevonSprewer            0     FALSE     FALSE        NA       NA
## 4624    Liz_wildcat5            0     FALSE     FALSE        NA       NA
## 4625        a_elle55            0     FALSE     FALSE        NA       NA
## 4626        Bob4Tide            0     FALSE     FALSE        NA       NA
## 4627        Bob4Tide            0     FALSE     FALSE        NA       NA
## 4628        Bob4Tide            0     FALSE     FALSE        NA       NA
## 4629    BDAstroBaker            0     FALSE     FALSE        NA       NA
## 4630         auxdity            0     FALSE     FALSE        NA       NA
## 4631      ZanAycicek            0     FALSE     FALSE        NA       NA
## 4632      Mintylove0            0     FALSE     FALSE        NA       NA
## 4633         auxdity            0     FALSE     FALSE        NA       NA
## 4634    Liz_wildcat5            0     FALSE     FALSE        NA       NA
## 4635       _BenSolo_            0     FALSE     FALSE        NA       NA
## 4636         auxdity            0     FALSE     FALSE        NA       NA
## 4637    brian1218_bh            0     FALSE     FALSE        NA       NA
## 4638        dottttts            0     FALSE     FALSE        NA       NA
## 4639         auxdity            0     FALSE     FALSE        NA       NA
## 4640        Deffshot            0     FALSE     FALSE        NA       NA
## 4641    Liz_wildcat5            0     FALSE     FALSE        NA       NA
## 4642    glossyangel_            0     FALSE     FALSE        NA       NA
## 4643     Klahasphemy            0     FALSE     FALSE        NA       NA
## 4644       imnasakun            0     FALSE     FALSE        NA       NA
## 4645       Laila5301            0     FALSE     FALSE        NA       NA
## 4646    glossyangel_            0     FALSE     FALSE        NA       NA
## 4647     AnnaTiecken            0     FALSE     FALSE        NA       NA
## 4648       Kjane0696            0     FALSE     FALSE        NA       NA
## 4649        stash211            0     FALSE     FALSE        NA       NA
## 4650   flickerofashe            0     FALSE     FALSE        NA       NA
## 4651         unwoman            2     FALSE     FALSE        NA       NA
## 4652    Mlle_Jessica            0     FALSE     FALSE        NA       NA
## 4653     JedWalker15            0     FALSE     FALSE        NA       NA
## 4654 ilovestevie1234            0     FALSE     FALSE        NA       NA
## 4655      1330PASTOR            0     FALSE     FALSE        NA       NA
## 4656     yoodongists            0     FALSE     FALSE        NA       NA
## 4657   flickerofashe            0     FALSE     FALSE        NA       NA
## 4658        Vickyob8            0     FALSE     FALSE        NA       NA
## 4659      1330PASTOR            0     FALSE     FALSE        NA       NA
## 4660     BenamBarman            0     FALSE     FALSE        NA       NA
## 4661  NonexistentMug            0     FALSE     FALSE        NA       NA
## 4662    Gloria_tpwk_            0     FALSE     FALSE        NA       NA
## 4663       MIRWRAITH            0     FALSE     FALSE        NA       NA
## 4664     heymartinah            0     FALSE     FALSE        NA       NA
## 4665      1330PASTOR            0     FALSE     FALSE        NA       NA
## 4666   Giant06750888            0     FALSE     FALSE        NA       NA
## 4667   christineroad            0     FALSE     FALSE        NA       NA
## 4668    Gloria_tpwk_            0     FALSE     FALSE        NA       NA
## 4669    Gloria_tpwk_            0     FALSE     FALSE        NA       NA
## 4670       vincenbob            0     FALSE     FALSE        NA       NA
## 4671   saadiabalhous            0     FALSE     FALSE        NA       NA
## 4672 QueenGallifreya            0     FALSE     FALSE        NA       NA
## 4673 allweneed0fhell            0     FALSE     FALSE        NA       NA
## 4674      joannie_v2            0     FALSE     FALSE        NA       NA
## 4675    Gloria_tpwk_            0     FALSE     FALSE        NA       NA
## 4676        Vickyob8            0     FALSE     FALSE        NA       NA
## 4677       vincenbob            0     FALSE     FALSE        NA       NA
## 4678  adventureofhan            0     FALSE     FALSE        NA       NA
## 4679 brittanyahlgrim            0     FALSE     FALSE        NA       NA
## 4680     stars4lunch            0     FALSE     FALSE        NA       NA
## 4681     navy4life67            0     FALSE     FALSE        NA       NA
## 4682       vincenbob            0     FALSE     FALSE        NA       NA
## 4683  adventureofhan            0     FALSE     FALSE        NA       NA
## 4684  one_tricky_boi            0     FALSE     FALSE        NA       NA
## 4685    ur1n3troubl3            0     FALSE     FALSE        NA       NA
## 4686      joannie_v2            0     FALSE     FALSE        NA       NA
## 4687  one_tricky_boi            0     FALSE     FALSE        NA       NA
## 4688       vincenbob            0     FALSE     FALSE        NA       NA
## 4689     navy4life67            0     FALSE     FALSE        NA       NA
## 4690  one_tricky_boi            0     FALSE     FALSE        NA       NA
## 4691 Levin2Johnathan            0     FALSE     FALSE        NA       NA
## 4692    sweetenerboo            0     FALSE     FALSE        NA       NA
## 4693     navy4life67            0     FALSE     FALSE        NA       NA
## 4694          BigSto           15     FALSE     FALSE        NA       NA
## 4695 SharonS01831343            0     FALSE     FALSE        NA       NA
## 4696  one_tricky_boi            0     FALSE     FALSE        NA       NA
## 4697        forsiwoo            0     FALSE     FALSE        NA       NA
## 4698     mamanifurro            0     FALSE     FALSE        NA       NA
## 4699        TyDuecce            1     FALSE     FALSE        NA       NA
## 4700         Arkanis            0     FALSE     FALSE        NA       NA
## 4701       KryptLMAO            0     FALSE     FALSE        NA       NA
## 4702       KryptLMAO            0     FALSE     FALSE        NA       NA
## 4703       KryptLMAO            0     FALSE     FALSE        NA       NA
## 4704       KryptLMAO            0     FALSE     FALSE        NA       NA
## 4705        Vickyob8            0     FALSE     FALSE        NA       NA
## 4706   CigarEraRobot            0     FALSE     FALSE        NA       NA
## 4707 flamingogamer15            0     FALSE     FALSE        NA       NA
## 4708   saadiabalhous            0     FALSE     FALSE        NA       NA
## 4709         Arkanis            0     FALSE     FALSE        NA       NA
## 4710     a4creation1            0     FALSE     FALSE        NA       NA
## 4711         UlyWEST            0     FALSE     FALSE        NA       NA
## 4712 flamingogamer15            0     FALSE     FALSE        NA       NA
## 4713      ksiezyckid            0     FALSE     FALSE        NA       NA
## 4714         Arkanis            0     FALSE     FALSE        NA       NA
## 4715  regularsquidd_            0     FALSE     FALSE        NA       NA
## 4716         UlyWEST            0     FALSE     FALSE        NA       NA
## 4717     QueenStar04            0     FALSE     FALSE        NA       NA
## 4718 flamingogamer15            0     FALSE     FALSE        NA       NA
## 4719     ghostboiv_v            0     FALSE     FALSE        NA       NA
## 4720     FlimsySquid            0     FALSE     FALSE        NA       NA
## 4721    neilgcoleman            0     FALSE     FALSE        NA       NA
## 4722  crookedweasley            0     FALSE     FALSE        NA       NA
## 4723       llaramaia            0     FALSE     FALSE        NA       NA
## 4724 flamingogamer15            0     FALSE     FALSE        NA       NA
## 4725   philstasyszen            0     FALSE     FALSE        NA       NA
## 4726     Tink_Peruna            0     FALSE     FALSE        NA       NA
## 4727         UlyWEST            0     FALSE     FALSE        NA       NA
## 4728    mispayasadas            0     FALSE     FALSE        NA       NA
## 4729     SpotifyNews           91     FALSE     FALSE        NA       NA
## 4730   Billy_Shmurda            0     FALSE     FALSE        NA       NA
## 4731  crookedweasley            0     FALSE     FALSE        NA       NA
## 4732     ghostboiv_v            0     FALSE     FALSE        NA       NA
## 4733    mispayasadas            0     FALSE     FALSE        NA       NA
## 4734   ConnorAaron06            0     FALSE     FALSE        NA       NA
## 4735  crookedweasley            0     FALSE     FALSE        NA       NA
## 4736     ghostboiv_v            0     FALSE     FALSE        NA       NA
## 4737         UlyWEST            0     FALSE     FALSE        NA       NA
## 4738   saadiabalhous            0     FALSE     FALSE        NA       NA
## 4739       llaramaia            0     FALSE     FALSE        NA       NA
## 4740      Fredo_WACK            0     FALSE     FALSE        NA       NA
## 4741       bibistarc            0     FALSE     FALSE        NA       NA
## 4742        samsw1ft            1     FALSE     FALSE        NA       NA
## 4743       ISATHEORY            0     FALSE     FALSE        NA       NA
## 4744     Tink_Peruna            0     FALSE     FALSE        NA       NA
## 4745  crookedweasley            0     FALSE     FALSE        NA       NA
## 4746  CourtneyCorboy            0     FALSE     FALSE        NA       NA
## 4747        samsw1ft            0     FALSE     FALSE        NA       NA
## 4748  NyanDoesStuff_            0     FALSE     FALSE        NA       NA
## 4749       vusketeer            0     FALSE     FALSE        NA       NA
## 4750     Tink_Peruna            0     FALSE     FALSE        NA       NA
## 4751        wahhbahh            0     FALSE     FALSE        NA       NA
## 4752        samsw1ft            0     FALSE     FALSE        NA       NA
## 4753      utdcorey27            0     FALSE     FALSE        NA       NA
## 4754        D00MZJAY            0     FALSE     FALSE        NA       NA
## 4755      bams_eomma            0     FALSE     FALSE        NA       NA
## 4756       llaramaia            0     FALSE     FALSE        NA       NA
## 4757    ThatStanAnna            0     FALSE     FALSE        NA       NA
## 4758        wahhbahh            0     FALSE     FALSE        NA       NA
## 4759        samsw1ft            0     FALSE     FALSE        NA       NA
## 4760  newromantics02            0     FALSE     FALSE        NA       NA
## 4761      sofiaatomo            0     FALSE     FALSE        NA       NA
## 4762     Tink_Peruna            0     FALSE     FALSE        NA       NA
## 4763  TheAlexisKraft            3     FALSE     FALSE        NA       NA
## 4764        wahhbahh            0     FALSE     FALSE        NA       NA
## 4765      packer0519            0     FALSE     FALSE        NA       NA
## 4766      itsrandiii            0     FALSE     FALSE        NA       NA
## 4767      MewnuxWolf            0     FALSE     FALSE        NA       NA
## 4768      bams_eomma            0     FALSE     FALSE        NA       NA
## 4769     blondedzero            0     FALSE     FALSE        NA       NA
## 4770      haniexists            0     FALSE     FALSE        NA       NA
## 4771       Snipermor            0     FALSE     FALSE        NA       NA
## 4772        luisjbi7            0     FALSE     FALSE        NA       NA
## 4773       Snipermor            0     FALSE     FALSE        NA       NA
## 4774      sofiaatomo            0     FALSE     FALSE        NA       NA
## 4775    Selsfavclown            1     FALSE     FALSE        NA       NA
## 4776       Snipermor            0     FALSE     FALSE        NA       NA
## 4777      konorsmind            0     FALSE     FALSE        NA       NA
## 4778        1DSJ8772            0     FALSE     FALSE        NA       NA
## 4779       ifeeIfine            0     FALSE     FALSE        NA       NA
## 4780       GloTuNNa1            0     FALSE     FALSE        NA       NA
## 4781      level94836            0     FALSE     FALSE        NA       NA
## 4782  HStandsForHalo            0     FALSE     FALSE        NA       NA
## 4783 katie_racklyeft            0     FALSE     FALSE        NA       NA
## 4784  FreelanceMocha            0     FALSE     FALSE        NA       NA
## 4785       ifeeIfine            0     FALSE     FALSE        NA       NA
## 4786        1DSJ8772            0     FALSE     FALSE        NA       NA
## 4787  HStandsForHalo            0     FALSE     FALSE        NA       NA
## 4788    genlossrnboo            0     FALSE     FALSE        NA       NA
## 4789    raspbinnie23            0     FALSE     FALSE        NA       NA
## 4790    JesseW8nmbrs            1     FALSE     FALSE        NA       NA
## 4791         Zzquack            0     FALSE     FALSE        NA       NA
## 4792       ifeeIfine            0     FALSE     FALSE        NA       NA
## 4793    raspbinnie23            0     FALSE     FALSE        NA       NA
## 4794      Brotractor            2     FALSE     FALSE        NA       NA
## 4795  mendessingular            0     FALSE     FALSE        NA       NA
## 4796    genlossrnboo            0     FALSE     FALSE        NA       NA
## 4797 katie_racklyeft            0     FALSE     FALSE        NA       NA
## 4798      frannysalv            0     FALSE     FALSE        NA       NA
## 4799    buterasretro            0     FALSE     FALSE        NA       NA
## 4800        1DSJ8772            0     FALSE     FALSE        NA       NA
## 4801   PopRockTeal13            0     FALSE     FALSE        NA       NA
## 4802    raspbinnie23            0     FALSE     FALSE        NA       NA
## 4803         Zzquack            0     FALSE     FALSE        NA       NA
## 4804   bilsredladder            0     FALSE     FALSE        NA       NA
## 4805         m0th0id            0     FALSE     FALSE        NA       NA
## 4806     BrookeAlexx            0     FALSE     FALSE        NA       NA
## 4807    buterasretro            0     FALSE     FALSE        NA       NA
## 4808    ThatStanAnna            0     FALSE     FALSE        NA       NA
## 4809        yunkernt            0     FALSE     FALSE        NA       NA
## 4810 Dani_flower_pow            0     FALSE     FALSE        NA       NA
## 4811    rewiredhanna            0     FALSE     FALSE        NA       NA
## 4812    buterasretro            0     FALSE     FALSE        NA       NA
## 4813    ThatStanAnna            0     FALSE     FALSE        NA       NA
## 4814  SportsDude2222            0     FALSE     FALSE        NA       NA
## 4815    buterasretro            0     FALSE     FALSE        NA       NA
## 4816   geezybeatz145            0     FALSE     FALSE        NA       NA
## 4817  Itsyoualigatie            0     FALSE     FALSE        NA       NA
## 4818   bilsredladder            0     FALSE     FALSE        NA       NA
## 4819  BirthdayCakeFB            1     FALSE     FALSE        NA       NA
## 4820     xogerardine            0     FALSE     FALSE        NA       NA
## 4821          sj_frr            0     FALSE     FALSE        NA       NA
## 4822 PersonOfThePer1            0     FALSE     FALSE        NA       NA
## 4823      cvbinfever            0     FALSE     FALSE        NA       NA
## 4824          __Dxw_            0     FALSE     FALSE        NA       NA
## 4825       lisaaaalm            0     FALSE     FALSE        NA       NA
## 4826 PersonOfThePer1            0     FALSE     FALSE        NA       NA
## 4827      bobbyIemon            0     FALSE     FALSE        NA       NA
## 4828         ThibsGG            0     FALSE     FALSE        NA       NA
## 4829   tiffanylouie_            0     FALSE     FALSE        NA       NA
## 4830       llaramaia            2     FALSE     FALSE        NA       NA
## 4831      bobbyIemon            0     FALSE     FALSE        NA       NA
## 4832  Itsyoualigatie            0     FALSE     FALSE        NA       NA
## 4833  fatherskeleton            0     FALSE     FALSE        NA       NA
## 4834       jpetras22            0     FALSE     FALSE        NA       NA
## 4835      bobbyIemon            0     FALSE     FALSE        NA       NA
## 4836         ThibsGG            0     FALSE     FALSE        NA       NA
## 4837       jpetras22            0     FALSE     FALSE        NA       NA
## 4838        one8amit            0     FALSE     FALSE        NA       NA
## 4839  Itsyoualigatie            0     FALSE     FALSE        NA       NA
## 4840      bobbyIemon            0     FALSE     FALSE        NA       NA
## 4841       okramikey            0     FALSE     FALSE        NA       NA
## 4842  Itsyoualigatie            0     FALSE     FALSE        NA       NA
## 4843        soykiena            0     FALSE     FALSE        NA       NA
## 4844        one8amit            0     FALSE     FALSE        NA       NA
## 4845  MassYoungblood            0     FALSE     FALSE        NA       NA
## 4846        one8amit            0     FALSE     FALSE        NA       NA
## 4847        s8nson1a            0     FALSE     FALSE        NA       NA
## 4848       cococalor            0     FALSE     FALSE        NA       NA
## 4849       DOR_Rogue            0     FALSE     FALSE        NA       NA
## 4850        soykiena            0     FALSE     FALSE        NA       NA
## 4851  cristaldesanti            0     FALSE     FALSE        NA       NA
## 4852  YaelSantiago67            0     FALSE     FALSE        NA       NA
## 4853        soykiena            0     FALSE     FALSE        NA       NA
## 4854   mettatonplush            0     FALSE     FALSE        NA       NA
## 4855      LuchaSpawn            0     FALSE     FALSE        NA       NA
## 4856      nathantwts            0     FALSE     FALSE        NA       NA
## 4857        one8amit            0     FALSE     FALSE        NA       NA
## 4858        SUZUIKUU            0     FALSE     FALSE        NA       NA
## 4859        soykiena            0     FALSE     FALSE        NA       NA
## 4860     loganevolve            0     FALSE     FALSE        NA       NA
## 4861      whatisKiro            0     FALSE     FALSE        NA       NA
## 4862     loganevolve            0     FALSE     FALSE        NA       NA
## 4863   corneater6000            0     FALSE     FALSE        NA       NA
## 4864     loganevolve            0     FALSE     FALSE        NA       NA
## 4865      SsbSalazer            0     FALSE     FALSE        NA       NA
## 4866 CarolinaBonitoS            0     FALSE     FALSE        NA       NA
## 4867        Proleerr            0     FALSE     FALSE        NA       NA
## 4868      THEEMZBLUE            0     FALSE     FALSE        NA       NA
## 4869 CarolinaBonitoS            0     FALSE     FALSE        NA       NA
## 4870   VoltsonTwitch            0     FALSE     FALSE        NA       NA
## 4871      THEEMZBLUE            0     FALSE     FALSE        NA       NA
## 4872 CarolinaBonitoS            0     FALSE     FALSE        NA       NA
## 4873    tospeanuttos            0     FALSE     FALSE        NA       NA
## 4874  mike_from_mike            0     FALSE     FALSE        NA       NA
## 4875     Carlos31789            0     FALSE     FALSE        NA       NA
## 4876      THEEMZBLUE            0     FALSE     FALSE        NA       NA
## 4877        russdire            0     FALSE     FALSE        NA       NA
## 4878 CarolinaBonitoS            0     FALSE     FALSE        NA       NA
## 4879      THEEMZBLUE            0     FALSE     FALSE        NA       NA
## 4880  StrifeMagazine            4     FALSE     FALSE        NA       NA
## 4881    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 4882        russdire            0     FALSE     FALSE        NA       NA
## 4883        Proleerr            0     FALSE     FALSE        NA       NA
## 4884         TGMThal            0     FALSE     FALSE        NA       NA
## 4885  AllHailBuckets            0     FALSE     FALSE        NA       NA
## 4886  MattGrudzinski            0     FALSE     FALSE        NA       NA
## 4887     tacobellcry            0     FALSE     FALSE        NA       NA
## 4888         Orps1xx            0     FALSE     FALSE        NA       NA
## 4889 nasikandaqlover            0     FALSE     FALSE        NA       NA
## 4890        vegsters            0     FALSE     FALSE        NA       NA
## 4891    HaangeeZooee            0     FALSE     FALSE        NA       NA
## 4892       ilyxarson            0     FALSE     FALSE        NA       NA
## 4893   mattyandsteak            0     FALSE     FALSE        NA       NA
## 4894   BestJesster08            0     FALSE     FALSE        NA       NA
## 4895      edsterrock            0     FALSE     FALSE        NA       NA
## 4896      nickelkeep            0     FALSE     FALSE        NA       NA
## 4897     tacobellcry            0     FALSE     FALSE        NA       NA
## 4898   JasmineGonz10            0     FALSE     FALSE        NA       NA
## 4899  OfRoyalLineage            1     FALSE     FALSE        NA       NA
## 4900     xoxoCorinne            0     FALSE     FALSE        NA       NA
## 4901       carorosee            0     FALSE     FALSE        NA       NA
## 4902 sfbayareamovers            0     FALSE     FALSE        NA       NA
## 4903     ariforlife_            0     FALSE     FALSE        NA       NA
## 4904   bronkhandsoap            0     FALSE     FALSE        NA       NA
## 4905     louises1224            3     FALSE     FALSE        NA       NA
## 4906    starliivenom            0     FALSE     FALSE        NA       NA
## 4907        _pcrico_            0     FALSE     FALSE        NA       NA
## 4908    xawkwardandi            0     FALSE     FALSE        NA       NA
## 4909         J_M00R3            0     FALSE     FALSE        NA       NA
## 4910        TomHyoos            1     FALSE     FALSE        NA       NA
## 4911     Maddie4836h            0     FALSE     FALSE        NA       NA
## 4912     geelovesmcr            0     FALSE     FALSE        NA       NA
## 4913 faithinthetommo            0     FALSE     FALSE        NA       NA
## 4914     Maddie4836h            0     FALSE     FALSE        NA       NA
## 4915     geelovesmcr            0     FALSE     FALSE        NA       NA
## 4916       loneknome            0     FALSE     FALSE        NA       NA
## 4917     H3AVENANGEL            0     FALSE     FALSE        NA       NA
## 4918         dollyx9            0     FALSE     FALSE        NA       NA
## 4919     Maddie4836h            0     FALSE     FALSE        NA       NA
## 4920  EduwigesLopezR            0     FALSE     FALSE        NA       NA
## 4921       mgcsvinyI            0     FALSE     FALSE        NA       NA
## 4922 barcaleomessi71            0     FALSE     FALSE        NA       NA
## 4923    NearJeopardy            0     FALSE     FALSE        NA       NA
## 4924    sadshanduhh2            0     FALSE     FALSE        NA       NA
## 4925       mgcsvinyI            0     FALSE     FALSE        NA       NA
## 4926 PitchersDrummer            0     FALSE     FALSE        NA       NA
## 4927     SangeethanM            0     FALSE     FALSE        NA       NA
## 4928      WadeiLLson            0     FALSE     FALSE        NA       NA
## 4929     NaraxGomes_            0     FALSE     FALSE        NA       NA
## 4930     SiegeTheory            0     FALSE     FALSE        NA       NA
## 4931   fixed_surebet            1     FALSE     FALSE        NA       NA
## 4932 Nickrevolution3            0     FALSE     FALSE        NA       NA
## 4933    crystalies__            0     FALSE     FALSE        NA       NA
## 4934 brandonwong1004         9646     FALSE     FALSE        NA       NA
## 4935    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 4936     miupalettez            0     FALSE     FALSE        NA       NA
## 4937      sp1d3rrman            0     FALSE     FALSE        NA       NA
## 4938           Tammy            0     FALSE     FALSE        NA       NA
## 4939      WadeiLLson            0     FALSE     FALSE        NA       NA
## 4940       BerrakBiz            1     FALSE     FALSE        NA       NA
## 4941       ant_headd            0     FALSE     FALSE        NA       NA
## 4942         Celtry1            0     FALSE     FALSE        NA       NA
## 4943      sp1d3rrman            0     FALSE     FALSE        NA       NA
## 4944      WadeiLLson            0     FALSE     FALSE        NA       NA
## 4945     miupalettez            0     FALSE     FALSE        NA       NA
## 4946         haydomj            0     FALSE     FALSE        NA       NA
## 4947          morgxn            0     FALSE     FALSE        NA       NA
## 4948         LouIn22            0     FALSE     FALSE        NA       NA
## 4949       ot4boomer            0     FALSE     FALSE        NA       NA
## 4950     miupalettez            0     FALSE     FALSE        NA       NA
## 4951         RoxyK71            0     FALSE     FALSE        NA       NA
## 4952      brittlynjo            0     FALSE     FALSE        NA       NA
## 4953    milliejanine            0     FALSE     FALSE        NA       NA
## 4954     miupalettez            0     FALSE     FALSE        NA       NA
## 4955   Shadowsofdeed            0     FALSE     FALSE        NA       NA
## 4956         Anas_91            0     FALSE     FALSE        NA       NA
## 4957  EmanuelLopesS2            0     FALSE     FALSE        NA       NA
## 4958      brittlynjo            0     FALSE     FALSE        NA       NA
## 4959  ismael_badarou            0     FALSE     FALSE        NA       NA
## 4960    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 4961       dilemma_x            0     FALSE     FALSE        NA       NA
## 4962         gjannx3            0     FALSE     FALSE        NA       NA
## 4963    prepcoredoug            0     FALSE     FALSE        NA       NA
## 4964       alexes184            0     FALSE     FALSE        NA       NA
## 4965  ismael_badarou            0     FALSE     FALSE        NA       NA
## 4966 preordermilf716            0     FALSE     FALSE        NA       NA
## 4967    finelinehalo            0     FALSE     FALSE        NA       NA
## 4968 ur_str_landlord            0     FALSE     FALSE        NA       NA
## 4969   dogsmellsgood            0     FALSE     FALSE        NA       NA
## 4970      brittlynjo            0     FALSE     FALSE        NA       NA
## 4971  imsoooooooogay            0     FALSE     FALSE        NA       NA
## 4972      jennyfurhh            0     FALSE     FALSE        NA       NA
## 4973     TheKwGVenom            0     FALSE     FALSE        NA       NA
## 4974      Ethelispog            0     FALSE     FALSE        NA       NA
## 4975     taystermind            0     FALSE     FALSE        NA       NA
## 4976 Parkers_Kitchen            0     FALSE     FALSE        NA       NA
## 4977      heisqueque            0     FALSE     FALSE        NA       NA
## 4978         varelxo            0     FALSE     FALSE        NA       NA
## 4979 ur_str_landlord            0     FALSE     FALSE        NA       NA
## 4980     megadummy87            0     FALSE     FALSE        NA       NA
## 4981    MMASwiftie13            0     FALSE     FALSE        NA       NA
## 4982         Tr3jtor            0     FALSE     FALSE        NA       NA
## 4983     diana_law_1            0     FALSE     FALSE        NA       NA
## 4984    taythearcher            0     FALSE     FALSE        NA       NA
## 4985    MMASwiftie13            0     FALSE     FALSE        NA       NA
## 4986     babybluelex            0     FALSE     FALSE        NA       NA
## 4987     ariiicedtea            0     FALSE     FALSE        NA       NA
## 4988    MMASwiftie13            0     FALSE     FALSE        NA       NA
## 4989      TPWKLove15            0     FALSE     FALSE        NA       NA
## 4990   _greggjameson            0     FALSE     FALSE        NA       NA
## 4991       aslan_ste            0     FALSE     FALSE        NA       NA
## 4992  LifeMusicSound            4     FALSE     FALSE        NA       NA
## 4993     xxlisatje16            0     FALSE     FALSE        NA       NA
## 4994       aslan_ste            0     FALSE     FALSE        NA       NA
## 4995    MMASwiftie13            1     FALSE     FALSE        NA       NA
## 4996     hastings_19            0     FALSE     FALSE        NA       NA
## 4997      TPWKLove15            0     FALSE     FALSE        NA       NA
## 4998       aslan_ste            0     FALSE     FALSE        NA       NA
## 4999   luvfionaapple            0     FALSE     FALSE        NA       NA
## 5000      AgusZapata            0     FALSE     FALSE        NA       NA
## 5001      TPWKLove15            0     FALSE     FALSE        NA       NA
## 5002       aslan_ste            0     FALSE     FALSE        NA       NA
## 5003       elkiey327            0     FALSE     FALSE        NA       NA
## 5004      TPWKLove15            0     FALSE     FALSE        NA       NA
## 5005   timchudakov11            0     FALSE     FALSE        NA       NA
## 5006  scaredtocommit            0     FALSE     FALSE        NA       NA
## 5007     SangeethanM            0     FALSE     FALSE        NA       NA
## 5008         arqtmis            0     FALSE     FALSE        NA       NA
## 5009         Larckye            0     FALSE     FALSE        NA       NA
## 5010      0pOlaTingz            0     FALSE     FALSE        NA       NA
## 5011     giorgioborz            0     FALSE     FALSE        NA       NA
## 5012          bee_84            0     FALSE     FALSE        NA       NA
## 5013       Mar10Kart            0     FALSE     FALSE        NA       NA
## 5014    GeoulioMarin            0     FALSE     FALSE        NA       NA
## 5015      UsmanZuhaa            0     FALSE     FALSE        NA       NA
## 5016      ZanAycicek            0     FALSE     FALSE        NA       NA
## 5017   mateo52491237            0     FALSE     FALSE        NA       NA
## 5018          jyseob            0     FALSE     FALSE        NA       NA
## 5019     giorgioborz            0     FALSE     FALSE        NA       NA
## 5020   Ocean_Pearl09            0     FALSE     FALSE        NA       NA
## 5021   EthanUrbanski            0     FALSE     FALSE        NA       NA
## 5022     giorgioborz            0     FALSE     FALSE        NA       NA
## 5023        prajxfcb            0     FALSE     FALSE        NA       NA
## 5024        luvhopew            0     FALSE     FALSE        NA       NA
## 5025  SweMeatballs78            0     FALSE     FALSE        NA       NA
## 5026 ChuckNo34556584            0     FALSE     FALSE        NA       NA
## 5027   angelogrossi_            0     FALSE     FALSE        NA       NA
## 5028          jyseob            0     FALSE     FALSE        NA       NA
## 5029          jyseob            0     FALSE     FALSE        NA       NA
## 5030     diana_law_1            0     FALSE     FALSE        NA       NA
## 5031        victgab_            0     FALSE     FALSE        NA       NA
## 5032   BLymanWarrior            0     FALSE     FALSE        NA       NA
## 5033 crazy_but_crazy            0     FALSE     FALSE        NA       NA
## 5034     diana_law_1            0     FALSE     FALSE        NA       NA
## 5035       ghostzbur            0     FALSE     FALSE        NA       NA
## 5036        prajxfcb            0     FALSE     FALSE        NA       NA
## 5037        victgab_            0     FALSE     FALSE        NA       NA
## 5038     diana_law_1            0     FALSE     FALSE        NA       NA
## 5039          jyseob            0     FALSE     FALSE        NA       NA
## 5040       thasubean            0     FALSE     FALSE        NA       NA
## 5041        prajxfcb            0     FALSE     FALSE        NA       NA
## 5042        victgab_            0     FALSE     FALSE        NA       NA
## 5043   Addyforselena            0     FALSE     FALSE        NA       NA
## 5044     Stuleveller            0     FALSE     FALSE        NA       NA
## 5045        UrLuvJ0Y            0     FALSE     FALSE        NA       NA
## 5046          znftna            0     FALSE     FALSE        NA       NA
## 5047        victgab_            0     FALSE     FALSE        NA       NA
## 5048      Specsavers            2     FALSE     FALSE        NA       NA
## 5049      breezlebit            0     FALSE     FALSE        NA       NA
## 5050        cononbon            0     FALSE     FALSE        NA       NA
## 5051  MarvinSoldier1            0     FALSE     FALSE        NA       NA
## 5052        SUZUIKUU            0     FALSE     FALSE        NA       NA
## 5053      oncein20lt            0     FALSE     FALSE        NA       NA
## 5054    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 5055      Cilla_mena            0     FALSE     FALSE        NA       NA
## 5056       dhiasyaf_            0     FALSE     FALSE        NA       NA
## 5057       IAMACROBA            0     FALSE     FALSE        NA       NA
## 5058 AaronOfTheSkies            0     FALSE     FALSE        NA       NA
## 5059      a_marie803            0     FALSE     FALSE        NA       NA
## 5060 Bp_Ruletheworld            0     FALSE     FALSE        NA       NA
## 5061    sugarmoonhes            0     FALSE     FALSE        NA       NA
## 5062 ohschittpatrick            0     FALSE     FALSE        NA       NA
## 5063 flamingogamer15            0     FALSE     FALSE        NA       NA
## 5064     mmericdesem            0     FALSE     FALSE        NA       NA
## 5065    sugarmoonhes            0     FALSE     FALSE        NA       NA
## 5066         snakezv            0     FALSE     FALSE        NA       NA
## 5067   JuliaMorales3            0     FALSE     FALSE        NA       NA
## 5068 Bp_Ruletheworld            0     FALSE     FALSE        NA       NA
## 5069   joof_official            0     FALSE     FALSE        NA       NA
## 5070        anaaaii_            0     FALSE     FALSE        NA       NA
## 5071        matt_nid            0     FALSE     FALSE        NA       NA
## 5072 Bp_Ruletheworld            0     FALSE     FALSE        NA       NA
## 5073 sparekidneymaam            0     FALSE     FALSE        NA       NA
## 5074       BustedFTL            0     FALSE     FALSE        NA       NA
## 5075    sugarmoonhes            0     FALSE     FALSE        NA       NA
## 5076     AntaaBaaaka            0     FALSE     FALSE        NA       NA
## 5077   highbury_ryan            0     FALSE     FALSE        NA       NA
## 5078       deccoroma            0     FALSE     FALSE        NA       NA
## 5079       m4rl0nnnn            0     FALSE     FALSE        NA       NA
## 5080 unseriously_ang            1     FALSE     FALSE        NA       NA
## 5081 sparekidneymaam            0     FALSE     FALSE        NA       NA
## 5082   ronnyparedess            0     FALSE     FALSE        NA       NA
## 5083   trostdistrict            0     FALSE     FALSE        NA       NA
## 5084       AyuenBiar            0     FALSE     FALSE        NA       NA
## 5085   trostdistrict            0     FALSE     FALSE        NA       NA
## 5086   trostdistrict            0     FALSE     FALSE        NA       NA
## 5087  channelblonddd            0     FALSE     FALSE        NA       NA
## 5088       bleuhstry            0     FALSE     FALSE        NA       NA
## 5089     TOONYGOONYY            0     FALSE     FALSE        NA       NA
## 5090       AyuenBiar            0     FALSE     FALSE        NA       NA
## 5091   smhjacqueline            0     FALSE     FALSE        NA       NA
## 5092     serein_sara            0     FALSE     FALSE        NA       NA
## 5093     TOONYGOONYY            0     FALSE     FALSE        NA       NA
## 5094     girlwtheaxe            0     FALSE     FALSE        NA       NA
## 5095   Duchess_Woody            0     FALSE     FALSE        NA       NA
## 5096       AyuenBiar            0     FALSE     FALSE        NA       NA
## 5097     TOONYGOONYY            0     FALSE     FALSE        NA       NA
## 5098     serein_sara            0     FALSE     FALSE        NA       NA
## 5099     girlwtheaxe            0     FALSE     FALSE        NA       NA
## 5100        gwsnasty            0     FALSE     FALSE        NA       NA
## 5101  jimjimhasfleas            0     FALSE     FALSE        NA       NA
## 5102     girlwtheaxe            0     FALSE     FALSE        NA       NA
## 5103      hobibobi24            0     FALSE     FALSE        NA       NA
## 5104  waldorfcomplex            0     FALSE     FALSE        NA       NA
## 5105       AyuenBiar            0     FALSE     FALSE        NA       NA
## 5106        Phillu96            0     FALSE     FALSE        NA       NA
## 5107   camprockqueen            0     FALSE     FALSE        NA       NA
## 5108         LouIn22            0     FALSE     FALSE        NA       NA
## 5109     serein_sara            0     FALSE     FALSE        NA       NA
## 5110         taedh28            0     FALSE     FALSE        NA       NA
## 5111     Its_NoGenre            0     FALSE     FALSE        NA       NA
## 5112     tauruskelIs            0     FALSE     FALSE        NA       NA
## 5113     Tomato_Jam6            0     FALSE     FALSE        NA       NA
## 5114      zachzeaman            0     FALSE     FALSE        NA       NA
## 5115     chaserwoodz            0     FALSE     FALSE        NA       NA
## 5116     iameduard20            0     FALSE     FALSE        NA       NA
## 5117          svtwrn            0     FALSE     FALSE        NA       NA
## 5118 lucybluofficial            2     FALSE     FALSE        NA       NA
## 5119     KEEPDRlVING            0     FALSE     FALSE        NA       NA
## 5120        Phillu96            0     FALSE     FALSE        NA       NA
## 5121          svtwrn            0     FALSE     FALSE        NA       NA
## 5122    Carlos_jmt99            0     FALSE     FALSE        NA       NA
## 5123     chaserwoodz            0     FALSE     FALSE        NA       NA
## 5124        brktrend            0     FALSE     FALSE        NA       NA
## 5125  justastargirl9            0     FALSE     FALSE        NA       NA
## 5126 musicislife2342            0     FALSE     FALSE        NA       NA
## 5127     serein_sara            0     FALSE     FALSE        NA       NA
## 5128         taedh28            0     FALSE     FALSE        NA       NA
## 5129      esalextric            0     FALSE     FALSE        NA       NA
## 5130  bad_gal_rennan            0     FALSE     FALSE        NA       NA
## 5131        Phillu96            0     FALSE     FALSE        NA       NA
## 5132     ChopShopChi            0     FALSE     FALSE        NA       NA
## 5133     chaserwoodz            0     FALSE     FALSE        NA       NA
## 5134    dreamofkarIa            2     FALSE     FALSE        NA       NA
## 5135       mvance980            0     FALSE     FALSE        NA       NA
## 5136 bree_brendahope            0     FALSE     FALSE        NA       NA
## 5137     Dwizzle2021            0     FALSE     FALSE        NA       NA
## 5138      marthaskzz            0     FALSE     FALSE        NA       NA
## 5139  AshishRChauhan            0     FALSE     FALSE        NA       NA
## 5140         rnbtomi            5     FALSE     FALSE        NA       NA
## 5141     Dwizzle2021            0     FALSE     FALSE        NA       NA
## 5142     surrealhaze            0     FALSE     FALSE        NA       NA
## 5143  justastargirl9            0     FALSE     FALSE        NA       NA
## 5144        Phillu96            0     FALSE     FALSE        NA       NA
## 5145    ShnizelInBag            0     FALSE     FALSE        NA       NA
## 5146      imfranci13            0     FALSE     FALSE        NA       NA
## 5147  Namjoonbug1138            1     FALSE     FALSE        NA       NA
## 5148        Shazi087            5     FALSE     FALSE        NA       NA
## 5149  taylorsbobatea            0     FALSE     FALSE        NA       NA
## 5150      imfranci13            0     FALSE     FALSE        NA       NA
## 5151 certifieduzistn            0     FALSE     FALSE        NA       NA
## 5152     Dwizzle2021            0     FALSE     FALSE        NA       NA
## 5153   JoEyTanThaMan            1     FALSE     FALSE        NA       NA
## 5154      imfranci13            0     FALSE     FALSE        NA       NA
## 5155      mini_van__            0     FALSE     FALSE        NA       NA
## 5156   redrobinriley            0     FALSE     FALSE        NA       NA
## 5157  waldorfcomplex            0     FALSE     FALSE        NA       NA
## 5158        wildrift           11     FALSE     FALSE        NA       NA
## 5159          onoyop            0     FALSE     FALSE        NA       NA
## 5160       BettyLS27            0     FALSE     FALSE        NA       NA
## 5161    kevinmarrerx            0     FALSE     FALSE        NA       NA
## 5162    totallymills            0     FALSE     FALSE        NA       NA
## 5163        YesUrDad            0     FALSE     FALSE        NA       NA
## 5164      xo_gusTaV0            1     FALSE     FALSE        NA       NA
## 5165         aujulon            0     FALSE     FALSE        NA       NA
## 5166  itsbillie4ever            0     FALSE     FALSE        NA       NA
## 5167        YesUrDad            0     FALSE     FALSE        NA       NA
## 5168        luvXchuu            0     FALSE     FALSE        NA       NA
## 5169   polarizedchan            0     FALSE     FALSE        NA       NA
## 5170        YesUrDad            0     FALSE     FALSE        NA       NA
## 5171         aujulon            0     FALSE     FALSE        NA       NA
## 5172       BettyLS27            0     FALSE     FALSE        NA       NA
## 5173      lunawoona2            0     FALSE     FALSE        NA       NA
## 5174        YesUrDad            0     FALSE     FALSE        NA       NA
## 5175 Number1ErenStan            0     FALSE     FALSE        NA       NA
## 5176  _flores_tweets            0     FALSE     FALSE        NA       NA
## 5177   matache_elena            0     FALSE     FALSE        NA       NA
## 5178       BettyLS27            0     FALSE     FALSE        NA       NA
## 5179        HannaBec            0     FALSE     FALSE        NA       NA
## 5180       moxieknox            0     FALSE     FALSE        NA       NA
## 5181   JamesMillyard            0     FALSE     FALSE        NA       NA
## 5182         aujulon            0     FALSE     FALSE        NA       NA
## 5183  SonaKitnaSonaa            0     FALSE     FALSE        NA       NA
## 5184      demoisland            0     FALSE     FALSE        NA       NA
## 5185        whatflix            0     FALSE     FALSE        NA       NA
## 5186      demoisland            0     FALSE     FALSE        NA       NA
## 5187   JamesMillyard            0     FALSE     FALSE        NA       NA
## 5188         amalwtf            3     FALSE     FALSE        NA       NA
## 5189        ilyGingr            0     FALSE     FALSE        NA       NA
## 5190  Jackson_Harris            1     FALSE     FALSE        NA       NA
## 5191  _flores_tweets            0     FALSE     FALSE        NA       NA
## 5192   JamesMillyard            0     FALSE     FALSE        NA       NA
## 5193        ilyGingr            0     FALSE     FALSE        NA       NA
## 5194   JamesMillyard            0     FALSE     FALSE        NA       NA
## 5195        luvXchuu            0     FALSE     FALSE        NA       NA
## 5196  _flores_tweets            0     FALSE     FALSE        NA       NA
## 5197   fleabagin221b            0     FALSE     FALSE        NA       NA
## 5198     neverlinkko            0     FALSE     FALSE        NA       NA
## 5199    daveoracle01            0     FALSE     FALSE        NA       NA
## 5200  _flores_tweets            0     FALSE     FALSE        NA       NA
## 5201   matt_meowmeow            0     FALSE     FALSE        NA       NA
## 5202   babysatelIite            0     FALSE     FALSE        NA       NA
## 5203        luvXchuu            0     FALSE     FALSE        NA       NA
## 5204        ilyGingr            0     FALSE     FALSE        NA       NA
## 5205 plutosupremacy0            0     FALSE     FALSE        NA       NA
## 5206    feeIingwoozy            0     FALSE     FALSE        NA       NA
## 5207       dxndelinz            0     FALSE     FALSE        NA       NA
## 5208   matt_meowmeow            0     FALSE     FALSE        NA       NA
## 5209        luvXchuu            0     FALSE     FALSE        NA       NA
## 5210       deleytons            0     FALSE     FALSE        NA       NA
## 5211     imshuhaib18            0     FALSE     FALSE        NA       NA
## 5212   matt_meowmeow            0     FALSE     FALSE        NA       NA
## 5213    prior_parker            0     FALSE     FALSE        NA       NA
## 5214   Angie_Bouvier            0     FALSE     FALSE        NA       NA
## 5215       shunsuiri            0     FALSE     FALSE        NA       NA
## 5216  demolovers4evr            0     FALSE     FALSE        NA       NA
## 5217      77741L3777            0     FALSE     FALSE        NA       NA
## 5218       deleytons            0     FALSE     FALSE        NA       NA
## 5219   matt_meowmeow            0     FALSE     FALSE        NA       NA
## 5220        SamESTXX            0     FALSE     FALSE        NA       NA
## 5221  demolovers4evr            0     FALSE     FALSE        NA       NA
## 5222 chaosthechemist            0     FALSE     FALSE        NA       NA
## 5223        mar_ee_n            0     FALSE     FALSE        NA       NA
## 5224   thedompodcast            1     FALSE     FALSE        NA       NA
## 5225         anujdog            0     FALSE     FALSE        NA       NA
## 5226       Evvrrmore            0     FALSE     FALSE        NA       NA
## 5227      _itgirlkai            0     FALSE     FALSE        NA       NA
## 5228       Evvrrmore            0     FALSE     FALSE        NA       NA
## 5229      ferra_fond            0     FALSE     FALSE        NA       NA
## 5230      IAmKinetik            0     FALSE     FALSE        NA       NA
## 5231        JomiBT21            0     FALSE     FALSE        NA       NA
## 5232      ferra_fond            0     FALSE     FALSE        NA       NA
## 5233         hafsawk            0     FALSE     FALSE        NA       NA
## 5234       Evvrrmore            0     FALSE     FALSE        NA       NA
## 5235        mar_ee_n            0     FALSE     FALSE        NA       NA
## 5236    susmitha_519            0     FALSE     FALSE        NA       NA
## 5237    TomMauchline            0     FALSE     FALSE        NA       NA
## 5238    irwin_angel5            0     FALSE     FALSE        NA       NA
## 5239 venturewithlani            0     FALSE     FALSE        NA       NA
## 5240      ferra_fond            0     FALSE     FALSE        NA       NA
## 5241      zeroyorke_            0     FALSE     FALSE        NA       NA
## 5242     glowspinkss            0     FALSE     FALSE        NA       NA
## 5243    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5244      ferra_fond            0     FALSE     FALSE        NA       NA
## 5245     btrsnewdemo            0     FALSE     FALSE        NA       NA
## 5246        mar_ee_n            0     FALSE     FALSE        NA       NA
## 5247    irwin_angel5            0     FALSE     FALSE        NA       NA
## 5248    Bobtheukguy1            0     FALSE     FALSE        NA       NA
## 5249 Ariel_Silva2013            0     FALSE     FALSE        NA       NA
## 5250    morgan990912            0     FALSE     FALSE        NA       NA
## 5251           S7OUS            0     FALSE     FALSE        NA       NA
## 5252        cassatem            0     FALSE     FALSE        NA       NA
## 5253     ashlynn1420            0     FALSE     FALSE        NA       NA
## 5254      90120fairy            0     FALSE     FALSE        NA       NA
## 5255        mar_ee_n            0     FALSE     FALSE        NA       NA
## 5256    bansheeirosa            0     FALSE     FALSE        NA       NA
## 5257       Aaistruly            0     FALSE     FALSE        NA       NA
## 5258    bansheeirosa            0     FALSE     FALSE        NA       NA
## 5259      90120fairy            0     FALSE     FALSE        NA       NA
## 5260    bansheeirosa            0     FALSE     FALSE        NA       NA
## 5261   minsungshiner            0     FALSE     FALSE        NA       NA
## 5262     reptaylor__            0     FALSE     FALSE        NA       NA
## 5263      Krangsbody            0     FALSE     FALSE        NA       NA
## 5264   Based_Cardian            0     FALSE     FALSE        NA       NA
## 5265        terryb0i            0     FALSE     FALSE        NA       NA
## 5266      samsterp18            0     FALSE     FALSE        NA       NA
## 5267   minsungshiner            0     FALSE     FALSE        NA       NA
## 5268       Bunnuunuu            0     FALSE     FALSE        NA       NA
## 5269 sikntiiiiiiired            0     FALSE     FALSE        NA       NA
## 5270    adharabanana            0     FALSE     FALSE        NA       NA
## 5271   minsungshiner            0     FALSE     FALSE        NA       NA
## 5272      Krangsbody            0     FALSE     FALSE        NA       NA
## 5273    Saralpfamily            0     FALSE     FALSE        NA       NA
## 5274      mirkopecis            0     FALSE     FALSE        NA       NA
## 5275 sikntiiiiiiired            0     FALSE     FALSE        NA       NA
## 5276    CorduroyLane            0     FALSE     FALSE        NA       NA
## 5277    adharabanana            0     FALSE     FALSE        NA       NA
## 5278  LISARINNAMANDM            0     FALSE     FALSE        NA       NA
## 5279       Aaistruly            0     FALSE     FALSE        NA       NA
## 5280      samsterp18            0     FALSE     FALSE        NA       NA
## 5281        jawsavfc            0     FALSE     FALSE        NA       NA
## 5282    Harolddamnit            0     FALSE     FALSE        NA       NA
## 5283   frank92546075            0     FALSE     FALSE        NA       NA
## 5284      Krangsbody            0     FALSE     FALSE        NA       NA
## 5285         Tazmad7            0     FALSE     FALSE        NA       NA
## 5286      Krangsbody            0     FALSE     FALSE        NA       NA
## 5287     nomadicblur            0     FALSE     FALSE        NA       NA
## 5288     3xiledGamer            0     FALSE     FALSE        NA       NA
## 5289 bekindorbequie2            1     FALSE     FALSE        NA       NA
## 5290        Hiddanas            0     FALSE     FALSE        NA       NA
## 5291     tzuweemamaa            0     FALSE     FALSE        NA       NA
## 5292 underabigbould1            0     FALSE     FALSE        NA       NA
## 5293          0daawn            0     FALSE     FALSE        NA       NA
## 5294    TheMaxxStorm            0     FALSE     FALSE        NA       NA
## 5295     SWesterbeck            0     FALSE     FALSE        NA       NA
## 5296    KileyKrueger            0     FALSE     FALSE        NA       NA
## 5297        C00PIERE            0     FALSE     FALSE        NA       NA
## 5298     hauntedskye            1     FALSE     FALSE        NA       NA
## 5299   brownsugarrry            0     FALSE     FALSE        NA       NA
## 5300       brookiefr            0     FALSE     FALSE        NA       NA
## 5301 duckmakesthings            0     FALSE     FALSE        NA       NA
## 5302  mateoojimenezz            0     FALSE     FALSE        NA       NA
## 5303 KevinSa14803791            0     FALSE     FALSE        NA       NA
## 5304   VotingIsLocal            4     FALSE     FALSE        NA       NA
## 5305  paupaviabieber            0     FALSE     FALSE        NA       NA
## 5306 KevinSa14803791            0     FALSE     FALSE        NA       NA
## 5307    SwiftieDisco            0     FALSE     FALSE        NA       NA
## 5308         evron44            0     FALSE     FALSE        NA       NA
## 5309   brownsugarrry            0     FALSE     FALSE        NA       NA
## 5310 childerolandusa            0     FALSE     FALSE        NA       NA
## 5311    troy_warren_            0     FALSE     FALSE        NA       NA
## 5312 KevinSa14803791            0     FALSE     FALSE        NA       NA
## 5313    ssalsaolivia            0     FALSE     FALSE        NA       NA
## 5314        C00PIERE            0     FALSE     FALSE        NA       NA
## 5315  cherrystyles_8            0     FALSE     FALSE        NA       NA
## 5316    ssalsaolivia            0     FALSE     FALSE        NA       NA
## 5317   _maddieperez_            0     FALSE     FALSE        NA       NA
## 5318    lucas_nojosa            0     FALSE     FALSE        NA       NA
## 5319       frogc0ric            0     FALSE     FALSE        NA       NA
## 5320    ssalsaolivia            0     FALSE     FALSE        NA       NA
## 5321   chasingbodies            0     FALSE     FALSE        NA       NA
## 5322  Bluebarracks26            0     FALSE     FALSE        NA       NA
## 5323       Mawrk0902            0     FALSE     FALSE        NA       NA
## 5324    SwiftieDisco            0     FALSE     FALSE        NA       NA
## 5325     Nico_Neko14            0     FALSE     FALSE        NA       NA
## 5326   PawsUp_Taiwan            2     FALSE     FALSE        NA       NA
## 5327  manthansingh09            0     FALSE     FALSE        NA       NA
## 5328    DJDODEMDRUGS            0     FALSE     FALSE        NA       NA
## 5329        ZenZooma            0     FALSE     FALSE        NA       NA
## 5330       tk1sharma            0     FALSE     FALSE        NA       NA
## 5331       frogc0ric            0     FALSE     FALSE        NA       NA
## 5332         _heInik            0     FALSE     FALSE        NA       NA
## 5333     kccloud1107            0     FALSE     FALSE        NA       NA
## 5334    JumpinAdvice            0     FALSE     FALSE        NA       NA
## 5335        zemessai            0     FALSE     FALSE        NA       NA
## 5336     Tashas_Spot            0     FALSE     FALSE        NA       NA
## 5337 childerolandusa            0     FALSE     FALSE        NA       NA
## 5338       frogc0ric            0     FALSE     FALSE        NA       NA
## 5339    kingfIorence            0     FALSE     FALSE        NA       NA
## 5340    gloomywalrus            0     FALSE     FALSE        NA       NA
## 5341   starlessvigil            0     FALSE     FALSE        NA       NA
## 5342      JonaSoto23            0     FALSE     FALSE        NA       NA
## 5343        C00PIERE            0     FALSE     FALSE        NA       NA
## 5344       frogc0ric            0     FALSE     FALSE        NA       NA
## 5345    ducks_celina            0     FALSE     FALSE        NA       NA
## 5346    chuuveswxrld            0     FALSE     FALSE        NA       NA
## 5347    kingfIorence            1     FALSE     FALSE        NA       NA
## 5348   Riley81146126            0     FALSE     FALSE        NA       NA
## 5349    gloomywalrus            0     FALSE     FALSE        NA       NA
## 5350   Riley81146126            0     FALSE     FALSE        NA       NA
## 5351 creative_carrah            0     FALSE     FALSE        NA       NA
## 5352   Riley81146126            0     FALSE     FALSE        NA       NA
## 5353    kingfIorence            0     FALSE     FALSE        NA       NA
## 5354       murderize            0     FALSE     FALSE        NA       NA
## 5355    ducks_celina            0     FALSE     FALSE        NA       NA
## 5356     emerald_4ce            0     FALSE     FALSE        NA       NA
## 5357     hyunjiness_            0     FALSE     FALSE        NA       NA
## 5358        mogenee_            0     FALSE     FALSE        NA       NA
## 5359    ducks_celina            0     FALSE     FALSE        NA       NA
## 5360    gloomywalrus            0     FALSE     FALSE        NA       NA
## 5361        C00PIERE            0     FALSE     FALSE        NA       NA
## 5362    chuuveswxrld            0     FALSE     FALSE        NA       NA
## 5363         swttrep            0     FALSE     FALSE        NA       NA
## 5364 KataclysticLive            0     FALSE     FALSE        NA       NA
## 5365    ducks_celina            0     FALSE     FALSE        NA       NA
## 5366     RoselineS15            0     FALSE     FALSE        NA       NA
## 5367    adampamartin            0     FALSE     FALSE        NA       NA
## 5368         swttrep            0     FALSE     FALSE        NA       NA
## 5369      roanother1            0     FALSE     FALSE        NA       NA
## 5370        B2Bniche            0     FALSE     FALSE        NA       NA
## 5371   Fatimarhaliyu            0     FALSE     FALSE        NA       NA
## 5372   sh0ppingcart7            0     FALSE     FALSE        NA       NA
## 5373      aliolivaqx            0     FALSE     FALSE        NA       NA
## 5374         swttrep            0     FALSE     FALSE        NA       NA
## 5375       ecokeecko            0     FALSE     FALSE        NA       NA
## 5376   sh0ppingcart7            0     FALSE     FALSE        NA       NA
## 5377     emerald_4ce            0     FALSE     FALSE        NA       NA
## 5378          777ggk            0     FALSE     FALSE        NA       NA
## 5379    rubysletters            0     FALSE     FALSE        NA       NA
## 5380   AngelGonza234            0     FALSE     FALSE        NA       NA
## 5381     RoselineS15            0     FALSE     FALSE        NA       NA
## 5382      bintcrubbs            0     FALSE     FALSE        NA       NA
## 5383      DistrokidR            0     FALSE     FALSE        NA       NA
## 5384          777ggk            0     FALSE     FALSE        NA       NA
## 5385          777ggk            0     FALSE     FALSE        NA       NA
## 5386     emerald_4ce            0     FALSE     FALSE        NA       NA
## 5387     ryujibonkin            0     FALSE     FALSE        NA       NA
## 5388     taylorpylex            0     FALSE     FALSE        NA       NA
## 5389     RoselineS15            0     FALSE     FALSE        NA       NA
## 5390   avigilantebit            0     FALSE     FALSE        NA       NA
## 5391        cryoshia            0     FALSE     FALSE        NA       NA
## 5392        cryoshia            0     FALSE     FALSE        NA       NA
## 5393    lafave_katie            0     FALSE     FALSE        NA       NA
## 5394   avigilantebit            0     FALSE     FALSE        NA       NA
## 5395       jubiesims            0     FALSE     FALSE        NA       NA
## 5396        AshlyGfx            0     FALSE     FALSE        NA       NA
## 5397   HannahJonesUU            0     FALSE     FALSE        NA       NA
## 5398        cryoshia            0     FALSE     FALSE        NA       NA
## 5399   avigilantebit            0     FALSE     FALSE        NA       NA
## 5400     RobLariceJr            0     FALSE     FALSE        NA       NA
## 5401       swift4gnf            0     FALSE     FALSE        NA       NA
## 5402      madimasako            0     FALSE     FALSE        NA       NA
## 5403     RoselineS15            0     FALSE     FALSE        NA       NA
## 5404 JuicyxChocolate            0     FALSE     FALSE        NA       NA
## 5405        speaaknw            0     FALSE     FALSE        NA       NA
## 5406   Shakespearoes            0     FALSE     FALSE        NA       NA
## 5407         r3pluvr            0     FALSE     FALSE        NA       NA
## 5408   _carloscrespo            0     FALSE     FALSE        NA       NA
## 5409      manuelle06            1     FALSE     FALSE        NA       NA
## 5410      poke_siter            0     FALSE     FALSE        NA       NA
## 5411        weaner43            0     FALSE     FALSE        NA       NA
## 5412       JColRaper            0     FALSE     FALSE        NA       NA
## 5413         erocxel            0     FALSE     FALSE        NA       NA
## 5414  HitThemRycepss            1     FALSE     FALSE        NA       NA
## 5415       TomFHydes            0     FALSE     FALSE        NA       NA
## 5416     theangryang            0     FALSE     FALSE        NA       NA
## 5417     TechScout10            0     FALSE     FALSE        NA       NA
## 5418 neptunestardust            0     FALSE     FALSE        NA       NA
## 5419    Lauracoder12            1     FALSE     FALSE        NA       NA
## 5420   migrainegoner            0     FALSE     FALSE        NA       NA
## 5421     fairyofpoop            0     FALSE     FALSE        NA       NA
## 5422   seven_itseven            0     FALSE     FALSE        NA       NA
## 5423     YaBoyAkshar            1     FALSE     FALSE        NA       NA
## 5424     RoselineS15            0     FALSE     FALSE        NA       NA
## 5425     shroomslive            0     FALSE     FALSE        NA       NA
## 5426   seven_itseven            0     FALSE     FALSE        NA       NA
## 5427  TwillDistilled            0     FALSE     FALSE        NA       NA
## 5428    cakeofsodomy            0     FALSE     FALSE        NA       NA
## 5429  breathineilish            0     FALSE     FALSE        NA       NA
## 5430   Imrulkayes100            0     FALSE     FALSE        NA       NA
## 5431   migrainegoner            2     FALSE     FALSE        NA       NA
## 5432   seven_itseven            0     FALSE     FALSE        NA       NA
## 5433     RoselineS15            0     FALSE     FALSE        NA       NA
## 5434   summersun4evr            0     FALSE     FALSE        NA       NA
## 5435      davidcaba_            0     FALSE     FALSE        NA       NA
## 5436      ZanAycicek            0     FALSE     FALSE        NA       NA
## 5437        ganzw1en            0     FALSE     FALSE        NA       NA
## 5438        ptvlt666            0     FALSE     FALSE        NA       NA
## 5439        ganzw1en            0     FALSE     FALSE        NA       NA
## 5440 especiallyavery            0     FALSE     FALSE        NA       NA
## 5441        speashos            0     FALSE     FALSE        NA       NA
## 5442      waoyfswift            0     FALSE     FALSE        NA       NA
## 5443     RoselineS15            0     FALSE     FALSE        NA       NA
## 5444 Bluebelldigital            1     FALSE     FALSE        NA       NA
## 5445   EvermoreWitch            0     FALSE     FALSE        NA       NA
## 5446      davidcaba_            0     FALSE     FALSE        NA       NA
## 5447   EvermoreWitch            0     FALSE     FALSE        NA       NA
## 5448     RoselineS15            0     FALSE     FALSE        NA       NA
## 5449 griffith_lorisa            0     FALSE     FALSE        NA       NA
## 5450      ZeBadmedic            0     FALSE     FALSE        NA       NA
## 5451     RoselineS15            0     FALSE     FALSE        NA       NA
## 5452 funniestphemale            0     FALSE     FALSE        NA       NA
## 5453    E_Teezey1286            0     FALSE     FALSE        NA       NA
## 5454 dennisnjuki2018            0     FALSE     FALSE        NA       NA
## 5455   EvermoreWitch            0     FALSE     FALSE        NA       NA
## 5456     V3g4punk123            0     FALSE     FALSE        NA       NA
## 5457 griffith_lorisa            0     FALSE     FALSE        NA       NA
## 5458   Olivias_livie            0     FALSE     FALSE        NA       NA
## 5459       tuneestan            0     FALSE     FALSE        NA       NA
## 5460    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5461        VSlaylor            0     FALSE     FALSE        NA       NA
## 5462    mickey_smash            0     FALSE     FALSE        NA       NA
## 5463       letterxci            1     FALSE     FALSE        NA       NA
## 5464       tannywuff            0     FALSE     FALSE        NA       NA
## 5465       tuneestan            0     FALSE     FALSE        NA       NA
## 5466    hannahhmarch            0     FALSE     FALSE        NA       NA
## 5467        Dvann562            0     FALSE     FALSE        NA       NA
## 5468    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5469         shlieut            0     FALSE     FALSE        NA       NA
## 5470     RoselineS15            0     FALSE     FALSE        NA       NA
## 5471  leefelixsblkgf            0     FALSE     FALSE        NA       NA
## 5472          beqmed            0     FALSE     FALSE        NA       NA
## 5473   BigheadCarrol            0     FALSE     FALSE        NA       NA
## 5474         shlieut            0     FALSE     FALSE        NA       NA
## 5475         shlieut            0     FALSE     FALSE        NA       NA
## 5476          beqmed            0     FALSE     FALSE        NA       NA
## 5477         shlieut            0     FALSE     FALSE        NA       NA
## 5478   satirerevived            0     FALSE     FALSE        NA       NA
## 5479    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5480       LuLu_9496            0     FALSE     FALSE        NA       NA
## 5481     BrokeBoyCal            0     FALSE     FALSE        NA       NA
## 5482     Alastorsart           53     FALSE     FALSE        NA       NA
## 5483        jawsavfc            0     FALSE     FALSE        NA       NA
## 5484    AnthonyLWolf            0     FALSE     FALSE        NA       NA
## 5485   tahtinenrandy            0     FALSE     FALSE        NA       NA
## 5486   DungeonGlitch            0     FALSE     FALSE        NA       NA
## 5487         ojanshu            0     FALSE     FALSE        NA       NA
## 5488        maddy_h_            0     FALSE     FALSE        NA       NA
## 5489      6asmaskTTV            0     FALSE     FALSE        NA       NA
## 5490    facuu_correa            0     FALSE     FALSE        NA       NA
## 5491       viejamina            0     FALSE     FALSE        NA       NA
## 5492      Ariesone96            0     FALSE     FALSE        NA       NA
## 5493         ayyonce            0     FALSE     FALSE        NA       NA
## 5494   BigheadCarrol            0     FALSE     FALSE        NA       NA
## 5495        geekykoo            0     FALSE     FALSE        NA       NA
## 5496  QueenieMoet412            0     FALSE     FALSE        NA       NA
## 5497    overmestella            3     FALSE     FALSE        NA       NA
## 5498    luckyjessey1            0     FALSE     FALSE        NA       NA
## 5499   BigheadCarrol            0     FALSE     FALSE        NA       NA
## 5500         aryxari            0     FALSE     FALSE        NA       NA
## 5501    SofiaNight21            0     FALSE     FALSE        NA       NA
## 5502     prc__roblox            0     FALSE     FALSE        NA       NA
## 5503   MansiDave0409            0     FALSE     FALSE        NA       NA
## 5504 Patrick31370308            0     FALSE     FALSE        NA       NA
## 5505    kelseyyyannx            0     FALSE     FALSE        NA       NA
## 5506   BigheadCarrol            0     FALSE     FALSE        NA       NA
## 5507    ethanmedler_            0     FALSE     FALSE        NA       NA
## 5508   laurakristen_            0     FALSE     FALSE        NA       NA
## 5509     RoselineS15            0     FALSE     FALSE        NA       NA
## 5510         Yaro_b_            0     FALSE     FALSE        NA       NA
## 5511        EvsNieli            0     FALSE     FALSE        NA       NA
## 5512      Poulami_dp            0     FALSE     FALSE        NA       NA
## 5513     icky__nikki            0     FALSE     FALSE        NA       NA
## 5514     kingfromqns            1     FALSE     FALSE        NA       NA
## 5515       yetismall            0     FALSE     FALSE        NA       NA
## 5516        EvsNieli            0     FALSE     FALSE        NA       NA
## 5517        EvsNieli            0     FALSE     FALSE        NA       NA
## 5518      Takuday_OW            0     FALSE     FALSE        NA       NA
## 5519     AaronDenius            0     FALSE     FALSE        NA       NA
## 5520      Poulami_dp            0     FALSE     FALSE        NA       NA
## 5521  emilycantwell_            0     FALSE     FALSE        NA       NA
## 5522    RobinBaum143            0     FALSE     FALSE        NA       NA
## 5523  iamnotinkansas            0     FALSE     FALSE        NA       NA
## 5524     RoselineS15            0     FALSE     FALSE        NA       NA
## 5525      Poulami_dp            0     FALSE     FALSE        NA       NA
## 5526         IWK2GK5            0     FALSE     FALSE        NA       NA
## 5527 Sarthak61511357            0     FALSE     FALSE        NA       NA
## 5528      Poulami_dp            0     FALSE     FALSE        NA       NA
## 5529  emilycantwell_            0     FALSE     FALSE        NA       NA
## 5530      Takuday_OW            0     FALSE     FALSE        NA       NA
## 5531  __yxgxmilighto            0     FALSE     FALSE        NA       NA
## 5532     applicable_            0     FALSE     FALSE        NA       NA
## 5533     lulaamaya__            0     FALSE     FALSE        NA       NA
## 5534    southpawwolf            0     FALSE     FALSE        NA       NA
## 5535      MillyGoats            2     FALSE     FALSE        NA       NA
## 5536 sakshishukla489            0     FALSE     FALSE        NA       NA
## 5537     RoselineS15            0     FALSE     FALSE        NA       NA
## 5538      Takuday_OW            0     FALSE     FALSE        NA       NA
## 5539       skadoople            0     FALSE     FALSE        NA       NA
## 5540    southpawwolf            0     FALSE     FALSE        NA       NA
## 5541  ForbiddenDisco            0     FALSE     FALSE        NA       NA
## 5542     ITSDKARTIER            0     FALSE     FALSE        NA       NA
## 5543    peace2dahood            0     FALSE     FALSE        NA       NA
## 5544   rohini_wagh77            0     FALSE     FALSE        NA       NA
## 5545     linnaesheng            0     FALSE     FALSE        NA       NA
## 5546         FoParty            0     FALSE     FALSE        NA       NA
## 5547    Glasgow_Live            0     FALSE     FALSE        NA       NA
## 5548        hann_mcg            0     FALSE     FALSE        NA       NA
## 5549   NMCSOfficial1            0     FALSE     FALSE        NA       NA
## 5550       Tania120m            0     FALSE     FALSE        NA       NA
## 5551     RoselineS15            0     FALSE     FALSE        NA       NA
## 5552       Ntlombe_S            0     FALSE     FALSE        NA       NA
## 5553         Maaabby            0     FALSE     FALSE        NA       NA
## 5554        ariskyy_            0     FALSE     FALSE        NA       NA
## 5555       Brexito26            0     FALSE     FALSE        NA       NA
## 5556       esprit15d            0     FALSE     FALSE        NA       NA
## 5557  LeolloOfficial            0     FALSE     FALSE        NA       NA
## 5558   melodramarain            0     FALSE     FALSE        NA       NA
## 5559       joesnicky            0     FALSE     FALSE        NA       NA
## 5560        boyish07            0     FALSE     FALSE        NA       NA
## 5561  LeolloOfficial            0     FALSE     FALSE        NA       NA
## 5562      doodles829            0     FALSE     FALSE        NA       NA
## 5563      heymanthan            0     FALSE     FALSE        NA       NA
## 5564     aureumsimia            0     FALSE     FALSE        NA       NA
## 5565     RoselineS15            0     FALSE     FALSE        NA       NA
## 5566       Brexito26            0     FALSE     FALSE        NA       NA
## 5567  LeolloOfficial            0     FALSE     FALSE        NA       NA
## 5568       ororealty            0     FALSE     FALSE        NA       NA
## 5569        boyish07            0     FALSE     FALSE        NA       NA
## 5570   melodramarain            0     FALSE     FALSE        NA       NA
## 5571  badsadandmad_x            0     FALSE     FALSE        NA       NA
## 5572  LeolloOfficial            0     FALSE     FALSE        NA       NA
## 5573   DARLINGDABEST            0     FALSE     FALSE        NA       NA
## 5574   JerryBoKnowz_            2     FALSE     FALSE        NA       NA
## 5575     loveyoujoss            0     FALSE     FALSE        NA       NA
## 5576     orangecrocs            0     FALSE     FALSE        NA       NA
## 5577 sanrioskullz999            0     FALSE     FALSE        NA       NA
## 5578        boyish07            0     FALSE     FALSE        NA       NA
## 5579     pushpinbird            0     FALSE     FALSE        NA       NA
## 5580 LosMerengues_14            1     FALSE     FALSE        NA       NA
## 5581   melodramarain            0     FALSE     FALSE        NA       NA
## 5582     Team_Amdrew            0     FALSE     FALSE        NA       NA
## 5583   DARLINGDABEST            0     FALSE     FALSE        NA       NA
## 5584     yuhitzme810            0     FALSE     FALSE        NA       NA
## 5585         popbuzz            1     FALSE     FALSE        NA       NA
## 5586        DevComp_            0     FALSE     FALSE        NA       NA
## 5587   journo_sophie            0     FALSE     FALSE        NA       NA
## 5588   DARLINGDABEST            0     FALSE     FALSE        NA       NA
## 5589   wonderofshawn            0     FALSE     FALSE        NA       NA
## 5590      doodles829            0     FALSE     FALSE        NA       NA
## 5591 iluvkirstyb1975            0     FALSE     FALSE        NA       NA
## 5592     mileyzdrive            0     FALSE     FALSE        NA       NA
## 5593   melodramarain            0     FALSE     FALSE        NA       NA
## 5594      Phantom3zz            2     FALSE     FALSE        NA       NA
## 5595       BanambaYT            0     FALSE     FALSE        NA       NA
## 5596       irisnotok            0     FALSE     FALSE        NA       NA
## 5597  eleventndoctor            0     FALSE     FALSE        NA       NA
## 5598   nandos_fan123            0     FALSE     FALSE        NA       NA
## 5599  noodlescompany            1     FALSE     FALSE        NA       NA
## 5600         zrjaved            0     FALSE     FALSE        NA       NA
## 5601       irisnotok            0     FALSE     FALSE        NA       NA
## 5602     r753_rfw753            0     FALSE     FALSE        NA       NA
## 5603  theteainpotato            0     FALSE     FALSE        NA       NA
## 5604  eleventndoctor            0     FALSE     FALSE        NA       NA
## 5605        imRockey            0     FALSE     FALSE        NA       NA
## 5606        CC_Razer            0     FALSE     FALSE        NA       NA
## 5607         Poplel_            0     FALSE     FALSE        NA       NA
## 5608        CC_Razer            0     FALSE     FALSE        NA       NA
## 5609   rrendezzvvous            0     FALSE     FALSE        NA       NA
## 5610 DgeeChamberlain            1     FALSE     FALSE        NA       NA
## 5611     yoinksplonk            0     FALSE     FALSE        NA       NA
## 5612  eleventndoctor            0     FALSE     FALSE        NA       NA
## 5613 LukeH_icanteven            0     FALSE     FALSE        NA       NA
## 5614    ThommoAndrew            0     FALSE     FALSE        NA       NA
## 5615 glugglugglugglu            0     FALSE     FALSE        NA       NA
## 5616   pappysheedlwe            0     FALSE     FALSE        NA       NA
## 5617     loveyoujoss            0     FALSE     FALSE        NA       NA
## 5618        MorayDad            0     FALSE     FALSE        NA       NA
## 5619   hamsatheninth            0     FALSE     FALSE        NA       NA
## 5620         wjf____            0     FALSE     FALSE        NA       NA
## 5621     healingcari            0     FALSE     FALSE        NA       NA
## 5622       Lonchavic            0     FALSE     FALSE        NA       NA
## 5623    madtractions            0     FALSE     FALSE        NA       NA
## 5624     loveyoujoss            0     FALSE     FALSE        NA       NA
## 5625     healingcari            0     FALSE     FALSE        NA       NA
## 5626   Malsoma_Royte            0     FALSE     FALSE        NA       NA
## 5627       ghazouf97            0     FALSE     FALSE        NA       NA
## 5628    madtractions            0     FALSE     FALSE        NA       NA
## 5629     RoselineS15            0     FALSE     FALSE        NA       NA
## 5630        whuikiss            0     FALSE     FALSE        NA       NA
## 5631    madtractions            0     FALSE     FALSE        NA       NA
## 5632    teejay_rukky            0     FALSE     FALSE        NA       NA
## 5633     pau13_swift            0     FALSE     FALSE        NA       NA
## 5634  Captinknuckels            0     FALSE     FALSE        NA       NA
## 5635   ChemistHealth            0     FALSE     FALSE        NA       NA
## 5636       flwrrxboy            0     FALSE     FALSE        NA       NA
## 5637          deft18            0     FALSE     FALSE        NA       NA
## 5638          jdd1k3            0     FALSE     FALSE        NA       NA
## 5639      ElderIsaak            0     FALSE     FALSE        NA       NA
## 5640       shirecrow            0     FALSE     FALSE        NA       NA
## 5641   PHANT0MTHIEVE            0     FALSE     FALSE        NA       NA
## 5642   Juanitoooo004            0     FALSE     FALSE        NA       NA
## 5643      shakypubco            0     FALSE     FALSE        NA       NA
## 5644   AdeliadeShine            0     FALSE     FALSE        NA       NA
## 5645      ElderIsaak            0     FALSE     FALSE        NA       NA
## 5646   PlayzRednight            0     FALSE     FALSE        NA       NA
## 5647          biiksr            0     FALSE     FALSE        NA       NA
## 5648   PlayzRednight            0     FALSE     FALSE        NA       NA
## 5649          jdd1k3            0     FALSE     FALSE        NA       NA
## 5650      eddiediiaz           11     FALSE     FALSE        NA       NA
## 5651   PlayzRednight            0     FALSE     FALSE        NA       NA
## 5652         VexxXt_            0     FALSE     FALSE        NA       NA
## 5653 nikita__ramirez            0     FALSE     FALSE        NA       NA
## 5654    onikarevenge            0     FALSE     FALSE        NA       NA
## 5655   PlayzRednight            0     FALSE     FALSE        NA       NA
## 5656        artplugg            0     FALSE     FALSE        NA       NA
## 5657        bngh8016            0     FALSE     FALSE        NA       NA
## 5658  Virac0chaTweet            0     FALSE     FALSE        NA       NA
## 5659  Lizbeth_Meza95            0     FALSE     FALSE        NA       NA
## 5660   Nelly_Jelly07            0     FALSE     FALSE        NA       NA
## 5661     krispie1103            0     FALSE     FALSE        NA       NA
## 5662   Juanitoooo004            0     FALSE     FALSE        NA       NA
## 5663       brutalxim            0     FALSE     FALSE        NA       NA
## 5664 AsthaGu60674407            0     FALSE     FALSE        NA       NA
## 5665 MellowScotJulia            0     FALSE     FALSE        NA       NA
## 5666    andromustdie            0     FALSE     FALSE        NA       NA
## 5667   blueberrymoss            0     FALSE     FALSE        NA       NA
## 5668  _badcontestant            0     FALSE     FALSE        NA       NA
## 5669       brutalxim            0     FALSE     FALSE        NA       NA
## 5670   OutdoorsAlexa            3     FALSE     FALSE        NA       NA
## 5671       _artsyari            0     FALSE     FALSE        NA       NA
## 5672       brutalxim            0     FALSE     FALSE        NA       NA
## 5673       drliemann            0     FALSE     FALSE        NA       NA
## 5674         bugenji            0     FALSE     FALSE        NA       NA
## 5675          jdd1k3            0     FALSE     FALSE        NA       NA
## 5676  Lizbeth_Meza95            0     FALSE     FALSE        NA       NA
## 5677    mistahjamess            0     FALSE     FALSE        NA       NA
## 5678        sonaroha            0     FALSE     FALSE        NA       NA
## 5679        sonaroha            0     FALSE     FALSE        NA       NA
## 5680    chiamamiPino            0     FALSE     FALSE        NA       NA
## 5681        giuuloon            0     FALSE     FALSE        NA       NA
## 5682     sunflowersv            0     FALSE     FALSE        NA       NA
## 5683     sunflowersv            0     FALSE     FALSE        NA       NA
## 5684      ohMyG00och            0     FALSE     FALSE        NA       NA
## 5685      oluwa_faro            0     FALSE     FALSE        NA       NA
## 5686  Lizbeth_Meza95            0     FALSE     FALSE        NA       NA
## 5687        sonaroha            0     FALSE     FALSE        NA       NA
## 5688     sunflowersv            0     FALSE     FALSE        NA       NA
## 5689    chiamamiPino            0     FALSE     FALSE        NA       NA
## 5690  onedaylonglive            0     FALSE     FALSE        NA       NA
## 5691 disgruntledtofu            0     FALSE     FALSE        NA       NA
## 5692     sunflowersv            0     FALSE     FALSE        NA       NA
## 5693     MarcoWatts_            0     FALSE     FALSE        NA       NA
## 5694     kayoshi_dev            0     FALSE     FALSE        NA       NA
## 5695    mistahjamess            0     FALSE     FALSE        NA       NA
## 5696       itsmeljel            0     FALSE     FALSE        NA       NA
## 5697  faith_in_louis            0     FALSE     FALSE        NA       NA
## 5698        theo7509            0     FALSE     FALSE        NA       NA
## 5699     FOLINY_ARMY            0     FALSE     FALSE        NA       NA
## 5700       Kyberry32            0     FALSE     FALSE        NA       NA
## 5701      HeroicSide            0     FALSE     FALSE        NA       NA
## 5702   KathleenMHill            0     FALSE     FALSE        NA       NA
## 5703        soitis__            0     FALSE     FALSE        NA       NA
## 5704   peachysxnrise            0     FALSE     FALSE        NA       NA
## 5705 nicetohaveswift            0     FALSE     FALSE        NA       NA
## 5706   flaherty22891            0     FALSE     FALSE        NA       NA
## 5707       putzolutz            0     FALSE     FALSE        NA       NA
## 5708   peachysxnrise            0     FALSE     FALSE        NA       NA
## 5709  FeelinYourself            0     FALSE     FALSE        NA       NA
## 5710       imdumbfr_            0     FALSE     FALSE        NA       NA
## 5711       exhalevro            0     FALSE     FALSE        NA       NA
## 5712   peachysxnrise            0     FALSE     FALSE        NA       NA
## 5713   sucker4greedy            0     FALSE     FALSE        NA       NA
## 5714   AbdulRehmen_1            0     FALSE     FALSE        NA       NA
## 5715     yallgurlfer            0     FALSE     FALSE        NA       NA
## 5716         2cents_            0     FALSE     FALSE        NA       NA
## 5717       shirecrow            0     FALSE     FALSE        NA       NA
## 5718  AngelT_Edwards            0     FALSE     FALSE        NA       NA
## 5719     FOLINY_ARMY            0     FALSE     FALSE        NA       NA
## 5720    ColbyLindsay            0     FALSE     FALSE        NA       NA
## 5721    goodluckbeer            0     FALSE     FALSE        NA       NA
## 5722  FeelinYourself            0     FALSE     FALSE        NA       NA
## 5723       saintnivk            0     FALSE     FALSE        NA       NA
## 5724  Loveiloandmilo            0     FALSE     FALSE        NA       NA
## 5725   flaherty22891            0     FALSE     FALSE        NA       NA
## 5726       mishachu3            0     FALSE     FALSE        NA       NA
## 5727   ntinanotf0und            0     FALSE     FALSE        NA       NA
## 5728 simplyycornelia            0     FALSE     FALSE        NA       NA
## 5729   elsabelamaren            0     FALSE     FALSE        NA       NA
## 5730 ouraniablossoms            0     FALSE     FALSE        NA       NA
## 5731      czambrotto            0     FALSE     FALSE        NA       NA
## 5732   peachysxnrise            0     FALSE     FALSE        NA       NA
## 5733   elsabelamaren            0     FALSE     FALSE        NA       NA
## 5734          nthlni            0     FALSE     FALSE        NA       NA
## 5735 LaCamilazaRemix            0     FALSE     FALSE        NA       NA
## 5736    squid_roblox            0     FALSE     FALSE        NA       NA
## 5737     djwinterman            0     FALSE     FALSE        NA       NA
## 5738   lapisdevelops            0     FALSE     FALSE        NA       NA
## 5739   elsabelamaren            0     FALSE     FALSE        NA       NA
## 5740     FOLINY_ARMY            0     FALSE     FALSE        NA       NA
## 5741    squid_roblox            0     FALSE     FALSE        NA       NA
## 5742       Drip_komi            1     FALSE     FALSE        NA       NA
## 5743   flaherty22891            0     FALSE     FALSE        NA       NA
## 5744    squid_roblox            0     FALSE     FALSE        NA       NA
## 5745   lapisdevelops            0     FALSE     FALSE        NA       NA
## 5746    squid_roblox            0     FALSE     FALSE        NA       NA
## 5747       wtfmoura1            0     FALSE     FALSE        NA       NA
## 5748  __SourCandy___            0     FALSE     FALSE        NA       NA
## 5749   lapisdevelops            0     FALSE     FALSE        NA       NA
## 5750     JalisaSnell            0     FALSE     FALSE        NA       NA
## 5751   flaherty22891            0     FALSE     FALSE        NA       NA
## 5752     erikm0nster            1     FALSE     FALSE        NA       NA
## 5753       wtfmoura1            0     FALSE     FALSE        NA       NA
## 5754       jandralee            0     FALSE     FALSE        NA       NA
## 5755    goldendaae23            0     FALSE     FALSE        NA       NA
## 5756     LiaMichelle            0     FALSE     FALSE        NA       NA
## 5757      houseofari            0     FALSE     FALSE        NA       NA
## 5758  Loveiloandmilo            0     FALSE     FALSE        NA       NA
## 5759       wtfmoura1            0     FALSE     FALSE        NA       NA
## 5760        tyderail            0     FALSE     FALSE        NA       NA
## 5761  Loveiloandmilo            0     FALSE     FALSE        NA       NA
## 5762    CorduroyLane            0     FALSE     FALSE        NA       NA
## 5763    mistahjamess            0     FALSE     FALSE        NA       NA
## 5764     VindiTweets            0     FALSE     FALSE        NA       NA
## 5765        edeniseg            0     FALSE     FALSE        NA       NA
## 5766  Loveiloandmilo            0     FALSE     FALSE        NA       NA
## 5767         xtrnall            0     FALSE     FALSE        NA       NA
## 5768  ItsJosiePosiee            1     FALSE     FALSE        NA       NA
## 5769         xtrnall            0     FALSE     FALSE        NA       NA
## 5770     AlexParody3            0     FALSE     FALSE        NA       NA
## 5771         xtrnall            0     FALSE     FALSE        NA       NA
## 5772  RyanHorror1998            0     FALSE     FALSE        NA       NA
## 5773         ACHlUWA            0     FALSE     FALSE        NA       NA
## 5774         xtrnall            0     FALSE     FALSE        NA       NA
## 5775     vanessitarv            0     FALSE     FALSE        NA       NA
## 5776  Chanwooisbabie            0     FALSE     FALSE        NA       NA
## 5777        edeniseg            0     FALSE     FALSE        NA       NA
## 5778  RyanHorror1998            0     FALSE     FALSE        NA       NA
## 5779 BenjaminGCooper            4     FALSE     FALSE        NA       NA
## 5780 williamsIsaia16            0     FALSE     FALSE        NA       NA
## 5781     X100PreBeno            0     FALSE     FALSE        NA       NA
## 5782       MemedMeat            0     FALSE     FALSE        NA       NA
## 5783           F1Emz            0     FALSE     FALSE        NA       NA
## 5784 MatheusVersian5            0     FALSE     FALSE        NA       NA
## 5785 JumplinkTechhub            0     FALSE     FALSE        NA       NA
## 5786        tyderail            0     FALSE     FALSE        NA       NA
## 5787         indstu7            0     FALSE     FALSE        NA       NA
## 5788        edeniseg            0     FALSE     FALSE        NA       NA
## 5789 Cristin25558525           28     FALSE     FALSE        NA       NA
## 5790 ohmygod81844174            0     FALSE     FALSE        NA       NA
## 5791 RealFrancisPort            0     FALSE     FALSE        NA       NA
## 5792     youremymymy            0     FALSE     FALSE        NA       NA
## 5793           F1Emz            0     FALSE     FALSE        NA       NA
## 5794        Ryana427            0     FALSE     FALSE        NA       NA
## 5795           F1Emz            0     FALSE     FALSE        NA       NA
## 5796   thesleeperart            0     FALSE     FALSE        NA       NA
## 5797   thesleeperart            0     FALSE     FALSE        NA       NA
## 5798          cxrize            0     FALSE     FALSE        NA       NA
## 5799      iquitenian            0     FALSE     FALSE        NA       NA
## 5800          cxrize            0     FALSE     FALSE        NA       NA
## 5801 DanielM39398089            0     FALSE     FALSE        NA       NA
## 5802   thesleeperart            0     FALSE     FALSE        NA       NA
## 5803  ASouth_African            1     FALSE     FALSE        NA       NA
## 5804    AprilCrook18            0     FALSE     FALSE        NA       NA
## 5805       mukhershd            0     FALSE     FALSE        NA       NA
## 5806    BoiSenseless            0     FALSE     FALSE        NA       NA
## 5807          cxrize            0     FALSE     FALSE        NA       NA
## 5808   thesleeperart            0     FALSE     FALSE        NA       NA
## 5809      kanekisIut            0     FALSE     FALSE        NA       NA
## 5810    AprilCrook18            0     FALSE     FALSE        NA       NA
## 5811  Moonlight_Herr            0     FALSE     FALSE        NA       NA
## 5812    AprilCrook18            0     FALSE     FALSE        NA       NA
## 5813           jmbwr            0     FALSE     FALSE        NA       NA
## 5814 dennisnjuki2018            0     FALSE     FALSE        NA       NA
## 5815         Maimdp_            0     FALSE     FALSE        NA       NA
## 5816       jkrenebae            0     FALSE     FALSE        NA       NA
## 5817     youremymymy            0     FALSE     FALSE        NA       NA
## 5818      gloomjenos            0     FALSE     FALSE        NA       NA
## 5819      burkayshn1            0     FALSE     FALSE        NA       NA
## 5820  Moonlight_Herr            0     FALSE     FALSE        NA       NA
## 5821     YrnlonnieYt            0     FALSE     FALSE        NA       NA
## 5822  battle_reviews            0     FALSE     FALSE        NA       NA
## 5823    ayokasystems            0     FALSE     FALSE        NA       NA
## 5824        AmoahCFC            0     FALSE     FALSE        NA       NA
## 5825       jkrenebae            0     FALSE     FALSE        NA       NA
## 5826     leehannie08            0     FALSE     FALSE        NA       NA
## 5827         Maimdp_            1     FALSE     FALSE        NA       NA
## 5828 ROLLINSxMESSIAH            0     FALSE     FALSE        NA       NA
## 5829    1975ruinedme            0     FALSE     FALSE        NA       NA
## 5830          Favanr            0     FALSE     FALSE        NA       NA
## 5831       EZBreezyT            0     FALSE     FALSE        NA       NA
## 5832  battle_reviews            0     FALSE     FALSE        NA       NA
## 5833     leehannie08            0     FALSE     FALSE        NA       NA
## 5834 BanditsInsider_            0     FALSE     FALSE        NA       NA
## 5835       octowhat2            0     FALSE     FALSE        NA       NA
## 5836   forgetmenot49            0     FALSE     FALSE        NA       NA
## 5837 ROLLINSxMESSIAH            0     FALSE     FALSE        NA       NA
## 5838     youremymymy            0     FALSE     FALSE        NA       NA
## 5839  MochaWilliams9            0     FALSE     FALSE        NA       NA
## 5840 usernimmtestief            0     FALSE     FALSE        NA       NA
## 5841 Daniela53946522            0     FALSE     FALSE        NA       NA
## 5842       tiffnic06            0     FALSE     FALSE        NA       NA
## 5843         godfree            0     FALSE     FALSE        NA       NA
## 5844     leehannie08            0     FALSE     FALSE        NA       NA
## 5845       solacesyk            0     FALSE     FALSE        NA       NA
## 5846 m_thompson_0506            0     FALSE     FALSE        NA       NA
## 5847 ROLLINSxMESSIAH            0     FALSE     FALSE        NA       NA
## 5848     isiforshort            0     FALSE     FALSE        NA       NA
## 5849     youremymymy            0     FALSE     FALSE        NA       NA
## 5850  MochaWilliams9            0     FALSE     FALSE        NA       NA
## 5851 ROLLINSxMESSIAH            0     FALSE     FALSE        NA       NA
## 5852     JaysmokesZa            0     FALSE     FALSE        NA       NA
## 5853   heartlifeshin            0     FALSE     FALSE        NA       NA
## 5854       GaneshDGN            1     FALSE     FALSE        NA       NA
## 5855      hiheyitsmk            0     FALSE     FALSE        NA       NA
## 5856       tiffnic06            0     FALSE     FALSE        NA       NA
## 5857  battle_reviews            0     FALSE     FALSE        NA       NA
## 5858       jkrenebae            0     FALSE     FALSE        NA       NA
## 5859      lilmzfenty            0     FALSE     FALSE        NA       NA
## 5860  amireallyhimfr            2     FALSE     FALSE        NA       NA
## 5861      hiheyitsmk            0     FALSE     FALSE        NA       NA
## 5862     Sararose12_            0     FALSE     FALSE        NA       NA
## 5863     khalid_jiya            0     FALSE     FALSE        NA       NA
## 5864      hiheyitsmk            0     FALSE     FALSE        NA       NA
## 5865     SpookyKing0            0     FALSE     FALSE        NA       NA
## 5866     khalid_jiya            0     FALSE     FALSE        NA       NA
## 5867       tiffnic06            0     FALSE     FALSE        NA       NA
## 5868     fairislerry            0     FALSE     FALSE        NA       NA
## 5869      casslogist            0     FALSE     FALSE        NA       NA
## 5870     Vermontious            0     FALSE     FALSE        NA       NA
## 5871  manuelgalindoo            0     FALSE     FALSE        NA       NA
## 5872     khalid_jiya            0     FALSE     FALSE        NA       NA
## 5873     Sararose12_            0     FALSE     FALSE        NA       NA
## 5874     lilac_bambi            0     FALSE     FALSE        NA       NA
## 5875    BobKaufman69            0     FALSE     FALSE        NA       NA
## 5876 ot7close_friend            0     FALSE     FALSE        NA       NA
## 5877     EJC_CORBETT            0     FALSE     FALSE        NA       NA
## 5878          _uuwah            0     FALSE     FALSE        NA       NA
## 5879      Mescuudiii            0     FALSE     FALSE        NA       NA
## 5880     lilac_bambi            0     FALSE     FALSE        NA       NA
## 5881 m_thompson_0506            0     FALSE     FALSE        NA       NA
## 5882  manuelgalindoo            0     FALSE     FALSE        NA       NA
##         Created_At_Round
## 1    2022-11-29 00:00:00
## 2    2022-11-29 00:00:00
## 3    2022-11-29 00:00:00
## 4    2022-11-29 00:00:00
## 5    2022-11-29 00:00:00
## 6    2022-11-29 00:00:00
## 7    2022-11-29 00:00:00
## 8    2022-11-29 00:00:00
## 9    2022-11-29 00:00:00
## 10   2022-11-29 00:00:00
## 11   2022-11-29 00:00:00
## 12   2022-11-29 00:00:00
## 13   2022-11-29 00:00:00
## 14   2022-11-29 00:00:00
## 15   2022-11-29 00:00:00
## 16   2022-11-29 00:00:00
## 17   2022-11-29 00:00:00
## 18   2022-11-29 00:00:00
## 19   2022-11-29 00:00:00
## 20   2022-11-29 00:00:00
## 21   2022-11-29 00:00:00
## 22   2022-11-29 00:00:00
## 23   2022-11-29 00:00:00
## 24   2022-11-29 00:00:00
## 25   2022-11-29 00:00:00
## 26   2022-11-29 00:00:00
## 27   2022-11-29 00:00:00
## 28   2022-11-29 00:00:00
## 29   2022-11-29 00:00:00
## 30   2022-11-29 00:00:00
## 31   2022-11-29 00:00:00
## 32   2022-11-29 00:00:00
## 33   2022-11-29 00:00:00
## 34   2022-11-29 00:00:00
## 35   2022-11-29 00:00:00
## 36   2022-11-29 00:00:00
## 37   2022-11-29 00:00:00
## 38   2022-11-29 00:00:00
## 39   2022-11-29 00:00:00
## 40   2022-11-29 00:00:00
## 41   2022-11-29 00:00:00
## 42   2022-11-29 00:00:00
## 43   2022-11-29 00:00:00
## 44   2022-11-29 00:00:00
## 45   2022-11-29 00:00:00
## 46   2022-11-29 00:00:00
## 47   2022-11-29 00:00:00
## 48   2022-11-29 00:00:00
## 49   2022-11-29 00:00:00
## 50   2022-11-29 00:00:00
## 51   2022-11-29 00:00:00
## 52   2022-11-29 00:00:00
## 53   2022-11-29 00:00:00
## 54   2022-11-29 00:00:00
## 55   2022-11-29 00:00:00
## 56   2022-11-29 00:00:00
## 57   2022-11-29 00:00:00
## 58   2022-11-29 00:00:00
## 59   2022-11-29 00:00:00
## 60   2022-11-29 00:00:00
## 61   2022-11-29 00:00:00
## 62   2022-11-29 00:00:00
## 63   2022-11-29 00:00:00
## 64   2022-11-29 00:00:00
## 65   2022-11-29 00:00:00
## 66   2022-11-29 00:00:00
## 67   2022-11-29 00:00:00
## 68   2022-11-29 00:00:00
## 69   2022-11-29 00:00:00
## 70   2022-11-29 00:00:00
## 71   2022-11-29 00:00:00
## 72   2022-11-29 00:00:00
## 73   2022-11-29 00:00:00
## 74   2022-11-29 00:00:00
## 75   2022-11-29 00:00:00
## 76   2022-11-29 00:00:00
## 77   2022-11-29 00:00:00
## 78   2022-11-29 00:00:00
## 79   2022-11-29 00:00:00
## 80   2022-11-29 00:00:00
## 81   2022-11-29 00:00:00
## 82   2022-11-29 00:00:00
## 83   2022-11-29 00:00:00
## 84   2022-11-29 00:00:00
## 85   2022-11-29 00:00:00
## 86   2022-11-29 00:00:00
## 87   2022-11-29 00:00:00
## 88   2022-11-29 00:00:00
## 89   2022-11-29 00:00:00
## 90   2022-11-29 00:00:00
## 91   2022-11-29 00:00:00
## 92   2022-11-29 00:00:00
## 93   2022-11-29 00:00:00
## 94   2022-11-29 00:00:00
## 95   2022-11-29 00:00:00
## 96   2022-11-29 00:00:00
## 97   2022-11-29 00:00:00
## 98   2022-11-29 00:00:00
## 99   2022-11-29 00:00:00
## 100  2022-11-29 00:00:00
## 101  2022-11-29 00:00:00
## 102  2022-11-29 00:00:00
## 103  2022-11-29 00:00:00
## 104  2022-11-29 00:00:00
## 105  2022-11-29 00:00:00
## 106  2022-11-29 00:00:00
## 107  2022-11-29 00:00:00
## 108  2022-11-29 00:00:00
## 109  2022-11-29 00:00:00
## 110  2022-11-29 00:00:00
## 111  2022-11-29 00:00:00
## 112  2022-11-29 00:00:00
## 113  2022-11-29 00:00:00
## 114  2022-11-29 00:00:00
## 115  2022-11-29 00:00:00
## 116  2022-11-29 00:00:00
## 117  2022-11-29 00:00:00
## 118  2022-11-29 00:00:00
## 119  2022-11-29 00:00:00
## 120  2022-11-29 00:00:00
## 121  2022-11-29 00:00:00
## 122  2022-11-29 00:00:00
## 123  2022-11-29 00:00:00
## 124  2022-11-29 00:00:00
## 125  2022-11-29 00:00:00
## 126  2022-11-29 00:00:00
## 127  2022-11-29 00:00:00
## 128  2022-11-29 00:00:00
## 129  2022-11-29 00:00:00
## 130  2022-11-29 00:00:00
## 131  2022-11-29 00:00:00
## 132  2022-11-29 00:00:00
## 133  2022-11-29 00:00:00
## 134  2022-11-29 00:00:00
## 135  2022-11-29 00:00:00
## 136  2022-11-29 00:00:00
## 137  2022-11-29 00:00:00
## 138  2022-11-29 00:00:00
## 139  2022-11-29 00:00:00
## 140  2022-11-29 00:00:00
## 141  2022-11-29 00:00:00
## 142  2022-11-29 00:00:00
## 143  2022-11-29 00:00:00
## 144  2022-11-29 00:00:00
## 145  2022-11-29 00:00:00
## 146  2022-11-29 00:00:00
## 147  2022-11-29 00:00:00
## 148  2022-11-29 00:00:00
## 149  2022-11-29 00:00:00
## 150  2022-11-29 00:00:00
## 151  2022-11-29 00:00:00
## 152  2022-11-29 00:00:00
## 153  2022-11-29 00:00:00
## 154  2022-11-29 00:00:00
## 155  2022-11-29 00:00:00
## 156  2022-11-29 00:00:00
## 157  2022-11-29 00:00:00
## 158  2022-11-29 00:00:00
## 159  2022-11-29 00:00:00
## 160  2022-11-29 00:00:00
## 161  2022-11-29 00:00:00
## 162  2022-11-29 00:00:00
## 163  2022-11-29 00:00:00
## 164  2022-11-29 00:00:00
## 165  2022-11-29 00:00:00
## 166  2022-11-29 00:00:00
## 167  2022-11-29 00:00:00
## 168  2022-11-29 00:00:00
## 169  2022-11-29 00:00:00
## 170  2022-11-29 00:00:00
## 171  2022-11-29 00:00:00
## 172  2022-11-29 00:00:00
## 173  2022-11-29 00:00:00
## 174  2022-11-29 00:00:00
## 175  2022-11-29 00:00:00
## 176  2022-11-29 00:00:00
## 177  2022-11-29 00:00:00
## 178  2022-11-29 00:00:00
## 179  2022-11-29 00:00:00
## 180  2022-11-29 00:00:00
## 181  2022-11-29 00:00:00
## 182  2022-11-29 00:00:00
## 183  2022-11-29 00:00:00
## 184  2022-11-29 00:00:00
## 185  2022-11-29 00:00:00
## 186  2022-11-29 00:00:00
## 187  2022-11-29 00:00:00
## 188  2022-11-29 00:00:00
## 189  2022-11-29 00:00:00
## 190  2022-11-29 00:00:00
## 191  2022-11-29 00:00:00
## 192  2022-11-29 00:00:00
## 193  2022-11-29 00:00:00
## 194  2022-11-29 00:00:00
## 195  2022-11-29 00:00:00
## 196  2022-11-29 00:00:00
## 197  2022-11-29 00:00:00
## 198  2022-11-29 00:00:00
## 199  2022-11-29 00:00:00
## 200  2022-11-29 00:00:00
## 201  2022-11-29 00:00:00
## 202  2022-11-29 00:00:00
## 203  2022-11-29 00:00:00
## 204  2022-11-29 00:00:00
## 205  2022-11-29 00:00:00
## 206  2022-11-29 00:00:00
## 207  2022-11-29 00:00:00
## 208  2022-11-29 00:00:00
## 209  2022-11-29 00:00:00
## 210  2022-11-29 00:00:00
## 211  2022-11-29 00:00:00
## 212  2022-11-29 00:00:00
## 213  2022-11-29 00:00:00
## 214  2022-11-29 00:00:00
## 215  2022-11-29 00:00:00
## 216  2022-11-29 00:00:00
## 217  2022-11-29 00:00:00
## 218  2022-11-29 00:00:00
## 219  2022-11-29 00:00:00
## 220  2022-11-29 00:00:00
## 221  2022-11-29 00:00:00
## 222  2022-11-29 00:00:00
## 223  2022-11-29 00:00:00
## 224  2022-11-29 00:00:00
## 225  2022-11-29 00:00:00
## 226  2022-11-29 00:00:00
## 227  2022-11-29 00:00:00
## 228  2022-11-29 00:00:00
## 229  2022-11-29 00:00:00
## 230  2022-11-29 00:00:00
## 231  2022-11-29 00:00:00
## 232  2022-11-29 00:00:00
## 233  2022-11-29 00:00:00
## 234  2022-11-29 00:00:00
## 235  2022-11-29 00:00:00
## 236  2022-11-29 00:00:00
## 237  2022-11-29 00:00:00
## 238  2022-11-29 00:00:00
## 239  2022-11-29 00:00:00
## 240  2022-11-29 00:00:00
## 241  2022-11-29 00:00:00
## 242  2022-11-29 00:00:00
## 243  2022-11-29 00:00:00
## 244  2022-11-29 00:00:00
## 245  2022-11-29 00:00:00
## 246  2022-11-29 00:00:00
## 247  2022-11-29 00:00:00
## 248  2022-11-29 00:00:00
## 249  2022-11-29 00:00:00
## 250  2022-11-29 00:00:00
## 251  2022-11-29 00:00:00
## 252  2022-11-29 00:00:00
## 253  2022-11-29 00:00:00
## 254  2022-11-29 00:00:00
## 255  2022-11-29 00:00:00
## 256  2022-11-29 00:00:00
## 257  2022-11-29 00:00:00
## 258  2022-11-29 00:00:00
## 259  2022-11-29 00:00:00
## 260  2022-11-29 00:00:00
## 261  2022-11-29 00:00:00
## 262  2022-11-29 00:00:00
## 263  2022-11-29 00:00:00
## 264  2022-11-29 00:00:00
## 265  2022-11-29 00:00:00
## 266  2022-11-29 00:00:00
## 267  2022-11-29 00:00:00
## 268  2022-11-29 00:00:00
## 269  2022-11-29 00:00:00
## 270  2022-11-29 00:00:00
## 271  2022-11-29 00:00:00
## 272  2022-11-29 00:00:00
## 273  2022-11-29 00:00:00
## 274  2022-11-29 00:00:00
## 275  2022-11-29 00:00:00
## 276  2022-11-29 00:00:00
## 277  2022-11-29 00:00:00
## 278  2022-11-29 00:00:00
## 279  2022-11-29 00:00:00
## 280  2022-11-29 00:00:00
## 281  2022-11-29 00:00:00
## 282  2022-11-29 00:00:00
## 283  2022-11-29 00:00:00
## 284  2022-11-29 00:00:00
## 285  2022-11-29 00:00:00
## 286  2022-11-29 00:00:00
## 287  2022-11-29 00:00:00
## 288  2022-11-29 00:00:00
## 289  2022-11-29 00:00:00
## 290  2022-11-29 00:00:00
## 291  2022-11-29 00:00:00
## 292  2022-11-29 00:00:00
## 293  2022-11-29 00:00:00
## 294  2022-11-29 00:00:00
## 295  2022-11-29 00:00:00
## 296  2022-11-29 00:00:00
## 297  2022-11-29 00:00:00
## 298  2022-11-29 00:00:00
## 299  2022-11-29 00:00:00
## 300  2022-11-29 00:00:00
## 301  2022-11-29 00:00:00
## 302  2022-11-29 00:00:00
## 303  2022-11-29 00:00:00
## 304  2022-11-29 00:00:00
## 305  2022-11-29 00:00:00
## 306  2022-11-29 00:00:00
## 307  2022-11-29 00:00:00
## 308  2022-11-29 00:00:00
## 309  2022-11-29 00:00:00
## 310  2022-11-29 00:00:00
## 311  2022-11-29 00:00:00
## 312  2022-11-29 00:00:00
## 313  2022-11-29 00:00:00
## 314  2022-11-29 00:00:00
## 315  2022-11-29 00:00:00
## 316  2022-11-29 00:00:00
## 317  2022-11-29 00:00:00
## 318  2022-11-29 00:00:00
## 319  2022-11-29 00:00:00
## 320  2022-11-29 00:00:00
## 321  2022-11-29 00:00:00
## 322  2022-11-29 00:00:00
## 323  2022-11-29 00:00:00
## 324  2022-11-29 00:00:00
## 325  2022-11-29 00:00:00
## 326  2022-11-29 00:00:00
## 327  2022-11-29 00:00:00
## 328  2022-11-29 00:00:00
## 329  2022-11-29 00:00:00
## 330  2022-11-29 00:00:00
## 331  2022-11-29 00:00:00
## 332  2022-11-29 00:00:00
## 333  2022-11-29 00:00:00
## 334  2022-11-29 00:00:00
## 335  2022-11-29 00:00:00
## 336  2022-11-29 00:00:00
## 337  2022-11-29 00:00:00
## 338  2022-11-29 00:00:00
## 339  2022-11-29 00:00:00
## 340  2022-11-29 00:00:00
## 341  2022-11-29 00:00:00
## 342  2022-11-29 00:00:00
## 343  2022-11-29 00:00:00
## 344  2022-11-29 00:00:00
## 345  2022-11-29 00:00:00
## 346  2022-11-29 00:00:00
## 347  2022-11-29 00:00:00
## 348  2022-11-29 00:00:00
## 349  2022-11-29 00:00:00
## 350  2022-11-29 00:00:00
## 351  2022-11-29 00:00:00
## 352  2022-11-29 00:00:00
## 353  2022-11-29 00:00:00
## 354  2022-11-29 00:00:00
## 355  2022-11-29 00:00:00
## 356  2022-11-29 00:00:00
## 357  2022-11-29 00:00:00
## 358  2022-11-29 00:00:00
## 359  2022-11-29 00:00:00
## 360  2022-11-29 00:00:00
## 361  2022-11-29 00:00:00
## 362  2022-11-29 00:00:00
## 363  2022-11-29 00:00:00
## 364  2022-11-29 00:00:00
## 365  2022-11-29 00:00:00
## 366  2022-11-29 00:00:00
## 367  2022-11-29 00:00:00
## 368  2022-11-29 00:00:00
## 369  2022-11-29 00:00:00
## 370  2022-11-29 00:00:00
## 371  2022-11-29 00:00:00
## 372  2022-11-29 00:00:00
## 373  2022-11-29 00:00:00
## 374  2022-11-29 00:00:00
## 375  2022-11-29 00:00:00
## 376  2022-11-29 00:00:00
## 377  2022-11-29 00:00:00
## 378  2022-11-29 00:00:00
## 379  2022-11-29 00:00:00
## 380  2022-11-29 00:00:00
## 381  2022-11-29 00:00:00
## 382  2022-11-28 23:00:00
## 383  2022-11-28 23:00:00
## 384  2022-11-28 23:00:00
## 385  2022-11-28 23:00:00
## 386  2022-11-28 23:00:00
## 387  2022-11-28 23:00:00
## 388  2022-11-28 23:00:00
## 389  2022-11-28 23:00:00
## 390  2022-11-28 23:00:00
## 391  2022-11-28 23:00:00
## 392  2022-11-28 23:00:00
## 393  2022-11-28 23:00:00
## 394  2022-11-28 23:00:00
## 395  2022-11-28 23:00:00
## 396  2022-11-28 23:00:00
## 397  2022-11-28 23:00:00
## 398  2022-11-28 23:00:00
## 399  2022-11-28 23:00:00
## 400  2022-11-28 23:00:00
## 401  2022-11-28 23:00:00
## 402  2022-11-28 23:00:00
## 403  2022-11-28 23:00:00
## 404  2022-11-28 23:00:00
## 405  2022-11-28 23:00:00
## 406  2022-11-28 23:00:00
## 407  2022-11-28 23:00:00
## 408  2022-11-28 23:00:00
## 409  2022-11-28 23:00:00
## 410  2022-11-28 23:00:00
## 411  2022-11-28 23:00:00
## 412  2022-11-28 23:00:00
## 413  2022-11-28 23:00:00
## 414  2022-11-28 23:00:00
## 415  2022-11-28 23:00:00
## 416  2022-11-28 23:00:00
## 417  2022-11-28 23:00:00
## 418  2022-11-28 23:00:00
## 419  2022-11-28 23:00:00
## 420  2022-11-28 23:00:00
## 421  2022-11-28 23:00:00
## 422  2022-11-28 23:00:00
## 423  2022-11-28 23:00:00
## 424  2022-11-28 23:00:00
## 425  2022-11-28 23:00:00
## 426  2022-11-28 23:00:00
## 427  2022-11-28 23:00:00
## 428  2022-11-28 23:00:00
## 429  2022-11-28 23:00:00
## 430  2022-11-28 23:00:00
## 431  2022-11-28 23:00:00
## 432  2022-11-28 23:00:00
## 433  2022-11-28 23:00:00
## 434  2022-11-28 23:00:00
## 435  2022-11-28 23:00:00
## 436  2022-11-28 23:00:00
## 437  2022-11-28 23:00:00
## 438  2022-11-28 23:00:00
## 439  2022-11-28 23:00:00
## 440  2022-11-28 23:00:00
## 441  2022-11-28 23:00:00
## 442  2022-11-28 23:00:00
## 443  2022-11-28 23:00:00
## 444  2022-11-28 23:00:00
## 445  2022-11-28 23:00:00
## 446  2022-11-28 23:00:00
## 447  2022-11-28 23:00:00
## 448  2022-11-28 23:00:00
## 449  2022-11-28 23:00:00
## 450  2022-11-28 23:00:00
## 451  2022-11-28 23:00:00
## 452  2022-11-28 23:00:00
## 453  2022-11-28 23:00:00
## 454  2022-11-28 23:00:00
## 455  2022-11-28 23:00:00
## 456  2022-11-28 23:00:00
## 457  2022-11-28 23:00:00
## 458  2022-11-28 23:00:00
## 459  2022-11-28 23:00:00
## 460  2022-11-28 23:00:00
## 461  2022-11-28 23:00:00
## 462  2022-11-28 23:00:00
## 463  2022-11-28 23:00:00
## 464  2022-11-28 23:00:00
## 465  2022-11-28 23:00:00
## 466  2022-11-28 23:00:00
## 467  2022-11-28 23:00:00
## 468  2022-11-28 23:00:00
## 469  2022-11-28 23:00:00
## 470  2022-11-28 23:00:00
## 471  2022-11-28 23:00:00
## 472  2022-11-28 23:00:00
## 473  2022-11-28 23:00:00
## 474  2022-11-28 23:00:00
## 475  2022-11-28 23:00:00
## 476  2022-11-28 23:00:00
## 477  2022-11-28 23:00:00
## 478  2022-11-28 23:00:00
## 479  2022-11-28 23:00:00
## 480  2022-11-28 23:00:00
## 481  2022-11-28 23:00:00
## 482  2022-11-28 23:00:00
## 483  2022-11-28 23:00:00
## 484  2022-11-28 23:00:00
## 485  2022-11-28 23:00:00
## 486  2022-11-28 23:00:00
## 487  2022-11-28 23:00:00
## 488  2022-11-28 23:00:00
## 489  2022-11-28 23:00:00
## 490  2022-11-28 23:00:00
## 491  2022-11-28 23:00:00
## 492  2022-11-28 23:00:00
## 493  2022-11-28 23:00:00
## 494  2022-11-28 23:00:00
## 495  2022-11-28 23:00:00
## 496  2022-11-28 23:00:00
## 497  2022-11-28 23:00:00
## 498  2022-11-28 23:00:00
## 499  2022-11-28 23:00:00
## 500  2022-11-28 23:00:00
## 501  2022-11-28 23:00:00
## 502  2022-11-28 23:00:00
## 503  2022-11-28 23:00:00
## 504  2022-11-28 23:00:00
## 505  2022-11-28 23:00:00
## 506  2022-11-28 23:00:00
## 507  2022-11-28 23:00:00
## 508  2022-11-28 23:00:00
## 509  2022-11-28 23:00:00
## 510  2022-11-28 23:00:00
## 511  2022-11-28 23:00:00
## 512  2022-11-28 23:00:00
## 513  2022-11-28 23:00:00
## 514  2022-11-28 23:00:00
## 515  2022-11-28 23:00:00
## 516  2022-11-28 23:00:00
## 517  2022-11-28 23:00:00
## 518  2022-11-28 23:00:00
## 519  2022-11-28 23:00:00
## 520  2022-11-28 23:00:00
## 521  2022-11-28 23:00:00
## 522  2022-11-28 23:00:00
## 523  2022-11-28 23:00:00
## 524  2022-11-28 23:00:00
## 525  2022-11-28 23:00:00
## 526  2022-11-28 23:00:00
## 527  2022-11-28 23:00:00
## 528  2022-11-28 23:00:00
## 529  2022-11-28 23:00:00
## 530  2022-11-28 23:00:00
## 531  2022-11-28 23:00:00
## 532  2022-11-28 23:00:00
## 533  2022-11-28 23:00:00
## 534  2022-11-28 23:00:00
## 535  2022-11-28 23:00:00
## 536  2022-11-28 23:00:00
## 537  2022-11-28 23:00:00
## 538  2022-11-28 23:00:00
## 539  2022-11-28 23:00:00
## 540  2022-11-28 23:00:00
## 541  2022-11-28 23:00:00
## 542  2022-11-28 23:00:00
## 543  2022-11-28 23:00:00
## 544  2022-11-28 23:00:00
## 545  2022-11-28 23:00:00
## 546  2022-11-28 23:00:00
## 547  2022-11-28 23:00:00
## 548  2022-11-28 23:00:00
## 549  2022-11-28 23:00:00
## 550  2022-11-28 23:00:00
## 551  2022-11-28 23:00:00
## 552  2022-11-28 23:00:00
## 553  2022-11-28 23:00:00
## 554  2022-11-28 23:00:00
## 555  2022-11-28 23:00:00
## 556  2022-11-28 23:00:00
## 557  2022-11-28 23:00:00
## 558  2022-11-28 23:00:00
## 559  2022-11-28 23:00:00
## 560  2022-11-28 23:00:00
## 561  2022-11-28 23:00:00
## 562  2022-11-28 23:00:00
## 563  2022-11-28 23:00:00
## 564  2022-11-28 23:00:00
## 565  2022-11-28 23:00:00
## 566  2022-11-28 23:00:00
## 567  2022-11-28 23:00:00
## 568  2022-11-28 23:00:00
## 569  2022-11-28 23:00:00
## 570  2022-11-28 23:00:00
## 571  2022-11-28 23:00:00
## 572  2022-11-28 23:00:00
## 573  2022-11-28 23:00:00
## 574  2022-11-28 23:00:00
## 575  2022-11-28 23:00:00
## 576  2022-11-28 23:00:00
## 577  2022-11-28 23:00:00
## 578  2022-11-28 23:00:00
## 579  2022-11-28 23:00:00
## 580  2022-11-28 23:00:00
## 581  2022-11-28 23:00:00
## 582  2022-11-28 23:00:00
## 583  2022-11-28 23:00:00
## 584  2022-11-28 23:00:00
## 585  2022-11-28 23:00:00
## 586  2022-11-28 23:00:00
## 587  2022-11-28 23:00:00
## 588  2022-11-28 23:00:00
## 589  2022-11-28 23:00:00
## 590  2022-11-28 23:00:00
## 591  2022-11-28 23:00:00
## 592  2022-11-28 23:00:00
## 593  2022-11-28 23:00:00
## 594  2022-11-28 23:00:00
## 595  2022-11-28 23:00:00
## 596  2022-11-28 23:00:00
## 597  2022-11-28 23:00:00
## 598  2022-11-28 23:00:00
## 599  2022-11-28 23:00:00
## 600  2022-11-28 23:00:00
## 601  2022-11-28 23:00:00
## 602  2022-11-28 23:00:00
## 603  2022-11-28 23:00:00
## 604  2022-11-28 23:00:00
## 605  2022-11-28 23:00:00
## 606  2022-11-28 23:00:00
## 607  2022-11-28 23:00:00
## 608  2022-11-28 23:00:00
## 609  2022-11-28 23:00:00
## 610  2022-11-28 23:00:00
## 611  2022-11-28 23:00:00
## 612  2022-11-28 23:00:00
## 613  2022-11-28 23:00:00
## 614  2022-11-28 23:00:00
## 615  2022-11-28 23:00:00
## 616  2022-11-28 23:00:00
## 617  2022-11-28 23:00:00
## 618  2022-11-28 23:00:00
## 619  2022-11-28 23:00:00
## 620  2022-11-28 23:00:00
## 621  2022-11-28 23:00:00
## 622  2022-11-28 23:00:00
## 623  2022-11-28 23:00:00
## 624  2022-11-28 23:00:00
## 625  2022-11-28 23:00:00
## 626  2022-11-28 23:00:00
## 627  2022-11-28 23:00:00
## 628  2022-11-28 23:00:00
## 629  2022-11-28 23:00:00
## 630  2022-11-28 23:00:00
## 631  2022-11-28 23:00:00
## 632  2022-11-28 23:00:00
## 633  2022-11-28 23:00:00
## 634  2022-11-28 23:00:00
## 635  2022-11-28 23:00:00
## 636  2022-11-28 23:00:00
## 637  2022-11-28 23:00:00
## 638  2022-11-28 23:00:00
## 639  2022-11-28 23:00:00
## 640  2022-11-28 23:00:00
## 641  2022-11-28 23:00:00
## 642  2022-11-28 23:00:00
## 643  2022-11-28 23:00:00
## 644  2022-11-28 23:00:00
## 645  2022-11-28 23:00:00
## 646  2022-11-28 23:00:00
## 647  2022-11-28 23:00:00
## 648  2022-11-28 23:00:00
## 649  2022-11-28 23:00:00
## 650  2022-11-28 23:00:00
## 651  2022-11-28 23:00:00
## 652  2022-11-28 23:00:00
## 653  2022-11-28 23:00:00
## 654  2022-11-28 23:00:00
## 655  2022-11-28 23:00:00
## 656  2022-11-28 23:00:00
## 657  2022-11-28 23:00:00
## 658  2022-11-28 23:00:00
## 659  2022-11-28 23:00:00
## 660  2022-11-28 23:00:00
## 661  2022-11-28 23:00:00
## 662  2022-11-28 23:00:00
## 663  2022-11-28 23:00:00
## 664  2022-11-28 23:00:00
## 665  2022-11-28 23:00:00
## 666  2022-11-28 23:00:00
## 667  2022-11-28 23:00:00
## 668  2022-11-28 23:00:00
## 669  2022-11-28 23:00:00
## 670  2022-11-28 23:00:00
## 671  2022-11-28 23:00:00
## 672  2022-11-28 23:00:00
## 673  2022-11-28 23:00:00
## 674  2022-11-28 23:00:00
## 675  2022-11-28 23:00:00
## 676  2022-11-28 23:00:00
## 677  2022-11-28 23:00:00
## 678  2022-11-28 23:00:00
## 679  2022-11-28 23:00:00
## 680  2022-11-28 23:00:00
## 681  2022-11-28 23:00:00
## 682  2022-11-28 23:00:00
## 683  2022-11-28 23:00:00
## 684  2022-11-28 23:00:00
## 685  2022-11-28 23:00:00
## 686  2022-11-28 23:00:00
## 687  2022-11-28 23:00:00
## 688  2022-11-28 23:00:00
## 689  2022-11-28 23:00:00
## 690  2022-11-28 23:00:00
## 691  2022-11-28 23:00:00
## 692  2022-11-28 23:00:00
## 693  2022-11-28 23:00:00
## 694  2022-11-28 23:00:00
## 695  2022-11-28 23:00:00
## 696  2022-11-28 23:00:00
## 697  2022-11-28 23:00:00
## 698  2022-11-28 23:00:00
## 699  2022-11-28 23:00:00
## 700  2022-11-28 23:00:00
## 701  2022-11-28 23:00:00
## 702  2022-11-28 23:00:00
## 703  2022-11-28 23:00:00
## 704  2022-11-28 23:00:00
## 705  2022-11-28 23:00:00
## 706  2022-11-28 23:00:00
## 707  2022-11-28 23:00:00
## 708  2022-11-28 23:00:00
## 709  2022-11-28 23:00:00
## 710  2022-11-28 23:00:00
## 711  2022-11-28 23:00:00
## 712  2022-11-28 23:00:00
## 713  2022-11-28 23:00:00
## 714  2022-11-28 23:00:00
## 715  2022-11-28 23:00:00
## 716  2022-11-28 23:00:00
## 717  2022-11-28 23:00:00
## 718  2022-11-28 23:00:00
## 719  2022-11-28 23:00:00
## 720  2022-11-28 23:00:00
## 721  2022-11-28 23:00:00
## 722  2022-11-28 23:00:00
## 723  2022-11-28 23:00:00
## 724  2022-11-28 23:00:00
## 725  2022-11-28 23:00:00
## 726  2022-11-28 23:00:00
## 727  2022-11-28 23:00:00
## 728  2022-11-28 23:00:00
## 729  2022-11-28 23:00:00
## 730  2022-11-28 23:00:00
## 731  2022-11-28 23:00:00
## 732  2022-11-28 23:00:00
## 733  2022-11-28 23:00:00
## 734  2022-11-28 23:00:00
## 735  2022-11-28 23:00:00
## 736  2022-11-28 23:00:00
## 737  2022-11-28 23:00:00
## 738  2022-11-28 23:00:00
## 739  2022-11-28 23:00:00
## 740  2022-11-28 23:00:00
## 741  2022-11-28 23:00:00
## 742  2022-11-28 23:00:00
## 743  2022-11-28 23:00:00
## 744  2022-11-28 23:00:00
## 745  2022-11-28 23:00:00
## 746  2022-11-28 23:00:00
## 747  2022-11-28 23:00:00
## 748  2022-11-28 23:00:00
## 749  2022-11-28 23:00:00
## 750  2022-11-28 23:00:00
## 751  2022-11-28 23:00:00
## 752  2022-11-28 23:00:00
## 753  2022-11-28 23:00:00
## 754  2022-11-28 23:00:00
## 755  2022-11-28 23:00:00
## 756  2022-11-28 23:00:00
## 757  2022-11-28 23:00:00
## 758  2022-11-28 23:00:00
## 759  2022-11-28 23:00:00
## 760  2022-11-28 23:00:00
## 761  2022-11-28 23:00:00
## 762  2022-11-28 23:00:00
## 763  2022-11-28 23:00:00
## 764  2022-11-28 23:00:00
## 765  2022-11-28 23:00:00
## 766  2022-11-28 23:00:00
## 767  2022-11-28 23:00:00
## 768  2022-11-28 23:00:00
## 769  2022-11-28 23:00:00
## 770  2022-11-28 23:00:00
## 771  2022-11-28 23:00:00
## 772  2022-11-28 23:00:00
## 773  2022-11-28 23:00:00
## 774  2022-11-28 23:00:00
## 775  2022-11-28 23:00:00
## 776  2022-11-28 23:00:00
## 777  2022-11-28 23:00:00
## 778  2022-11-28 23:00:00
## 779  2022-11-28 23:00:00
## 780  2022-11-28 23:00:00
## 781  2022-11-28 23:00:00
## 782  2022-11-28 23:00:00
## 783  2022-11-28 23:00:00
## 784  2022-11-28 23:00:00
## 785  2022-11-28 23:00:00
## 786  2022-11-28 23:00:00
## 787  2022-11-28 23:00:00
## 788  2022-11-28 23:00:00
## 789  2022-11-28 23:00:00
## 790  2022-11-28 23:00:00
## 791  2022-11-28 23:00:00
## 792  2022-11-28 23:00:00
## 793  2022-11-28 23:00:00
## 794  2022-11-28 23:00:00
## 795  2022-11-28 23:00:00
## 796  2022-11-28 23:00:00
## 797  2022-11-28 23:00:00
## 798  2022-11-28 23:00:00
## 799  2022-11-28 23:00:00
## 800  2022-11-28 23:00:00
## 801  2022-11-28 23:00:00
## 802  2022-11-28 23:00:00
## 803  2022-11-28 23:00:00
## 804  2022-11-28 23:00:00
## 805  2022-11-28 23:00:00
## 806  2022-11-28 23:00:00
## 807  2022-11-28 23:00:00
## 808  2022-11-28 23:00:00
## 809  2022-11-28 23:00:00
## 810  2022-11-28 23:00:00
## 811  2022-11-28 23:00:00
## 812  2022-11-28 23:00:00
## 813  2022-11-28 23:00:00
## 814  2022-11-28 23:00:00
## 815  2022-11-28 23:00:00
## 816  2022-11-28 23:00:00
## 817  2022-11-28 23:00:00
## 818  2022-11-28 23:00:00
## 819  2022-11-28 23:00:00
## 820  2022-11-28 23:00:00
## 821  2022-11-28 23:00:00
## 822  2022-11-28 23:00:00
## 823  2022-11-28 23:00:00
## 824  2022-11-28 23:00:00
## 825  2022-11-28 23:00:00
## 826  2022-11-28 23:00:00
## 827  2022-11-28 23:00:00
## 828  2022-11-28 23:00:00
## 829  2022-11-28 23:00:00
## 830  2022-11-28 23:00:00
## 831  2022-11-28 23:00:00
## 832  2022-11-28 23:00:00
## 833  2022-11-28 23:00:00
## 834  2022-11-28 23:00:00
## 835  2022-11-28 23:00:00
## 836  2022-11-28 23:00:00
## 837  2022-11-28 23:00:00
## 838  2022-11-28 23:00:00
## 839  2022-11-28 23:00:00
## 840  2022-11-28 23:00:00
## 841  2022-11-28 23:00:00
## 842  2022-11-28 23:00:00
## 843  2022-11-28 23:00:00
## 844  2022-11-28 23:00:00
## 845  2022-11-28 23:00:00
## 846  2022-11-28 23:00:00
## 847  2022-11-28 23:00:00
## 848  2022-11-28 23:00:00
## 849  2022-11-28 23:00:00
## 850  2022-11-28 23:00:00
## 851  2022-11-28 23:00:00
## 852  2022-11-28 23:00:00
## 853  2022-11-28 23:00:00
## 854  2022-11-28 23:00:00
## 855  2022-11-28 23:00:00
## 856  2022-11-28 23:00:00
## 857  2022-11-28 23:00:00
## 858  2022-11-28 23:00:00
## 859  2022-11-28 23:00:00
## 860  2022-11-28 23:00:00
## 861  2022-11-28 23:00:00
## 862  2022-11-28 23:00:00
## 863  2022-11-28 23:00:00
## 864  2022-11-28 23:00:00
## 865  2022-11-28 23:00:00
## 866  2022-11-28 23:00:00
## 867  2022-11-28 23:00:00
## 868  2022-11-28 23:00:00
## 869  2022-11-28 23:00:00
## 870  2022-11-28 23:00:00
## 871  2022-11-28 23:00:00
## 872  2022-11-28 23:00:00
## 873  2022-11-28 23:00:00
## 874  2022-11-28 23:00:00
## 875  2022-11-28 23:00:00
## 876  2022-11-28 23:00:00
## 877  2022-11-28 23:00:00
## 878  2022-11-28 23:00:00
## 879  2022-11-28 23:00:00
## 880  2022-11-28 23:00:00
## 881  2022-11-28 23:00:00
## 882  2022-11-28 23:00:00
## 883  2022-11-28 23:00:00
## 884  2022-11-28 23:00:00
## 885  2022-11-28 23:00:00
## 886  2022-11-28 23:00:00
## 887  2022-11-28 23:00:00
## 888  2022-11-28 23:00:00
## 889  2022-11-28 23:00:00
## 890  2022-11-28 23:00:00
## 891  2022-11-28 23:00:00
## 892  2022-11-28 23:00:00
## 893  2022-11-28 23:00:00
## 894  2022-11-28 23:00:00
## 895  2022-11-28 23:00:00
## 896  2022-11-28 23:00:00
## 897  2022-11-28 23:00:00
## 898  2022-11-28 23:00:00
## 899  2022-11-28 23:00:00
## 900  2022-11-28 23:00:00
## 901  2022-11-28 23:00:00
## 902  2022-11-28 23:00:00
## 903  2022-11-28 23:00:00
## 904  2022-11-28 23:00:00
## 905  2022-11-28 23:00:00
## 906  2022-11-28 23:00:00
## 907  2022-11-28 23:00:00
## 908  2022-11-28 23:00:00
## 909  2022-11-28 23:00:00
## 910  2022-11-28 23:00:00
## 911  2022-11-28 23:00:00
## 912  2022-11-28 23:00:00
## 913  2022-11-28 23:00:00
## 914  2022-11-28 23:00:00
## 915  2022-11-28 23:00:00
## 916  2022-11-28 23:00:00
## 917  2022-11-28 23:00:00
## 918  2022-11-28 23:00:00
## 919  2022-11-28 23:00:00
## 920  2022-11-28 23:00:00
## 921  2022-11-28 23:00:00
## 922  2022-11-28 23:00:00
## 923  2022-11-28 23:00:00
## 924  2022-11-28 23:00:00
## 925  2022-11-28 23:00:00
## 926  2022-11-28 23:00:00
## 927  2022-11-28 23:00:00
## 928  2022-11-28 23:00:00
## 929  2022-11-28 23:00:00
## 930  2022-11-28 23:00:00
## 931  2022-11-28 23:00:00
## 932  2022-11-28 23:00:00
## 933  2022-11-28 23:00:00
## 934  2022-11-28 23:00:00
## 935  2022-11-28 23:00:00
## 936  2022-11-28 23:00:00
## 937  2022-11-28 23:00:00
## 938  2022-11-28 23:00:00
## 939  2022-11-28 23:00:00
## 940  2022-11-28 23:00:00
## 941  2022-11-28 23:00:00
## 942  2022-11-28 23:00:00
## 943  2022-11-28 23:00:00
## 944  2022-11-28 23:00:00
## 945  2022-11-28 23:00:00
## 946  2022-11-28 23:00:00
## 947  2022-11-28 23:00:00
## 948  2022-11-28 23:00:00
## 949  2022-11-28 23:00:00
## 950  2022-11-28 23:00:00
## 951  2022-11-28 23:00:00
## 952  2022-11-28 23:00:00
## 953  2022-11-28 23:00:00
## 954  2022-11-28 23:00:00
## 955  2022-11-28 23:00:00
## 956  2022-11-28 23:00:00
## 957  2022-11-28 23:00:00
## 958  2022-11-28 23:00:00
## 959  2022-11-28 23:00:00
## 960  2022-11-28 23:00:00
## 961  2022-11-28 23:00:00
## 962  2022-11-28 23:00:00
## 963  2022-11-28 23:00:00
## 964  2022-11-28 23:00:00
## 965  2022-11-28 23:00:00
## 966  2022-11-28 23:00:00
## 967  2022-11-28 23:00:00
## 968  2022-11-28 23:00:00
## 969  2022-11-28 23:00:00
## 970  2022-11-28 23:00:00
## 971  2022-11-28 23:00:00
## 972  2022-11-28 23:00:00
## 973  2022-11-28 23:00:00
## 974  2022-11-28 23:00:00
## 975  2022-11-28 23:00:00
## 976  2022-11-28 23:00:00
## 977  2022-11-28 23:00:00
## 978  2022-11-28 23:00:00
## 979  2022-11-28 23:00:00
## 980  2022-11-28 23:00:00
## 981  2022-11-28 23:00:00
## 982  2022-11-28 23:00:00
## 983  2022-11-28 23:00:00
## 984  2022-11-28 23:00:00
## 985  2022-11-28 23:00:00
## 986  2022-11-28 23:00:00
## 987  2022-11-28 23:00:00
## 988  2022-11-28 23:00:00
## 989  2022-11-28 23:00:00
## 990  2022-11-28 23:00:00
## 991  2022-11-28 23:00:00
## 992  2022-11-28 23:00:00
## 993  2022-11-28 23:00:00
## 994  2022-11-28 23:00:00
## 995  2022-11-28 23:00:00
## 996  2022-11-28 23:00:00
## 997  2022-11-28 23:00:00
## 998  2022-11-28 23:00:00
## 999  2022-11-28 23:00:00
## 1000 2022-11-28 23:00:00
## 1001 2022-11-28 23:00:00
## 1002 2022-11-28 23:00:00
## 1003 2022-11-28 23:00:00
## 1004 2022-11-28 23:00:00
## 1005 2022-11-28 23:00:00
## 1006 2022-11-28 23:00:00
## 1007 2022-11-28 23:00:00
## 1008 2022-11-28 23:00:00
## 1009 2022-11-28 23:00:00
## 1010 2022-11-28 23:00:00
## 1011 2022-11-28 23:00:00
## 1012 2022-11-28 23:00:00
## 1013 2022-11-28 23:00:00
## 1014 2022-11-28 23:00:00
## 1015 2022-11-28 23:00:00
## 1016 2022-11-28 23:00:00
## 1017 2022-11-28 23:00:00
## 1018 2022-11-28 23:00:00
## 1019 2022-11-28 23:00:00
## 1020 2022-11-28 23:00:00
## 1021 2022-11-28 23:00:00
## 1022 2022-11-28 23:00:00
## 1023 2022-11-28 23:00:00
## 1024 2022-11-28 23:00:00
## 1025 2022-11-28 23:00:00
## 1026 2022-11-28 23:00:00
## 1027 2022-11-28 23:00:00
## 1028 2022-11-28 23:00:00
## 1029 2022-11-28 23:00:00
## 1030 2022-11-28 23:00:00
## 1031 2022-11-28 23:00:00
## 1032 2022-11-28 23:00:00
## 1033 2022-11-28 23:00:00
## 1034 2022-11-28 23:00:00
## 1035 2022-11-28 23:00:00
## 1036 2022-11-28 23:00:00
## 1037 2022-11-28 23:00:00
## 1038 2022-11-28 23:00:00
## 1039 2022-11-28 23:00:00
## 1040 2022-11-28 23:00:00
## 1041 2022-11-28 23:00:00
## 1042 2022-11-28 23:00:00
## 1043 2022-11-28 23:00:00
## 1044 2022-11-28 23:00:00
## 1045 2022-11-28 23:00:00
## 1046 2022-11-28 23:00:00
## 1047 2022-11-28 23:00:00
## 1048 2022-11-28 23:00:00
## 1049 2022-11-28 23:00:00
## 1050 2022-11-28 23:00:00
## 1051 2022-11-28 23:00:00
## 1052 2022-11-28 23:00:00
## 1053 2022-11-28 23:00:00
## 1054 2022-11-28 23:00:00
## 1055 2022-11-28 23:00:00
## 1056 2022-11-28 23:00:00
## 1057 2022-11-28 23:00:00
## 1058 2022-11-28 23:00:00
## 1059 2022-11-28 23:00:00
## 1060 2022-11-28 23:00:00
## 1061 2022-11-28 23:00:00
## 1062 2022-11-28 23:00:00
## 1063 2022-11-28 23:00:00
## 1064 2022-11-28 23:00:00
## 1065 2022-11-28 23:00:00
## 1066 2022-11-28 23:00:00
## 1067 2022-11-28 23:00:00
## 1068 2022-11-28 23:00:00
## 1069 2022-11-28 23:00:00
## 1070 2022-11-28 23:00:00
## 1071 2022-11-28 23:00:00
## 1072 2022-11-28 23:00:00
## 1073 2022-11-28 23:00:00
## 1074 2022-11-28 23:00:00
## 1075 2022-11-28 23:00:00
## 1076 2022-11-28 23:00:00
## 1077 2022-11-28 23:00:00
## 1078 2022-11-28 23:00:00
## 1079 2022-11-28 23:00:00
## 1080 2022-11-28 23:00:00
## 1081 2022-11-28 23:00:00
## 1082 2022-11-28 23:00:00
## 1083 2022-11-28 23:00:00
## 1084 2022-11-28 23:00:00
## 1085 2022-11-28 23:00:00
## 1086 2022-11-28 23:00:00
## 1087 2022-11-28 23:00:00
## 1088 2022-11-28 23:00:00
## 1089 2022-11-28 23:00:00
## 1090 2022-11-28 23:00:00
## 1091 2022-11-28 23:00:00
## 1092 2022-11-28 23:00:00
## 1093 2022-11-28 23:00:00
## 1094 2022-11-28 23:00:00
## 1095 2022-11-28 23:00:00
## 1096 2022-11-28 23:00:00
## 1097 2022-11-28 23:00:00
## 1098 2022-11-28 23:00:00
## 1099 2022-11-28 23:00:00
## 1100 2022-11-28 23:00:00
## 1101 2022-11-28 23:00:00
## 1102 2022-11-28 23:00:00
## 1103 2022-11-28 23:00:00
## 1104 2022-11-28 23:00:00
## 1105 2022-11-28 23:00:00
## 1106 2022-11-28 23:00:00
## 1107 2022-11-28 23:00:00
## 1108 2022-11-28 23:00:00
## 1109 2022-11-28 23:00:00
## 1110 2022-11-28 23:00:00
## 1111 2022-11-28 23:00:00
## 1112 2022-11-28 23:00:00
## 1113 2022-11-28 23:00:00
## 1114 2022-11-28 23:00:00
## 1115 2022-11-28 23:00:00
## 1116 2022-11-28 23:00:00
## 1117 2022-11-28 23:00:00
## 1118 2022-11-28 23:00:00
## 1119 2022-11-28 23:00:00
## 1120 2022-11-28 23:00:00
## 1121 2022-11-28 23:00:00
## 1122 2022-11-28 23:00:00
## 1123 2022-11-28 23:00:00
## 1124 2022-11-28 23:00:00
## 1125 2022-11-28 23:00:00
## 1126 2022-11-28 23:00:00
## 1127 2022-11-28 23:00:00
## 1128 2022-11-28 23:00:00
## 1129 2022-11-28 23:00:00
## 1130 2022-11-28 23:00:00
## 1131 2022-11-28 23:00:00
## 1132 2022-11-28 23:00:00
## 1133 2022-11-28 23:00:00
## 1134 2022-11-28 23:00:00
## 1135 2022-11-28 23:00:00
## 1136 2022-11-28 23:00:00
## 1137 2022-11-28 23:00:00
## 1138 2022-11-28 23:00:00
## 1139 2022-11-28 23:00:00
## 1140 2022-11-28 23:00:00
## 1141 2022-11-28 23:00:00
## 1142 2022-11-28 23:00:00
## 1143 2022-11-28 23:00:00
## 1144 2022-11-28 23:00:00
## 1145 2022-11-28 23:00:00
## 1146 2022-11-28 23:00:00
## 1147 2022-11-28 23:00:00
## 1148 2022-11-28 23:00:00
## 1149 2022-11-28 23:00:00
## 1150 2022-11-28 23:00:00
## 1151 2022-11-28 23:00:00
## 1152 2022-11-28 23:00:00
## 1153 2022-11-28 23:00:00
## 1154 2022-11-28 23:00:00
## 1155 2022-11-28 23:00:00
## 1156 2022-11-28 23:00:00
## 1157 2022-11-28 23:00:00
## 1158 2022-11-28 23:00:00
## 1159 2022-11-28 23:00:00
## 1160 2022-11-28 23:00:00
## 1161 2022-11-28 23:00:00
## 1162 2022-11-28 23:00:00
## 1163 2022-11-28 23:00:00
## 1164 2022-11-28 23:00:00
## 1165 2022-11-28 23:00:00
## 1166 2022-11-28 23:00:00
## 1167 2022-11-28 23:00:00
## 1168 2022-11-28 23:00:00
## 1169 2022-11-28 23:00:00
## 1170 2022-11-28 23:00:00
## 1171 2022-11-28 23:00:00
## 1172 2022-11-28 23:00:00
## 1173 2022-11-28 23:00:00
## 1174 2022-11-28 23:00:00
## 1175 2022-11-28 23:00:00
## 1176 2022-11-28 23:00:00
## 1177 2022-11-28 23:00:00
## 1178 2022-11-28 23:00:00
## 1179 2022-11-28 23:00:00
## 1180 2022-11-28 23:00:00
## 1181 2022-11-28 23:00:00
## 1182 2022-11-28 23:00:00
## 1183 2022-11-28 23:00:00
## 1184 2022-11-28 23:00:00
## 1185 2022-11-28 23:00:00
## 1186 2022-11-28 23:00:00
## 1187 2022-11-28 23:00:00
## 1188 2022-11-28 23:00:00
## 1189 2022-11-28 23:00:00
## 1190 2022-11-28 23:00:00
## 1191 2022-11-28 23:00:00
## 1192 2022-11-28 23:00:00
## 1193 2022-11-28 23:00:00
## 1194 2022-11-28 23:00:00
## 1195 2022-11-28 23:00:00
## 1196 2022-11-28 23:00:00
## 1197 2022-11-28 23:00:00
## 1198 2022-11-28 23:00:00
## 1199 2022-11-28 23:00:00
## 1200 2022-11-28 23:00:00
## 1201 2022-11-28 23:00:00
## 1202 2022-11-28 23:00:00
## 1203 2022-11-28 23:00:00
## 1204 2022-11-28 23:00:00
## 1205 2022-11-28 23:00:00
## 1206 2022-11-28 23:00:00
## 1207 2022-11-28 23:00:00
## 1208 2022-11-28 23:00:00
## 1209 2022-11-28 23:00:00
## 1210 2022-11-28 23:00:00
## 1211 2022-11-28 23:00:00
## 1212 2022-11-28 23:00:00
## 1213 2022-11-28 23:00:00
## 1214 2022-11-28 23:00:00
## 1215 2022-11-28 23:00:00
## 1216 2022-11-28 23:00:00
## 1217 2022-11-28 23:00:00
## 1218 2022-11-28 23:00:00
## 1219 2022-11-28 23:00:00
## 1220 2022-11-28 23:00:00
## 1221 2022-11-28 23:00:00
## 1222 2022-11-28 23:00:00
## 1223 2022-11-28 23:00:00
## 1224 2022-11-28 23:00:00
## 1225 2022-11-28 23:00:00
## 1226 2022-11-28 23:00:00
## 1227 2022-11-28 23:00:00
## 1228 2022-11-28 23:00:00
## 1229 2022-11-28 23:00:00
## 1230 2022-11-28 23:00:00
## 1231 2022-11-28 23:00:00
## 1232 2022-11-28 23:00:00
## 1233 2022-11-28 23:00:00
## 1234 2022-11-28 23:00:00
## 1235 2022-11-28 23:00:00
## 1236 2022-11-28 23:00:00
## 1237 2022-11-28 23:00:00
## 1238 2022-11-28 23:00:00
## 1239 2022-11-28 23:00:00
## 1240 2022-11-28 23:00:00
## 1241 2022-11-28 23:00:00
## 1242 2022-11-28 23:00:00
## 1243 2022-11-28 23:00:00
## 1244 2022-11-28 23:00:00
## 1245 2022-11-28 23:00:00
## 1246 2022-11-28 23:00:00
## 1247 2022-11-28 23:00:00
## 1248 2022-11-28 23:00:00
## 1249 2022-11-28 23:00:00
## 1250 2022-11-28 23:00:00
## 1251 2022-11-28 23:00:00
## 1252 2022-11-28 23:00:00
## 1253 2022-11-28 23:00:00
## 1254 2022-11-28 23:00:00
## 1255 2022-11-28 23:00:00
## 1256 2022-11-28 23:00:00
## 1257 2022-11-28 23:00:00
## 1258 2022-11-28 23:00:00
## 1259 2022-11-28 23:00:00
## 1260 2022-11-28 23:00:00
## 1261 2022-11-28 23:00:00
## 1262 2022-11-28 23:00:00
## 1263 2022-11-28 23:00:00
## 1264 2022-11-28 23:00:00
## 1265 2022-11-28 23:00:00
## 1266 2022-11-28 23:00:00
## 1267 2022-11-28 23:00:00
## 1268 2022-11-28 23:00:00
## 1269 2022-11-28 23:00:00
## 1270 2022-11-28 23:00:00
## 1271 2022-11-28 23:00:00
## 1272 2022-11-28 23:00:00
## 1273 2022-11-28 23:00:00
## 1274 2022-11-28 23:00:00
## 1275 2022-11-28 23:00:00
## 1276 2022-11-28 23:00:00
## 1277 2022-11-28 23:00:00
## 1278 2022-11-28 23:00:00
## 1279 2022-11-28 23:00:00
## 1280 2022-11-28 23:00:00
## 1281 2022-11-28 23:00:00
## 1282 2022-11-28 23:00:00
## 1283 2022-11-28 23:00:00
## 1284 2022-11-28 23:00:00
## 1285 2022-11-28 23:00:00
## 1286 2022-11-28 23:00:00
## 1287 2022-11-28 23:00:00
## 1288 2022-11-28 23:00:00
## 1289 2022-11-28 23:00:00
## 1290 2022-11-28 23:00:00
## 1291 2022-11-28 23:00:00
## 1292 2022-11-28 23:00:00
## 1293 2022-11-28 23:00:00
## 1294 2022-11-28 23:00:00
## 1295 2022-11-28 23:00:00
## 1296 2022-11-28 23:00:00
## 1297 2022-11-28 23:00:00
## 1298 2022-11-28 23:00:00
## 1299 2022-11-28 23:00:00
## 1300 2022-11-28 23:00:00
## 1301 2022-11-28 23:00:00
## 1302 2022-11-28 23:00:00
## 1303 2022-11-28 23:00:00
## 1304 2022-11-28 23:00:00
## 1305 2022-11-28 23:00:00
## 1306 2022-11-28 23:00:00
## 1307 2022-11-28 23:00:00
## 1308 2022-11-28 23:00:00
## 1309 2022-11-28 23:00:00
## 1310 2022-11-28 23:00:00
## 1311 2022-11-28 23:00:00
## 1312 2022-11-28 23:00:00
## 1313 2022-11-28 23:00:00
## 1314 2022-11-28 23:00:00
## 1315 2022-11-28 23:00:00
## 1316 2022-11-28 23:00:00
## 1317 2022-11-28 23:00:00
## 1318 2022-11-28 23:00:00
## 1319 2022-11-28 23:00:00
## 1320 2022-11-28 23:00:00
## 1321 2022-11-28 23:00:00
## 1322 2022-11-28 23:00:00
## 1323 2022-11-28 23:00:00
## 1324 2022-11-28 23:00:00
## 1325 2022-11-28 23:00:00
## 1326 2022-11-28 23:00:00
## 1327 2022-11-28 23:00:00
## 1328 2022-11-28 23:00:00
## 1329 2022-11-28 23:00:00
## 1330 2022-11-28 23:00:00
## 1331 2022-11-28 23:00:00
## 1332 2022-11-28 23:00:00
## 1333 2022-11-28 23:00:00
## 1334 2022-11-28 23:00:00
## 1335 2022-11-28 23:00:00
## 1336 2022-11-28 23:00:00
## 1337 2022-11-28 23:00:00
## 1338 2022-11-28 23:00:00
## 1339 2022-11-28 23:00:00
## 1340 2022-11-28 23:00:00
## 1341 2022-11-28 23:00:00
## 1342 2022-11-28 23:00:00
## 1343 2022-11-28 23:00:00
## 1344 2022-11-28 23:00:00
## 1345 2022-11-28 23:00:00
## 1346 2022-11-28 23:00:00
## 1347 2022-11-28 23:00:00
## 1348 2022-11-28 23:00:00
## 1349 2022-11-28 23:00:00
## 1350 2022-11-28 23:00:00
## 1351 2022-11-28 23:00:00
## 1352 2022-11-28 23:00:00
## 1353 2022-11-28 23:00:00
## 1354 2022-11-28 23:00:00
## 1355 2022-11-28 23:00:00
## 1356 2022-11-28 23:00:00
## 1357 2022-11-28 23:00:00
## 1358 2022-11-28 23:00:00
## 1359 2022-11-28 23:00:00
## 1360 2022-11-28 23:00:00
## 1361 2022-11-28 23:00:00
## 1362 2022-11-28 23:00:00
## 1363 2022-11-28 23:00:00
## 1364 2022-11-28 23:00:00
## 1365 2022-11-28 23:00:00
## 1366 2022-11-28 23:00:00
## 1367 2022-11-28 23:00:00
## 1368 2022-11-28 23:00:00
## 1369 2022-11-28 23:00:00
## 1370 2022-11-28 23:00:00
## 1371 2022-11-28 23:00:00
## 1372 2022-11-28 23:00:00
## 1373 2022-11-28 23:00:00
## 1374 2022-11-28 23:00:00
## 1375 2022-11-28 23:00:00
## 1376 2022-11-28 23:00:00
## 1377 2022-11-28 23:00:00
## 1378 2022-11-28 23:00:00
## 1379 2022-11-28 23:00:00
## 1380 2022-11-28 23:00:00
## 1381 2022-11-28 23:00:00
## 1382 2022-11-28 23:00:00
## 1383 2022-11-28 23:00:00
## 1384 2022-11-28 23:00:00
## 1385 2022-11-28 23:00:00
## 1386 2022-11-28 23:00:00
## 1387 2022-11-28 23:00:00
## 1388 2022-11-28 23:00:00
## 1389 2022-11-28 23:00:00
## 1390 2022-11-28 23:00:00
## 1391 2022-11-28 23:00:00
## 1392 2022-11-28 23:00:00
## 1393 2022-11-28 23:00:00
## 1394 2022-11-28 23:00:00
## 1395 2022-11-28 23:00:00
## 1396 2022-11-28 23:00:00
## 1397 2022-11-28 23:00:00
## 1398 2022-11-28 23:00:00
## 1399 2022-11-28 23:00:00
## 1400 2022-11-28 23:00:00
## 1401 2022-11-28 22:00:00
## 1402 2022-11-28 22:00:00
## 1403 2022-11-28 22:00:00
## 1404 2022-11-28 22:00:00
## 1405 2022-11-28 22:00:00
## 1406 2022-11-28 22:00:00
## 1407 2022-11-28 22:00:00
## 1408 2022-11-28 22:00:00
## 1409 2022-11-28 22:00:00
## 1410 2022-11-28 22:00:00
## 1411 2022-11-28 22:00:00
## 1412 2022-11-28 22:00:00
## 1413 2022-11-28 22:00:00
## 1414 2022-11-28 22:00:00
## 1415 2022-11-28 22:00:00
## 1416 2022-11-28 22:00:00
## 1417 2022-11-28 22:00:00
## 1418 2022-11-28 22:00:00
## 1419 2022-11-28 22:00:00
## 1420 2022-11-28 22:00:00
## 1421 2022-11-28 22:00:00
## 1422 2022-11-28 22:00:00
## 1423 2022-11-28 22:00:00
## 1424 2022-11-28 22:00:00
## 1425 2022-11-28 22:00:00
## 1426 2022-11-28 22:00:00
## 1427 2022-11-28 22:00:00
## 1428 2022-11-28 22:00:00
## 1429 2022-11-28 22:00:00
## 1430 2022-11-28 22:00:00
## 1431 2022-11-28 22:00:00
## 1432 2022-11-28 22:00:00
## 1433 2022-11-28 22:00:00
## 1434 2022-11-28 22:00:00
## 1435 2022-11-28 22:00:00
## 1436 2022-11-28 22:00:00
## 1437 2022-11-28 22:00:00
## 1438 2022-11-28 22:00:00
## 1439 2022-11-28 22:00:00
## 1440 2022-11-28 22:00:00
## 1441 2022-11-28 22:00:00
## 1442 2022-11-28 22:00:00
## 1443 2022-11-28 22:00:00
## 1444 2022-11-28 22:00:00
## 1445 2022-11-28 22:00:00
## 1446 2022-11-28 22:00:00
## 1447 2022-11-28 22:00:00
## 1448 2022-11-28 22:00:00
## 1449 2022-11-28 22:00:00
## 1450 2022-11-28 22:00:00
## 1451 2022-11-28 22:00:00
## 1452 2022-11-28 22:00:00
## 1453 2022-11-28 22:00:00
## 1454 2022-11-28 22:00:00
## 1455 2022-11-28 22:00:00
## 1456 2022-11-28 22:00:00
## 1457 2022-11-28 22:00:00
## 1458 2022-11-28 22:00:00
## 1459 2022-11-28 22:00:00
## 1460 2022-11-28 22:00:00
## 1461 2022-11-28 22:00:00
## 1462 2022-11-28 22:00:00
## 1463 2022-11-28 22:00:00
## 1464 2022-11-28 22:00:00
## 1465 2022-11-28 22:00:00
## 1466 2022-11-28 22:00:00
## 1467 2022-11-28 22:00:00
## 1468 2022-11-28 22:00:00
## 1469 2022-11-28 22:00:00
## 1470 2022-11-28 22:00:00
## 1471 2022-11-28 22:00:00
## 1472 2022-11-28 22:00:00
## 1473 2022-11-28 22:00:00
## 1474 2022-11-28 22:00:00
## 1475 2022-11-28 22:00:00
## 1476 2022-11-28 22:00:00
## 1477 2022-11-28 22:00:00
## 1478 2022-11-28 22:00:00
## 1479 2022-11-28 22:00:00
## 1480 2022-11-28 22:00:00
## 1481 2022-11-28 22:00:00
## 1482 2022-11-28 22:00:00
## 1483 2022-11-28 22:00:00
## 1484 2022-11-28 22:00:00
## 1485 2022-11-28 22:00:00
## 1486 2022-11-28 22:00:00
## 1487 2022-11-28 22:00:00
## 1488 2022-11-28 22:00:00
## 1489 2022-11-28 22:00:00
## 1490 2022-11-28 22:00:00
## 1491 2022-11-28 22:00:00
## 1492 2022-11-28 22:00:00
## 1493 2022-11-28 22:00:00
## 1494 2022-11-28 22:00:00
## 1495 2022-11-28 22:00:00
## 1496 2022-11-28 22:00:00
## 1497 2022-11-28 22:00:00
## 1498 2022-11-28 22:00:00
## 1499 2022-11-28 22:00:00
## 1500 2022-11-28 22:00:00
## 1501 2022-11-28 22:00:00
## 1502 2022-11-28 22:00:00
## 1503 2022-11-28 22:00:00
## 1504 2022-11-28 22:00:00
## 1505 2022-11-28 22:00:00
## 1506 2022-11-28 22:00:00
## 1507 2022-11-28 22:00:00
## 1508 2022-11-28 22:00:00
## 1509 2022-11-28 22:00:00
## 1510 2022-11-28 22:00:00
## 1511 2022-11-28 22:00:00
## 1512 2022-11-28 22:00:00
## 1513 2022-11-28 22:00:00
## 1514 2022-11-28 22:00:00
## 1515 2022-11-28 22:00:00
## 1516 2022-11-28 22:00:00
## 1517 2022-11-28 22:00:00
## 1518 2022-11-28 22:00:00
## 1519 2022-11-28 22:00:00
## 1520 2022-11-28 22:00:00
## 1521 2022-11-28 22:00:00
## 1522 2022-11-28 22:00:00
## 1523 2022-11-28 22:00:00
## 1524 2022-11-28 22:00:00
## 1525 2022-11-28 22:00:00
## 1526 2022-11-28 22:00:00
## 1527 2022-11-28 22:00:00
## 1528 2022-11-28 22:00:00
## 1529 2022-11-28 22:00:00
## 1530 2022-11-28 22:00:00
## 1531 2022-11-28 22:00:00
## 1532 2022-11-28 22:00:00
## 1533 2022-11-28 22:00:00
## 1534 2022-11-28 22:00:00
## 1535 2022-11-28 22:00:00
## 1536 2022-11-28 22:00:00
## 1537 2022-11-28 22:00:00
## 1538 2022-11-28 22:00:00
## 1539 2022-11-28 22:00:00
## 1540 2022-11-28 22:00:00
## 1541 2022-11-28 22:00:00
## 1542 2022-11-28 22:00:00
## 1543 2022-11-28 22:00:00
## 1544 2022-11-28 22:00:00
## 1545 2022-11-28 22:00:00
## 1546 2022-11-28 22:00:00
## 1547 2022-11-28 22:00:00
## 1548 2022-11-28 22:00:00
## 1549 2022-11-28 22:00:00
## 1550 2022-11-28 22:00:00
## 1551 2022-11-28 22:00:00
## 1552 2022-11-28 22:00:00
## 1553 2022-11-28 22:00:00
## 1554 2022-11-28 22:00:00
## 1555 2022-11-28 22:00:00
## 1556 2022-11-28 22:00:00
## 1557 2022-11-28 22:00:00
## 1558 2022-11-28 22:00:00
## 1559 2022-11-28 22:00:00
## 1560 2022-11-28 22:00:00
## 1561 2022-11-28 22:00:00
## 1562 2022-11-28 22:00:00
## 1563 2022-11-28 22:00:00
## 1564 2022-11-28 22:00:00
## 1565 2022-11-28 22:00:00
## 1566 2022-11-28 22:00:00
## 1567 2022-11-28 22:00:00
## 1568 2022-11-28 22:00:00
## 1569 2022-11-28 22:00:00
## 1570 2022-11-28 22:00:00
## 1571 2022-11-28 22:00:00
## 1572 2022-11-28 22:00:00
## 1573 2022-11-28 22:00:00
## 1574 2022-11-28 22:00:00
## 1575 2022-11-28 22:00:00
## 1576 2022-11-28 22:00:00
## 1577 2022-11-28 22:00:00
## 1578 2022-11-28 22:00:00
## 1579 2022-11-28 22:00:00
## 1580 2022-11-28 22:00:00
## 1581 2022-11-28 22:00:00
## 1582 2022-11-28 22:00:00
## 1583 2022-11-28 22:00:00
## 1584 2022-11-28 22:00:00
## 1585 2022-11-28 22:00:00
## 1586 2022-11-28 22:00:00
## 1587 2022-11-28 22:00:00
## 1588 2022-11-28 22:00:00
## 1589 2022-11-28 22:00:00
## 1590 2022-11-28 22:00:00
## 1591 2022-11-28 22:00:00
## 1592 2022-11-28 22:00:00
## 1593 2022-11-28 22:00:00
## 1594 2022-11-28 22:00:00
## 1595 2022-11-28 22:00:00
## 1596 2022-11-28 22:00:00
## 1597 2022-11-28 22:00:00
## 1598 2022-11-28 22:00:00
## 1599 2022-11-28 22:00:00
## 1600 2022-11-28 22:00:00
## 1601 2022-11-28 22:00:00
## 1602 2022-11-28 22:00:00
## 1603 2022-11-28 22:00:00
## 1604 2022-11-28 22:00:00
## 1605 2022-11-28 22:00:00
## 1606 2022-11-28 22:00:00
## 1607 2022-11-28 22:00:00
## 1608 2022-11-28 22:00:00
## 1609 2022-11-28 22:00:00
## 1610 2022-11-28 22:00:00
## 1611 2022-11-28 22:00:00
## 1612 2022-11-28 22:00:00
## 1613 2022-11-28 22:00:00
## 1614 2022-11-28 22:00:00
## 1615 2022-11-28 22:00:00
## 1616 2022-11-28 22:00:00
## 1617 2022-11-28 22:00:00
## 1618 2022-11-28 22:00:00
## 1619 2022-11-28 22:00:00
## 1620 2022-11-28 22:00:00
## 1621 2022-11-28 22:00:00
## 1622 2022-11-28 22:00:00
## 1623 2022-11-28 22:00:00
## 1624 2022-11-28 22:00:00
## 1625 2022-11-28 22:00:00
## 1626 2022-11-28 22:00:00
## 1627 2022-11-28 22:00:00
## 1628 2022-11-28 22:00:00
## 1629 2022-11-28 22:00:00
## 1630 2022-11-28 22:00:00
## 1631 2022-11-28 22:00:00
## 1632 2022-11-28 22:00:00
## 1633 2022-11-28 22:00:00
## 1634 2022-11-28 22:00:00
## 1635 2022-11-28 22:00:00
## 1636 2022-11-28 22:00:00
## 1637 2022-11-28 22:00:00
## 1638 2022-11-28 22:00:00
## 1639 2022-11-28 22:00:00
## 1640 2022-11-28 22:00:00
## 1641 2022-11-28 22:00:00
## 1642 2022-11-28 22:00:00
## 1643 2022-11-28 22:00:00
## 1644 2022-11-28 22:00:00
## 1645 2022-11-28 22:00:00
## 1646 2022-11-28 22:00:00
## 1647 2022-11-28 22:00:00
## 1648 2022-11-28 22:00:00
## 1649 2022-11-28 22:00:00
## 1650 2022-11-28 22:00:00
## 1651 2022-11-28 22:00:00
## 1652 2022-11-28 22:00:00
## 1653 2022-11-28 22:00:00
## 1654 2022-11-28 22:00:00
## 1655 2022-11-28 22:00:00
## 1656 2022-11-28 22:00:00
## 1657 2022-11-28 22:00:00
## 1658 2022-11-28 22:00:00
## 1659 2022-11-28 22:00:00
## 1660 2022-11-28 22:00:00
## 1661 2022-11-28 22:00:00
## 1662 2022-11-28 22:00:00
## 1663 2022-11-28 22:00:00
## 1664 2022-11-28 22:00:00
## 1665 2022-11-28 22:00:00
## 1666 2022-11-28 22:00:00
## 1667 2022-11-28 22:00:00
## 1668 2022-11-28 22:00:00
## 1669 2022-11-28 22:00:00
## 1670 2022-11-28 22:00:00
## 1671 2022-11-28 22:00:00
## 1672 2022-11-28 22:00:00
## 1673 2022-11-28 22:00:00
## 1674 2022-11-28 22:00:00
## 1675 2022-11-28 22:00:00
## 1676 2022-11-28 22:00:00
## 1677 2022-11-28 22:00:00
## 1678 2022-11-28 22:00:00
## 1679 2022-11-28 22:00:00
## 1680 2022-11-28 22:00:00
## 1681 2022-11-28 22:00:00
## 1682 2022-11-28 22:00:00
## 1683 2022-11-28 22:00:00
## 1684 2022-11-28 22:00:00
## 1685 2022-11-28 22:00:00
## 1686 2022-11-28 22:00:00
## 1687 2022-11-28 22:00:00
## 1688 2022-11-28 22:00:00
## 1689 2022-11-28 22:00:00
## 1690 2022-11-28 22:00:00
## 1691 2022-11-28 22:00:00
## 1692 2022-11-28 22:00:00
## 1693 2022-11-28 22:00:00
## 1694 2022-11-28 22:00:00
## 1695 2022-11-28 22:00:00
## 1696 2022-11-28 22:00:00
## 1697 2022-11-28 22:00:00
## 1698 2022-11-28 22:00:00
## 1699 2022-11-28 22:00:00
## 1700 2022-11-28 22:00:00
## 1701 2022-11-28 22:00:00
## 1702 2022-11-28 22:00:00
## 1703 2022-11-28 22:00:00
## 1704 2022-11-28 22:00:00
## 1705 2022-11-28 22:00:00
## 1706 2022-11-28 22:00:00
## 1707 2022-11-28 22:00:00
## 1708 2022-11-28 22:00:00
## 1709 2022-11-28 22:00:00
## 1710 2022-11-28 22:00:00
## 1711 2022-11-28 22:00:00
## 1712 2022-11-28 22:00:00
## 1713 2022-11-28 22:00:00
## 1714 2022-11-28 22:00:00
## 1715 2022-11-28 22:00:00
## 1716 2022-11-28 22:00:00
## 1717 2022-11-28 22:00:00
## 1718 2022-11-28 22:00:00
## 1719 2022-11-28 22:00:00
## 1720 2022-11-28 22:00:00
## 1721 2022-11-28 22:00:00
## 1722 2022-11-28 22:00:00
## 1723 2022-11-28 22:00:00
## 1724 2022-11-28 22:00:00
## 1725 2022-11-28 22:00:00
## 1726 2022-11-28 22:00:00
## 1727 2022-11-28 22:00:00
## 1728 2022-11-28 22:00:00
## 1729 2022-11-28 22:00:00
## 1730 2022-11-28 22:00:00
## 1731 2022-11-28 22:00:00
## 1732 2022-11-28 22:00:00
## 1733 2022-11-28 22:00:00
## 1734 2022-11-28 22:00:00
## 1735 2022-11-28 22:00:00
## 1736 2022-11-28 22:00:00
## 1737 2022-11-28 22:00:00
## 1738 2022-11-28 22:00:00
## 1739 2022-11-28 22:00:00
## 1740 2022-11-28 22:00:00
## 1741 2022-11-28 22:00:00
## 1742 2022-11-28 22:00:00
## 1743 2022-11-28 22:00:00
## 1744 2022-11-28 22:00:00
## 1745 2022-11-28 22:00:00
## 1746 2022-11-28 22:00:00
## 1747 2022-11-28 22:00:00
## 1748 2022-11-28 22:00:00
## 1749 2022-11-28 22:00:00
## 1750 2022-11-28 22:00:00
## 1751 2022-11-28 22:00:00
## 1752 2022-11-28 22:00:00
## 1753 2022-11-28 22:00:00
## 1754 2022-11-28 22:00:00
## 1755 2022-11-28 22:00:00
## 1756 2022-11-28 22:00:00
## 1757 2022-11-28 22:00:00
## 1758 2022-11-28 22:00:00
## 1759 2022-11-28 22:00:00
## 1760 2022-11-28 22:00:00
## 1761 2022-11-28 22:00:00
## 1762 2022-11-28 22:00:00
## 1763 2022-11-28 22:00:00
## 1764 2022-11-28 22:00:00
## 1765 2022-11-28 22:00:00
## 1766 2022-11-28 22:00:00
## 1767 2022-11-28 22:00:00
## 1768 2022-11-28 22:00:00
## 1769 2022-11-28 22:00:00
## 1770 2022-11-28 22:00:00
## 1771 2022-11-28 22:00:00
## 1772 2022-11-28 22:00:00
## 1773 2022-11-28 22:00:00
## 1774 2022-11-28 22:00:00
## 1775 2022-11-28 22:00:00
## 1776 2022-11-28 22:00:00
## 1777 2022-11-28 22:00:00
## 1778 2022-11-28 22:00:00
## 1779 2022-11-28 22:00:00
## 1780 2022-11-28 22:00:00
## 1781 2022-11-28 22:00:00
## 1782 2022-11-28 22:00:00
## 1783 2022-11-28 22:00:00
## 1784 2022-11-28 22:00:00
## 1785 2022-11-28 22:00:00
## 1786 2022-11-28 22:00:00
## 1787 2022-11-28 22:00:00
## 1788 2022-11-28 22:00:00
## 1789 2022-11-28 22:00:00
## 1790 2022-11-28 22:00:00
## 1791 2022-11-28 22:00:00
## 1792 2022-11-28 22:00:00
## 1793 2022-11-28 22:00:00
## 1794 2022-11-28 22:00:00
## 1795 2022-11-28 22:00:00
## 1796 2022-11-28 22:00:00
## 1797 2022-11-28 22:00:00
## 1798 2022-11-28 22:00:00
## 1799 2022-11-28 22:00:00
## 1800 2022-11-28 22:00:00
## 1801 2022-11-28 22:00:00
## 1802 2022-11-28 22:00:00
## 1803 2022-11-28 22:00:00
## 1804 2022-11-28 22:00:00
## 1805 2022-11-28 22:00:00
## 1806 2022-11-28 22:00:00
## 1807 2022-11-28 22:00:00
## 1808 2022-11-28 22:00:00
## 1809 2022-11-28 22:00:00
## 1810 2022-11-28 22:00:00
## 1811 2022-11-28 22:00:00
## 1812 2022-11-28 22:00:00
## 1813 2022-11-28 22:00:00
## 1814 2022-11-28 22:00:00
## 1815 2022-11-28 22:00:00
## 1816 2022-11-28 22:00:00
## 1817 2022-11-28 22:00:00
## 1818 2022-11-28 22:00:00
## 1819 2022-11-28 22:00:00
## 1820 2022-11-28 22:00:00
## 1821 2022-11-28 22:00:00
## 1822 2022-11-28 22:00:00
## 1823 2022-11-28 22:00:00
## 1824 2022-11-28 22:00:00
## 1825 2022-11-28 22:00:00
## 1826 2022-11-28 22:00:00
## 1827 2022-11-28 22:00:00
## 1828 2022-11-28 22:00:00
## 1829 2022-11-28 22:00:00
## 1830 2022-11-28 22:00:00
## 1831 2022-11-28 22:00:00
## 1832 2022-11-28 22:00:00
## 1833 2022-11-28 22:00:00
## 1834 2022-11-28 22:00:00
## 1835 2022-11-28 22:00:00
## 1836 2022-11-28 22:00:00
## 1837 2022-11-28 22:00:00
## 1838 2022-11-28 22:00:00
## 1839 2022-11-28 22:00:00
## 1840 2022-11-28 22:00:00
## 1841 2022-11-28 22:00:00
## 1842 2022-11-28 22:00:00
## 1843 2022-11-28 22:00:00
## 1844 2022-11-28 22:00:00
## 1845 2022-11-28 22:00:00
## 1846 2022-11-28 22:00:00
## 1847 2022-11-28 22:00:00
## 1848 2022-11-28 22:00:00
## 1849 2022-11-28 22:00:00
## 1850 2022-11-28 22:00:00
## 1851 2022-11-28 22:00:00
## 1852 2022-11-28 22:00:00
## 1853 2022-11-28 22:00:00
## 1854 2022-11-28 22:00:00
## 1855 2022-11-28 22:00:00
## 1856 2022-11-28 22:00:00
## 1857 2022-11-28 22:00:00
## 1858 2022-11-28 22:00:00
## 1859 2022-11-28 22:00:00
## 1860 2022-11-28 22:00:00
## 1861 2022-11-28 22:00:00
## 1862 2022-11-28 22:00:00
## 1863 2022-11-28 22:00:00
## 1864 2022-11-28 22:00:00
## 1865 2022-11-28 22:00:00
## 1866 2022-11-28 22:00:00
## 1867 2022-11-28 22:00:00
## 1868 2022-11-28 22:00:00
## 1869 2022-11-28 22:00:00
## 1870 2022-11-28 22:00:00
## 1871 2022-11-28 22:00:00
## 1872 2022-11-28 22:00:00
## 1873 2022-11-28 22:00:00
## 1874 2022-11-28 22:00:00
## 1875 2022-11-28 22:00:00
## 1876 2022-11-28 22:00:00
## 1877 2022-11-28 22:00:00
## 1878 2022-11-28 22:00:00
## 1879 2022-11-28 22:00:00
## 1880 2022-11-28 22:00:00
## 1881 2022-11-28 22:00:00
## 1882 2022-11-28 22:00:00
## 1883 2022-11-28 22:00:00
## 1884 2022-11-28 22:00:00
## 1885 2022-11-28 22:00:00
## 1886 2022-11-28 22:00:00
## 1887 2022-11-28 22:00:00
## 1888 2022-11-28 22:00:00
## 1889 2022-11-28 22:00:00
## 1890 2022-11-28 22:00:00
## 1891 2022-11-28 22:00:00
## 1892 2022-11-28 22:00:00
## 1893 2022-11-28 22:00:00
## 1894 2022-11-28 22:00:00
## 1895 2022-11-28 22:00:00
## 1896 2022-11-28 22:00:00
## 1897 2022-11-28 22:00:00
## 1898 2022-11-28 22:00:00
## 1899 2022-11-28 22:00:00
## 1900 2022-11-28 22:00:00
## 1901 2022-11-28 22:00:00
## 1902 2022-11-28 22:00:00
## 1903 2022-11-28 22:00:00
## 1904 2022-11-28 22:00:00
## 1905 2022-11-28 22:00:00
## 1906 2022-11-28 22:00:00
## 1907 2022-11-28 22:00:00
## 1908 2022-11-28 22:00:00
## 1909 2022-11-28 22:00:00
## 1910 2022-11-28 22:00:00
## 1911 2022-11-28 22:00:00
## 1912 2022-11-28 22:00:00
## 1913 2022-11-28 22:00:00
## 1914 2022-11-28 22:00:00
## 1915 2022-11-28 22:00:00
## 1916 2022-11-28 22:00:00
## 1917 2022-11-28 22:00:00
## 1918 2022-11-28 22:00:00
## 1919 2022-11-28 22:00:00
## 1920 2022-11-28 22:00:00
## 1921 2022-11-28 22:00:00
## 1922 2022-11-28 22:00:00
## 1923 2022-11-28 22:00:00
## 1924 2022-11-28 22:00:00
## 1925 2022-11-28 22:00:00
## 1926 2022-11-28 22:00:00
## 1927 2022-11-28 22:00:00
## 1928 2022-11-28 22:00:00
## 1929 2022-11-28 22:00:00
## 1930 2022-11-28 22:00:00
## 1931 2022-11-28 22:00:00
## 1932 2022-11-28 22:00:00
## 1933 2022-11-28 22:00:00
## 1934 2022-11-28 22:00:00
## 1935 2022-11-28 22:00:00
## 1936 2022-11-28 22:00:00
## 1937 2022-11-28 22:00:00
## 1938 2022-11-28 22:00:00
## 1939 2022-11-28 22:00:00
## 1940 2022-11-28 22:00:00
## 1941 2022-11-28 22:00:00
## 1942 2022-11-28 22:00:00
## 1943 2022-11-28 22:00:00
## 1944 2022-11-28 22:00:00
## 1945 2022-11-28 22:00:00
## 1946 2022-11-28 22:00:00
## 1947 2022-11-28 22:00:00
## 1948 2022-11-28 22:00:00
## 1949 2022-11-28 22:00:00
## 1950 2022-11-28 22:00:00
## 1951 2022-11-28 22:00:00
## 1952 2022-11-28 22:00:00
## 1953 2022-11-28 22:00:00
## 1954 2022-11-28 22:00:00
## 1955 2022-11-28 22:00:00
## 1956 2022-11-28 22:00:00
## 1957 2022-11-28 22:00:00
## 1958 2022-11-28 22:00:00
## 1959 2022-11-28 22:00:00
## 1960 2022-11-28 22:00:00
## 1961 2022-11-28 22:00:00
## 1962 2022-11-28 22:00:00
## 1963 2022-11-28 22:00:00
## 1964 2022-11-28 22:00:00
## 1965 2022-11-28 22:00:00
## 1966 2022-11-28 22:00:00
## 1967 2022-11-28 22:00:00
## 1968 2022-11-28 22:00:00
## 1969 2022-11-28 22:00:00
## 1970 2022-11-28 22:00:00
## 1971 2022-11-28 22:00:00
## 1972 2022-11-28 22:00:00
## 1973 2022-11-28 22:00:00
## 1974 2022-11-28 22:00:00
## 1975 2022-11-28 22:00:00
## 1976 2022-11-28 22:00:00
## 1977 2022-11-28 22:00:00
## 1978 2022-11-28 22:00:00
## 1979 2022-11-28 22:00:00
## 1980 2022-11-28 22:00:00
## 1981 2022-11-28 22:00:00
## 1982 2022-11-28 22:00:00
## 1983 2022-11-28 22:00:00
## 1984 2022-11-28 22:00:00
## 1985 2022-11-28 22:00:00
## 1986 2022-11-28 22:00:00
## 1987 2022-11-28 22:00:00
## 1988 2022-11-28 22:00:00
## 1989 2022-11-28 22:00:00
## 1990 2022-11-28 22:00:00
## 1991 2022-11-28 22:00:00
## 1992 2022-11-28 22:00:00
## 1993 2022-11-28 22:00:00
## 1994 2022-11-28 22:00:00
## 1995 2022-11-28 22:00:00
## 1996 2022-11-28 22:00:00
## 1997 2022-11-28 22:00:00
## 1998 2022-11-28 22:00:00
## 1999 2022-11-28 22:00:00
## 2000 2022-11-28 22:00:00
## 2001 2022-11-28 22:00:00
## 2002 2022-11-28 22:00:00
## 2003 2022-11-28 22:00:00
## 2004 2022-11-28 22:00:00
## 2005 2022-11-28 22:00:00
## 2006 2022-11-28 22:00:00
## 2007 2022-11-28 22:00:00
## 2008 2022-11-28 22:00:00
## 2009 2022-11-28 22:00:00
## 2010 2022-11-28 22:00:00
## 2011 2022-11-28 22:00:00
## 2012 2022-11-28 22:00:00
## 2013 2022-11-28 22:00:00
## 2014 2022-11-28 22:00:00
## 2015 2022-11-28 22:00:00
## 2016 2022-11-28 22:00:00
## 2017 2022-11-28 22:00:00
## 2018 2022-11-28 22:00:00
## 2019 2022-11-28 22:00:00
## 2020 2022-11-28 22:00:00
## 2021 2022-11-28 22:00:00
## 2022 2022-11-28 22:00:00
## 2023 2022-11-28 22:00:00
## 2024 2022-11-28 22:00:00
## 2025 2022-11-28 22:00:00
## 2026 2022-11-28 22:00:00
## 2027 2022-11-28 22:00:00
## 2028 2022-11-28 22:00:00
## 2029 2022-11-28 22:00:00
## 2030 2022-11-28 22:00:00
## 2031 2022-11-28 22:00:00
## 2032 2022-11-28 22:00:00
## 2033 2022-11-28 22:00:00
## 2034 2022-11-28 22:00:00
## 2035 2022-11-28 22:00:00
## 2036 2022-11-28 22:00:00
## 2037 2022-11-28 22:00:00
## 2038 2022-11-28 22:00:00
## 2039 2022-11-28 22:00:00
## 2040 2022-11-28 22:00:00
## 2041 2022-11-28 22:00:00
## 2042 2022-11-28 22:00:00
## 2043 2022-11-28 22:00:00
## 2044 2022-11-28 22:00:00
## 2045 2022-11-28 22:00:00
## 2046 2022-11-28 22:00:00
## 2047 2022-11-28 22:00:00
## 2048 2022-11-28 22:00:00
## 2049 2022-11-28 22:00:00
## 2050 2022-11-28 22:00:00
## 2051 2022-11-28 22:00:00
## 2052 2022-11-28 22:00:00
## 2053 2022-11-28 22:00:00
## 2054 2022-11-28 22:00:00
## 2055 2022-11-28 22:00:00
## 2056 2022-11-28 22:00:00
## 2057 2022-11-28 22:00:00
## 2058 2022-11-28 22:00:00
## 2059 2022-11-28 22:00:00
## 2060 2022-11-28 22:00:00
## 2061 2022-11-28 22:00:00
## 2062 2022-11-28 22:00:00
## 2063 2022-11-28 22:00:00
## 2064 2022-11-28 22:00:00
## 2065 2022-11-28 22:00:00
## 2066 2022-11-28 22:00:00
## 2067 2022-11-28 22:00:00
## 2068 2022-11-28 22:00:00
## 2069 2022-11-28 22:00:00
## 2070 2022-11-28 22:00:00
## 2071 2022-11-28 22:00:00
## 2072 2022-11-28 22:00:00
## 2073 2022-11-28 22:00:00
## 2074 2022-11-28 22:00:00
## 2075 2022-11-28 22:00:00
## 2076 2022-11-28 22:00:00
## 2077 2022-11-28 22:00:00
## 2078 2022-11-28 22:00:00
## 2079 2022-11-28 22:00:00
## 2080 2022-11-28 22:00:00
## 2081 2022-11-28 22:00:00
## 2082 2022-11-28 22:00:00
## 2083 2022-11-28 22:00:00
## 2084 2022-11-28 22:00:00
## 2085 2022-11-28 22:00:00
## 2086 2022-11-28 22:00:00
## 2087 2022-11-28 22:00:00
## 2088 2022-11-28 22:00:00
## 2089 2022-11-28 22:00:00
## 2090 2022-11-28 22:00:00
## 2091 2022-11-28 22:00:00
## 2092 2022-11-28 22:00:00
## 2093 2022-11-28 22:00:00
## 2094 2022-11-28 22:00:00
## 2095 2022-11-28 22:00:00
## 2096 2022-11-28 22:00:00
## 2097 2022-11-28 22:00:00
## 2098 2022-11-28 22:00:00
## 2099 2022-11-28 22:00:00
## 2100 2022-11-28 22:00:00
## 2101 2022-11-28 22:00:00
## 2102 2022-11-28 22:00:00
## 2103 2022-11-28 22:00:00
## 2104 2022-11-28 22:00:00
## 2105 2022-11-28 22:00:00
## 2106 2022-11-28 22:00:00
## 2107 2022-11-28 22:00:00
## 2108 2022-11-28 22:00:00
## 2109 2022-11-28 22:00:00
## 2110 2022-11-28 22:00:00
## 2111 2022-11-28 22:00:00
## 2112 2022-11-28 22:00:00
## 2113 2022-11-28 22:00:00
## 2114 2022-11-28 22:00:00
## 2115 2022-11-28 22:00:00
## 2116 2022-11-28 22:00:00
## 2117 2022-11-28 22:00:00
## 2118 2022-11-28 22:00:00
## 2119 2022-11-28 22:00:00
## 2120 2022-11-28 22:00:00
## 2121 2022-11-28 22:00:00
## 2122 2022-11-28 22:00:00
## 2123 2022-11-28 22:00:00
## 2124 2022-11-28 22:00:00
## 2125 2022-11-28 22:00:00
## 2126 2022-11-28 22:00:00
## 2127 2022-11-28 22:00:00
## 2128 2022-11-28 22:00:00
## 2129 2022-11-28 22:00:00
## 2130 2022-11-28 22:00:00
## 2131 2022-11-28 22:00:00
## 2132 2022-11-28 22:00:00
## 2133 2022-11-28 22:00:00
## 2134 2022-11-28 22:00:00
## 2135 2022-11-28 22:00:00
## 2136 2022-11-28 22:00:00
## 2137 2022-11-28 22:00:00
## 2138 2022-11-28 22:00:00
## 2139 2022-11-28 22:00:00
## 2140 2022-11-28 22:00:00
## 2141 2022-11-28 22:00:00
## 2142 2022-11-28 22:00:00
## 2143 2022-11-28 22:00:00
## 2144 2022-11-28 22:00:00
## 2145 2022-11-28 22:00:00
## 2146 2022-11-28 22:00:00
## 2147 2022-11-28 22:00:00
## 2148 2022-11-28 22:00:00
## 2149 2022-11-28 22:00:00
## 2150 2022-11-28 22:00:00
## 2151 2022-11-28 22:00:00
## 2152 2022-11-28 22:00:00
## 2153 2022-11-28 22:00:00
## 2154 2022-11-28 22:00:00
## 2155 2022-11-28 22:00:00
## 2156 2022-11-28 22:00:00
## 2157 2022-11-28 22:00:00
## 2158 2022-11-28 22:00:00
## 2159 2022-11-28 22:00:00
## 2160 2022-11-28 22:00:00
## 2161 2022-11-28 22:00:00
## 2162 2022-11-28 22:00:00
## 2163 2022-11-28 22:00:00
## 2164 2022-11-28 22:00:00
## 2165 2022-11-28 22:00:00
## 2166 2022-11-28 22:00:00
## 2167 2022-11-28 22:00:00
## 2168 2022-11-28 22:00:00
## 2169 2022-11-28 22:00:00
## 2170 2022-11-28 22:00:00
## 2171 2022-11-28 22:00:00
## 2172 2022-11-28 22:00:00
## 2173 2022-11-28 22:00:00
## 2174 2022-11-28 22:00:00
## 2175 2022-11-28 22:00:00
## 2176 2022-11-28 22:00:00
## 2177 2022-11-28 22:00:00
## 2178 2022-11-28 22:00:00
## 2179 2022-11-28 22:00:00
## 2180 2022-11-28 22:00:00
## 2181 2022-11-28 22:00:00
## 2182 2022-11-28 22:00:00
## 2183 2022-11-28 22:00:00
## 2184 2022-11-28 22:00:00
## 2185 2022-11-28 22:00:00
## 2186 2022-11-28 22:00:00
## 2187 2022-11-28 22:00:00
## 2188 2022-11-28 22:00:00
## 2189 2022-11-28 22:00:00
## 2190 2022-11-28 22:00:00
## 2191 2022-11-28 22:00:00
## 2192 2022-11-28 22:00:00
## 2193 2022-11-28 22:00:00
## 2194 2022-11-28 22:00:00
## 2195 2022-11-28 22:00:00
## 2196 2022-11-28 22:00:00
## 2197 2022-11-28 22:00:00
## 2198 2022-11-28 22:00:00
## 2199 2022-11-28 22:00:00
## 2200 2022-11-28 22:00:00
## 2201 2022-11-28 22:00:00
## 2202 2022-11-28 22:00:00
## 2203 2022-11-28 22:00:00
## 2204 2022-11-28 22:00:00
## 2205 2022-11-28 22:00:00
## 2206 2022-11-28 22:00:00
## 2207 2022-11-28 22:00:00
## 2208 2022-11-28 22:00:00
## 2209 2022-11-28 22:00:00
## 2210 2022-11-28 22:00:00
## 2211 2022-11-28 22:00:00
## 2212 2022-11-28 22:00:00
## 2213 2022-11-28 22:00:00
## 2214 2022-11-28 22:00:00
## 2215 2022-11-28 22:00:00
## 2216 2022-11-28 22:00:00
## 2217 2022-11-28 22:00:00
## 2218 2022-11-28 22:00:00
## 2219 2022-11-28 22:00:00
## 2220 2022-11-28 22:00:00
## 2221 2022-11-28 22:00:00
## 2222 2022-11-28 22:00:00
## 2223 2022-11-28 22:00:00
## 2224 2022-11-28 22:00:00
## 2225 2022-11-28 22:00:00
## 2226 2022-11-28 22:00:00
## 2227 2022-11-28 22:00:00
## 2228 2022-11-28 22:00:00
## 2229 2022-11-28 22:00:00
## 2230 2022-11-28 22:00:00
## 2231 2022-11-28 22:00:00
## 2232 2022-11-28 22:00:00
## 2233 2022-11-28 22:00:00
## 2234 2022-11-28 22:00:00
## 2235 2022-11-28 22:00:00
## 2236 2022-11-28 22:00:00
## 2237 2022-11-28 22:00:00
## 2238 2022-11-28 22:00:00
## 2239 2022-11-28 22:00:00
## 2240 2022-11-28 22:00:00
## 2241 2022-11-28 22:00:00
## 2242 2022-11-28 22:00:00
## 2243 2022-11-28 22:00:00
## 2244 2022-11-28 22:00:00
## 2245 2022-11-28 22:00:00
## 2246 2022-11-28 22:00:00
## 2247 2022-11-28 22:00:00
## 2248 2022-11-28 22:00:00
## 2249 2022-11-28 22:00:00
## 2250 2022-11-28 22:00:00
## 2251 2022-11-28 22:00:00
## 2252 2022-11-28 22:00:00
## 2253 2022-11-28 22:00:00
## 2254 2022-11-28 22:00:00
## 2255 2022-11-28 22:00:00
## 2256 2022-11-28 22:00:00
## 2257 2022-11-28 22:00:00
## 2258 2022-11-28 22:00:00
## 2259 2022-11-28 22:00:00
## 2260 2022-11-28 22:00:00
## 2261 2022-11-28 22:00:00
## 2262 2022-11-28 22:00:00
## 2263 2022-11-28 22:00:00
## 2264 2022-11-28 22:00:00
## 2265 2022-11-28 22:00:00
## 2266 2022-11-28 22:00:00
## 2267 2022-11-28 22:00:00
## 2268 2022-11-28 22:00:00
## 2269 2022-11-28 22:00:00
## 2270 2022-11-28 22:00:00
## 2271 2022-11-28 22:00:00
## 2272 2022-11-28 22:00:00
## 2273 2022-11-28 22:00:00
## 2274 2022-11-28 22:00:00
## 2275 2022-11-28 22:00:00
## 2276 2022-11-28 22:00:00
## 2277 2022-11-28 22:00:00
## 2278 2022-11-28 22:00:00
## 2279 2022-11-28 22:00:00
## 2280 2022-11-28 22:00:00
## 2281 2022-11-28 22:00:00
## 2282 2022-11-28 22:00:00
## 2283 2022-11-28 22:00:00
## 2284 2022-11-28 22:00:00
## 2285 2022-11-28 22:00:00
## 2286 2022-11-28 22:00:00
## 2287 2022-11-28 22:00:00
## 2288 2022-11-28 22:00:00
## 2289 2022-11-28 22:00:00
## 2290 2022-11-28 22:00:00
## 2291 2022-11-28 22:00:00
## 2292 2022-11-28 22:00:00
## 2293 2022-11-28 22:00:00
## 2294 2022-11-28 22:00:00
## 2295 2022-11-28 22:00:00
## 2296 2022-11-28 22:00:00
## 2297 2022-11-28 22:00:00
## 2298 2022-11-28 22:00:00
## 2299 2022-11-28 22:00:00
## 2300 2022-11-28 22:00:00
## 2301 2022-11-28 22:00:00
## 2302 2022-11-28 22:00:00
## 2303 2022-11-28 22:00:00
## 2304 2022-11-28 22:00:00
## 2305 2022-11-28 22:00:00
## 2306 2022-11-28 22:00:00
## 2307 2022-11-28 22:00:00
## 2308 2022-11-28 22:00:00
## 2309 2022-11-28 22:00:00
## 2310 2022-11-28 22:00:00
## 2311 2022-11-28 22:00:00
## 2312 2022-11-28 22:00:00
## 2313 2022-11-28 22:00:00
## 2314 2022-11-28 22:00:00
## 2315 2022-11-28 22:00:00
## 2316 2022-11-28 22:00:00
## 2317 2022-11-28 22:00:00
## 2318 2022-11-28 22:00:00
## 2319 2022-11-28 22:00:00
## 2320 2022-11-28 22:00:00
## 2321 2022-11-28 22:00:00
## 2322 2022-11-28 22:00:00
## 2323 2022-11-28 22:00:00
## 2324 2022-11-28 22:00:00
## 2325 2022-11-28 22:00:00
## 2326 2022-11-28 22:00:00
## 2327 2022-11-28 22:00:00
## 2328 2022-11-28 22:00:00
## 2329 2022-11-28 22:00:00
## 2330 2022-11-28 22:00:00
## 2331 2022-11-28 22:00:00
## 2332 2022-11-28 22:00:00
## 2333 2022-11-28 22:00:00
## 2334 2022-11-28 22:00:00
## 2335 2022-11-28 22:00:00
## 2336 2022-11-28 22:00:00
## 2337 2022-11-28 22:00:00
## 2338 2022-11-28 22:00:00
## 2339 2022-11-28 22:00:00
## 2340 2022-11-28 22:00:00
## 2341 2022-11-28 22:00:00
## 2342 2022-11-28 22:00:00
## 2343 2022-11-28 22:00:00
## 2344 2022-11-28 22:00:00
## 2345 2022-11-28 22:00:00
## 2346 2022-11-28 22:00:00
## 2347 2022-11-28 22:00:00
## 2348 2022-11-28 22:00:00
## 2349 2022-11-28 22:00:00
## 2350 2022-11-28 22:00:00
## 2351 2022-11-28 22:00:00
## 2352 2022-11-28 22:00:00
## 2353 2022-11-28 22:00:00
## 2354 2022-11-28 22:00:00
## 2355 2022-11-28 22:00:00
## 2356 2022-11-28 22:00:00
## 2357 2022-11-28 22:00:00
## 2358 2022-11-28 22:00:00
## 2359 2022-11-28 22:00:00
## 2360 2022-11-28 22:00:00
## 2361 2022-11-28 22:00:00
## 2362 2022-11-28 22:00:00
## 2363 2022-11-28 22:00:00
## 2364 2022-11-28 22:00:00
## 2365 2022-11-28 22:00:00
## 2366 2022-11-28 22:00:00
## 2367 2022-11-28 22:00:00
## 2368 2022-11-28 22:00:00
## 2369 2022-11-28 22:00:00
## 2370 2022-11-28 22:00:00
## 2371 2022-11-28 22:00:00
## 2372 2022-11-28 22:00:00
## 2373 2022-11-28 22:00:00
## 2374 2022-11-28 22:00:00
## 2375 2022-11-28 22:00:00
## 2376 2022-11-28 22:00:00
## 2377 2022-11-28 22:00:00
## 2378 2022-11-28 22:00:00
## 2379 2022-11-28 22:00:00
## 2380 2022-11-28 22:00:00
## 2381 2022-11-28 22:00:00
## 2382 2022-11-28 22:00:00
## 2383 2022-11-28 22:00:00
## 2384 2022-11-28 22:00:00
## 2385 2022-11-28 22:00:00
## 2386 2022-11-28 22:00:00
## 2387 2022-11-28 22:00:00
## 2388 2022-11-28 22:00:00
## 2389 2022-11-28 22:00:00
## 2390 2022-11-28 22:00:00
## 2391 2022-11-28 22:00:00
## 2392 2022-11-28 22:00:00
## 2393 2022-11-28 22:00:00
## 2394 2022-11-28 22:00:00
## 2395 2022-11-28 22:00:00
## 2396 2022-11-28 22:00:00
## 2397 2022-11-28 22:00:00
## 2398 2022-11-28 22:00:00
## 2399 2022-11-28 22:00:00
## 2400 2022-11-28 22:00:00
## 2401 2022-11-28 22:00:00
## 2402 2022-11-28 22:00:00
## 2403 2022-11-28 22:00:00
## 2404 2022-11-28 22:00:00
## 2405 2022-11-28 22:00:00
## 2406 2022-11-28 22:00:00
## 2407 2022-11-28 22:00:00
## 2408 2022-11-28 22:00:00
## 2409 2022-11-28 22:00:00
## 2410 2022-11-28 22:00:00
## 2411 2022-11-28 22:00:00
## 2412 2022-11-28 22:00:00
## 2413 2022-11-28 22:00:00
## 2414 2022-11-28 22:00:00
## 2415 2022-11-28 22:00:00
## 2416 2022-11-28 22:00:00
## 2417 2022-11-28 22:00:00
## 2418 2022-11-28 22:00:00
## 2419 2022-11-28 22:00:00
## 2420 2022-11-28 22:00:00
## 2421 2022-11-28 22:00:00
## 2422 2022-11-28 22:00:00
## 2423 2022-11-28 22:00:00
## 2424 2022-11-28 22:00:00
## 2425 2022-11-28 22:00:00
## 2426 2022-11-28 22:00:00
## 2427 2022-11-28 22:00:00
## 2428 2022-11-28 22:00:00
## 2429 2022-11-28 22:00:00
## 2430 2022-11-28 22:00:00
## 2431 2022-11-28 22:00:00
## 2432 2022-11-28 22:00:00
## 2433 2022-11-28 22:00:00
## 2434 2022-11-28 22:00:00
## 2435 2022-11-28 22:00:00
## 2436 2022-11-28 22:00:00
## 2437 2022-11-28 22:00:00
## 2438 2022-11-28 22:00:00
## 2439 2022-11-28 22:00:00
## 2440 2022-11-28 22:00:00
## 2441 2022-11-28 22:00:00
## 2442 2022-11-28 22:00:00
## 2443 2022-11-28 22:00:00
## 2444 2022-11-28 22:00:00
## 2445 2022-11-28 22:00:00
## 2446 2022-11-28 22:00:00
## 2447 2022-11-28 22:00:00
## 2448 2022-11-28 22:00:00
## 2449 2022-11-28 22:00:00
## 2450 2022-11-28 22:00:00
## 2451 2022-11-28 22:00:00
## 2452 2022-11-28 22:00:00
## 2453 2022-11-28 22:00:00
## 2454 2022-11-28 22:00:00
## 2455 2022-11-28 22:00:00
## 2456 2022-11-28 22:00:00
## 2457 2022-11-28 22:00:00
## 2458 2022-11-28 22:00:00
## 2459 2022-11-28 22:00:00
## 2460 2022-11-28 22:00:00
## 2461 2022-11-28 22:00:00
## 2462 2022-11-28 22:00:00
## 2463 2022-11-28 22:00:00
## 2464 2022-11-28 22:00:00
## 2465 2022-11-28 22:00:00
## 2466 2022-11-28 22:00:00
## 2467 2022-11-28 22:00:00
## 2468 2022-11-28 22:00:00
## 2469 2022-11-28 22:00:00
## 2470 2022-11-28 22:00:00
## 2471 2022-11-28 22:00:00
## 2472 2022-11-28 22:00:00
## 2473 2022-11-28 22:00:00
## 2474 2022-11-28 22:00:00
## 2475 2022-11-28 22:00:00
## 2476 2022-11-28 22:00:00
## 2477 2022-11-28 22:00:00
## 2478 2022-11-28 22:00:00
## 2479 2022-11-28 22:00:00
## 2480 2022-11-28 22:00:00
## 2481 2022-11-28 22:00:00
## 2482 2022-11-28 22:00:00
## 2483 2022-11-28 22:00:00
## 2484 2022-11-28 22:00:00
## 2485 2022-11-28 22:00:00
## 2486 2022-11-28 22:00:00
## 2487 2022-11-28 22:00:00
## 2488 2022-11-28 22:00:00
## 2489 2022-11-28 22:00:00
## 2490 2022-11-28 22:00:00
## 2491 2022-11-28 22:00:00
## 2492 2022-11-28 22:00:00
## 2493 2022-11-28 22:00:00
## 2494 2022-11-28 22:00:00
## 2495 2022-11-28 22:00:00
## 2496 2022-11-28 22:00:00
## 2497 2022-11-28 22:00:00
## 2498 2022-11-28 22:00:00
## 2499 2022-11-28 22:00:00
## 2500 2022-11-28 22:00:00
## 2501 2022-11-28 22:00:00
## 2502 2022-11-28 22:00:00
## 2503 2022-11-28 22:00:00
## 2504 2022-11-28 22:00:00
## 2505 2022-11-28 22:00:00
## 2506 2022-11-28 22:00:00
## 2507 2022-11-28 22:00:00
## 2508 2022-11-28 22:00:00
## 2509 2022-11-28 22:00:00
## 2510 2022-11-28 22:00:00
## 2511 2022-11-28 22:00:00
## 2512 2022-11-28 22:00:00
## 2513 2022-11-28 22:00:00
## 2514 2022-11-28 22:00:00
## 2515 2022-11-28 22:00:00
## 2516 2022-11-28 22:00:00
## 2517 2022-11-28 22:00:00
## 2518 2022-11-28 22:00:00
## 2519 2022-11-28 22:00:00
## 2520 2022-11-28 22:00:00
## 2521 2022-11-28 22:00:00
## 2522 2022-11-28 22:00:00
## 2523 2022-11-28 22:00:00
## 2524 2022-11-28 22:00:00
## 2525 2022-11-28 22:00:00
## 2526 2022-11-28 22:00:00
## 2527 2022-11-28 22:00:00
## 2528 2022-11-28 22:00:00
## 2529 2022-11-28 22:00:00
## 2530 2022-11-28 22:00:00
## 2531 2022-11-28 22:00:00
## 2532 2022-11-28 22:00:00
## 2533 2022-11-28 22:00:00
## 2534 2022-11-28 22:00:00
## 2535 2022-11-28 22:00:00
## 2536 2022-11-28 22:00:00
## 2537 2022-11-28 22:00:00
## 2538 2022-11-28 22:00:00
## 2539 2022-11-28 22:00:00
## 2540 2022-11-28 22:00:00
## 2541 2022-11-28 22:00:00
## 2542 2022-11-28 22:00:00
## 2543 2022-11-28 22:00:00
## 2544 2022-11-28 22:00:00
## 2545 2022-11-28 22:00:00
## 2546 2022-11-28 22:00:00
## 2547 2022-11-28 22:00:00
## 2548 2022-11-28 22:00:00
## 2549 2022-11-28 22:00:00
## 2550 2022-11-28 22:00:00
## 2551 2022-11-28 22:00:00
## 2552 2022-11-28 22:00:00
## 2553 2022-11-28 22:00:00
## 2554 2022-11-28 22:00:00
## 2555 2022-11-28 22:00:00
## 2556 2022-11-28 22:00:00
## 2557 2022-11-28 22:00:00
## 2558 2022-11-28 22:00:00
## 2559 2022-11-28 22:00:00
## 2560 2022-11-28 22:00:00
## 2561 2022-11-28 22:00:00
## 2562 2022-11-28 22:00:00
## 2563 2022-11-28 22:00:00
## 2564 2022-11-28 22:00:00
## 2565 2022-11-28 22:00:00
## 2566 2022-11-28 22:00:00
## 2567 2022-11-28 22:00:00
## 2568 2022-11-28 21:00:00
## 2569 2022-11-28 21:00:00
## 2570 2022-11-28 21:00:00
## 2571 2022-11-28 21:00:00
## 2572 2022-11-28 21:00:00
## 2573 2022-11-28 21:00:00
## 2574 2022-11-28 21:00:00
## 2575 2022-11-28 21:00:00
## 2576 2022-11-28 21:00:00
## 2577 2022-11-28 21:00:00
## 2578 2022-11-28 21:00:00
## 2579 2022-11-28 21:00:00
## 2580 2022-11-28 21:00:00
## 2581 2022-11-28 21:00:00
## 2582 2022-11-28 21:00:00
## 2583 2022-11-28 21:00:00
## 2584 2022-11-28 21:00:00
## 2585 2022-11-28 21:00:00
## 2586 2022-11-28 21:00:00
## 2587 2022-11-28 21:00:00
## 2588 2022-11-28 21:00:00
## 2589 2022-11-28 21:00:00
## 2590 2022-11-28 21:00:00
## 2591 2022-11-28 21:00:00
## 2592 2022-11-28 21:00:00
## 2593 2022-11-28 21:00:00
## 2594 2022-11-28 21:00:00
## 2595 2022-11-28 21:00:00
## 2596 2022-11-28 21:00:00
## 2597 2022-11-28 21:00:00
## 2598 2022-11-28 21:00:00
## 2599 2022-11-28 21:00:00
## 2600 2022-11-28 21:00:00
## 2601 2022-11-28 21:00:00
## 2602 2022-11-28 21:00:00
## 2603 2022-11-28 21:00:00
## 2604 2022-11-28 21:00:00
## 2605 2022-11-28 21:00:00
## 2606 2022-11-28 21:00:00
## 2607 2022-11-28 21:00:00
## 2608 2022-11-28 21:00:00
## 2609 2022-11-28 21:00:00
## 2610 2022-11-28 21:00:00
## 2611 2022-11-28 21:00:00
## 2612 2022-11-28 21:00:00
## 2613 2022-11-28 21:00:00
## 2614 2022-11-28 21:00:00
## 2615 2022-11-28 21:00:00
## 2616 2022-11-28 21:00:00
## 2617 2022-11-28 21:00:00
## 2618 2022-11-28 21:00:00
## 2619 2022-11-28 21:00:00
## 2620 2022-11-28 21:00:00
## 2621 2022-11-28 21:00:00
## 2622 2022-11-28 21:00:00
## 2623 2022-11-28 21:00:00
## 2624 2022-11-28 21:00:00
## 2625 2022-11-28 21:00:00
## 2626 2022-11-28 21:00:00
## 2627 2022-11-28 21:00:00
## 2628 2022-11-28 21:00:00
## 2629 2022-11-28 21:00:00
## 2630 2022-11-28 21:00:00
## 2631 2022-11-28 21:00:00
## 2632 2022-11-28 21:00:00
## 2633 2022-11-28 21:00:00
## 2634 2022-11-28 21:00:00
## 2635 2022-11-28 21:00:00
## 2636 2022-11-28 21:00:00
## 2637 2022-11-28 21:00:00
## 2638 2022-11-28 21:00:00
## 2639 2022-11-28 21:00:00
## 2640 2022-11-28 21:00:00
## 2641 2022-11-28 21:00:00
## 2642 2022-11-28 21:00:00
## 2643 2022-11-28 21:00:00
## 2644 2022-11-28 21:00:00
## 2645 2022-11-28 21:00:00
## 2646 2022-11-28 21:00:00
## 2647 2022-11-28 21:00:00
## 2648 2022-11-28 21:00:00
## 2649 2022-11-28 21:00:00
## 2650 2022-11-28 21:00:00
## 2651 2022-11-28 21:00:00
## 2652 2022-11-28 21:00:00
## 2653 2022-11-28 21:00:00
## 2654 2022-11-28 21:00:00
## 2655 2022-11-28 21:00:00
## 2656 2022-11-28 21:00:00
## 2657 2022-11-28 21:00:00
## 2658 2022-11-28 21:00:00
## 2659 2022-11-28 21:00:00
## 2660 2022-11-28 21:00:00
## 2661 2022-11-28 21:00:00
## 2662 2022-11-28 21:00:00
## 2663 2022-11-28 21:00:00
## 2664 2022-11-28 21:00:00
## 2665 2022-11-28 21:00:00
## 2666 2022-11-28 21:00:00
## 2667 2022-11-28 21:00:00
## 2668 2022-11-28 21:00:00
## 2669 2022-11-28 21:00:00
## 2670 2022-11-28 21:00:00
## 2671 2022-11-28 21:00:00
## 2672 2022-11-28 21:00:00
## 2673 2022-11-28 21:00:00
## 2674 2022-11-28 21:00:00
## 2675 2022-11-28 21:00:00
## 2676 2022-11-28 21:00:00
## 2677 2022-11-28 21:00:00
## 2678 2022-11-28 21:00:00
## 2679 2022-11-28 21:00:00
## 2680 2022-11-28 21:00:00
## 2681 2022-11-28 21:00:00
## 2682 2022-11-28 21:00:00
## 2683 2022-11-28 21:00:00
## 2684 2022-11-28 21:00:00
## 2685 2022-11-28 21:00:00
## 2686 2022-11-28 21:00:00
## 2687 2022-11-28 21:00:00
## 2688 2022-11-28 21:00:00
## 2689 2022-11-28 21:00:00
## 2690 2022-11-28 21:00:00
## 2691 2022-11-28 21:00:00
## 2692 2022-11-28 21:00:00
## 2693 2022-11-28 21:00:00
## 2694 2022-11-28 21:00:00
## 2695 2022-11-28 21:00:00
## 2696 2022-11-28 21:00:00
## 2697 2022-11-28 21:00:00
## 2698 2022-11-28 21:00:00
## 2699 2022-11-28 21:00:00
## 2700 2022-11-28 21:00:00
## 2701 2022-11-28 21:00:00
## 2702 2022-11-28 21:00:00
## 2703 2022-11-28 21:00:00
## 2704 2022-11-28 21:00:00
## 2705 2022-11-28 21:00:00
## 2706 2022-11-28 21:00:00
## 2707 2022-11-28 21:00:00
## 2708 2022-11-28 21:00:00
## 2709 2022-11-28 21:00:00
## 2710 2022-11-28 21:00:00
## 2711 2022-11-28 21:00:00
## 2712 2022-11-28 21:00:00
## 2713 2022-11-28 21:00:00
## 2714 2022-11-28 21:00:00
## 2715 2022-11-28 21:00:00
## 2716 2022-11-28 21:00:00
## 2717 2022-11-28 21:00:00
## 2718 2022-11-28 21:00:00
## 2719 2022-11-28 21:00:00
## 2720 2022-11-28 21:00:00
## 2721 2022-11-28 21:00:00
## 2722 2022-11-28 21:00:00
## 2723 2022-11-28 21:00:00
## 2724 2022-11-28 21:00:00
## 2725 2022-11-28 21:00:00
## 2726 2022-11-28 21:00:00
## 2727 2022-11-28 21:00:00
## 2728 2022-11-28 21:00:00
## 2729 2022-11-28 21:00:00
## 2730 2022-11-28 21:00:00
## 2731 2022-11-28 21:00:00
## 2732 2022-11-28 21:00:00
## 2733 2022-11-28 21:00:00
## 2734 2022-11-28 21:00:00
## 2735 2022-11-28 21:00:00
## 2736 2022-11-28 21:00:00
## 2737 2022-11-28 21:00:00
## 2738 2022-11-28 21:00:00
## 2739 2022-11-28 21:00:00
## 2740 2022-11-28 21:00:00
## 2741 2022-11-28 21:00:00
## 2742 2022-11-28 21:00:00
## 2743 2022-11-28 21:00:00
## 2744 2022-11-28 21:00:00
## 2745 2022-11-28 21:00:00
## 2746 2022-11-28 21:00:00
## 2747 2022-11-28 21:00:00
## 2748 2022-11-28 21:00:00
## 2749 2022-11-28 21:00:00
## 2750 2022-11-28 21:00:00
## 2751 2022-11-28 21:00:00
## 2752 2022-11-28 21:00:00
## 2753 2022-11-28 21:00:00
## 2754 2022-11-28 21:00:00
## 2755 2022-11-28 21:00:00
## 2756 2022-11-28 21:00:00
## 2757 2022-11-28 21:00:00
## 2758 2022-11-28 21:00:00
## 2759 2022-11-28 21:00:00
## 2760 2022-11-28 21:00:00
## 2761 2022-11-28 21:00:00
## 2762 2022-11-28 21:00:00
## 2763 2022-11-28 21:00:00
## 2764 2022-11-28 21:00:00
## 2765 2022-11-28 21:00:00
## 2766 2022-11-28 21:00:00
## 2767 2022-11-28 21:00:00
## 2768 2022-11-28 21:00:00
## 2769 2022-11-28 21:00:00
## 2770 2022-11-28 21:00:00
## 2771 2022-11-28 21:00:00
## 2772 2022-11-28 21:00:00
## 2773 2022-11-28 21:00:00
## 2774 2022-11-28 21:00:00
## 2775 2022-11-28 21:00:00
## 2776 2022-11-28 21:00:00
## 2777 2022-11-28 21:00:00
## 2778 2022-11-28 21:00:00
## 2779 2022-11-28 21:00:00
## 2780 2022-11-28 21:00:00
## 2781 2022-11-28 21:00:00
## 2782 2022-11-28 21:00:00
## 2783 2022-11-28 21:00:00
## 2784 2022-11-28 21:00:00
## 2785 2022-11-28 21:00:00
## 2786 2022-11-28 21:00:00
## 2787 2022-11-28 21:00:00
## 2788 2022-11-28 21:00:00
## 2789 2022-11-28 21:00:00
## 2790 2022-11-28 21:00:00
## 2791 2022-11-28 21:00:00
## 2792 2022-11-28 21:00:00
## 2793 2022-11-28 21:00:00
## 2794 2022-11-28 21:00:00
## 2795 2022-11-28 21:00:00
## 2796 2022-11-28 21:00:00
## 2797 2022-11-28 21:00:00
## 2798 2022-11-28 21:00:00
## 2799 2022-11-28 21:00:00
## 2800 2022-11-28 21:00:00
## 2801 2022-11-28 21:00:00
## 2802 2022-11-28 21:00:00
## 2803 2022-11-28 21:00:00
## 2804 2022-11-28 21:00:00
## 2805 2022-11-28 21:00:00
## 2806 2022-11-28 21:00:00
## 2807 2022-11-28 21:00:00
## 2808 2022-11-28 21:00:00
## 2809 2022-11-28 21:00:00
## 2810 2022-11-28 21:00:00
## 2811 2022-11-28 21:00:00
## 2812 2022-11-28 21:00:00
## 2813 2022-11-28 21:00:00
## 2814 2022-11-28 21:00:00
## 2815 2022-11-28 21:00:00
## 2816 2022-11-28 21:00:00
## 2817 2022-11-28 21:00:00
## 2818 2022-11-28 21:00:00
## 2819 2022-11-28 21:00:00
## 2820 2022-11-28 21:00:00
## 2821 2022-11-28 21:00:00
## 2822 2022-11-28 21:00:00
## 2823 2022-11-28 21:00:00
## 2824 2022-11-28 21:00:00
## 2825 2022-11-28 21:00:00
## 2826 2022-11-28 21:00:00
## 2827 2022-11-28 21:00:00
## 2828 2022-11-28 21:00:00
## 2829 2022-11-28 21:00:00
## 2830 2022-11-28 21:00:00
## 2831 2022-11-28 21:00:00
## 2832 2022-11-28 21:00:00
## 2833 2022-11-28 21:00:00
## 2834 2022-11-28 21:00:00
## 2835 2022-11-28 21:00:00
## 2836 2022-11-28 21:00:00
## 2837 2022-11-28 21:00:00
## 2838 2022-11-28 21:00:00
## 2839 2022-11-28 21:00:00
## 2840 2022-11-28 21:00:00
## 2841 2022-11-28 21:00:00
## 2842 2022-11-28 21:00:00
## 2843 2022-11-28 21:00:00
## 2844 2022-11-28 21:00:00
## 2845 2022-11-28 21:00:00
## 2846 2022-11-28 21:00:00
## 2847 2022-11-28 21:00:00
## 2848 2022-11-28 21:00:00
## 2849 2022-11-28 21:00:00
## 2850 2022-11-28 21:00:00
## 2851 2022-11-28 21:00:00
## 2852 2022-11-28 21:00:00
## 2853 2022-11-28 21:00:00
## 2854 2022-11-28 21:00:00
## 2855 2022-11-28 21:00:00
## 2856 2022-11-28 21:00:00
## 2857 2022-11-28 21:00:00
## 2858 2022-11-28 21:00:00
## 2859 2022-11-28 21:00:00
## 2860 2022-11-28 21:00:00
## 2861 2022-11-28 21:00:00
## 2862 2022-11-28 21:00:00
## 2863 2022-11-28 21:00:00
## 2864 2022-11-28 21:00:00
## 2865 2022-11-28 21:00:00
## 2866 2022-11-28 21:00:00
## 2867 2022-11-28 21:00:00
## 2868 2022-11-28 21:00:00
## 2869 2022-11-28 21:00:00
## 2870 2022-11-28 21:00:00
## 2871 2022-11-28 21:00:00
## 2872 2022-11-28 21:00:00
## 2873 2022-11-28 21:00:00
## 2874 2022-11-28 21:00:00
## 2875 2022-11-28 21:00:00
## 2876 2022-11-28 21:00:00
## 2877 2022-11-28 21:00:00
## 2878 2022-11-28 21:00:00
## 2879 2022-11-28 21:00:00
## 2880 2022-11-28 21:00:00
## 2881 2022-11-28 21:00:00
## 2882 2022-11-28 21:00:00
## 2883 2022-11-28 21:00:00
## 2884 2022-11-28 21:00:00
## 2885 2022-11-28 21:00:00
## 2886 2022-11-28 21:00:00
## 2887 2022-11-28 21:00:00
## 2888 2022-11-28 21:00:00
## 2889 2022-11-28 21:00:00
## 2890 2022-11-28 21:00:00
## 2891 2022-11-28 21:00:00
## 2892 2022-11-28 21:00:00
## 2893 2022-11-28 21:00:00
## 2894 2022-11-28 21:00:00
## 2895 2022-11-28 21:00:00
## 2896 2022-11-28 21:00:00
## 2897 2022-11-28 21:00:00
## 2898 2022-11-28 21:00:00
## 2899 2022-11-28 21:00:00
## 2900 2022-11-28 21:00:00
## 2901 2022-11-28 21:00:00
## 2902 2022-11-28 21:00:00
## 2903 2022-11-28 21:00:00
## 2904 2022-11-28 21:00:00
## 2905 2022-11-28 21:00:00
## 2906 2022-11-28 21:00:00
## 2907 2022-11-28 21:00:00
## 2908 2022-11-28 21:00:00
## 2909 2022-11-28 21:00:00
## 2910 2022-11-28 21:00:00
## 2911 2022-11-28 21:00:00
## 2912 2022-11-28 21:00:00
## 2913 2022-11-28 21:00:00
## 2914 2022-11-28 21:00:00
## 2915 2022-11-28 21:00:00
## 2916 2022-11-28 21:00:00
## 2917 2022-11-28 21:00:00
## 2918 2022-11-28 21:00:00
## 2919 2022-11-28 21:00:00
## 2920 2022-11-28 21:00:00
## 2921 2022-11-28 21:00:00
## 2922 2022-11-28 21:00:00
## 2923 2022-11-28 21:00:00
## 2924 2022-11-28 21:00:00
## 2925 2022-11-28 21:00:00
## 2926 2022-11-28 21:00:00
## 2927 2022-11-28 21:00:00
## 2928 2022-11-28 21:00:00
## 2929 2022-11-28 21:00:00
## 2930 2022-11-28 21:00:00
## 2931 2022-11-28 21:00:00
## 2932 2022-11-28 21:00:00
## 2933 2022-11-28 21:00:00
## 2934 2022-11-28 21:00:00
## 2935 2022-11-28 21:00:00
## 2936 2022-11-28 21:00:00
## 2937 2022-11-28 21:00:00
## 2938 2022-11-28 21:00:00
## 2939 2022-11-28 21:00:00
## 2940 2022-11-28 21:00:00
## 2941 2022-11-28 21:00:00
## 2942 2022-11-28 21:00:00
## 2943 2022-11-28 21:00:00
## 2944 2022-11-28 21:00:00
## 2945 2022-11-28 21:00:00
## 2946 2022-11-28 21:00:00
## 2947 2022-11-28 21:00:00
## 2948 2022-11-28 21:00:00
## 2949 2022-11-28 21:00:00
## 2950 2022-11-28 21:00:00
## 2951 2022-11-28 21:00:00
## 2952 2022-11-28 21:00:00
## 2953 2022-11-28 21:00:00
## 2954 2022-11-28 21:00:00
## 2955 2022-11-28 21:00:00
## 2956 2022-11-28 21:00:00
## 2957 2022-11-28 21:00:00
## 2958 2022-11-28 21:00:00
## 2959 2022-11-28 21:00:00
## 2960 2022-11-28 21:00:00
## 2961 2022-11-28 21:00:00
## 2962 2022-11-28 21:00:00
## 2963 2022-11-28 21:00:00
## 2964 2022-11-28 21:00:00
## 2965 2022-11-28 21:00:00
## 2966 2022-11-28 21:00:00
## 2967 2022-11-28 21:00:00
## 2968 2022-11-28 21:00:00
## 2969 2022-11-28 21:00:00
## 2970 2022-11-28 21:00:00
## 2971 2022-11-28 21:00:00
## 2972 2022-11-28 21:00:00
## 2973 2022-11-28 21:00:00
## 2974 2022-11-28 21:00:00
## 2975 2022-11-28 21:00:00
## 2976 2022-11-28 21:00:00
## 2977 2022-11-28 21:00:00
## 2978 2022-11-28 21:00:00
## 2979 2022-11-28 21:00:00
## 2980 2022-11-28 21:00:00
## 2981 2022-11-28 21:00:00
## 2982 2022-11-28 21:00:00
## 2983 2022-11-28 21:00:00
## 2984 2022-11-28 21:00:00
## 2985 2022-11-28 21:00:00
## 2986 2022-11-28 21:00:00
## 2987 2022-11-28 21:00:00
## 2988 2022-11-28 21:00:00
## 2989 2022-11-28 21:00:00
## 2990 2022-11-28 21:00:00
## 2991 2022-11-28 21:00:00
## 2992 2022-11-28 21:00:00
## 2993 2022-11-28 21:00:00
## 2994 2022-11-28 21:00:00
## 2995 2022-11-28 21:00:00
## 2996 2022-11-28 21:00:00
## 2997 2022-11-28 21:00:00
## 2998 2022-11-28 21:00:00
## 2999 2022-11-28 21:00:00
## 3000 2022-11-28 21:00:00
## 3001 2022-11-28 21:00:00
## 3002 2022-11-28 21:00:00
## 3003 2022-11-28 21:00:00
## 3004 2022-11-28 21:00:00
## 3005 2022-11-28 21:00:00
## 3006 2022-11-28 21:00:00
## 3007 2022-11-28 21:00:00
## 3008 2022-11-28 21:00:00
## 3009 2022-11-28 21:00:00
## 3010 2022-11-28 21:00:00
## 3011 2022-11-28 21:00:00
## 3012 2022-11-28 21:00:00
## 3013 2022-11-28 21:00:00
## 3014 2022-11-28 21:00:00
## 3015 2022-11-28 21:00:00
## 3016 2022-11-28 21:00:00
## 3017 2022-11-28 21:00:00
## 3018 2022-11-28 21:00:00
## 3019 2022-11-28 21:00:00
## 3020 2022-11-28 21:00:00
## 3021 2022-11-28 21:00:00
## 3022 2022-11-28 21:00:00
## 3023 2022-11-28 21:00:00
## 3024 2022-11-28 21:00:00
## 3025 2022-11-28 21:00:00
## 3026 2022-11-28 21:00:00
## 3027 2022-11-28 21:00:00
## 3028 2022-11-28 21:00:00
## 3029 2022-11-28 21:00:00
## 3030 2022-11-28 21:00:00
## 3031 2022-11-28 21:00:00
## 3032 2022-11-28 21:00:00
## 3033 2022-11-28 21:00:00
## 3034 2022-11-28 21:00:00
## 3035 2022-11-28 21:00:00
## 3036 2022-11-28 21:00:00
## 3037 2022-11-28 21:00:00
## 3038 2022-11-28 21:00:00
## 3039 2022-11-28 21:00:00
## 3040 2022-11-28 21:00:00
## 3041 2022-11-28 21:00:00
## 3042 2022-11-28 21:00:00
## 3043 2022-11-28 21:00:00
## 3044 2022-11-28 21:00:00
## 3045 2022-11-28 21:00:00
## 3046 2022-11-28 21:00:00
## 3047 2022-11-28 21:00:00
## 3048 2022-11-28 21:00:00
## 3049 2022-11-28 21:00:00
## 3050 2022-11-28 21:00:00
## 3051 2022-11-28 21:00:00
## 3052 2022-11-28 21:00:00
## 3053 2022-11-28 21:00:00
## 3054 2022-11-28 21:00:00
## 3055 2022-11-28 21:00:00
## 3056 2022-11-28 21:00:00
## 3057 2022-11-28 21:00:00
## 3058 2022-11-28 21:00:00
## 3059 2022-11-28 21:00:00
## 3060 2022-11-28 21:00:00
## 3061 2022-11-28 21:00:00
## 3062 2022-11-28 21:00:00
## 3063 2022-11-28 21:00:00
## 3064 2022-11-28 21:00:00
## 3065 2022-11-28 21:00:00
## 3066 2022-11-28 21:00:00
## 3067 2022-11-28 21:00:00
## 3068 2022-11-28 21:00:00
## 3069 2022-11-28 21:00:00
## 3070 2022-11-28 21:00:00
## 3071 2022-11-28 21:00:00
## 3072 2022-11-28 21:00:00
## 3073 2022-11-28 21:00:00
## 3074 2022-11-28 21:00:00
## 3075 2022-11-28 21:00:00
## 3076 2022-11-28 21:00:00
## 3077 2022-11-28 21:00:00
## 3078 2022-11-28 21:00:00
## 3079 2022-11-28 21:00:00
## 3080 2022-11-28 21:00:00
## 3081 2022-11-28 21:00:00
## 3082 2022-11-28 21:00:00
## 3083 2022-11-28 21:00:00
## 3084 2022-11-28 21:00:00
## 3085 2022-11-28 21:00:00
## 3086 2022-11-28 21:00:00
## 3087 2022-11-28 21:00:00
## 3088 2022-11-28 21:00:00
## 3089 2022-11-28 21:00:00
## 3090 2022-11-28 21:00:00
## 3091 2022-11-28 21:00:00
## 3092 2022-11-28 21:00:00
## 3093 2022-11-28 21:00:00
## 3094 2022-11-28 21:00:00
## 3095 2022-11-28 21:00:00
## 3096 2022-11-28 21:00:00
## 3097 2022-11-28 21:00:00
## 3098 2022-11-28 21:00:00
## 3099 2022-11-28 21:00:00
## 3100 2022-11-28 21:00:00
## 3101 2022-11-28 21:00:00
## 3102 2022-11-28 21:00:00
## 3103 2022-11-28 21:00:00
## 3104 2022-11-28 21:00:00
## 3105 2022-11-28 21:00:00
## 3106 2022-11-28 21:00:00
## 3107 2022-11-28 21:00:00
## 3108 2022-11-28 21:00:00
## 3109 2022-11-28 21:00:00
## 3110 2022-11-28 21:00:00
## 3111 2022-11-28 21:00:00
## 3112 2022-11-28 21:00:00
## 3113 2022-11-28 21:00:00
## 3114 2022-11-28 21:00:00
## 3115 2022-11-28 21:00:00
## 3116 2022-11-28 21:00:00
## 3117 2022-11-28 21:00:00
## 3118 2022-11-28 21:00:00
## 3119 2022-11-28 21:00:00
## 3120 2022-11-28 21:00:00
## 3121 2022-11-28 21:00:00
## 3122 2022-11-28 21:00:00
## 3123 2022-11-28 21:00:00
## 3124 2022-11-28 21:00:00
## 3125 2022-11-28 21:00:00
## 3126 2022-11-28 21:00:00
## 3127 2022-11-28 21:00:00
## 3128 2022-11-28 21:00:00
## 3129 2022-11-28 21:00:00
## 3130 2022-11-28 21:00:00
## 3131 2022-11-28 21:00:00
## 3132 2022-11-28 21:00:00
## 3133 2022-11-28 21:00:00
## 3134 2022-11-28 21:00:00
## 3135 2022-11-28 21:00:00
## 3136 2022-11-28 21:00:00
## 3137 2022-11-28 21:00:00
## 3138 2022-11-28 21:00:00
## 3139 2022-11-28 21:00:00
## 3140 2022-11-28 21:00:00
## 3141 2022-11-28 21:00:00
## 3142 2022-11-28 21:00:00
## 3143 2022-11-28 21:00:00
## 3144 2022-11-28 21:00:00
## 3145 2022-11-28 21:00:00
## 3146 2022-11-28 21:00:00
## 3147 2022-11-28 21:00:00
## 3148 2022-11-28 21:00:00
## 3149 2022-11-28 21:00:00
## 3150 2022-11-28 21:00:00
## 3151 2022-11-28 21:00:00
## 3152 2022-11-28 21:00:00
## 3153 2022-11-28 21:00:00
## 3154 2022-11-28 21:00:00
## 3155 2022-11-28 21:00:00
## 3156 2022-11-28 21:00:00
## 3157 2022-11-28 21:00:00
## 3158 2022-11-28 21:00:00
## 3159 2022-11-28 21:00:00
## 3160 2022-11-28 21:00:00
## 3161 2022-11-28 21:00:00
## 3162 2022-11-28 21:00:00
## 3163 2022-11-28 21:00:00
## 3164 2022-11-28 21:00:00
## 3165 2022-11-28 21:00:00
## 3166 2022-11-28 21:00:00
## 3167 2022-11-28 21:00:00
## 3168 2022-11-28 21:00:00
## 3169 2022-11-28 21:00:00
## 3170 2022-11-28 21:00:00
## 3171 2022-11-28 21:00:00
## 3172 2022-11-28 21:00:00
## 3173 2022-11-28 21:00:00
## 3174 2022-11-28 21:00:00
## 3175 2022-11-28 21:00:00
## 3176 2022-11-28 21:00:00
## 3177 2022-11-28 21:00:00
## 3178 2022-11-28 21:00:00
## 3179 2022-11-28 21:00:00
## 3180 2022-11-28 21:00:00
## 3181 2022-11-28 21:00:00
## 3182 2022-11-28 21:00:00
## 3183 2022-11-28 21:00:00
## 3184 2022-11-28 21:00:00
## 3185 2022-11-28 21:00:00
## 3186 2022-11-28 21:00:00
## 3187 2022-11-28 21:00:00
## 3188 2022-11-28 21:00:00
## 3189 2022-11-28 21:00:00
## 3190 2022-11-28 21:00:00
## 3191 2022-11-28 21:00:00
## 3192 2022-11-28 21:00:00
## 3193 2022-11-28 21:00:00
## 3194 2022-11-28 21:00:00
## 3195 2022-11-28 21:00:00
## 3196 2022-11-28 21:00:00
## 3197 2022-11-28 21:00:00
## 3198 2022-11-28 21:00:00
## 3199 2022-11-28 21:00:00
## 3200 2022-11-28 21:00:00
## 3201 2022-11-28 21:00:00
## 3202 2022-11-28 21:00:00
## 3203 2022-11-28 21:00:00
## 3204 2022-11-28 21:00:00
## 3205 2022-11-28 21:00:00
## 3206 2022-11-28 21:00:00
## 3207 2022-11-28 21:00:00
## 3208 2022-11-28 21:00:00
## 3209 2022-11-28 21:00:00
## 3210 2022-11-28 21:00:00
## 3211 2022-11-28 21:00:00
## 3212 2022-11-28 21:00:00
## 3213 2022-11-28 21:00:00
## 3214 2022-11-28 21:00:00
## 3215 2022-11-28 21:00:00
## 3216 2022-11-28 21:00:00
## 3217 2022-11-28 21:00:00
## 3218 2022-11-28 21:00:00
## 3219 2022-11-28 21:00:00
## 3220 2022-11-28 21:00:00
## 3221 2022-11-28 21:00:00
## 3222 2022-11-28 21:00:00
## 3223 2022-11-28 21:00:00
## 3224 2022-11-28 21:00:00
## 3225 2022-11-28 21:00:00
## 3226 2022-11-28 21:00:00
## 3227 2022-11-28 21:00:00
## 3228 2022-11-28 21:00:00
## 3229 2022-11-28 21:00:00
## 3230 2022-11-28 21:00:00
## 3231 2022-11-28 21:00:00
## 3232 2022-11-28 21:00:00
## 3233 2022-11-28 21:00:00
## 3234 2022-11-28 21:00:00
## 3235 2022-11-28 21:00:00
## 3236 2022-11-28 21:00:00
## 3237 2022-11-28 21:00:00
## 3238 2022-11-28 21:00:00
## 3239 2022-11-28 21:00:00
## 3240 2022-11-28 21:00:00
## 3241 2022-11-28 21:00:00
## 3242 2022-11-28 21:00:00
## 3243 2022-11-28 21:00:00
## 3244 2022-11-28 21:00:00
## 3245 2022-11-28 21:00:00
## 3246 2022-11-28 21:00:00
## 3247 2022-11-28 21:00:00
## 3248 2022-11-28 21:00:00
## 3249 2022-11-28 21:00:00
## 3250 2022-11-28 21:00:00
## 3251 2022-11-28 21:00:00
## 3252 2022-11-28 21:00:00
## 3253 2022-11-28 21:00:00
## 3254 2022-11-28 21:00:00
## 3255 2022-11-28 21:00:00
## 3256 2022-11-28 21:00:00
## 3257 2022-11-28 21:00:00
## 3258 2022-11-28 21:00:00
## 3259 2022-11-28 21:00:00
## 3260 2022-11-28 21:00:00
## 3261 2022-11-28 21:00:00
## 3262 2022-11-28 21:00:00
## 3263 2022-11-28 21:00:00
## 3264 2022-11-28 21:00:00
## 3265 2022-11-28 21:00:00
## 3266 2022-11-28 21:00:00
## 3267 2022-11-28 21:00:00
## 3268 2022-11-28 21:00:00
## 3269 2022-11-28 21:00:00
## 3270 2022-11-28 21:00:00
## 3271 2022-11-28 21:00:00
## 3272 2022-11-28 21:00:00
## 3273 2022-11-28 21:00:00
## 3274 2022-11-28 21:00:00
## 3275 2022-11-28 21:00:00
## 3276 2022-11-28 21:00:00
## 3277 2022-11-28 21:00:00
## 3278 2022-11-28 21:00:00
## 3279 2022-11-28 21:00:00
## 3280 2022-11-28 21:00:00
## 3281 2022-11-28 21:00:00
## 3282 2022-11-28 21:00:00
## 3283 2022-11-28 21:00:00
## 3284 2022-11-28 21:00:00
## 3285 2022-11-28 21:00:00
## 3286 2022-11-28 21:00:00
## 3287 2022-11-28 21:00:00
## 3288 2022-11-28 21:00:00
## 3289 2022-11-28 21:00:00
## 3290 2022-11-28 21:00:00
## 3291 2022-11-28 21:00:00
## 3292 2022-11-28 21:00:00
## 3293 2022-11-28 21:00:00
## 3294 2022-11-28 21:00:00
## 3295 2022-11-28 21:00:00
## 3296 2022-11-28 21:00:00
## 3297 2022-11-28 21:00:00
## 3298 2022-11-28 21:00:00
## 3299 2022-11-28 21:00:00
## 3300 2022-11-28 21:00:00
## 3301 2022-11-28 21:00:00
## 3302 2022-11-28 21:00:00
## 3303 2022-11-28 21:00:00
## 3304 2022-11-28 21:00:00
## 3305 2022-11-28 21:00:00
## 3306 2022-11-28 21:00:00
## 3307 2022-11-28 21:00:00
## 3308 2022-11-28 21:00:00
## 3309 2022-11-28 21:00:00
## 3310 2022-11-28 21:00:00
## 3311 2022-11-28 21:00:00
## 3312 2022-11-28 21:00:00
## 3313 2022-11-28 21:00:00
## 3314 2022-11-28 21:00:00
## 3315 2022-11-28 21:00:00
## 3316 2022-11-28 21:00:00
## 3317 2022-11-28 21:00:00
## 3318 2022-11-28 21:00:00
## 3319 2022-11-28 21:00:00
## 3320 2022-11-28 21:00:00
## 3321 2022-11-28 21:00:00
## 3322 2022-11-28 21:00:00
## 3323 2022-11-28 21:00:00
## 3324 2022-11-28 21:00:00
## 3325 2022-11-28 21:00:00
## 3326 2022-11-28 21:00:00
## 3327 2022-11-28 21:00:00
## 3328 2022-11-28 21:00:00
## 3329 2022-11-28 21:00:00
## 3330 2022-11-28 21:00:00
## 3331 2022-11-28 21:00:00
## 3332 2022-11-28 21:00:00
## 3333 2022-11-28 21:00:00
## 3334 2022-11-28 21:00:00
## 3335 2022-11-28 21:00:00
## 3336 2022-11-28 21:00:00
## 3337 2022-11-28 21:00:00
## 3338 2022-11-28 21:00:00
## 3339 2022-11-28 21:00:00
## 3340 2022-11-28 21:00:00
## 3341 2022-11-28 21:00:00
## 3342 2022-11-28 21:00:00
## 3343 2022-11-28 21:00:00
## 3344 2022-11-28 21:00:00
## 3345 2022-11-28 21:00:00
## 3346 2022-11-28 21:00:00
## 3347 2022-11-28 21:00:00
## 3348 2022-11-28 21:00:00
## 3349 2022-11-28 21:00:00
## 3350 2022-11-28 21:00:00
## 3351 2022-11-28 21:00:00
## 3352 2022-11-28 21:00:00
## 3353 2022-11-28 21:00:00
## 3354 2022-11-28 21:00:00
## 3355 2022-11-28 21:00:00
## 3356 2022-11-28 21:00:00
## 3357 2022-11-28 21:00:00
## 3358 2022-11-28 21:00:00
## 3359 2022-11-28 21:00:00
## 3360 2022-11-28 21:00:00
## 3361 2022-11-28 21:00:00
## 3362 2022-11-28 21:00:00
## 3363 2022-11-28 21:00:00
## 3364 2022-11-28 21:00:00
## 3365 2022-11-28 21:00:00
## 3366 2022-11-28 21:00:00
## 3367 2022-11-28 21:00:00
## 3368 2022-11-28 21:00:00
## 3369 2022-11-28 21:00:00
## 3370 2022-11-28 21:00:00
## 3371 2022-11-28 21:00:00
## 3372 2022-11-28 21:00:00
## 3373 2022-11-28 21:00:00
## 3374 2022-11-28 21:00:00
## 3375 2022-11-28 21:00:00
## 3376 2022-11-28 21:00:00
## 3377 2022-11-28 21:00:00
## 3378 2022-11-28 21:00:00
## 3379 2022-11-28 21:00:00
## 3380 2022-11-28 21:00:00
## 3381 2022-11-28 21:00:00
## 3382 2022-11-28 21:00:00
## 3383 2022-11-28 21:00:00
## 3384 2022-11-28 21:00:00
## 3385 2022-11-28 21:00:00
## 3386 2022-11-28 21:00:00
## 3387 2022-11-28 21:00:00
## 3388 2022-11-28 21:00:00
## 3389 2022-11-28 21:00:00
## 3390 2022-11-28 21:00:00
## 3391 2022-11-28 21:00:00
## 3392 2022-11-28 21:00:00
## 3393 2022-11-28 21:00:00
## 3394 2022-11-28 21:00:00
## 3395 2022-11-28 21:00:00
## 3396 2022-11-28 21:00:00
## 3397 2022-11-28 21:00:00
## 3398 2022-11-28 21:00:00
## 3399 2022-11-28 21:00:00
## 3400 2022-11-28 21:00:00
## 3401 2022-11-28 21:00:00
## 3402 2022-11-28 21:00:00
## 3403 2022-11-28 21:00:00
## 3404 2022-11-28 21:00:00
## 3405 2022-11-28 21:00:00
## 3406 2022-11-28 21:00:00
## 3407 2022-11-28 21:00:00
## 3408 2022-11-28 21:00:00
## 3409 2022-11-28 21:00:00
## 3410 2022-11-28 21:00:00
## 3411 2022-11-28 21:00:00
## 3412 2022-11-28 21:00:00
## 3413 2022-11-28 21:00:00
## 3414 2022-11-28 21:00:00
## 3415 2022-11-28 21:00:00
## 3416 2022-11-28 21:00:00
## 3417 2022-11-28 21:00:00
## 3418 2022-11-28 21:00:00
## 3419 2022-11-28 21:00:00
## 3420 2022-11-28 21:00:00
## 3421 2022-11-28 21:00:00
## 3422 2022-11-28 21:00:00
## 3423 2022-11-28 21:00:00
## 3424 2022-11-28 21:00:00
## 3425 2022-11-28 21:00:00
## 3426 2022-11-28 21:00:00
## 3427 2022-11-28 21:00:00
## 3428 2022-11-28 21:00:00
## 3429 2022-11-28 21:00:00
## 3430 2022-11-28 21:00:00
## 3431 2022-11-28 21:00:00
## 3432 2022-11-28 21:00:00
## 3433 2022-11-28 21:00:00
## 3434 2022-11-28 21:00:00
## 3435 2022-11-28 21:00:00
## 3436 2022-11-28 21:00:00
## 3437 2022-11-28 21:00:00
## 3438 2022-11-28 21:00:00
## 3439 2022-11-28 21:00:00
## 3440 2022-11-28 21:00:00
## 3441 2022-11-28 21:00:00
## 3442 2022-11-28 21:00:00
## 3443 2022-11-28 21:00:00
## 3444 2022-11-28 21:00:00
## 3445 2022-11-28 21:00:00
## 3446 2022-11-28 21:00:00
## 3447 2022-11-28 21:00:00
## 3448 2022-11-28 21:00:00
## 3449 2022-11-28 21:00:00
## 3450 2022-11-28 21:00:00
## 3451 2022-11-28 21:00:00
## 3452 2022-11-28 21:00:00
## 3453 2022-11-28 21:00:00
## 3454 2022-11-28 21:00:00
## 3455 2022-11-28 21:00:00
## 3456 2022-11-28 21:00:00
## 3457 2022-11-28 21:00:00
## 3458 2022-11-28 21:00:00
## 3459 2022-11-28 21:00:00
## 3460 2022-11-28 21:00:00
## 3461 2022-11-28 21:00:00
## 3462 2022-11-28 21:00:00
## 3463 2022-11-28 21:00:00
## 3464 2022-11-28 21:00:00
## 3465 2022-11-28 21:00:00
## 3466 2022-11-28 21:00:00
## 3467 2022-11-28 21:00:00
## 3468 2022-11-28 21:00:00
## 3469 2022-11-28 21:00:00
## 3470 2022-11-28 20:00:00
## 3471 2022-11-28 20:00:00
## 3472 2022-11-28 20:00:00
## 3473 2022-11-28 20:00:00
## 3474 2022-11-28 20:00:00
## 3475 2022-11-28 20:00:00
## 3476 2022-11-28 20:00:00
## 3477 2022-11-28 20:00:00
## 3478 2022-11-28 20:00:00
## 3479 2022-11-28 20:00:00
## 3480 2022-11-28 20:00:00
## 3481 2022-11-28 20:00:00
## 3482 2022-11-28 20:00:00
## 3483 2022-11-28 20:00:00
## 3484 2022-11-28 20:00:00
## 3485 2022-11-28 20:00:00
## 3486 2022-11-28 20:00:00
## 3487 2022-11-28 20:00:00
## 3488 2022-11-28 20:00:00
## 3489 2022-11-28 20:00:00
## 3490 2022-11-28 20:00:00
## 3491 2022-11-28 20:00:00
## 3492 2022-11-28 20:00:00
## 3493 2022-11-28 20:00:00
## 3494 2022-11-28 20:00:00
## 3495 2022-11-28 20:00:00
## 3496 2022-11-28 20:00:00
## 3497 2022-11-28 20:00:00
## 3498 2022-11-28 20:00:00
## 3499 2022-11-28 20:00:00
## 3500 2022-11-28 20:00:00
## 3501 2022-11-28 20:00:00
## 3502 2022-11-28 20:00:00
## 3503 2022-11-28 20:00:00
## 3504 2022-11-28 20:00:00
## 3505 2022-11-28 20:00:00
## 3506 2022-11-28 20:00:00
## 3507 2022-11-28 20:00:00
## 3508 2022-11-28 20:00:00
## 3509 2022-11-28 20:00:00
## 3510 2022-11-28 20:00:00
## 3511 2022-11-28 20:00:00
## 3512 2022-11-28 20:00:00
## 3513 2022-11-28 20:00:00
## 3514 2022-11-28 20:00:00
## 3515 2022-11-28 20:00:00
## 3516 2022-11-28 20:00:00
## 3517 2022-11-28 20:00:00
## 3518 2022-11-28 20:00:00
## 3519 2022-11-28 20:00:00
## 3520 2022-11-28 20:00:00
## 3521 2022-11-28 20:00:00
## 3522 2022-11-28 20:00:00
## 3523 2022-11-28 20:00:00
## 3524 2022-11-28 20:00:00
## 3525 2022-11-28 20:00:00
## 3526 2022-11-28 20:00:00
## 3527 2022-11-28 20:00:00
## 3528 2022-11-28 20:00:00
## 3529 2022-11-28 20:00:00
## 3530 2022-11-28 20:00:00
## 3531 2022-11-28 20:00:00
## 3532 2022-11-28 20:00:00
## 3533 2022-11-28 20:00:00
## 3534 2022-11-28 20:00:00
## 3535 2022-11-28 20:00:00
## 3536 2022-11-28 20:00:00
## 3537 2022-11-28 20:00:00
## 3538 2022-11-28 20:00:00
## 3539 2022-11-28 20:00:00
## 3540 2022-11-28 20:00:00
## 3541 2022-11-28 20:00:00
## 3542 2022-11-28 20:00:00
## 3543 2022-11-28 20:00:00
## 3544 2022-11-28 20:00:00
## 3545 2022-11-28 20:00:00
## 3546 2022-11-28 20:00:00
## 3547 2022-11-28 20:00:00
## 3548 2022-11-28 20:00:00
## 3549 2022-11-28 20:00:00
## 3550 2022-11-28 20:00:00
## 3551 2022-11-28 20:00:00
## 3552 2022-11-28 20:00:00
## 3553 2022-11-28 20:00:00
## 3554 2022-11-28 20:00:00
## 3555 2022-11-28 20:00:00
## 3556 2022-11-28 20:00:00
## 3557 2022-11-28 20:00:00
## 3558 2022-11-28 20:00:00
## 3559 2022-11-28 20:00:00
## 3560 2022-11-28 20:00:00
## 3561 2022-11-28 20:00:00
## 3562 2022-11-28 20:00:00
## 3563 2022-11-28 20:00:00
## 3564 2022-11-28 20:00:00
## 3565 2022-11-28 20:00:00
## 3566 2022-11-28 20:00:00
## 3567 2022-11-28 20:00:00
## 3568 2022-11-28 20:00:00
## 3569 2022-11-28 20:00:00
## 3570 2022-11-28 20:00:00
## 3571 2022-11-28 20:00:00
## 3572 2022-11-28 20:00:00
## 3573 2022-11-28 20:00:00
## 3574 2022-11-28 20:00:00
## 3575 2022-11-28 20:00:00
## 3576 2022-11-28 20:00:00
## 3577 2022-11-28 20:00:00
## 3578 2022-11-28 20:00:00
## 3579 2022-11-28 20:00:00
## 3580 2022-11-28 20:00:00
## 3581 2022-11-28 20:00:00
## 3582 2022-11-28 20:00:00
## 3583 2022-11-28 20:00:00
## 3584 2022-11-28 20:00:00
## 3585 2022-11-28 20:00:00
## 3586 2022-11-28 20:00:00
## 3587 2022-11-28 20:00:00
## 3588 2022-11-28 20:00:00
## 3589 2022-11-28 20:00:00
## 3590 2022-11-28 20:00:00
## 3591 2022-11-28 20:00:00
## 3592 2022-11-28 20:00:00
## 3593 2022-11-28 20:00:00
## 3594 2022-11-28 20:00:00
## 3595 2022-11-28 20:00:00
## 3596 2022-11-28 20:00:00
## 3597 2022-11-28 20:00:00
## 3598 2022-11-28 20:00:00
## 3599 2022-11-28 20:00:00
## 3600 2022-11-28 20:00:00
## 3601 2022-11-28 20:00:00
## 3602 2022-11-28 20:00:00
## 3603 2022-11-28 20:00:00
## 3604 2022-11-28 20:00:00
## 3605 2022-11-28 20:00:00
## 3606 2022-11-28 20:00:00
## 3607 2022-11-28 20:00:00
## 3608 2022-11-28 20:00:00
## 3609 2022-11-28 20:00:00
## 3610 2022-11-28 20:00:00
## 3611 2022-11-28 20:00:00
## 3612 2022-11-28 20:00:00
## 3613 2022-11-28 20:00:00
## 3614 2022-11-28 20:00:00
## 3615 2022-11-28 20:00:00
## 3616 2022-11-28 20:00:00
## 3617 2022-11-28 20:00:00
## 3618 2022-11-28 20:00:00
## 3619 2022-11-28 20:00:00
## 3620 2022-11-28 20:00:00
## 3621 2022-11-28 20:00:00
## 3622 2022-11-28 20:00:00
## 3623 2022-11-28 20:00:00
## 3624 2022-11-28 20:00:00
## 3625 2022-11-28 20:00:00
## 3626 2022-11-28 20:00:00
## 3627 2022-11-28 20:00:00
## 3628 2022-11-28 20:00:00
## 3629 2022-11-28 20:00:00
## 3630 2022-11-28 20:00:00
## 3631 2022-11-28 20:00:00
## 3632 2022-11-28 20:00:00
## 3633 2022-11-28 20:00:00
## 3634 2022-11-28 20:00:00
## 3635 2022-11-28 20:00:00
## 3636 2022-11-28 20:00:00
## 3637 2022-11-28 20:00:00
## 3638 2022-11-28 20:00:00
## 3639 2022-11-28 20:00:00
## 3640 2022-11-28 20:00:00
## 3641 2022-11-28 20:00:00
## 3642 2022-11-28 20:00:00
## 3643 2022-11-28 20:00:00
## 3644 2022-11-28 20:00:00
## 3645 2022-11-28 20:00:00
## 3646 2022-11-28 20:00:00
## 3647 2022-11-28 20:00:00
## 3648 2022-11-28 20:00:00
## 3649 2022-11-28 20:00:00
## 3650 2022-11-28 20:00:00
## 3651 2022-11-28 20:00:00
## 3652 2022-11-28 20:00:00
## 3653 2022-11-28 20:00:00
## 3654 2022-11-28 20:00:00
## 3655 2022-11-28 20:00:00
## 3656 2022-11-28 20:00:00
## 3657 2022-11-28 20:00:00
## 3658 2022-11-28 20:00:00
## 3659 2022-11-28 20:00:00
## 3660 2022-11-28 20:00:00
## 3661 2022-11-28 20:00:00
## 3662 2022-11-28 20:00:00
## 3663 2022-11-28 20:00:00
## 3664 2022-11-28 20:00:00
## 3665 2022-11-28 20:00:00
## 3666 2022-11-28 20:00:00
## 3667 2022-11-28 20:00:00
## 3668 2022-11-28 20:00:00
## 3669 2022-11-28 20:00:00
## 3670 2022-11-28 20:00:00
## 3671 2022-11-28 20:00:00
## 3672 2022-11-28 20:00:00
## 3673 2022-11-28 20:00:00
## 3674 2022-11-28 20:00:00
## 3675 2022-11-28 20:00:00
## 3676 2022-11-28 20:00:00
## 3677 2022-11-28 20:00:00
## 3678 2022-11-28 20:00:00
## 3679 2022-11-28 20:00:00
## 3680 2022-11-28 20:00:00
## 3681 2022-11-28 20:00:00
## 3682 2022-11-28 20:00:00
## 3683 2022-11-28 20:00:00
## 3684 2022-11-28 20:00:00
## 3685 2022-11-28 20:00:00
## 3686 2022-11-28 20:00:00
## 3687 2022-11-28 20:00:00
## 3688 2022-11-28 20:00:00
## 3689 2022-11-28 20:00:00
## 3690 2022-11-28 20:00:00
## 3691 2022-11-28 20:00:00
## 3692 2022-11-28 20:00:00
## 3693 2022-11-28 20:00:00
## 3694 2022-11-28 20:00:00
## 3695 2022-11-28 20:00:00
## 3696 2022-11-28 20:00:00
## 3697 2022-11-28 20:00:00
## 3698 2022-11-28 20:00:00
## 3699 2022-11-28 20:00:00
## 3700 2022-11-28 20:00:00
## 3701 2022-11-28 20:00:00
## 3702 2022-11-28 20:00:00
## 3703 2022-11-28 20:00:00
## 3704 2022-11-28 20:00:00
## 3705 2022-11-28 20:00:00
## 3706 2022-11-28 20:00:00
## 3707 2022-11-28 20:00:00
## 3708 2022-11-28 20:00:00
## 3709 2022-11-28 20:00:00
## 3710 2022-11-28 20:00:00
## 3711 2022-11-28 20:00:00
## 3712 2022-11-28 20:00:00
## 3713 2022-11-28 20:00:00
## 3714 2022-11-28 20:00:00
## 3715 2022-11-28 20:00:00
## 3716 2022-11-28 20:00:00
## 3717 2022-11-28 20:00:00
## 3718 2022-11-28 20:00:00
## 3719 2022-11-28 20:00:00
## 3720 2022-11-28 20:00:00
## 3721 2022-11-28 20:00:00
## 3722 2022-11-28 20:00:00
## 3723 2022-11-28 20:00:00
## 3724 2022-11-28 20:00:00
## 3725 2022-11-28 20:00:00
## 3726 2022-11-28 20:00:00
## 3727 2022-11-28 20:00:00
## 3728 2022-11-28 20:00:00
## 3729 2022-11-28 20:00:00
## 3730 2022-11-28 20:00:00
## 3731 2022-11-28 20:00:00
## 3732 2022-11-28 20:00:00
## 3733 2022-11-28 20:00:00
## 3734 2022-11-28 20:00:00
## 3735 2022-11-28 20:00:00
## 3736 2022-11-28 20:00:00
## 3737 2022-11-28 20:00:00
## 3738 2022-11-28 20:00:00
## 3739 2022-11-28 20:00:00
## 3740 2022-11-28 20:00:00
## 3741 2022-11-28 20:00:00
## 3742 2022-11-28 20:00:00
## 3743 2022-11-28 20:00:00
## 3744 2022-11-28 20:00:00
## 3745 2022-11-28 20:00:00
## 3746 2022-11-28 20:00:00
## 3747 2022-11-28 20:00:00
## 3748 2022-11-28 20:00:00
## 3749 2022-11-28 20:00:00
## 3750 2022-11-28 20:00:00
## 3751 2022-11-28 20:00:00
## 3752 2022-11-28 20:00:00
## 3753 2022-11-28 20:00:00
## 3754 2022-11-28 20:00:00
## 3755 2022-11-28 20:00:00
## 3756 2022-11-28 20:00:00
## 3757 2022-11-28 20:00:00
## 3758 2022-11-28 20:00:00
## 3759 2022-11-28 20:00:00
## 3760 2022-11-28 20:00:00
## 3761 2022-11-28 20:00:00
## 3762 2022-11-28 20:00:00
## 3763 2022-11-28 20:00:00
## 3764 2022-11-28 20:00:00
## 3765 2022-11-28 20:00:00
## 3766 2022-11-28 20:00:00
## 3767 2022-11-28 20:00:00
## 3768 2022-11-28 20:00:00
## 3769 2022-11-28 20:00:00
## 3770 2022-11-28 20:00:00
## 3771 2022-11-28 20:00:00
## 3772 2022-11-28 20:00:00
## 3773 2022-11-28 20:00:00
## 3774 2022-11-28 20:00:00
## 3775 2022-11-28 20:00:00
## 3776 2022-11-28 20:00:00
## 3777 2022-11-28 20:00:00
## 3778 2022-11-28 20:00:00
## 3779 2022-11-28 20:00:00
## 3780 2022-11-28 20:00:00
## 3781 2022-11-28 20:00:00
## 3782 2022-11-28 20:00:00
## 3783 2022-11-28 20:00:00
## 3784 2022-11-28 20:00:00
## 3785 2022-11-28 20:00:00
## 3786 2022-11-28 20:00:00
## 3787 2022-11-28 20:00:00
## 3788 2022-11-28 20:00:00
## 3789 2022-11-28 20:00:00
## 3790 2022-11-28 20:00:00
## 3791 2022-11-28 20:00:00
## 3792 2022-11-28 20:00:00
## 3793 2022-11-28 20:00:00
## 3794 2022-11-28 20:00:00
## 3795 2022-11-28 20:00:00
## 3796 2022-11-28 20:00:00
## 3797 2022-11-28 20:00:00
## 3798 2022-11-28 20:00:00
## 3799 2022-11-28 20:00:00
## 3800 2022-11-28 20:00:00
## 3801 2022-11-28 20:00:00
## 3802 2022-11-28 20:00:00
## 3803 2022-11-28 20:00:00
## 3804 2022-11-28 20:00:00
## 3805 2022-11-28 20:00:00
## 3806 2022-11-28 20:00:00
## 3807 2022-11-28 20:00:00
## 3808 2022-11-28 20:00:00
## 3809 2022-11-28 20:00:00
## 3810 2022-11-28 20:00:00
## 3811 2022-11-28 20:00:00
## 3812 2022-11-28 20:00:00
## 3813 2022-11-28 20:00:00
## 3814 2022-11-28 20:00:00
## 3815 2022-11-28 20:00:00
## 3816 2022-11-28 20:00:00
## 3817 2022-11-28 20:00:00
## 3818 2022-11-28 20:00:00
## 3819 2022-11-28 20:00:00
## 3820 2022-11-28 20:00:00
## 3821 2022-11-28 20:00:00
## 3822 2022-11-28 20:00:00
## 3823 2022-11-28 20:00:00
## 3824 2022-11-28 20:00:00
## 3825 2022-11-28 20:00:00
## 3826 2022-11-28 20:00:00
## 3827 2022-11-28 20:00:00
## 3828 2022-11-28 20:00:00
## 3829 2022-11-28 20:00:00
## 3830 2022-11-28 20:00:00
## 3831 2022-11-28 20:00:00
## 3832 2022-11-28 20:00:00
## 3833 2022-11-28 20:00:00
## 3834 2022-11-28 20:00:00
## 3835 2022-11-28 20:00:00
## 3836 2022-11-28 20:00:00
## 3837 2022-11-28 20:00:00
## 3838 2022-11-28 20:00:00
## 3839 2022-11-28 20:00:00
## 3840 2022-11-28 20:00:00
## 3841 2022-11-28 20:00:00
## 3842 2022-11-28 20:00:00
## 3843 2022-11-28 20:00:00
## 3844 2022-11-28 20:00:00
## 3845 2022-11-28 20:00:00
## 3846 2022-11-28 20:00:00
## 3847 2022-11-28 20:00:00
## 3848 2022-11-28 20:00:00
## 3849 2022-11-28 20:00:00
## 3850 2022-11-28 20:00:00
## 3851 2022-11-28 20:00:00
## 3852 2022-11-28 20:00:00
## 3853 2022-11-28 20:00:00
## 3854 2022-11-28 20:00:00
## 3855 2022-11-28 20:00:00
## 3856 2022-11-28 20:00:00
## 3857 2022-11-28 20:00:00
## 3858 2022-11-28 20:00:00
## 3859 2022-11-28 20:00:00
## 3860 2022-11-28 20:00:00
## 3861 2022-11-28 20:00:00
## 3862 2022-11-28 20:00:00
## 3863 2022-11-28 20:00:00
## 3864 2022-11-28 20:00:00
## 3865 2022-11-28 20:00:00
## 3866 2022-11-28 20:00:00
## 3867 2022-11-28 20:00:00
## 3868 2022-11-28 20:00:00
## 3869 2022-11-28 20:00:00
## 3870 2022-11-28 20:00:00
## 3871 2022-11-28 20:00:00
## 3872 2022-11-28 20:00:00
## 3873 2022-11-28 20:00:00
## 3874 2022-11-28 20:00:00
## 3875 2022-11-28 20:00:00
## 3876 2022-11-28 20:00:00
## 3877 2022-11-28 20:00:00
## 3878 2022-11-28 20:00:00
## 3879 2022-11-28 20:00:00
## 3880 2022-11-28 20:00:00
## 3881 2022-11-28 20:00:00
## 3882 2022-11-28 20:00:00
## 3883 2022-11-28 20:00:00
## 3884 2022-11-28 20:00:00
## 3885 2022-11-28 20:00:00
## 3886 2022-11-28 20:00:00
## 3887 2022-11-28 20:00:00
## 3888 2022-11-28 20:00:00
## 3889 2022-11-28 20:00:00
## 3890 2022-11-28 20:00:00
## 3891 2022-11-28 20:00:00
## 3892 2022-11-28 20:00:00
## 3893 2022-11-28 20:00:00
## 3894 2022-11-28 20:00:00
## 3895 2022-11-28 20:00:00
## 3896 2022-11-28 20:00:00
## 3897 2022-11-28 20:00:00
## 3898 2022-11-28 20:00:00
## 3899 2022-11-28 20:00:00
## 3900 2022-11-28 20:00:00
## 3901 2022-11-28 20:00:00
## 3902 2022-11-28 20:00:00
## 3903 2022-11-28 20:00:00
## 3904 2022-11-28 20:00:00
## 3905 2022-11-28 20:00:00
## 3906 2022-11-28 20:00:00
## 3907 2022-11-28 20:00:00
## 3908 2022-11-28 20:00:00
## 3909 2022-11-28 20:00:00
## 3910 2022-11-28 20:00:00
## 3911 2022-11-28 20:00:00
## 3912 2022-11-28 20:00:00
## 3913 2022-11-28 20:00:00
## 3914 2022-11-28 20:00:00
## 3915 2022-11-28 20:00:00
## 3916 2022-11-28 20:00:00
## 3917 2022-11-28 20:00:00
## 3918 2022-11-28 20:00:00
## 3919 2022-11-28 20:00:00
## 3920 2022-11-28 20:00:00
## 3921 2022-11-28 20:00:00
## 3922 2022-11-28 20:00:00
## 3923 2022-11-28 20:00:00
## 3924 2022-11-28 20:00:00
## 3925 2022-11-28 20:00:00
## 3926 2022-11-28 20:00:00
## 3927 2022-11-28 20:00:00
## 3928 2022-11-28 20:00:00
## 3929 2022-11-28 20:00:00
## 3930 2022-11-28 20:00:00
## 3931 2022-11-28 20:00:00
## 3932 2022-11-28 20:00:00
## 3933 2022-11-28 20:00:00
## 3934 2022-11-28 20:00:00
## 3935 2022-11-28 20:00:00
## 3936 2022-11-28 20:00:00
## 3937 2022-11-28 20:00:00
## 3938 2022-11-28 20:00:00
## 3939 2022-11-28 20:00:00
## 3940 2022-11-28 20:00:00
## 3941 2022-11-28 20:00:00
## 3942 2022-11-28 20:00:00
## 3943 2022-11-28 20:00:00
## 3944 2022-11-28 20:00:00
## 3945 2022-11-28 20:00:00
## 3946 2022-11-28 20:00:00
## 3947 2022-11-28 20:00:00
## 3948 2022-11-28 20:00:00
## 3949 2022-11-28 20:00:00
## 3950 2022-11-28 20:00:00
## 3951 2022-11-28 20:00:00
## 3952 2022-11-28 20:00:00
## 3953 2022-11-28 20:00:00
## 3954 2022-11-28 20:00:00
## 3955 2022-11-28 20:00:00
## 3956 2022-11-28 20:00:00
## 3957 2022-11-28 20:00:00
## 3958 2022-11-28 20:00:00
## 3959 2022-11-28 20:00:00
## 3960 2022-11-28 20:00:00
## 3961 2022-11-28 20:00:00
## 3962 2022-11-28 20:00:00
## 3963 2022-11-28 20:00:00
## 3964 2022-11-28 20:00:00
## 3965 2022-11-28 20:00:00
## 3966 2022-11-28 20:00:00
## 3967 2022-11-28 20:00:00
## 3968 2022-11-28 20:00:00
## 3969 2022-11-28 20:00:00
## 3970 2022-11-28 20:00:00
## 3971 2022-11-28 20:00:00
## 3972 2022-11-28 20:00:00
## 3973 2022-11-28 20:00:00
## 3974 2022-11-28 20:00:00
## 3975 2022-11-28 20:00:00
## 3976 2022-11-28 20:00:00
## 3977 2022-11-28 20:00:00
## 3978 2022-11-28 20:00:00
## 3979 2022-11-28 20:00:00
## 3980 2022-11-28 20:00:00
## 3981 2022-11-28 20:00:00
## 3982 2022-11-28 20:00:00
## 3983 2022-11-28 20:00:00
## 3984 2022-11-28 20:00:00
## 3985 2022-11-28 20:00:00
## 3986 2022-11-28 20:00:00
## 3987 2022-11-28 20:00:00
## 3988 2022-11-28 20:00:00
## 3989 2022-11-28 20:00:00
## 3990 2022-11-28 20:00:00
## 3991 2022-11-28 20:00:00
## 3992 2022-11-28 20:00:00
## 3993 2022-11-28 20:00:00
## 3994 2022-11-28 20:00:00
## 3995 2022-11-28 20:00:00
## 3996 2022-11-28 20:00:00
## 3997 2022-11-28 20:00:00
## 3998 2022-11-28 20:00:00
## 3999 2022-11-28 20:00:00
## 4000 2022-11-28 20:00:00
## 4001 2022-11-28 20:00:00
## 4002 2022-11-28 20:00:00
## 4003 2022-11-28 20:00:00
## 4004 2022-11-28 20:00:00
## 4005 2022-11-28 20:00:00
## 4006 2022-11-28 20:00:00
## 4007 2022-11-28 20:00:00
## 4008 2022-11-28 20:00:00
## 4009 2022-11-28 20:00:00
## 4010 2022-11-28 20:00:00
## 4011 2022-11-28 20:00:00
## 4012 2022-11-28 20:00:00
## 4013 2022-11-28 20:00:00
## 4014 2022-11-28 20:00:00
## 4015 2022-11-28 20:00:00
## 4016 2022-11-28 20:00:00
## 4017 2022-11-28 20:00:00
## 4018 2022-11-28 20:00:00
## 4019 2022-11-28 20:00:00
## 4020 2022-11-28 20:00:00
## 4021 2022-11-28 20:00:00
## 4022 2022-11-28 20:00:00
## 4023 2022-11-28 20:00:00
## 4024 2022-11-28 20:00:00
## 4025 2022-11-28 20:00:00
## 4026 2022-11-28 20:00:00
## 4027 2022-11-28 20:00:00
## 4028 2022-11-28 20:00:00
## 4029 2022-11-28 20:00:00
## 4030 2022-11-28 20:00:00
## 4031 2022-11-28 20:00:00
## 4032 2022-11-28 20:00:00
## 4033 2022-11-28 20:00:00
## 4034 2022-11-28 20:00:00
## 4035 2022-11-28 20:00:00
## 4036 2022-11-28 20:00:00
## 4037 2022-11-28 20:00:00
## 4038 2022-11-28 20:00:00
## 4039 2022-11-28 20:00:00
## 4040 2022-11-28 20:00:00
## 4041 2022-11-28 20:00:00
## 4042 2022-11-28 20:00:00
## 4043 2022-11-28 20:00:00
## 4044 2022-11-28 20:00:00
## 4045 2022-11-28 20:00:00
## 4046 2022-11-28 20:00:00
## 4047 2022-11-28 20:00:00
## 4048 2022-11-28 20:00:00
## 4049 2022-11-28 20:00:00
## 4050 2022-11-28 20:00:00
## 4051 2022-11-28 20:00:00
## 4052 2022-11-28 20:00:00
## 4053 2022-11-28 20:00:00
## 4054 2022-11-28 20:00:00
## 4055 2022-11-28 20:00:00
## 4056 2022-11-28 20:00:00
## 4057 2022-11-28 20:00:00
## 4058 2022-11-28 20:00:00
## 4059 2022-11-28 20:00:00
## 4060 2022-11-28 20:00:00
## 4061 2022-11-28 20:00:00
## 4062 2022-11-28 20:00:00
## 4063 2022-11-28 20:00:00
## 4064 2022-11-28 20:00:00
## 4065 2022-11-28 20:00:00
## 4066 2022-11-28 20:00:00
## 4067 2022-11-28 20:00:00
## 4068 2022-11-28 20:00:00
## 4069 2022-11-28 20:00:00
## 4070 2022-11-28 20:00:00
## 4071 2022-11-28 20:00:00
## 4072 2022-11-28 20:00:00
## 4073 2022-11-28 20:00:00
## 4074 2022-11-28 20:00:00
## 4075 2022-11-28 20:00:00
## 4076 2022-11-28 20:00:00
## 4077 2022-11-28 20:00:00
## 4078 2022-11-28 20:00:00
## 4079 2022-11-28 20:00:00
## 4080 2022-11-28 20:00:00
## 4081 2022-11-28 20:00:00
## 4082 2022-11-28 20:00:00
## 4083 2022-11-28 20:00:00
## 4084 2022-11-28 20:00:00
## 4085 2022-11-28 20:00:00
## 4086 2022-11-28 20:00:00
## 4087 2022-11-28 20:00:00
## 4088 2022-11-28 20:00:00
## 4089 2022-11-28 20:00:00
## 4090 2022-11-28 20:00:00
## 4091 2022-11-28 20:00:00
## 4092 2022-11-28 20:00:00
## 4093 2022-11-28 20:00:00
## 4094 2022-11-28 20:00:00
## 4095 2022-11-28 20:00:00
## 4096 2022-11-28 20:00:00
## 4097 2022-11-28 20:00:00
## 4098 2022-11-28 20:00:00
## 4099 2022-11-28 20:00:00
## 4100 2022-11-28 20:00:00
## 4101 2022-11-28 20:00:00
## 4102 2022-11-28 20:00:00
## 4103 2022-11-28 20:00:00
## 4104 2022-11-28 20:00:00
## 4105 2022-11-28 20:00:00
## 4106 2022-11-28 20:00:00
## 4107 2022-11-28 20:00:00
## 4108 2022-11-28 20:00:00
## 4109 2022-11-28 20:00:00
## 4110 2022-11-28 20:00:00
## 4111 2022-11-28 20:00:00
## 4112 2022-11-28 20:00:00
## 4113 2022-11-28 20:00:00
## 4114 2022-11-28 20:00:00
## 4115 2022-11-28 20:00:00
## 4116 2022-11-28 20:00:00
## 4117 2022-11-28 20:00:00
## 4118 2022-11-28 20:00:00
## 4119 2022-11-28 20:00:00
## 4120 2022-11-28 20:00:00
## 4121 2022-11-28 20:00:00
## 4122 2022-11-28 20:00:00
## 4123 2022-11-28 20:00:00
## 4124 2022-11-28 20:00:00
## 4125 2022-11-28 20:00:00
## 4126 2022-11-28 20:00:00
## 4127 2022-11-28 20:00:00
## 4128 2022-11-28 20:00:00
## 4129 2022-11-28 20:00:00
## 4130 2022-11-28 20:00:00
## 4131 2022-11-28 20:00:00
## 4132 2022-11-28 20:00:00
## 4133 2022-11-28 20:00:00
## 4134 2022-11-28 20:00:00
## 4135 2022-11-28 20:00:00
## 4136 2022-11-28 20:00:00
## 4137 2022-11-28 20:00:00
## 4138 2022-11-28 20:00:00
## 4139 2022-11-28 20:00:00
## 4140 2022-11-28 20:00:00
## 4141 2022-11-28 20:00:00
## 4142 2022-11-28 20:00:00
## 4143 2022-11-28 20:00:00
## 4144 2022-11-28 20:00:00
## 4145 2022-11-28 20:00:00
## 4146 2022-11-28 20:00:00
## 4147 2022-11-28 20:00:00
## 4148 2022-11-28 20:00:00
## 4149 2022-11-28 20:00:00
## 4150 2022-11-28 20:00:00
## 4151 2022-11-28 20:00:00
## 4152 2022-11-28 20:00:00
## 4153 2022-11-28 20:00:00
## 4154 2022-11-28 20:00:00
## 4155 2022-11-28 20:00:00
## 4156 2022-11-28 20:00:00
## 4157 2022-11-28 20:00:00
## 4158 2022-11-28 20:00:00
## 4159 2022-11-28 20:00:00
## 4160 2022-11-28 20:00:00
## 4161 2022-11-28 20:00:00
## 4162 2022-11-28 20:00:00
## 4163 2022-11-28 20:00:00
## 4164 2022-11-28 20:00:00
## 4165 2022-11-28 20:00:00
## 4166 2022-11-28 20:00:00
## 4167 2022-11-28 20:00:00
## 4168 2022-11-28 20:00:00
## 4169 2022-11-28 20:00:00
## 4170 2022-11-28 20:00:00
## 4171 2022-11-28 20:00:00
## 4172 2022-11-28 20:00:00
## 4173 2022-11-28 20:00:00
## 4174 2022-11-28 20:00:00
## 4175 2022-11-28 20:00:00
## 4176 2022-11-28 20:00:00
## 4177 2022-11-28 20:00:00
## 4178 2022-11-28 20:00:00
## 4179 2022-11-28 20:00:00
## 4180 2022-11-28 20:00:00
## 4181 2022-11-28 20:00:00
## 4182 2022-11-28 20:00:00
## 4183 2022-11-28 20:00:00
## 4184 2022-11-28 20:00:00
## 4185 2022-11-28 20:00:00
## 4186 2022-11-28 20:00:00
## 4187 2022-11-28 20:00:00
## 4188 2022-11-28 20:00:00
## 4189 2022-11-28 20:00:00
## 4190 2022-11-28 20:00:00
## 4191 2022-11-28 20:00:00
## 4192 2022-11-28 20:00:00
## 4193 2022-11-28 20:00:00
## 4194 2022-11-28 20:00:00
## 4195 2022-11-28 20:00:00
## 4196 2022-11-28 20:00:00
## 4197 2022-11-28 20:00:00
## 4198 2022-11-28 20:00:00
## 4199 2022-11-28 20:00:00
## 4200 2022-11-28 20:00:00
## 4201 2022-11-28 20:00:00
## 4202 2022-11-28 20:00:00
## 4203 2022-11-28 20:00:00
## 4204 2022-11-28 20:00:00
## 4205 2022-11-28 20:00:00
## 4206 2022-11-28 20:00:00
## 4207 2022-11-28 20:00:00
## 4208 2022-11-28 20:00:00
## 4209 2022-11-28 20:00:00
## 4210 2022-11-28 20:00:00
## 4211 2022-11-28 20:00:00
## 4212 2022-11-28 20:00:00
## 4213 2022-11-28 20:00:00
## 4214 2022-11-28 20:00:00
## 4215 2022-11-28 20:00:00
## 4216 2022-11-28 20:00:00
## 4217 2022-11-28 20:00:00
## 4218 2022-11-28 20:00:00
## 4219 2022-11-28 20:00:00
## 4220 2022-11-28 20:00:00
## 4221 2022-11-28 20:00:00
## 4222 2022-11-28 20:00:00
## 4223 2022-11-28 20:00:00
## 4224 2022-11-28 20:00:00
## 4225 2022-11-28 20:00:00
## 4226 2022-11-28 20:00:00
## 4227 2022-11-28 20:00:00
## 4228 2022-11-28 20:00:00
## 4229 2022-11-28 20:00:00
## 4230 2022-11-28 20:00:00
## 4231 2022-11-28 20:00:00
## 4232 2022-11-28 20:00:00
## 4233 2022-11-28 20:00:00
## 4234 2022-11-28 20:00:00
## 4235 2022-11-28 20:00:00
## 4236 2022-11-28 20:00:00
## 4237 2022-11-28 20:00:00
## 4238 2022-11-28 20:00:00
## 4239 2022-11-28 20:00:00
## 4240 2022-11-28 20:00:00
## 4241 2022-11-28 20:00:00
## 4242 2022-11-28 20:00:00
## 4243 2022-11-28 20:00:00
## 4244 2022-11-28 20:00:00
## 4245 2022-11-28 20:00:00
## 4246 2022-11-28 20:00:00
## 4247 2022-11-28 20:00:00
## 4248 2022-11-28 20:00:00
## 4249 2022-11-28 20:00:00
## 4250 2022-11-28 20:00:00
## 4251 2022-11-28 20:00:00
## 4252 2022-11-28 20:00:00
## 4253 2022-11-28 20:00:00
## 4254 2022-11-28 20:00:00
## 4255 2022-11-28 20:00:00
## 4256 2022-11-28 20:00:00
## 4257 2022-11-28 20:00:00
## 4258 2022-11-28 20:00:00
## 4259 2022-11-28 20:00:00
## 4260 2022-11-28 20:00:00
## 4261 2022-11-28 20:00:00
## 4262 2022-11-28 20:00:00
## 4263 2022-11-28 20:00:00
## 4264 2022-11-28 20:00:00
## 4265 2022-11-28 20:00:00
## 4266 2022-11-28 20:00:00
## 4267 2022-11-28 20:00:00
## 4268 2022-11-28 20:00:00
## 4269 2022-11-28 20:00:00
## 4270 2022-11-28 20:00:00
## 4271 2022-11-28 20:00:00
## 4272 2022-11-28 20:00:00
## 4273 2022-11-28 20:00:00
## 4274 2022-11-28 20:00:00
## 4275 2022-11-28 20:00:00
## 4276 2022-11-28 20:00:00
## 4277 2022-11-28 20:00:00
## 4278 2022-11-28 20:00:00
## 4279 2022-11-28 20:00:00
## 4280 2022-11-28 20:00:00
## 4281 2022-11-28 20:00:00
## 4282 2022-11-28 20:00:00
## 4283 2022-11-28 20:00:00
## 4284 2022-11-28 20:00:00
## 4285 2022-11-28 20:00:00
## 4286 2022-11-28 20:00:00
## 4287 2022-11-28 20:00:00
## 4288 2022-11-28 20:00:00
## 4289 2022-11-28 20:00:00
## 4290 2022-11-28 20:00:00
## 4291 2022-11-28 20:00:00
## 4292 2022-11-28 20:00:00
## 4293 2022-11-28 20:00:00
## 4294 2022-11-28 20:00:00
## 4295 2022-11-28 19:00:00
## 4296 2022-11-28 19:00:00
## 4297 2022-11-28 19:00:00
## 4298 2022-11-28 19:00:00
## 4299 2022-11-28 19:00:00
## 4300 2022-11-28 19:00:00
## 4301 2022-11-28 19:00:00
## 4302 2022-11-28 19:00:00
## 4303 2022-11-28 19:00:00
## 4304 2022-11-28 19:00:00
## 4305 2022-11-28 19:00:00
## 4306 2022-11-28 19:00:00
## 4307 2022-11-28 19:00:00
## 4308 2022-11-28 19:00:00
## 4309 2022-11-28 19:00:00
## 4310 2022-11-28 19:00:00
## 4311 2022-11-28 19:00:00
## 4312 2022-11-28 19:00:00
## 4313 2022-11-28 19:00:00
## 4314 2022-11-28 19:00:00
## 4315 2022-11-28 19:00:00
## 4316 2022-11-28 19:00:00
## 4317 2022-11-28 19:00:00
## 4318 2022-11-28 19:00:00
## 4319 2022-11-28 19:00:00
## 4320 2022-11-28 19:00:00
## 4321 2022-11-28 19:00:00
## 4322 2022-11-28 19:00:00
## 4323 2022-11-28 19:00:00
## 4324 2022-11-28 19:00:00
## 4325 2022-11-28 19:00:00
## 4326 2022-11-28 19:00:00
## 4327 2022-11-28 19:00:00
## 4328 2022-11-28 19:00:00
## 4329 2022-11-28 19:00:00
## 4330 2022-11-28 19:00:00
## 4331 2022-11-28 19:00:00
## 4332 2022-11-28 19:00:00
## 4333 2022-11-28 19:00:00
## 4334 2022-11-28 19:00:00
## 4335 2022-11-28 19:00:00
## 4336 2022-11-28 19:00:00
## 4337 2022-11-28 19:00:00
## 4338 2022-11-28 19:00:00
## 4339 2022-11-28 19:00:00
## 4340 2022-11-28 19:00:00
## 4341 2022-11-28 19:00:00
## 4342 2022-11-28 19:00:00
## 4343 2022-11-28 19:00:00
## 4344 2022-11-28 19:00:00
## 4345 2022-11-28 19:00:00
## 4346 2022-11-28 19:00:00
## 4347 2022-11-28 19:00:00
## 4348 2022-11-28 19:00:00
## 4349 2022-11-28 19:00:00
## 4350 2022-11-28 19:00:00
## 4351 2022-11-28 19:00:00
## 4352 2022-11-28 19:00:00
## 4353 2022-11-28 19:00:00
## 4354 2022-11-28 19:00:00
## 4355 2022-11-28 19:00:00
## 4356 2022-11-28 19:00:00
## 4357 2022-11-28 19:00:00
## 4358 2022-11-28 19:00:00
## 4359 2022-11-28 19:00:00
## 4360 2022-11-28 19:00:00
## 4361 2022-11-28 19:00:00
## 4362 2022-11-28 19:00:00
## 4363 2022-11-28 19:00:00
## 4364 2022-11-28 19:00:00
## 4365 2022-11-28 19:00:00
## 4366 2022-11-28 19:00:00
## 4367 2022-11-28 19:00:00
## 4368 2022-11-28 19:00:00
## 4369 2022-11-28 19:00:00
## 4370 2022-11-28 19:00:00
## 4371 2022-11-28 19:00:00
## 4372 2022-11-28 19:00:00
## 4373 2022-11-28 19:00:00
## 4374 2022-11-28 19:00:00
## 4375 2022-11-28 19:00:00
## 4376 2022-11-28 19:00:00
## 4377 2022-11-28 19:00:00
## 4378 2022-11-28 19:00:00
## 4379 2022-11-28 19:00:00
## 4380 2022-11-28 19:00:00
## 4381 2022-11-28 19:00:00
## 4382 2022-11-28 19:00:00
## 4383 2022-11-28 19:00:00
## 4384 2022-11-28 19:00:00
## 4385 2022-11-28 19:00:00
## 4386 2022-11-28 19:00:00
## 4387 2022-11-28 19:00:00
## 4388 2022-11-28 19:00:00
## 4389 2022-11-28 19:00:00
## 4390 2022-11-28 19:00:00
## 4391 2022-11-28 19:00:00
## 4392 2022-11-28 19:00:00
## 4393 2022-11-28 19:00:00
## 4394 2022-11-28 19:00:00
## 4395 2022-11-28 19:00:00
## 4396 2022-11-28 19:00:00
## 4397 2022-11-28 19:00:00
## 4398 2022-11-28 19:00:00
## 4399 2022-11-28 19:00:00
## 4400 2022-11-28 19:00:00
## 4401 2022-11-28 19:00:00
## 4402 2022-11-28 19:00:00
## 4403 2022-11-28 19:00:00
## 4404 2022-11-28 19:00:00
## 4405 2022-11-28 19:00:00
## 4406 2022-11-28 19:00:00
## 4407 2022-11-28 19:00:00
## 4408 2022-11-28 19:00:00
## 4409 2022-11-28 19:00:00
## 4410 2022-11-28 19:00:00
## 4411 2022-11-28 19:00:00
## 4412 2022-11-28 19:00:00
## 4413 2022-11-28 19:00:00
## 4414 2022-11-28 19:00:00
## 4415 2022-11-28 19:00:00
## 4416 2022-11-28 19:00:00
## 4417 2022-11-28 19:00:00
## 4418 2022-11-28 19:00:00
## 4419 2022-11-28 19:00:00
## 4420 2022-11-28 19:00:00
## 4421 2022-11-28 19:00:00
## 4422 2022-11-28 19:00:00
## 4423 2022-11-28 19:00:00
## 4424 2022-11-28 19:00:00
## 4425 2022-11-28 19:00:00
## 4426 2022-11-28 19:00:00
## 4427 2022-11-28 19:00:00
## 4428 2022-11-28 19:00:00
## 4429 2022-11-28 19:00:00
## 4430 2022-11-28 19:00:00
## 4431 2022-11-28 19:00:00
## 4432 2022-11-28 19:00:00
## 4433 2022-11-28 19:00:00
## 4434 2022-11-28 19:00:00
## 4435 2022-11-28 19:00:00
## 4436 2022-11-28 19:00:00
## 4437 2022-11-28 19:00:00
## 4438 2022-11-28 19:00:00
## 4439 2022-11-28 19:00:00
## 4440 2022-11-28 19:00:00
## 4441 2022-11-28 19:00:00
## 4442 2022-11-28 19:00:00
## 4443 2022-11-28 19:00:00
## 4444 2022-11-28 19:00:00
## 4445 2022-11-28 19:00:00
## 4446 2022-11-28 19:00:00
## 4447 2022-11-28 19:00:00
## 4448 2022-11-28 19:00:00
## 4449 2022-11-28 19:00:00
## 4450 2022-11-28 19:00:00
## 4451 2022-11-28 19:00:00
## 4452 2022-11-28 19:00:00
## 4453 2022-11-28 19:00:00
## 4454 2022-11-28 19:00:00
## 4455 2022-11-28 19:00:00
## 4456 2022-11-28 19:00:00
## 4457 2022-11-28 19:00:00
## 4458 2022-11-28 19:00:00
## 4459 2022-11-28 19:00:00
## 4460 2022-11-28 19:00:00
## 4461 2022-11-28 19:00:00
## 4462 2022-11-28 19:00:00
## 4463 2022-11-28 19:00:00
## 4464 2022-11-28 19:00:00
## 4465 2022-11-28 19:00:00
## 4466 2022-11-28 19:00:00
## 4467 2022-11-28 19:00:00
## 4468 2022-11-28 19:00:00
## 4469 2022-11-28 19:00:00
## 4470 2022-11-28 19:00:00
## 4471 2022-11-28 19:00:00
## 4472 2022-11-28 19:00:00
## 4473 2022-11-28 19:00:00
## 4474 2022-11-28 19:00:00
## 4475 2022-11-28 19:00:00
## 4476 2022-11-28 19:00:00
## 4477 2022-11-28 19:00:00
## 4478 2022-11-28 19:00:00
## 4479 2022-11-28 19:00:00
## 4480 2022-11-28 19:00:00
## 4481 2022-11-28 19:00:00
## 4482 2022-11-28 19:00:00
## 4483 2022-11-28 19:00:00
## 4484 2022-11-28 19:00:00
## 4485 2022-11-28 19:00:00
## 4486 2022-11-28 19:00:00
## 4487 2022-11-28 19:00:00
## 4488 2022-11-28 19:00:00
## 4489 2022-11-28 19:00:00
## 4490 2022-11-28 19:00:00
## 4491 2022-11-28 19:00:00
## 4492 2022-11-28 19:00:00
## 4493 2022-11-28 19:00:00
## 4494 2022-11-28 19:00:00
## 4495 2022-11-28 19:00:00
## 4496 2022-11-28 19:00:00
## 4497 2022-11-28 19:00:00
## 4498 2022-11-28 19:00:00
## 4499 2022-11-28 19:00:00
## 4500 2022-11-28 19:00:00
## 4501 2022-11-28 19:00:00
## 4502 2022-11-28 19:00:00
## 4503 2022-11-28 19:00:00
## 4504 2022-11-28 19:00:00
## 4505 2022-11-28 19:00:00
## 4506 2022-11-28 19:00:00
## 4507 2022-11-28 19:00:00
## 4508 2022-11-28 19:00:00
## 4509 2022-11-28 19:00:00
## 4510 2022-11-28 19:00:00
## 4511 2022-11-28 19:00:00
## 4512 2022-11-28 19:00:00
## 4513 2022-11-28 19:00:00
## 4514 2022-11-28 19:00:00
## 4515 2022-11-28 19:00:00
## 4516 2022-11-28 19:00:00
## 4517 2022-11-28 19:00:00
## 4518 2022-11-28 19:00:00
## 4519 2022-11-28 19:00:00
## 4520 2022-11-28 19:00:00
## 4521 2022-11-28 19:00:00
## 4522 2022-11-28 19:00:00
## 4523 2022-11-28 19:00:00
## 4524 2022-11-28 19:00:00
## 4525 2022-11-28 19:00:00
## 4526 2022-11-28 19:00:00
## 4527 2022-11-28 19:00:00
## 4528 2022-11-28 19:00:00
## 4529 2022-11-28 19:00:00
## 4530 2022-11-28 19:00:00
## 4531 2022-11-28 19:00:00
## 4532 2022-11-28 19:00:00
## 4533 2022-11-28 19:00:00
## 4534 2022-11-28 19:00:00
## 4535 2022-11-28 19:00:00
## 4536 2022-11-28 19:00:00
## 4537 2022-11-28 19:00:00
## 4538 2022-11-28 19:00:00
## 4539 2022-11-28 19:00:00
## 4540 2022-11-28 19:00:00
## 4541 2022-11-28 19:00:00
## 4542 2022-11-28 19:00:00
## 4543 2022-11-28 19:00:00
## 4544 2022-11-28 19:00:00
## 4545 2022-11-28 19:00:00
## 4546 2022-11-28 19:00:00
## 4547 2022-11-28 19:00:00
## 4548 2022-11-28 19:00:00
## 4549 2022-11-28 19:00:00
## 4550 2022-11-28 19:00:00
## 4551 2022-11-28 19:00:00
## 4552 2022-11-28 19:00:00
## 4553 2022-11-28 19:00:00
## 4554 2022-11-28 19:00:00
## 4555 2022-11-28 19:00:00
## 4556 2022-11-28 19:00:00
## 4557 2022-11-28 19:00:00
## 4558 2022-11-28 19:00:00
## 4559 2022-11-28 19:00:00
## 4560 2022-11-28 19:00:00
## 4561 2022-11-28 19:00:00
## 4562 2022-11-28 19:00:00
## 4563 2022-11-28 19:00:00
## 4564 2022-11-28 19:00:00
## 4565 2022-11-28 19:00:00
## 4566 2022-11-28 19:00:00
## 4567 2022-11-28 19:00:00
## 4568 2022-11-28 19:00:00
## 4569 2022-11-28 19:00:00
## 4570 2022-11-28 19:00:00
## 4571 2022-11-28 19:00:00
## 4572 2022-11-28 19:00:00
## 4573 2022-11-28 19:00:00
## 4574 2022-11-28 19:00:00
## 4575 2022-11-28 19:00:00
## 4576 2022-11-28 19:00:00
## 4577 2022-11-28 19:00:00
## 4578 2022-11-28 19:00:00
## 4579 2022-11-28 19:00:00
## 4580 2022-11-28 19:00:00
## 4581 2022-11-28 19:00:00
## 4582 2022-11-28 19:00:00
## 4583 2022-11-28 19:00:00
## 4584 2022-11-28 19:00:00
## 4585 2022-11-28 19:00:00
## 4586 2022-11-28 19:00:00
## 4587 2022-11-28 19:00:00
## 4588 2022-11-28 19:00:00
## 4589 2022-11-28 19:00:00
## 4590 2022-11-28 19:00:00
## 4591 2022-11-28 19:00:00
## 4592 2022-11-28 19:00:00
## 4593 2022-11-28 19:00:00
## 4594 2022-11-28 19:00:00
## 4595 2022-11-28 19:00:00
## 4596 2022-11-28 19:00:00
## 4597 2022-11-28 19:00:00
## 4598 2022-11-28 19:00:00
## 4599 2022-11-28 19:00:00
## 4600 2022-11-28 19:00:00
## 4601 2022-11-28 19:00:00
## 4602 2022-11-28 19:00:00
## 4603 2022-11-28 19:00:00
## 4604 2022-11-28 19:00:00
## 4605 2022-11-28 19:00:00
## 4606 2022-11-28 19:00:00
## 4607 2022-11-28 19:00:00
## 4608 2022-11-28 19:00:00
## 4609 2022-11-28 19:00:00
## 4610 2022-11-28 19:00:00
## 4611 2022-11-28 19:00:00
## 4612 2022-11-28 19:00:00
## 4613 2022-11-28 19:00:00
## 4614 2022-11-28 19:00:00
## 4615 2022-11-28 19:00:00
## 4616 2022-11-28 19:00:00
## 4617 2022-11-28 19:00:00
## 4618 2022-11-28 19:00:00
## 4619 2022-11-28 19:00:00
## 4620 2022-11-28 19:00:00
## 4621 2022-11-28 19:00:00
## 4622 2022-11-28 19:00:00
## 4623 2022-11-28 19:00:00
## 4624 2022-11-28 19:00:00
## 4625 2022-11-28 19:00:00
## 4626 2022-11-28 19:00:00
## 4627 2022-11-28 19:00:00
## 4628 2022-11-28 19:00:00
## 4629 2022-11-28 19:00:00
## 4630 2022-11-28 19:00:00
## 4631 2022-11-28 19:00:00
## 4632 2022-11-28 19:00:00
## 4633 2022-11-28 19:00:00
## 4634 2022-11-28 19:00:00
## 4635 2022-11-28 19:00:00
## 4636 2022-11-28 19:00:00
## 4637 2022-11-28 19:00:00
## 4638 2022-11-28 19:00:00
## 4639 2022-11-28 19:00:00
## 4640 2022-11-28 19:00:00
## 4641 2022-11-28 19:00:00
## 4642 2022-11-28 19:00:00
## 4643 2022-11-28 19:00:00
## 4644 2022-11-28 19:00:00
## 4645 2022-11-28 19:00:00
## 4646 2022-11-28 19:00:00
## 4647 2022-11-28 19:00:00
## 4648 2022-11-28 19:00:00
## 4649 2022-11-28 19:00:00
## 4650 2022-11-28 19:00:00
## 4651 2022-11-28 19:00:00
## 4652 2022-11-28 19:00:00
## 4653 2022-11-28 19:00:00
## 4654 2022-11-28 19:00:00
## 4655 2022-11-28 19:00:00
## 4656 2022-11-28 19:00:00
## 4657 2022-11-28 19:00:00
## 4658 2022-11-28 19:00:00
## 4659 2022-11-28 19:00:00
## 4660 2022-11-28 19:00:00
## 4661 2022-11-28 19:00:00
## 4662 2022-11-28 19:00:00
## 4663 2022-11-28 19:00:00
## 4664 2022-11-28 19:00:00
## 4665 2022-11-28 19:00:00
## 4666 2022-11-28 19:00:00
## 4667 2022-11-28 19:00:00
## 4668 2022-11-28 19:00:00
## 4669 2022-11-28 19:00:00
## 4670 2022-11-28 19:00:00
## 4671 2022-11-28 19:00:00
## 4672 2022-11-28 19:00:00
## 4673 2022-11-28 19:00:00
## 4674 2022-11-28 19:00:00
## 4675 2022-11-28 19:00:00
## 4676 2022-11-28 19:00:00
## 4677 2022-11-28 19:00:00
## 4678 2022-11-28 19:00:00
## 4679 2022-11-28 19:00:00
## 4680 2022-11-28 19:00:00
## 4681 2022-11-28 19:00:00
## 4682 2022-11-28 19:00:00
## 4683 2022-11-28 19:00:00
## 4684 2022-11-28 19:00:00
## 4685 2022-11-28 19:00:00
## 4686 2022-11-28 19:00:00
## 4687 2022-11-28 19:00:00
## 4688 2022-11-28 19:00:00
## 4689 2022-11-28 19:00:00
## 4690 2022-11-28 19:00:00
## 4691 2022-11-28 19:00:00
## 4692 2022-11-28 19:00:00
## 4693 2022-11-28 19:00:00
## 4694 2022-11-28 19:00:00
## 4695 2022-11-28 19:00:00
## 4696 2022-11-28 19:00:00
## 4697 2022-11-28 19:00:00
## 4698 2022-11-28 19:00:00
## 4699 2022-11-28 19:00:00
## 4700 2022-11-28 19:00:00
## 4701 2022-11-28 19:00:00
## 4702 2022-11-28 19:00:00
## 4703 2022-11-28 19:00:00
## 4704 2022-11-28 19:00:00
## 4705 2022-11-28 19:00:00
## 4706 2022-11-28 19:00:00
## 4707 2022-11-28 19:00:00
## 4708 2022-11-28 19:00:00
## 4709 2022-11-28 19:00:00
## 4710 2022-11-28 19:00:00
## 4711 2022-11-28 19:00:00
## 4712 2022-11-28 19:00:00
## 4713 2022-11-28 19:00:00
## 4714 2022-11-28 19:00:00
## 4715 2022-11-28 19:00:00
## 4716 2022-11-28 19:00:00
## 4717 2022-11-28 19:00:00
## 4718 2022-11-28 19:00:00
## 4719 2022-11-28 19:00:00
## 4720 2022-11-28 19:00:00
## 4721 2022-11-28 19:00:00
## 4722 2022-11-28 19:00:00
## 4723 2022-11-28 19:00:00
## 4724 2022-11-28 19:00:00
## 4725 2022-11-28 19:00:00
## 4726 2022-11-28 19:00:00
## 4727 2022-11-28 19:00:00
## 4728 2022-11-28 19:00:00
## 4729 2022-11-28 19:00:00
## 4730 2022-11-28 19:00:00
## 4731 2022-11-28 19:00:00
## 4732 2022-11-28 19:00:00
## 4733 2022-11-28 19:00:00
## 4734 2022-11-28 19:00:00
## 4735 2022-11-28 19:00:00
## 4736 2022-11-28 19:00:00
## 4737 2022-11-28 19:00:00
## 4738 2022-11-28 19:00:00
## 4739 2022-11-28 19:00:00
## 4740 2022-11-28 19:00:00
## 4741 2022-11-28 19:00:00
## 4742 2022-11-28 19:00:00
## 4743 2022-11-28 19:00:00
## 4744 2022-11-28 19:00:00
## 4745 2022-11-28 19:00:00
## 4746 2022-11-28 19:00:00
## 4747 2022-11-28 19:00:00
## 4748 2022-11-28 19:00:00
## 4749 2022-11-28 19:00:00
## 4750 2022-11-28 19:00:00
## 4751 2022-11-28 19:00:00
## 4752 2022-11-28 19:00:00
## 4753 2022-11-28 19:00:00
## 4754 2022-11-28 19:00:00
## 4755 2022-11-28 19:00:00
## 4756 2022-11-28 19:00:00
## 4757 2022-11-28 19:00:00
## 4758 2022-11-28 19:00:00
## 4759 2022-11-28 19:00:00
## 4760 2022-11-28 19:00:00
## 4761 2022-11-28 19:00:00
## 4762 2022-11-28 19:00:00
## 4763 2022-11-28 19:00:00
## 4764 2022-11-28 19:00:00
## 4765 2022-11-28 19:00:00
## 4766 2022-11-28 19:00:00
## 4767 2022-11-28 19:00:00
## 4768 2022-11-28 19:00:00
## 4769 2022-11-28 19:00:00
## 4770 2022-11-28 19:00:00
## 4771 2022-11-28 19:00:00
## 4772 2022-11-28 19:00:00
## 4773 2022-11-28 19:00:00
## 4774 2022-11-28 19:00:00
## 4775 2022-11-28 19:00:00
## 4776 2022-11-28 19:00:00
## 4777 2022-11-28 19:00:00
## 4778 2022-11-28 19:00:00
## 4779 2022-11-28 19:00:00
## 4780 2022-11-28 19:00:00
## 4781 2022-11-28 19:00:00
## 4782 2022-11-28 19:00:00
## 4783 2022-11-28 19:00:00
## 4784 2022-11-28 19:00:00
## 4785 2022-11-28 19:00:00
## 4786 2022-11-28 19:00:00
## 4787 2022-11-28 19:00:00
## 4788 2022-11-28 19:00:00
## 4789 2022-11-28 19:00:00
## 4790 2022-11-28 19:00:00
## 4791 2022-11-28 19:00:00
## 4792 2022-11-28 19:00:00
## 4793 2022-11-28 19:00:00
## 4794 2022-11-28 19:00:00
## 4795 2022-11-28 19:00:00
## 4796 2022-11-28 19:00:00
## 4797 2022-11-28 19:00:00
## 4798 2022-11-28 19:00:00
## 4799 2022-11-28 19:00:00
## 4800 2022-11-28 19:00:00
## 4801 2022-11-28 19:00:00
## 4802 2022-11-28 19:00:00
## 4803 2022-11-28 19:00:00
## 4804 2022-11-28 19:00:00
## 4805 2022-11-28 19:00:00
## 4806 2022-11-28 19:00:00
## 4807 2022-11-28 19:00:00
## 4808 2022-11-28 19:00:00
## 4809 2022-11-28 19:00:00
## 4810 2022-11-28 19:00:00
## 4811 2022-11-28 19:00:00
## 4812 2022-11-28 19:00:00
## 4813 2022-11-28 19:00:00
## 4814 2022-11-28 19:00:00
## 4815 2022-11-28 19:00:00
## 4816 2022-11-28 19:00:00
## 4817 2022-11-28 19:00:00
## 4818 2022-11-28 19:00:00
## 4819 2022-11-28 19:00:00
## 4820 2022-11-28 19:00:00
## 4821 2022-11-28 19:00:00
## 4822 2022-11-28 19:00:00
## 4823 2022-11-28 19:00:00
## 4824 2022-11-28 19:00:00
## 4825 2022-11-28 19:00:00
## 4826 2022-11-28 19:00:00
## 4827 2022-11-28 19:00:00
## 4828 2022-11-28 19:00:00
## 4829 2022-11-28 19:00:00
## 4830 2022-11-28 19:00:00
## 4831 2022-11-28 19:00:00
## 4832 2022-11-28 19:00:00
## 4833 2022-11-28 19:00:00
## 4834 2022-11-28 19:00:00
## 4835 2022-11-28 19:00:00
## 4836 2022-11-28 19:00:00
## 4837 2022-11-28 19:00:00
## 4838 2022-11-28 19:00:00
## 4839 2022-11-28 19:00:00
## 4840 2022-11-28 19:00:00
## 4841 2022-11-28 19:00:00
## 4842 2022-11-28 19:00:00
## 4843 2022-11-28 19:00:00
## 4844 2022-11-28 19:00:00
## 4845 2022-11-28 19:00:00
## 4846 2022-11-28 19:00:00
## 4847 2022-11-28 19:00:00
## 4848 2022-11-28 19:00:00
## 4849 2022-11-28 19:00:00
## 4850 2022-11-28 19:00:00
## 4851 2022-11-28 19:00:00
## 4852 2022-11-28 19:00:00
## 4853 2022-11-28 19:00:00
## 4854 2022-11-28 19:00:00
## 4855 2022-11-28 19:00:00
## 4856 2022-11-28 19:00:00
## 4857 2022-11-28 19:00:00
## 4858 2022-11-28 19:00:00
## 4859 2022-11-28 19:00:00
## 4860 2022-11-28 19:00:00
## 4861 2022-11-28 19:00:00
## 4862 2022-11-28 19:00:00
## 4863 2022-11-28 19:00:00
## 4864 2022-11-28 19:00:00
## 4865 2022-11-28 19:00:00
## 4866 2022-11-28 19:00:00
## 4867 2022-11-28 19:00:00
## 4868 2022-11-28 19:00:00
## 4869 2022-11-28 19:00:00
## 4870 2022-11-28 19:00:00
## 4871 2022-11-28 19:00:00
## 4872 2022-11-28 19:00:00
## 4873 2022-11-28 19:00:00
## 4874 2022-11-28 19:00:00
## 4875 2022-11-28 19:00:00
## 4876 2022-11-28 19:00:00
## 4877 2022-11-28 19:00:00
## 4878 2022-11-28 19:00:00
## 4879 2022-11-28 19:00:00
## 4880 2022-11-28 19:00:00
## 4881 2022-11-28 19:00:00
## 4882 2022-11-28 19:00:00
## 4883 2022-11-28 19:00:00
## 4884 2022-11-28 19:00:00
## 4885 2022-11-28 19:00:00
## 4886 2022-11-28 19:00:00
## 4887 2022-11-28 19:00:00
## 4888 2022-11-28 19:00:00
## 4889 2022-11-28 19:00:00
## 4890 2022-11-28 19:00:00
## 4891 2022-11-28 19:00:00
## 4892 2022-11-28 19:00:00
## 4893 2022-11-28 19:00:00
## 4894 2022-11-28 19:00:00
## 4895 2022-11-28 19:00:00
## 4896 2022-11-28 19:00:00
## 4897 2022-11-28 19:00:00
## 4898 2022-11-28 19:00:00
## 4899 2022-11-28 19:00:00
## 4900 2022-11-28 19:00:00
## 4901 2022-11-28 19:00:00
## 4902 2022-11-28 19:00:00
## 4903 2022-11-28 19:00:00
## 4904 2022-11-28 19:00:00
## 4905 2022-11-28 19:00:00
## 4906 2022-11-28 19:00:00
## 4907 2022-11-28 19:00:00
## 4908 2022-11-28 19:00:00
## 4909 2022-11-28 19:00:00
## 4910 2022-11-28 19:00:00
## 4911 2022-11-28 19:00:00
## 4912 2022-11-28 19:00:00
## 4913 2022-11-28 19:00:00
## 4914 2022-11-28 19:00:00
## 4915 2022-11-28 19:00:00
## 4916 2022-11-28 19:00:00
## 4917 2022-11-28 19:00:00
## 4918 2022-11-28 19:00:00
## 4919 2022-11-28 19:00:00
## 4920 2022-11-28 19:00:00
## 4921 2022-11-28 19:00:00
## 4922 2022-11-28 19:00:00
## 4923 2022-11-28 19:00:00
## 4924 2022-11-28 19:00:00
## 4925 2022-11-28 19:00:00
## 4926 2022-11-28 19:00:00
## 4927 2022-11-28 19:00:00
## 4928 2022-11-28 19:00:00
## 4929 2022-11-28 19:00:00
## 4930 2022-11-28 19:00:00
## 4931 2022-11-28 19:00:00
## 4932 2022-11-28 19:00:00
## 4933 2022-11-28 19:00:00
## 4934 2022-11-28 19:00:00
## 4935 2022-11-28 19:00:00
## 4936 2022-11-28 19:00:00
## 4937 2022-11-28 19:00:00
## 4938 2022-11-28 19:00:00
## 4939 2022-11-28 19:00:00
## 4940 2022-11-28 19:00:00
## 4941 2022-11-28 19:00:00
## 4942 2022-11-28 19:00:00
## 4943 2022-11-28 19:00:00
## 4944 2022-11-28 19:00:00
## 4945 2022-11-28 19:00:00
## 4946 2022-11-28 19:00:00
## 4947 2022-11-28 19:00:00
## 4948 2022-11-28 19:00:00
## 4949 2022-11-28 19:00:00
## 4950 2022-11-28 19:00:00
## 4951 2022-11-28 19:00:00
## 4952 2022-11-28 19:00:00
## 4953 2022-11-28 19:00:00
## 4954 2022-11-28 19:00:00
## 4955 2022-11-28 19:00:00
## 4956 2022-11-28 19:00:00
## 4957 2022-11-28 19:00:00
## 4958 2022-11-28 19:00:00
## 4959 2022-11-28 19:00:00
## 4960 2022-11-28 19:00:00
## 4961 2022-11-28 19:00:00
## 4962 2022-11-28 19:00:00
## 4963 2022-11-28 19:00:00
## 4964 2022-11-28 19:00:00
## 4965 2022-11-28 19:00:00
## 4966 2022-11-28 19:00:00
## 4967 2022-11-28 19:00:00
## 4968 2022-11-28 19:00:00
## 4969 2022-11-28 19:00:00
## 4970 2022-11-28 19:00:00
## 4971 2022-11-28 19:00:00
## 4972 2022-11-28 19:00:00
## 4973 2022-11-28 19:00:00
## 4974 2022-11-28 19:00:00
## 4975 2022-11-28 19:00:00
## 4976 2022-11-28 19:00:00
## 4977 2022-11-28 19:00:00
## 4978 2022-11-28 19:00:00
## 4979 2022-11-28 19:00:00
## 4980 2022-11-28 19:00:00
## 4981 2022-11-28 19:00:00
## 4982 2022-11-28 19:00:00
## 4983 2022-11-28 19:00:00
## 4984 2022-11-28 19:00:00
## 4985 2022-11-28 19:00:00
## 4986 2022-11-28 19:00:00
## 4987 2022-11-28 19:00:00
## 4988 2022-11-28 19:00:00
## 4989 2022-11-28 19:00:00
## 4990 2022-11-28 19:00:00
## 4991 2022-11-28 19:00:00
## 4992 2022-11-28 19:00:00
## 4993 2022-11-28 19:00:00
## 4994 2022-11-28 19:00:00
## 4995 2022-11-28 19:00:00
## 4996 2022-11-28 19:00:00
## 4997 2022-11-28 19:00:00
## 4998 2022-11-28 19:00:00
## 4999 2022-11-28 19:00:00
## 5000 2022-11-28 19:00:00
## 5001 2022-11-28 19:00:00
## 5002 2022-11-28 19:00:00
## 5003 2022-11-28 19:00:00
## 5004 2022-11-28 19:00:00
## 5005 2022-11-28 19:00:00
## 5006 2022-11-28 19:00:00
## 5007 2022-11-28 19:00:00
## 5008 2022-11-28 19:00:00
## 5009 2022-11-28 19:00:00
## 5010 2022-11-28 19:00:00
## 5011 2022-11-28 19:00:00
## 5012 2022-11-28 19:00:00
## 5013 2022-11-28 19:00:00
## 5014 2022-11-28 19:00:00
## 5015 2022-11-28 19:00:00
## 5016 2022-11-28 19:00:00
## 5017 2022-11-28 19:00:00
## 5018 2022-11-28 19:00:00
## 5019 2022-11-28 19:00:00
## 5020 2022-11-28 19:00:00
## 5021 2022-11-28 19:00:00
## 5022 2022-11-28 19:00:00
## 5023 2022-11-28 19:00:00
## 5024 2022-11-28 19:00:00
## 5025 2022-11-28 19:00:00
## 5026 2022-11-28 19:00:00
## 5027 2022-11-28 19:00:00
## 5028 2022-11-28 19:00:00
## 5029 2022-11-28 19:00:00
## 5030 2022-11-28 19:00:00
## 5031 2022-11-28 19:00:00
## 5032 2022-11-28 19:00:00
## 5033 2022-11-28 19:00:00
## 5034 2022-11-28 19:00:00
## 5035 2022-11-28 19:00:00
## 5036 2022-11-28 19:00:00
## 5037 2022-11-28 19:00:00
## 5038 2022-11-28 19:00:00
## 5039 2022-11-28 19:00:00
## 5040 2022-11-28 19:00:00
## 5041 2022-11-28 19:00:00
## 5042 2022-11-28 19:00:00
## 5043 2022-11-28 19:00:00
## 5044 2022-11-28 19:00:00
## 5045 2022-11-28 19:00:00
## 5046 2022-11-28 19:00:00
## 5047 2022-11-28 19:00:00
## 5048 2022-11-28 19:00:00
## 5049 2022-11-28 19:00:00
## 5050 2022-11-28 19:00:00
## 5051 2022-11-28 19:00:00
## 5052 2022-11-28 19:00:00
## 5053 2022-11-28 19:00:00
## 5054 2022-11-28 19:00:00
## 5055 2022-11-28 19:00:00
## 5056 2022-11-28 19:00:00
## 5057 2022-11-28 19:00:00
## 5058 2022-11-28 19:00:00
## 5059 2022-11-28 19:00:00
## 5060 2022-11-28 19:00:00
## 5061 2022-11-28 19:00:00
## 5062 2022-11-28 19:00:00
## 5063 2022-11-28 19:00:00
## 5064 2022-11-28 19:00:00
## 5065 2022-11-28 19:00:00
## 5066 2022-11-28 19:00:00
## 5067 2022-11-28 19:00:00
## 5068 2022-11-28 19:00:00
## 5069 2022-11-28 19:00:00
## 5070 2022-11-28 19:00:00
## 5071 2022-11-28 19:00:00
## 5072 2022-11-28 19:00:00
## 5073 2022-11-28 19:00:00
## 5074 2022-11-28 19:00:00
## 5075 2022-11-28 19:00:00
## 5076 2022-11-28 19:00:00
## 5077 2022-11-28 19:00:00
## 5078 2022-11-28 19:00:00
## 5079 2022-11-28 19:00:00
## 5080 2022-11-28 19:00:00
## 5081 2022-11-28 19:00:00
## 5082 2022-11-28 19:00:00
## 5083 2022-11-28 19:00:00
## 5084 2022-11-28 19:00:00
## 5085 2022-11-28 19:00:00
## 5086 2022-11-28 19:00:00
## 5087 2022-11-28 19:00:00
## 5088 2022-11-28 19:00:00
## 5089 2022-11-28 19:00:00
## 5090 2022-11-28 19:00:00
## 5091 2022-11-28 19:00:00
## 5092 2022-11-28 19:00:00
## 5093 2022-11-28 19:00:00
## 5094 2022-11-28 19:00:00
## 5095 2022-11-28 19:00:00
## 5096 2022-11-28 19:00:00
## 5097 2022-11-28 19:00:00
## 5098 2022-11-28 19:00:00
## 5099 2022-11-28 19:00:00
## 5100 2022-11-28 18:00:00
## 5101 2022-11-28 18:00:00
## 5102 2022-11-28 18:00:00
## 5103 2022-11-28 18:00:00
## 5104 2022-11-28 18:00:00
## 5105 2022-11-28 18:00:00
## 5106 2022-11-28 18:00:00
## 5107 2022-11-28 18:00:00
## 5108 2022-11-28 18:00:00
## 5109 2022-11-28 18:00:00
## 5110 2022-11-28 18:00:00
## 5111 2022-11-28 18:00:00
## 5112 2022-11-28 18:00:00
## 5113 2022-11-28 18:00:00
## 5114 2022-11-28 18:00:00
## 5115 2022-11-28 18:00:00
## 5116 2022-11-28 18:00:00
## 5117 2022-11-28 18:00:00
## 5118 2022-11-28 18:00:00
## 5119 2022-11-28 18:00:00
## 5120 2022-11-28 18:00:00
## 5121 2022-11-28 18:00:00
## 5122 2022-11-28 18:00:00
## 5123 2022-11-28 18:00:00
## 5124 2022-11-28 18:00:00
## 5125 2022-11-28 18:00:00
## 5126 2022-11-28 18:00:00
## 5127 2022-11-28 18:00:00
## 5128 2022-11-28 18:00:00
## 5129 2022-11-28 18:00:00
## 5130 2022-11-28 18:00:00
## 5131 2022-11-28 18:00:00
## 5132 2022-11-28 18:00:00
## 5133 2022-11-28 18:00:00
## 5134 2022-11-28 18:00:00
## 5135 2022-11-28 18:00:00
## 5136 2022-11-28 18:00:00
## 5137 2022-11-28 18:00:00
## 5138 2022-11-28 18:00:00
## 5139 2022-11-28 18:00:00
## 5140 2022-11-28 18:00:00
## 5141 2022-11-28 18:00:00
## 5142 2022-11-28 18:00:00
## 5143 2022-11-28 18:00:00
## 5144 2022-11-28 18:00:00
## 5145 2022-11-28 18:00:00
## 5146 2022-11-28 18:00:00
## 5147 2022-11-28 18:00:00
## 5148 2022-11-28 18:00:00
## 5149 2022-11-28 18:00:00
## 5150 2022-11-28 18:00:00
## 5151 2022-11-28 18:00:00
## 5152 2022-11-28 18:00:00
## 5153 2022-11-28 18:00:00
## 5154 2022-11-28 18:00:00
## 5155 2022-11-28 18:00:00
## 5156 2022-11-28 18:00:00
## 5157 2022-11-28 18:00:00
## 5158 2022-11-28 18:00:00
## 5159 2022-11-28 18:00:00
## 5160 2022-11-28 18:00:00
## 5161 2022-11-28 18:00:00
## 5162 2022-11-28 18:00:00
## 5163 2022-11-28 18:00:00
## 5164 2022-11-28 18:00:00
## 5165 2022-11-28 18:00:00
## 5166 2022-11-28 18:00:00
## 5167 2022-11-28 18:00:00
## 5168 2022-11-28 18:00:00
## 5169 2022-11-28 18:00:00
## 5170 2022-11-28 18:00:00
## 5171 2022-11-28 18:00:00
## 5172 2022-11-28 18:00:00
## 5173 2022-11-28 18:00:00
## 5174 2022-11-28 18:00:00
## 5175 2022-11-28 18:00:00
## 5176 2022-11-28 18:00:00
## 5177 2022-11-28 18:00:00
## 5178 2022-11-28 18:00:00
## 5179 2022-11-28 18:00:00
## 5180 2022-11-28 18:00:00
## 5181 2022-11-28 18:00:00
## 5182 2022-11-28 18:00:00
## 5183 2022-11-28 18:00:00
## 5184 2022-11-28 18:00:00
## 5185 2022-11-28 18:00:00
## 5186 2022-11-28 18:00:00
## 5187 2022-11-28 18:00:00
## 5188 2022-11-28 18:00:00
## 5189 2022-11-28 18:00:00
## 5190 2022-11-28 18:00:00
## 5191 2022-11-28 18:00:00
## 5192 2022-11-28 18:00:00
## 5193 2022-11-28 18:00:00
## 5194 2022-11-28 18:00:00
## 5195 2022-11-28 18:00:00
## 5196 2022-11-28 18:00:00
## 5197 2022-11-28 18:00:00
## 5198 2022-11-28 18:00:00
## 5199 2022-11-28 18:00:00
## 5200 2022-11-28 18:00:00
## 5201 2022-11-28 18:00:00
## 5202 2022-11-28 18:00:00
## 5203 2022-11-28 18:00:00
## 5204 2022-11-28 18:00:00
## 5205 2022-11-28 18:00:00
## 5206 2022-11-28 18:00:00
## 5207 2022-11-28 18:00:00
## 5208 2022-11-28 18:00:00
## 5209 2022-11-28 18:00:00
## 5210 2022-11-28 18:00:00
## 5211 2022-11-28 18:00:00
## 5212 2022-11-28 18:00:00
## 5213 2022-11-28 18:00:00
## 5214 2022-11-28 18:00:00
## 5215 2022-11-28 18:00:00
## 5216 2022-11-28 18:00:00
## 5217 2022-11-28 18:00:00
## 5218 2022-11-28 18:00:00
## 5219 2022-11-28 18:00:00
## 5220 2022-11-28 18:00:00
## 5221 2022-11-28 18:00:00
## 5222 2022-11-28 18:00:00
## 5223 2022-11-28 18:00:00
## 5224 2022-11-28 18:00:00
## 5225 2022-11-28 18:00:00
## 5226 2022-11-28 18:00:00
## 5227 2022-11-28 18:00:00
## 5228 2022-11-28 18:00:00
## 5229 2022-11-28 18:00:00
## 5230 2022-11-28 18:00:00
## 5231 2022-11-28 18:00:00
## 5232 2022-11-28 18:00:00
## 5233 2022-11-28 18:00:00
## 5234 2022-11-28 18:00:00
## 5235 2022-11-28 18:00:00
## 5236 2022-11-28 18:00:00
## 5237 2022-11-28 18:00:00
## 5238 2022-11-28 18:00:00
## 5239 2022-11-28 18:00:00
## 5240 2022-11-28 18:00:00
## 5241 2022-11-28 18:00:00
## 5242 2022-11-28 18:00:00
## 5243 2022-11-28 18:00:00
## 5244 2022-11-28 18:00:00
## 5245 2022-11-28 18:00:00
## 5246 2022-11-28 18:00:00
## 5247 2022-11-28 18:00:00
## 5248 2022-11-28 18:00:00
## 5249 2022-11-28 18:00:00
## 5250 2022-11-28 18:00:00
## 5251 2022-11-28 18:00:00
## 5252 2022-11-28 18:00:00
## 5253 2022-11-28 18:00:00
## 5254 2022-11-28 18:00:00
## 5255 2022-11-28 18:00:00
## 5256 2022-11-28 18:00:00
## 5257 2022-11-28 18:00:00
## 5258 2022-11-28 18:00:00
## 5259 2022-11-28 18:00:00
## 5260 2022-11-28 18:00:00
## 5261 2022-11-28 18:00:00
## 5262 2022-11-28 18:00:00
## 5263 2022-11-28 18:00:00
## 5264 2022-11-28 18:00:00
## 5265 2022-11-28 18:00:00
## 5266 2022-11-28 18:00:00
## 5267 2022-11-28 18:00:00
## 5268 2022-11-28 18:00:00
## 5269 2022-11-28 18:00:00
## 5270 2022-11-28 18:00:00
## 5271 2022-11-28 18:00:00
## 5272 2022-11-28 18:00:00
## 5273 2022-11-28 18:00:00
## 5274 2022-11-28 18:00:00
## 5275 2022-11-28 18:00:00
## 5276 2022-11-28 18:00:00
## 5277 2022-11-28 18:00:00
## 5278 2022-11-28 18:00:00
## 5279 2022-11-28 18:00:00
## 5280 2022-11-28 18:00:00
## 5281 2022-11-28 18:00:00
## 5282 2022-11-28 18:00:00
## 5283 2022-11-28 18:00:00
## 5284 2022-11-28 18:00:00
## 5285 2022-11-28 18:00:00
## 5286 2022-11-28 18:00:00
## 5287 2022-11-28 18:00:00
## 5288 2022-11-28 18:00:00
## 5289 2022-11-28 18:00:00
## 5290 2022-11-28 18:00:00
## 5291 2022-11-28 18:00:00
## 5292 2022-11-28 18:00:00
## 5293 2022-11-28 18:00:00
## 5294 2022-11-28 18:00:00
## 5295 2022-11-28 18:00:00
## 5296 2022-11-28 18:00:00
## 5297 2022-11-28 18:00:00
## 5298 2022-11-28 18:00:00
## 5299 2022-11-28 18:00:00
## 5300 2022-11-28 18:00:00
## 5301 2022-11-28 18:00:00
## 5302 2022-11-28 18:00:00
## 5303 2022-11-28 18:00:00
## 5304 2022-11-28 18:00:00
## 5305 2022-11-28 18:00:00
## 5306 2022-11-28 18:00:00
## 5307 2022-11-28 18:00:00
## 5308 2022-11-28 18:00:00
## 5309 2022-11-28 18:00:00
## 5310 2022-11-28 18:00:00
## 5311 2022-11-28 18:00:00
## 5312 2022-11-28 18:00:00
## 5313 2022-11-28 18:00:00
## 5314 2022-11-28 18:00:00
## 5315 2022-11-28 18:00:00
## 5316 2022-11-28 18:00:00
## 5317 2022-11-28 18:00:00
## 5318 2022-11-28 18:00:00
## 5319 2022-11-28 18:00:00
## 5320 2022-11-28 18:00:00
## 5321 2022-11-28 18:00:00
## 5322 2022-11-28 18:00:00
## 5323 2022-11-28 18:00:00
## 5324 2022-11-28 18:00:00
## 5325 2022-11-28 18:00:00
## 5326 2022-11-28 18:00:00
## 5327 2022-11-28 18:00:00
## 5328 2022-11-28 18:00:00
## 5329 2022-11-28 18:00:00
## 5330 2022-11-28 18:00:00
## 5331 2022-11-28 18:00:00
## 5332 2022-11-28 18:00:00
## 5333 2022-11-28 18:00:00
## 5334 2022-11-28 18:00:00
## 5335 2022-11-28 18:00:00
## 5336 2022-11-28 18:00:00
## 5337 2022-11-28 18:00:00
## 5338 2022-11-28 18:00:00
## 5339 2022-11-28 18:00:00
## 5340 2022-11-28 18:00:00
## 5341 2022-11-28 18:00:00
## 5342 2022-11-28 18:00:00
## 5343 2022-11-28 18:00:00
## 5344 2022-11-28 18:00:00
## 5345 2022-11-28 18:00:00
## 5346 2022-11-28 18:00:00
## 5347 2022-11-28 18:00:00
## 5348 2022-11-28 18:00:00
## 5349 2022-11-28 18:00:00
## 5350 2022-11-28 18:00:00
## 5351 2022-11-28 18:00:00
## 5352 2022-11-28 18:00:00
## 5353 2022-11-28 18:00:00
## 5354 2022-11-28 18:00:00
## 5355 2022-11-28 18:00:00
## 5356 2022-11-28 18:00:00
## 5357 2022-11-28 18:00:00
## 5358 2022-11-28 18:00:00
## 5359 2022-11-28 18:00:00
## 5360 2022-11-28 18:00:00
## 5361 2022-11-28 18:00:00
## 5362 2022-11-28 18:00:00
## 5363 2022-11-28 18:00:00
## 5364 2022-11-28 18:00:00
## 5365 2022-11-28 18:00:00
## 5366 2022-11-28 18:00:00
## 5367 2022-11-28 18:00:00
## 5368 2022-11-28 18:00:00
## 5369 2022-11-28 18:00:00
## 5370 2022-11-28 18:00:00
## 5371 2022-11-28 18:00:00
## 5372 2022-11-28 18:00:00
## 5373 2022-11-28 18:00:00
## 5374 2022-11-28 18:00:00
## 5375 2022-11-28 18:00:00
## 5376 2022-11-28 18:00:00
## 5377 2022-11-28 18:00:00
## 5378 2022-11-28 18:00:00
## 5379 2022-11-28 18:00:00
## 5380 2022-11-28 18:00:00
## 5381 2022-11-28 18:00:00
## 5382 2022-11-28 18:00:00
## 5383 2022-11-28 18:00:00
## 5384 2022-11-28 18:00:00
## 5385 2022-11-28 18:00:00
## 5386 2022-11-28 18:00:00
## 5387 2022-11-28 18:00:00
## 5388 2022-11-28 18:00:00
## 5389 2022-11-28 18:00:00
## 5390 2022-11-28 18:00:00
## 5391 2022-11-28 18:00:00
## 5392 2022-11-28 18:00:00
## 5393 2022-11-28 18:00:00
## 5394 2022-11-28 18:00:00
## 5395 2022-11-28 18:00:00
## 5396 2022-11-28 18:00:00
## 5397 2022-11-28 18:00:00
## 5398 2022-11-28 18:00:00
## 5399 2022-11-28 18:00:00
## 5400 2022-11-28 18:00:00
## 5401 2022-11-28 18:00:00
## 5402 2022-11-28 18:00:00
## 5403 2022-11-28 18:00:00
## 5404 2022-11-28 18:00:00
## 5405 2022-11-28 18:00:00
## 5406 2022-11-28 18:00:00
## 5407 2022-11-28 18:00:00
## 5408 2022-11-28 18:00:00
## 5409 2022-11-28 18:00:00
## 5410 2022-11-28 18:00:00
## 5411 2022-11-28 18:00:00
## 5412 2022-11-28 18:00:00
## 5413 2022-11-28 18:00:00
## 5414 2022-11-28 18:00:00
## 5415 2022-11-28 18:00:00
## 5416 2022-11-28 18:00:00
## 5417 2022-11-28 18:00:00
## 5418 2022-11-28 18:00:00
## 5419 2022-11-28 18:00:00
## 5420 2022-11-28 18:00:00
## 5421 2022-11-28 18:00:00
## 5422 2022-11-28 18:00:00
## 5423 2022-11-28 18:00:00
## 5424 2022-11-28 18:00:00
## 5425 2022-11-28 18:00:00
## 5426 2022-11-28 18:00:00
## 5427 2022-11-28 18:00:00
## 5428 2022-11-28 18:00:00
## 5429 2022-11-28 18:00:00
## 5430 2022-11-28 18:00:00
## 5431 2022-11-28 18:00:00
## 5432 2022-11-28 18:00:00
## 5433 2022-11-28 18:00:00
## 5434 2022-11-28 18:00:00
## 5435 2022-11-28 18:00:00
## 5436 2022-11-28 18:00:00
## 5437 2022-11-28 18:00:00
## 5438 2022-11-28 18:00:00
## 5439 2022-11-28 18:00:00
## 5440 2022-11-28 18:00:00
## 5441 2022-11-28 18:00:00
## 5442 2022-11-28 18:00:00
## 5443 2022-11-28 18:00:00
## 5444 2022-11-28 18:00:00
## 5445 2022-11-28 18:00:00
## 5446 2022-11-28 18:00:00
## 5447 2022-11-28 18:00:00
## 5448 2022-11-28 18:00:00
## 5449 2022-11-28 18:00:00
## 5450 2022-11-28 18:00:00
## 5451 2022-11-28 18:00:00
## 5452 2022-11-28 18:00:00
## 5453 2022-11-28 18:00:00
## 5454 2022-11-28 18:00:00
## 5455 2022-11-28 18:00:00
## 5456 2022-11-28 18:00:00
## 5457 2022-11-28 18:00:00
## 5458 2022-11-28 18:00:00
## 5459 2022-11-28 18:00:00
## 5460 2022-11-28 18:00:00
## 5461 2022-11-28 18:00:00
## 5462 2022-11-28 18:00:00
## 5463 2022-11-28 18:00:00
## 5464 2022-11-28 18:00:00
## 5465 2022-11-28 18:00:00
## 5466 2022-11-28 18:00:00
## 5467 2022-11-28 18:00:00
## 5468 2022-11-28 18:00:00
## 5469 2022-11-28 18:00:00
## 5470 2022-11-28 18:00:00
## 5471 2022-11-28 18:00:00
## 5472 2022-11-28 18:00:00
## 5473 2022-11-28 18:00:00
## 5474 2022-11-28 18:00:00
## 5475 2022-11-28 18:00:00
## 5476 2022-11-28 18:00:00
## 5477 2022-11-28 18:00:00
## 5478 2022-11-28 18:00:00
## 5479 2022-11-28 18:00:00
## 5480 2022-11-28 18:00:00
## 5481 2022-11-28 18:00:00
## 5482 2022-11-28 18:00:00
## 5483 2022-11-28 18:00:00
## 5484 2022-11-28 18:00:00
## 5485 2022-11-28 18:00:00
## 5486 2022-11-28 18:00:00
## 5487 2022-11-28 18:00:00
## 5488 2022-11-28 18:00:00
## 5489 2022-11-28 18:00:00
## 5490 2022-11-28 18:00:00
## 5491 2022-11-28 18:00:00
## 5492 2022-11-28 18:00:00
## 5493 2022-11-28 18:00:00
## 5494 2022-11-28 18:00:00
## 5495 2022-11-28 18:00:00
## 5496 2022-11-28 18:00:00
## 5497 2022-11-28 18:00:00
## 5498 2022-11-28 18:00:00
## 5499 2022-11-28 18:00:00
## 5500 2022-11-28 18:00:00
## 5501 2022-11-28 18:00:00
## 5502 2022-11-28 18:00:00
## 5503 2022-11-28 18:00:00
## 5504 2022-11-28 18:00:00
## 5505 2022-11-28 18:00:00
## 5506 2022-11-28 18:00:00
## 5507 2022-11-28 18:00:00
## 5508 2022-11-28 18:00:00
## 5509 2022-11-28 18:00:00
## 5510 2022-11-28 18:00:00
## 5511 2022-11-28 18:00:00
## 5512 2022-11-28 18:00:00
## 5513 2022-11-28 18:00:00
## 5514 2022-11-28 18:00:00
## 5515 2022-11-28 18:00:00
## 5516 2022-11-28 18:00:00
## 5517 2022-11-28 18:00:00
## 5518 2022-11-28 18:00:00
## 5519 2022-11-28 18:00:00
## 5520 2022-11-28 18:00:00
## 5521 2022-11-28 18:00:00
## 5522 2022-11-28 18:00:00
## 5523 2022-11-28 18:00:00
## 5524 2022-11-28 18:00:00
## 5525 2022-11-28 18:00:00
## 5526 2022-11-28 18:00:00
## 5527 2022-11-28 18:00:00
## 5528 2022-11-28 18:00:00
## 5529 2022-11-28 18:00:00
## 5530 2022-11-28 18:00:00
## 5531 2022-11-28 18:00:00
## 5532 2022-11-28 18:00:00
## 5533 2022-11-28 18:00:00
## 5534 2022-11-28 18:00:00
## 5535 2022-11-28 18:00:00
## 5536 2022-11-28 18:00:00
## 5537 2022-11-28 18:00:00
## 5538 2022-11-28 18:00:00
## 5539 2022-11-28 18:00:00
## 5540 2022-11-28 18:00:00
## 5541 2022-11-28 18:00:00
## 5542 2022-11-28 18:00:00
## 5543 2022-11-28 18:00:00
## 5544 2022-11-28 18:00:00
## 5545 2022-11-28 18:00:00
## 5546 2022-11-28 18:00:00
## 5547 2022-11-28 18:00:00
## 5548 2022-11-28 18:00:00
## 5549 2022-11-28 18:00:00
## 5550 2022-11-28 18:00:00
## 5551 2022-11-28 18:00:00
## 5552 2022-11-28 18:00:00
## 5553 2022-11-28 18:00:00
## 5554 2022-11-28 18:00:00
## 5555 2022-11-28 18:00:00
## 5556 2022-11-28 18:00:00
## 5557 2022-11-28 18:00:00
## 5558 2022-11-28 18:00:00
## 5559 2022-11-28 18:00:00
## 5560 2022-11-28 18:00:00
## 5561 2022-11-28 18:00:00
## 5562 2022-11-28 18:00:00
## 5563 2022-11-28 18:00:00
## 5564 2022-11-28 18:00:00
## 5565 2022-11-28 18:00:00
## 5566 2022-11-28 18:00:00
## 5567 2022-11-28 18:00:00
## 5568 2022-11-28 18:00:00
## 5569 2022-11-28 18:00:00
## 5570 2022-11-28 18:00:00
## 5571 2022-11-28 18:00:00
## 5572 2022-11-28 18:00:00
## 5573 2022-11-28 18:00:00
## 5574 2022-11-28 18:00:00
## 5575 2022-11-28 18:00:00
## 5576 2022-11-28 18:00:00
## 5577 2022-11-28 18:00:00
## 5578 2022-11-28 18:00:00
## 5579 2022-11-28 18:00:00
## 5580 2022-11-28 18:00:00
## 5581 2022-11-28 18:00:00
## 5582 2022-11-28 18:00:00
## 5583 2022-11-28 18:00:00
## 5584 2022-11-28 18:00:00
## 5585 2022-11-28 18:00:00
## 5586 2022-11-28 18:00:00
## 5587 2022-11-28 18:00:00
## 5588 2022-11-28 18:00:00
## 5589 2022-11-28 18:00:00
## 5590 2022-11-28 18:00:00
## 5591 2022-11-28 18:00:00
## 5592 2022-11-28 18:00:00
## 5593 2022-11-28 18:00:00
## 5594 2022-11-28 18:00:00
## 5595 2022-11-28 18:00:00
## 5596 2022-11-28 18:00:00
## 5597 2022-11-28 18:00:00
## 5598 2022-11-28 18:00:00
## 5599 2022-11-28 18:00:00
## 5600 2022-11-28 18:00:00
## 5601 2022-11-28 18:00:00
## 5602 2022-11-28 18:00:00
## 5603 2022-11-28 18:00:00
## 5604 2022-11-28 18:00:00
## 5605 2022-11-28 18:00:00
## 5606 2022-11-28 18:00:00
## 5607 2022-11-28 18:00:00
## 5608 2022-11-28 18:00:00
## 5609 2022-11-28 18:00:00
## 5610 2022-11-28 18:00:00
## 5611 2022-11-28 18:00:00
## 5612 2022-11-28 18:00:00
## 5613 2022-11-28 18:00:00
## 5614 2022-11-28 18:00:00
## 5615 2022-11-28 18:00:00
## 5616 2022-11-28 18:00:00
## 5617 2022-11-28 18:00:00
## 5618 2022-11-28 18:00:00
## 5619 2022-11-28 18:00:00
## 5620 2022-11-28 18:00:00
## 5621 2022-11-28 18:00:00
## 5622 2022-11-28 18:00:00
## 5623 2022-11-28 18:00:00
## 5624 2022-11-28 18:00:00
## 5625 2022-11-28 18:00:00
## 5626 2022-11-28 18:00:00
## 5627 2022-11-28 18:00:00
## 5628 2022-11-28 18:00:00
## 5629 2022-11-28 18:00:00
## 5630 2022-11-28 18:00:00
## 5631 2022-11-28 18:00:00
## 5632 2022-11-28 18:00:00
## 5633 2022-11-28 18:00:00
## 5634 2022-11-28 18:00:00
## 5635 2022-11-28 18:00:00
## 5636 2022-11-28 18:00:00
## 5637 2022-11-28 18:00:00
## 5638 2022-11-28 18:00:00
## 5639 2022-11-28 18:00:00
## 5640 2022-11-28 18:00:00
## 5641 2022-11-28 18:00:00
## 5642 2022-11-28 18:00:00
## 5643 2022-11-28 18:00:00
## 5644 2022-11-28 18:00:00
## 5645 2022-11-28 18:00:00
## 5646 2022-11-28 18:00:00
## 5647 2022-11-28 18:00:00
## 5648 2022-11-28 18:00:00
## 5649 2022-11-28 18:00:00
## 5650 2022-11-28 18:00:00
## 5651 2022-11-28 18:00:00
## 5652 2022-11-28 18:00:00
## 5653 2022-11-28 18:00:00
## 5654 2022-11-28 18:00:00
## 5655 2022-11-28 18:00:00
## 5656 2022-11-28 18:00:00
## 5657 2022-11-28 18:00:00
## 5658 2022-11-28 18:00:00
## 5659 2022-11-28 18:00:00
## 5660 2022-11-28 18:00:00
## 5661 2022-11-28 18:00:00
## 5662 2022-11-28 18:00:00
## 5663 2022-11-28 18:00:00
## 5664 2022-11-28 18:00:00
## 5665 2022-11-28 18:00:00
## 5666 2022-11-28 18:00:00
## 5667 2022-11-28 18:00:00
## 5668 2022-11-28 18:00:00
## 5669 2022-11-28 18:00:00
## 5670 2022-11-28 18:00:00
## 5671 2022-11-28 18:00:00
## 5672 2022-11-28 18:00:00
## 5673 2022-11-28 18:00:00
## 5674 2022-11-28 18:00:00
## 5675 2022-11-28 18:00:00
## 5676 2022-11-28 18:00:00
## 5677 2022-11-28 18:00:00
## 5678 2022-11-28 18:00:00
## 5679 2022-11-28 18:00:00
## 5680 2022-11-28 18:00:00
## 5681 2022-11-28 18:00:00
## 5682 2022-11-28 18:00:00
## 5683 2022-11-28 18:00:00
## 5684 2022-11-28 18:00:00
## 5685 2022-11-28 18:00:00
## 5686 2022-11-28 18:00:00
## 5687 2022-11-28 18:00:00
## 5688 2022-11-28 18:00:00
## 5689 2022-11-28 18:00:00
## 5690 2022-11-28 18:00:00
## 5691 2022-11-28 18:00:00
## 5692 2022-11-28 18:00:00
## 5693 2022-11-28 18:00:00
## 5694 2022-11-28 18:00:00
## 5695 2022-11-28 18:00:00
## 5696 2022-11-28 18:00:00
## 5697 2022-11-28 18:00:00
## 5698 2022-11-28 18:00:00
## 5699 2022-11-28 18:00:00
## 5700 2022-11-28 18:00:00
## 5701 2022-11-28 18:00:00
## 5702 2022-11-28 18:00:00
## 5703 2022-11-28 18:00:00
## 5704 2022-11-28 18:00:00
## 5705 2022-11-28 18:00:00
## 5706 2022-11-28 18:00:00
## 5707 2022-11-28 18:00:00
## 5708 2022-11-28 18:00:00
## 5709 2022-11-28 18:00:00
## 5710 2022-11-28 18:00:00
## 5711 2022-11-28 18:00:00
## 5712 2022-11-28 18:00:00
## 5713 2022-11-28 18:00:00
## 5714 2022-11-28 18:00:00
## 5715 2022-11-28 18:00:00
## 5716 2022-11-28 18:00:00
## 5717 2022-11-28 18:00:00
## 5718 2022-11-28 18:00:00
## 5719 2022-11-28 18:00:00
## 5720 2022-11-28 18:00:00
## 5721 2022-11-28 18:00:00
## 5722 2022-11-28 18:00:00
## 5723 2022-11-28 18:00:00
## 5724 2022-11-28 18:00:00
## 5725 2022-11-28 18:00:00
## 5726 2022-11-28 18:00:00
## 5727 2022-11-28 18:00:00
## 5728 2022-11-28 18:00:00
## 5729 2022-11-28 18:00:00
## 5730 2022-11-28 18:00:00
## 5731 2022-11-28 18:00:00
## 5732 2022-11-28 18:00:00
## 5733 2022-11-28 18:00:00
## 5734 2022-11-28 18:00:00
## 5735 2022-11-28 18:00:00
## 5736 2022-11-28 18:00:00
## 5737 2022-11-28 18:00:00
## 5738 2022-11-28 18:00:00
## 5739 2022-11-28 18:00:00
## 5740 2022-11-28 18:00:00
## 5741 2022-11-28 18:00:00
## 5742 2022-11-28 18:00:00
## 5743 2022-11-28 18:00:00
## 5744 2022-11-28 18:00:00
## 5745 2022-11-28 18:00:00
## 5746 2022-11-28 18:00:00
## 5747 2022-11-28 18:00:00
## 5748 2022-11-28 18:00:00
## 5749 2022-11-28 18:00:00
## 5750 2022-11-28 18:00:00
## 5751 2022-11-28 18:00:00
## 5752 2022-11-28 18:00:00
## 5753 2022-11-28 18:00:00
## 5754 2022-11-28 18:00:00
## 5755 2022-11-28 18:00:00
## 5756 2022-11-28 18:00:00
## 5757 2022-11-28 18:00:00
## 5758 2022-11-28 18:00:00
## 5759 2022-11-28 18:00:00
## 5760 2022-11-28 18:00:00
## 5761 2022-11-28 18:00:00
## 5762 2022-11-28 18:00:00
## 5763 2022-11-28 18:00:00
## 5764 2022-11-28 18:00:00
## 5765 2022-11-28 18:00:00
## 5766 2022-11-28 18:00:00
## 5767 2022-11-28 18:00:00
## 5768 2022-11-28 18:00:00
## 5769 2022-11-28 18:00:00
## 5770 2022-11-28 18:00:00
## 5771 2022-11-28 18:00:00
## 5772 2022-11-28 18:00:00
## 5773 2022-11-28 18:00:00
## 5774 2022-11-28 18:00:00
## 5775 2022-11-28 18:00:00
## 5776 2022-11-28 18:00:00
## 5777 2022-11-28 18:00:00
## 5778 2022-11-28 18:00:00
## 5779 2022-11-28 18:00:00
## 5780 2022-11-28 18:00:00
## 5781 2022-11-28 18:00:00
## 5782 2022-11-28 18:00:00
## 5783 2022-11-28 18:00:00
## 5784 2022-11-28 18:00:00
## 5785 2022-11-28 18:00:00
## 5786 2022-11-28 18:00:00
## 5787 2022-11-28 18:00:00
## 5788 2022-11-28 18:00:00
## 5789 2022-11-28 18:00:00
## 5790 2022-11-28 18:00:00
## 5791 2022-11-28 18:00:00
## 5792 2022-11-28 18:00:00
## 5793 2022-11-28 18:00:00
## 5794 2022-11-28 18:00:00
## 5795 2022-11-28 18:00:00
## 5796 2022-11-28 18:00:00
## 5797 2022-11-28 18:00:00
## 5798 2022-11-28 18:00:00
## 5799 2022-11-28 18:00:00
## 5800 2022-11-28 18:00:00
## 5801 2022-11-28 18:00:00
## 5802 2022-11-28 18:00:00
## 5803 2022-11-28 18:00:00
## 5804 2022-11-28 18:00:00
## 5805 2022-11-28 18:00:00
## 5806 2022-11-28 18:00:00
## 5807 2022-11-28 18:00:00
## 5808 2022-11-28 18:00:00
## 5809 2022-11-28 18:00:00
## 5810 2022-11-28 18:00:00
## 5811 2022-11-28 18:00:00
## 5812 2022-11-28 18:00:00
## 5813 2022-11-28 18:00:00
## 5814 2022-11-28 18:00:00
## 5815 2022-11-28 18:00:00
## 5816 2022-11-28 18:00:00
## 5817 2022-11-28 18:00:00
## 5818 2022-11-28 18:00:00
## 5819 2022-11-28 18:00:00
## 5820 2022-11-28 18:00:00
## 5821 2022-11-28 18:00:00
## 5822 2022-11-28 18:00:00
## 5823 2022-11-28 18:00:00
## 5824 2022-11-28 18:00:00
## 5825 2022-11-28 18:00:00
## 5826 2022-11-28 18:00:00
## 5827 2022-11-28 18:00:00
## 5828 2022-11-28 18:00:00
## 5829 2022-11-28 18:00:00
## 5830 2022-11-28 18:00:00
## 5831 2022-11-28 18:00:00
## 5832 2022-11-28 18:00:00
## 5833 2022-11-28 18:00:00
## 5834 2022-11-28 18:00:00
## 5835 2022-11-28 18:00:00
## 5836 2022-11-28 18:00:00
## 5837 2022-11-28 18:00:00
## 5838 2022-11-28 18:00:00
## 5839 2022-11-28 18:00:00
## 5840 2022-11-28 18:00:00
## 5841 2022-11-28 18:00:00
## 5842 2022-11-28 18:00:00
## 5843 2022-11-28 18:00:00
## 5844 2022-11-28 18:00:00
## 5845 2022-11-28 18:00:00
## 5846 2022-11-28 18:00:00
## 5847 2022-11-28 18:00:00
## 5848 2022-11-28 18:00:00
## 5849 2022-11-28 18:00:00
## 5850 2022-11-28 18:00:00
## 5851 2022-11-28 18:00:00
## 5852 2022-11-28 18:00:00
## 5853 2022-11-28 18:00:00
## 5854 2022-11-28 18:00:00
## 5855 2022-11-28 18:00:00
## 5856 2022-11-28 18:00:00
## 5857 2022-11-28 18:00:00
## 5858 2022-11-28 18:00:00
## 5859 2022-11-28 18:00:00
## 5860 2022-11-28 18:00:00
## 5861 2022-11-28 18:00:00
## 5862 2022-11-28 18:00:00
## 5863 2022-11-28 18:00:00
## 5864 2022-11-28 18:00:00
## 5865 2022-11-28 18:00:00
## 5866 2022-11-28 18:00:00
## 5867 2022-11-28 18:00:00
## 5868 2022-11-28 18:00:00
## 5869 2022-11-28 18:00:00
## 5870 2022-11-28 18:00:00
## 5871 2022-11-28 18:00:00
## 5872 2022-11-28 18:00:00
## 5873 2022-11-28 18:00:00
## 5874 2022-11-28 18:00:00
## 5875 2022-11-28 18:00:00
## 5876 2022-11-28 18:00:00
## 5877 2022-11-28 18:00:00
## 5878 2022-11-28 18:00:00
## 5879 2022-11-28 18:00:00
## 5880 2022-11-28 18:00:00
## 5881 2022-11-28 18:00:00
## 5882 2022-11-28 18:00:00
##  [ reached 'max' / getOption("max.print") -- omitted 4118 rows ]
TTweetsdf2 %>% pull(created) %>% min() 
## [1] "2022-11-28 13:39:49 UTC"
TTweetsdf2 %>% pull(created) %>% max()
## [1] "2022-11-28 23:59:56 UTC"

Plot on tweets by time using the library(plotly) and ggplot().

plotting <- mutatee %>% 
  dplyr::count(Created_At_Round) %>% 
  ggplot(mapping = aes(x = Created_At_Round, y = n)) +
  theme_light() +
  geom_line() +
  xlab(label = 'Date') +
  ylab(label = NULL) +
  ggtitle(label = 'Number of Tweets per Hour')

plotting %>% ggplotly()

==============================================

ggplot(data = TTweetsdf, aes(x = created)) +
  geom_histogram(aes(fill = ..count..)) +
  theme(legend.position = "right") +
  xlab("Time") + ylab("Number of tweets") + 
  scale_fill_gradient(low = "midnightblue", high = "aquamarine4")
## Warning: The dot-dot notation (`..count..`) was deprecated in ggplot2 3.4.0.
## ℹ Please use `after_stat(count)` instead.
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

# PLOTTING STATUS SOURCE.

StatusSource <- function(x) {
  if(grepl(">Twitter for iPhone</a>", x)){
    "iphone"
  }else if(grepl(">Twitter for iPad</a>", x)){
    "ipad"
  }else if(grepl(">Twitter for Android</a>", x)){
    "android"
  } else if(grepl(">Twitter Web Client</a>", x)){
    "Web"
  } else if(grepl(">Twitter for Windows Phone</a>", x)){
    "windows phone"
  }else if(grepl(">dlvr.it</a>", x)){
    "dlvr.it"
  }else if(grepl(">IFTTT</a>", x)){
    "ifttt"
  }else if(grepl(">Facebook</a>", x)){  #This looks unreliable...
    "facebook"
  }else {
    "others"
  }
}
TTweetsdf2$tweetSource = sapply(TTweetsdf$statusSource, StatusSource)

tweet_appSource1 <- TTweetsdf2 %>% 
  select(tweetSource) %>%
  group_by(tweetSource) %>%
  summarize(count=n()) %>%
  arrange(desc(count))
ggplot(TTweetsdf2[TTweetsdf2$tweetSource != 'others',], aes(tweetSource, fill = tweetSource)) +
  geom_bar() +
  theme(legend.position="none",
        axis.title.x = element_blank(),
        axis.text.x = element_text(angle = 45, hjust = 1)) +
  ylab("Number of tweets") +
  ggtitle("Tweets by Source")

# ACCOUNTS WHICH TWEET ABOUT SpotifyWrapped.

tweet_appScreen1 <- TTweetsdf2 %>%
  select(screenName) %>%
  group_by(screenName) %>%
  summarize(count=n()) %>%
  arrange(desc(count)) 

#convert to Corpus

namesCorpus <- Corpus(VectorSource(TTweetsdf$screenName))  
class(TTweetsdf$screenName)
## [1] "character"
class_data <- class(VectorSource(TTweetsdf$screenName))
class_data
## [1] "VectorSource" "SimpleSource" "Source"
str(namesCorpus)
## Classes 'SimpleCorpus', 'Corpus'  hidden list of 3
##  $ content: chr [1:10000] "heliosk_" "m4ac1" "bottomindenial" "CliffosPin" ...
##  $ meta   :List of 1
##   ..$ language: chr "en"
##   ..- attr(*, "class")= chr "CorpusMeta"
##  $ dmeta  :'data.frame': 10000 obs. of  0 variables
class(namesCorpus)
## [1] "SimpleCorpus" "Corpus"
nameCorp <- namesCorpus
nameCorp
## <<SimpleCorpus>>
## Metadata:  corpus specific: 1, document level (indexed): 0
## Content:  documents: 10000

WORDCLOUD FOR SCREEN_NAMES.

pal1 <- brewer.pal(8, "Dark2")
pal2 <- pal1[-(1:4)]
set.seed(123)

par(mar = c(0,0,0,0), mfrow = c(1,1))

wordcloud(words = namesCorpus, scale=c(3,0.5),
          max.words=10000,
          random.order=FALSE,
          rot.per=0.5,
          use.r.layout=TRUE,
          colors=pal1)
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thefakemaalikm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : caninedeboii could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jazzgoesindie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : patrick31370308 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rayleennotfound could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : boppinpop123 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theamericosousa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : getphysicool could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yoboyoatmeal could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wilbah_4057 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kayleighforde1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : avishailindenb1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yeahhhn1ghtfall could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : enzomarajjjjj could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brvothcantsleep could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : minpjmz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrsgabbygecko could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : the0_capsicle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : annehe70044514 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : silviaseee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phil_a_cardwell could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theyeetmaster22 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : staryeol98 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eberhardypayton could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nsrt_usrnm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : definitelydevv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : esnymorgan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : raveisnotacrime could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : feverdreamhuddy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : usernotanyname could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brktrend could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eyemusing could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : harpersversion could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : navinkling could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : actorangelina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hectordms could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sirensinb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phantomghafa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ya_skz731 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : simona_bargagli could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lm_woomy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : uwusukuru could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : starsrsocool could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : etherealheartt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : penthepenguin_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : juanduenas_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iguessitsblake could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wakandriajones could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dannica32000657 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : garffan985 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iammandurr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ysuftloverr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : beast_dank could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joanammel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arshpatel123 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maryondeeznuts could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : christine_meow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : celeneelric could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maureenroseama1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : splatoonperu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lesser_afim could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sapphicforlwt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gionosai could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cammirry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tintinminecraft could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thebrookeriley could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stefan27_swifty could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stovecookcowboy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iforgot_28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _bewtyfort_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ludacribs could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _lewis_jamieson could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : panquequinha__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : margiabelle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jiminko18192336 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mcxcurls could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ian_abalos98 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : elimzztv_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : grissomsladybug could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jimweave could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : marika_donne could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mennaw3alena could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : emobunnye could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tmth421 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : redsvelocity could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aguadieta could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ilovebyidle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : doremidokye0m could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yuujikoos could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : royceda69real could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stu4niolos could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rayyprayy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hushleberryspam could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tife_entg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cocoiguess could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mbyulist could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : redman36 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : erryan1999 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bannedalt123 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rcolleary could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : haruhipureheart could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrmonstercat1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mystinkyhorse could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : r6manova could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sleepiestkid could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fay_klr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _aldaveee_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : urielbmr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youphoria_ao3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itakeyeonjun could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alesiaa444 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mossyoa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chunkysixx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jvstjaci could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : karmaisacat13ts could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zebadmedic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : barbiesobodittt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 135alx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ragnarock_1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lilstepstone could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : keefherbin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joedrakenyc could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : burstchaoz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yellowcat_13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ambernh12 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thelylashow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nicogandaglia could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : enderscythe2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : waifumelanin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : emmasowards could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jennifercarlo95 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lucytewk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : roorah_riley could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krispy_kay08 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mariasv1912 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aajones007 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : johnlopez12220 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : howtodrawme could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _tweetcritic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : seodilf could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rubyp109484873 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 111forevercal could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deancliddell could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : d4yl1ghtrry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : e_twiggy23 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sunncheol could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aryfreakinanna could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aadriangarciac could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : angyllblackwyng could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vansrryfreak could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : b_storm796 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jayacortado could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : halfdeadairhead could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : klahasphemy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alex_uhh_2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phuturephocused could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carlos31789 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sabrinacamaril5 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : connoraaron06 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : paralelorcz_ofc could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : manarbx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : isaactpaul could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gubbybongo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jared_raccoon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sandrarmer1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : akkermin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theeseoklace could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carolineroseexe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : auxdity could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imnasakun could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gloria_tpwk_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vincenbob could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : one_tricky_boi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kryptlmao could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ulywest could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : crookedweasley could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : llaramaia could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tink_peruna could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : samsw1ft could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 1dsj8772 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : buterasretro could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itsyoualigatie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bobbyiemon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : one8amit could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soykiena could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carolinabonitos could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theemzblue could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : miupalettez could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mmaswiftie13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : diana_law_1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tpwklove15 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aslan_ste could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : victgab_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bp_ruletheworld could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ayuenbiar could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : serein_sara could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phillu96 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imfranci13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yesurdad could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : luvxchuu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _flores_tweets could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jamesmillyard could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : matt_meowmeow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mar_ee_n could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ferra_fond could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krangsbody could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : c00piere could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : frogc0ric could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ducks_celina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : shlieut could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bigheadcarrol could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : leolloofficial could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : melodramarain could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : playzrednight could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mistahjamess could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sunflowersv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : peachysxnrise could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : flaherty22891 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loveiloandmilo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : squid_roblox could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youremymymy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thesleeperart could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rollinsxmessiah could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sararose12_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _uuwah could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jaykitsunetv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : i_mialisa_i could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gr33nblu3purpl3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : notunfunniest could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : drfrogdoom could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : epicdave2001 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : minsugaforehead could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xpapatya_x could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : i_am_mars__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : midnightsera13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xoxojoyce could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : camilywilliany1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jealousyxliv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : birdsbelles could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rektskeleton could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : adds4l could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : amaranewbeginn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : x_aldc could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bluesinger71 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : djleakycheese could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jcoyndrive could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : encanthor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : b2fly2000 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aeisha___ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alterbrown82 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hayls_s could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kozmixblitz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : atzbit1117 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : isa4cisiaka could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lord_chiquita could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lunaro7_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imagine5684 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bbiacktreacle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nectarofdelrey could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gxrgeouscolors could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ihearttswift06 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dtqklover could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mattperks3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aleyska_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 94silvertongue could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 13giyoon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eliseryann could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : virgovenusgang could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : w0nderland89 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : redmoonglade could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : httpsweel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mamawinnieh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loserwaybright could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aaradhyak16 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oflittleczarina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jess1519 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xotbirdox could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sopekooky could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nathy2895 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deberryblaine could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tamarinarose could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sbraep could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bbkphat could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kimsnakeob could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : frick_all could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jobrofr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrswinterbearr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : uh_oh_gotta_go could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : boombeomb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lenkarowenaxiv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vallettagatt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sixpackplease could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : darkandwild07 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blizzardwinds could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : superhbics could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : m1kasasgf could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : merlinburnsfood could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nicoleschafer_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : saraarevalo2112 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : csaro_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : goodoldmoon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hrtsfrdtqk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ncityzonxx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : super_jillop could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : veepunk2077 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ynyy_666 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tristaf14 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : olivvv03 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nugget_028 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sevens_heaven_7 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ts4ever_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : folkcala could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rsvnze could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dnate96018318 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : freddyfaznutzzz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : l0ngwayd0wn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : danilobertozzo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swiftiegnf could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : th0mqs_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jiminieismyking could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bambistarcandy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dynastysrina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alwaysformomo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : silveritongues could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : st4rgrrrl_jpeg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kyeokenyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chrisjoonie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : peaceff47 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stelshortt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taloneon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oscie57 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thasamuraiy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jk00luv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : glamouredbyjude could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : okcinder could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : coolnesspcs could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : susannasalieri could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bozobuildskeebs could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gabeahhlicious could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : megthebeast could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dorthyhrry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : edgar_allanhoe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 721_saurabh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kookjinrts could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : scrptdmikey could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ozy_the_ghost could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aidelfonzo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nihilusvevo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : believe0069 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nyxfor13days could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wavecephus could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mandisaxo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : figureeminente could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hrrylovesgucci could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rikipies could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chuubry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ernestosorbet could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lifeestlepo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rileyvol13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : montero_album could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : katelynnh137 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : khammie360 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yogiilele could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iheartlouaylor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ifilmorama could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thelonejourney could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vince9867 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : m3lenatedwh8re could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hobihongie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dehydratedjay could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : pedro_5oli could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : logantwizz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cubezix1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ihrtwbyers could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eternallyurz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iliazaatar10 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : glaxdz1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : punzoswooner could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : armaansethi18 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maybedanial_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : austenxswift could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lonesomesswift could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bill_ndege could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : danny_okey96 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yeh_dooriyan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : midgarkopzone could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : the10nddoctor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fabianvr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : men_lover49 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : museumwony could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taetanic76 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lnnnaaaz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : superr1chkids could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vv3spa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : braydenmeechan1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dhiyaulzz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nicolasmavr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : drsweetnlowe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lzzyhale666 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stupidlylogic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : toiletmonster31 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iamochayan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tkubo_afro could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taylahcabello could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : briiii_lyn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : shaysetura22 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mischiefhale could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yankeegoomba could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : anavitxt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ikay_mo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vanessajaye could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sheisty12big could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lauracoder12 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ilyj913 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dio82_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kindagoldrush could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 29jonn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sapphiredrogon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : skellyrizzy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : y_swiftie13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alvaromurgui could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ttotheyx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madrigrober could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : adrinbooks could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gumgumangel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joshuar15493426 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oschleppi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : shesamerihann could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rhi5sos could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : focusonbts__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : humancallum could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tiredjean could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kaiaxgifford could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : elfeliebhaber could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : seraa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kaypopkraze could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : solacedusoleil could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : skylersrevenge could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : otbjules could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : unknoxnn__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swiftie_jazzy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : flooquill194 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 420laura69 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mbab_2001 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wemadeitout could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : let_alpha_write could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rainberrykmm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hannahlovesliv1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zachisgr8ness could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brandy_sade could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : havingiived could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lifewithnuance could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mineko12208 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : glasgow_live could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arjoox could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : venomaesthetic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itsjustkeel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : linailah could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : morgandy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cosmopalitan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : softservehoseok could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : meg_interrupted could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : projectingx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iqvenderhazes could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thatgayguyjosh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kamakshiganduri could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : megan_ontwitt3r could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ghostxiuk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : afroreal1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eileenofeire could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : darker_diamonds could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : darklion2704 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : enhyskiescafe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ilovefaouziato1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evandertweets could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mgateszie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tvgirifan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dragoneggy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : freddersf14 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gingerswizz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : westay08 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swampgobl1n could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : apriliaspar could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : h34rtstopp3d could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deeclose1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : t4tkawoshin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : v1rus_alert could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thetinysilva could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : robert_scott30 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cardigron could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maemaedc could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nikfinite could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itsvdanni could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sapphohyunjin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : trivialtony could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : grace_costags could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : i_need_theatre could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mormancalorie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loveforitadori could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fandeaitanaaax could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oakenhoohoo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sharkieskittle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sofiapease4 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : acnh_kitty44 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tyunkngomhrt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _thlover could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : urluvnabi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kenedyremontada could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nuttelaspread could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : justastargirl9 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : apollo_knightt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ollie_loves_fr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jashinko could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yermies3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vabg__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : intake444 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theoffi14494401 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : reellita could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stay_vicious20 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aloisi_tribe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bek_zepeda could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ducklingsissy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iegallylisa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : huachen_zhu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : master_monke could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : say_number33 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aisuruuuuuuu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soyguiacarmona could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sheadra could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cozykarlnap could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : w3ird_fanatic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : amaroscuro could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deepumi5 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brwnsugarsalmon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bernnzzz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sadnessandbeans could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kwandarine could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thegroupieapp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : seungminsice could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lukaaaaaaaa_a could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madbunny___ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tomanyjames could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : meluvseunbi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : weaponisedwords could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nagireocidio could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : annenothere could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rayphantom98 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sabahattin1985 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : trentar94633264 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : daneen_g2645 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : makdde_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sbrsimp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mha_dreamsmp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hyooryyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imnotmimmy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nychprxr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : elequantig could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : divinebet130 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kissy_carolina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rebeccawright4 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : whereisbillllie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blissfulorange could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : inbetweenness__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thecapthorne could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : reevemealone02 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : beanchuffer could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : herkisstheriot could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : themosh77 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : usat0pwriter4u could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thewriteupsite could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lsugymtiger could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : allday4hobi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kwonnist could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : whoscoline could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hypothetilarry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : laceballonetarm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : minjiuwuu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : baseballhero245 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jdpgators could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : geekykoo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sugaabloom could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ifallsx94 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stimulfuriac could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fentibratz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jhoselynaa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ciotti001 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : anouk_truijenn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imshuhaib18 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : monnnalisa143 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : scaringthecrow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chaeincubus could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hwahyune could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chip_moablink could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 305nervous could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mslindsiestarr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kimtaeisking could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mhduke2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : callmelexis could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : colormetris could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : faewitchklae could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krallan70700 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lovingroscoe_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cakeofsodomy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ohtheresarry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thepinks816 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ahmedwael127 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blanchettbabe1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : luiisvi1321 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ellizibeth could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : larulrich could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cheffiee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chanye_oh_l could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : imkoyle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : the_angrei_gay could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joshualance could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : theooodns could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lola___xx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rita_rogni could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : karen05025005 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : enoch_ayodeji could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yotxddy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thejoblessjack could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gingernicole91 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : courtneycorboy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : c2ashlee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : haleyyharbour could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vrnnmrk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : marls__ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrbrooks21 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : camxsgh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : king_crescendo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cami1023ds could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ivarsosis1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jamersxn1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lajibolalla95 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : queenthebunbun could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evalvape2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : esnyhabitss could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ekm748 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hookingahoy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : messtrogen could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loverhippimusic could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kccloud1107 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : confettinhavana could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : itsme__dori could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nurssi_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : withorone could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jorgie774312 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : michaelmwm07 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aloosesona could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : extreme7323 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aguscont96 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : luzspell could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : heedfulsoul could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carlosesierraf could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lifeonwheels95 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : expnaruto could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jayerlofi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cowboycatcafe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kanekizero99 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : frankyquin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 1xenius could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : petertorch16 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tiffanyclay could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iamlemarwilson could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : umeenterprise could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fandwwaffle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wild3st_dreams could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dukeofpeckham could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : prettytreatment could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hezamboni could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hanyulton could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mepradayounada could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bean71075702 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gabewalker_26 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lastchancexd could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 10boujeeboy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : musical_rando could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cefffylbottt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : guadalupeob_02 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : geyserrl could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bryansofficiall could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : flowiikewaves could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dustykion could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mialoui40932197 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sickboyfilm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : micheallemire1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arnoldscuelin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thehorizondx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : grldnovales could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maxsztx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cbabyyblue could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : crazymaxwi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blackswan_myg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youwakeupdead could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : angielac528 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rothbourne could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : annatiecken could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : liz_wildcat5 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bob4tide could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 1330pastor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vickyob8 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : saadiabalhous could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : navy4life67 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arkanis could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ghostboiv_v could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wahhbahh could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thatstananna could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sofiaatomo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : snipermor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ifeeifine could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : raspbinnie23 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loganevolve could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maddie4836h could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wadeillson could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brittlynjo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : giorgioborz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : prajxfcb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sugarmoonhes could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : trostdistrict could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : toonygoonyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : girlwtheaxe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chaserwoodz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dwizzle2021 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bettyls27 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aujulon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ilygingr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evvrrmore could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bansheeirosa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : minsungshiner could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kevinsa14803791 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ssalsaolivia could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kingfiorence could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gloomywalrus could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : riley81146126 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : emerald_4ce could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swttrep could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 777ggk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : avigilantebit could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cryoshia could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : seven_itseven could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evermorewitch could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : evsnieli could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : takuday_ow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : boyish07 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : darlingdabest could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loveyoujoss could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eleventndoctor could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madtractions could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jdd1k3 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lizbeth_meza95 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brutalxim could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sonaroha could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : foliny_army could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : elsabelamaren could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lapisdevelops could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wtfmoura1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : edeniseg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : f1emz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cxrize could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aprilcrook18 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jkrenebae could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : battle_reviews could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : leehannie08 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tiffnic06 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hiheyitsmk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : khalid_jiya could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lilac_bambi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kiaramaritz13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ariishinyz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carcarcrash7864 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : diegolealdo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mydixswreck could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kohiwonomitai could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jadetravers1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krittikanandi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : testing_2610 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carmenmagentaa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : felsenbirne22 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cyb3rn1te could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gabigalashiels could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ckalebtoday could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : miralibay could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sicmundz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mileyalegend could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gusamogus could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nadinemaybe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zombieweiner could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : valaisvx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cfs123plays could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : leandro9366 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joseandress_13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gamermabk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mosh241 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : paperfishgal could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : bre_mccrary could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : burtonvjr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : liquortalks could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lee_04njm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : djgus_bqto could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dikhxon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jiheon67 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xforevermixer1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cindilmao could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tuttasb1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : monikapocalips could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mercurysummr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cathydirector could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : veiledsirius could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madd0ll could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iam__army18 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : parxrun could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : writtenbyrome2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : loveisgoiden_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : phoeni_x6 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : purplearmyst_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : madssfdg could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : braywoodsterr could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sorvetiemi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dddddreamcatch1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : its_mario_boi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jjin_jjwan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ff3ntse could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nice2knonatalie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cjdjam could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eversinceraggi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : panellhnies could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : valedirosa1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ana_of_universe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wthkookie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 7aerys could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iddyfn could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taroesmio could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : one40s could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nenen0leaks could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zekeiandon could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : agentp_x could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kylepilleddd could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rainbowlights_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : s1lver_t0ngues could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sebfxwler could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : biggerthank28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : flintnotfound could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : slayvermore could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : shairakookie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mt5l5l could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : macie_ps12 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iamnjr77 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lovlives4ever could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : b7rback could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : manicpixieemo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : counterfetts could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : absoltoast could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : emiiycrisp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : txmfrkln could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : caintaugust could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nacsmspring could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dah_saint001 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : parxboo could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lallorica_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youronlykitkat could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : polydomain could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : josuevmartin could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gucci_child could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : valvolamitry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jiiiprific could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rakronsi could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : __ankitae could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aririnchuu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : blazestarninja could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taejinkook97 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : albusquerquee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jermaine0381 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : effortlessyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : pandefranciauwu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lautaromartinaz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : care4ou could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ddaanniiaaaaaaa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : stickybeesyrup could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hari_qwest123 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lotfigrande could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nella37316553 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : swiftiemidnight could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : psyencecity could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : givensmalachi28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hintswidm could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nonstopgliding could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thatomias could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yungwatercycle could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : ploopberries could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zezewastaken_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wistyduly could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : erikosipenko could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 4evergrimm99 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rosiesarelovely could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : boffeeman could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : italydilfrry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : zxzapd0s could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cmspiderman00 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : z0mbie8157 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jlcs193 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : afvulax could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : isthereashley could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : t4bletennis could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : youniverse_2012 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sapphicgillz could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : deadrosesantnee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yamamba3952 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rain_isdying could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mastermindts10 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sarahrainyy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mcmason1984 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : avatarmitski could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : powerfuyu could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jaymyth2006 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : tswizzversion could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : queenxbarb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _joshua_09 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kurianandgeorge could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : paige_maccc28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : adaaaaaa_1 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : afterglourry could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dxllypersephone could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : nquoys could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dianaalidema could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : fotsjjk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : antidnfer could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mellet_sasaki could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : defaultferrari could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : midnightslftv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : natalie_anne_99 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : druigbabe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : egocsb could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lucid_hielx could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : henzplayz_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : hartkopfmarcos could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : outofsober could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : caratfrsvt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : exosaul could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : aguapapi_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : teentanie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : moveslikethis could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : onelowthree could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : taylorqueen133 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : moonb3auty could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eucarolmanoel could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : beth06231 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : filteroflwt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gabiwhittred could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : brainbeastshaun could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gamja_kate could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soapiax could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cowboy_like_ava could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lovetyun_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : juanmatupater could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : donutsaregood28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thesportslivie could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : august_ouk could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dramatrooper could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 8thev could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lostboyzeph could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : livspartridge could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sevenisheaven07 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rvngqno could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : babyshea97 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soshishade could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : kd_osewa could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : lalainewuzhere could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : peakboytae could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 3nvybaby could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : wonutq could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thekytastrophe could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : intellectualpr0 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : krishh2710 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cruel_emma could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : chrisd2019 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : thenerddown could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carrottwt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mrsdarc97700517 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : noahadk46403259 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : yoongis_fruit could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mamo_dele could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : qubaap could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : onwrdstovictory could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : folkmore2 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : uglyducklin0 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : iamarjun23 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : vantsecret could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mymoonisuv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jaylamofficial could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : adolabrat could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : meh96232227 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : alxjkfs could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : idioticsimpp could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : somandra21 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : rikl_13 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : oniysunfiower could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : soldiersiobhan could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sewey_guy could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : migs13swift could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : 7_soty could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : astrsads could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cr0taline_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : maxiee1999 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : arikordeii could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sey0_o could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jacques24_10 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : _starallura_ could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : jisungiecakee could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : cammmthv could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : eisieheather could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : dannst28 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : gosha_digital could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : droxzyfps could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : mayigandre could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : westsidexwalls could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : xavier_kalt could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : freejoyde could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : snowjustthesnow could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : carterschneid14 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : souvmina could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : joshuahardz001 could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : sanosgf could not be fit on page. It will not be plotted.
## Warning in wordcloud(words = namesCorpus, scale = c(3, 0.5), max.words =
## 10000, : msheldonmusic could not be fit on page. It will not be plotted.